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
h1, h2 { font-weight: 550; } h3, h4 { font-weight: 550; } @media (min-width:1200px) { h1 { margin-top: 0em !important; } h2 { padding-top: 5em !important; } h3, h4 { padding-top: 5em !important; } } .title { padding-top: 0 !important; } body { font-size: 16px; } .navbar-fixed-top { background-color: #004556; } .navbar-brand { color: white !important; } .navbar-collapse > ul > li > a { color: white !important; } .navbar-collapse > ul > .active > a { border-bottom: 4px solid #ff6900 !important; background-color: #004556 !important; } .navbar-collapse > ul > li > a:hover { border-bottom: 4px solid #ff6900 !important; background-color: black !important; } .navbar-collapse > ul > li > a:focus { background-color: #ffdd00 !important; border-bottom: 4px solid black !important; color: black !important; } .navbar-toggle { color: white; border-width: 2px; } .navbar-toggle:hover { background-color: black !important; border-color: #ff6900; } .navbar-toggle:focus { background-color: #ffdd00 !important; border: 2px solid black; color: black; } .tocify-item.list-group-item.active{ background-color: #004556 !important; } .toggle-button { text-decoration: underline; } .toggle-button:focus { background-color: #ffdd00 !important; border-bottom: 4px solid black !important; color: black !important; } p > a { text-decoration: underline; } p > a:focus { background-color: #ffdd00 !important; border-bottom: 4px solid black !important; color: black !important; } ol > li > a { text-decoration: underline; } ol > li > a:focus { background-color: #ffdd00 !important; border-bottom: 4px solid black !important; color: black !important; } .plotly.html-widget { max-width: 100%; } @media (max-width: 600px) { .plotly.html-widget { overflow-x: scroll; overflow-y: hidden; } } @media (max-width:1199px) and (min-width:768px){ h1 { margin-top: 2em !important; } h2 { padding-top: 5em !important; } h3, h4 { padding-top: 5em !important; } } @media (max-width:767px) { h1 { margin-top: 0em !important; } h3, h4 { padding-top: 7em !important; } h2 { padding-top: 5em !important; } } @media (max-width: 594px) { h1 { margin-top: 2em !important; } }
rmarkdown/summary_template/style.css
h1, h2 { font-weight: 550; } h3, h4 { font-weight: 550; } @media (min-width:1200px) { h1 { margin-top: 0em !important; } h2 { padding-top: 5em !important; } h3, h4 { padding-top: 5em !important; } } .title { padding-top: 0 !important; } body { font-size: 16px; } .navbar-fixed-top { background-color: #004556; } .navbar-brand { color: white !important; } .navbar-collapse > ul > li > a { color: white !important; } .navbar-collapse > ul > .active > a { border-bottom: 4px solid #ff6900 !important; background-color: #004556 !important; } .navbar-collapse > ul > li > a:hover { border-bottom: 4px solid #ff6900 !important; background-color: black !important; } .navbar-collapse > ul > li > a:focus { background-color: #ffdd00 !important; border-bottom: 4px solid black !important; color: black !important; } .navbar-toggle { color: white; border-width: 2px; } .navbar-toggle:hover { background-color: black !important; border-color: #ff6900; } .navbar-toggle:focus { background-color: #ffdd00 !important; border: 2px solid black; color: black; } .tocify-item.list-group-item.active{ background-color: #004556 !important; } .toggle-button { text-decoration: underline; } .toggle-button:focus { background-color: #ffdd00 !important; border-bottom: 4px solid black !important; color: black !important; } p > a { text-decoration: underline; } p > a:focus { background-color: #ffdd00 !important; border-bottom: 4px solid black !important; color: black !important; } ol > li > a { text-decoration: underline; } ol > li > a:focus { background-color: #ffdd00 !important; border-bottom: 4px solid black !important; color: black !important; } .plotly.html-widget { max-width: 100%; } @media (max-width: 600px) { .plotly.html-widget { overflow-x: scroll; overflow-y: hidden; } } @media (max-width:1199px) and (min-width:768px){ h1 { margin-top: 2em !important; } h2 { padding-top: 5em !important; } h3, h4 { padding-top: 5em !important; } } @media (max-width:767px) { h1 { margin-top: 0em !important; } h3, h4 { padding-top: 7em !important; } h2 { padding-top: 5em !important; } } @media (max-width: 594px) { h1 { margin-top: 2em !important; } }
0.362066
0.11928
.lds-spinner { color: official; display: inline-block; position: relative; width: 90px; height: 90px; } .lds-spinner div { transform-origin: 40px 40px; animation: lds-spinner 1.2s linear infinite; } .lds-spinner div:after { content: " "; display: block; position: absolute; top: 3px; left: 37px; width: 6px; height: 18px; border-radius: 20%; background: rgb(177, 177, 177); } .lds-spinner div:nth-child(1) { transform: rotate(0deg); animation-delay: -1.1s; } .lds-spinner div:nth-child(2) { transform: rotate(30deg); animation-delay: -1s; } .lds-spinner div:nth-child(3) { transform: rotate(60deg); animation-delay: -0.9s; } .lds-spinner div:nth-child(4) { transform: rotate(90deg); animation-delay: -0.8s; } .lds-spinner div:nth-child(5) { transform: rotate(120deg); animation-delay: -0.7s; } .lds-spinner div:nth-child(6) { transform: rotate(150deg); animation-delay: -0.6s; } .lds-spinner div:nth-child(7) { transform: rotate(180deg); animation-delay: -0.5s; } .lds-spinner div:nth-child(8) { transform: rotate(210deg); animation-delay: -0.4s; } .lds-spinner div:nth-child(9) { transform: rotate(240deg); animation-delay: -0.3s; } .lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; } .lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; } .lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; } @keyframes lds-spinner { 0% { opacity: 1; } 100% { opacity: 0; } } .spinning { width: 100%; text-align: center; } i { font-size: 30px; } i:hover { color: #23c962 ; } th { width: 500px; } /* Create four equal columns that floats next to each other */ .column { float: left; width: 25%; padding: 10px; height: 300px; /* Should be removed. Only for demonstration */ border: 1px solid #000000; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } button { border-radius: 5px; }
src/app/pages/table/table.css
.lds-spinner { color: official; display: inline-block; position: relative; width: 90px; height: 90px; } .lds-spinner div { transform-origin: 40px 40px; animation: lds-spinner 1.2s linear infinite; } .lds-spinner div:after { content: " "; display: block; position: absolute; top: 3px; left: 37px; width: 6px; height: 18px; border-radius: 20%; background: rgb(177, 177, 177); } .lds-spinner div:nth-child(1) { transform: rotate(0deg); animation-delay: -1.1s; } .lds-spinner div:nth-child(2) { transform: rotate(30deg); animation-delay: -1s; } .lds-spinner div:nth-child(3) { transform: rotate(60deg); animation-delay: -0.9s; } .lds-spinner div:nth-child(4) { transform: rotate(90deg); animation-delay: -0.8s; } .lds-spinner div:nth-child(5) { transform: rotate(120deg); animation-delay: -0.7s; } .lds-spinner div:nth-child(6) { transform: rotate(150deg); animation-delay: -0.6s; } .lds-spinner div:nth-child(7) { transform: rotate(180deg); animation-delay: -0.5s; } .lds-spinner div:nth-child(8) { transform: rotate(210deg); animation-delay: -0.4s; } .lds-spinner div:nth-child(9) { transform: rotate(240deg); animation-delay: -0.3s; } .lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; } .lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; } .lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; } @keyframes lds-spinner { 0% { opacity: 1; } 100% { opacity: 0; } } .spinning { width: 100%; text-align: center; } i { font-size: 30px; } i:hover { color: #23c962 ; } th { width: 500px; } /* Create four equal columns that floats next to each other */ .column { float: left; width: 25%; padding: 10px; height: 300px; /* Should be removed. Only for demonstration */ border: 1px solid #000000; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } button { border-radius: 5px; }
0.515864
0.186021
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); @import url(http://weloveiconfonts.com/api/?family=entypo); /* entypo */ [class*="entypo-"]:before { font-family: 'entypo', sans-serif; } * { box-sizing: border-box; } #hina{ color: white; background-color: #4E4E4E; padding: 15px; text-align: center; font-size: 45px; background: #1c9edc linear-gradient(140deg, #1c9edc 0%, #1c9edc 10%, #1b96d1 10%, #1b96d1 20%, #198bc2 19%, #198ec6 21%, #198ec6 20%, #198ec6 30%, #1783b7 29%, #1886bb 31%, #1886bb 30%, #1886bb 40%, #167bac 39%, #177eb0 41%, #177eb0 40%, #177eb0 50%, #1573a1 49%, #1576a5 51%, #1576a5 50%, #1576a5 60%, #136b96 59%, #146e9a 61%, #146e9a 60%, #146e9a 70%, #12638b 69%, #12668f 71%, #12668f 70%, #12668f 80%, #105b80 79%, #115f84 81%, #115f84 80%, #115f84 90%, #0f5475 89%, #105779 91%, #105779 90%, #105779 100%); box-shadow: deeppink; font-family: monospace; font-weight: 100; border-bottom: 4px solid grey; } .toggler { color: #A1A1A4; font-size: 1.25em; margin-left: 8px; text-align: center; cursor: pointer; } .toggler.active { color: #000; } .surveys { list-style: none; min-height: 300px !important; max-width: 340px; margin: 0; padding: 0; border-radius: 5px; background: rgba(0, 0, 0, 0.52); border: 1px solid black; overflow-y: scroll; white-space: nowrap; /* overflow-y: hidden; */ height: 200px; } .survey-item { display: block; margin-top: 10px; padding: 20px; border-radius: 2px; background: white; box-shadow: 0 2px 1px rgba(170, 170, 170, 0.25); } .survey-name { font-weight: 400; } .list .survey-item { position: relative; padding: 0; font-size: 14px; line-height: 40px; } .list .survey-item .pull-right { position: absolute; right: 0; top: 0; } @media screen and (max-width: 800px) { .list .survey-item .stage:not(.active) { display: none; } } @media screen and (max-width: 700px) { .list .survey-item .survey-progress-bg { display: none; } } @media screen and (max-width: 600px) { .list .survey-item .pull-right { position: static; line-height: 20px; padding-bottom: 10px; } } .list .survey-country, .list .survey-progress, .list .survey-completes, .list .survey-end-date { color: #A1A1A4; } .list .survey-country, .list .survey-completes, .list .survey-end-date, .list .survey-name, .list .survey-stage { margin: 0 10px; } .list .survey-country { margin-right: 0; } .list .survey-end-date, .list .survey-completes, .list .survey-country, .list .survey-name { vertical-align: middle; } .list .survey-end-date { display: inline-block; width: 100px; white-space: nowrap; overflow: hidden; } .survey-stage .stage { display: inline-block; vertical-align: middle; width: 16px; height: 16px; overflow: hidden; border-radius: 50%; padding: 0; margin: 0 2px; background: #f2f2f2; text-indent: -9999px; color: transparent; line-height: 16px; } .survey-stage .stage.active { background: #8DC63F; } .list .list-only { display: auto; } .list .grid-only { display: none !important; } .grid .grid-only { display: auto; } .grid .list-only { display: none !important; } .grid .survey-item { position: relative; /* display: inline-block;*/ vertical-align: top; height: 150px; /*width: 200px;*/ margin: 10px; } @media screen and (max-width: 600px) { .grid .survey-item { display: block; width: auto; height: 150px; margin: 10px auto; } } .grid .survey-name { display: block; max-width: 80%; font-size: 16px; line-height: 20px; } .grid .survey-country { font-size: 11px; line-height: 16px; text-transform: uppercase; } .grid .survey-country, .grid .survey-end-date { color: #A1A1A4; } .grid .survey-end-date:before { content: 'Ends\00a0'; } .grid .survey-end-date.ended:before { content: 'Last Update\00a0'; } .grid .survey-progress { display: block; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; padding: 20px; border-top: 1px solid #eee; font-size: 13px; } .grid .survey-progress-bg { width: 40%; display: block; } @media screen and (max-width: 200px) { .grid .survey-progress-bg { display: none; } } .grid .survey-progress-labels { position: absolute; right: 20px; top: 0; line-height: 40px; } @media screen and (max-width: 200px) { .grid .survey-progress-labels { right: auto; left: 10px; } } .grid .survey-progress-label { line-height: 21px; font-size: 13px; font-weight: 400; } .grid .survey-completes { line-height: 21px; font-size: 13px; vertical-align: middle; } .grid .survey-stage { position: absolute; top: 20px; right: 20px; } .grid .survey-stage .stage { display: none; } .grid .survey-stage .active { display: block; } .grid .survey-end-date { font-size: 12px; line-height: 20px; } .survey-progress-label { vertical-align: middle; margin: 0 10px; color: #8DC63F; } .survey-progress-bg { display: inline-block; vertical-align: middle; position: relative; width: 100px; height: 4px; border-radius: 2px; overflow: hidden; background: #eee; } .survey-progress-fg { position: absolute; top: 0; bottom: 0; height: 100%; left: 0; margin: 0; background: #8DC63F; }
public/css/csshome.css
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); @import url(http://weloveiconfonts.com/api/?family=entypo); /* entypo */ [class*="entypo-"]:before { font-family: 'entypo', sans-serif; } * { box-sizing: border-box; } #hina{ color: white; background-color: #4E4E4E; padding: 15px; text-align: center; font-size: 45px; background: #1c9edc linear-gradient(140deg, #1c9edc 0%, #1c9edc 10%, #1b96d1 10%, #1b96d1 20%, #198bc2 19%, #198ec6 21%, #198ec6 20%, #198ec6 30%, #1783b7 29%, #1886bb 31%, #1886bb 30%, #1886bb 40%, #167bac 39%, #177eb0 41%, #177eb0 40%, #177eb0 50%, #1573a1 49%, #1576a5 51%, #1576a5 50%, #1576a5 60%, #136b96 59%, #146e9a 61%, #146e9a 60%, #146e9a 70%, #12638b 69%, #12668f 71%, #12668f 70%, #12668f 80%, #105b80 79%, #115f84 81%, #115f84 80%, #115f84 90%, #0f5475 89%, #105779 91%, #105779 90%, #105779 100%); box-shadow: deeppink; font-family: monospace; font-weight: 100; border-bottom: 4px solid grey; } .toggler { color: #A1A1A4; font-size: 1.25em; margin-left: 8px; text-align: center; cursor: pointer; } .toggler.active { color: #000; } .surveys { list-style: none; min-height: 300px !important; max-width: 340px; margin: 0; padding: 0; border-radius: 5px; background: rgba(0, 0, 0, 0.52); border: 1px solid black; overflow-y: scroll; white-space: nowrap; /* overflow-y: hidden; */ height: 200px; } .survey-item { display: block; margin-top: 10px; padding: 20px; border-radius: 2px; background: white; box-shadow: 0 2px 1px rgba(170, 170, 170, 0.25); } .survey-name { font-weight: 400; } .list .survey-item { position: relative; padding: 0; font-size: 14px; line-height: 40px; } .list .survey-item .pull-right { position: absolute; right: 0; top: 0; } @media screen and (max-width: 800px) { .list .survey-item .stage:not(.active) { display: none; } } @media screen and (max-width: 700px) { .list .survey-item .survey-progress-bg { display: none; } } @media screen and (max-width: 600px) { .list .survey-item .pull-right { position: static; line-height: 20px; padding-bottom: 10px; } } .list .survey-country, .list .survey-progress, .list .survey-completes, .list .survey-end-date { color: #A1A1A4; } .list .survey-country, .list .survey-completes, .list .survey-end-date, .list .survey-name, .list .survey-stage { margin: 0 10px; } .list .survey-country { margin-right: 0; } .list .survey-end-date, .list .survey-completes, .list .survey-country, .list .survey-name { vertical-align: middle; } .list .survey-end-date { display: inline-block; width: 100px; white-space: nowrap; overflow: hidden; } .survey-stage .stage { display: inline-block; vertical-align: middle; width: 16px; height: 16px; overflow: hidden; border-radius: 50%; padding: 0; margin: 0 2px; background: #f2f2f2; text-indent: -9999px; color: transparent; line-height: 16px; } .survey-stage .stage.active { background: #8DC63F; } .list .list-only { display: auto; } .list .grid-only { display: none !important; } .grid .grid-only { display: auto; } .grid .list-only { display: none !important; } .grid .survey-item { position: relative; /* display: inline-block;*/ vertical-align: top; height: 150px; /*width: 200px;*/ margin: 10px; } @media screen and (max-width: 600px) { .grid .survey-item { display: block; width: auto; height: 150px; margin: 10px auto; } } .grid .survey-name { display: block; max-width: 80%; font-size: 16px; line-height: 20px; } .grid .survey-country { font-size: 11px; line-height: 16px; text-transform: uppercase; } .grid .survey-country, .grid .survey-end-date { color: #A1A1A4; } .grid .survey-end-date:before { content: 'Ends\00a0'; } .grid .survey-end-date.ended:before { content: 'Last Update\00a0'; } .grid .survey-progress { display: block; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; padding: 20px; border-top: 1px solid #eee; font-size: 13px; } .grid .survey-progress-bg { width: 40%; display: block; } @media screen and (max-width: 200px) { .grid .survey-progress-bg { display: none; } } .grid .survey-progress-labels { position: absolute; right: 20px; top: 0; line-height: 40px; } @media screen and (max-width: 200px) { .grid .survey-progress-labels { right: auto; left: 10px; } } .grid .survey-progress-label { line-height: 21px; font-size: 13px; font-weight: 400; } .grid .survey-completes { line-height: 21px; font-size: 13px; vertical-align: middle; } .grid .survey-stage { position: absolute; top: 20px; right: 20px; } .grid .survey-stage .stage { display: none; } .grid .survey-stage .active { display: block; } .grid .survey-end-date { font-size: 12px; line-height: 20px; } .survey-progress-label { vertical-align: middle; margin: 0 10px; color: #8DC63F; } .survey-progress-bg { display: inline-block; vertical-align: middle; position: relative; width: 100px; height: 4px; border-radius: 2px; overflow: hidden; background: #eee; } .survey-progress-fg { position: absolute; top: 0; bottom: 0; height: 100%; left: 0; margin: 0; background: #8DC63F; }
0.322953
0.069289
body { background: url(../assets/img/bg_shape.png) var(--darkwhite) fixed center / cover; } /* ********************************* Team Section ********************************* */ section#team div.team { position: relative; margin: 10rem auto; padding: 2rem; } div.team h1, div.team h2, div.team h3 { margin: 1rem auto; padding: 0.5rem 0 0.8rem; position: relative; width: fit-content; font-size: 4rem; font-weight: 700; font-family: var(--primaryfont_serif); color: var(--darkblack); text-align: center; letter-spacing: 0.5px; border: none; border-top: 4px solid var(--darkblack); border-bottom: 4px solid var(--darkblack); } div.team h1 { font-size: 4rem; } div.team h2 { font-size: 3.5rem; } div.team h3 { font-size: 3rem; } @media (max-width: 572px) { div.team h1 { font-size: 3.5rem; } div.team h2 { font-size: 3rem; } div.team h3 { font-size: 2.8rem; } } /* ********************************* Team Members ********************************* */ div.team .member { position: relative; margin: 8rem auto; display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; gap: 4rem; } /* ********************************* Members Cards ********************************* */ div.team .member .profile_card { position: relative; margin: auto; padding: 2rem; width: 30rem; height: 28rem; /* height: auto; */ display: flex; justify-content: center; align-items: center; flex-direction: column; border-radius: 15px; background: var(--darkwhite); border: 4px solid var(--darkblack); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); overflow: hidden; } /* Card Border Colors */ div.team .member .profile_card.red { border: 4px solid var(--primaryred); } div.team .member .profile_card.blue { border: 4px solid var(--primaryblue); } div.team .member .profile_card.green { border: 4px solid var(--primarygreen); } div.team .member .profile_card.yellow { border: 4px solid var(--primaryyellow); } /* Profile Image */ div.team .member .profile_card img { margin: auto auto 0.5rem; padding: 0.5rem; width: 11.5rem; height: auto; background: var(--darkwhite); border-radius: 50%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); transition: all 0.4s ease; } div.team .member .profile_card:hover img { transform: scale(1.05); } /* Profile Name */ div.team .member .profile_card h4 { margin: 1rem auto; font-size: 2.5rem; font-weight: 600; font-family: var(--mainfont); color: var(--lightblack); text-align: center; transition: all 0.2s ease; } div.team .member .profile_card h4.lg { font-size: 3rem; } div.team .member .profile_card:hover h4 { transform: scale(0.9); } /* Profile Tags */ div.team .member .profile_card p { position: relative; margin: auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; user-select: none; } div.team .member .profile_card p span { margin: 0.2rem; padding: 0.4rem 0.8rem; font-size: 1.4rem; font-weight: 600; font-family: var(--mainfont); color: var(--darkwhite); background: var(--darkblack); text-align: center; letter-spacing: 0.5px; border-radius: 50px; } /* Tags Colors */ div.team .member .profile_card p span.red { background: var(--primaryred); } div.team .member .profile_card p span.blue { background: var(--primaryblue); } div.team .member .profile_card p span.green { background: var(--primarygreen); } div.team .member .profile_card p span.yellow { background: var(--primaryyellow); } /* Profile Social Links */ div.team .member .profile_card .social { position: absolute; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); opacity: 0; transition: all 0.4s ease; } div.team .member .profile_card:hover .social { opacity: 1; } div.team .member .profile_card .social a { margin: 0.6rem; padding: 1rem; font-size: 2.5rem; color: var(--darkblack); background: var(--darkwhite); border-radius: 2px; display: flex; justify-content: center; align-items: center; text-decoration: none; transform: translateY(20rem); transition: all 0.2s ease, transform 0.5s cubic-bezier(0.1, 1.36, 0.55, 0.98); } div.team .member .profile_card:hover .social a { transform: translateY(0); } div.team .member .profile_card:hover .social a:nth-child(1) { transition: transform 0.5s cubic-bezier(0.1, 1.36, 0.55, 0.98) 0; } div.team .member .profile_card:hover .social a:nth-child(2) { transition: transform 0.5s cubic-bezier(0.1, 1.36, 0.55, 0.98) 0.1s; } div.team .member .profile_card:hover .social a:nth-child(3) { transition: transform 0.5s cubic-bezier(0.1, 1.36, 0.55, 0.98) 0.2s; } div.team .member .profile_card .social a:hover { color: var(--darkwhite); background: var(--darkblack); } div.team .member .profile_card .social a i { transition: transform 0.8s ease; } div.team .member .profile_card .social a:hover i { transform: rotateY(1turn); } /* ********************************* Responsive Media ********************************* */ /* Already Responsive */ /* ********************************* Styles End ********************************* */
css/team.css
body { background: url(../assets/img/bg_shape.png) var(--darkwhite) fixed center / cover; } /* ********************************* Team Section ********************************* */ section#team div.team { position: relative; margin: 10rem auto; padding: 2rem; } div.team h1, div.team h2, div.team h3 { margin: 1rem auto; padding: 0.5rem 0 0.8rem; position: relative; width: fit-content; font-size: 4rem; font-weight: 700; font-family: var(--primaryfont_serif); color: var(--darkblack); text-align: center; letter-spacing: 0.5px; border: none; border-top: 4px solid var(--darkblack); border-bottom: 4px solid var(--darkblack); } div.team h1 { font-size: 4rem; } div.team h2 { font-size: 3.5rem; } div.team h3 { font-size: 3rem; } @media (max-width: 572px) { div.team h1 { font-size: 3.5rem; } div.team h2 { font-size: 3rem; } div.team h3 { font-size: 2.8rem; } } /* ********************************* Team Members ********************************* */ div.team .member { position: relative; margin: 8rem auto; display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; gap: 4rem; } /* ********************************* Members Cards ********************************* */ div.team .member .profile_card { position: relative; margin: auto; padding: 2rem; width: 30rem; height: 28rem; /* height: auto; */ display: flex; justify-content: center; align-items: center; flex-direction: column; border-radius: 15px; background: var(--darkwhite); border: 4px solid var(--darkblack); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); overflow: hidden; } /* Card Border Colors */ div.team .member .profile_card.red { border: 4px solid var(--primaryred); } div.team .member .profile_card.blue { border: 4px solid var(--primaryblue); } div.team .member .profile_card.green { border: 4px solid var(--primarygreen); } div.team .member .profile_card.yellow { border: 4px solid var(--primaryyellow); } /* Profile Image */ div.team .member .profile_card img { margin: auto auto 0.5rem; padding: 0.5rem; width: 11.5rem; height: auto; background: var(--darkwhite); border-radius: 50%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); transition: all 0.4s ease; } div.team .member .profile_card:hover img { transform: scale(1.05); } /* Profile Name */ div.team .member .profile_card h4 { margin: 1rem auto; font-size: 2.5rem; font-weight: 600; font-family: var(--mainfont); color: var(--lightblack); text-align: center; transition: all 0.2s ease; } div.team .member .profile_card h4.lg { font-size: 3rem; } div.team .member .profile_card:hover h4 { transform: scale(0.9); } /* Profile Tags */ div.team .member .profile_card p { position: relative; margin: auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; user-select: none; } div.team .member .profile_card p span { margin: 0.2rem; padding: 0.4rem 0.8rem; font-size: 1.4rem; font-weight: 600; font-family: var(--mainfont); color: var(--darkwhite); background: var(--darkblack); text-align: center; letter-spacing: 0.5px; border-radius: 50px; } /* Tags Colors */ div.team .member .profile_card p span.red { background: var(--primaryred); } div.team .member .profile_card p span.blue { background: var(--primaryblue); } div.team .member .profile_card p span.green { background: var(--primarygreen); } div.team .member .profile_card p span.yellow { background: var(--primaryyellow); } /* Profile Social Links */ div.team .member .profile_card .social { position: absolute; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); opacity: 0; transition: all 0.4s ease; } div.team .member .profile_card:hover .social { opacity: 1; } div.team .member .profile_card .social a { margin: 0.6rem; padding: 1rem; font-size: 2.5rem; color: var(--darkblack); background: var(--darkwhite); border-radius: 2px; display: flex; justify-content: center; align-items: center; text-decoration: none; transform: translateY(20rem); transition: all 0.2s ease, transform 0.5s cubic-bezier(0.1, 1.36, 0.55, 0.98); } div.team .member .profile_card:hover .social a { transform: translateY(0); } div.team .member .profile_card:hover .social a:nth-child(1) { transition: transform 0.5s cubic-bezier(0.1, 1.36, 0.55, 0.98) 0; } div.team .member .profile_card:hover .social a:nth-child(2) { transition: transform 0.5s cubic-bezier(0.1, 1.36, 0.55, 0.98) 0.1s; } div.team .member .profile_card:hover .social a:nth-child(3) { transition: transform 0.5s cubic-bezier(0.1, 1.36, 0.55, 0.98) 0.2s; } div.team .member .profile_card .social a:hover { color: var(--darkwhite); background: var(--darkblack); } div.team .member .profile_card .social a i { transition: transform 0.8s ease; } div.team .member .profile_card .social a:hover i { transform: rotateY(1turn); } /* ********************************* Responsive Media ********************************* */ /* Already Responsive */ /* ********************************* Styles End ********************************* */
0.357568
0.059702
margin: 10px auto 40px auto; padding: 0; height: auto; width: 1150px; background-color: transparent; } #bodynews .slider { margin: 20px auto 1px auto; width: 100%; height: 400px; background-color: #fff; } #bodynews .news { float: left; width: auto; height: auto; } #bodynews .news .head{ margin: 9px auto 10px auto; width: 100%; height: 35px; background-color: transparent; } #bodynews .news .head h1 { margin: 0 0 0 20px; line-height: 35px; font-family: 'fonttext'; font-size: 22pt; color: rgb(70, 70, 70); transition: 0.5s; } #bodynews .news .head h1:hover { color: rgb(31, 31, 31); transition: 0.5s; } #bodynews .news .hbr { width: 750px; height: auto; background-color: #fff; } #bodynews .news .hbr img.haberimg { float: left; margin: 20px 30px 20px 20px; width: 250px; height: 250px; transition: 1s; } #bodynews .news .hbr img.haberimg:hover { filter: grayscale(100%); -webkit-filter: grayscale(100%); transition: 1s; } #bodynews .news .hbr .habericerigi { float: left; padding-top: 20px; padding-bottom: 20px; width: 420px; } #bodynews .news .hbr .habericerigi a.kategori { padding: 3px; font-size: 13pt; font-family: 'fonttext'; } #bodynews .news .hbr .habericerigi a.kategori:hover { text-decoration: underline; } #bodynews .news .hbr .habericerigi a.hbrhead { font-family: 'fonttext'; font-size: 22pt; color: rgb(44, 44, 44); transition: 1s; } #bodynews .news .hbr .habericerigi a.hbrhead:hover { color: rgb(241, 64, 64); text-decoration: underline; transition: 1s; } #bodynews .news .hbr .habericerigi p.hbraciklamasi { margin-top: 10px; font-size: 15pt; color: rgb(104, 104, 104); } #bodynews .news .hbr .habericerigi .tarih { margin: 10px auto auto auto; font-size: 13pt; font-style: italic; font-weight: normal; color: rgb(180, 180, 180); } #bodynews #etkinlikler { float: right; margin: 10px 0 10px 5px; width: 390px; height: auto; background-color: transparent; } #bodynews #etkinlikler div.head { margin: -1px auto auto auto; width: 100%; height: 35px; background-color: transparent; } #bodynews #etkinlikler div.head h1 { margin: auto auto auto 20px; font-family: 'fonttext'; font-size: 24pt; color: rgb(70, 70, 70); transition: 0.5s; } #bodynews #etkinlikler div.head h1:hover { color: rgb(31, 31, 31); transition: 0.5s; } #bodynews #etkinlikler div.icerik { margin: 10px auto 10px auto; height: auto; width: 100%; } #bodynews #etkinlikler div.icerik div { padding: 10px 20px 10px 20px; background-color: #fff; border: solid rgb(247, 247, 247); border-width: 0 0 1px 0; } #bodynews #etkinlikler div.icerik div .icerikAciklamasi { margin: 5px auto auto auto; font-size: 15pt; color: rgb(85, 85, 85); } #bodynews #etkinlikler div.icerik div a.baslik{ font-size: 16pt; font-family: 'fonttext'; color: rgb(51, 51, 51); transition: 0.5s; } #bodynews #etkinlikler div.icerik div a.baslik:hover { color: rgb(241, 64, 64); text-decoration: underline; transition: 0.5s; } #bodynews #etkinlikler div.icerik div .tarih { margin: 10px auto 10px auto; font-size: 13pt; font-style: italic; font-weight: normal; color: rgb(180, 180, 180); } #bodynews #etkinlikler div.icerik div a.kategori { line-height: 30px; font-size: 12pt; font-family: 'fonttext' } #bodynews #etkinlikler div.icerik div a.kategori:hover { text-decoration: underline; }
sytles/news.css
margin: 10px auto 40px auto; padding: 0; height: auto; width: 1150px; background-color: transparent; } #bodynews .slider { margin: 20px auto 1px auto; width: 100%; height: 400px; background-color: #fff; } #bodynews .news { float: left; width: auto; height: auto; } #bodynews .news .head{ margin: 9px auto 10px auto; width: 100%; height: 35px; background-color: transparent; } #bodynews .news .head h1 { margin: 0 0 0 20px; line-height: 35px; font-family: 'fonttext'; font-size: 22pt; color: rgb(70, 70, 70); transition: 0.5s; } #bodynews .news .head h1:hover { color: rgb(31, 31, 31); transition: 0.5s; } #bodynews .news .hbr { width: 750px; height: auto; background-color: #fff; } #bodynews .news .hbr img.haberimg { float: left; margin: 20px 30px 20px 20px; width: 250px; height: 250px; transition: 1s; } #bodynews .news .hbr img.haberimg:hover { filter: grayscale(100%); -webkit-filter: grayscale(100%); transition: 1s; } #bodynews .news .hbr .habericerigi { float: left; padding-top: 20px; padding-bottom: 20px; width: 420px; } #bodynews .news .hbr .habericerigi a.kategori { padding: 3px; font-size: 13pt; font-family: 'fonttext'; } #bodynews .news .hbr .habericerigi a.kategori:hover { text-decoration: underline; } #bodynews .news .hbr .habericerigi a.hbrhead { font-family: 'fonttext'; font-size: 22pt; color: rgb(44, 44, 44); transition: 1s; } #bodynews .news .hbr .habericerigi a.hbrhead:hover { color: rgb(241, 64, 64); text-decoration: underline; transition: 1s; } #bodynews .news .hbr .habericerigi p.hbraciklamasi { margin-top: 10px; font-size: 15pt; color: rgb(104, 104, 104); } #bodynews .news .hbr .habericerigi .tarih { margin: 10px auto auto auto; font-size: 13pt; font-style: italic; font-weight: normal; color: rgb(180, 180, 180); } #bodynews #etkinlikler { float: right; margin: 10px 0 10px 5px; width: 390px; height: auto; background-color: transparent; } #bodynews #etkinlikler div.head { margin: -1px auto auto auto; width: 100%; height: 35px; background-color: transparent; } #bodynews #etkinlikler div.head h1 { margin: auto auto auto 20px; font-family: 'fonttext'; font-size: 24pt; color: rgb(70, 70, 70); transition: 0.5s; } #bodynews #etkinlikler div.head h1:hover { color: rgb(31, 31, 31); transition: 0.5s; } #bodynews #etkinlikler div.icerik { margin: 10px auto 10px auto; height: auto; width: 100%; } #bodynews #etkinlikler div.icerik div { padding: 10px 20px 10px 20px; background-color: #fff; border: solid rgb(247, 247, 247); border-width: 0 0 1px 0; } #bodynews #etkinlikler div.icerik div .icerikAciklamasi { margin: 5px auto auto auto; font-size: 15pt; color: rgb(85, 85, 85); } #bodynews #etkinlikler div.icerik div a.baslik{ font-size: 16pt; font-family: 'fonttext'; color: rgb(51, 51, 51); transition: 0.5s; } #bodynews #etkinlikler div.icerik div a.baslik:hover { color: rgb(241, 64, 64); text-decoration: underline; transition: 0.5s; } #bodynews #etkinlikler div.icerik div .tarih { margin: 10px auto 10px auto; font-size: 13pt; font-style: italic; font-weight: normal; color: rgb(180, 180, 180); } #bodynews #etkinlikler div.icerik div a.kategori { line-height: 30px; font-size: 12pt; font-family: 'fonttext' } #bodynews #etkinlikler div.icerik div a.kategori:hover { text-decoration: underline; }
0.372505
0.065276
* Theme: Orange * ============================================================ */ .navbar-inner { background-color: #fbb450 !important; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-color: #f89406 !important; border-bottom-color: #f99b14 !important; } .navbar-inner .brand, .navbar-inner .nav > li > a { color: #ffffff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; } .navbar-inner .brand:hover, .navbar-inner .nav > li > a:hover, .navbar-inner .brand:focus, .navbar-inner .nav > li > a:focus { color: #ffffff !important; } .navbar-inner .brand { color: #ffffff !important; } .navbar-inner .navbar-text { color: #ffffff !important; } .navbar-inner .nav > li > a:focus, .navbar-inner .nav > li > a:hover { background-color: #f7c986 !important; color: #ffffff !important; } .navbar-inner .nav .active > a, .navbar-inner .nav .active > a:hover, .navbar-inner .nav .active > a:focus { color: #ffffff !important; background-color: #f19718 !important; } .navbar-inner .navbar-link { color: #ffffff !important; } .navbar-inner .navbar-link:hover, .navbar-inner .navbar-link:focus { color: #ffffff !important; } .navbar-inner .divider-vertical { border-left-color: #fbb450 !important; border-right-color: #f89406 !important; } .navbar-inner .nav li.dropdown > .dropdown-toggle [class^="icon-"], .navbar-inner .nav li.dropdown > .dropdown-toggle [class*=" icon-"] { text-shadow: 0px 1px 1px #facb89 !important; } .navbar-inner .nav li.dropdown.open > .dropdown-toggle, .navbar-inner .nav li.dropdown.active > .dropdown-toggle, .navbar-inner .nav li.dropdown.open.active > .dropdown-toggle { background-color: #f19718 !important; color: #ffffff !important; } .navbar-inner .nav li.dropdown > a:hover .caret, .navbar-inner .nav li.dropdown > a:focus .caret { border-top-color: #ffffff !important; border-bottom-color: #ffffff !important; } .navbar-inner .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #ffffff !important; border-bottom-color: #ffffff !important; } .navbar-inner .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inner .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inner .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #ffffff !important; border-bottom-color: #ffffff !important; } .navbar-inner .navbar-search .search-query { color: #ffffff !important; background-color: #fee9cc !important; border-color: #fbb450 !important; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } .navbar-inner .navbar-search .search-query:-moz-placeholder { color: #ffffff; } .navbar-inner .navbar-search .search-query:-ms-input-placeholder { color: #ffffff; } .navbar-inner .navbar-search .search-query::-webkit-input-placeholder { color: #ffffff; } .navbar-inner .navbar-search .search-query:focus, .navbar-inner .navbar-search .search-query.focused { padding: 5px 15px; color: #333333 !important; text-shadow: 0 1px 0 #ffffff !important; background-color: #ffffff !important; border: 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); outline: 0; } .navbar-inner .btn-navbar { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #ea9419; background-image: -moz-linear-gradient(top, #df8505, #faa937); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df8505), to(#faa937)); background-image: -webkit-linear-gradient(top, #df8505, #faa937); background-image: -o-linear-gradient(top, #df8505, #faa937); background-image: linear-gradient(to bottom, #df8505, #faa937); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf8505', endColorstr='#fffaa937', GradientType=0); border-color: #faa937 #faa937 #df8505; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #faa937; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .navbar-inner .btn-navbar:hover, .navbar-inner .btn-navbar:focus, .navbar-inner .btn-navbar:active, .navbar-inner .btn-navbar.active, .navbar-inner .btn-navbar.disabled, .navbar-inner .btn-navbar[disabled] { color: #ffffff; background-color: #faa937; *background-color: #fa9f1e; } .navbar-inner .btn-navbar:active, .navbar-inner .btn-navbar.active { background-color: #f89406 \9; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration: none; color: #ffffff !important; background-color: #f7c986 !important; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .nav-tabs > li > a { text-shadow: none !important; color: #333 !important; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { color: #333 !important; background-color: #ffffff !important; } .user-settings-content a:hover, .user-settings-content a:focus { text-decoration: none; color: #ffffff !important; background-color: #f7c986 !important; } .user-settings-content a:hover .title, .user-settings-content a:focus .title { color: #f7c986 !important; } /*! Date Range Picker*/ .daterangepicker .ranges li { color: #f19718; } .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover { color: #ffffff !important; background-color: #f19718 !important; } .daterangepicker td.active, .daterangepicker td.active:hover { background-color: #f19718 !important; border-color: #f89406 !important; border-bottom-color: #f99b14 !important; } .daterangepicker td.in-range { background: #fdf4e6 !important; } /*! UI-ChatBox */ .ui-chatbox-titlebar { background-color: #fbb450; color: #ffffff !important; } /*! Nav Pills */ .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { color: #ffffff !important; background-color: #f19718 !important; } /*! Social Nav List */ .social-nav-list .nav-list > .active > a, .social-nav-list .nav-list > .active > a:hover, .social-nav-list .nav-list > .active > a:focus { color: #ffffff !important; background-color: #f19718 !important; } /*! Chosen */ .chzn-container .chzn-results .highlighted { color: #ffffff !important; background-color: #f19718 !important; } /*! Bootstrap DateTimePicker */ .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover { background-color: #f19718 !important; border-color: #f89406 !important; border-bottom-color: #f99b14 !important; color: #ffffff !important; } /*! Calendar */ .fc-event { background-color: #f19718 !important; border-color: #f89406 !important; }
src/Jariff/ProjectBundle/Resources/public/admin/css/themes/social.theme-orange.css
* Theme: Orange * ============================================================ */ .navbar-inner { background-color: #fbb450 !important; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-color: #f89406 !important; border-bottom-color: #f99b14 !important; } .navbar-inner .brand, .navbar-inner .nav > li > a { color: #ffffff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; } .navbar-inner .brand:hover, .navbar-inner .nav > li > a:hover, .navbar-inner .brand:focus, .navbar-inner .nav > li > a:focus { color: #ffffff !important; } .navbar-inner .brand { color: #ffffff !important; } .navbar-inner .navbar-text { color: #ffffff !important; } .navbar-inner .nav > li > a:focus, .navbar-inner .nav > li > a:hover { background-color: #f7c986 !important; color: #ffffff !important; } .navbar-inner .nav .active > a, .navbar-inner .nav .active > a:hover, .navbar-inner .nav .active > a:focus { color: #ffffff !important; background-color: #f19718 !important; } .navbar-inner .navbar-link { color: #ffffff !important; } .navbar-inner .navbar-link:hover, .navbar-inner .navbar-link:focus { color: #ffffff !important; } .navbar-inner .divider-vertical { border-left-color: #fbb450 !important; border-right-color: #f89406 !important; } .navbar-inner .nav li.dropdown > .dropdown-toggle [class^="icon-"], .navbar-inner .nav li.dropdown > .dropdown-toggle [class*=" icon-"] { text-shadow: 0px 1px 1px #facb89 !important; } .navbar-inner .nav li.dropdown.open > .dropdown-toggle, .navbar-inner .nav li.dropdown.active > .dropdown-toggle, .navbar-inner .nav li.dropdown.open.active > .dropdown-toggle { background-color: #f19718 !important; color: #ffffff !important; } .navbar-inner .nav li.dropdown > a:hover .caret, .navbar-inner .nav li.dropdown > a:focus .caret { border-top-color: #ffffff !important; border-bottom-color: #ffffff !important; } .navbar-inner .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #ffffff !important; border-bottom-color: #ffffff !important; } .navbar-inner .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inner .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inner .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #ffffff !important; border-bottom-color: #ffffff !important; } .navbar-inner .navbar-search .search-query { color: #ffffff !important; background-color: #fee9cc !important; border-color: #fbb450 !important; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } .navbar-inner .navbar-search .search-query:-moz-placeholder { color: #ffffff; } .navbar-inner .navbar-search .search-query:-ms-input-placeholder { color: #ffffff; } .navbar-inner .navbar-search .search-query::-webkit-input-placeholder { color: #ffffff; } .navbar-inner .navbar-search .search-query:focus, .navbar-inner .navbar-search .search-query.focused { padding: 5px 15px; color: #333333 !important; text-shadow: 0 1px 0 #ffffff !important; background-color: #ffffff !important; border: 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); outline: 0; } .navbar-inner .btn-navbar { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #ea9419; background-image: -moz-linear-gradient(top, #df8505, #faa937); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df8505), to(#faa937)); background-image: -webkit-linear-gradient(top, #df8505, #faa937); background-image: -o-linear-gradient(top, #df8505, #faa937); background-image: linear-gradient(to bottom, #df8505, #faa937); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf8505', endColorstr='#fffaa937', GradientType=0); border-color: #faa937 #faa937 #df8505; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #faa937; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .navbar-inner .btn-navbar:hover, .navbar-inner .btn-navbar:focus, .navbar-inner .btn-navbar:active, .navbar-inner .btn-navbar.active, .navbar-inner .btn-navbar.disabled, .navbar-inner .btn-navbar[disabled] { color: #ffffff; background-color: #faa937; *background-color: #fa9f1e; } .navbar-inner .btn-navbar:active, .navbar-inner .btn-navbar.active { background-color: #f89406 \9; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration: none; color: #ffffff !important; background-color: #f7c986 !important; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .nav-tabs > li > a { text-shadow: none !important; color: #333 !important; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { color: #333 !important; background-color: #ffffff !important; } .user-settings-content a:hover, .user-settings-content a:focus { text-decoration: none; color: #ffffff !important; background-color: #f7c986 !important; } .user-settings-content a:hover .title, .user-settings-content a:focus .title { color: #f7c986 !important; } /*! Date Range Picker*/ .daterangepicker .ranges li { color: #f19718; } .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover { color: #ffffff !important; background-color: #f19718 !important; } .daterangepicker td.active, .daterangepicker td.active:hover { background-color: #f19718 !important; border-color: #f89406 !important; border-bottom-color: #f99b14 !important; } .daterangepicker td.in-range { background: #fdf4e6 !important; } /*! UI-ChatBox */ .ui-chatbox-titlebar { background-color: #fbb450; color: #ffffff !important; } /*! Nav Pills */ .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { color: #ffffff !important; background-color: #f19718 !important; } /*! Social Nav List */ .social-nav-list .nav-list > .active > a, .social-nav-list .nav-list > .active > a:hover, .social-nav-list .nav-list > .active > a:focus { color: #ffffff !important; background-color: #f19718 !important; } /*! Chosen */ .chzn-container .chzn-results .highlighted { color: #ffffff !important; background-color: #f19718 !important; } /*! Bootstrap DateTimePicker */ .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover { background-color: #f19718 !important; border-color: #f89406 !important; border-bottom-color: #f99b14 !important; color: #ffffff !important; } /*! Calendar */ .fc-event { background-color: #f19718 !important; border-color: #f89406 !important; }
0.277277
0.048025
Site Name: Author: Stylesheet: Main Stylesheet Here's where the magic happens. Here, you'll see we are calling in the separate media queries. The base mobile goes outside any query and is called at the beginning, after that we call the rest of the styles inside media queries. Helpful articles on Sass file organization: http://thesassway.com/advanced/modular-css-naming-conventions ******************************************************************/ /********************* IMPORTING PARTIALS These files are needed at the beginning so that we establish all our mixins, functions, and variables that we'll be using across the whole project. *********************/ /*Sass Meida Quieries*/ /* line 51, ../scss/style.scss */ .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: #21211f; border-color: #337ab7; } /* line 55, ../scss/style.scss */ a:focus, a:hover { color: #ed5549; text-decoration: none !important; background-color: transparent !important; } /* line 60, ../scss/style.scss */ body { font-family: 'Oxygen', sans-serif; background-color: white; padding: 0; margin: 0; } /* line 66, ../scss/style.scss */ h2 { font-size: 24px; color: grey; font-family: sans-serif; } /* line 71, ../scss/style.scss */ h3 { font-size: 16px; } @media (min-width: 767px) { /* line 71, ../scss/style.scss */ h3 { font-size: 20px; } } /* line 77, ../scss/style.scss */ h4, h5 { padding-top: 20px; padding-bottom: 20px; } /* line 81, ../scss/style.scss */ a { color: white; transition: 0.15s; } /* line 85, ../scss/style.scss */ a:hover { color: #ed5549; text-decoration: none; transition: 0.15s; } /* line 90, ../scss/style.scss */ .current-menu-item { color: #ed5549; } /* line 93, ../scss/style.scss */ .current-menu-item a { color: #ed5549; } /*LAYOUT*/ /* line 98, ../scss/style.scss */ #top-bar { background-color: white; padding-top: 18px; padding-bottom: 18px; color: #ed5549; border-bottom: #ed5549 1px solid; font-size: 14px; letter-spacing: .5 px; } /* line 106, ../scss/style.scss */ #top-bar i { padding-right: 5px; } /* line 109, ../scss/style.scss */ #top-bar .container { display: table; } /* line 112, ../scss/style.scss */ #top-bar ul { padding-left: 0px; } @media (max-width: 576px) { /* line 98, ../scss/style.scss */ #top-bar { text-align: center; } } @media (max-width: 576px) { /* line 119, ../scss/style.scss */ .top-bar-left { display: none; } } /* line 124, ../scss/style.scss */ .top-bar-left a { color: #ed5549; padding-right: 15px; } /* line 128, ../scss/style.scss */ .top-bar-left a:hover { text-decoration: underline; color: black; } @media (max-width: 576px) { /* line 133, ../scss/style.scss */ .top-bar-right { text-align: center; } } /* line 137, ../scss/style.scss */ .top-bar-right a { display: inline; padding: 0 10px; color: #ed5549; font-size: 16px; } /* line 143, ../scss/style.scss */ .top-bar-right a:hover { text-align: right; padding-right: 10px; color: #ed5549; font-size: 16px; } /* line 149, ../scss/style.scss */ .top-bar-right ul { float: right; margin-top: 0; margin-bottom: 0; } /* line 154, ../scss/style.scss */ .top-bar-right li { float: left; list-style: none; } /* line 159, ../scss/style.scss */ .icon-bar { color: black; } /* line 162, ../scss/style.scss */ #navigation .container { padding-left: 0; padding-right: 0; } /* line 166, ../scss/style.scss */ .navbar { background-color: white; color: black; font-weight: bold; padding: 31px 0px; border-radius: 0; margin-bottom: 0; position: relative; transition: all 0.5s; z-index: 1; } @media (max-width: 576px) { /* line 178, ../scss/style.scss */ .navbar-header img { padding-left: 15px; } } /* line 184, ../scss/style.scss */ .navbar-default { border: none; } /* line 187, ../scss/style.scss */ .navbar-nav > li > a { color: black; } /* line 190, ../scss/style.scss */ .navbar-nav > li > a:hover { color: #ed5549; } /* line 193, ../scss/style.scss */ .navbar-toggle { border: none; padding: 20px 10px; } @media (max-width: 576px) { /* line 193, ../scss/style.scss */ .navbar-toggle { padding-top: 24px; } } /* line 201, ../scss/style.scss */ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: #555; background-color: transparent; } /* line 205, ../scss/style.scss */ .navbar-toggle .icon-bar { background-color: #ed5549; } /* line 208, ../scss/style.scss */ .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: white; } /* line 211, ../scss/style.scss */ .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: transparent; } /* line 214, ../scss/style.scss */ .navbar-collapse, .navbar-default .navbar-form { border: none; } @media screen and (max-width: 767px) { /* line 218, ../scss/style.scss */ .navbar-nav .open .dropdown-menu > li > a { color: white; font-weight: 500; text-decoration: none; margin: 0; background-color: transparent; text-transform: uppercase; padding-left: 25px; } } @media screen and (max-width: 767px) { /* line 229, ../scss/style.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #ed5549; } } @media screen and (max-width: 767px) { /* line 234, ../scss/style.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: transparent; } } @media screen and (max-width: 767px) { /* line 239, ../scss/style.scss */ .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { background-color: transparent; } } /* line 243, ../scss/style.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #ed5549; } /* line 246, ../scss/style.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: transparent; } /* line 249, ../scss/style.scss */ .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: white; } /* line 252, ../scss/style.scss */ a:focus { outline: none; } /* line 255, ../scss/style.scss */ .navbar-right { padding-top: 10px; } /* line 259, ../scss/style.scss */ .navbar li { text-transform: uppercase; } /* line 262, ../scss/style.scss */ #menu-the-main-menu ul { list-style: none !important; } /* line 265, ../scss/style.scss */ .navbar-collapse .nav.navbar-nav.navbar-right > li > a:hover { background-color: #21211f; } /* line 268, ../scss/style.scss */ .dropdown-menu { background-color: #ed5549; border-radius: 0px; } /* line 272, ../scss/style.scss */ .dropdown-menu > li > a { color: white; font-weight: 500; text-decoration: none; background-color: #ed5549; margin: 0; text-transform: uppercase; padding-left: 10px; } /* line 281, ../scss/style.scss */ .dropdown-menu > li > a:hover { color: white; opacity: .7; text-decoration: none; background-color: #ed5549; } /* line 287, ../scss/style.scss */ .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { background-color: #ed5549; } /* line 290, ../scss/style.scss */ .divider { border: #21211f 1px solid; } /* line 293, ../scss/style.scss */ #menu-item-329 a, #menu-item-334 a, #menu-item-292 a { border-bottom: #21211f 0.7px solid; } /* line 296, ../scss/style.scss */ .navbar-brand { margin-top: -20px; } /* line 299, ../scss/style.scss */ #main { background-color: white; padding-top: 50px; padding-bottom: 50px; } @media (max-width: 576px) { /* line 303, ../scss/style.scss */ #main .container { display: table; } } @media (max-width: 576px) { /* line 308, ../scss/style.scss */ #main .row { text-align: center; } } /* line 314, ../scss/style.scss */ #main.col-xs-12 .col-sm-6 .col-md-12 .col-lg-6 { padding-right: 40px; } /* line 317, ../scss/style.scss */ #main h3 { line-height: 1.6; font-size: 24px; font-weight: bold; color: #21211f; padding-bottom: 20px; padding-right: 100px; } @media (max-width: 576px) { /* line 317, ../scss/style.scss */ #main h3 { padding-right: 0px; } } /* line 328, ../scss/style.scss */ .about-text { line-height: 1.8; color: #21211f; padding-top: 26px; } /* line 333, ../scss/style.scss */ .btn { border-color: #ed5549; color: #ed5549; background-color: transparent; border-width: 2px; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; font-size: 14px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; } /* line 347, ../scss/style.scss */ .btn:hover { color: white; border-color: #ed5549; background-color: #ed5549 !important; } /* line 352, ../scss/style.scss */ #skills { background-color: #ed5549; color: white; text-align: center; padding-top: 100px; padding-bottom: 75px; } /* line 358, ../scss/style.scss */ #skills a:hover { color: white; } /* line 361, ../scss/style.scss */ #skills h4 { text-transform: uppercase; } /* line 364, ../scss/style.scss */ #skills h5 { font-weight: bold; } @media (max-width: 576px) { /* line 364, ../scss/style.scss */ #skills h5 { padding-bottom: 25px; } } /* line 371, ../scss/style.scss */ .fa-lightbulb { font-size: 100px; } /* line 374, ../scss/style.scss */ .fa-cubes { font-size: 100px; } /* line 377, ../scss/style.scss */ .fa-pencil-alt { font-size: 100px; } /* line 381, ../scss/style.scss */ #grid { display: flex; flex-wrap: wrap; } /* line 384, ../scss/style.scss */ #grid .image-grid { flex: 1; } /* line 387, ../scss/style.scss */ #grid .portfolioBox { height: 50vh; background-size: cover; background-position: center; } /* line 392, ../scss/style.scss */ #grid .text.portfolioContent { justify-content: center; align-items: center; display: flex; position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 40px; font-weight: 300; letter-spacing: 1px; color: #fff; } /* line 406, ../scss/style.scss */ #grid .portfolioContent { font-weight: 900; color: rgba(255, 255, 255, 0.85); } /* line 410, ../scss/style.scss */ #grid .portfolioOverlay { background: rgba(0, 0, 0, 0.75); height: 100%; width: 100%; opacity: 0; padding: 30px 20px; position: absolute; display: block; left: 0; transition: .7s; } /* line 421, ../scss/style.scss */ #grid .portfolioBox:hover .portfolioOverlay { opacity: 1; transition: .4s; } /* line 427, ../scss/style.scss */ #blog-posts { background-color: white; padding-top: 50px; padding-bottom: 80px; } /* line 431, ../scss/style.scss */ #blog-posts hr { width: 100px; margin-left: 0; margin-top: 20px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } /* line 440, ../scss/style.scss */ #blog-posts .row { padding-top: 30px; } /* line 443, ../scss/style.scss */ #blog-posts img { max-width: 100%; margin-bottom: 20px; padding: 0; height: 100%; } /* line 449, ../scss/style.scss */ #blog-posts img:hover { opacity: 0.7; } /* line 452, ../scss/style.scss */ #blog-posts a { color: grey; } /* line 455, ../scss/style.scss */ #blog-posts h3 { font-size: 16px; padding-bottom: 10px; margin: 0; line-height: 1.3; } /* line 461, ../scss/style.scss */ #blog-posts h3:hover { color: black; } /* line 464, ../scss/style.scss */ #blog-posts h3 > a { color: grey; } /* line 467, ../scss/style.scss */ #blog-posts li { list-style: none; padding-left: 0px; } /* line 471, ../scss/style.scss */ #blog-posts p { line-height: 2.0; padding-right: 3px; } /* line 475, ../scss/style.scss */ #blog-posts .read-more { color: #ed5549; font-size: 14px; } /* line 479, ../scss/style.scss */ #blog-posts .read-more:hover { color: #b80c00; } /* line 484, ../scss/style.scss */ #get-started { color: white; background: #525252; padding-top: 35px; padding-bottom: 35px; font-size: 28px; } /* line 490, ../scss/style.scss */ #get-started .btn { text-transform: uppercase; } @media (max-width: 576px) { /* line 493, ../scss/style.scss */ #get-started .col-md-3 { padding-top: 25px; } } /* line 499, ../scss/style.scss */ #explore { color: white; background-color: #21211f; font-size: 14px; padding-bottom: 40px; letter-spacing: 1.5px; } /* line 505, ../scss/style.scss */ #explore h5 { line-height: 1.5; letter-spacing: 3px; font-size: 12px; text-transform: uppercase; } /* line 511, ../scss/style.scss */ #explore span { font-size: 20px; } /* line 514, ../scss/style.scss */ #explore a { padding-right: 10px; } /* line 517, ../scss/style.scss */ #explore ul { font-size: 12px; list-style: none; padding-left: 0px; color: white; } /* line 524, ../scss/style.scss */ .explore-text { font-size: 12px; line-height: 2.0; } /* line 528, ../scss/style.scss */ .availability { line-height: 2.0; margin-right: 100px; } /* line 532, ../scss/style.scss */ #footer { background-color: black; color: #ed5549; padding-top: 20px; padding-bottom: 10px; position: relative; } /* line 539, ../scss/style.scss */ .copyright { font-size: 12px; color: #ed5549; } /* PROJECT PAGE */ /* line 545, ../scss/style.scss */ #project-page .container { padding-bottom: 0px; padding-left: 0px; } @media (max-width: 576px) { /* line 545, ../scss/style.scss */ #project-page .container { padding-right: 0px; } } /* line 552, ../scss/style.scss */ #project-page img { width: 100%; padding: 0; } /* line 556, ../scss/style.scss */ #project-page hr { width: 50px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } @media (max-width: 576px) { /* line 565, ../scss/style.scss */ #project-page .col-lg-8 { padding-bottom: 40px; } } /* line 570, ../scss/style.scss */ #project-page .col-lg-4 { color: white; background-color: #21211f; padding: 30px; line-height: 2.0; width: 30%; } @media (max-width: 576px) { /* line 570, ../scss/style.scss */ #project-page .col-lg-4 { width: 100%; text-align: left; } } /* line 581, ../scss/style.scss */ #project-page h2 { color: white; } /* line 584, ../scss/style.scss */ #project-page h4 { color: #ed5549; text-transform: uppercase; letter-spacing: 2px; padding: 5px 0; } /* line 590, ../scss/style.scss */ #project-page p { padding-right: 25px; } /* line 594, ../scss/style.scss */ #project-links hr { margin: 0; } /* line 597, ../scss/style.scss */ #project-links .next-posts { padding-top: 30px; padding-bottom: 30px; } /* line 601, ../scss/style.scss */ #project-links .prev-posts { padding-top: 30px; padding-bottom: 30px; } /* line 605, ../scss/style.scss */ #project-links a { color: grey; } /* line 608, ../scss/style.scss */ #project-links a:hover { color: #ed5549; } /* ABOUT ME */ /* line 613, ../scss/style.scss */ #about-me { background: white; padding: 80px 0; } @media (max-width: 576px) { /* line 613, ../scss/style.scss */ #about-me { padding-top: 0px; } } /* line 619, ../scss/style.scss */ #about-me img { width: 100%; padding: 25px 0 40px; } @media (max-width: 576px) { /* line 619, ../scss/style.scss */ #about-me img { padding: 25px 0 20px; } } /* line 626, ../scss/style.scss */ #about-me hr { width: 100px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } /* line 635, ../scss/style.scss */ #about-me p { line-height: 2.0; font-size: 14px; padding-top: 5px; } @media (max-width: 576px) { /* line 640, ../scss/style.scss */ #about-me h2 { padding-top: 40px; } } /* line 645, ../scss/style.scss */ #about-me h3 { text-transform: uppercase; color: #ed5549; padding-top: 20px; letter-spacing: 2px; } /* line 651, ../scss/style.scss */ #about-me li { margin-left: -25px; line-height: 2.0; padding-top: 1px; } @media (max-width: 576px) { /* line 651, ../scss/style.scss */ #about-me li { padding-left: 10px; } } /* line 659, ../scss/style.scss */ #about-me i { padding-right: 5px; } @media (max-width: 576px) { /* line 659, ../scss/style.scss */ #about-me i { padding-left: 15px; } } /* line 665, ../scss/style.scss */ #about-me .col-sm-6 { padding-left: 20px; } @media (max-width: 576px) { /* line 665, ../scss/style.scss */ #about-me .col-sm-6 { padding-left: 15px; } } /* FAQ SECTION */ /* line 674, ../scss/style.scss */ #faq { background: white; padding: 20px 0; } /* line 677, ../scss/style.scss */ #faq h3 { text-transform: uppercase; color: #ed5549; padding-top: 7px; letter-spacing: 2px; } /* line 683, ../scss/style.scss */ #faq a { color: grey; } /* line 686, ../scss/style.scss */ #faq a:hover { text-decoration: underline; color: #ed5549; } /* line 690, ../scss/style.scss */ #faq h5 a { text-transform: uppercase; } /* line 693, ../scss/style.scss */ #faq .col-sm-4 hr { width: 100px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } @media (max-width: 576px) { /* line 702, ../scss/style.scss */ #faq .col-sm-8 { padding-top: 20px; } } /* line 707, ../scss/style.scss */ #faq #Q1:visited { transition: 2.0s; } /* CONTACT PAGE */ /* line 713, ../scss/style.scss */ #title-banner { background-color: #ed5549; color: white; text-transform: uppercase; letter-spacing: 1px; font-size: 17px; padding: 20px 0px; } /* line 721, ../scss/style.scss */ #contact-section { background-color: white; padding-top: 30px; padding-bottom: 30px; } @media (max-width: 576px) { /* line 721, ../scss/style.scss */ #contact-section { padding-top: 20px; } } /* line 729, ../scss/style.scss */ #contact-section hr { width: 100px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } /* line 738, ../scss/style.scss */ #contact-section p { padding-top: 5px; padding-bottom: 5px; padding-right: 20px; } /* line 743, ../scss/style.scss */ #contact-section h3 { color: #ed5549; letter-spacing: 2px; text-transform: uppercase; } /* line 748, ../scss/style.scss */ #contact-section div { padding-bottom: 10px; } /* line 751, ../scss/style.scss */ #contact-section .wpcf7 input[type="submit"] { text-transform: uppercase; letter-spacing: 2px; border-radius: 5px; font-size: 12px; font-weight: normal; color: white; background: #ed5549; padding: 15px 10px; border: none; } /* line 762, ../scss/style.scss */ #contact-section .wpcf7 input[type="submit"]:focus { outline: transparent none 0px; } /* line 765, ../scss/style.scss */ #contact-section i { color: grey; padding-top: 10px; padding-right: 20px; font-size: 20px; } /* line 771, ../scss/style.scss */ #contact-section span { padding-left: 3px; } /* line 774, ../scss/style.scss */ .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { color: #000; width: 700px; background-color: #eee; border: none; font-size: 14px; } @media (max-width: 576px) { /* line 774, ../scss/style.scss */ .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { width: 100%; } } /* line 786, ../scss/style.scss */ .wpcf7 input[type="text"], .wpcf7 input[type="email"] { padding-top: 5px; padding-bottom: 10px; } /* line 791, ../scss/style.scss */ .page-id-230 section#get-started { display: none; } /* BLOG PAGE */ /* line 796, ../scss/style.scss */ #posts { background: white; color: grey; font-size: 13px; } /* line 801, ../scss/style.scss */ #posts .container { padding-top: 20px; padding-bottom: 40px; } /* line 805, ../scss/style.scss */ #posts .col-sm-9 { padding-left: 0px; padding-right: 40px; } /* line 809, ../scss/style.scss */ #posts .col-sm-9 hr { margin: 40px 0; } /* line 812, ../scss/style.scss */ #posts img { width: 100%; } /* line 815, ../scss/style.scss */ #posts a img:hover { opacity: 0.7; } /* line 818, ../scss/style.scss */ #posts a { color: grey; } /* line 821, ../scss/style.scss */ #posts a:hover { color: black; } /* line 824, ../scss/style.scss */ #posts i { padding-right: 10px; } /* line 827, ../scss/style.scss */ #posts p { color: black; line-height: 2.0; } /* line 831, ../scss/style.scss */ #posts span { padding-right: 10px; } /* line 834, ../scss/style.scss */ #posts h2 { padding-bottom: 10px; } /* line 837, ../scss/style.scss */ #posts h3 { color: black; text-transform: uppercase; letter-spacing: 2px; font-size: 16px; font-weight: bold; } /* line 844, ../scss/style.scss */ #posts p { padding-bottom: 2px; } /* line 847, ../scss/style.scss */ #posts .submit { letter-spacing: 2px; text-transform: uppercase; font-size: 12px; font-weight: normal; color: white; background: #ed5549; padding: 7px 12px; } /* line 856, ../scss/style.scss */ #posts .submit a { color: white; } /* line 859, ../scss/style.scss */ #posts ul { list-style: none; padding-left: 0px; } /* line 863, ../scss/style.scss */ label { display: inline; font-size: 14px; max-width: 100%; font-weight: 700; } /* line 869, ../scss/style.scss */ #posts .col-sm-3 { padding-top: 25px; } /* line 872, ../scss/style.scss */ input[type="search"] { padding: 3px 5px; width: 75%; } /* line 876, ../scss/style.scss */ input[type="search"]:focus { outline: transparent none 0px; } /* line 879, ../scss/style.scss */ .col-sm-3 button { color: grey; border-radius: 5px; font-size: 10px; } /* line 884, ../scss/style.scss */ .searchform { padding-bottom: 20px; } /* line 887, ../scss/style.scss */ .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } /* line 898, ../scss/style.scss */ .fa-search { font-size: 10px; } /* line 901, ../scss/style.scss */ .col-sm-3 form:focus { outline-color: none; } /* WP SIDEBAR */ /* line 906, ../scss/style.scss */ .widget h4 { border-bottom: 1px #ccc solid; margin-bottom: 0px; padding-bottom: 15px; } /* line 911, ../scss/style.scss */ .widget ul { margin: 0; } /* line 914, ../scss/style.scss */ .widget li { border-bottom: 1px #ccc solid; padding-top: 15px; padding-bottom: 15px; } /* line 919, ../scss/style.scss */ .widget hr { padding-top: 10px; padding-bottom: 10px; } /* line 923, ../scss/style.scss */ .widgettitle { font-size: 16px; color: #21211f; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; } /* SHOP */ /* line 932, ../scss/style.scss */ #products .container { padding-top: 50px; padding-bottom: 50px; } /* line 936, ../scss/style.scss */ #products .row { text-align: center; padding-top: 20px; padding-bottom: 40px; } /* line 941, ../scss/style.scss */ #products .col-md-3 { text-align: center; padding-left: 0; padding-right: 5px; margin: 0; padding-bottom: 60px; } /* line 948, ../scss/style.scss */ #products img { width: 250px; height: 250px; } /* line 952, ../scss/style.scss */ #products img:hover { opacity: 0.7; } /* line 955, ../scss/style.scss */ #products a { color: #ed5549; } /* line 958, ../scss/style.scss */ #products a:hover { color: black; } /* line 961, ../scss/style.scss */ #products h3 { text-align: center; } /* line 964, ../scss/style.scss */ #products h4 { text-align: center; } /* line 967, ../scss/style.scss */ #products .btn { color: white; background-color: #ed5549; padding: 0 10px; letter-spacing: 1px; } /* line 973, ../scss/style.scss */ #products .btn:hover { color: white; } /*PRODUCT*/ /* line 978, ../scss/style.scss */ #product-info .container { padding-top: 40px; padding-bottom: 40px; } /* line 982, ../scss/style.scss */ #product-info img { width: 100%; } /* line 985, ../scss/style.scss */ #product-info h2 { color: black; } /* line 988, ../scss/style.scss */ #product-info h3 { color: #ed5549; } /* line 991, ../scss/style.scss */ #product-info h5 a { color: black; } /* line 994, ../scss/style.scss */ #product-info h5 a:hover { text-decoration: underline; color: #ed5549; } /* line 998, ../scss/style.scss */ #product-info h6 { color: #ed5549; } /* line 1001, ../scss/style.scss */ #product-info p { line-height: 2.0; } /* line 1004, ../scss/style.scss */ #product-info li { line-height: 2.0; margin-left: -10px; } /* line 1008, ../scss/style.scss */ #product-info .btn { color: white; background-color: #ed5549; padding: 0 10px; letter-spacing: 1px; } /* line 1014, ../scss/style.scss */ #product-info .btn:hover { color: white; } /* line 1017, ../scss/style.scss */ #product-info .btn h6 { color: white; } /* SERVICES */ /* line 1022, ../scss/style.scss */ #main-services { background-color: #21211f; padding-top: 50px; padding-bottom: 80px; } /* line 1027, ../scss/style.scss */ #main-services hr { width: 100px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } /* line 1036, ../scss/style.scss */ #main-services h3 { line-height: 1.6; font-size: 24px; font-weight: bold; color: white; padding-bottom: 10px; } /* line 1043, ../scss/style.scss */ #main-services h4 { line-height: 1.5; color: white; } /* line 1047, ../scss/style.scss */ #services-design { padding-top: 40px; padding-bottom: 60px; background: #ed5549; } /* line 1052, ../scss/style.scss */ #services-design h2, #services-design h3 { color: white; } /* line 1055, ../scss/style.scss */ #services-design h3 { text-transform: uppercase; letter-spacing: 2px; } /* line 1059, ../scss/style.scss */ #services-design p { line-height: 2.0; font-size: 14px; } /* line 1063, ../scss/style.scss */ #services-design .col-md-4 { padding-left: 45px; padding-top: 5px; } @media (max-width: 576px) { /* line 1063, ../scss/style.scss */ #services-design .col-md-4 { padding-left: 15px; } } /* line 1070, ../scss/style.scss */ #services-design li { color: #21211f; line-height: 2.0; padding-top: 1px; } /* line 1075, ../scss/style.scss */ #services-design i { color: white; padding-right: 5px; line-height: 2.0; } /* line 1080, ../scss/style.scss */ #services-design .fa-ul { line-height: 2.0; } /* line 1083, ../scss/style.scss */ #services-design ul a { color: #21211f; text-decoration: underline; } /* line 1087, ../scss/style.scss */ #services-design ul a:hover { color: white; text-decoration: none; } /* line 1091, ../scss/style.scss */ #services-images { background-color: #ed5549; } /* line 1094, ../scss/style.scss */ #services-images li { list-style: none; } /* line 1097, ../scss/style.scss */ #services-images .portfolioBox { width: 33.33%; height: 250px; margin: 0px auto 0 auto; background-size: cover; border-radius: 0px; overflow: hidden; text-align: center; position: relative; } /* line 1107, ../scss/style.scss */ #services-images .overlay { position: absolute; display: table; } /* line 1113, ../scss/style.scss */ #services-images .portfolioContent { font-weight: 900; color: rgba(255, 255, 255, 0.85); display: table-cell; vertical-align: middle; } /* line 1119, ../scss/style.scss */ #services-images .portfolioOverlay { background: rgba(0, 0, 0, 0.75); text-align: center; line-height: 5.0; height: 100%; width: 100%; opacity: 0; padding: 30px 20px; position: absolute; display: table; left: 0; transition: .7s; } /* line 1132, ../scss/style.scss */ #services-images .portfolioBox:hover .portfolioOverlay { opacity: 1; transition: .4s; } /* line 1136, ../scss/style.scss */ #services-images .text .portfolioContent { display: table-cell; vertical-align: middle; } /* line 1140, ../scss/style.scss */ #services-pages { background-color: #ed5549; padding-top: 50px; padding-bottom: 50px; text-align: center; }
library/css/style.css
Site Name: Author: Stylesheet: Main Stylesheet Here's where the magic happens. Here, you'll see we are calling in the separate media queries. The base mobile goes outside any query and is called at the beginning, after that we call the rest of the styles inside media queries. Helpful articles on Sass file organization: http://thesassway.com/advanced/modular-css-naming-conventions ******************************************************************/ /********************* IMPORTING PARTIALS These files are needed at the beginning so that we establish all our mixins, functions, and variables that we'll be using across the whole project. *********************/ /*Sass Meida Quieries*/ /* line 51, ../scss/style.scss */ .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: #21211f; border-color: #337ab7; } /* line 55, ../scss/style.scss */ a:focus, a:hover { color: #ed5549; text-decoration: none !important; background-color: transparent !important; } /* line 60, ../scss/style.scss */ body { font-family: 'Oxygen', sans-serif; background-color: white; padding: 0; margin: 0; } /* line 66, ../scss/style.scss */ h2 { font-size: 24px; color: grey; font-family: sans-serif; } /* line 71, ../scss/style.scss */ h3 { font-size: 16px; } @media (min-width: 767px) { /* line 71, ../scss/style.scss */ h3 { font-size: 20px; } } /* line 77, ../scss/style.scss */ h4, h5 { padding-top: 20px; padding-bottom: 20px; } /* line 81, ../scss/style.scss */ a { color: white; transition: 0.15s; } /* line 85, ../scss/style.scss */ a:hover { color: #ed5549; text-decoration: none; transition: 0.15s; } /* line 90, ../scss/style.scss */ .current-menu-item { color: #ed5549; } /* line 93, ../scss/style.scss */ .current-menu-item a { color: #ed5549; } /*LAYOUT*/ /* line 98, ../scss/style.scss */ #top-bar { background-color: white; padding-top: 18px; padding-bottom: 18px; color: #ed5549; border-bottom: #ed5549 1px solid; font-size: 14px; letter-spacing: .5 px; } /* line 106, ../scss/style.scss */ #top-bar i { padding-right: 5px; } /* line 109, ../scss/style.scss */ #top-bar .container { display: table; } /* line 112, ../scss/style.scss */ #top-bar ul { padding-left: 0px; } @media (max-width: 576px) { /* line 98, ../scss/style.scss */ #top-bar { text-align: center; } } @media (max-width: 576px) { /* line 119, ../scss/style.scss */ .top-bar-left { display: none; } } /* line 124, ../scss/style.scss */ .top-bar-left a { color: #ed5549; padding-right: 15px; } /* line 128, ../scss/style.scss */ .top-bar-left a:hover { text-decoration: underline; color: black; } @media (max-width: 576px) { /* line 133, ../scss/style.scss */ .top-bar-right { text-align: center; } } /* line 137, ../scss/style.scss */ .top-bar-right a { display: inline; padding: 0 10px; color: #ed5549; font-size: 16px; } /* line 143, ../scss/style.scss */ .top-bar-right a:hover { text-align: right; padding-right: 10px; color: #ed5549; font-size: 16px; } /* line 149, ../scss/style.scss */ .top-bar-right ul { float: right; margin-top: 0; margin-bottom: 0; } /* line 154, ../scss/style.scss */ .top-bar-right li { float: left; list-style: none; } /* line 159, ../scss/style.scss */ .icon-bar { color: black; } /* line 162, ../scss/style.scss */ #navigation .container { padding-left: 0; padding-right: 0; } /* line 166, ../scss/style.scss */ .navbar { background-color: white; color: black; font-weight: bold; padding: 31px 0px; border-radius: 0; margin-bottom: 0; position: relative; transition: all 0.5s; z-index: 1; } @media (max-width: 576px) { /* line 178, ../scss/style.scss */ .navbar-header img { padding-left: 15px; } } /* line 184, ../scss/style.scss */ .navbar-default { border: none; } /* line 187, ../scss/style.scss */ .navbar-nav > li > a { color: black; } /* line 190, ../scss/style.scss */ .navbar-nav > li > a:hover { color: #ed5549; } /* line 193, ../scss/style.scss */ .navbar-toggle { border: none; padding: 20px 10px; } @media (max-width: 576px) { /* line 193, ../scss/style.scss */ .navbar-toggle { padding-top: 24px; } } /* line 201, ../scss/style.scss */ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: #555; background-color: transparent; } /* line 205, ../scss/style.scss */ .navbar-toggle .icon-bar { background-color: #ed5549; } /* line 208, ../scss/style.scss */ .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: white; } /* line 211, ../scss/style.scss */ .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: transparent; } /* line 214, ../scss/style.scss */ .navbar-collapse, .navbar-default .navbar-form { border: none; } @media screen and (max-width: 767px) { /* line 218, ../scss/style.scss */ .navbar-nav .open .dropdown-menu > li > a { color: white; font-weight: 500; text-decoration: none; margin: 0; background-color: transparent; text-transform: uppercase; padding-left: 25px; } } @media screen and (max-width: 767px) { /* line 229, ../scss/style.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #ed5549; } } @media screen and (max-width: 767px) { /* line 234, ../scss/style.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: transparent; } } @media screen and (max-width: 767px) { /* line 239, ../scss/style.scss */ .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { background-color: transparent; } } /* line 243, ../scss/style.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #ed5549; } /* line 246, ../scss/style.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: transparent; } /* line 249, ../scss/style.scss */ .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: white; } /* line 252, ../scss/style.scss */ a:focus { outline: none; } /* line 255, ../scss/style.scss */ .navbar-right { padding-top: 10px; } /* line 259, ../scss/style.scss */ .navbar li { text-transform: uppercase; } /* line 262, ../scss/style.scss */ #menu-the-main-menu ul { list-style: none !important; } /* line 265, ../scss/style.scss */ .navbar-collapse .nav.navbar-nav.navbar-right > li > a:hover { background-color: #21211f; } /* line 268, ../scss/style.scss */ .dropdown-menu { background-color: #ed5549; border-radius: 0px; } /* line 272, ../scss/style.scss */ .dropdown-menu > li > a { color: white; font-weight: 500; text-decoration: none; background-color: #ed5549; margin: 0; text-transform: uppercase; padding-left: 10px; } /* line 281, ../scss/style.scss */ .dropdown-menu > li > a:hover { color: white; opacity: .7; text-decoration: none; background-color: #ed5549; } /* line 287, ../scss/style.scss */ .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { background-color: #ed5549; } /* line 290, ../scss/style.scss */ .divider { border: #21211f 1px solid; } /* line 293, ../scss/style.scss */ #menu-item-329 a, #menu-item-334 a, #menu-item-292 a { border-bottom: #21211f 0.7px solid; } /* line 296, ../scss/style.scss */ .navbar-brand { margin-top: -20px; } /* line 299, ../scss/style.scss */ #main { background-color: white; padding-top: 50px; padding-bottom: 50px; } @media (max-width: 576px) { /* line 303, ../scss/style.scss */ #main .container { display: table; } } @media (max-width: 576px) { /* line 308, ../scss/style.scss */ #main .row { text-align: center; } } /* line 314, ../scss/style.scss */ #main.col-xs-12 .col-sm-6 .col-md-12 .col-lg-6 { padding-right: 40px; } /* line 317, ../scss/style.scss */ #main h3 { line-height: 1.6; font-size: 24px; font-weight: bold; color: #21211f; padding-bottom: 20px; padding-right: 100px; } @media (max-width: 576px) { /* line 317, ../scss/style.scss */ #main h3 { padding-right: 0px; } } /* line 328, ../scss/style.scss */ .about-text { line-height: 1.8; color: #21211f; padding-top: 26px; } /* line 333, ../scss/style.scss */ .btn { border-color: #ed5549; color: #ed5549; background-color: transparent; border-width: 2px; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; font-size: 14px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; } /* line 347, ../scss/style.scss */ .btn:hover { color: white; border-color: #ed5549; background-color: #ed5549 !important; } /* line 352, ../scss/style.scss */ #skills { background-color: #ed5549; color: white; text-align: center; padding-top: 100px; padding-bottom: 75px; } /* line 358, ../scss/style.scss */ #skills a:hover { color: white; } /* line 361, ../scss/style.scss */ #skills h4 { text-transform: uppercase; } /* line 364, ../scss/style.scss */ #skills h5 { font-weight: bold; } @media (max-width: 576px) { /* line 364, ../scss/style.scss */ #skills h5 { padding-bottom: 25px; } } /* line 371, ../scss/style.scss */ .fa-lightbulb { font-size: 100px; } /* line 374, ../scss/style.scss */ .fa-cubes { font-size: 100px; } /* line 377, ../scss/style.scss */ .fa-pencil-alt { font-size: 100px; } /* line 381, ../scss/style.scss */ #grid { display: flex; flex-wrap: wrap; } /* line 384, ../scss/style.scss */ #grid .image-grid { flex: 1; } /* line 387, ../scss/style.scss */ #grid .portfolioBox { height: 50vh; background-size: cover; background-position: center; } /* line 392, ../scss/style.scss */ #grid .text.portfolioContent { justify-content: center; align-items: center; display: flex; position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 40px; font-weight: 300; letter-spacing: 1px; color: #fff; } /* line 406, ../scss/style.scss */ #grid .portfolioContent { font-weight: 900; color: rgba(255, 255, 255, 0.85); } /* line 410, ../scss/style.scss */ #grid .portfolioOverlay { background: rgba(0, 0, 0, 0.75); height: 100%; width: 100%; opacity: 0; padding: 30px 20px; position: absolute; display: block; left: 0; transition: .7s; } /* line 421, ../scss/style.scss */ #grid .portfolioBox:hover .portfolioOverlay { opacity: 1; transition: .4s; } /* line 427, ../scss/style.scss */ #blog-posts { background-color: white; padding-top: 50px; padding-bottom: 80px; } /* line 431, ../scss/style.scss */ #blog-posts hr { width: 100px; margin-left: 0; margin-top: 20px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } /* line 440, ../scss/style.scss */ #blog-posts .row { padding-top: 30px; } /* line 443, ../scss/style.scss */ #blog-posts img { max-width: 100%; margin-bottom: 20px; padding: 0; height: 100%; } /* line 449, ../scss/style.scss */ #blog-posts img:hover { opacity: 0.7; } /* line 452, ../scss/style.scss */ #blog-posts a { color: grey; } /* line 455, ../scss/style.scss */ #blog-posts h3 { font-size: 16px; padding-bottom: 10px; margin: 0; line-height: 1.3; } /* line 461, ../scss/style.scss */ #blog-posts h3:hover { color: black; } /* line 464, ../scss/style.scss */ #blog-posts h3 > a { color: grey; } /* line 467, ../scss/style.scss */ #blog-posts li { list-style: none; padding-left: 0px; } /* line 471, ../scss/style.scss */ #blog-posts p { line-height: 2.0; padding-right: 3px; } /* line 475, ../scss/style.scss */ #blog-posts .read-more { color: #ed5549; font-size: 14px; } /* line 479, ../scss/style.scss */ #blog-posts .read-more:hover { color: #b80c00; } /* line 484, ../scss/style.scss */ #get-started { color: white; background: #525252; padding-top: 35px; padding-bottom: 35px; font-size: 28px; } /* line 490, ../scss/style.scss */ #get-started .btn { text-transform: uppercase; } @media (max-width: 576px) { /* line 493, ../scss/style.scss */ #get-started .col-md-3 { padding-top: 25px; } } /* line 499, ../scss/style.scss */ #explore { color: white; background-color: #21211f; font-size: 14px; padding-bottom: 40px; letter-spacing: 1.5px; } /* line 505, ../scss/style.scss */ #explore h5 { line-height: 1.5; letter-spacing: 3px; font-size: 12px; text-transform: uppercase; } /* line 511, ../scss/style.scss */ #explore span { font-size: 20px; } /* line 514, ../scss/style.scss */ #explore a { padding-right: 10px; } /* line 517, ../scss/style.scss */ #explore ul { font-size: 12px; list-style: none; padding-left: 0px; color: white; } /* line 524, ../scss/style.scss */ .explore-text { font-size: 12px; line-height: 2.0; } /* line 528, ../scss/style.scss */ .availability { line-height: 2.0; margin-right: 100px; } /* line 532, ../scss/style.scss */ #footer { background-color: black; color: #ed5549; padding-top: 20px; padding-bottom: 10px; position: relative; } /* line 539, ../scss/style.scss */ .copyright { font-size: 12px; color: #ed5549; } /* PROJECT PAGE */ /* line 545, ../scss/style.scss */ #project-page .container { padding-bottom: 0px; padding-left: 0px; } @media (max-width: 576px) { /* line 545, ../scss/style.scss */ #project-page .container { padding-right: 0px; } } /* line 552, ../scss/style.scss */ #project-page img { width: 100%; padding: 0; } /* line 556, ../scss/style.scss */ #project-page hr { width: 50px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } @media (max-width: 576px) { /* line 565, ../scss/style.scss */ #project-page .col-lg-8 { padding-bottom: 40px; } } /* line 570, ../scss/style.scss */ #project-page .col-lg-4 { color: white; background-color: #21211f; padding: 30px; line-height: 2.0; width: 30%; } @media (max-width: 576px) { /* line 570, ../scss/style.scss */ #project-page .col-lg-4 { width: 100%; text-align: left; } } /* line 581, ../scss/style.scss */ #project-page h2 { color: white; } /* line 584, ../scss/style.scss */ #project-page h4 { color: #ed5549; text-transform: uppercase; letter-spacing: 2px; padding: 5px 0; } /* line 590, ../scss/style.scss */ #project-page p { padding-right: 25px; } /* line 594, ../scss/style.scss */ #project-links hr { margin: 0; } /* line 597, ../scss/style.scss */ #project-links .next-posts { padding-top: 30px; padding-bottom: 30px; } /* line 601, ../scss/style.scss */ #project-links .prev-posts { padding-top: 30px; padding-bottom: 30px; } /* line 605, ../scss/style.scss */ #project-links a { color: grey; } /* line 608, ../scss/style.scss */ #project-links a:hover { color: #ed5549; } /* ABOUT ME */ /* line 613, ../scss/style.scss */ #about-me { background: white; padding: 80px 0; } @media (max-width: 576px) { /* line 613, ../scss/style.scss */ #about-me { padding-top: 0px; } } /* line 619, ../scss/style.scss */ #about-me img { width: 100%; padding: 25px 0 40px; } @media (max-width: 576px) { /* line 619, ../scss/style.scss */ #about-me img { padding: 25px 0 20px; } } /* line 626, ../scss/style.scss */ #about-me hr { width: 100px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } /* line 635, ../scss/style.scss */ #about-me p { line-height: 2.0; font-size: 14px; padding-top: 5px; } @media (max-width: 576px) { /* line 640, ../scss/style.scss */ #about-me h2 { padding-top: 40px; } } /* line 645, ../scss/style.scss */ #about-me h3 { text-transform: uppercase; color: #ed5549; padding-top: 20px; letter-spacing: 2px; } /* line 651, ../scss/style.scss */ #about-me li { margin-left: -25px; line-height: 2.0; padding-top: 1px; } @media (max-width: 576px) { /* line 651, ../scss/style.scss */ #about-me li { padding-left: 10px; } } /* line 659, ../scss/style.scss */ #about-me i { padding-right: 5px; } @media (max-width: 576px) { /* line 659, ../scss/style.scss */ #about-me i { padding-left: 15px; } } /* line 665, ../scss/style.scss */ #about-me .col-sm-6 { padding-left: 20px; } @media (max-width: 576px) { /* line 665, ../scss/style.scss */ #about-me .col-sm-6 { padding-left: 15px; } } /* FAQ SECTION */ /* line 674, ../scss/style.scss */ #faq { background: white; padding: 20px 0; } /* line 677, ../scss/style.scss */ #faq h3 { text-transform: uppercase; color: #ed5549; padding-top: 7px; letter-spacing: 2px; } /* line 683, ../scss/style.scss */ #faq a { color: grey; } /* line 686, ../scss/style.scss */ #faq a:hover { text-decoration: underline; color: #ed5549; } /* line 690, ../scss/style.scss */ #faq h5 a { text-transform: uppercase; } /* line 693, ../scss/style.scss */ #faq .col-sm-4 hr { width: 100px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } @media (max-width: 576px) { /* line 702, ../scss/style.scss */ #faq .col-sm-8 { padding-top: 20px; } } /* line 707, ../scss/style.scss */ #faq #Q1:visited { transition: 2.0s; } /* CONTACT PAGE */ /* line 713, ../scss/style.scss */ #title-banner { background-color: #ed5549; color: white; text-transform: uppercase; letter-spacing: 1px; font-size: 17px; padding: 20px 0px; } /* line 721, ../scss/style.scss */ #contact-section { background-color: white; padding-top: 30px; padding-bottom: 30px; } @media (max-width: 576px) { /* line 721, ../scss/style.scss */ #contact-section { padding-top: 20px; } } /* line 729, ../scss/style.scss */ #contact-section hr { width: 100px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } /* line 738, ../scss/style.scss */ #contact-section p { padding-top: 5px; padding-bottom: 5px; padding-right: 20px; } /* line 743, ../scss/style.scss */ #contact-section h3 { color: #ed5549; letter-spacing: 2px; text-transform: uppercase; } /* line 748, ../scss/style.scss */ #contact-section div { padding-bottom: 10px; } /* line 751, ../scss/style.scss */ #contact-section .wpcf7 input[type="submit"] { text-transform: uppercase; letter-spacing: 2px; border-radius: 5px; font-size: 12px; font-weight: normal; color: white; background: #ed5549; padding: 15px 10px; border: none; } /* line 762, ../scss/style.scss */ #contact-section .wpcf7 input[type="submit"]:focus { outline: transparent none 0px; } /* line 765, ../scss/style.scss */ #contact-section i { color: grey; padding-top: 10px; padding-right: 20px; font-size: 20px; } /* line 771, ../scss/style.scss */ #contact-section span { padding-left: 3px; } /* line 774, ../scss/style.scss */ .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { color: #000; width: 700px; background-color: #eee; border: none; font-size: 14px; } @media (max-width: 576px) { /* line 774, ../scss/style.scss */ .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { width: 100%; } } /* line 786, ../scss/style.scss */ .wpcf7 input[type="text"], .wpcf7 input[type="email"] { padding-top: 5px; padding-bottom: 10px; } /* line 791, ../scss/style.scss */ .page-id-230 section#get-started { display: none; } /* BLOG PAGE */ /* line 796, ../scss/style.scss */ #posts { background: white; color: grey; font-size: 13px; } /* line 801, ../scss/style.scss */ #posts .container { padding-top: 20px; padding-bottom: 40px; } /* line 805, ../scss/style.scss */ #posts .col-sm-9 { padding-left: 0px; padding-right: 40px; } /* line 809, ../scss/style.scss */ #posts .col-sm-9 hr { margin: 40px 0; } /* line 812, ../scss/style.scss */ #posts img { width: 100%; } /* line 815, ../scss/style.scss */ #posts a img:hover { opacity: 0.7; } /* line 818, ../scss/style.scss */ #posts a { color: grey; } /* line 821, ../scss/style.scss */ #posts a:hover { color: black; } /* line 824, ../scss/style.scss */ #posts i { padding-right: 10px; } /* line 827, ../scss/style.scss */ #posts p { color: black; line-height: 2.0; } /* line 831, ../scss/style.scss */ #posts span { padding-right: 10px; } /* line 834, ../scss/style.scss */ #posts h2 { padding-bottom: 10px; } /* line 837, ../scss/style.scss */ #posts h3 { color: black; text-transform: uppercase; letter-spacing: 2px; font-size: 16px; font-weight: bold; } /* line 844, ../scss/style.scss */ #posts p { padding-bottom: 2px; } /* line 847, ../scss/style.scss */ #posts .submit { letter-spacing: 2px; text-transform: uppercase; font-size: 12px; font-weight: normal; color: white; background: #ed5549; padding: 7px 12px; } /* line 856, ../scss/style.scss */ #posts .submit a { color: white; } /* line 859, ../scss/style.scss */ #posts ul { list-style: none; padding-left: 0px; } /* line 863, ../scss/style.scss */ label { display: inline; font-size: 14px; max-width: 100%; font-weight: 700; } /* line 869, ../scss/style.scss */ #posts .col-sm-3 { padding-top: 25px; } /* line 872, ../scss/style.scss */ input[type="search"] { padding: 3px 5px; width: 75%; } /* line 876, ../scss/style.scss */ input[type="search"]:focus { outline: transparent none 0px; } /* line 879, ../scss/style.scss */ .col-sm-3 button { color: grey; border-radius: 5px; font-size: 10px; } /* line 884, ../scss/style.scss */ .searchform { padding-bottom: 20px; } /* line 887, ../scss/style.scss */ .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } /* line 898, ../scss/style.scss */ .fa-search { font-size: 10px; } /* line 901, ../scss/style.scss */ .col-sm-3 form:focus { outline-color: none; } /* WP SIDEBAR */ /* line 906, ../scss/style.scss */ .widget h4 { border-bottom: 1px #ccc solid; margin-bottom: 0px; padding-bottom: 15px; } /* line 911, ../scss/style.scss */ .widget ul { margin: 0; } /* line 914, ../scss/style.scss */ .widget li { border-bottom: 1px #ccc solid; padding-top: 15px; padding-bottom: 15px; } /* line 919, ../scss/style.scss */ .widget hr { padding-top: 10px; padding-bottom: 10px; } /* line 923, ../scss/style.scss */ .widgettitle { font-size: 16px; color: #21211f; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; } /* SHOP */ /* line 932, ../scss/style.scss */ #products .container { padding-top: 50px; padding-bottom: 50px; } /* line 936, ../scss/style.scss */ #products .row { text-align: center; padding-top: 20px; padding-bottom: 40px; } /* line 941, ../scss/style.scss */ #products .col-md-3 { text-align: center; padding-left: 0; padding-right: 5px; margin: 0; padding-bottom: 60px; } /* line 948, ../scss/style.scss */ #products img { width: 250px; height: 250px; } /* line 952, ../scss/style.scss */ #products img:hover { opacity: 0.7; } /* line 955, ../scss/style.scss */ #products a { color: #ed5549; } /* line 958, ../scss/style.scss */ #products a:hover { color: black; } /* line 961, ../scss/style.scss */ #products h3 { text-align: center; } /* line 964, ../scss/style.scss */ #products h4 { text-align: center; } /* line 967, ../scss/style.scss */ #products .btn { color: white; background-color: #ed5549; padding: 0 10px; letter-spacing: 1px; } /* line 973, ../scss/style.scss */ #products .btn:hover { color: white; } /*PRODUCT*/ /* line 978, ../scss/style.scss */ #product-info .container { padding-top: 40px; padding-bottom: 40px; } /* line 982, ../scss/style.scss */ #product-info img { width: 100%; } /* line 985, ../scss/style.scss */ #product-info h2 { color: black; } /* line 988, ../scss/style.scss */ #product-info h3 { color: #ed5549; } /* line 991, ../scss/style.scss */ #product-info h5 a { color: black; } /* line 994, ../scss/style.scss */ #product-info h5 a:hover { text-decoration: underline; color: #ed5549; } /* line 998, ../scss/style.scss */ #product-info h6 { color: #ed5549; } /* line 1001, ../scss/style.scss */ #product-info p { line-height: 2.0; } /* line 1004, ../scss/style.scss */ #product-info li { line-height: 2.0; margin-left: -10px; } /* line 1008, ../scss/style.scss */ #product-info .btn { color: white; background-color: #ed5549; padding: 0 10px; letter-spacing: 1px; } /* line 1014, ../scss/style.scss */ #product-info .btn:hover { color: white; } /* line 1017, ../scss/style.scss */ #product-info .btn h6 { color: white; } /* SERVICES */ /* line 1022, ../scss/style.scss */ #main-services { background-color: #21211f; padding-top: 50px; padding-bottom: 80px; } /* line 1027, ../scss/style.scss */ #main-services hr { width: 100px; margin-top: 20px; margin-left: 0px; border-top: 1px solid #ed5549; border-bottom: 1px solid #ed5549; color: white; height: 4px; } /* line 1036, ../scss/style.scss */ #main-services h3 { line-height: 1.6; font-size: 24px; font-weight: bold; color: white; padding-bottom: 10px; } /* line 1043, ../scss/style.scss */ #main-services h4 { line-height: 1.5; color: white; } /* line 1047, ../scss/style.scss */ #services-design { padding-top: 40px; padding-bottom: 60px; background: #ed5549; } /* line 1052, ../scss/style.scss */ #services-design h2, #services-design h3 { color: white; } /* line 1055, ../scss/style.scss */ #services-design h3 { text-transform: uppercase; letter-spacing: 2px; } /* line 1059, ../scss/style.scss */ #services-design p { line-height: 2.0; font-size: 14px; } /* line 1063, ../scss/style.scss */ #services-design .col-md-4 { padding-left: 45px; padding-top: 5px; } @media (max-width: 576px) { /* line 1063, ../scss/style.scss */ #services-design .col-md-4 { padding-left: 15px; } } /* line 1070, ../scss/style.scss */ #services-design li { color: #21211f; line-height: 2.0; padding-top: 1px; } /* line 1075, ../scss/style.scss */ #services-design i { color: white; padding-right: 5px; line-height: 2.0; } /* line 1080, ../scss/style.scss */ #services-design .fa-ul { line-height: 2.0; } /* line 1083, ../scss/style.scss */ #services-design ul a { color: #21211f; text-decoration: underline; } /* line 1087, ../scss/style.scss */ #services-design ul a:hover { color: white; text-decoration: none; } /* line 1091, ../scss/style.scss */ #services-images { background-color: #ed5549; } /* line 1094, ../scss/style.scss */ #services-images li { list-style: none; } /* line 1097, ../scss/style.scss */ #services-images .portfolioBox { width: 33.33%; height: 250px; margin: 0px auto 0 auto; background-size: cover; border-radius: 0px; overflow: hidden; text-align: center; position: relative; } /* line 1107, ../scss/style.scss */ #services-images .overlay { position: absolute; display: table; } /* line 1113, ../scss/style.scss */ #services-images .portfolioContent { font-weight: 900; color: rgba(255, 255, 255, 0.85); display: table-cell; vertical-align: middle; } /* line 1119, ../scss/style.scss */ #services-images .portfolioOverlay { background: rgba(0, 0, 0, 0.75); text-align: center; line-height: 5.0; height: 100%; width: 100%; opacity: 0; padding: 30px 20px; position: absolute; display: table; left: 0; transition: .7s; } /* line 1132, ../scss/style.scss */ #services-images .portfolioBox:hover .portfolioOverlay { opacity: 1; transition: .4s; } /* line 1136, ../scss/style.scss */ #services-images .text .portfolioContent { display: table-cell; vertical-align: middle; } /* line 1140, ../scss/style.scss */ #services-pages { background-color: #ed5549; padding-top: 50px; padding-bottom: 50px; text-align: center; }
0.393502
0.161452
.filter-block-title { font-size: 1.2em; font-family: Verdana, Tahoma, sans-serif; font-weight: bold; margin:0 0 21px; position:relative;} .filter-block-title a.filter-save { float: right; text-decoration:none; color: #a8a8a8; font-size:11px; font-weight: normal; line-height:17px; position:absolute; top:1px; right:26px;} .filter-block-title a.filter-save:hover { text-decoration:underline; } .filter-block-title a.filter-settings { width: 26px; height:18px; float:right; background:transparent url(images/filter-settings.gif) no-repeat 0 -18px; position:absolute; top:1px; right:-6px;} .filter-block-title a.filter-settings:hover { background:transparent url(images/filter-settings.gif) no-repeat 0 0; } .filter-block {} .filter-field { margin-bottom: 1em;} .filter-field label.filter-field-title { display: block; color: #313131; margin: 0 0 0.3em;} .filter-field input.filter-textbox { width: 220px; } .filter-field input.filter-quick-textbox { width: 120px; } .filter-field select.filter-quick-dropdown { width: 90px; } .filter-field input.filter-checkbox { vertical-align: middle;} .filter-field input.filter-interval { width:90px;} .filter-field input.filter-date-interval { width:75px; vertical-align: top;} .filter-field input.filter-date-days { width:40px; vertical-align: top;} .filter-field-buttons { text-align: right;} .filter-field select.filter-dropdown, .filter-field select.filter-listbox { width: 225px; } .filter-field span br {font-size:4px;} .filter-presets { border-top: 1px solid #D8D8D8; padding: 0.8em 0 0 0; margin: 1.5em 0 0.8em 0; } .filter-presets label a { font-size: 11px; color: #A8A8A8; text-decoration:none; display:block; margin: 0 0 0.7em 0.5em;} .filter-presets label a:hover {text-decoration:underline;} .filter-presets ul { margin:0 0 0 1.5em; padding: 0; color: #ccc; list-style:disc;} .filter-presets li { margin: 0 0 0.5em 0} div.bx-filter-note {margin:12px 0px 12px 0px; background-color:#fffdc1; border:1px solid #e6e4af; padding:6px; color:#787878; text-align:center;} span.bx-filter-br {display:block; height:0.3em; overflow:hidden;} span.bx-filter-hellip { width:20px; display:inline-block; text-align:center;}
bitrix/wizards/bitrix/portal/site/templates/en/light/components/bitrix/main.interface.filter/.default/style.css
.filter-block-title { font-size: 1.2em; font-family: Verdana, Tahoma, sans-serif; font-weight: bold; margin:0 0 21px; position:relative;} .filter-block-title a.filter-save { float: right; text-decoration:none; color: #a8a8a8; font-size:11px; font-weight: normal; line-height:17px; position:absolute; top:1px; right:26px;} .filter-block-title a.filter-save:hover { text-decoration:underline; } .filter-block-title a.filter-settings { width: 26px; height:18px; float:right; background:transparent url(images/filter-settings.gif) no-repeat 0 -18px; position:absolute; top:1px; right:-6px;} .filter-block-title a.filter-settings:hover { background:transparent url(images/filter-settings.gif) no-repeat 0 0; } .filter-block {} .filter-field { margin-bottom: 1em;} .filter-field label.filter-field-title { display: block; color: #313131; margin: 0 0 0.3em;} .filter-field input.filter-textbox { width: 220px; } .filter-field input.filter-quick-textbox { width: 120px; } .filter-field select.filter-quick-dropdown { width: 90px; } .filter-field input.filter-checkbox { vertical-align: middle;} .filter-field input.filter-interval { width:90px;} .filter-field input.filter-date-interval { width:75px; vertical-align: top;} .filter-field input.filter-date-days { width:40px; vertical-align: top;} .filter-field-buttons { text-align: right;} .filter-field select.filter-dropdown, .filter-field select.filter-listbox { width: 225px; } .filter-field span br {font-size:4px;} .filter-presets { border-top: 1px solid #D8D8D8; padding: 0.8em 0 0 0; margin: 1.5em 0 0.8em 0; } .filter-presets label a { font-size: 11px; color: #A8A8A8; text-decoration:none; display:block; margin: 0 0 0.7em 0.5em;} .filter-presets label a:hover {text-decoration:underline;} .filter-presets ul { margin:0 0 0 1.5em; padding: 0; color: #ccc; list-style:disc;} .filter-presets li { margin: 0 0 0.5em 0} div.bx-filter-note {margin:12px 0px 12px 0px; background-color:#fffdc1; border:1px solid #e6e4af; padding:6px; color:#787878; text-align:center;} span.bx-filter-br {display:block; height:0.3em; overflow:hidden;} span.bx-filter-hellip { width:20px; display:inline-block; text-align:center;}
0.44553
0.265395
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } .wrapper { width: 1170px; margin: 0 auto; } body { font-family: "Roboto", "Arial", sans-serif; color: #555252; font-size: 18px; line-height: 26px; } .clearfix::after { content: ""; display: table; clear: both; } /*Site navigation*/ header { margin: 0; padding: 30px 0px 60px 0px; } .logo-title a{ display: block; text-decoration: none; color: #555252; font-weight: 400; } .logo-title::first-letter{ color: #1abc9c; } .logo-title { margin: 0; padding: 0; float: left; text-transform: uppercase; } .site-navigation li { float: left; } .site-navigation li:not(:last-child){ margin-right: 30px; } .site-navigation { float: right; margin: 0; padding: 0; width: 490px; list-style: none; font-size: 12px; } .site-navigation a{ display: block; color: #0f0101; font-weight: 700; text-transform: uppercase; text-decoration: none; line-height: 14px; } .site-navigation a:hover, .site-navigation a:focus { color: #1abc9c; } /*Featured section*/ .featured-section { margin-bottom: 100px; } .featured-list-image{ display: block; margin: 0; padding: 0; } .featured-list { margin: 0; padding: 0; list-style: none; } .featured-list-item { float: left; width: 255px; } .featured-list-item:not(:nth-child(4n)) { margin-right: 30px; } .featured-list-item:not(:nth-last-child(-n + 4)) { margin-bottom: 60px; } .featured-list-name { width: 201px; margin: 0; padding: 0; color: #ffffff; font-size: 18px; line-height: 32px; background: #323232; text-transform: uppercase; } .featured-list-price { text-transform: uppercase; width: 54px; text-align: center; margin: 0; padding: 0; color: #ffffff; font-size: 18px; line-height: 32px; background: #8c8c8c; } .featured-list-name { float: left; } .featured-list-item:hover .featured-list-name { background-color: #1abc9c; } .featured-list-item:hover .featured-list-price { background-color: #7fd9c7; } .featured-list-price { float: right; } /*New latest section*/ .latest-list { margin: 0; padding: 0; list-style: none; } .latest-list-item { float: left; width: 350px; } .latest-list-item:not(:nth-child(3n)) { margin-right: 30px; } .latest-list-title { font-weight: 700; margin: 0; padding: 0; font-size: 18px; line-height: 26px; margin-bottom: 40px; } .latest-list-title::after { display: block; width: 164px; height: 4px; background-color: #1abc9c; content: ''; } .latest-list-abuot { margin: 0; padding: 0; font-size: 14px; line-height: 26px; } .latest-button { font-size: 16px; line-height: 26px; } /*Title h2 */ h2::after { display: block; width: 164px; height: 4px; background-color: #1abc9c; content: ''; margin: 0 auto; margin-top: 20px; } h2 { font-size: 48px; line-height: 50px; margin: 0; padding: 0; text-align: center; } .latest-title { margin-bottom: 120px; } .featured-title { margin-bottom: 130px; } /*latest-more*/ .latest-news { padding-bottom: 45px; } .latest-list-more:hover, .latest-list-more:focus { color: #2622c9; } .latest-list-more { border-radius: 4px; margin: 0; padding: 16px 38px 18px 38px; display: inline-block; text-decoration: none; list-style: none; background: #4ec6ab; color: #ffffff; }
module04/css/styles.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } .wrapper { width: 1170px; margin: 0 auto; } body { font-family: "Roboto", "Arial", sans-serif; color: #555252; font-size: 18px; line-height: 26px; } .clearfix::after { content: ""; display: table; clear: both; } /*Site navigation*/ header { margin: 0; padding: 30px 0px 60px 0px; } .logo-title a{ display: block; text-decoration: none; color: #555252; font-weight: 400; } .logo-title::first-letter{ color: #1abc9c; } .logo-title { margin: 0; padding: 0; float: left; text-transform: uppercase; } .site-navigation li { float: left; } .site-navigation li:not(:last-child){ margin-right: 30px; } .site-navigation { float: right; margin: 0; padding: 0; width: 490px; list-style: none; font-size: 12px; } .site-navigation a{ display: block; color: #0f0101; font-weight: 700; text-transform: uppercase; text-decoration: none; line-height: 14px; } .site-navigation a:hover, .site-navigation a:focus { color: #1abc9c; } /*Featured section*/ .featured-section { margin-bottom: 100px; } .featured-list-image{ display: block; margin: 0; padding: 0; } .featured-list { margin: 0; padding: 0; list-style: none; } .featured-list-item { float: left; width: 255px; } .featured-list-item:not(:nth-child(4n)) { margin-right: 30px; } .featured-list-item:not(:nth-last-child(-n + 4)) { margin-bottom: 60px; } .featured-list-name { width: 201px; margin: 0; padding: 0; color: #ffffff; font-size: 18px; line-height: 32px; background: #323232; text-transform: uppercase; } .featured-list-price { text-transform: uppercase; width: 54px; text-align: center; margin: 0; padding: 0; color: #ffffff; font-size: 18px; line-height: 32px; background: #8c8c8c; } .featured-list-name { float: left; } .featured-list-item:hover .featured-list-name { background-color: #1abc9c; } .featured-list-item:hover .featured-list-price { background-color: #7fd9c7; } .featured-list-price { float: right; } /*New latest section*/ .latest-list { margin: 0; padding: 0; list-style: none; } .latest-list-item { float: left; width: 350px; } .latest-list-item:not(:nth-child(3n)) { margin-right: 30px; } .latest-list-title { font-weight: 700; margin: 0; padding: 0; font-size: 18px; line-height: 26px; margin-bottom: 40px; } .latest-list-title::after { display: block; width: 164px; height: 4px; background-color: #1abc9c; content: ''; } .latest-list-abuot { margin: 0; padding: 0; font-size: 14px; line-height: 26px; } .latest-button { font-size: 16px; line-height: 26px; } /*Title h2 */ h2::after { display: block; width: 164px; height: 4px; background-color: #1abc9c; content: ''; margin: 0 auto; margin-top: 20px; } h2 { font-size: 48px; line-height: 50px; margin: 0; padding: 0; text-align: center; } .latest-title { margin-bottom: 120px; } .featured-title { margin-bottom: 130px; } /*latest-more*/ .latest-news { padding-bottom: 45px; } .latest-list-more:hover, .latest-list-more:focus { color: #2622c9; } .latest-list-more { border-radius: 4px; margin: 0; padding: 16px 38px 18px 38px; display: inline-block; text-decoration: none; list-style: none; background: #4ec6ab; color: #ffffff; }
0.346541
0.087447
@import "bootstrap.min.css"; @font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot"); src: url("../fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg'); font-weight: normal; font-style: normal; } [class*="ico-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ico-pencil:before { content: "\e600"; } .ico-quill:before { content: "\e601"; } .ico-pencil2:before { content: "\e602"; } .ico-folder-open:before { content: "\e603"; } .ico-folder:before { content: "\e604"; } .ico-tag:before { content: "\e605"; } .ico-tags:before { content: "\e606"; } .ico-qrcode:before { content: "\e607"; } .ico-barcode:before { content: "\e608"; } .ico-location:before { content: "\e609"; } .ico-location2:before { content: "\e60a"; } .ico-compass:before { content: "\e60b"; } .ico-clock:before { content: "\e60c"; } .ico-clock2:before { content: "\e60d"; } .ico-drawer:before { content: "\e60e"; } .ico-drawer2:before { content: "\e60f"; } .ico-bubble:before { content: "\e610"; } .ico-bubbles:before { content: "\e611"; } .ico-bubble2:before { content: "\e612"; } .ico-quotes-left:before { content: "\e613"; } .ico-redo:before { content: "\e614"; } .ico-undo:before { content: "\e615"; } .ico-spinner:before { content: "\e616"; } .ico-search:before { content: "\e617"; } .ico-zoom-in:before { content: "\e618"; } .ico-zoom-out:before { content: "\e619"; } .ico-contract:before { content: "\e61a"; } .ico-expand:before { content: "\e61b"; } .ico-expand2:before { content: "\e61c"; } .ico-contract2:before { content: "\e61d"; } .ico-cog:before { content: "\e61e"; } .ico-cogs:before { content: "\e61f"; } .ico-bug:before { content: "\e620"; } .ico-lock:before { content: "\e621"; } .ico-unlocked:before { content: "\e622"; } .ico-settings:before { content: "\e623"; } .ico-equalizer:before { content: "\e624"; } .ico-cog2:before { content: "\e625"; } .ico-rocket:before { content: "\e626"; } .ico-leaf:before { content: "\e627"; } .ico-lightning:before { content: "\e628"; } .ico-charts:before { content: "\e65f"; } .icon-stats:before { content: "\e65f"; } .ico-fire:before { content: "\e629"; } .ico-list:before { content: "\e62a"; } .ico-list2:before { content: "\e62b"; } .ico-menu:before { content: "\e62c"; } .ico-cloud:before { content: "\e62d"; } .ico-cloud-download:before { content: "\e62e"; } .ico-cloud-upload:before { content: "\e62f"; } .ico-flag:before { content: "\e630"; } .ico-attachment:before { content: "\e631"; } .ico-link:before { content: "\e632"; } .ico-bookmark:before { content: "\e633"; } .ico-bookmarks:before { content: "\e634"; } .ico-star:before { content: "\e635"; } .ico-star2:before { content: "\e636"; } .ico-info:before { content: "\e637"; } .ico-info2:before { content: "\e638"; } .ico-cancel-circle:before { content: "\e639"; } .ico-checkmark-circle:before { content: "\e63a"; } .ico-forward:before { content: "\e63b"; } .ico-backward:before { content: "\e63c"; } .ico-stop:before { content: "\e63d"; } .ico-pause:before { content: "\e63e"; } .ico-play:before { content: "\e63f"; } .ico-exit:before { content: "\e640"; } .ico-enter:before { content: "\e641"; } .ico-plus:before { content: "\e642"; } .ico-spam:before { content: "\e643"; } .ico-close:before { content: "\e644"; } .ico-checkmark:before { content: "\e645"; } .ico-checkmark2:before { content: "\e646"; } .ico-minus:before { content: "\e647"; } .ico-loop:before { content: "\e648"; } .ico-loop2:before { content: "\e649"; } .ico-loop3:before { content: "\e64a"; } .ico-arrow-up-left:before { content: "\e64b"; } .ico-arrow-up:before { content: "\e64c"; } .ico-arrow-up-right:before { content: "\e64d"; } .ico-arrow-right:before { content: "\e64e"; } .ico-arrow-down-right:before { content: "\e64f"; } .ico-arrow-down:before { content: "\e650"; } .ico-arrow-down-left:before { content: "\e651"; } .ico-arrow-left:before { content: "\e652"; } .ico-radio-checked:before { content: "\e653"; } .ico-radio-unchecked:before { content: "\e654"; } .ico-checkbox-checked:before { content: "\e655"; } .ico-checkbox-unchecked:before { content: "\e656"; } .ico-embed:before { content: "\e657"; } .ico-code:before { content: "\e658"; } .ico-console:before { content: "\e659"; } .ico-share:before { content: "\e65a"; } .ico-mail:before { content: "\e65b"; } .ico-html5:before { content: "\e65c"; } .ico-html52:before { content: "\e65d"; } .ico-css3:before { content: "\e65e"; } body, html { background-color: #fff; color: #666; font: normal normal normal 1em/1.5em Helvetica, sans-serif; } body { overflow-x: auto; } a { color: #666; } pre { font-family: monospace; } #pagewrap { margin: 0 auto; width: 700px; } #search { -webkit-border-radius: 10px; border-radius: 10px; background-color: #fff; padding: 10px; position: fixed; right: 40px; display: none; } header { padding: 20px 0; overflow: hidden; white-space: nowrap; } .logo { display: block; overflow: hidden; float: left; } .logo .img-vendor-oz, .logo .img-vendor-sap { display: inline-block; float: left; margin: 0 10px; padding-top: 3px; } .logo .img-vendor-oz { width: 46px; height: 46px; } .logo .img-vendor-sap { width: 86px; } .magic_toolbar { background-color: #fff; -webkit-border-radius: 0.2em; border-radius: 0.2em; border: 1px solid #aaa; -webkit-box-shadow: inset 0px 1px 1px #ccc; box-shadow: inset 0px 1px 1px #ccc; height: 1.7em; line-height: 0; margin: 0 auto 0; overflow: hidden; padding: 0; vertical-align: top; /*overflow hidden*/ } .magic_toolbar input { background: transparent; border: none; color: #555; font-style: italic; font: 12px/20px Consolas, Monaco, Monospaced, monospace; height: 100%; padding: 0 0.9em; vertical-align: top; width: 85%; } .magic_toolbar #boxIndicator { height: 100%; display: inline-block; float: right; padding: 0.3em 0.5em; text-align: right; vertical-align: middle; width: 15%; } .magic_toolbar .ico-clearbox:before { content: "\e639"; cursor: pointer; font-size: 12pt; vertical-align: top; } #boxIndicator, #boxIndicator2 { color: #aaa; text-decoration: none; } .menu { display: inline-block; margin: 3px 0; padding: 5px 0 3px; white-space: nowrap; float: right; line-height: 0; } .menu li { display: inline-block; padding: 0 5px; } .menu li a { text-decoration: none; text-shadow: 0px 1px 0px #ddd; cursor: pointer; color: #666; } #op_fast_search:hover { color: #ff0; text-shadow: 0 0.5pt 0.5pt #777; } #showDataTable:hover, #showDataTable.showDataTable { color: #f00; } table { background-color: #fff; -webkit-border-radius: 10px; border-radius: 10px; width: 100%; padding: 10px; } th.sortable { cursor: pointer; text-decoration: underline; } th.sortable:hover { color: #000; } th.sorted-asc, th.sorted-desc { color: #000; } td { background-color: #fff; } td.odd { background-color: #666; color: #fff; } td.hovered { background-color: #add8e6; color: #666; } .mt-menu { display: inline-block; } .mt-menu > li { display: inline-block; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); cursor: pointer; } #tabContainer { padding: 10px; background-color: transparent; -webkit-border-radius: 4px; border-radius: 4px; font: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } .tabs { position: relative; padding-bottom: 1.5em; } /*.tabs margin 3px .tabs > ul font-size 1em list-style none margin 6px background-color rgb(90,90,90) display inline-block float left border-radius: 3px padding: 2px .tabs > ul > li margin 0 0px 0 0 padding 5px 10px display block float left color #FFF user-select none border-top-left-radius 3px border-top-right-radius 3px border-bottom-right-radius 3px border-bottom-left-radius 3px background linear-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)) .tabs > ul > li:hover background: linear-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)) cursor: pointer color: #333 .tabs > ul > li.tabActiveHeader background: linear-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)) cursor: pointer color: #333 border-color: rgb(173, 173, 173)*/ .boxHolder { /*-moz-border-radius-topleft: 4px -moz-border-radius-topright: 4px -moz-border-radius-bottomright: 4px -moz-border-radius-bottomleft: 4px*/ background-color: #fafafa; border: 1px solid #ccc; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; padding: 0.8em; background-image: -webkit-linear-gradient(top, #fafafa 0%, #fbfbfb 100%); background-image: -moz-linear-gradient(top, #fafafa 0%, #fbfbfb 100%); background-image: -o-linear-gradient(top, #fafafa 0%, #fbfbfb 100%); background-image: -ms-linear-gradient(top, #fafafa 0%, #fbfbfb 100%); background-image: linear-gradient(to bottom, #fafafa 0%, #fbfbfb 100%); margin: 0; color: #333; -webkit-box-shadow: 0px 1px 0.6pt #ccc; box-shadow: 0px 1px 0.6pt #ccc; position: relative; } .selectedBox { /*background-color #fafafa*/ border: 1px solid #bbb; background-image: -webkit-linear-gradient(top, #f7f4c9 0%, #f7edc1 100%); background-image: -moz-linear-gradient(top, #f7f4c9 0%, #f7edc1 100%); background-image: -o-linear-gradient(top, #f7f4c9 0%, #f7edc1 100%); background-image: -ms-linear-gradient(top, #f7f4c9 0%, #f7edc1 100%); background-image: linear-gradient(to bottom, #f7f4c9 0%, #f7edc1 100%); background-color: #f7f4c9; } #btnBuild { min-width: 5em; } #dynDeatilTable { overflow-x: scroll; position: relative; height: 100%; } /*#dynTable, #dynDeatilTable width: 100% overflow-x visible overflow-y visible*/ .tabContentMenu { margin: 3px 0 8px; } .detailScenario { font-size: 0.8em; margin: 10px 0; position: relative; } .detailScenario .dsnd, .detailScenario .drcv, .detailScenario .dpi { padding: 3px; display: block; width: 100%; margin-bottom: 5px; } .dtHolder { display: none; } .dsnd > h3, .drcv > h3, .dpi > h3 { border-bottom: 1px solid #bbb; color: #333; font-style: bold; font-size: 12.5pt; margin: 0 0 5px 0; padding-left: 3px; color: #428bca; } .dsnd label, .drcv label, .dpi label { display: inline-block; line-height: normal; font-weight: normal; margin: 0; padding-left: 3px; } .dsnd p, .drcv p, .dpi p { margin: 0; } .dsnd p strong, .drcv p strong, .dpi p strong { width: 80px; display: inline-block; padding-left: 3px; } .dsnd p strong:after, .drcv p strong:after, .dpi p strong:after { content: ":"; } .dsnd p:hover, .drcv p:hover, .dpi p:hover { background-color: #f0f0f0; } .newBox { display: none; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .popcontainer { padding: 10px 0; overflow-x: hidden; } .itemHead { margin: 0 0 3px; overflow: hidden; } .itemHead span { color: #808080; font-size: 1.8em; } .itemHead .lblid > a { overflow: hidden; -webkit-border-radius: 18px; border-radius: 18px; background-color: #307dcd; background-image: -webkit-linear-gradient(#4da1f8, #307dcd); background-image: -moz-linear-gradient(#4da1f8, #307dcd); background-image: -o-linear-gradient(#4da1f8, #307dcd); background-image: -ms-linear-gradient(#4da1f8, #307dcd); background-image: linear-gradient(#4da1f8, #307dcd); border-color: #4081af #2e69a3 #20559a; border-style: solid; border-width: 1px; -webkit-box-shadow: 0 1px 0 0 #72b9eb inset, 0 1px 2px 0 #b3b3b3; box-shadow: 0 1px 0 0 #72b9eb inset, 0 1px 2px 0 #b3b3b3; color: #fff; font: 9pt "lucida grande", sans-serif; padding: 0 10px; text-decoration: none; text-shadow: 0 -1px 1px #3275bc; vertical-align: middle; } .itemMenu, .itemMenuv { float: right; overflow: hidden; } .itemMenu > li, .itemMenuv > li { display: block; margin: 0 3pt 7pt; } .itemMenu .micons, .itemMenuv .micons { color: #aaa; cursor: pointer; display: block; font-size: 7pt; line-height: 15pt; text-align: center; width: 15pt; } .itemMenu .micons:hover, .itemMenuv .micons:hover { color: #666; text-decoration: none; } .dtbtn { background: #f00; position: absolute; top: 90%; left: 20%; border: 1px solid #00f; } #tabpage_2 { display: block; } .detail { cursor: pointer; font-size: 12pt !important; text-align: center; vertical-align: middle; display: block; margin: 0 auto; } .detail:hover { text-decoration: none; color: #008000; } /*.watable tfoot position absolute top 0 tr width 100%*/ .navbar-inverse { -webkit-box-shadow: 0 0.1em 2px #666 inset, 0 1px 3px #bbb; box-shadow: 0 0.1em 2px #666 inset, 0 1px 3px #bbb; background-image: -webkit-linear-gradient(top, #595851 0%, #403f3c 100%); background-image: -moz-linear-gradient(top, #595851 0%, #403f3c 100%); background-image: -o-linear-gradient(top, #595851 0%, #403f3c 100%); background-image: -ms-linear-gradient(top, #595851 0%, #403f3c 100%); background-image: linear-gradient(to bottom, #595851 0%, #403f3c 100%); border-bottom: 0.1em solid #afafaf; } .navbar-header { font-size: 3em; } .jumbotron { padding-top: 50px; } .resulset { background: #fff; border: 1px solid #f00; display: none; height: 300px; top: 0; margin-top: 1.7em; position: absolute; width: 100%; z-index: 1029; /*.list background white border 1px solid #ddd border-bottom-left-radius 3px border-bottom-right-radius 3px position relative height 100%*/ } #scrollUp { bottom: 20px; right: 20px; height: 38px; width: 38px; background: url("../img/top.png") no-repeat; opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); } #dataGrid { display: none; width: 100%; } .testg { width: 200px; height: 200px; background-image: -webkit-linear-gradient(#4da1f8, #307dcd); background-image: -moz-linear-gradient(#4da1f8, #307dcd); background-image: -o-linear-gradient(#4da1f8, #307dcd); background-image: -ms-linear-gradient(#4da1f8, #307dcd); background-image: linear-gradient(#4da1f8, #307dcd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DA1F8',endColorstr='#307DCD');; } @media screen and (min-width:768px) { .detailScenario .dsnd, .detailScenario .drcv, .detailScenario .dpi { display: inline-block; vertical-align: top; width: 32%; } .magic_toolbar { display: inline-block; position: relative; width: 50%; } .resulset { border: solid 1px #00f; position: absolute; width: 50%; /*.list background gray position relative width 100%*/ } .menu { margin: 0; } .tabs { padding: 0; } }
web-ui/src/main/webapp/css/main.css
@import "bootstrap.min.css"; @font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot"); src: url("../fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg'); font-weight: normal; font-style: normal; } [class*="ico-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ico-pencil:before { content: "\e600"; } .ico-quill:before { content: "\e601"; } .ico-pencil2:before { content: "\e602"; } .ico-folder-open:before { content: "\e603"; } .ico-folder:before { content: "\e604"; } .ico-tag:before { content: "\e605"; } .ico-tags:before { content: "\e606"; } .ico-qrcode:before { content: "\e607"; } .ico-barcode:before { content: "\e608"; } .ico-location:before { content: "\e609"; } .ico-location2:before { content: "\e60a"; } .ico-compass:before { content: "\e60b"; } .ico-clock:before { content: "\e60c"; } .ico-clock2:before { content: "\e60d"; } .ico-drawer:before { content: "\e60e"; } .ico-drawer2:before { content: "\e60f"; } .ico-bubble:before { content: "\e610"; } .ico-bubbles:before { content: "\e611"; } .ico-bubble2:before { content: "\e612"; } .ico-quotes-left:before { content: "\e613"; } .ico-redo:before { content: "\e614"; } .ico-undo:before { content: "\e615"; } .ico-spinner:before { content: "\e616"; } .ico-search:before { content: "\e617"; } .ico-zoom-in:before { content: "\e618"; } .ico-zoom-out:before { content: "\e619"; } .ico-contract:before { content: "\e61a"; } .ico-expand:before { content: "\e61b"; } .ico-expand2:before { content: "\e61c"; } .ico-contract2:before { content: "\e61d"; } .ico-cog:before { content: "\e61e"; } .ico-cogs:before { content: "\e61f"; } .ico-bug:before { content: "\e620"; } .ico-lock:before { content: "\e621"; } .ico-unlocked:before { content: "\e622"; } .ico-settings:before { content: "\e623"; } .ico-equalizer:before { content: "\e624"; } .ico-cog2:before { content: "\e625"; } .ico-rocket:before { content: "\e626"; } .ico-leaf:before { content: "\e627"; } .ico-lightning:before { content: "\e628"; } .ico-charts:before { content: "\e65f"; } .icon-stats:before { content: "\e65f"; } .ico-fire:before { content: "\e629"; } .ico-list:before { content: "\e62a"; } .ico-list2:before { content: "\e62b"; } .ico-menu:before { content: "\e62c"; } .ico-cloud:before { content: "\e62d"; } .ico-cloud-download:before { content: "\e62e"; } .ico-cloud-upload:before { content: "\e62f"; } .ico-flag:before { content: "\e630"; } .ico-attachment:before { content: "\e631"; } .ico-link:before { content: "\e632"; } .ico-bookmark:before { content: "\e633"; } .ico-bookmarks:before { content: "\e634"; } .ico-star:before { content: "\e635"; } .ico-star2:before { content: "\e636"; } .ico-info:before { content: "\e637"; } .ico-info2:before { content: "\e638"; } .ico-cancel-circle:before { content: "\e639"; } .ico-checkmark-circle:before { content: "\e63a"; } .ico-forward:before { content: "\e63b"; } .ico-backward:before { content: "\e63c"; } .ico-stop:before { content: "\e63d"; } .ico-pause:before { content: "\e63e"; } .ico-play:before { content: "\e63f"; } .ico-exit:before { content: "\e640"; } .ico-enter:before { content: "\e641"; } .ico-plus:before { content: "\e642"; } .ico-spam:before { content: "\e643"; } .ico-close:before { content: "\e644"; } .ico-checkmark:before { content: "\e645"; } .ico-checkmark2:before { content: "\e646"; } .ico-minus:before { content: "\e647"; } .ico-loop:before { content: "\e648"; } .ico-loop2:before { content: "\e649"; } .ico-loop3:before { content: "\e64a"; } .ico-arrow-up-left:before { content: "\e64b"; } .ico-arrow-up:before { content: "\e64c"; } .ico-arrow-up-right:before { content: "\e64d"; } .ico-arrow-right:before { content: "\e64e"; } .ico-arrow-down-right:before { content: "\e64f"; } .ico-arrow-down:before { content: "\e650"; } .ico-arrow-down-left:before { content: "\e651"; } .ico-arrow-left:before { content: "\e652"; } .ico-radio-checked:before { content: "\e653"; } .ico-radio-unchecked:before { content: "\e654"; } .ico-checkbox-checked:before { content: "\e655"; } .ico-checkbox-unchecked:before { content: "\e656"; } .ico-embed:before { content: "\e657"; } .ico-code:before { content: "\e658"; } .ico-console:before { content: "\e659"; } .ico-share:before { content: "\e65a"; } .ico-mail:before { content: "\e65b"; } .ico-html5:before { content: "\e65c"; } .ico-html52:before { content: "\e65d"; } .ico-css3:before { content: "\e65e"; } body, html { background-color: #fff; color: #666; font: normal normal normal 1em/1.5em Helvetica, sans-serif; } body { overflow-x: auto; } a { color: #666; } pre { font-family: monospace; } #pagewrap { margin: 0 auto; width: 700px; } #search { -webkit-border-radius: 10px; border-radius: 10px; background-color: #fff; padding: 10px; position: fixed; right: 40px; display: none; } header { padding: 20px 0; overflow: hidden; white-space: nowrap; } .logo { display: block; overflow: hidden; float: left; } .logo .img-vendor-oz, .logo .img-vendor-sap { display: inline-block; float: left; margin: 0 10px; padding-top: 3px; } .logo .img-vendor-oz { width: 46px; height: 46px; } .logo .img-vendor-sap { width: 86px; } .magic_toolbar { background-color: #fff; -webkit-border-radius: 0.2em; border-radius: 0.2em; border: 1px solid #aaa; -webkit-box-shadow: inset 0px 1px 1px #ccc; box-shadow: inset 0px 1px 1px #ccc; height: 1.7em; line-height: 0; margin: 0 auto 0; overflow: hidden; padding: 0; vertical-align: top; /*overflow hidden*/ } .magic_toolbar input { background: transparent; border: none; color: #555; font-style: italic; font: 12px/20px Consolas, Monaco, Monospaced, monospace; height: 100%; padding: 0 0.9em; vertical-align: top; width: 85%; } .magic_toolbar #boxIndicator { height: 100%; display: inline-block; float: right; padding: 0.3em 0.5em; text-align: right; vertical-align: middle; width: 15%; } .magic_toolbar .ico-clearbox:before { content: "\e639"; cursor: pointer; font-size: 12pt; vertical-align: top; } #boxIndicator, #boxIndicator2 { color: #aaa; text-decoration: none; } .menu { display: inline-block; margin: 3px 0; padding: 5px 0 3px; white-space: nowrap; float: right; line-height: 0; } .menu li { display: inline-block; padding: 0 5px; } .menu li a { text-decoration: none; text-shadow: 0px 1px 0px #ddd; cursor: pointer; color: #666; } #op_fast_search:hover { color: #ff0; text-shadow: 0 0.5pt 0.5pt #777; } #showDataTable:hover, #showDataTable.showDataTable { color: #f00; } table { background-color: #fff; -webkit-border-radius: 10px; border-radius: 10px; width: 100%; padding: 10px; } th.sortable { cursor: pointer; text-decoration: underline; } th.sortable:hover { color: #000; } th.sorted-asc, th.sorted-desc { color: #000; } td { background-color: #fff; } td.odd { background-color: #666; color: #fff; } td.hovered { background-color: #add8e6; color: #666; } .mt-menu { display: inline-block; } .mt-menu > li { display: inline-block; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); cursor: pointer; } #tabContainer { padding: 10px; background-color: transparent; -webkit-border-radius: 4px; border-radius: 4px; font: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } .tabs { position: relative; padding-bottom: 1.5em; } /*.tabs margin 3px .tabs > ul font-size 1em list-style none margin 6px background-color rgb(90,90,90) display inline-block float left border-radius: 3px padding: 2px .tabs > ul > li margin 0 0px 0 0 padding 5px 10px display block float left color #FFF user-select none border-top-left-radius 3px border-top-right-radius 3px border-bottom-right-radius 3px border-bottom-left-radius 3px background linear-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)) .tabs > ul > li:hover background: linear-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)) cursor: pointer color: #333 .tabs > ul > li.tabActiveHeader background: linear-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)) cursor: pointer color: #333 border-color: rgb(173, 173, 173)*/ .boxHolder { /*-moz-border-radius-topleft: 4px -moz-border-radius-topright: 4px -moz-border-radius-bottomright: 4px -moz-border-radius-bottomleft: 4px*/ background-color: #fafafa; border: 1px solid #ccc; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; padding: 0.8em; background-image: -webkit-linear-gradient(top, #fafafa 0%, #fbfbfb 100%); background-image: -moz-linear-gradient(top, #fafafa 0%, #fbfbfb 100%); background-image: -o-linear-gradient(top, #fafafa 0%, #fbfbfb 100%); background-image: -ms-linear-gradient(top, #fafafa 0%, #fbfbfb 100%); background-image: linear-gradient(to bottom, #fafafa 0%, #fbfbfb 100%); margin: 0; color: #333; -webkit-box-shadow: 0px 1px 0.6pt #ccc; box-shadow: 0px 1px 0.6pt #ccc; position: relative; } .selectedBox { /*background-color #fafafa*/ border: 1px solid #bbb; background-image: -webkit-linear-gradient(top, #f7f4c9 0%, #f7edc1 100%); background-image: -moz-linear-gradient(top, #f7f4c9 0%, #f7edc1 100%); background-image: -o-linear-gradient(top, #f7f4c9 0%, #f7edc1 100%); background-image: -ms-linear-gradient(top, #f7f4c9 0%, #f7edc1 100%); background-image: linear-gradient(to bottom, #f7f4c9 0%, #f7edc1 100%); background-color: #f7f4c9; } #btnBuild { min-width: 5em; } #dynDeatilTable { overflow-x: scroll; position: relative; height: 100%; } /*#dynTable, #dynDeatilTable width: 100% overflow-x visible overflow-y visible*/ .tabContentMenu { margin: 3px 0 8px; } .detailScenario { font-size: 0.8em; margin: 10px 0; position: relative; } .detailScenario .dsnd, .detailScenario .drcv, .detailScenario .dpi { padding: 3px; display: block; width: 100%; margin-bottom: 5px; } .dtHolder { display: none; } .dsnd > h3, .drcv > h3, .dpi > h3 { border-bottom: 1px solid #bbb; color: #333; font-style: bold; font-size: 12.5pt; margin: 0 0 5px 0; padding-left: 3px; color: #428bca; } .dsnd label, .drcv label, .dpi label { display: inline-block; line-height: normal; font-weight: normal; margin: 0; padding-left: 3px; } .dsnd p, .drcv p, .dpi p { margin: 0; } .dsnd p strong, .drcv p strong, .dpi p strong { width: 80px; display: inline-block; padding-left: 3px; } .dsnd p strong:after, .drcv p strong:after, .dpi p strong:after { content: ":"; } .dsnd p:hover, .drcv p:hover, .dpi p:hover { background-color: #f0f0f0; } .newBox { display: none; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .popcontainer { padding: 10px 0; overflow-x: hidden; } .itemHead { margin: 0 0 3px; overflow: hidden; } .itemHead span { color: #808080; font-size: 1.8em; } .itemHead .lblid > a { overflow: hidden; -webkit-border-radius: 18px; border-radius: 18px; background-color: #307dcd; background-image: -webkit-linear-gradient(#4da1f8, #307dcd); background-image: -moz-linear-gradient(#4da1f8, #307dcd); background-image: -o-linear-gradient(#4da1f8, #307dcd); background-image: -ms-linear-gradient(#4da1f8, #307dcd); background-image: linear-gradient(#4da1f8, #307dcd); border-color: #4081af #2e69a3 #20559a; border-style: solid; border-width: 1px; -webkit-box-shadow: 0 1px 0 0 #72b9eb inset, 0 1px 2px 0 #b3b3b3; box-shadow: 0 1px 0 0 #72b9eb inset, 0 1px 2px 0 #b3b3b3; color: #fff; font: 9pt "lucida grande", sans-serif; padding: 0 10px; text-decoration: none; text-shadow: 0 -1px 1px #3275bc; vertical-align: middle; } .itemMenu, .itemMenuv { float: right; overflow: hidden; } .itemMenu > li, .itemMenuv > li { display: block; margin: 0 3pt 7pt; } .itemMenu .micons, .itemMenuv .micons { color: #aaa; cursor: pointer; display: block; font-size: 7pt; line-height: 15pt; text-align: center; width: 15pt; } .itemMenu .micons:hover, .itemMenuv .micons:hover { color: #666; text-decoration: none; } .dtbtn { background: #f00; position: absolute; top: 90%; left: 20%; border: 1px solid #00f; } #tabpage_2 { display: block; } .detail { cursor: pointer; font-size: 12pt !important; text-align: center; vertical-align: middle; display: block; margin: 0 auto; } .detail:hover { text-decoration: none; color: #008000; } /*.watable tfoot position absolute top 0 tr width 100%*/ .navbar-inverse { -webkit-box-shadow: 0 0.1em 2px #666 inset, 0 1px 3px #bbb; box-shadow: 0 0.1em 2px #666 inset, 0 1px 3px #bbb; background-image: -webkit-linear-gradient(top, #595851 0%, #403f3c 100%); background-image: -moz-linear-gradient(top, #595851 0%, #403f3c 100%); background-image: -o-linear-gradient(top, #595851 0%, #403f3c 100%); background-image: -ms-linear-gradient(top, #595851 0%, #403f3c 100%); background-image: linear-gradient(to bottom, #595851 0%, #403f3c 100%); border-bottom: 0.1em solid #afafaf; } .navbar-header { font-size: 3em; } .jumbotron { padding-top: 50px; } .resulset { background: #fff; border: 1px solid #f00; display: none; height: 300px; top: 0; margin-top: 1.7em; position: absolute; width: 100%; z-index: 1029; /*.list background white border 1px solid #ddd border-bottom-left-radius 3px border-bottom-right-radius 3px position relative height 100%*/ } #scrollUp { bottom: 20px; right: 20px; height: 38px; width: 38px; background: url("../img/top.png") no-repeat; opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); } #dataGrid { display: none; width: 100%; } .testg { width: 200px; height: 200px; background-image: -webkit-linear-gradient(#4da1f8, #307dcd); background-image: -moz-linear-gradient(#4da1f8, #307dcd); background-image: -o-linear-gradient(#4da1f8, #307dcd); background-image: -ms-linear-gradient(#4da1f8, #307dcd); background-image: linear-gradient(#4da1f8, #307dcd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DA1F8',endColorstr='#307DCD');; } @media screen and (min-width:768px) { .detailScenario .dsnd, .detailScenario .drcv, .detailScenario .dpi { display: inline-block; vertical-align: top; width: 32%; } .magic_toolbar { display: inline-block; position: relative; width: 50%; } .resulset { border: solid 1px #00f; position: absolute; width: 50%; /*.list background gray position relative width 100%*/ } .menu { margin: 0; } .tabs { padding: 0; } }
0.277179
0.137243
@import url('fonts/stylesheet.css'); /* ==================================================== GENERAL STYLES ==================================================== */ html { width:100%; height:100%; } body { font-family: 'open_sanslight', sans-serif; color: #fff; background: #000; width:100%; height:100%; font-size:18px; background-repeat:no-repeat; background-attachment:fixed; background-position:center center; background-size: cover; overflow:visible; } a, .btn { -webkit-transition: all 0.4s; transition: all 0.4s; text-decoration: none; outline: none !important; } a { color:#fff; color:rgba(255,255,255,0.8); font-weight: bold; } a:hover { color:#fff; color:rgba(255,255,255,1); text-decoration: none; } p a { padding-bottom:1px; border-bottom:1px dotted rgba(255,255,255,0.4); font-family: 'open_sansregular', sans-serif; } p a:hover { border-color:#fff; border-color:rgba(255,255,255,1); } strong { font-family: 'open_sansbold', sans-serif; } em { font-family: 'open_sansitalic', sans-serif; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'open_sansbold', sans-serif; } p { margin: 1em 0; } @media (min-width: 768px) { } @media (min-width: 992px) { } @media (min-width: 1200px) { } .pull-right { float: none !important; } @media (min-width: 768px) { .pull-right { float: right !important; } } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; border-color:rgba(255,255,255,0.4); background:rgba(0,0,0,0.4); } blockquote p { margin:0.6em 0 !important; } ul, ol { display:inline-block; text-align:left; } ul ul, ul ol, ol ul, ol ol { display:block; } dl { margin-bottom:2em; } * + dl { margin-top:2em; } dt { font-family: 'open_sansbold', sans-serif; } /* -------------- Bootstrap Tables ----------------- */ table { text-align: left; } .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: transparent; background-color: rgba(255,255,255,0.04); } .table-bordered, .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border-color: #313131; border-color:rgba(255,255,255,0.1); } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-top-color:#313131; border-top-color:rgba(255,255,255,0.1); } .table>thead>tr>th { border-bottom-color: #313131; border-bottom-color:rgba(255,255,255,0.15); } .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th { background-color: transparent; background-color: rgba(255,255,255,0.08); } .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: rgba(245,245,245,0.3); } .table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th { background-color: rgba(198,237,181,0.3); } .table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th { background-color: rgba(185,224,244,0.3); } .table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th { background-color: rgba(247,239,199,0.3); } .table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th { background-color: rgba(240,158,158,0.3); } /* -------------- Bootstrap Contectual Backgrounds ----------------- */ .bg-primary { background-color: rgba(66,139,202,0.3); } .bg-success { background-color: rgba(198,237,181,0.3); } .bg-info { background-color: rgba(185,224,244,0.3); } .bg-warning { background-color: rgba(247,239,199,0.3); } .bg-danger { background-color: rgba(240,158,158,0.3); } /* -------------- Bootstrap Navs ----------------- */ .nav, ul.nav { display:block; border-bottom-color:rgba(255,255,255,0.15); } .nav>li>a:hover, .nav>li>a:focus { background-color: #eee; color: #fff; background-color: rgba(238,238,238,0.2); border-color: rgba(238,238,238,0.1); } .nav.nav-tabs>li>a:hover, .nav.nav-tabs>li>a:focus { border-bottom-color:rgba(255,255,255,0.15) !important; } .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { color: #000; background-color: #fff; } .nav>li.disabled>a:hover, .nav>li.disabled>a:focus { border-color: transparent; background-color: transparent; } /* -------------- Bootstrap Collapse ----------------- */ .tab-content > .active { text-align: left; padding: 15px; } .panel { -webkit-box-shadow: none; box-shadow: none; border-color:rgba(255,255,255,0.1); background-color:rgba(255,255,255,0.15); } .panel>.panel-heading { color: #333; text-shadow:none; } .panel-title>a:hover { color: #000; text-decoration: none; } /* -------------- BUTTONS ----------------- */ .btn { -webkit-transition: all 0.4s; transition: all 0.4s; border-radius: 0; font-family: 'open_sanslight', sans-serif; } .btn-outline-inverse { color: #fff; background-color: transparent; border-color: #fff; } .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active { color: #000; text-shadow: none; background-color: #fff; border-color: #fff; } /* ==================================================== PAGE BACKGROUND AND OUTER CONTAINERS ==================================================== */ #outer-container { display:block; width:100%; height:100%; } /* ==================================================== FIXED LEFT SIDEBAR (LOGO + MENU) ==================================================== */ #left-sidebar { display:block; background: rgba(0,0,0,0.29); } @media (min-width: 768px) { #left-sidebar { /* any change has to be replicated in #footer below */ height:100%; position: fixed; top:0; left:3%; width:13%; max-width:150px; min-width:150px; background: -moz-linear-gradient(top, rgba(0,0,0,0.29) 0%, rgba(0,0,0,0) 78%, rgba(0,0,0,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.29)), color-stop(78%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); background: -webkit-linear-gradient(top, rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a000000', endColorstr='#00000000',GradientType=0 ); } } @media (min-width: 992px) { #left-sidebar { /* any change has to be replicated in #footer below */ left:6.5%; width:13%; max-width:205px; min-width:190px; } } @media (min-width: 1200px) { } /* -------------- LOGO ----------------- */ #left-sidebar .logo { padding:15px 0 20px 0; text-align: center; background: rgba(0,0,0,0.1); } #left-sidebar .logo img { display:block; margin:0 auto; width:auto; max-width:75%; height:auto; } @media (min-width: 768px) { #left-sidebar .logo { padding:28px 0 20px 0; background: none; } } @media (min-width: 992px) { #left-sidebar .logo { padding:42px 0 30px 0; } } @media (min-width: 1200px) { } /* -------------- MAIN MENU ----------------- */ #left-sidebar #mobile-menu-icon { display: block; width: auto; height: 50px; line-height: 50px; text-decoration: none; margin: 0; color: #c9c9c9; font-weight: bold; background: rgba(0,0,0,0.2); cursor:pointer; -webkit-transition: all 0.4s; transition: all 0.4s; } #left-sidebar #mobile-menu-icon span { font-size: 1.43em; line-height: 45px; height: 50px; text-align: center; display: block; margin:0 auto; -webkit-transition: all 0.4s; transition: all 0.4s; } #left-sidebar #mobile-menu-icon:hover, #left-sidebar #mobile-menu-icon.active { color: #fff; background: rgba(0,0,0,0.4); } #left-sidebar #main-menu { display:none; list-style: none; margin:0; padding:0; font-family: 'open_sanslight', sans-serif; font-size:0.86em; line-height:1.05; text-transform: lowercase; background: rgba(0,0,0,0.1); width:100%; } #left-sidebar #main-menu > li.menu-item { display:block; margin:0; padding:0; } #left-sidebar #main-menu > li.menu-item > a, #left-sidebar #main-menu > li.menu-item > span { display:block; padding:13px 10px; background:rgba(0,0,0,0.01); color:#fff; text-decoration: none; text-align: center; font-weight: normal; } #left-sidebar #main-menu > li.menu-item > a:hover { background:rgba(0,0,0,0.3); } #left-sidebar #main-menu > li.menu-item.active > * { font-family: 'open_sansbold', sans-serif; font-weight: bold; background:rgba(0,0,0,0.15); } @media (min-width: 768px) { #left-sidebar #main-menu { display:block; margin:8px 0; background:none; font-size:0.9em; line-height:1; } #left-sidebar #main-menu > li.menu-item > a, #left-sidebar #main-menu > li.menu-item > span { padding:7px 10px; } } @media (min-width: 992px) { #left-sidebar #main-menu { margin:12px 0; font-size:1.02em; line-height:1; } } @media (min-width: 1200px) { } /* ==================================================== FOOTER (text) ==================================================== */ #footer { display:block; background: rgba(0,0,0,0.29); padding:15px 5px; text-align: center; font-size:0.6em; } #go-to-top { display:block; position: fixed; bottom:5px; left:auto; right:5px; cursor: default; z-index:100; outline:none; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s; transition: all 0.4s; } #go-to-top.active { cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } #go-to-top.active:hover { bottom:10px; opacity: 1; filter: alpha(opacity=100); } #go-to-top .icon { line-height: 40px; height: 40px; width: 40px; text-align: center; font-size:18px; color:#fff; } /* Social Icons */ #footer .social-icons { display:block; list-style: none; margin:10px 0; padding:0; text-align: center; } #footer .social-icons li { display:inline-block; margin:0 2px; padding:0; } #footer .social-icons li a { -webkit-transition: all 0.4s; transition: all 0.4s; opacity: 0.5; filter: alpha(opacity=50); } #footer .social-icons li a:hover { opacity: 1; filter: alpha(opacity=100); } #footer .social-icons li img { width:18px !important; height: auto !important } @media (min-width: 768px) { #footer { /* have to match with #left-sidebar rules above */ position: fixed; bottom: 10px; left: 3%; margin:10px 0; width:13%; max-width:150px; min-width:150px; text-align: center; background:none; z-index: 0; padding: 0; } #go-to-top { left:5px; right:auto; } } @media (min-width: 992px) { #footer { /* have to match with #left-sidebar rules above */ left:6.5%; max-width:205px; min-width:190px; } } @media (min-width: 1200px) { } /* ==================================================== MAIN CONTENT ==================================================== */ #main-content { display:block; position: relative; margin:20px 5%; overflow: visible; min-height:1px; font-family: 'open_sanslight', sans-serif; -webkit-transform: translate3d(0,0,0); } @media (min-width: 768px) { #main-content { margin:0 3% 0 22%; height:100%; } } @media (min-width: 992px) { #main-content { margin:0 6.5% 0 24.5%; } } @media (min-width: 1200px) { } #loader-main-content { display:none; height:200px; width:100%; background:url(../images/theme_images/loader.GIF) no-repeat center center; opacity: 0.5; filter: alpha(opacity=50); } #main-content .section-wrapper { display:block; position: relative; } #main-content .section-wrapper.modified-height { height:auto !important; } @media (min-width: 768px) { #main-content .section-wrapper { width:100%; min-height:100%; } #main-content .section-wrapper.modified-height { height:100%; } } @media (min-width: 992px) { } @media (min-width: 1200px) { } #main-content .section-wrapper .content-wrapper { display:block; width:100%; position: static; right:auto; bottom:auto; text-align: center; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18); padding:65px 0 95px 0; background: url(../images/theme_images/mobile_section_divider.png) no-repeat center bottom; background-size:35% auto; } #main-content .section-wrapper.modified-height .content-wrapper { height:auto !important; } #main-content .section-wrapper:first-of-type .content-wrapper { padding-top:35px; } #main-content .section-wrapper:last-of-type .content-wrapper { padding-bottom:35px; background:none; } @media (min-width: 768px) { #main-content .section-wrapper .content-wrapper { position: absolute; right:0; bottom:16%; text-align: right; padding:0; background:none; } #main-content .section-wrapper .content-wrapper:first-of-type { padding-top:0; } #main-content .section-wrapper .content-wrapper:last-of-type { padding-bottom:0; } #main-content .section-wrapper .content-wrapper.mid-vertical-positioning { min-height: 60%; } } @media (min-width: 992px) { #main-content .section-wrapper .content-wrapper { } } @media (min-width: 1200px) { } /* General Heading Styles */ h1 { font-size:2.25em; line-height:1.1; margin:0.5em 0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33); } h2 { font-size:1.85em; line-height:1.1; margin:0.55em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } h3 { font-size:1.45em; line-height:1.1; margin:0.6em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } h4 { font-size:1.25em; line-height:1.1; margin:0.65em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } h5 { font-size:1.15em; line-height:1.1; margin:0.7em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } h6 { font-size:1.05em; line-height:1.1; margin:0.7em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } #main-content *.section-title { text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); } #main-content .feature-paragraph { font-size:1.1em; } @media (min-width: 768px) { h1 { font-size:2.5em; } h2 { font-size:1.95em; } h3 { font-size:1.65em; } h4 { font-size:1.28em; } h5 { font-size:1.15em; } h6 { font-size:1.05em; } } @media (min-width: 992px) { h1 { font-size:3.1em; } h2 { font-size:2.4em; } h3 { font-size:2em; } h4 { font-size:1.6em; } h5 { font-size:1.3em; } h6 { font-size:1.1em; } } @media (min-width: 1200px) { } #main-content .btn-lg { font-size:0.9em; padding:13px 30px; } #main-content .btn-sm { font-size:0.73em; padding:10px 26px; } #main-content .btn-xs { font-size:0.65em; padding:6px 18px; } @media (min-width: 768px) { #main-content .btn-lg { font-size:0.95em; } #main-content .btn-sm { font-size:0.80em; } #main-content .btn-xs { font-size:0.70em; } } @media (min-width: 992px) { #main-content .btn-lg { font-size:1.05em; } #main-content .btn-sm { font-size:0.95em; } #main-content .btn-xs { font-size:0.75em; } } @media (min-width: 1200px) { } /* feature text (larger) styles */ #main-content .feature-text { display:block; font-size:1em; } @media (min-width: 768px) { #main-content .feature-text { font-size:1.18em; } #main-content .feature-text h1 { font-size:2.25em; } #main-content .feature-text h2 { font-size:1.9em; } #main-content .feature-text h3 { font-size:1.65em; } #main-content .feature-text h4 { font-size:1.35em; } #main-content .feature-text h5 { font-size:1.22em; } #main-content .feature-text h6 { font-size:1.1em; } #main-content .feature-text .btn-lg { font-size:0.7em; } #main-content .feature-text .btn-sm { font-size:0.58em; } #main-content .feature-text .btn-xs { font-size:0.43em; } } @media (min-width: 992px) { #main-content .feature-text { font-size:1.44em; } } @media (min-width: 1200px) { } /* -------------- GRID ----------------- */ #main-content .grid { display:block; margin:1em 0; padding:0; list-style: none; font-size:0.9em; } #main-content .grid > li, #main-content .grid .grid-item { display:block; position: relative; padding-top:15px; padding-bottom:15px; border-bottom:1px solid rgba(255,255,255,0.2); text-align: left; } #main-content .grid > li:last-child, #main-content .grid .grid-item:last-of-type { border-bottom:none; } #main-content .grid > li > .item-content, #main-content .grid .grid-item .item-content { display:block; outline:none; text-decoration: none; } #main-content .grid .icon { display:block; position: relative; width:16%; height:auto; float:left; padding:10px 2%; } #main-content .grid .icon.glyphicon, #main-content .grid .icon.fa { text-align: center; font-size:2.8em; color:#fff; width:20%; padding:10px 0; } #main-content .grid .text-content { display:block; padding-left:25%; } @media (min-width: 768px) { #main-content .grid > li, #main-content .grid .grid-item { padding-top:10px; padding-bottom:10px; border-bottom:none; } #main-content .grid .icon { padding:10px 0; } #main-content .grid .icon.glyphicon, #main-content .grid .icon.fa { font-size:2.9em; padding:20px 0; } } @media (min-width: 992px) { #main-content .grid .icon { width:26%; padding:10px 2%; } #main-content .grid .icon.glyphicon, #main-content .grid .icon.fa { font-size:3.1em; width:30%; } #main-content .grid .text-content { padding-left:35%; } } @media (min-width: 1200px) { } #main-content .projects-grid { display:block; margin:1em 0; padding:0; list-style: none; } #main-content .projects-grid > li, #main-content .projects-grid .grid-item { display:block; position: relative; margin-top:5px; margin-bottom:5px; padding-right:5px; padding-left:5px; height:150px; position: relative; } #main-content .projects-grid > li > .item-content, #main-content .projects-grid .grid-item .item-content { display:block; width:100%; height:100%; position: relative; overflow: hidden; -webkit-transition: none; transition: none; -webkit-transition: all 0.4s; transition: all 0.4s; -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16); -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16); box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16); } #main-content .projects-grid > li > .item-content:hover, #main-content .projects-grid .grid-item .item-content:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #main-content .projects-grid > li > .item-content .item-thumbnail, #main-content .projects-grid .grid-item .item-content .item-thumbnail { display:block; width:auto !important; min-width:100%; height:100%; position: absolute; top:0; left:50%; margin-left:-50%; z-index:0; border:none; opacity: 0.65; filter: alpha(opacity=65); } #main-content .projects-grid > li > .item-content .overlay, #main-content .projects-grid .grid-item .item-content .overlay { display:block; width:100%; height:100%; position: absolute; bottom:50%; left:0; z-index:1; opacity: 0; background:#fff; background:rgba(255,255,255,0.7); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.5s 0.4s; transition: all 0.5s 0.4s; } #main-content .projects-grid > li > .item-content:hover .overlay, #main-content .projects-grid .grid-item .item-content:hover .overlay { opacity: 1; filter: alpha(opacity=100); bottom:0; } #main-content .projects-grid > li > .item-content .overlay .title, #main-content .projects-grid .grid-item .item-content .overlay .title { font-size:0.9em; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); color:#000; display:block; line-height:1.25; width:76%; bottom:13%; right:12%; text-align: right; position: absolute; font-family: 'open_sanslight', sans-serif; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } @media (min-width: 768px) { #main-content .projects-grid > li, #main-content .projects-grid .grid-item { height:115px; margin-top:10px; margin-bottom:10px; padding-right:10px; padding-left:10px; } } @media (min-width: 992px) { #main-content .projects-grid > li, #main-content .projects-grid .grid-item { height:145px; font-size:1em; } #main-content .projects-grid > li > .item-content .overlay .title, #main-content .projects-grid .grid-item .item-content .overlay .title { bottom:10%; } } @media (min-width: 1200px) { #main-content .projects-grid > li, #main-content .projects-grid .grid-item { height:145px; font-size:1.05em; } } /* -------------- FEATURE COLUMNS ----------------- */ #main-content .feature-columns { display:block; margin:1em 0; padding:0; list-style: none; } #main-content .feature-columns .feature-col .thumbnail { background-color: transparent; background-color: rgba(0,0,0,0); border: 1px solid transparent; border: 1px solid rgba(255,255,255,0); border-radius: 0; padding:0; color:#fff; font-size:0.85em; text-align: center; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline:none; text-decoration: none; -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .feature-columns .feature-col .thumbnail:hover { background-color: transparent; background-color: rgba(0,0,0,0.3); background:#000; border: 1px solid rgba(255,255,255,0.1); color:#fff; text-decoration: none; } #main-content .feature-columns .feature-col .thumbnail * { color:#fff; text-decoration: none; outline: none; -webkit-transition: color 0.4s; transition: color 0.4s; } #main-content .feature-columns .feature-col .thumbnail:hover * { color:#fff; text-shadow:none; } #main-content .feature-columns .feature-col .thumbnail .image-container { display:block; width:100%; max-width: 100%; margin-right: auto; margin-left: auto; position: relative; overflow: hidden; box-shadow: 0 0px 7px black; height: 245px; } #main-content .feature-columns .feature-col a.thumbnail .image-container:after, #main-content .feature-columns .feature-col .linked .image-container:after { content:""; display: block; position: absolute; top:0; left:0; width: 100%; height: 100%; background:url(../images/theme_images/more-plus-icon.png) no-repeat center center; background-color: rgba(0,0,0,0.45); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .feature-columns .feature-col a.thumbnail:hover .image-container:after, #main-content .feature-columns .feature-col .linked:hover .image-container:after { opacity: 1; filter: alpha(opacity=100); } #main-content .feature-columns .feature-col .thumbnail img.item-thumbnail { width:100% !important; /* height: 225px !important; */ opacity: 1; filter: alpha(opacity=1); -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .feature-columns .feature-col .thumbnail:hover img.item-thumbnail { opacity: 1; filter: alpha(opacity=100); } #main-content .feature-columns .feature-col .thumbnail .caption { padding:10px 12px 11px 12px; } #main-content .feature-columns .feature-col .thumbnail .caption h1, #main-content .feature-columns .feature-col .thumbnail .caption h2, #main-content .feature-columns .feature-col .thumbnail .caption h3, #main-content .feature-columns .feature-col .thumbnail .caption h4, #main-content .feature-columns .feature-col .thumbnail .caption h5, #main-content .feature-columns .feature-col .thumbnail .caption h6, #main-content .feature-columns .feature-col .thumbnail .caption p { margin:0.5em 0; } @media (min-width: 768px) and (max-width: 991px) { #main-content .feature-columns .feature-col .thumbnail:before, #main-content .feature-columns .feature-col .thumbnail:after { content: " "; display: table; } #main-content .feature-columns .feature-col .thumbnail:after { clear: both; } #main-content .feature-columns .feature-col .thumbnail .image-container { float:left; width:auto !important; max-width: 45%; height:auto !important; margin-right:17px; } #main-content .feature-columns .feature-col .thumbnail .image-container { content:""; display:table; clear:both; } #main-content .feature-columns .feature-col .thumbnail .caption { padding:12px; } } @media (min-width: 992px) { #main-content .feature-columns .feature-col .thumbnail { text-align: left; } #main-content .feature-columns .feature-col .thumbnail .caption { padding:13px 17px 15px 17px; } } @media (min-width: 1200px) { } /* -------------- CONTACT FORM ----------------- */ .form-style { display:block; margin:1em 0; padding:0; } .form-style .form-group { position:relative; } .form-style input.text-field, .form-style textarea, .form-style select { background:rgba(0,0,0,0.15); border-color:#fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color:#fff; height:34px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: all 0.4s; transition: all 0.4s; } .form-style input.text-field::-webkit-input-placeholder, .form-style input.text-field:-moz-placeholder, .form-style input.text-field::-moz-placeholder, .form-style input.text-field:-ms-input-placeholder { color:#fff !important; font-weight: bold; } .form-style input.text-field:focus, .form-style textarea:focus, .form-style select:focus { color:#000; background:#fff; border-color:#fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .form-style textarea { height:125px; } .form-style .alert { display: none; background:rgba(255,0,0,.5); color:#fff; font-size: 0.7em; font-family: 'open_sansbold', sans-serif; border-radius: 0; margin-top: -45px; width: 60%; float: right; position: relative; z-index: -2; padding:8px 10px; } .form-style .alert.success { color:#119400; } .form-style .form-general-error-container { display:none; } .form-style .form-general-error-container .alert { display:block; } .form-style .form-loader { margin-right:8px; display: none; } #main-content .contact-details { font-size: 0.9em; font-family: 'open_sansregular', sans-serif; } @media (min-width: 768px) { .form-style input.text-field, .form-style textarea, .form-style select { height:35px; font-size:0.85em; } .form-style textarea { height:120px; } } @media (min-width: 992px) { .form-style input.text-field, .form-style select, .form-style textarea { height:54px; font-size:0.97em; } .form-style textarea { height:195px; } } @media (min-width: 1200px) { } /* Placeholder Styling */ *::-webkit-input-placeholder { color: #fff !important; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } *:-moz-placeholder { color: #fff !important; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } *::-moz-placeholder { color: #fff !important; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } *:-ms-input-placeholder { color: #fff !important; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } *:focus::-webkit-input-placeholder { color: #444444 !important; } *:focus:-moz-placeholder { color: #444444 !important; } *:focus::-moz-placeholder { color: #444444 !important; } *:focus:-ms-input-placeholder { color: #444444 !important; } .form-style #form-captcha { height:35px; width:45%; display:inline-block; font-size:0.8em; } @media (min-width: 768px) { .form-style #form-captcha { height:35px; } } @media (min-width: 992px) { .form-style #form-captcha { height:35px; } } .form-style #form-captcha-img { width:45% !important; height:auto !important; } .form-style #form-captcha-refresh { position: absolute; top:1px; left:0; z-index: 10; width:20px; height:20px; display:block; cursor:pointer; font-size:14px; text-align: right; opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: all 0.4s; transition: all 0.4s; } .form-style #form-captcha-refresh:hover { opacity: 1; filter: alpha(opacity=100); } /* -------------- GENERAL CAROUSEL ----------------- */ #main-content .section-wrapper.modified-height .carousel { height:100%; } #main-content .section-wrapper.modified-height .carousel .carousel-inner { height:100%; } #main-content .section-wrapper .carousel.with-title-indicators .carousel-inner { height:100%; } #main-content .carousel .carousel-inner { width:86%; margin-left:7%; margin-right:7%; } #main-content .carousel .carousel-inner .item { height:100%; text-align: center; } #main-content .carousel .carousel-inner .item .carousel-text-content { display:block; height:100%; } #main-content .carousel .carousel-control { position: absolute; top: 0; bottom: 0; width: 10%; text-align: center; opacity: 0.3; filter: alpha(opacity=30); background:none; /* overriding bootstrap styles */ background-repeat:no-repeat; background-position: 50% 60px; -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .carousel:hover .carousel-control { opacity: .3; filter: alpha(opacity=30); } #main-content .carousel .carousel-control:hover { opacity: 1; filter: alpha(opacity=100); } #main-content .carousel .carousel-control.left { background-image:url(../images/theme_images/carousel_arrow_left.png); left: 0; } #main-content .carousel .carousel-control.left:hover { background-position: 40% 60px; } #main-content .carousel .carousel-control.right { background-image:url(../images/theme_images/carousel_arrow_right.png); right: 0; } #main-content .carousel .carousel-control.right:hover { background-position: 60% 60px; } #main-content .carousel .carousel-indicators.title-indicators { position: absolute; bottom: -5%; left: 0; z-index: 15; width: 100%; margin:0; padding-left: 0; margin-left: 0; text-align: center; list-style: none; display:none; /* hidden on small displays */ opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .carousel:hover .carousel-indicators.title-indicators { opacity: 1; filter: alpha(opacity=100); } #main-content .carousel .carousel-indicators.title-indicators li { display: inline-block; width: auto; height: auto; margin: 4px 10px; padding: 6px 10px; border:none; /* overriding default bootstrap styles */ border-bottom: 2px solid rgba(255,255,255,0); text-indent: 0; cursor: pointer; background:none; border-radius:0; font-family: 'open_sansbold', sans-serif; font-size:0.8em; line-height:1; font-weight: normal; opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .carousel .carousel-indicators.title-indicators li:hover { border-color: rgba(255,255,255,0.7); } #main-content .carousel .carousel-indicators.title-indicators li.active { width: auto; height: auto; margin: 4px 10px; background: none; opacity: 1; filter: alpha(opacity=100); border-color: rgba(255,255,255,1); } #main-content .carousel .icon { margin:0 auto 10px auto; display:block; width:80px; height:auto; } #main-content .carousel .icon.glyphicon, #main-content .carousel .icon.fa { margin:0 auto 20px auto; font-size:2.9em; color:#fff; width:auto; height:auto; } #main-content .carousel *.title { font-size:2em; font-family: 'open_sansbold', sans-serif; line-height:1.1; color:#fff; margin:0.6em 0 0.7em 0; display:block; } @media (min-width: 768px) { #main-content .carousel .carousel-inner { /*width:76%; margin-left:12%; margin-right:12%; */ } #main-content .section-wrapper.modified-height .carousel.with-title-indicators .carousel-inner { /*height:95%; */ } #main-content .carousel .carousel-control { background-position: 50%; opacity: 0; filter: alpha(opacity=0); } #main-content .carousel .carousel-control.left:hover { background-position: 40% 50%; } #main-content .carousel .carousel-control.right:hover { background-position: 60% 50%; } #main-content .carousel .carousel-indicators.title-indicators { /*display:block;*/ } #main-content .carousel .icon { margin:0px auto 10px auto; width:90px; } #main-content .carousel .icon.glyphicon, #main-content .carousel .icon.fa { margin:0px auto 20px auto; font-size:3.4em; } #main-content .carousel *.title { font-size:2em; line-height:1.1; margin:0.3em 0 0.4em 0; } #main-content .carousel .item p { line-height:1.7; margin:1.5em 0; } } @media (min-width: 992px) { #main-content .section-wrapper .carousel.with-title-indicators { height:100%; } #main-content .carousel .carousel-inner { width:60%; margin-left:20%; margin-right:20%; } #main-content .section-wrapper .carousel.with-title-indicators .carousel-inner { height:95%; } #main-content .carousel .carousel-indicators.title-indicators { display:block; } #main-content .carousel .icon { margin:0 auto 30px auto; width:110px; } #main-content .carousel .icon.glyphicon, #main-content .carousel .icon.fa { margin:0 auto 50px auto; font-size:4.2em; } #main-content .carousel *.title { font-size:2.4em; line-height:1; margin:0.4em 0 0.5em 0; } } @media (min-width: 1200px) { } /* ==================================================== MODAL POPUP ==================================================== */ .content-to-populate-in-modal { display:none !important; } .modal { color:#fff; -webkit-transition: all 0.4s; transition: all 0.4s; border:none !important; outline:none !important; } .modal-backdrop { border:none !important; outline:none !important; } .modal .modal-content { background-color:#000; background-color: rgba(0,0,0,0.6); border: none; border-radius: 0; outline: 0; -webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.3); box-shadow: 0 2px 40px rgba(0,0,0,0.3); background-clip: padding-box; } .modal .close { position: absolute; top:0; right:0; color:#fff; font-weight: bold; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19); font-size:40px; line-height:40px; height:40px; width:40px; text-align: center; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition: all 0.4s; transition: all 0.4s; outline:none; z-index:100; } .modal .close:hover { opacity: 1; filter: alpha(opacity=100); } .modal .modal-content .modal-body { padding:15px 20px; text-align: center; } @media (min-width: 768px) { .modal .modal-dialog { width: auto; margin: 20px; } .modal .close { top:2px; right:2px; } .modal .modal-content .modal-body { padding:30px 60px; } } @media (min-width: 992px) { .modal .modal-dialog { width: 800px; margin: 40px auto; } .modal.full-size .modal-dialog { width: 90%; margin: 40px auto; } .modal .close { top:-35px; right:-35px; } .modal .modal-content .modal-body { padding:55px 90px; } .modal.full-size .modal-content .modal-body { padding:30px 60px; } } @media (min-width: 1200px) { } /* ==================================================== OWL CAROUSEL ==================================================== */ .owl-carousel .owl-item { position: relative; } .owl-carousel .owl-item img { width: 100%; height: auto; display: block; } .owl-carousel .owl-item .caption { display: block; position: absolute; bottom:0; left:0; z-index: 5; width: 100%; margin:0; padding: 9px 3% 15px; background: #000; background: rgba(0,0,0,0.3); color: #fff; font-size: 0.9em; line-height: 1.1; text-align: center; font-family: 'open_sanslight', sans-serif; } .owl-carousel.hide-bullets .owl-pagination { display:none !important; } /* -------------- ALT IMAGE GALLERY ----------------- */ .popup-alt-image-gallery .item { position:relative; padding:0 10px; } .popup-alt-image-gallery .item > a { display:block; position:relative; } .popup-alt-image-gallery .item > a:after { content:""; display: block; position: absolute; top:0; left:0; width: 100%; height: 100%; background:url(../images/theme_images/more-plus-icon.png) no-repeat center center; background-color: rgba(0,0,0,0.45); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s; transition: all 0.4s; } .popup-alt-image-gallery .item > a:hover:after { opacity: 1; filter: alpha(opacity=100); } .popup-alt-image-gallery .owl-controls .owl-buttons > div { color: #fff; background: transparent; border: 1px solid #fff; border-radius:0; -webkit-transition: all 0.4s; transition: all 0.4s; } .popup-alt-image-gallery .owl-controls .owl-buttons > div:hover { color:#000; background:#fff; } .lb-outerContainer, .lightbox .lb-image { background: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } /* ==================================================== TABS - styling inspiration and guide: - http://tympanus.net/codrops/2014/09/02/tab-styles-inspiration/ ==================================================== */ .tabpanel { position:relative; overflow: hidden; } .tabpanel.styled-tabs ul.nav { position: relative; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; margin: 0 auto; padding: 0; max-width: 1200px; list-style: none; -ms-box-orient: horizontal; -ms-box-pack: center; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; border-bottom-color:rgba(255,255,255,0.15); } .tabpanel.styled-tabs ul.nav > li { position: relative; z-index: 1; display: block; margin: 0; text-align: center; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } .tabpanel.styled-tabs ul.nav > li > a { position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 2.5; padding: 0.1em 0 0.65em; font-size:1em; color:#fff; color:rgba(255,255,255,0.6); -webkit-transition: all 0.4s, padding 0.2s; transition: all 0.4s, padding 0.2s; border:none !important; } .tabpanel.styled-tabs ul.nav > li > a > .icon { margin-right: 8px; font-size: 1.35em; vertical-align: middle; } .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > .icon { font-size:1.75em; margin-right:0; } .tabpanel.styled-tabs ul.nav > li > a > span { font-size:0.8em; } .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > span { display:none; } .tabpanel.styled-tabs ul.nav > li > a:hover, .tabpanel.styled-tabs ul.nav > li > a:focus { color: #fff; padding: 0.35em 0 0.4em; background:none; } .tabpanel.styled-tabs ul.nav > li.active > a, .tabpanel.styled-tabs ul.nav > li.active > a:hover, .tabpanel.styled-tabs ul.nav > li.active > a:focus { color: #fff; padding: 0.1em 0 0.65em; background:none; } .tabpanel.styled-tabs ul.nav > li > a::after { position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #fff; content: ''; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transform: translate3d(0,150%,0); transform: translate3d(0,150%,0); } .tabpanel.styled-tabs ul.nav > li.active > a::after { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } @media (min-width: 768px) { .tabpanel.styled-tabs ul.nav > li > a { font-size:0.9em; } .tabpanel.styled-tabs ul.nav > li > a > .icon, .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > .icon { margin-right: 11px; font-size: 1.5em; } .tabpanel.styled-tabs ul.nav[text-hidden-sm="true"] > li > a > .icon { font-size:1.75em; margin-right:0; } .tabpanel.styled-tabs ul.nav > li > a > span { font-size:0.9em; } .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > span { display:inline; } .tabpanel.styled-tabs ul.nav[text-hidden-sm="true"] > li > a > span { display:none; } } @media (min-width: 992px) { .tabpanel.styled-tabs ul.nav > li > a { font-size:1em; } .tabpanel.styled-tabs ul.nav > li > a > .icon, .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > .icon, .tabpanel.styled-tabs ul.nav[text-hidden-sm="true"] > li > a > .icon { margin-right: 12px; font-size: 1.6em; } .tabpanel.styled-tabs ul.nav[text-hidden-md="true"] > li > a > .icon { font-size:1.75em; margin-right:0; } .tabpanel.styled-tabs ul.nav[text-hidden-sm="true"] > li > a > span { display:inline; } .tabpanel.styled-tabs ul.nav[text-hidden-md="true"] > li > a > span { display:none; } } @media (min-width: 1200px) { } .tabpanel.styled-tabs .tab-content > .tab-pane { padding: 15px; padding-left: 0; padding-right: 0; text-align: center; } @media (min-width: 768px) { .tabpanel.styled-tabs .tab-content > .tab-pane { padding-left:15px; padding-right:15px; text-align: center; } } .tabpanel.styled-tabs .tab-content > .tab-pane p { font-size: 1em; } /* ==================================================== IMAGES ==================================================== */ img.lazy { display:none; } img.rounded_border { border-radius: 50%; border:1px solid white; } img.rounded_border.hover_effect { -webkit-transition: all 0.4s; transition: all 0.4s; } img.rounded_border.hover_effect:hover { border-color:rgba(255,255,255,0); -webkit-box-shadow: 0 0 0 4px #fff; -moz-box-shadow: 0 0 0 4px #fff; box-shadow: 0 0 0 4px #fff; } img.pull-left, img.pull-right { height:auto !important; max-width:60%; margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:20px; float:none !important; display:block; } img.full-width { width:100% !important; height: auto !important; } @media (min-width: 768px) { img.pull-left, img.pull-right { height:auto !important; max-width:45%; margin-top:10px; } img.pull-left { margin-right:40px; margin-left:0; float:left !important; } img.pull-right { margin-left:40px; margin-right:0; float:right !important; } } @media (min-width: 992px) { img.pull-left { margin-right:50px; } img.pull-right { margin-left:50px; } } @media (min-width: 1200px) { } /* ==================================================== OVERRIDING RULES ==================================================== */ .vegas-loading { display:none !important; }
x/html/assets/css/styles.css
@import url('fonts/stylesheet.css'); /* ==================================================== GENERAL STYLES ==================================================== */ html { width:100%; height:100%; } body { font-family: 'open_sanslight', sans-serif; color: #fff; background: #000; width:100%; height:100%; font-size:18px; background-repeat:no-repeat; background-attachment:fixed; background-position:center center; background-size: cover; overflow:visible; } a, .btn { -webkit-transition: all 0.4s; transition: all 0.4s; text-decoration: none; outline: none !important; } a { color:#fff; color:rgba(255,255,255,0.8); font-weight: bold; } a:hover { color:#fff; color:rgba(255,255,255,1); text-decoration: none; } p a { padding-bottom:1px; border-bottom:1px dotted rgba(255,255,255,0.4); font-family: 'open_sansregular', sans-serif; } p a:hover { border-color:#fff; border-color:rgba(255,255,255,1); } strong { font-family: 'open_sansbold', sans-serif; } em { font-family: 'open_sansitalic', sans-serif; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'open_sansbold', sans-serif; } p { margin: 1em 0; } @media (min-width: 768px) { } @media (min-width: 992px) { } @media (min-width: 1200px) { } .pull-right { float: none !important; } @media (min-width: 768px) { .pull-right { float: right !important; } } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; border-color:rgba(255,255,255,0.4); background:rgba(0,0,0,0.4); } blockquote p { margin:0.6em 0 !important; } ul, ol { display:inline-block; text-align:left; } ul ul, ul ol, ol ul, ol ol { display:block; } dl { margin-bottom:2em; } * + dl { margin-top:2em; } dt { font-family: 'open_sansbold', sans-serif; } /* -------------- Bootstrap Tables ----------------- */ table { text-align: left; } .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: transparent; background-color: rgba(255,255,255,0.04); } .table-bordered, .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border-color: #313131; border-color:rgba(255,255,255,0.1); } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-top-color:#313131; border-top-color:rgba(255,255,255,0.1); } .table>thead>tr>th { border-bottom-color: #313131; border-bottom-color:rgba(255,255,255,0.15); } .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th { background-color: transparent; background-color: rgba(255,255,255,0.08); } .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: rgba(245,245,245,0.3); } .table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th { background-color: rgba(198,237,181,0.3); } .table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th { background-color: rgba(185,224,244,0.3); } .table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th { background-color: rgba(247,239,199,0.3); } .table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th { background-color: rgba(240,158,158,0.3); } /* -------------- Bootstrap Contectual Backgrounds ----------------- */ .bg-primary { background-color: rgba(66,139,202,0.3); } .bg-success { background-color: rgba(198,237,181,0.3); } .bg-info { background-color: rgba(185,224,244,0.3); } .bg-warning { background-color: rgba(247,239,199,0.3); } .bg-danger { background-color: rgba(240,158,158,0.3); } /* -------------- Bootstrap Navs ----------------- */ .nav, ul.nav { display:block; border-bottom-color:rgba(255,255,255,0.15); } .nav>li>a:hover, .nav>li>a:focus { background-color: #eee; color: #fff; background-color: rgba(238,238,238,0.2); border-color: rgba(238,238,238,0.1); } .nav.nav-tabs>li>a:hover, .nav.nav-tabs>li>a:focus { border-bottom-color:rgba(255,255,255,0.15) !important; } .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { color: #000; background-color: #fff; } .nav>li.disabled>a:hover, .nav>li.disabled>a:focus { border-color: transparent; background-color: transparent; } /* -------------- Bootstrap Collapse ----------------- */ .tab-content > .active { text-align: left; padding: 15px; } .panel { -webkit-box-shadow: none; box-shadow: none; border-color:rgba(255,255,255,0.1); background-color:rgba(255,255,255,0.15); } .panel>.panel-heading { color: #333; text-shadow:none; } .panel-title>a:hover { color: #000; text-decoration: none; } /* -------------- BUTTONS ----------------- */ .btn { -webkit-transition: all 0.4s; transition: all 0.4s; border-radius: 0; font-family: 'open_sanslight', sans-serif; } .btn-outline-inverse { color: #fff; background-color: transparent; border-color: #fff; } .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active { color: #000; text-shadow: none; background-color: #fff; border-color: #fff; } /* ==================================================== PAGE BACKGROUND AND OUTER CONTAINERS ==================================================== */ #outer-container { display:block; width:100%; height:100%; } /* ==================================================== FIXED LEFT SIDEBAR (LOGO + MENU) ==================================================== */ #left-sidebar { display:block; background: rgba(0,0,0,0.29); } @media (min-width: 768px) { #left-sidebar { /* any change has to be replicated in #footer below */ height:100%; position: fixed; top:0; left:3%; width:13%; max-width:150px; min-width:150px; background: -moz-linear-gradient(top, rgba(0,0,0,0.29) 0%, rgba(0,0,0,0) 78%, rgba(0,0,0,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.29)), color-stop(78%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); background: -webkit-linear-gradient(top, rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a000000', endColorstr='#00000000',GradientType=0 ); } } @media (min-width: 992px) { #left-sidebar { /* any change has to be replicated in #footer below */ left:6.5%; width:13%; max-width:205px; min-width:190px; } } @media (min-width: 1200px) { } /* -------------- LOGO ----------------- */ #left-sidebar .logo { padding:15px 0 20px 0; text-align: center; background: rgba(0,0,0,0.1); } #left-sidebar .logo img { display:block; margin:0 auto; width:auto; max-width:75%; height:auto; } @media (min-width: 768px) { #left-sidebar .logo { padding:28px 0 20px 0; background: none; } } @media (min-width: 992px) { #left-sidebar .logo { padding:42px 0 30px 0; } } @media (min-width: 1200px) { } /* -------------- MAIN MENU ----------------- */ #left-sidebar #mobile-menu-icon { display: block; width: auto; height: 50px; line-height: 50px; text-decoration: none; margin: 0; color: #c9c9c9; font-weight: bold; background: rgba(0,0,0,0.2); cursor:pointer; -webkit-transition: all 0.4s; transition: all 0.4s; } #left-sidebar #mobile-menu-icon span { font-size: 1.43em; line-height: 45px; height: 50px; text-align: center; display: block; margin:0 auto; -webkit-transition: all 0.4s; transition: all 0.4s; } #left-sidebar #mobile-menu-icon:hover, #left-sidebar #mobile-menu-icon.active { color: #fff; background: rgba(0,0,0,0.4); } #left-sidebar #main-menu { display:none; list-style: none; margin:0; padding:0; font-family: 'open_sanslight', sans-serif; font-size:0.86em; line-height:1.05; text-transform: lowercase; background: rgba(0,0,0,0.1); width:100%; } #left-sidebar #main-menu > li.menu-item { display:block; margin:0; padding:0; } #left-sidebar #main-menu > li.menu-item > a, #left-sidebar #main-menu > li.menu-item > span { display:block; padding:13px 10px; background:rgba(0,0,0,0.01); color:#fff; text-decoration: none; text-align: center; font-weight: normal; } #left-sidebar #main-menu > li.menu-item > a:hover { background:rgba(0,0,0,0.3); } #left-sidebar #main-menu > li.menu-item.active > * { font-family: 'open_sansbold', sans-serif; font-weight: bold; background:rgba(0,0,0,0.15); } @media (min-width: 768px) { #left-sidebar #main-menu { display:block; margin:8px 0; background:none; font-size:0.9em; line-height:1; } #left-sidebar #main-menu > li.menu-item > a, #left-sidebar #main-menu > li.menu-item > span { padding:7px 10px; } } @media (min-width: 992px) { #left-sidebar #main-menu { margin:12px 0; font-size:1.02em; line-height:1; } } @media (min-width: 1200px) { } /* ==================================================== FOOTER (text) ==================================================== */ #footer { display:block; background: rgba(0,0,0,0.29); padding:15px 5px; text-align: center; font-size:0.6em; } #go-to-top { display:block; position: fixed; bottom:5px; left:auto; right:5px; cursor: default; z-index:100; outline:none; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s; transition: all 0.4s; } #go-to-top.active { cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } #go-to-top.active:hover { bottom:10px; opacity: 1; filter: alpha(opacity=100); } #go-to-top .icon { line-height: 40px; height: 40px; width: 40px; text-align: center; font-size:18px; color:#fff; } /* Social Icons */ #footer .social-icons { display:block; list-style: none; margin:10px 0; padding:0; text-align: center; } #footer .social-icons li { display:inline-block; margin:0 2px; padding:0; } #footer .social-icons li a { -webkit-transition: all 0.4s; transition: all 0.4s; opacity: 0.5; filter: alpha(opacity=50); } #footer .social-icons li a:hover { opacity: 1; filter: alpha(opacity=100); } #footer .social-icons li img { width:18px !important; height: auto !important } @media (min-width: 768px) { #footer { /* have to match with #left-sidebar rules above */ position: fixed; bottom: 10px; left: 3%; margin:10px 0; width:13%; max-width:150px; min-width:150px; text-align: center; background:none; z-index: 0; padding: 0; } #go-to-top { left:5px; right:auto; } } @media (min-width: 992px) { #footer { /* have to match with #left-sidebar rules above */ left:6.5%; max-width:205px; min-width:190px; } } @media (min-width: 1200px) { } /* ==================================================== MAIN CONTENT ==================================================== */ #main-content { display:block; position: relative; margin:20px 5%; overflow: visible; min-height:1px; font-family: 'open_sanslight', sans-serif; -webkit-transform: translate3d(0,0,0); } @media (min-width: 768px) { #main-content { margin:0 3% 0 22%; height:100%; } } @media (min-width: 992px) { #main-content { margin:0 6.5% 0 24.5%; } } @media (min-width: 1200px) { } #loader-main-content { display:none; height:200px; width:100%; background:url(../images/theme_images/loader.GIF) no-repeat center center; opacity: 0.5; filter: alpha(opacity=50); } #main-content .section-wrapper { display:block; position: relative; } #main-content .section-wrapper.modified-height { height:auto !important; } @media (min-width: 768px) { #main-content .section-wrapper { width:100%; min-height:100%; } #main-content .section-wrapper.modified-height { height:100%; } } @media (min-width: 992px) { } @media (min-width: 1200px) { } #main-content .section-wrapper .content-wrapper { display:block; width:100%; position: static; right:auto; bottom:auto; text-align: center; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18); padding:65px 0 95px 0; background: url(../images/theme_images/mobile_section_divider.png) no-repeat center bottom; background-size:35% auto; } #main-content .section-wrapper.modified-height .content-wrapper { height:auto !important; } #main-content .section-wrapper:first-of-type .content-wrapper { padding-top:35px; } #main-content .section-wrapper:last-of-type .content-wrapper { padding-bottom:35px; background:none; } @media (min-width: 768px) { #main-content .section-wrapper .content-wrapper { position: absolute; right:0; bottom:16%; text-align: right; padding:0; background:none; } #main-content .section-wrapper .content-wrapper:first-of-type { padding-top:0; } #main-content .section-wrapper .content-wrapper:last-of-type { padding-bottom:0; } #main-content .section-wrapper .content-wrapper.mid-vertical-positioning { min-height: 60%; } } @media (min-width: 992px) { #main-content .section-wrapper .content-wrapper { } } @media (min-width: 1200px) { } /* General Heading Styles */ h1 { font-size:2.25em; line-height:1.1; margin:0.5em 0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33); } h2 { font-size:1.85em; line-height:1.1; margin:0.55em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } h3 { font-size:1.45em; line-height:1.1; margin:0.6em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } h4 { font-size:1.25em; line-height:1.1; margin:0.65em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } h5 { font-size:1.15em; line-height:1.1; margin:0.7em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } h6 { font-size:1.05em; line-height:1.1; margin:0.7em 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); } #main-content *.section-title { text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); } #main-content .feature-paragraph { font-size:1.1em; } @media (min-width: 768px) { h1 { font-size:2.5em; } h2 { font-size:1.95em; } h3 { font-size:1.65em; } h4 { font-size:1.28em; } h5 { font-size:1.15em; } h6 { font-size:1.05em; } } @media (min-width: 992px) { h1 { font-size:3.1em; } h2 { font-size:2.4em; } h3 { font-size:2em; } h4 { font-size:1.6em; } h5 { font-size:1.3em; } h6 { font-size:1.1em; } } @media (min-width: 1200px) { } #main-content .btn-lg { font-size:0.9em; padding:13px 30px; } #main-content .btn-sm { font-size:0.73em; padding:10px 26px; } #main-content .btn-xs { font-size:0.65em; padding:6px 18px; } @media (min-width: 768px) { #main-content .btn-lg { font-size:0.95em; } #main-content .btn-sm { font-size:0.80em; } #main-content .btn-xs { font-size:0.70em; } } @media (min-width: 992px) { #main-content .btn-lg { font-size:1.05em; } #main-content .btn-sm { font-size:0.95em; } #main-content .btn-xs { font-size:0.75em; } } @media (min-width: 1200px) { } /* feature text (larger) styles */ #main-content .feature-text { display:block; font-size:1em; } @media (min-width: 768px) { #main-content .feature-text { font-size:1.18em; } #main-content .feature-text h1 { font-size:2.25em; } #main-content .feature-text h2 { font-size:1.9em; } #main-content .feature-text h3 { font-size:1.65em; } #main-content .feature-text h4 { font-size:1.35em; } #main-content .feature-text h5 { font-size:1.22em; } #main-content .feature-text h6 { font-size:1.1em; } #main-content .feature-text .btn-lg { font-size:0.7em; } #main-content .feature-text .btn-sm { font-size:0.58em; } #main-content .feature-text .btn-xs { font-size:0.43em; } } @media (min-width: 992px) { #main-content .feature-text { font-size:1.44em; } } @media (min-width: 1200px) { } /* -------------- GRID ----------------- */ #main-content .grid { display:block; margin:1em 0; padding:0; list-style: none; font-size:0.9em; } #main-content .grid > li, #main-content .grid .grid-item { display:block; position: relative; padding-top:15px; padding-bottom:15px; border-bottom:1px solid rgba(255,255,255,0.2); text-align: left; } #main-content .grid > li:last-child, #main-content .grid .grid-item:last-of-type { border-bottom:none; } #main-content .grid > li > .item-content, #main-content .grid .grid-item .item-content { display:block; outline:none; text-decoration: none; } #main-content .grid .icon { display:block; position: relative; width:16%; height:auto; float:left; padding:10px 2%; } #main-content .grid .icon.glyphicon, #main-content .grid .icon.fa { text-align: center; font-size:2.8em; color:#fff; width:20%; padding:10px 0; } #main-content .grid .text-content { display:block; padding-left:25%; } @media (min-width: 768px) { #main-content .grid > li, #main-content .grid .grid-item { padding-top:10px; padding-bottom:10px; border-bottom:none; } #main-content .grid .icon { padding:10px 0; } #main-content .grid .icon.glyphicon, #main-content .grid .icon.fa { font-size:2.9em; padding:20px 0; } } @media (min-width: 992px) { #main-content .grid .icon { width:26%; padding:10px 2%; } #main-content .grid .icon.glyphicon, #main-content .grid .icon.fa { font-size:3.1em; width:30%; } #main-content .grid .text-content { padding-left:35%; } } @media (min-width: 1200px) { } #main-content .projects-grid { display:block; margin:1em 0; padding:0; list-style: none; } #main-content .projects-grid > li, #main-content .projects-grid .grid-item { display:block; position: relative; margin-top:5px; margin-bottom:5px; padding-right:5px; padding-left:5px; height:150px; position: relative; } #main-content .projects-grid > li > .item-content, #main-content .projects-grid .grid-item .item-content { display:block; width:100%; height:100%; position: relative; overflow: hidden; -webkit-transition: none; transition: none; -webkit-transition: all 0.4s; transition: all 0.4s; -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16); -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16); box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16); } #main-content .projects-grid > li > .item-content:hover, #main-content .projects-grid .grid-item .item-content:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #main-content .projects-grid > li > .item-content .item-thumbnail, #main-content .projects-grid .grid-item .item-content .item-thumbnail { display:block; width:auto !important; min-width:100%; height:100%; position: absolute; top:0; left:50%; margin-left:-50%; z-index:0; border:none; opacity: 0.65; filter: alpha(opacity=65); } #main-content .projects-grid > li > .item-content .overlay, #main-content .projects-grid .grid-item .item-content .overlay { display:block; width:100%; height:100%; position: absolute; bottom:50%; left:0; z-index:1; opacity: 0; background:#fff; background:rgba(255,255,255,0.7); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.5s 0.4s; transition: all 0.5s 0.4s; } #main-content .projects-grid > li > .item-content:hover .overlay, #main-content .projects-grid .grid-item .item-content:hover .overlay { opacity: 1; filter: alpha(opacity=100); bottom:0; } #main-content .projects-grid > li > .item-content .overlay .title, #main-content .projects-grid .grid-item .item-content .overlay .title { font-size:0.9em; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); color:#000; display:block; line-height:1.25; width:76%; bottom:13%; right:12%; text-align: right; position: absolute; font-family: 'open_sanslight', sans-serif; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } @media (min-width: 768px) { #main-content .projects-grid > li, #main-content .projects-grid .grid-item { height:115px; margin-top:10px; margin-bottom:10px; padding-right:10px; padding-left:10px; } } @media (min-width: 992px) { #main-content .projects-grid > li, #main-content .projects-grid .grid-item { height:145px; font-size:1em; } #main-content .projects-grid > li > .item-content .overlay .title, #main-content .projects-grid .grid-item .item-content .overlay .title { bottom:10%; } } @media (min-width: 1200px) { #main-content .projects-grid > li, #main-content .projects-grid .grid-item { height:145px; font-size:1.05em; } } /* -------------- FEATURE COLUMNS ----------------- */ #main-content .feature-columns { display:block; margin:1em 0; padding:0; list-style: none; } #main-content .feature-columns .feature-col .thumbnail { background-color: transparent; background-color: rgba(0,0,0,0); border: 1px solid transparent; border: 1px solid rgba(255,255,255,0); border-radius: 0; padding:0; color:#fff; font-size:0.85em; text-align: center; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline:none; text-decoration: none; -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .feature-columns .feature-col .thumbnail:hover { background-color: transparent; background-color: rgba(0,0,0,0.3); background:#000; border: 1px solid rgba(255,255,255,0.1); color:#fff; text-decoration: none; } #main-content .feature-columns .feature-col .thumbnail * { color:#fff; text-decoration: none; outline: none; -webkit-transition: color 0.4s; transition: color 0.4s; } #main-content .feature-columns .feature-col .thumbnail:hover * { color:#fff; text-shadow:none; } #main-content .feature-columns .feature-col .thumbnail .image-container { display:block; width:100%; max-width: 100%; margin-right: auto; margin-left: auto; position: relative; overflow: hidden; box-shadow: 0 0px 7px black; height: 245px; } #main-content .feature-columns .feature-col a.thumbnail .image-container:after, #main-content .feature-columns .feature-col .linked .image-container:after { content:""; display: block; position: absolute; top:0; left:0; width: 100%; height: 100%; background:url(../images/theme_images/more-plus-icon.png) no-repeat center center; background-color: rgba(0,0,0,0.45); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .feature-columns .feature-col a.thumbnail:hover .image-container:after, #main-content .feature-columns .feature-col .linked:hover .image-container:after { opacity: 1; filter: alpha(opacity=100); } #main-content .feature-columns .feature-col .thumbnail img.item-thumbnail { width:100% !important; /* height: 225px !important; */ opacity: 1; filter: alpha(opacity=1); -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .feature-columns .feature-col .thumbnail:hover img.item-thumbnail { opacity: 1; filter: alpha(opacity=100); } #main-content .feature-columns .feature-col .thumbnail .caption { padding:10px 12px 11px 12px; } #main-content .feature-columns .feature-col .thumbnail .caption h1, #main-content .feature-columns .feature-col .thumbnail .caption h2, #main-content .feature-columns .feature-col .thumbnail .caption h3, #main-content .feature-columns .feature-col .thumbnail .caption h4, #main-content .feature-columns .feature-col .thumbnail .caption h5, #main-content .feature-columns .feature-col .thumbnail .caption h6, #main-content .feature-columns .feature-col .thumbnail .caption p { margin:0.5em 0; } @media (min-width: 768px) and (max-width: 991px) { #main-content .feature-columns .feature-col .thumbnail:before, #main-content .feature-columns .feature-col .thumbnail:after { content: " "; display: table; } #main-content .feature-columns .feature-col .thumbnail:after { clear: both; } #main-content .feature-columns .feature-col .thumbnail .image-container { float:left; width:auto !important; max-width: 45%; height:auto !important; margin-right:17px; } #main-content .feature-columns .feature-col .thumbnail .image-container { content:""; display:table; clear:both; } #main-content .feature-columns .feature-col .thumbnail .caption { padding:12px; } } @media (min-width: 992px) { #main-content .feature-columns .feature-col .thumbnail { text-align: left; } #main-content .feature-columns .feature-col .thumbnail .caption { padding:13px 17px 15px 17px; } } @media (min-width: 1200px) { } /* -------------- CONTACT FORM ----------------- */ .form-style { display:block; margin:1em 0; padding:0; } .form-style .form-group { position:relative; } .form-style input.text-field, .form-style textarea, .form-style select { background:rgba(0,0,0,0.15); border-color:#fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color:#fff; height:34px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: all 0.4s; transition: all 0.4s; } .form-style input.text-field::-webkit-input-placeholder, .form-style input.text-field:-moz-placeholder, .form-style input.text-field::-moz-placeholder, .form-style input.text-field:-ms-input-placeholder { color:#fff !important; font-weight: bold; } .form-style input.text-field:focus, .form-style textarea:focus, .form-style select:focus { color:#000; background:#fff; border-color:#fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .form-style textarea { height:125px; } .form-style .alert { display: none; background:rgba(255,0,0,.5); color:#fff; font-size: 0.7em; font-family: 'open_sansbold', sans-serif; border-radius: 0; margin-top: -45px; width: 60%; float: right; position: relative; z-index: -2; padding:8px 10px; } .form-style .alert.success { color:#119400; } .form-style .form-general-error-container { display:none; } .form-style .form-general-error-container .alert { display:block; } .form-style .form-loader { margin-right:8px; display: none; } #main-content .contact-details { font-size: 0.9em; font-family: 'open_sansregular', sans-serif; } @media (min-width: 768px) { .form-style input.text-field, .form-style textarea, .form-style select { height:35px; font-size:0.85em; } .form-style textarea { height:120px; } } @media (min-width: 992px) { .form-style input.text-field, .form-style select, .form-style textarea { height:54px; font-size:0.97em; } .form-style textarea { height:195px; } } @media (min-width: 1200px) { } /* Placeholder Styling */ *::-webkit-input-placeholder { color: #fff !important; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } *:-moz-placeholder { color: #fff !important; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } *::-moz-placeholder { color: #fff !important; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } *:-ms-input-placeholder { color: #fff !important; font-weight: bold; -webkit-transition: all 0.4s; transition: all 0.4s; } *:focus::-webkit-input-placeholder { color: #444444 !important; } *:focus:-moz-placeholder { color: #444444 !important; } *:focus::-moz-placeholder { color: #444444 !important; } *:focus:-ms-input-placeholder { color: #444444 !important; } .form-style #form-captcha { height:35px; width:45%; display:inline-block; font-size:0.8em; } @media (min-width: 768px) { .form-style #form-captcha { height:35px; } } @media (min-width: 992px) { .form-style #form-captcha { height:35px; } } .form-style #form-captcha-img { width:45% !important; height:auto !important; } .form-style #form-captcha-refresh { position: absolute; top:1px; left:0; z-index: 10; width:20px; height:20px; display:block; cursor:pointer; font-size:14px; text-align: right; opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: all 0.4s; transition: all 0.4s; } .form-style #form-captcha-refresh:hover { opacity: 1; filter: alpha(opacity=100); } /* -------------- GENERAL CAROUSEL ----------------- */ #main-content .section-wrapper.modified-height .carousel { height:100%; } #main-content .section-wrapper.modified-height .carousel .carousel-inner { height:100%; } #main-content .section-wrapper .carousel.with-title-indicators .carousel-inner { height:100%; } #main-content .carousel .carousel-inner { width:86%; margin-left:7%; margin-right:7%; } #main-content .carousel .carousel-inner .item { height:100%; text-align: center; } #main-content .carousel .carousel-inner .item .carousel-text-content { display:block; height:100%; } #main-content .carousel .carousel-control { position: absolute; top: 0; bottom: 0; width: 10%; text-align: center; opacity: 0.3; filter: alpha(opacity=30); background:none; /* overriding bootstrap styles */ background-repeat:no-repeat; background-position: 50% 60px; -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .carousel:hover .carousel-control { opacity: .3; filter: alpha(opacity=30); } #main-content .carousel .carousel-control:hover { opacity: 1; filter: alpha(opacity=100); } #main-content .carousel .carousel-control.left { background-image:url(../images/theme_images/carousel_arrow_left.png); left: 0; } #main-content .carousel .carousel-control.left:hover { background-position: 40% 60px; } #main-content .carousel .carousel-control.right { background-image:url(../images/theme_images/carousel_arrow_right.png); right: 0; } #main-content .carousel .carousel-control.right:hover { background-position: 60% 60px; } #main-content .carousel .carousel-indicators.title-indicators { position: absolute; bottom: -5%; left: 0; z-index: 15; width: 100%; margin:0; padding-left: 0; margin-left: 0; text-align: center; list-style: none; display:none; /* hidden on small displays */ opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .carousel:hover .carousel-indicators.title-indicators { opacity: 1; filter: alpha(opacity=100); } #main-content .carousel .carousel-indicators.title-indicators li { display: inline-block; width: auto; height: auto; margin: 4px 10px; padding: 6px 10px; border:none; /* overriding default bootstrap styles */ border-bottom: 2px solid rgba(255,255,255,0); text-indent: 0; cursor: pointer; background:none; border-radius:0; font-family: 'open_sansbold', sans-serif; font-size:0.8em; line-height:1; font-weight: normal; opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: all 0.4s; transition: all 0.4s; } #main-content .carousel .carousel-indicators.title-indicators li:hover { border-color: rgba(255,255,255,0.7); } #main-content .carousel .carousel-indicators.title-indicators li.active { width: auto; height: auto; margin: 4px 10px; background: none; opacity: 1; filter: alpha(opacity=100); border-color: rgba(255,255,255,1); } #main-content .carousel .icon { margin:0 auto 10px auto; display:block; width:80px; height:auto; } #main-content .carousel .icon.glyphicon, #main-content .carousel .icon.fa { margin:0 auto 20px auto; font-size:2.9em; color:#fff; width:auto; height:auto; } #main-content .carousel *.title { font-size:2em; font-family: 'open_sansbold', sans-serif; line-height:1.1; color:#fff; margin:0.6em 0 0.7em 0; display:block; } @media (min-width: 768px) { #main-content .carousel .carousel-inner { /*width:76%; margin-left:12%; margin-right:12%; */ } #main-content .section-wrapper.modified-height .carousel.with-title-indicators .carousel-inner { /*height:95%; */ } #main-content .carousel .carousel-control { background-position: 50%; opacity: 0; filter: alpha(opacity=0); } #main-content .carousel .carousel-control.left:hover { background-position: 40% 50%; } #main-content .carousel .carousel-control.right:hover { background-position: 60% 50%; } #main-content .carousel .carousel-indicators.title-indicators { /*display:block;*/ } #main-content .carousel .icon { margin:0px auto 10px auto; width:90px; } #main-content .carousel .icon.glyphicon, #main-content .carousel .icon.fa { margin:0px auto 20px auto; font-size:3.4em; } #main-content .carousel *.title { font-size:2em; line-height:1.1; margin:0.3em 0 0.4em 0; } #main-content .carousel .item p { line-height:1.7; margin:1.5em 0; } } @media (min-width: 992px) { #main-content .section-wrapper .carousel.with-title-indicators { height:100%; } #main-content .carousel .carousel-inner { width:60%; margin-left:20%; margin-right:20%; } #main-content .section-wrapper .carousel.with-title-indicators .carousel-inner { height:95%; } #main-content .carousel .carousel-indicators.title-indicators { display:block; } #main-content .carousel .icon { margin:0 auto 30px auto; width:110px; } #main-content .carousel .icon.glyphicon, #main-content .carousel .icon.fa { margin:0 auto 50px auto; font-size:4.2em; } #main-content .carousel *.title { font-size:2.4em; line-height:1; margin:0.4em 0 0.5em 0; } } @media (min-width: 1200px) { } /* ==================================================== MODAL POPUP ==================================================== */ .content-to-populate-in-modal { display:none !important; } .modal { color:#fff; -webkit-transition: all 0.4s; transition: all 0.4s; border:none !important; outline:none !important; } .modal-backdrop { border:none !important; outline:none !important; } .modal .modal-content { background-color:#000; background-color: rgba(0,0,0,0.6); border: none; border-radius: 0; outline: 0; -webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.3); box-shadow: 0 2px 40px rgba(0,0,0,0.3); background-clip: padding-box; } .modal .close { position: absolute; top:0; right:0; color:#fff; font-weight: bold; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19); font-size:40px; line-height:40px; height:40px; width:40px; text-align: center; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition: all 0.4s; transition: all 0.4s; outline:none; z-index:100; } .modal .close:hover { opacity: 1; filter: alpha(opacity=100); } .modal .modal-content .modal-body { padding:15px 20px; text-align: center; } @media (min-width: 768px) { .modal .modal-dialog { width: auto; margin: 20px; } .modal .close { top:2px; right:2px; } .modal .modal-content .modal-body { padding:30px 60px; } } @media (min-width: 992px) { .modal .modal-dialog { width: 800px; margin: 40px auto; } .modal.full-size .modal-dialog { width: 90%; margin: 40px auto; } .modal .close { top:-35px; right:-35px; } .modal .modal-content .modal-body { padding:55px 90px; } .modal.full-size .modal-content .modal-body { padding:30px 60px; } } @media (min-width: 1200px) { } /* ==================================================== OWL CAROUSEL ==================================================== */ .owl-carousel .owl-item { position: relative; } .owl-carousel .owl-item img { width: 100%; height: auto; display: block; } .owl-carousel .owl-item .caption { display: block; position: absolute; bottom:0; left:0; z-index: 5; width: 100%; margin:0; padding: 9px 3% 15px; background: #000; background: rgba(0,0,0,0.3); color: #fff; font-size: 0.9em; line-height: 1.1; text-align: center; font-family: 'open_sanslight', sans-serif; } .owl-carousel.hide-bullets .owl-pagination { display:none !important; } /* -------------- ALT IMAGE GALLERY ----------------- */ .popup-alt-image-gallery .item { position:relative; padding:0 10px; } .popup-alt-image-gallery .item > a { display:block; position:relative; } .popup-alt-image-gallery .item > a:after { content:""; display: block; position: absolute; top:0; left:0; width: 100%; height: 100%; background:url(../images/theme_images/more-plus-icon.png) no-repeat center center; background-color: rgba(0,0,0,0.45); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s; transition: all 0.4s; } .popup-alt-image-gallery .item > a:hover:after { opacity: 1; filter: alpha(opacity=100); } .popup-alt-image-gallery .owl-controls .owl-buttons > div { color: #fff; background: transparent; border: 1px solid #fff; border-radius:0; -webkit-transition: all 0.4s; transition: all 0.4s; } .popup-alt-image-gallery .owl-controls .owl-buttons > div:hover { color:#000; background:#fff; } .lb-outerContainer, .lightbox .lb-image { background: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } /* ==================================================== TABS - styling inspiration and guide: - http://tympanus.net/codrops/2014/09/02/tab-styles-inspiration/ ==================================================== */ .tabpanel { position:relative; overflow: hidden; } .tabpanel.styled-tabs ul.nav { position: relative; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; margin: 0 auto; padding: 0; max-width: 1200px; list-style: none; -ms-box-orient: horizontal; -ms-box-pack: center; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; border-bottom-color:rgba(255,255,255,0.15); } .tabpanel.styled-tabs ul.nav > li { position: relative; z-index: 1; display: block; margin: 0; text-align: center; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } .tabpanel.styled-tabs ul.nav > li > a { position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 2.5; padding: 0.1em 0 0.65em; font-size:1em; color:#fff; color:rgba(255,255,255,0.6); -webkit-transition: all 0.4s, padding 0.2s; transition: all 0.4s, padding 0.2s; border:none !important; } .tabpanel.styled-tabs ul.nav > li > a > .icon { margin-right: 8px; font-size: 1.35em; vertical-align: middle; } .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > .icon { font-size:1.75em; margin-right:0; } .tabpanel.styled-tabs ul.nav > li > a > span { font-size:0.8em; } .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > span { display:none; } .tabpanel.styled-tabs ul.nav > li > a:hover, .tabpanel.styled-tabs ul.nav > li > a:focus { color: #fff; padding: 0.35em 0 0.4em; background:none; } .tabpanel.styled-tabs ul.nav > li.active > a, .tabpanel.styled-tabs ul.nav > li.active > a:hover, .tabpanel.styled-tabs ul.nav > li.active > a:focus { color: #fff; padding: 0.1em 0 0.65em; background:none; } .tabpanel.styled-tabs ul.nav > li > a::after { position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #fff; content: ''; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transform: translate3d(0,150%,0); transform: translate3d(0,150%,0); } .tabpanel.styled-tabs ul.nav > li.active > a::after { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } @media (min-width: 768px) { .tabpanel.styled-tabs ul.nav > li > a { font-size:0.9em; } .tabpanel.styled-tabs ul.nav > li > a > .icon, .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > .icon { margin-right: 11px; font-size: 1.5em; } .tabpanel.styled-tabs ul.nav[text-hidden-sm="true"] > li > a > .icon { font-size:1.75em; margin-right:0; } .tabpanel.styled-tabs ul.nav > li > a > span { font-size:0.9em; } .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > span { display:inline; } .tabpanel.styled-tabs ul.nav[text-hidden-sm="true"] > li > a > span { display:none; } } @media (min-width: 992px) { .tabpanel.styled-tabs ul.nav > li > a { font-size:1em; } .tabpanel.styled-tabs ul.nav > li > a > .icon, .tabpanel.styled-tabs ul.nav[text-hidden-xs="true"] > li > a > .icon, .tabpanel.styled-tabs ul.nav[text-hidden-sm="true"] > li > a > .icon { margin-right: 12px; font-size: 1.6em; } .tabpanel.styled-tabs ul.nav[text-hidden-md="true"] > li > a > .icon { font-size:1.75em; margin-right:0; } .tabpanel.styled-tabs ul.nav[text-hidden-sm="true"] > li > a > span { display:inline; } .tabpanel.styled-tabs ul.nav[text-hidden-md="true"] > li > a > span { display:none; } } @media (min-width: 1200px) { } .tabpanel.styled-tabs .tab-content > .tab-pane { padding: 15px; padding-left: 0; padding-right: 0; text-align: center; } @media (min-width: 768px) { .tabpanel.styled-tabs .tab-content > .tab-pane { padding-left:15px; padding-right:15px; text-align: center; } } .tabpanel.styled-tabs .tab-content > .tab-pane p { font-size: 1em; } /* ==================================================== IMAGES ==================================================== */ img.lazy { display:none; } img.rounded_border { border-radius: 50%; border:1px solid white; } img.rounded_border.hover_effect { -webkit-transition: all 0.4s; transition: all 0.4s; } img.rounded_border.hover_effect:hover { border-color:rgba(255,255,255,0); -webkit-box-shadow: 0 0 0 4px #fff; -moz-box-shadow: 0 0 0 4px #fff; box-shadow: 0 0 0 4px #fff; } img.pull-left, img.pull-right { height:auto !important; max-width:60%; margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:20px; float:none !important; display:block; } img.full-width { width:100% !important; height: auto !important; } @media (min-width: 768px) { img.pull-left, img.pull-right { height:auto !important; max-width:45%; margin-top:10px; } img.pull-left { margin-right:40px; margin-left:0; float:left !important; } img.pull-right { margin-left:40px; margin-right:0; float:right !important; } } @media (min-width: 992px) { img.pull-left { margin-right:50px; } img.pull-right { margin-left:50px; } } @media (min-width: 1200px) { } /* ==================================================== OVERRIDING RULES ==================================================== */ .vegas-loading { display:none !important; }
0.273283
0.048114
@charset "utf-8"; /* CSS Document Use for: xxxx Version: 1.0 Date: 2014/04/16 Author: glq Update: */ /* CSS Reset */ body, div, span, applet, object, iframe,input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, hr { padding: 0; margin: 0; } table { border-collapse: collapse; border-spacing: 0; } caption{ text-align:left;} ins{ text-decoration: none;} del{ text-decoration: line-through;} input,select{ vertical-align:middle;} input,textarea,select{font:12px Tahoma,Geneva, Arial, Helvetica, sans-serif; } fieldset, img { border: 0; } address,code,caption,th,cite,dfn,em,var{font-style:normal;} ol, ul { list-style: none; } h1, h2, h3, h4, h5, h6 {font-size: 100%; } q:before, q:after { content:""; } legend{ display:none;} /* bass css */ body{ margin:0 auto; font:12px/1.8 Arial, Helvetica, sans-serif, "Microsoft Yahei"; color:#333; background-color:#fff; } .wrapper{ width:100%; } td {font-size:12px; line-height:1.8;} .txt_left{ text-align:left;} .txt_center{ text-align:center;} .txt_right{ text-align:right;} .txt_hide{ text-indent:-999em; display:block;} .txt_u{ text-decoration:underline;} .txt_t{ text-decoration:line-through;} .txt_i{ text-indent:2em;} .fw_n{ font-weight:normal;} .fw_b{ font-weight:bold;} .fs_12{ font-size:12px;} .fs_14{ font-size:14px;} .btn_txt_hide{ font-size:0px; overflow:hidden; line-height:999px; cursor:pointer;border:none;} .left{ float:left;} .right{ float:right;} .undis{ display:none;} .clearfix:after{ content:""; height:0; visibility:hidden; display:block; clear:both;} .clearfix{ zoom:1;} .clear { clear:both } .relative{ position:relative;} /*********public style*********/ /* link css */ a {color: #39442e; text-decoration:none; outline:none;} a:hover {text-decoration:none;} html{-webkit-text-size-adjust:none; font:6.25%;} /* header */ .h-ul{ overflow:hidden;} .h-ul li{ /*width:25%;*/ width: 50%; height:44px; float:left; display:block;} .h-ul li a{ display:block;line-height:43px;background:#fafafa; font-weight: bold; border-right:solid 1px #ccc; text-align:center; border-bottom: solid 1px #ccc; font-size:14px; color:#05a4ff;} /*.h-ul li a:hover,*/ .h-ul li a.on{ background:#4fa9ee; color:#fff; box-shadow:1px 1px 1px #72bef8 inset;border-bottom: solid 1px #4c4e4f;} .bor-r{ border-right:solid 1px #ccc;} .head{ height:44px; line-height:44px; background:#4fa9ee;box-shadow:1px 1px 1px #72bef8 inset; position:relative;} .head01{ height:44px; line-height:44px; background:#4fa9ee;box-shadow:1px 1px 1px #72bef8 inset; position:relative;} .head .btn-back{ position:absolute; left:12px; top:7px; z-index:9;} .head h2{ display:block; font-size:14px; text-align:center; color:#fff; font-weight:normal;} .head01 h2{ display:block; font-size:14px; text-align:center; color:#fff; font-weight:normal;} /*container*/ .container{ padding:12px;} .tab-le,.tab-le2{ border:none; width:100%; } .tab-le tr th,.tab-le tr td{ padding:4px 0; line-height:36px; height:36px;} .tab-le tr th{ width:90px; font-size:14px; font-weight:normal; text-align:left;} .tab-le tr td{ font-size:12px; color:#999;} .input-txt,.sel-box{ width:100%;height:20px; padding:7px 0; line-height:20px; text-indent:.8em; background:#fff; border-radius:5px; border:1px #ccc solid;box-shadow:1px 1px 1px #ccc inset; color:#999;} .input-txt:focus,.sel-box:focus{border:1px #4fa9ee solid;box-shadow:1px 1px 1px #72bef8 inset;} .sel-box{ height:36px; text-indent:.4em;} .i-unit{ position:absolute; top:0; right:10px; height:44px; line-height:44px; z-index:9;} .width1{ width:65%;} .width2{ width:25%;} .btn{ display:block; cursor: pointer; height:44px; line-height:44px; color:#fff; background:#4fa9ee; text-align:center; font-size:14px;box-shadow:1px 1px 1px #72bef8 inset; border:1px #008dbf solid; border-radius:5px; text-shadow:1px 1px 1px #4087bf;} .btn:hover{ background:#6bbaf6;} /* btn-back*/ .b-bg{ background:url(btn.png) no-repeat; cursor: pointer;} .btn-back{ display:inline-block; height:30px; padding-left:20px; line-height:30px; color:#fff; background-position:0 0; font-size:12px; text-align:center;} .btn-back span{ display:inline-block; height:30px; padding-right:10px; background-position:right -30px;} .btn-back:hover{background-position:0 -60px;} .btn-back:hover span{background-position:right -90px;} /* list */ .con-m{ margin-bottom:16px; } .h3-tit,.HotPro{ display:block; height:42px; line-height:42px; padding:0 16px; border-top:solid 1px #4fa9ee; border-bottom:solid 1px #eee; background:#f5f3f3; color:#444; font-size:14px;} .tab-le2 tr td,.tab-le2 tr th{ height:44px; line-height:44px; color:#666; padding:0 16px; border-bottom:solid 1px #eee;} .tab-le2 tr th{ text-align:left; font-weight:normal;} .tab-le2 tr td{ text-align:right;} .none{ display: none;} .tab-le2 tr td span{ color: red; padding-right: 5px;} .tab-le2 tr td .js_time{ color: #0066ff;} .pd15{ padding: 15px;} .prolist {border-bottom:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;} .prolistLink {display:block; text-decoration:none; padding:10px 18px 10px 80px;} .prolistLink:link ,.prolistLink:visited {background:#fff;} .prolistLink:active {background:#f1f1f1;} .prolist_img {width:42px; height:42px; border:1px solid #e3e3e3; position:absolute; left:18px; top:14px;} .prolist_name {font-size:16px;} .prolist_name {color:#15a0f0; font-weight:normal;} .prolist_infop2 {color:#999;font-size:14px;} .prolist_jiantou {width:10px; height:17px; background:url(jiantou.png) no-repeat; position:absolute; right:10px; top:31px; -moz-background-size:10px 17px; /* Firefox */ background-size:10px 17px; background-repeat:no-repeat; } .switch_tit { background-color: #f6f6f6; height: 48px;} .switch_tit li { float: left; height: 48px; line-height: 48px; width: 100px; text-align: center;} .switch_tit li.ftd { background-color: #fff; border-top: 2px solid #2c99fe; overflow: hidden; border-left: 1px solid #dedede;border-right: 1px solid #dedede; height: 46px;} .w100 { width: 100%;} .sqBbtn { height:3em; line-height:3em; text-align:center; font-size:16px; font-weight:bold; color:#333; border:1px solid #d2d2d2; display:block; margin-top: 20px; background-image: -webkit-gradient(linear,left top,left bottom,from(#4fc4ee),to(#34b5e3));background-image: -webkit-linear-gradient(#fafafa,#dedede); background-image: -moz-linear-gradient(#fafafa,#dedede); background-image: -ms-linear-gradient(#fafafa,#dedede); background-image: -o-linear-gradient(#fafafa,#dedede); background-image: linear-gradient(#fafafa,#dedede); box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; -ms-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; -moz-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; -webkit-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; -o-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; border-radius:2px; -ms-border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; } .mat_top { width:100%; background:url(bgtop.jpg) repeat-x; height:50px;} .cen_mat { padding:0 80px 0 80px;} .cen_mat .tit { height:50px; line-height:50px; text-align:center; font-size:20px; color:#fff; display:block; text-shadow: 0 -1px 0px rgba(7, 0, 2, 0.2);} /***btn***/ a.noiconbtn ,a.shouy {display:block; font-size:14px; color:#fff; border:1px solid #3382be; box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); -ms-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); -moz-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); -webkit-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); -o-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3);} a.noiconbtn ,a.shouy ,a.noiconbtn span ,a.shouy span { border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px;}
discuz/upload/source/plugin/dzapp_haodai/images/wap/style.css
@charset "utf-8"; /* CSS Document Use for: xxxx Version: 1.0 Date: 2014/04/16 Author: glq Update: */ /* CSS Reset */ body, div, span, applet, object, iframe,input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, hr { padding: 0; margin: 0; } table { border-collapse: collapse; border-spacing: 0; } caption{ text-align:left;} ins{ text-decoration: none;} del{ text-decoration: line-through;} input,select{ vertical-align:middle;} input,textarea,select{font:12px Tahoma,Geneva, Arial, Helvetica, sans-serif; } fieldset, img { border: 0; } address,code,caption,th,cite,dfn,em,var{font-style:normal;} ol, ul { list-style: none; } h1, h2, h3, h4, h5, h6 {font-size: 100%; } q:before, q:after { content:""; } legend{ display:none;} /* bass css */ body{ margin:0 auto; font:12px/1.8 Arial, Helvetica, sans-serif, "Microsoft Yahei"; color:#333; background-color:#fff; } .wrapper{ width:100%; } td {font-size:12px; line-height:1.8;} .txt_left{ text-align:left;} .txt_center{ text-align:center;} .txt_right{ text-align:right;} .txt_hide{ text-indent:-999em; display:block;} .txt_u{ text-decoration:underline;} .txt_t{ text-decoration:line-through;} .txt_i{ text-indent:2em;} .fw_n{ font-weight:normal;} .fw_b{ font-weight:bold;} .fs_12{ font-size:12px;} .fs_14{ font-size:14px;} .btn_txt_hide{ font-size:0px; overflow:hidden; line-height:999px; cursor:pointer;border:none;} .left{ float:left;} .right{ float:right;} .undis{ display:none;} .clearfix:after{ content:""; height:0; visibility:hidden; display:block; clear:both;} .clearfix{ zoom:1;} .clear { clear:both } .relative{ position:relative;} /*********public style*********/ /* link css */ a {color: #39442e; text-decoration:none; outline:none;} a:hover {text-decoration:none;} html{-webkit-text-size-adjust:none; font:6.25%;} /* header */ .h-ul{ overflow:hidden;} .h-ul li{ /*width:25%;*/ width: 50%; height:44px; float:left; display:block;} .h-ul li a{ display:block;line-height:43px;background:#fafafa; font-weight: bold; border-right:solid 1px #ccc; text-align:center; border-bottom: solid 1px #ccc; font-size:14px; color:#05a4ff;} /*.h-ul li a:hover,*/ .h-ul li a.on{ background:#4fa9ee; color:#fff; box-shadow:1px 1px 1px #72bef8 inset;border-bottom: solid 1px #4c4e4f;} .bor-r{ border-right:solid 1px #ccc;} .head{ height:44px; line-height:44px; background:#4fa9ee;box-shadow:1px 1px 1px #72bef8 inset; position:relative;} .head01{ height:44px; line-height:44px; background:#4fa9ee;box-shadow:1px 1px 1px #72bef8 inset; position:relative;} .head .btn-back{ position:absolute; left:12px; top:7px; z-index:9;} .head h2{ display:block; font-size:14px; text-align:center; color:#fff; font-weight:normal;} .head01 h2{ display:block; font-size:14px; text-align:center; color:#fff; font-weight:normal;} /*container*/ .container{ padding:12px;} .tab-le,.tab-le2{ border:none; width:100%; } .tab-le tr th,.tab-le tr td{ padding:4px 0; line-height:36px; height:36px;} .tab-le tr th{ width:90px; font-size:14px; font-weight:normal; text-align:left;} .tab-le tr td{ font-size:12px; color:#999;} .input-txt,.sel-box{ width:100%;height:20px; padding:7px 0; line-height:20px; text-indent:.8em; background:#fff; border-radius:5px; border:1px #ccc solid;box-shadow:1px 1px 1px #ccc inset; color:#999;} .input-txt:focus,.sel-box:focus{border:1px #4fa9ee solid;box-shadow:1px 1px 1px #72bef8 inset;} .sel-box{ height:36px; text-indent:.4em;} .i-unit{ position:absolute; top:0; right:10px; height:44px; line-height:44px; z-index:9;} .width1{ width:65%;} .width2{ width:25%;} .btn{ display:block; cursor: pointer; height:44px; line-height:44px; color:#fff; background:#4fa9ee; text-align:center; font-size:14px;box-shadow:1px 1px 1px #72bef8 inset; border:1px #008dbf solid; border-radius:5px; text-shadow:1px 1px 1px #4087bf;} .btn:hover{ background:#6bbaf6;} /* btn-back*/ .b-bg{ background:url(btn.png) no-repeat; cursor: pointer;} .btn-back{ display:inline-block; height:30px; padding-left:20px; line-height:30px; color:#fff; background-position:0 0; font-size:12px; text-align:center;} .btn-back span{ display:inline-block; height:30px; padding-right:10px; background-position:right -30px;} .btn-back:hover{background-position:0 -60px;} .btn-back:hover span{background-position:right -90px;} /* list */ .con-m{ margin-bottom:16px; } .h3-tit,.HotPro{ display:block; height:42px; line-height:42px; padding:0 16px; border-top:solid 1px #4fa9ee; border-bottom:solid 1px #eee; background:#f5f3f3; color:#444; font-size:14px;} .tab-le2 tr td,.tab-le2 tr th{ height:44px; line-height:44px; color:#666; padding:0 16px; border-bottom:solid 1px #eee;} .tab-le2 tr th{ text-align:left; font-weight:normal;} .tab-le2 tr td{ text-align:right;} .none{ display: none;} .tab-le2 tr td span{ color: red; padding-right: 5px;} .tab-le2 tr td .js_time{ color: #0066ff;} .pd15{ padding: 15px;} .prolist {border-bottom:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;} .prolistLink {display:block; text-decoration:none; padding:10px 18px 10px 80px;} .prolistLink:link ,.prolistLink:visited {background:#fff;} .prolistLink:active {background:#f1f1f1;} .prolist_img {width:42px; height:42px; border:1px solid #e3e3e3; position:absolute; left:18px; top:14px;} .prolist_name {font-size:16px;} .prolist_name {color:#15a0f0; font-weight:normal;} .prolist_infop2 {color:#999;font-size:14px;} .prolist_jiantou {width:10px; height:17px; background:url(jiantou.png) no-repeat; position:absolute; right:10px; top:31px; -moz-background-size:10px 17px; /* Firefox */ background-size:10px 17px; background-repeat:no-repeat; } .switch_tit { background-color: #f6f6f6; height: 48px;} .switch_tit li { float: left; height: 48px; line-height: 48px; width: 100px; text-align: center;} .switch_tit li.ftd { background-color: #fff; border-top: 2px solid #2c99fe; overflow: hidden; border-left: 1px solid #dedede;border-right: 1px solid #dedede; height: 46px;} .w100 { width: 100%;} .sqBbtn { height:3em; line-height:3em; text-align:center; font-size:16px; font-weight:bold; color:#333; border:1px solid #d2d2d2; display:block; margin-top: 20px; background-image: -webkit-gradient(linear,left top,left bottom,from(#4fc4ee),to(#34b5e3));background-image: -webkit-linear-gradient(#fafafa,#dedede); background-image: -moz-linear-gradient(#fafafa,#dedede); background-image: -ms-linear-gradient(#fafafa,#dedede); background-image: -o-linear-gradient(#fafafa,#dedede); background-image: linear-gradient(#fafafa,#dedede); box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; -ms-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; -moz-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; -webkit-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; -o-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.38) inset; border-radius:2px; -ms-border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; } .mat_top { width:100%; background:url(bgtop.jpg) repeat-x; height:50px;} .cen_mat { padding:0 80px 0 80px;} .cen_mat .tit { height:50px; line-height:50px; text-align:center; font-size:20px; color:#fff; display:block; text-shadow: 0 -1px 0px rgba(7, 0, 2, 0.2);} /***btn***/ a.noiconbtn ,a.shouy {display:block; font-size:14px; color:#fff; border:1px solid #3382be; box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); -ms-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); -moz-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); -webkit-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); -o-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3);} a.noiconbtn ,a.shouy ,a.noiconbtn span ,a.shouy span { border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px;}
0.272411
0.05526
html, body { height: 100%; background-color: #e6eaf2; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } #datepicker-stg2{ width: 280px; } @media screen and (max-width: 980px){ table thead tr#w0-filters td:nth-child(3){ width: 300px; } } /*Additional custom styles*/ .wrapper { width: 100%; min-height: 100%; } .page-buffer { height: 80px; } textarea { font-family: sans-serif; } header { height: 80px; background-color: #000000; color: #ffffff; } #logo { font-weight: bold; font-size: 40px; width: 15%; padding: 13px 60px; } .head-item { float: left; } #routing { margin-top: 33px; width: 15%; } #menu { width: 45%; float: left; } #log-in { border: 1px solid #ffffff; padding: 15px 30px; color: #fff; text-decoration: none; font-weight: bold; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #0002f2; } #log-in:hover { transition: 0.5s ease; background-color: #ffffff; color: #000; border: 1px solid #000000; box-shadow: 0 0 10px 5px #0002f2; } #login-block { margin-top: 30px; } #menu ul { list-style-type: none; } #menu ul li { float: left; } #menu ul li a { color: #fff; text-decoration: none; display: block; padding: 15px; } #menu ul li a:hover { transition: 0.5s ease; background-color: #ffffff; color: #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 0 0 10px 5px #fff; } @media all and (max-width: 1033px) { .menu-item { display: none; } } @media all and (max-width: 800px) { #routing { display: none; } } .aside { float: left; background-color: #0002f2; width: 25%; margin-top: 30px; box-shadow: 10px 21px 54px; } .content-wrapper { width: 75%; } .content { margin: 24px 40px; } .news-list ul { padding: 0; } .news-list ul li { list-style-type: none; border: 1px solid #696969; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin-bottom: 10px; height: 7.3em; padding: 10px; position: relative; } .news-list ul li:hover { box-shadow: 0 0 10px 5px #6d6d6d; -webkit-box-shadow: 0 0 10px 5px #6d6d6d; -moz-box-shadow: 0 0 10px 5px #6d6d6d; background-color: #edf1f9; } .news-list ul li img { height: 80px; float: left; } h4 { margin: 0; } h4:hover { text-decoration: underline; } .news-text { float: left; width: 77%; padding-left: 10px; } .news-text p { font-size: 0.8em; margin-top: 4px; } .news-date { position: absolute; top: 0; right: 0; width: 80px; height: 20px; border-bottom: 1px solid #696969; border-left: 1px solid #696969; border-radius: 0 6px 0 0; font-size: 0.8em; padding: 6px 0 0 12px; } .rud-links { position: absolute; bottom: 0; right: 10px; } .rud-links a { font-size: 0.8em; padding: 2px 8px; font-weight: bold; text-decoration: none; } .rud-links a:hover { background-color: #4c61a1; color: #fff; text-decoration: underline; } .pagination { text-align: center; padding-top: 15px; } @media all and (max-width: 800px) { .news-text { width: 92%; } .news-list ul li img { display: none; } .aside { display: none; } .content-wrapper { margin: 0 auto; width: 100%; } .news-list ul li { height: 7em; } } @media all and (max-width: 440px) { .news-list ul li p { font-size: 0.6em; } .news-list ul li h4 { margin-top: 1.5em; font-size: 0.9em; } .rud-links { right: 0; } .news-list ul li { height: 8em; } } .clearfix { clear: both; } .news-list ul li .news-text a { text-decoration: none; color: #4c4c4c; } .news-list ul li .news-text a:visited { color: #4c4c4c; } .sidebar-item { border-left: 5px solid #0002f2; padding: 15px; font-weight: bold; background-color: #576d8c; } .sidebar-item:hover { background: #0002f2; color: #ffffff; } .sidebar-item.active { padding-left: 15px; text-decoration: underline; border-left: 20px solid #0002f2; } #author h4 { color: #ffffff; text-decoration: none; text-align: center; padding-top: 2em; } .single-view-text { border-bottom: 3px dotted #4c61a1; padding-bottom: 1.4em; } .single-view-text p { text-indent: 5%; text-align: justify; margin: 0.3em 0; } .single-view-title { text-indent: 5%; } .form-item { margin: 0 0 20px 0; } .form-name { margin-right: 2em; } .form-name, .form-email { width: 15em; float: left; } .form-name label, .form-email label { margin-right: 5px; } @media all and (min-width: 800px) { .form-comment { margin-top: 130px; } } @media all and (min-width: 600px) { .form-comment textarea { width: 36em; } } @media all and (max-width: 599px) { .form-comment textarea { width: 90%; } .form-name label, .form-email label { display: block; margin-bottom: 3px; } } @media all and (max-width: 850px) { .form-comment { clear: both; } } .form-comment textarea { height: 8em; } label[for=comment] { display: block; margin-bottom: 5px; } .form-item input, #comment, #new-item-form .form-item textarea { padding: 6px 10px; border: 1px solid #6d6d6d; box-shadow: 0 0 2px 1px #6d6d6d; -webkit-box-shadow: 0 0 2px 1px #6d6d6d; -moz-box-shadow: 0 0 2px 1px #6d6d6d; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .submit-form { text-align: left; } #comment-form { padding-bottom: 15px; border-bottom: 3px dashed #4c61a1; } #comment-form .submit-form input[type=submit], #new-item-form .submit-form input[type=submit], button, .button { padding: 7px 15px; background: #2F5794; color: #fff; font-weight: bold; border-radius: 7px; cursor: pointer; } #comment-form .submit-form input[type=submit]:hover, #new-item-form .submit-form input[type=submit]:hover, button:hover, .button:hover { background: #25488a; box-shadow: 0 0 2px 1px #6d6d6d; -webkit-box-shadow: 0 0 2px 1px #6d6d6d; -moz-box-shadow: 0 0 2px 1px #6d6d6d; } #comment-form .submit-form input[type=submit]:active, #new-item-form .submit-form input[type=submit]:active, button:active, .button:active { background: #1e366e; } .comments-list section { position: relative; height: auto; padding: 6px 15px; border: 1px solid #6d6d6d; box-shadow: 0 0 2px 1px #6d6d6d; -webkit-box-shadow: 0 0 2px 1px #6d6d6d; -moz-box-shadow: 0 0 2px 1px #6d6d6d; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; font-size: 0.8em; margin-bottom: 12px; background-color: #edf1f9; } .comment-date { position: absolute; top: 0; right: 0; width: 80px; height: 20px; border-bottom: 1px solid #696969; border-left: 1px solid #696969; border-radius: 0 6px 0 0; padding: 6px 0 0 12px; } @media all and (max-width: 450px) { .comments-list section h5 { margin: 24px 0 0 0 !important; } } @media all and (min-width: 451px) { .comments-list section h5 { margin: 5px 0; } } .comments-list section h5 { font-size: 1.2em; font-family: sans-serif; } .comments-list section h5 span { font-weight: normal; } .submit-form a { text-decoration: none; width: 8em; display: block; } #new-item-form .form-item label { display: block; } #new-item-form .form-item input, #new-item-form .form-item textarea { width: 100%; } #new-item-form .form-item textarea { height: 15em; } #new-item-form .submit-form input[type=submit] { padding: 7px 15px; background: #2F5794; color: #fff; font-weight: bold; border-radius: 7px; cursor: pointer; } .button { width: 8em; text-align: center; font-size: 0.8em; } #new-item-form .submit-form a { text-decoration: none; width: 8em; display: block; float: left; } .notify { width: 70%; height: 3em; background-color: #75C344; margin-bottom: 10px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; display: none; } .notify p { padding: 0.9em 0 0 1em; color: #ffffff; } #back-2-list { display: none; } #back-2-list a { margin-left: 20px; } @media all and (max-width: 330px) { #back-2-list a { margin: 20px 0 0 0; } } #content-1{ margin:0; } /*# sourceMappingURL=styles.css.map */
web/css/site.css
html, body { height: 100%; background-color: #e6eaf2; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } #datepicker-stg2{ width: 280px; } @media screen and (max-width: 980px){ table thead tr#w0-filters td:nth-child(3){ width: 300px; } } /*Additional custom styles*/ .wrapper { width: 100%; min-height: 100%; } .page-buffer { height: 80px; } textarea { font-family: sans-serif; } header { height: 80px; background-color: #000000; color: #ffffff; } #logo { font-weight: bold; font-size: 40px; width: 15%; padding: 13px 60px; } .head-item { float: left; } #routing { margin-top: 33px; width: 15%; } #menu { width: 45%; float: left; } #log-in { border: 1px solid #ffffff; padding: 15px 30px; color: #fff; text-decoration: none; font-weight: bold; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #0002f2; } #log-in:hover { transition: 0.5s ease; background-color: #ffffff; color: #000; border: 1px solid #000000; box-shadow: 0 0 10px 5px #0002f2; } #login-block { margin-top: 30px; } #menu ul { list-style-type: none; } #menu ul li { float: left; } #menu ul li a { color: #fff; text-decoration: none; display: block; padding: 15px; } #menu ul li a:hover { transition: 0.5s ease; background-color: #ffffff; color: #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 0 0 10px 5px #fff; } @media all and (max-width: 1033px) { .menu-item { display: none; } } @media all and (max-width: 800px) { #routing { display: none; } } .aside { float: left; background-color: #0002f2; width: 25%; margin-top: 30px; box-shadow: 10px 21px 54px; } .content-wrapper { width: 75%; } .content { margin: 24px 40px; } .news-list ul { padding: 0; } .news-list ul li { list-style-type: none; border: 1px solid #696969; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin-bottom: 10px; height: 7.3em; padding: 10px; position: relative; } .news-list ul li:hover { box-shadow: 0 0 10px 5px #6d6d6d; -webkit-box-shadow: 0 0 10px 5px #6d6d6d; -moz-box-shadow: 0 0 10px 5px #6d6d6d; background-color: #edf1f9; } .news-list ul li img { height: 80px; float: left; } h4 { margin: 0; } h4:hover { text-decoration: underline; } .news-text { float: left; width: 77%; padding-left: 10px; } .news-text p { font-size: 0.8em; margin-top: 4px; } .news-date { position: absolute; top: 0; right: 0; width: 80px; height: 20px; border-bottom: 1px solid #696969; border-left: 1px solid #696969; border-radius: 0 6px 0 0; font-size: 0.8em; padding: 6px 0 0 12px; } .rud-links { position: absolute; bottom: 0; right: 10px; } .rud-links a { font-size: 0.8em; padding: 2px 8px; font-weight: bold; text-decoration: none; } .rud-links a:hover { background-color: #4c61a1; color: #fff; text-decoration: underline; } .pagination { text-align: center; padding-top: 15px; } @media all and (max-width: 800px) { .news-text { width: 92%; } .news-list ul li img { display: none; } .aside { display: none; } .content-wrapper { margin: 0 auto; width: 100%; } .news-list ul li { height: 7em; } } @media all and (max-width: 440px) { .news-list ul li p { font-size: 0.6em; } .news-list ul li h4 { margin-top: 1.5em; font-size: 0.9em; } .rud-links { right: 0; } .news-list ul li { height: 8em; } } .clearfix { clear: both; } .news-list ul li .news-text a { text-decoration: none; color: #4c4c4c; } .news-list ul li .news-text a:visited { color: #4c4c4c; } .sidebar-item { border-left: 5px solid #0002f2; padding: 15px; font-weight: bold; background-color: #576d8c; } .sidebar-item:hover { background: #0002f2; color: #ffffff; } .sidebar-item.active { padding-left: 15px; text-decoration: underline; border-left: 20px solid #0002f2; } #author h4 { color: #ffffff; text-decoration: none; text-align: center; padding-top: 2em; } .single-view-text { border-bottom: 3px dotted #4c61a1; padding-bottom: 1.4em; } .single-view-text p { text-indent: 5%; text-align: justify; margin: 0.3em 0; } .single-view-title { text-indent: 5%; } .form-item { margin: 0 0 20px 0; } .form-name { margin-right: 2em; } .form-name, .form-email { width: 15em; float: left; } .form-name label, .form-email label { margin-right: 5px; } @media all and (min-width: 800px) { .form-comment { margin-top: 130px; } } @media all and (min-width: 600px) { .form-comment textarea { width: 36em; } } @media all and (max-width: 599px) { .form-comment textarea { width: 90%; } .form-name label, .form-email label { display: block; margin-bottom: 3px; } } @media all and (max-width: 850px) { .form-comment { clear: both; } } .form-comment textarea { height: 8em; } label[for=comment] { display: block; margin-bottom: 5px; } .form-item input, #comment, #new-item-form .form-item textarea { padding: 6px 10px; border: 1px solid #6d6d6d; box-shadow: 0 0 2px 1px #6d6d6d; -webkit-box-shadow: 0 0 2px 1px #6d6d6d; -moz-box-shadow: 0 0 2px 1px #6d6d6d; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .submit-form { text-align: left; } #comment-form { padding-bottom: 15px; border-bottom: 3px dashed #4c61a1; } #comment-form .submit-form input[type=submit], #new-item-form .submit-form input[type=submit], button, .button { padding: 7px 15px; background: #2F5794; color: #fff; font-weight: bold; border-radius: 7px; cursor: pointer; } #comment-form .submit-form input[type=submit]:hover, #new-item-form .submit-form input[type=submit]:hover, button:hover, .button:hover { background: #25488a; box-shadow: 0 0 2px 1px #6d6d6d; -webkit-box-shadow: 0 0 2px 1px #6d6d6d; -moz-box-shadow: 0 0 2px 1px #6d6d6d; } #comment-form .submit-form input[type=submit]:active, #new-item-form .submit-form input[type=submit]:active, button:active, .button:active { background: #1e366e; } .comments-list section { position: relative; height: auto; padding: 6px 15px; border: 1px solid #6d6d6d; box-shadow: 0 0 2px 1px #6d6d6d; -webkit-box-shadow: 0 0 2px 1px #6d6d6d; -moz-box-shadow: 0 0 2px 1px #6d6d6d; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; font-size: 0.8em; margin-bottom: 12px; background-color: #edf1f9; } .comment-date { position: absolute; top: 0; right: 0; width: 80px; height: 20px; border-bottom: 1px solid #696969; border-left: 1px solid #696969; border-radius: 0 6px 0 0; padding: 6px 0 0 12px; } @media all and (max-width: 450px) { .comments-list section h5 { margin: 24px 0 0 0 !important; } } @media all and (min-width: 451px) { .comments-list section h5 { margin: 5px 0; } } .comments-list section h5 { font-size: 1.2em; font-family: sans-serif; } .comments-list section h5 span { font-weight: normal; } .submit-form a { text-decoration: none; width: 8em; display: block; } #new-item-form .form-item label { display: block; } #new-item-form .form-item input, #new-item-form .form-item textarea { width: 100%; } #new-item-form .form-item textarea { height: 15em; } #new-item-form .submit-form input[type=submit] { padding: 7px 15px; background: #2F5794; color: #fff; font-weight: bold; border-radius: 7px; cursor: pointer; } .button { width: 8em; text-align: center; font-size: 0.8em; } #new-item-form .submit-form a { text-decoration: none; width: 8em; display: block; float: left; } .notify { width: 70%; height: 3em; background-color: #75C344; margin-bottom: 10px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; display: none; } .notify p { padding: 0.9em 0 0 1em; color: #ffffff; } #back-2-list { display: none; } #back-2-list a { margin-left: 20px; } @media all and (max-width: 330px) { #back-2-list a { margin: 20px 0 0 0; } } #content-1{ margin:0; } /*# sourceMappingURL=styles.css.map */
0.360264
0.086401
@charset "utf-8"; /* CSS Document */ .kfz{border: 1px solid #f0f0f0; background: #f9f9f9; text-align: center; height: 100px; line-height: 100px; font-size: 14px;} .site-nav{background: #35516b;} .site-header{background: #3783c9; height: 80px;} .site-nav-bd{height: 30px;} .site-nav-bd-r{float: right; list-style: none;} .site-nav-bd-r li{float: left; line-height:30px; background: url(../images/top_line.png) right top repeat-y;} .site-nav-bd-r li.noBg{background: none;} .menu-hd {z-index:99;position:relative;padding:0 10px 0 10px;height:30px;line-height:30px;overflow:hidden;_display:inline;_zoom:1;} .menu-hd-no{height: 30px; line-height: 30px; padding: 0 10px;} .menu-hd a, .menu-hd-no a{display: inline;font-size:12px;color:#fff; margin-right: 3px;} .menu-hd a:hover, .menu-hd-no a:hover{color:#fff;} .menu-hd i {display:inline-block;position:relative;width:6px;height:6px;-webkit-transition:.3s ease-in;-moz-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in;} .menu-hd i em, .menu-hd i span{display:inline-block;position:absolute;top:-1px;left:0;width:0;height:0;border-color:rgba(255,255,255,0);border-color:transparent\0;*border-color:transparent;_border-color:tomato;_filter:chroma(color=tomato);border-style:solid;overflow:hidden;*zoom:1;border-width:5px 5px 0;} .menu-hd i em{top:0px; border-top-color:#f5f5f5;} .menu-hd i span{border-top-color:#35516b;} .menu-bd {z-index:98;position:relative;display:none;margin-top:-1px;} .menu-bd .menu-bd-panel {position:absolute;right:0;top:0;line-height:normal;border:1px solid #eee;background:#fff;} .menu-hover .menu-hd {background:none;} .menu-hover .menu-hd a{color: #fff;} .menu-hover .menu-hd i {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-ms-transform:rotate(0);} .menu-hover .menu-hd i em,.menu-hover .menu-hd i span {*border-width:0 3px 3px;_border-width:0 4px 4px;left: -3px;} .menu-hover .menu-hd i em {*top:0px;border-top-color:#fff;} .menu-hover .menu-hd i span {*border-bottom-color:#35516b;border-top-color:#35516b;} .menu-hover .menu-bd {display:block;} .menu-bd-panel {padding:8px 0;} .menu-hd .msg, .menu-hd-no .msg{border-radius: 4px; background: #da5257; color: #fff; padding: 0px 5px; margin-left: 5px; display: inline;} .site-logo{width: 260px; height: 35px; background: url(../images/public_account.png) no-repeat; display: inline-block; margin-top: 25px;} .site-logo h1{text-indent: -9999px; font-size: 0; overflow: hidden; line-height: 0;} /*public*/ .mTop30{margin-top: 30px;} .mTop20{margin-top: 20px;} .mTop10{margin-top: 10px;} .p10{padding: 10px;} .p20{padding: 20px;} .f14{font-size:14px;} .site-main-left{width: 200px; background: #f8f8f8; border:1px solid #9daab7; height: 890px;} .site-main-right{width: 190px;} .site-main{margin: 0 210px 0 220px;} .stm-leftbox{width: 156px; padding-top: 50px; background: #f8f8f8; float:left;} .stm-rightbox{margin-left: 176px;} /* .stm-leftbox, .stm-rightbox{padding-bottom:10000px; margin-bottom:-10000px; float:left} */ .ulMenu{list-style: none; margin-top:40px;} .ulMenu li{float: left; margin-right:30px;} .ulMenu a{font-size: 16px; color: #fff;} .ulMenu a.current{font-weight:bold;} .site-footer{border-top: 1px solid #444; margin-top: 30px; text-align: center; line-height: 30px; padding: 20px 0; color: #00428e;} .site-footer p{color: #717171;} .use-info{padding: 10px; border-bottom:1px solid #9daab7; line-height: 20px;} .use-info-img{width: 76px; height: 80px; margin-right: 10px;} .use-info-img img{width: 76px; height: 80px; vertical-align: middle; border: none;} .top-msg-list{list-style: none;} .top-msg-list li{border-top: 1px solid #d5d5d5; background: none; padding: 0 10px;} .top-msg-list li a{overflow: hidden; display:block; white-space: nowrap; text-overflow: ellipsis; width:180px;} .top-msg-list li.noline{border-top: none;} .stm-app{padding-bottom: 10px;} .stm-app h3{padding: 10px; font-size: 16px; color: #030000;} .stm-app h3 a{float: right; font-size: 12px; font-weight: normal; margin-top: 5px;} .stm-app-list{list-style: none;} .stm-app-list li{border-bottom: 1px solid #9daab7; padding:8px 0; font-size:14px;} .stm-app-list a{padding-left:10px; display:block; height:21px; line-height:21px; color:#717171;} .stm-app-list a img{vertical-align: middle; margin-right:10px; width:21px; height:21px;} .stm-article{border-top: 1px solid #727171; background: #f8f8f8; padding:15px 20px; margin-bottom: 12px; color: #030000;} .artNoBottom{margin-bottom: 0;} .stm-article h4{color: #030000; font-size: 14px;} .stm-article-list{list-style: none; padding-top: 5px;} .stm-article-list li{line-height: 24px;} .stm-article-list a, .stm-article-list a:visited{color: #030000;} .stm-article-list a:hover{color: #00428e;} .stm-article-content{line-height: 24px; padding-top: 5px;} /* .kf-btn{display: block; background:url(../images/icon.png) no-repeat; height: 26px; line-height: 26px; padding-left: 30px;} .kf-online{background-position: 0 -340px;} .kf-tutorial{background-position: 0 -368px;} .kf-problem{background-position: 0 -396px;} */ .kf-btn{border:1px solid #9ba8b4; width:96px; height:30px; line-height:30px; text-align:center; display:block; margin:8px 0;} a.kf-btn:hover{background:#d3dde8;} .kf-problem{color:#00428e;} .kf-online{color:#000;} .stm-title, .stm-page-title{border-bottom: 1px solid #727171; padding-bottom: 6px;} .stm-title h2, .stm-page-title{font-size: 18px; color: #030000;} .stm-page-title .add-btn, .stm-title .add-btn{background: #da5257; color: #fff; font-size: 12px; float: right; font-weight: normal; padding: 1px 5px; margin-top: 5px;} .stm-tip-r{padding-top: 8px; font-size: 12px; font-weight: normal;} .stm-page-title{margin-bottom: 20px;} .weixin{padding: 20px; line-height: 24px;} .supplier-title{width:160px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} .send-notes{margin: 10px auto; display: block; width: 167px; height: 30px; line-height: 30px; border: 1px solid #96a4b1; background: #ebebeb; text-align: center;} a.send-notes, a.send-notes:visited{color: #333;} .new-supplier{list-style:none;} .new-supplier li{float:left; border:1px solid #e9e9e9; font-size:14px; position:relative; margin:0 10px 10px 0; width:84px; height:110px; text-align:center; padding:30px 10px 0;} .new-supplier li.redBox{color:#ff0009;border:1px solid #ff0009;} .new-supplier li.redBox .lxr{color:#333;} .new-supplier a{position: absolute; top:0; left:0; width:100%; height:26px; line-height:26px; text-align:center; font-size:12px; background:#f1f1f1;} .lxr{position: absolute; display:block; font-size:12px; height:30px; width:100%; left:0; bottom:0; line-height:30px; background:#f1f1f1; text-align:center;} .lxr em{font-style:normal; color:#999;} .more{font-family:"宋体";} .act-info{border: 1px solid #e9e9e9; padding-bottom: 30px;} .actinfoTab .tagNav{display: none;} .actinfonSelect{display: block !important;} .act-info .act-info-tab{background:#f2f2f2;} .act-info .act-info-tab span{position: relative; cursor: pointer; display: inline-block; height: 35px; line-height: 35px; text-align: center; width: 135px; font-size: 14px; color: #030000;} .act-info .act-info-tab span b{font-weight: normal; cursor: pointer; display: inline-block; padding-right:10px;} .act-info .act-info-tab span.actinfoSelect{background: #fff;} .stm-msg-list{list-style: none;} .stm-msg-list li{padding: 20px 10px; border-top: 1px solid #e8e8e8;} .stm-msg-list li.bg{background: #f9f9f9;} .stm-msg-list li.noline{border-top: none;} .safe-logo{width: 85px; height: 90px; border:1px solid #d3d3d3; vertical-align: top; margin:0 10px;} .safe-logo img{width: 85px; height: 90px; border: none; vertical-align: middle;} .stm-msg-text{margin-left: 65px; line-height: 20px;} .stm-msg-act{margin-top: 30px;} .sub-menu-list{list-style: none; margin-bottom: 100px;} .sub-menu-list li a{display: block; height: 32px; line-height: 32px; color: #717171; padding-left: 20px; font-size: 14px; background: url(../images/public_account.png) 136px -38px no-repeat;} .sub-menu-list li a.current, .sub-menu-list li a:hover{background-color: #fff; font-weight: bold;} /*account info*/ .act-info-img, .act-info-img2{width: 70px; height: 80px; border:1px solid #ccc; padding: 1px;} .act-info-img img{width: 70px; height: 80px; vertical-align: middle; border: none;} .act-info-img2{background: url(../images/jia.gif) center center no-repeat;} .act-info-text{line-height: 26px; margin-left: 100px;} .account-info{width:100%;} .account-info div{border-bottom:1px dashed #ccc; padding: 10px; zoom:1;} .account-info div:after{clear:both;content:".";display:block;height:0;visibility:hidden;} .account-info div span{display: inline-block; float: left;} .account-info div span.one{width: 15%;} .account-info div span.two{width: 65%;} .account-info div span.right{width: 20%; text-align: right;} .noteTip{margin-left: 25px;} .noteTip li{line-height: 24px;} .table{border: 1px solid #ccc;} .table thead th{height: 34px; line-height: 34px; padding: 0 10px; border-bottom: 1px solid #ccc;} .table tbody{line-height: 20px;} .table tbody tr.even, .hos-table tbody tr.even{background: #f9f9f9;} .table tbody td, .hos-table tbody td{padding:10px;} .table thead th.left, .table tbody td.left, .hos-table thead th.left, .hos-table tbody td.left{text-align: left;} .table thead th.right, .table tbody td.right, .hos-table thead th.right, .hos-table tbody td.right{text-align: right;} .hos-table{border: 1px solid #ccc;} .hos-table thead th{height: 34px; line-height: 34px; padding: 0 10px;} .noText{display: none;} .switch-open, .switch-close{width:11px; height:14px; margin-right: 10px; background: url(../images/icon.png) no-repeat; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: middle;} .switch-open{background-position:left -433px;} .switch-close{background-position: left -457px;} .wind-hospital{padding: 10px; width: 295px; height: 500px; border-right: 1px solid #ccc;} .wind-cur-hospital{margin-left: 325px; padding-right: 10px;} .scope-btn{border-radius: 6px; border: 1px solid #ccc; background: #f5f5f5; padding: 2px 10px; bottom:5px; right: 5px; z-index: 1;} .scope-btn:hover{background: #00428e; border: 1px solid #00428e; color: #fff;} .cert-imgbox{border: 1px solid #c2cad2; width: 300px; height: 300px;} .cert-imgbox img{width: 300px; height: 300px; border: none; vertical-align: middle;} .cert-imgbox span, .cert-imgbox2 span{top: 50%;} .cert-imgbox span{left: 30%;} .cert-imgbox2 span{left: 5%;} .ul-p-text{margin-left: 105px; color: #838383; padding: 10px 0; line-height: 22px;} .cert-info{list-style: none; border:1px solid #cecece; padding: 20px; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: text-top;} .cert-info dt, .cert-info dd{float: left;} .cert-info dd{margin-left: 30px; line-height: 36px;} .cert-imgbox2{width: 120px; height: 120px; border: 1px solid #c2cad2;} .cert-imgbox2 img{width: 120px; height: 120px; border: none; vertical-align: middle;} .stm-title-h4{color: #ff0000; font-size: 28px; text-align: center; font-weight: normal;} .reg-img-box{width:70px; text-align: center; margin-right: 10px; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: top;} .reg-img-box .act-info-img{margin-bottom: 5px;} .mBottom10{margin-bottom: 10px;} .pleft40{padding-left: 40px;} .textW660{width: 660px;} .textW250{width: 250px;} .textW82{width: 82px;} .stm-note{padding-left: 20px; font-size: 12px; font-weight: normal;} .public-sort{border:1px solid #cecece; border-right: none; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: middle;} .public-sort a{border-right: 1px solid #cecece; display: inline-block; float: left; width: 60px; height: 24px; line-height: 24px; text-align: center;} .public-sort a, .public-sort a:visited{color: #333;} .public-sort a.current{background: #cecece;} .nosearch-list{list-style: none;} .nosearch-list li{padding-bottom: 5px;} .hos-box{background: #f9f9f9; border:1px solid #cecece; padding:20px; font-size: 14px;} .hos-box2{background: #f9f9f9; border:1px solid #cecece; padding:8px 20px;} .hos-title h4{font-size: 15px; height: 28px; line-height: 28px;} .selectBtn{background: #da5257; border:none; padding: 5px; color: #fff; cursor: pointer;} .hos-com{border-top: 1px solid #cecece; padding-top: 20px; margin-top: 50px; text-align: right;} .photo-box{border:1px solid #c8c8c8; width:340px; height:220px; padding:20px; position: relative; text-align: center;} .photo-box img{width:320px; height:220px; border:none; vertical-align: middle;} .cert-content{margin-left: 400px; line-height: 20px; color: #303030;} .photoPre, .photoNext{background: url(../images/arrow.png) no-repeat; width:14px; height:23px; display:block; top:50%;} .photoPre{background-position:left top; left:10px;} .photoNext{background-position:right -24px; right:10px;} .cert-info-list{list-style:none; height:230px; overflow:hidden; overflow-y:auto;} .cert-info-list li{line-height:24px;} .cert-info-list a{color:#303030;} .cert-info-list a.red, .cert-info-list a.red:visited{color:#ff0009;} .guid{border-bottom: 1px solid #cecece; padding-bottom: 5px;} .notesTitle{margin-bottom: 20px; padding-bottom: 5px; text-align: center; border-bottom: 1px solid #cecece;} .notesContent{line-height: 22px;} .content{line-height: 22px; word-break:break-all; word-wrap:break-word;} .advice-reply{list-style: none;} .advice-reply dt{padding-top: 20px; border-top: 1px dashed #ccc;} .advice-reply dd{line-height: 22px; padding-bottom: 20px;} .advice-reply dt.noLine{padding-top: 0;border-top: none;} .advice-name{display: inline-block; width: 230px;} .advice-reply-form{background: #f1f1f1; height: 90px; width: 100%;} .reply-btn, .reply-btn-dis{width: 75px; background: #3783c9; color: #fff; border:none; border-radius: 6px; height: 70px; font-size: 18px; cursor: pointer;} .reply-btn-dis{background: #ddd;} .textareaRadius .reply_content{width: 710px; height: 58px;} .advice-title{padding: 20px; background: #f1f1f1;} .advice-title h4{font-size: 14px; text-align: center; border-bottom: 1px solid #ccc; padding-bottom: 6px; margin-bottom: 10px;} .site-main-temp{margin:0 30px 0 240px;} .forward-title{border-bottom:1px solid #727171; font-weight:normal; padding-bottom:10px; font-size:24px; color:#00428e; text-align:center;} .forward-title img{vertical-align: middle;} .font18{font-size:18px;} .forward-content{line-height:24px;} .openDateTime{} .openName{width:180px; word-break: break-all;word-wrap: break-word; display:inline-block; vertical-align: text-top;} .letter{border:1px solid #ccc; padding: 5px 10px;} .letter a, .letter span{font-variant:small-caps; font-size: 15px; padding:0 2px;} .letter a.current{color:#da5257;} .sup-list{list-style: none;} .sup-list li{float: left; position: relative; border:1px solid #ccd9e8; padding:10px; width: 375px; margin:0 5px 10px 5px;} .sup-list li.noMar{margin-right: 0;} .list-checkbox{position: absolute; top: 0; left: 0;} .sup-list img{width: 155px; height: 137px; float: left;} .sup-list-content{margin-left: 170px; line-height: 26px; color: #4f4f4f;} .stm-warning{display:inline-block; width:100%; overflow:hidden; margin-top:-10px;} .stm-warning-hospital, .stm-warning-cert, .stm-warning-overdue, .stm-warning-reghospital{width:25%; height:80px; position:relative; padding-top:20px; font-size:18px; line-height:30px; text-align:center; float:left;} .stm-warning-hospital a, .stm-warning-cert a, .stm-warning-overdue a, .stm-warning-reghospital a{color:#383838;} .stm-warning-hospital{background: #9bc1e4;} .stm-warning-cert{background: #e27f7f;} .stm-warning-overdue{background: #ecd191;} .stm-warning-reghospital{background: #f4f4f4;} a.msg-warning{position:absolute; right:10px; bottom:3px; text-decoration:underline; font-size:12px;} .pic-sort{border:1px solid #cecece; border-right: none; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: middle;} .pic-sort a{border-right: 1px solid #cecece; background:url(../images/pic_icon.gif) center 5px no-repeat; display: inline-block; float: left; height: 24px; width:28px;} .pic-sort a.list{background-position: center -35px;} .pic-sort a.list:hover, .pic-sort a.listcurrent{background-position: center -54px; background-color: #f4f4f4;} .pic-sort a.pic:hover, .pic-sort a.current{background-position: center -16px; background-color: #f4f4f4;} .l-cert{display:inline-block;} .l-cert a, .l-cert-n{float:left; background-color:#fff; border:1px solid #d8d8d8; width:60px; height:48px; text-align:center; line-height:18px; padding-top:12px; margin:0 3px 3px 0; color:#666;} .l-cert-n{position:relative; padding-top:5px; height:55px; line-height:16px;} .l-cert-n a{border:none; width:50%; padding:0; display:inline-block; color:#fff; height:20px; line-height:20px; position:absolute; bottom:-3px; left:0;} .l-cert-n a.redbg{background:#cf5158;left:50%;} .l-cert-n a.greenbg{background:#35516b;} .l-cert .nobg{background-color:#f4f4f4;} .pulic-cert-fiexd{list-style: none; position: fixed; top: 200px; right: 10px; width:220px;} .pulic-cert-fiexd li{border-bottom: 1px solid #fff;} .pulic-cert-fiexd a{padding: 8px 10px; background: #dedede; display: block;} .pulic-cert-fiexd li a.current{background: #3783c9;} .pulic-cert-fiexd a.current, .pulic-cert-fiexd a.current:visited{color: #fff;} .pulic-cert-fiexd a:hover{background: #c2e1fe;} .pulic-cert-fiexd a, .pulic-cert-fiexd a:visited{color: #1b1b1b;} .pulic-cert-fiexd a.red, .pulic-cert-fiexd a.red:visited{color: #ff0009;} .pulic-cert{margin-right: 235px;} .cert-info-title{border-bottom: 1px solid #bdbdbd; line-height: 34px; color: #323333; font-size: 15px;} .ul-frm-cert{list-style: none;} .ul-frm-cert li{padding-top: 8px;} .cert-info-img img{vertical-align: middle; border:none;} .ul-cert-active{list-style: none;} .ul-cert-active li{float: left; margin-right: 20px;} .ul-cert-active a{border: 1px solid #d8d8d8; width: 60px; height: 48px; line-height: 18px; padding-top: 12px; text-align: center; display: block; color: #666;} .ul-cert-active a.active{background: url(../images/cert_deal.png) right 45px no-repeat;} .ul-cert-active a.nobg{background:#f4f4f4;} .jd-cert, .jd-cert-sq{list-style: none;} .jd-cert li, .jd-cert-sq{float: left; border:1px dashed #c5cdc2; margin: 10px 10px 0 0; width: 219px; height: 70px; padding:5px 10px; position: relative;} .jd-cert li.active, .jd-cert li.current{border-color:#539d3c;} .jd-cert li.current{background: url(../images/cert_deal.png) right 42px no-repeat;} .jd-cert li.noMar{margin-right: 0;} .jd-cert h5{margin-bottom: 10px; font-size: 12px; width: 210px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;} .jd-cert-title{display: block; width: 145px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;} .jd-other{display: none; position: absolute; right: 5px; top: 5px; z-index: 1;} .jd-other a{background: url(../images/cert_deal.png) no-repeat; display: block; margin-bottom: 5px; width: 13px; height: 13px;} .jd-other a.jd-other-detail{background-position: 0 -46px;} .jd-other a.jd-other-bz{background-position: 0 -61px;} .jd-bz{position: absolute; top: 1px; left: 1px; width: 227px; padding:5px 5px; height: 62px; background: #fff; z-index: 2;} .jd-sqs{text-align: center; padding-top: 12px;} .minpage{text-align: right;} .minpage a{background: #d9d9d9; text-align: center; padding: 2px 5px;} .pline{border-top: 1px solid #bdbdbd; padding-top: 10px; width: 100%; text-align: right;} .recommend-sup-title{border-bottom: 1px dotted #bdbdbd; padding-bottom: 2px; line-height: 20px; color: #323333; font-size: 14px;} .recommend-suplist{list-style:none;} .recommend-suplist li{width: 30%; float: left; background:url(../images/bj.png) -464px -164px no-repeat; margin:10px 20px 0 0; padding-left:10px;} .recommend-suplist li.noMar{margin-right: 0;} .recommend-suplist span{display: inline-block; width: 90%; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;} .cert-index{list-style: none; float: left; width: 400px; margin:20px 10px 10px 10px;} .cert-index dt{border-bottom: 1px solid #b3b3b3; font-size: 14px; padding-bottom: 5px; margin-bottom: 5px;} .cert-index-box1, .cert-index-box2, .cert-index-box3, .cert-index-box4{height: 70px; padding: 30px; font-size: 14px; line-height: 24px; color: #fff;} .cert-index-box1 a, .cert-index-box2 a, .cert-index-box3 a, .cert-index-box4 a, .cert-index-box1 a:visited, .cert-index-box2 a:visited, .cert-index-box3 a:visited, .cert-index-box4 a:visited{color: #fff;} .cert-index-box1 a:hover, .cert-index-box2 a:hover, .cert-index-box3 a:hover, .cert-index-box4 a:hover{color: #00428e;} .cert-index-box1{background-color: #d16a6a;} .cert-index-box2{background-color: #559ebb;} .cert-index-box3{background-color: #7aaf89;} .cert-index-box4{background-color: #927345;}
0.1.4/AEK-MMIP-Business/src/main/webapp/resources/skin/yy/css/hospital.css
@charset "utf-8"; /* CSS Document */ .kfz{border: 1px solid #f0f0f0; background: #f9f9f9; text-align: center; height: 100px; line-height: 100px; font-size: 14px;} .site-nav{background: #35516b;} .site-header{background: #3783c9; height: 80px;} .site-nav-bd{height: 30px;} .site-nav-bd-r{float: right; list-style: none;} .site-nav-bd-r li{float: left; line-height:30px; background: url(../images/top_line.png) right top repeat-y;} .site-nav-bd-r li.noBg{background: none;} .menu-hd {z-index:99;position:relative;padding:0 10px 0 10px;height:30px;line-height:30px;overflow:hidden;_display:inline;_zoom:1;} .menu-hd-no{height: 30px; line-height: 30px; padding: 0 10px;} .menu-hd a, .menu-hd-no a{display: inline;font-size:12px;color:#fff; margin-right: 3px;} .menu-hd a:hover, .menu-hd-no a:hover{color:#fff;} .menu-hd i {display:inline-block;position:relative;width:6px;height:6px;-webkit-transition:.3s ease-in;-moz-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in;} .menu-hd i em, .menu-hd i span{display:inline-block;position:absolute;top:-1px;left:0;width:0;height:0;border-color:rgba(255,255,255,0);border-color:transparent\0;*border-color:transparent;_border-color:tomato;_filter:chroma(color=tomato);border-style:solid;overflow:hidden;*zoom:1;border-width:5px 5px 0;} .menu-hd i em{top:0px; border-top-color:#f5f5f5;} .menu-hd i span{border-top-color:#35516b;} .menu-bd {z-index:98;position:relative;display:none;margin-top:-1px;} .menu-bd .menu-bd-panel {position:absolute;right:0;top:0;line-height:normal;border:1px solid #eee;background:#fff;} .menu-hover .menu-hd {background:none;} .menu-hover .menu-hd a{color: #fff;} .menu-hover .menu-hd i {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-ms-transform:rotate(0);} .menu-hover .menu-hd i em,.menu-hover .menu-hd i span {*border-width:0 3px 3px;_border-width:0 4px 4px;left: -3px;} .menu-hover .menu-hd i em {*top:0px;border-top-color:#fff;} .menu-hover .menu-hd i span {*border-bottom-color:#35516b;border-top-color:#35516b;} .menu-hover .menu-bd {display:block;} .menu-bd-panel {padding:8px 0;} .menu-hd .msg, .menu-hd-no .msg{border-radius: 4px; background: #da5257; color: #fff; padding: 0px 5px; margin-left: 5px; display: inline;} .site-logo{width: 260px; height: 35px; background: url(../images/public_account.png) no-repeat; display: inline-block; margin-top: 25px;} .site-logo h1{text-indent: -9999px; font-size: 0; overflow: hidden; line-height: 0;} /*public*/ .mTop30{margin-top: 30px;} .mTop20{margin-top: 20px;} .mTop10{margin-top: 10px;} .p10{padding: 10px;} .p20{padding: 20px;} .f14{font-size:14px;} .site-main-left{width: 200px; background: #f8f8f8; border:1px solid #9daab7; height: 890px;} .site-main-right{width: 190px;} .site-main{margin: 0 210px 0 220px;} .stm-leftbox{width: 156px; padding-top: 50px; background: #f8f8f8; float:left;} .stm-rightbox{margin-left: 176px;} /* .stm-leftbox, .stm-rightbox{padding-bottom:10000px; margin-bottom:-10000px; float:left} */ .ulMenu{list-style: none; margin-top:40px;} .ulMenu li{float: left; margin-right:30px;} .ulMenu a{font-size: 16px; color: #fff;} .ulMenu a.current{font-weight:bold;} .site-footer{border-top: 1px solid #444; margin-top: 30px; text-align: center; line-height: 30px; padding: 20px 0; color: #00428e;} .site-footer p{color: #717171;} .use-info{padding: 10px; border-bottom:1px solid #9daab7; line-height: 20px;} .use-info-img{width: 76px; height: 80px; margin-right: 10px;} .use-info-img img{width: 76px; height: 80px; vertical-align: middle; border: none;} .top-msg-list{list-style: none;} .top-msg-list li{border-top: 1px solid #d5d5d5; background: none; padding: 0 10px;} .top-msg-list li a{overflow: hidden; display:block; white-space: nowrap; text-overflow: ellipsis; width:180px;} .top-msg-list li.noline{border-top: none;} .stm-app{padding-bottom: 10px;} .stm-app h3{padding: 10px; font-size: 16px; color: #030000;} .stm-app h3 a{float: right; font-size: 12px; font-weight: normal; margin-top: 5px;} .stm-app-list{list-style: none;} .stm-app-list li{border-bottom: 1px solid #9daab7; padding:8px 0; font-size:14px;} .stm-app-list a{padding-left:10px; display:block; height:21px; line-height:21px; color:#717171;} .stm-app-list a img{vertical-align: middle; margin-right:10px; width:21px; height:21px;} .stm-article{border-top: 1px solid #727171; background: #f8f8f8; padding:15px 20px; margin-bottom: 12px; color: #030000;} .artNoBottom{margin-bottom: 0;} .stm-article h4{color: #030000; font-size: 14px;} .stm-article-list{list-style: none; padding-top: 5px;} .stm-article-list li{line-height: 24px;} .stm-article-list a, .stm-article-list a:visited{color: #030000;} .stm-article-list a:hover{color: #00428e;} .stm-article-content{line-height: 24px; padding-top: 5px;} /* .kf-btn{display: block; background:url(../images/icon.png) no-repeat; height: 26px; line-height: 26px; padding-left: 30px;} .kf-online{background-position: 0 -340px;} .kf-tutorial{background-position: 0 -368px;} .kf-problem{background-position: 0 -396px;} */ .kf-btn{border:1px solid #9ba8b4; width:96px; height:30px; line-height:30px; text-align:center; display:block; margin:8px 0;} a.kf-btn:hover{background:#d3dde8;} .kf-problem{color:#00428e;} .kf-online{color:#000;} .stm-title, .stm-page-title{border-bottom: 1px solid #727171; padding-bottom: 6px;} .stm-title h2, .stm-page-title{font-size: 18px; color: #030000;} .stm-page-title .add-btn, .stm-title .add-btn{background: #da5257; color: #fff; font-size: 12px; float: right; font-weight: normal; padding: 1px 5px; margin-top: 5px;} .stm-tip-r{padding-top: 8px; font-size: 12px; font-weight: normal;} .stm-page-title{margin-bottom: 20px;} .weixin{padding: 20px; line-height: 24px;} .supplier-title{width:160px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} .send-notes{margin: 10px auto; display: block; width: 167px; height: 30px; line-height: 30px; border: 1px solid #96a4b1; background: #ebebeb; text-align: center;} a.send-notes, a.send-notes:visited{color: #333;} .new-supplier{list-style:none;} .new-supplier li{float:left; border:1px solid #e9e9e9; font-size:14px; position:relative; margin:0 10px 10px 0; width:84px; height:110px; text-align:center; padding:30px 10px 0;} .new-supplier li.redBox{color:#ff0009;border:1px solid #ff0009;} .new-supplier li.redBox .lxr{color:#333;} .new-supplier a{position: absolute; top:0; left:0; width:100%; height:26px; line-height:26px; text-align:center; font-size:12px; background:#f1f1f1;} .lxr{position: absolute; display:block; font-size:12px; height:30px; width:100%; left:0; bottom:0; line-height:30px; background:#f1f1f1; text-align:center;} .lxr em{font-style:normal; color:#999;} .more{font-family:"宋体";} .act-info{border: 1px solid #e9e9e9; padding-bottom: 30px;} .actinfoTab .tagNav{display: none;} .actinfonSelect{display: block !important;} .act-info .act-info-tab{background:#f2f2f2;} .act-info .act-info-tab span{position: relative; cursor: pointer; display: inline-block; height: 35px; line-height: 35px; text-align: center; width: 135px; font-size: 14px; color: #030000;} .act-info .act-info-tab span b{font-weight: normal; cursor: pointer; display: inline-block; padding-right:10px;} .act-info .act-info-tab span.actinfoSelect{background: #fff;} .stm-msg-list{list-style: none;} .stm-msg-list li{padding: 20px 10px; border-top: 1px solid #e8e8e8;} .stm-msg-list li.bg{background: #f9f9f9;} .stm-msg-list li.noline{border-top: none;} .safe-logo{width: 85px; height: 90px; border:1px solid #d3d3d3; vertical-align: top; margin:0 10px;} .safe-logo img{width: 85px; height: 90px; border: none; vertical-align: middle;} .stm-msg-text{margin-left: 65px; line-height: 20px;} .stm-msg-act{margin-top: 30px;} .sub-menu-list{list-style: none; margin-bottom: 100px;} .sub-menu-list li a{display: block; height: 32px; line-height: 32px; color: #717171; padding-left: 20px; font-size: 14px; background: url(../images/public_account.png) 136px -38px no-repeat;} .sub-menu-list li a.current, .sub-menu-list li a:hover{background-color: #fff; font-weight: bold;} /*account info*/ .act-info-img, .act-info-img2{width: 70px; height: 80px; border:1px solid #ccc; padding: 1px;} .act-info-img img{width: 70px; height: 80px; vertical-align: middle; border: none;} .act-info-img2{background: url(../images/jia.gif) center center no-repeat;} .act-info-text{line-height: 26px; margin-left: 100px;} .account-info{width:100%;} .account-info div{border-bottom:1px dashed #ccc; padding: 10px; zoom:1;} .account-info div:after{clear:both;content:".";display:block;height:0;visibility:hidden;} .account-info div span{display: inline-block; float: left;} .account-info div span.one{width: 15%;} .account-info div span.two{width: 65%;} .account-info div span.right{width: 20%; text-align: right;} .noteTip{margin-left: 25px;} .noteTip li{line-height: 24px;} .table{border: 1px solid #ccc;} .table thead th{height: 34px; line-height: 34px; padding: 0 10px; border-bottom: 1px solid #ccc;} .table tbody{line-height: 20px;} .table tbody tr.even, .hos-table tbody tr.even{background: #f9f9f9;} .table tbody td, .hos-table tbody td{padding:10px;} .table thead th.left, .table tbody td.left, .hos-table thead th.left, .hos-table tbody td.left{text-align: left;} .table thead th.right, .table tbody td.right, .hos-table thead th.right, .hos-table tbody td.right{text-align: right;} .hos-table{border: 1px solid #ccc;} .hos-table thead th{height: 34px; line-height: 34px; padding: 0 10px;} .noText{display: none;} .switch-open, .switch-close{width:11px; height:14px; margin-right: 10px; background: url(../images/icon.png) no-repeat; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: middle;} .switch-open{background-position:left -433px;} .switch-close{background-position: left -457px;} .wind-hospital{padding: 10px; width: 295px; height: 500px; border-right: 1px solid #ccc;} .wind-cur-hospital{margin-left: 325px; padding-right: 10px;} .scope-btn{border-radius: 6px; border: 1px solid #ccc; background: #f5f5f5; padding: 2px 10px; bottom:5px; right: 5px; z-index: 1;} .scope-btn:hover{background: #00428e; border: 1px solid #00428e; color: #fff;} .cert-imgbox{border: 1px solid #c2cad2; width: 300px; height: 300px;} .cert-imgbox img{width: 300px; height: 300px; border: none; vertical-align: middle;} .cert-imgbox span, .cert-imgbox2 span{top: 50%;} .cert-imgbox span{left: 30%;} .cert-imgbox2 span{left: 5%;} .ul-p-text{margin-left: 105px; color: #838383; padding: 10px 0; line-height: 22px;} .cert-info{list-style: none; border:1px solid #cecece; padding: 20px; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: text-top;} .cert-info dt, .cert-info dd{float: left;} .cert-info dd{margin-left: 30px; line-height: 36px;} .cert-imgbox2{width: 120px; height: 120px; border: 1px solid #c2cad2;} .cert-imgbox2 img{width: 120px; height: 120px; border: none; vertical-align: middle;} .stm-title-h4{color: #ff0000; font-size: 28px; text-align: center; font-weight: normal;} .reg-img-box{width:70px; text-align: center; margin-right: 10px; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: top;} .reg-img-box .act-info-img{margin-bottom: 5px;} .mBottom10{margin-bottom: 10px;} .pleft40{padding-left: 40px;} .textW660{width: 660px;} .textW250{width: 250px;} .textW82{width: 82px;} .stm-note{padding-left: 20px; font-size: 12px; font-weight: normal;} .public-sort{border:1px solid #cecece; border-right: none; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: middle;} .public-sort a{border-right: 1px solid #cecece; display: inline-block; float: left; width: 60px; height: 24px; line-height: 24px; text-align: center;} .public-sort a, .public-sort a:visited{color: #333;} .public-sort a.current{background: #cecece;} .nosearch-list{list-style: none;} .nosearch-list li{padding-bottom: 5px;} .hos-box{background: #f9f9f9; border:1px solid #cecece; padding:20px; font-size: 14px;} .hos-box2{background: #f9f9f9; border:1px solid #cecece; padding:8px 20px;} .hos-title h4{font-size: 15px; height: 28px; line-height: 28px;} .selectBtn{background: #da5257; border:none; padding: 5px; color: #fff; cursor: pointer;} .hos-com{border-top: 1px solid #cecece; padding-top: 20px; margin-top: 50px; text-align: right;} .photo-box{border:1px solid #c8c8c8; width:340px; height:220px; padding:20px; position: relative; text-align: center;} .photo-box img{width:320px; height:220px; border:none; vertical-align: middle;} .cert-content{margin-left: 400px; line-height: 20px; color: #303030;} .photoPre, .photoNext{background: url(../images/arrow.png) no-repeat; width:14px; height:23px; display:block; top:50%;} .photoPre{background-position:left top; left:10px;} .photoNext{background-position:right -24px; right:10px;} .cert-info-list{list-style:none; height:230px; overflow:hidden; overflow-y:auto;} .cert-info-list li{line-height:24px;} .cert-info-list a{color:#303030;} .cert-info-list a.red, .cert-info-list a.red:visited{color:#ff0009;} .guid{border-bottom: 1px solid #cecece; padding-bottom: 5px;} .notesTitle{margin-bottom: 20px; padding-bottom: 5px; text-align: center; border-bottom: 1px solid #cecece;} .notesContent{line-height: 22px;} .content{line-height: 22px; word-break:break-all; word-wrap:break-word;} .advice-reply{list-style: none;} .advice-reply dt{padding-top: 20px; border-top: 1px dashed #ccc;} .advice-reply dd{line-height: 22px; padding-bottom: 20px;} .advice-reply dt.noLine{padding-top: 0;border-top: none;} .advice-name{display: inline-block; width: 230px;} .advice-reply-form{background: #f1f1f1; height: 90px; width: 100%;} .reply-btn, .reply-btn-dis{width: 75px; background: #3783c9; color: #fff; border:none; border-radius: 6px; height: 70px; font-size: 18px; cursor: pointer;} .reply-btn-dis{background: #ddd;} .textareaRadius .reply_content{width: 710px; height: 58px;} .advice-title{padding: 20px; background: #f1f1f1;} .advice-title h4{font-size: 14px; text-align: center; border-bottom: 1px solid #ccc; padding-bottom: 6px; margin-bottom: 10px;} .site-main-temp{margin:0 30px 0 240px;} .forward-title{border-bottom:1px solid #727171; font-weight:normal; padding-bottom:10px; font-size:24px; color:#00428e; text-align:center;} .forward-title img{vertical-align: middle;} .font18{font-size:18px;} .forward-content{line-height:24px;} .openDateTime{} .openName{width:180px; word-break: break-all;word-wrap: break-word; display:inline-block; vertical-align: text-top;} .letter{border:1px solid #ccc; padding: 5px 10px;} .letter a, .letter span{font-variant:small-caps; font-size: 15px; padding:0 2px;} .letter a.current{color:#da5257;} .sup-list{list-style: none;} .sup-list li{float: left; position: relative; border:1px solid #ccd9e8; padding:10px; width: 375px; margin:0 5px 10px 5px;} .sup-list li.noMar{margin-right: 0;} .list-checkbox{position: absolute; top: 0; left: 0;} .sup-list img{width: 155px; height: 137px; float: left;} .sup-list-content{margin-left: 170px; line-height: 26px; color: #4f4f4f;} .stm-warning{display:inline-block; width:100%; overflow:hidden; margin-top:-10px;} .stm-warning-hospital, .stm-warning-cert, .stm-warning-overdue, .stm-warning-reghospital{width:25%; height:80px; position:relative; padding-top:20px; font-size:18px; line-height:30px; text-align:center; float:left;} .stm-warning-hospital a, .stm-warning-cert a, .stm-warning-overdue a, .stm-warning-reghospital a{color:#383838;} .stm-warning-hospital{background: #9bc1e4;} .stm-warning-cert{background: #e27f7f;} .stm-warning-overdue{background: #ecd191;} .stm-warning-reghospital{background: #f4f4f4;} a.msg-warning{position:absolute; right:10px; bottom:3px; text-decoration:underline; font-size:12px;} .pic-sort{border:1px solid #cecece; border-right: none; display:-moz-inline-stack; -moz-box-align:center; display:inline-block; +display:inline; zoom:1; vertical-align: middle;} .pic-sort a{border-right: 1px solid #cecece; background:url(../images/pic_icon.gif) center 5px no-repeat; display: inline-block; float: left; height: 24px; width:28px;} .pic-sort a.list{background-position: center -35px;} .pic-sort a.list:hover, .pic-sort a.listcurrent{background-position: center -54px; background-color: #f4f4f4;} .pic-sort a.pic:hover, .pic-sort a.current{background-position: center -16px; background-color: #f4f4f4;} .l-cert{display:inline-block;} .l-cert a, .l-cert-n{float:left; background-color:#fff; border:1px solid #d8d8d8; width:60px; height:48px; text-align:center; line-height:18px; padding-top:12px; margin:0 3px 3px 0; color:#666;} .l-cert-n{position:relative; padding-top:5px; height:55px; line-height:16px;} .l-cert-n a{border:none; width:50%; padding:0; display:inline-block; color:#fff; height:20px; line-height:20px; position:absolute; bottom:-3px; left:0;} .l-cert-n a.redbg{background:#cf5158;left:50%;} .l-cert-n a.greenbg{background:#35516b;} .l-cert .nobg{background-color:#f4f4f4;} .pulic-cert-fiexd{list-style: none; position: fixed; top: 200px; right: 10px; width:220px;} .pulic-cert-fiexd li{border-bottom: 1px solid #fff;} .pulic-cert-fiexd a{padding: 8px 10px; background: #dedede; display: block;} .pulic-cert-fiexd li a.current{background: #3783c9;} .pulic-cert-fiexd a.current, .pulic-cert-fiexd a.current:visited{color: #fff;} .pulic-cert-fiexd a:hover{background: #c2e1fe;} .pulic-cert-fiexd a, .pulic-cert-fiexd a:visited{color: #1b1b1b;} .pulic-cert-fiexd a.red, .pulic-cert-fiexd a.red:visited{color: #ff0009;} .pulic-cert{margin-right: 235px;} .cert-info-title{border-bottom: 1px solid #bdbdbd; line-height: 34px; color: #323333; font-size: 15px;} .ul-frm-cert{list-style: none;} .ul-frm-cert li{padding-top: 8px;} .cert-info-img img{vertical-align: middle; border:none;} .ul-cert-active{list-style: none;} .ul-cert-active li{float: left; margin-right: 20px;} .ul-cert-active a{border: 1px solid #d8d8d8; width: 60px; height: 48px; line-height: 18px; padding-top: 12px; text-align: center; display: block; color: #666;} .ul-cert-active a.active{background: url(../images/cert_deal.png) right 45px no-repeat;} .ul-cert-active a.nobg{background:#f4f4f4;} .jd-cert, .jd-cert-sq{list-style: none;} .jd-cert li, .jd-cert-sq{float: left; border:1px dashed #c5cdc2; margin: 10px 10px 0 0; width: 219px; height: 70px; padding:5px 10px; position: relative;} .jd-cert li.active, .jd-cert li.current{border-color:#539d3c;} .jd-cert li.current{background: url(../images/cert_deal.png) right 42px no-repeat;} .jd-cert li.noMar{margin-right: 0;} .jd-cert h5{margin-bottom: 10px; font-size: 12px; width: 210px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;} .jd-cert-title{display: block; width: 145px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;} .jd-other{display: none; position: absolute; right: 5px; top: 5px; z-index: 1;} .jd-other a{background: url(../images/cert_deal.png) no-repeat; display: block; margin-bottom: 5px; width: 13px; height: 13px;} .jd-other a.jd-other-detail{background-position: 0 -46px;} .jd-other a.jd-other-bz{background-position: 0 -61px;} .jd-bz{position: absolute; top: 1px; left: 1px; width: 227px; padding:5px 5px; height: 62px; background: #fff; z-index: 2;} .jd-sqs{text-align: center; padding-top: 12px;} .minpage{text-align: right;} .minpage a{background: #d9d9d9; text-align: center; padding: 2px 5px;} .pline{border-top: 1px solid #bdbdbd; padding-top: 10px; width: 100%; text-align: right;} .recommend-sup-title{border-bottom: 1px dotted #bdbdbd; padding-bottom: 2px; line-height: 20px; color: #323333; font-size: 14px;} .recommend-suplist{list-style:none;} .recommend-suplist li{width: 30%; float: left; background:url(../images/bj.png) -464px -164px no-repeat; margin:10px 20px 0 0; padding-left:10px;} .recommend-suplist li.noMar{margin-right: 0;} .recommend-suplist span{display: inline-block; width: 90%; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;} .cert-index{list-style: none; float: left; width: 400px; margin:20px 10px 10px 10px;} .cert-index dt{border-bottom: 1px solid #b3b3b3; font-size: 14px; padding-bottom: 5px; margin-bottom: 5px;} .cert-index-box1, .cert-index-box2, .cert-index-box3, .cert-index-box4{height: 70px; padding: 30px; font-size: 14px; line-height: 24px; color: #fff;} .cert-index-box1 a, .cert-index-box2 a, .cert-index-box3 a, .cert-index-box4 a, .cert-index-box1 a:visited, .cert-index-box2 a:visited, .cert-index-box3 a:visited, .cert-index-box4 a:visited{color: #fff;} .cert-index-box1 a:hover, .cert-index-box2 a:hover, .cert-index-box3 a:hover, .cert-index-box4 a:hover{color: #00428e;} .cert-index-box1{background-color: #d16a6a;} .cert-index-box2{background-color: #559ebb;} .cert-index-box3{background-color: #7aaf89;} .cert-index-box4{background-color: #927345;}
0.235196
0.063948
* { font-family: 'Poppins', sans-serif; } .page-icon, .nav-icon { font-size: 35px; margin: 0px 15px; } .blog-bar { width: auto; justify-content: space-between; display: flex; align-items: center; font-size: 14px; } .blog-bar i { font-size: 30px; } hr { width: 100%; } a:hover { text-decoration: none !important; } .page-title { text-align: center; color: #fff; font-size: 7vmin; margin: auto; padding: 10px; background: #88dddd; } .page-background { width: 100%; height: 100%; padding-top: 5px; display: flex; flex-wrap: wrap; padding-bottom: 50px; background-color: #fffce3; } .page-icon, .page-button { color: #88dddd; } .page-icon:hover, .page-button:hover { color: #68aaaa; } .page-button { background: #88dddd; } .page-button:hover { background: #68aaaa; } .page-button { color: #fff; padding: 10px; display: flex; justify-content: center; align-items: center; border-radius: 5%; width: 160px; font-size: 14px; border: none; } .page-button:hover, .page-button:focus { color: #fff; border: none; } .blog-card img { max-height: 250px; margin: auto; display: block; margin-bottom: 30px; width: 100%; object-fit: contain; } .w-100 { width: 100%; } .post-image { width: 100%; height: 200px; background-size: cover; background-position-x: center; } .method-list { flex-direction: row; display: flex; justify-content: space-around; } .grid { display: grid; grid-template-columns: repeat(3, 31.5%); grid-column-gap: 30px; grid-row-gap: 30px; width: 100%; margin: 0px auto 20px; padding: 40px; } .grid-activities { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; grid-column-gap: 30px; grid-row-gap: 30px; width: 100%; margin: auto; padding: 40px; } .grid-activities-card-xl, .grid-activities-card, .grid-card { box-shadow: 0 0px 1px 0.3px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0px 1px 0.3px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0px 1px 0.3px rgba(0, 0, 0, 0.5); background: #fff; flex-direction: column; display: flex; align-items: center; padding: 15px 10px; } .grid-activities-card-xl { grid-column: span 1; grid-row: span 2; } .grid-activities-card { grid-column: span 1; grid-row: span 1; } .grid-card { grid-column: span 1; transition: transform 0.2s; height: fit-content; height: 400px; } .grid-card:hover { transform: scale(1.1); } .grid-card .post-title { text-align: center; margin-top: 15px; } .post-title a { font-size: 3vmin; color: #000; } .post-title a:hover { text-decoration: none; color: #000; } .animated-title { -webkit-animation: color-change 10s linear infinite alternate both; animation: color-change 10s linear infinite alternate both; height: 90vmin; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 90vmin; background: #fff; } .animated-title > div { height: 50%; overflow: hidden; position: absolute; width: 100%; } .animated-title > div div { font-size: 10vmin !important; padding: 2vmin 0; position: absolute; } .animated-title > div h1 { font-size: 10vmin !important; } .animated-title > div div span { display: block; } .animated-title > div.text-top { -webkit-animation: color-change-border 10s linear infinite alternate both; animation: color-change-border 10s linear infinite alternate both; top: 0; } .animated-title > div.text-top div { animation: showTopText 1s; animation-delay: 0.5s; animation-fill-mode: forwards; bottom: 0; transform: translate(0, 100%); } .animated-title > div.text-top div h1 { padding-left: 20px; } .animated-title > div.text-bottom div h2 { padding-left: 20px; } .animated-title > div.text-bottom { bottom: 0; } .animated-title > div.text-bottom div { animation: showBottomText 0.5s; animation-delay: 1.75s; animation-fill-mode: forwards; top: 0; transform: translate(0, -100%); } i .tooltip { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; position: absolute; z-index: 1; } i:hover .tooltip { visibility: visible; } .navbar { z-index: 50000; background: #dd88dd; } .navbar-toggler { border-color: rgba(255,255,255,.8) !important; } .section { height: calc(100vh - 65px); } .dropdown-menu, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item { background-color: #dd88dd !important; color: #fff !important; } .navbar-nav .dropdown-menu { border: none; } .navbar-nav .nav-link { color: #fff !important; } .contact-img { width: 150px; height: 150px; border-radius: 50%; } .school-img { width: 150px; height: 150px; } .maps{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; } .maps iframe{ left:0; top:0; height:100%; width:100%; position:absolute; } .action-bar { display: flex; justify-content: space-between; width: 100%; } .footer { background-color: #dd88dd; width: 100%; height: 40px; padding-top: 10px; text-align: center; color: #fff; font-size: 14px; position: fixed; bottom: 0px; z-index: 2000; } .share-bar { width: 200px; justify-content: space-between; display: flex; align-items: center; font-size: 14px; } .share-bar i { font-size: 30px; } .big-link { font-size: 4vmin; } .blog-card, .blog-helper { background: #fff; color: #333; justify-content: space-evenly; display: flex; flex-direction: column; padding: 30px; margin: 30px; border: 1px solid rgba(0,0,0,.1); } .dropdown-header { color: #fff !important; } .blog-helper { height: inherit; } .blog-helper img { margin: auto; } .nav-icon { color: #fff; } .blog-helper h2 { text-align: center; padding: 10px; } .pagination-container { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; padding: 45px 45px 100px; } .pagination-container div { grid-column: span 1; display: flex; align-items: center; justify-content: center; } .previous, .next { display: flex; align-items: center; color: #333; } .previous span { margin-left: 10px; } .next span { margin-right: 10px; text-align: right; } .color-change { -webkit-animation: color-change 10s linear infinite alternate both; animation: color-change 10s linear infinite alternate both; } .color-change-border { -webkit-animation: color-change-border 10s linear infinite alternate both; animation: color-change-border 1s linear infinite alternate both; } .d-lg-block { height: 100%; } .h-100 { height: 100%; } .text-bottom div span { font-size: 8vmin; } .method-info { min-height: 250px; } #method i { font-size: 25px; animation: color-change 10s linear infinite alternate both; } /* Mobile */ @media (max-width: 768px) { .grid-card { grid-column: span 3; } .method-list { flex-direction: column; } #about .animated-title { width: 60vmin; } .blog-card, .blog-helper { margin: 10px; padding: 10px; } .post-title a { font-size: 6vmin; } .share-bar, .blog-bar { width: auto; justify-content: space-evenly; font-size: 13px; } .page-icon, .nav-icon { font-size: 25px; margin: 0px 7px; } .pagination-container { padding: 25px 10px 100px; font-size: 14px; } .grid { grid-column-gap: 10px; } } /* Keyframes */ @keyframes showTopText { 0% { transform: translate3d(0, 100%, 0); } 40%, 60% { transform: translate3d(0, 50%, 0); } 100% { transform: translate3d(0, 0, 0); } } @keyframes showBottomText { 0% { transform: translate3d(0, -100%, 0); } 100% { transform: translate3d(0, 0, 0); } } @-webkit-keyframes color-change { 0% { color: #19dcea; } 25% { color: #b22cff; } 50% { color: #ea2222; } 75% { color: #f5be10; } 100% { color: #3bd80d; } } @keyframes color-change { 0% { color: #19dcea; } 25% { color: #b22cff; } 50% { color: #ea2222; } 75% { color: #f5be10; } 100% { color: #3bd80d; } } @-webkit-keyframes color-change-border { 0% { border-bottom: 1vmin solid#19dcea; } 25% { border-bottom: 1vmin solid#b22cff; } 50% { border-bottom: 1vmin solid#ea2222; } 75% { border-bottom: 1vmin solid#f5be10; } 100% { border-bottom: 1vmin solid#3bd80d; } } @keyframes color-change-border { 0% { border-bottom: 1vmin solid#19dcea; } 25% { border-bottom: 1vmin solid#b22cff; } 50% { border-bottom: 1vmin solid#ea2222; } 75% { border-bottom: 1vmin solid#f5be10; } 100% { border-bottom: 1vmin solid#3bd80d; } }
index.css
* { font-family: 'Poppins', sans-serif; } .page-icon, .nav-icon { font-size: 35px; margin: 0px 15px; } .blog-bar { width: auto; justify-content: space-between; display: flex; align-items: center; font-size: 14px; } .blog-bar i { font-size: 30px; } hr { width: 100%; } a:hover { text-decoration: none !important; } .page-title { text-align: center; color: #fff; font-size: 7vmin; margin: auto; padding: 10px; background: #88dddd; } .page-background { width: 100%; height: 100%; padding-top: 5px; display: flex; flex-wrap: wrap; padding-bottom: 50px; background-color: #fffce3; } .page-icon, .page-button { color: #88dddd; } .page-icon:hover, .page-button:hover { color: #68aaaa; } .page-button { background: #88dddd; } .page-button:hover { background: #68aaaa; } .page-button { color: #fff; padding: 10px; display: flex; justify-content: center; align-items: center; border-radius: 5%; width: 160px; font-size: 14px; border: none; } .page-button:hover, .page-button:focus { color: #fff; border: none; } .blog-card img { max-height: 250px; margin: auto; display: block; margin-bottom: 30px; width: 100%; object-fit: contain; } .w-100 { width: 100%; } .post-image { width: 100%; height: 200px; background-size: cover; background-position-x: center; } .method-list { flex-direction: row; display: flex; justify-content: space-around; } .grid { display: grid; grid-template-columns: repeat(3, 31.5%); grid-column-gap: 30px; grid-row-gap: 30px; width: 100%; margin: 0px auto 20px; padding: 40px; } .grid-activities { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; grid-column-gap: 30px; grid-row-gap: 30px; width: 100%; margin: auto; padding: 40px; } .grid-activities-card-xl, .grid-activities-card, .grid-card { box-shadow: 0 0px 1px 0.3px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0px 1px 0.3px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0px 1px 0.3px rgba(0, 0, 0, 0.5); background: #fff; flex-direction: column; display: flex; align-items: center; padding: 15px 10px; } .grid-activities-card-xl { grid-column: span 1; grid-row: span 2; } .grid-activities-card { grid-column: span 1; grid-row: span 1; } .grid-card { grid-column: span 1; transition: transform 0.2s; height: fit-content; height: 400px; } .grid-card:hover { transform: scale(1.1); } .grid-card .post-title { text-align: center; margin-top: 15px; } .post-title a { font-size: 3vmin; color: #000; } .post-title a:hover { text-decoration: none; color: #000; } .animated-title { -webkit-animation: color-change 10s linear infinite alternate both; animation: color-change 10s linear infinite alternate both; height: 90vmin; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 90vmin; background: #fff; } .animated-title > div { height: 50%; overflow: hidden; position: absolute; width: 100%; } .animated-title > div div { font-size: 10vmin !important; padding: 2vmin 0; position: absolute; } .animated-title > div h1 { font-size: 10vmin !important; } .animated-title > div div span { display: block; } .animated-title > div.text-top { -webkit-animation: color-change-border 10s linear infinite alternate both; animation: color-change-border 10s linear infinite alternate both; top: 0; } .animated-title > div.text-top div { animation: showTopText 1s; animation-delay: 0.5s; animation-fill-mode: forwards; bottom: 0; transform: translate(0, 100%); } .animated-title > div.text-top div h1 { padding-left: 20px; } .animated-title > div.text-bottom div h2 { padding-left: 20px; } .animated-title > div.text-bottom { bottom: 0; } .animated-title > div.text-bottom div { animation: showBottomText 0.5s; animation-delay: 1.75s; animation-fill-mode: forwards; top: 0; transform: translate(0, -100%); } i .tooltip { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; position: absolute; z-index: 1; } i:hover .tooltip { visibility: visible; } .navbar { z-index: 50000; background: #dd88dd; } .navbar-toggler { border-color: rgba(255,255,255,.8) !important; } .section { height: calc(100vh - 65px); } .dropdown-menu, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item { background-color: #dd88dd !important; color: #fff !important; } .navbar-nav .dropdown-menu { border: none; } .navbar-nav .nav-link { color: #fff !important; } .contact-img { width: 150px; height: 150px; border-radius: 50%; } .school-img { width: 150px; height: 150px; } .maps{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; } .maps iframe{ left:0; top:0; height:100%; width:100%; position:absolute; } .action-bar { display: flex; justify-content: space-between; width: 100%; } .footer { background-color: #dd88dd; width: 100%; height: 40px; padding-top: 10px; text-align: center; color: #fff; font-size: 14px; position: fixed; bottom: 0px; z-index: 2000; } .share-bar { width: 200px; justify-content: space-between; display: flex; align-items: center; font-size: 14px; } .share-bar i { font-size: 30px; } .big-link { font-size: 4vmin; } .blog-card, .blog-helper { background: #fff; color: #333; justify-content: space-evenly; display: flex; flex-direction: column; padding: 30px; margin: 30px; border: 1px solid rgba(0,0,0,.1); } .dropdown-header { color: #fff !important; } .blog-helper { height: inherit; } .blog-helper img { margin: auto; } .nav-icon { color: #fff; } .blog-helper h2 { text-align: center; padding: 10px; } .pagination-container { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; padding: 45px 45px 100px; } .pagination-container div { grid-column: span 1; display: flex; align-items: center; justify-content: center; } .previous, .next { display: flex; align-items: center; color: #333; } .previous span { margin-left: 10px; } .next span { margin-right: 10px; text-align: right; } .color-change { -webkit-animation: color-change 10s linear infinite alternate both; animation: color-change 10s linear infinite alternate both; } .color-change-border { -webkit-animation: color-change-border 10s linear infinite alternate both; animation: color-change-border 1s linear infinite alternate both; } .d-lg-block { height: 100%; } .h-100 { height: 100%; } .text-bottom div span { font-size: 8vmin; } .method-info { min-height: 250px; } #method i { font-size: 25px; animation: color-change 10s linear infinite alternate both; } /* Mobile */ @media (max-width: 768px) { .grid-card { grid-column: span 3; } .method-list { flex-direction: column; } #about .animated-title { width: 60vmin; } .blog-card, .blog-helper { margin: 10px; padding: 10px; } .post-title a { font-size: 6vmin; } .share-bar, .blog-bar { width: auto; justify-content: space-evenly; font-size: 13px; } .page-icon, .nav-icon { font-size: 25px; margin: 0px 7px; } .pagination-container { padding: 25px 10px 100px; font-size: 14px; } .grid { grid-column-gap: 10px; } } /* Keyframes */ @keyframes showTopText { 0% { transform: translate3d(0, 100%, 0); } 40%, 60% { transform: translate3d(0, 50%, 0); } 100% { transform: translate3d(0, 0, 0); } } @keyframes showBottomText { 0% { transform: translate3d(0, -100%, 0); } 100% { transform: translate3d(0, 0, 0); } } @-webkit-keyframes color-change { 0% { color: #19dcea; } 25% { color: #b22cff; } 50% { color: #ea2222; } 75% { color: #f5be10; } 100% { color: #3bd80d; } } @keyframes color-change { 0% { color: #19dcea; } 25% { color: #b22cff; } 50% { color: #ea2222; } 75% { color: #f5be10; } 100% { color: #3bd80d; } } @-webkit-keyframes color-change-border { 0% { border-bottom: 1vmin solid#19dcea; } 25% { border-bottom: 1vmin solid#b22cff; } 50% { border-bottom: 1vmin solid#ea2222; } 75% { border-bottom: 1vmin solid#f5be10; } 100% { border-bottom: 1vmin solid#3bd80d; } } @keyframes color-change-border { 0% { border-bottom: 1vmin solid#19dcea; } 25% { border-bottom: 1vmin solid#b22cff; } 50% { border-bottom: 1vmin solid#ea2222; } 75% { border-bottom: 1vmin solid#f5be10; } 100% { border-bottom: 1vmin solid#3bd80d; } }
0.517083
0.076857
html { margin: 0; height: 100%; width: 100%; } body { margin: 0px; background: radial-gradient(white, #A8D0E6); position: relative; min-height: 100%; box-sizing: border-box; } /*Header*/ .fixed-header { margin:0; top: 0; display: flex; background: white; position: fixed; width: 100%; } .fixed-header #logo { width: 15%; height: 50%; display: flex; } #header { top:0; height: 20%; overflow: auto; } /*dropdown*/ /* .dropbtn { background-color: white; color: #0000A0; padding: 16px; font-size: 16px; border: none; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover { background-color: #A8D0E6; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #A8D0E6; } */ /*Footer*/ .fixed-footer { bottom: 0; margin: 0; background: linear-gradient(white,gray); overflow-x: hidden; padding: 0% 2% 0% 2%; width: 100%; height: 25%; } .fixed-footer p { display: inline-grid; /*For the sponsor images*/ } #footer { position: absolute; width: 100%; height: 170px; } /*Sponsors*/ .column { float: left; width: 150px; overflow: hidden; } /* Clearfix (clear floats) */ .row::after { content: ""; clear: both; display: table; } .main { padding: 6% 3% 25% 3%; min-height: 100%; font-size: x-large; font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif; min-height: 100%; } #volunteers { margin-right: 260px; /* Same width as the sidebar + left position in px */ font-size: 28px; /* Increased text to enable scrolling */ } /* Style tab links */ .tablink { box-sizing: border-box; background: white; float: left; border: none; outline: none; cursor: pointer; font-size: 18px; transition: 0.3s; display: flex; color: #0000A0; } .tablink:hover { color: white; background-color: #A8D0E6; } /*nav bar for volunteers section*/ .sidenav { width: 200px; position: fixed; z-index: 1; top: 12%; right: 0px; background: #FFD770; overflow: hidden; padding: 5px; color: white; } .sidenav a { padding: 6px 8px 6px 16px; text-decoration: none; font-size: 22px; color: #2196F3; display: block; } .sidenav a:hover { color: #A8D0E6; } .nav { padding: 60px; /*this is to prevent the text from going under the header when clicked*/ } /* @media screen and (max-height: 450px) { .sidenav { padding-top: 15px; } .sidenav a { font-size: 18px; } } */
style.css
html { margin: 0; height: 100%; width: 100%; } body { margin: 0px; background: radial-gradient(white, #A8D0E6); position: relative; min-height: 100%; box-sizing: border-box; } /*Header*/ .fixed-header { margin:0; top: 0; display: flex; background: white; position: fixed; width: 100%; } .fixed-header #logo { width: 15%; height: 50%; display: flex; } #header { top:0; height: 20%; overflow: auto; } /*dropdown*/ /* .dropbtn { background-color: white; color: #0000A0; padding: 16px; font-size: 16px; border: none; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover { background-color: #A8D0E6; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #A8D0E6; } */ /*Footer*/ .fixed-footer { bottom: 0; margin: 0; background: linear-gradient(white,gray); overflow-x: hidden; padding: 0% 2% 0% 2%; width: 100%; height: 25%; } .fixed-footer p { display: inline-grid; /*For the sponsor images*/ } #footer { position: absolute; width: 100%; height: 170px; } /*Sponsors*/ .column { float: left; width: 150px; overflow: hidden; } /* Clearfix (clear floats) */ .row::after { content: ""; clear: both; display: table; } .main { padding: 6% 3% 25% 3%; min-height: 100%; font-size: x-large; font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif; min-height: 100%; } #volunteers { margin-right: 260px; /* Same width as the sidebar + left position in px */ font-size: 28px; /* Increased text to enable scrolling */ } /* Style tab links */ .tablink { box-sizing: border-box; background: white; float: left; border: none; outline: none; cursor: pointer; font-size: 18px; transition: 0.3s; display: flex; color: #0000A0; } .tablink:hover { color: white; background-color: #A8D0E6; } /*nav bar for volunteers section*/ .sidenav { width: 200px; position: fixed; z-index: 1; top: 12%; right: 0px; background: #FFD770; overflow: hidden; padding: 5px; color: white; } .sidenav a { padding: 6px 8px 6px 16px; text-decoration: none; font-size: 22px; color: #2196F3; display: block; } .sidenav a:hover { color: #A8D0E6; } .nav { padding: 60px; /*this is to prevent the text from going under the header when clicked*/ } /* @media screen and (max-height: 450px) { .sidenav { padding-top: 15px; } .sidenav a { font-size: 18px; } } */
0.461988
0.07477
html { scroll-behavior: smooth; scrollbar-shadow-color: skyblue; } body { margin: 0px; left: 0px; } a, a:hover, a:focus, a:active { text-decoration: none; color: inherit; } h2 { font-family: 'Pattaya', sans-serif; } .navbar { position: fixed; /* background-image: linear-gradient(283deg, rgba(32, 220, 233, 0.793), rgba(39, 21, 236, 0.8)); */ background-image: linear-gradient(283deg, rgba(32, 220, 233, 1), rgba(39, 21, 236, 1)); padding: 10px 0px; height: 70px; min-height: max-content; width: 100vw; display: flex; align-content: center; z-index: 999; } .buttonContainer { position: relative; min-width: max-content; height: max-content; padding: 0 5px; position: relative; cursor: pointer; } .navButtons { padding: 5px 20px; flex-grow: 1; display: flex; align-content: center; min-height: max-content; } .navButton { transition: ease .4s; border-radius: 6px; } .navRight { position: relative; flex-grow: 1; display: flex; justify-content: flex-end; align-items: flex-end; } .nameTitle>.navButton { display: flex; align-content: center; padding: 0 5px; } .navRight .navButton { padding: 5px 9px; min-width: max-content; } .buttonContainer:hover .navButton { transition: ease-in 0.4s; color: rgba(119, 0, 255, 0.786); background: rgb(255, 255, 255); } /* .buttonOverlayContainer:hover .buttonOverlay { transition: ease-in-out 0.9s; opacity: 0.5; } */ #mainPage { width: 100%; height: 100vh; } nav h1 { font-size: 2em; font-family: 'Pattaya', sans-serif; color: rgb(255, 255, 255); margin: 0px; } nav .myName { font-size: 2.8em; } #welcomePage { background-image: url("../images/animePretty.jpg"); display: flex; flex-direction: column; align-items: center; box-shadow: 0 0 3px rgba(39, 21, 236, 0.8); } .title { position: relative; font-family: 'Pattaya', sans-serif; color: white; font-size: 5em; top: 10vh; text-shadow: rgb(87, 0, 226); } .moveButton { position: relative; top:15vh; background: rgba(32, 220, 233, 1); color: white; width: 270px; height: 75px; line-height: 75px; text-align: center; border-radius: 2.2em; padding: 3px 12px; font-size: 2em; font-weight: 400; font-family: 'Squada One', cursive; /* looked this one up from css-tricks.com */ -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 6px #000000; transition: ease-out 0.3s; } .moveButton:hover { transition: ease 0.5s; background: white; text-shadow: rgb(87, 0, 226); } .Container { position: relative; max-width: 100%; height: 100vh; background-size: 100% 100%; background-position: center; display: flex; justify-content: center; } /*About Stuff*/ .aboutMe { /* min-height: 100vh; */ background-image: url("../images/divide.jpg"); box-shadow: 0 0 3px rgba(39, 21, 236, 0.8); justify-content: left; } .aboutDialogue { position: relative; display: flex; flex-direction: column; justify-content:space-evenly; margin-top: 30px; margin-left: 30px; } .aboutSection { width: 600px; height: 400px; background-color: #2721ec; color: azure; border-radius: 30px; padding: 10px; padding-top: 20px; text-align: center; display: flex; flex-direction: column; align-content: center; box-shadow: inset 0 0 15px 5px #4ba2ff; } .aboutText { width: 90%; height: 74%; background-color: rgb(48, 48, 48); margin-top: 10px; align-self: center; } #carouselExampleControls, .carousel-inner, .carousel-item { position: relative; height: 100%; width: 100%; } .carousel-control-prev-icon, .carousel-control-next-icon { color: blue; } .marcus { position: relative; border-radius: 50%; max-width: 375px; box-shadow: 0 0 10px 4px rgb(13 93 233 / 80%); border-style: inset; } .marcus:hover { transition: ease 0.8s; box-shadow: 0 0 10px 4px rgb(135, 135, 135); border-color: rgb(48, 196, 255); } /*About Stuff End*/ /*Portfolio Stuff*/ .portfolio { background-image: url("../images/sceneBrowsing.jpg"); align-content: space-around; justify-content: space-around; padding-top: 77px; } .portfolioCircle { background-color: azure; border-radius: 50%; width:400px; height: 400px; text-align: center; line-height: 50%; color: black; } .portfolioCircle .material-icons { font-size: 300px; line-height: 1.3em; } .portfolioCircle:hover { transition: ease-in 0.4s; color: rgba(0, 162, 255, 0.786); background: rgb(255, 255, 255); } /*End Portfolio*/ /*Resume*/ .resume { background-image: url("../images/blueGalaxy.jpg"); } /*End Resume*/
styles/styles/main.css
html { scroll-behavior: smooth; scrollbar-shadow-color: skyblue; } body { margin: 0px; left: 0px; } a, a:hover, a:focus, a:active { text-decoration: none; color: inherit; } h2 { font-family: 'Pattaya', sans-serif; } .navbar { position: fixed; /* background-image: linear-gradient(283deg, rgba(32, 220, 233, 0.793), rgba(39, 21, 236, 0.8)); */ background-image: linear-gradient(283deg, rgba(32, 220, 233, 1), rgba(39, 21, 236, 1)); padding: 10px 0px; height: 70px; min-height: max-content; width: 100vw; display: flex; align-content: center; z-index: 999; } .buttonContainer { position: relative; min-width: max-content; height: max-content; padding: 0 5px; position: relative; cursor: pointer; } .navButtons { padding: 5px 20px; flex-grow: 1; display: flex; align-content: center; min-height: max-content; } .navButton { transition: ease .4s; border-radius: 6px; } .navRight { position: relative; flex-grow: 1; display: flex; justify-content: flex-end; align-items: flex-end; } .nameTitle>.navButton { display: flex; align-content: center; padding: 0 5px; } .navRight .navButton { padding: 5px 9px; min-width: max-content; } .buttonContainer:hover .navButton { transition: ease-in 0.4s; color: rgba(119, 0, 255, 0.786); background: rgb(255, 255, 255); } /* .buttonOverlayContainer:hover .buttonOverlay { transition: ease-in-out 0.9s; opacity: 0.5; } */ #mainPage { width: 100%; height: 100vh; } nav h1 { font-size: 2em; font-family: 'Pattaya', sans-serif; color: rgb(255, 255, 255); margin: 0px; } nav .myName { font-size: 2.8em; } #welcomePage { background-image: url("../images/animePretty.jpg"); display: flex; flex-direction: column; align-items: center; box-shadow: 0 0 3px rgba(39, 21, 236, 0.8); } .title { position: relative; font-family: 'Pattaya', sans-serif; color: white; font-size: 5em; top: 10vh; text-shadow: rgb(87, 0, 226); } .moveButton { position: relative; top:15vh; background: rgba(32, 220, 233, 1); color: white; width: 270px; height: 75px; line-height: 75px; text-align: center; border-radius: 2.2em; padding: 3px 12px; font-size: 2em; font-weight: 400; font-family: 'Squada One', cursive; /* looked this one up from css-tricks.com */ -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 6px #000000; transition: ease-out 0.3s; } .moveButton:hover { transition: ease 0.5s; background: white; text-shadow: rgb(87, 0, 226); } .Container { position: relative; max-width: 100%; height: 100vh; background-size: 100% 100%; background-position: center; display: flex; justify-content: center; } /*About Stuff*/ .aboutMe { /* min-height: 100vh; */ background-image: url("../images/divide.jpg"); box-shadow: 0 0 3px rgba(39, 21, 236, 0.8); justify-content: left; } .aboutDialogue { position: relative; display: flex; flex-direction: column; justify-content:space-evenly; margin-top: 30px; margin-left: 30px; } .aboutSection { width: 600px; height: 400px; background-color: #2721ec; color: azure; border-radius: 30px; padding: 10px; padding-top: 20px; text-align: center; display: flex; flex-direction: column; align-content: center; box-shadow: inset 0 0 15px 5px #4ba2ff; } .aboutText { width: 90%; height: 74%; background-color: rgb(48, 48, 48); margin-top: 10px; align-self: center; } #carouselExampleControls, .carousel-inner, .carousel-item { position: relative; height: 100%; width: 100%; } .carousel-control-prev-icon, .carousel-control-next-icon { color: blue; } .marcus { position: relative; border-radius: 50%; max-width: 375px; box-shadow: 0 0 10px 4px rgb(13 93 233 / 80%); border-style: inset; } .marcus:hover { transition: ease 0.8s; box-shadow: 0 0 10px 4px rgb(135, 135, 135); border-color: rgb(48, 196, 255); } /*About Stuff End*/ /*Portfolio Stuff*/ .portfolio { background-image: url("../images/sceneBrowsing.jpg"); align-content: space-around; justify-content: space-around; padding-top: 77px; } .portfolioCircle { background-color: azure; border-radius: 50%; width:400px; height: 400px; text-align: center; line-height: 50%; color: black; } .portfolioCircle .material-icons { font-size: 300px; line-height: 1.3em; } .portfolioCircle:hover { transition: ease-in 0.4s; color: rgba(0, 162, 255, 0.786); background: rgb(255, 255, 255); } /*End Portfolio*/ /*Resume*/ .resume { background-image: url("../images/blueGalaxy.jpg"); } /*End Resume*/
0.425605
0.076615
@charset "UTF-8"; @import url(https://cdn.allwin.bid/static/css/awa_wfont.css); /* reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, del, em, img, strong, 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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea { margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; font-family: "Noto Sans", "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif; font-weight: 400; } body, html { width: 100%; height: 100%; min-width: 1380px; letter-spacing: -0.5px; -webkit-font-smoothing: antialiased; font-size: 14px; color: #111; } main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } input, select, textarea, button { font-family: "Noto Sans", "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif; letter-spacing: -0.5px; font-weight: 400; font-size: 16px; outline: none; } ol, ul, li { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 0; } input, textarea, select, td, th { vertical-align: middle; } hr { display: none; } a { margin: 0; padding: 0; border: 0; background: transparent; text-decoration: none; color: #000; } em, address { font-style: normal; } fieldset { border: 0; vertical-align: top; } button { display: inline-block; font-size: 0; margin: 0; padding: 0; border: none; background: none; text-align: center; vertical-align: middle; white-space: nowrap; cursor: pointer; } select::-ms-expand { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity = 0); opacity: 0; } select { -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; padding: 0; margin: 0; border-radius: 0; border: 0; } input[type=checkbox], input[type=radio], input[type=text], input[type=password], input[type=email] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; padding: 0; margin: 0; border-radius: 0; border: 0; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } input[type=text]::-ms-clear { display: none; } legend, .blind { overflow: hidden; position: absolute; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset; -webkit-text-fill-color: #000; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -moz-transition: background-color 5000s ease-in-out 0s; -o-transition: background-color 5000s ease-in-out 0s; -webkit-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s; } .mT70 { margin-top: 70px; } .mCustomScrollbar { -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; } .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action { -ms-touch-action: auto; touch-action: auto; } .mCustomScrollBox { position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: 0; direction: ltr; } .mCSB_container { overflow: hidden; width: auto; height: auto; } .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; } .mCS-dir-rtl>.mCSB_inside>.mCSB_container { margin-right: 0; margin-left: 30px; } .mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; } .mCSB_scrollTools { position: absolute; width: 5px; height: auto; left: auto; top: 5px; right: 5px; bottom: 5px; opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; } .mCSB_outside+.mCSB_scrollTools { right: -26px; } .mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools { right: auto; left: 0; } .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools { left: -26px; } .mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; } .mCSB_scrollTools a+.mCSB_draggerContainer { margin: 20px 0; } .mCSB_scrollTools .mCSB_draggerRail { width: 5px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; background: rgba(229, 229, 229, 0.5); } .mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; z-index: 1; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { position: relative; width: 5px; height: 100%; margin: 0 auto; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-align: center; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; } .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools .mCSB_buttonDown { bottom: 0; } .mCSB_horizontal.mCSB_inside>.mCSB_container { margin-right: 0; margin-bottom: 30px; } .mCSB_horizontal.mCSB_outside>.mCSB_container { min-height: 100%; } .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0; } .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer { margin: 0 20px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; height: 100%; left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; margin: 2px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; margin: 4px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0; } .mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px; } .mCSB_container_wrapper>.mCSB_container { padding-right: 30px; padding-bottom: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px; } .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px; } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0; } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px; } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0; } .mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper { margin-right: 0; margin-left: 30px; } .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container { padding-right: 0; } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container { padding-bottom: 0; } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; margin-left: 0; } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } .mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar { -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox ~ .mCSB_scrollTools { opacity: 0; filter: "alpha(opacity=0)"; } .mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag { opacity: 1; filter: "alpha(opacity=100)"; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #4e4e4e; } .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #4e4e4e; } .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #4e4e4e; } .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp { background-repeat: no-repeat; opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; } .mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0; } .mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px; } .mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px; } .mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px; } .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; } .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active { opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; } .select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; } .select2-container .select2-selection--single { position: relative; box-sizing: border-box; cursor: pointer; display: block; height: 42px; line-height: 42px; user-select: none; -webkit-user-select: none; border: 1px solid #cecece; font-size: 14px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { display: inline-block !important; position: absolute !important; top: 16px !important; right: 16px !important; width: 13px !important; height: 8px !important; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-off.png") center center no-repeat !important; border: none !important; left: auto !important; margin: 0 !important; -webkit-transform: rotateZ(0); transform: rotateZ(0); } .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-on.png") center center no-repeat !important; -webkit-transform: rotateZ(0); transform: rotateZ(0); } .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 16px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; display: block; padding-right: 40px; } .select2-search--hide { display: none !important; } .select2-dropdown { border: 1px solid #b3b3b3; background: #fff; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 500; } .select2-container--open .select2-dropdown { left: 0; } .select2-search--dropdown { display: block; padding: 5px; } .select2-search--dropdown .select2-search__field { padding: 0; margin: 0; width: 100%; height: 30px; color: #000; text-indent: 10px; border: 1px solid #b3b3b3; line-height: 33px; font-size: 12px; font-family: "Noto Sans"; background: transparent; } .select2-container--default .select2-results__options { max-height: 180px; overflow: hidden; overflow-y: auto; } .select2-container--default .select2-results__option { cursor: pointer; padding-left: 20px; height: 42px; line-height: 42px; font-size: 14px; padding-right: 10px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .select2-container--default .select2-results__option span { display: block; } .select2-container--default .select2-results__option .tourway { display: inline-block; width: 112px; height: 28px; background: url("https://cdn.allwin.bid/air/resource/img/img_comm-flag2.png") center center no-repeat; margin-left: 10px; } .select2-container--default .select2-results__message { cursor: default; height: auto; padding: 10px; line-height: normal; } .select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity = 0); } .select2-hidden-accessible { border: 0 !important; clip: rect(0, 0, 0, 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } .select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #ebaa2c; color: white; } .select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 30px; display: none; } .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; } .select2-container--picker-select2 .select2-results__option { line-height: 26px; padding-left: 10px; } .select2-container--picker-select2 .select2-results__option--highlighted[aria-selected] { background-color: #ebaa2c; color: white; } .awa-tooltip { position: absolute; z-index: 300; padding: 0; opacity: 1; display: table; vertical-align: middle; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); } .awa-tooltip:before { content: ""; position: absolute; } .awa-tooltip.left:before { top: 50%; left: -3px; margin-top: -3px; width: 4px; height: 6px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-left.png") center center no-repeat; } .awa-tooltip.right:before { top: 50%; right: -3px; margin-top: -3px; width: 4px; height: 6px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-right.png") center center no-repeat; } .awa-tooltip.bottom:before { bottom: -3px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-btm.png") center center no-repeat; } .awa-tooltip.top:before { top: -3px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-top.png") center center no-repeat; } .awa-tooltip.left { margin-left: 5px; } .awa-tooltip.right { margin-left: -13px; } .awa-tooltip.top { margin-top: 5px; } .awa-tooltip.bottom { margin-top: 0px; } .awa-tooltip .ui-tooltip-content { border: 1px solid #7d7d7d; font-size: 12px; color: #000; padding: 10px; display: table-cell; vertical-align: middle; background: #fff; font-family: "Geogrotesque-SemiBold", "Noto Sans"; text-align: center; } .codeshare-tooltips { font-size: 12px; color: #000; } .codeshare-tooltips em { font-size: 12px; font-family: "Geogrotesque-Regular"; margin-left: 3px; } .hidden-stops-tooltips { font-size: 12px; color: #000; } .hidden-stops-tooltips em { font-size: 12px; font-family: "Geogrotesque-Regular"; margin-left: 3px; } .model-tooltips { font-size: 12px; font-family: "Geogrotesque-Regular"; } .model-tooltips em { font-family: "Noto Sans"; margin-right: 5px; } .cls-tooltips { text-align: left; } .cls-tooltips dt { font-weight: 500; font-size: 12px; display: inline-block; margin-right: 5px; } .cls-tooltips dd { font-family: "Geogrotesque-Light"; font-size: 12px; display: inline-block; color: #fe4d0a; } .cls-tooltips dd b { color: #fe4d0a; font-size: 13px; } .price-tooltips .price-tooltip-tit { font-weight: 700; font-size: 12px; display: block; text-align: left; margin-bottom: 5px; } .price-tooltips .price-tooltip-tit em { font-family: "Geogrotesque-SemiBold"; } .price-tooltips .price-tooltip-item { overflow: hidden; width: 170px; } .price-tooltips .price-tooltip-item dt { float: left; font-size: 12px; } .price-tooltips .price-tooltip-item dd { position: relative; float: right; font-family: "Geogrotesque-Regular"; font-size: 12px; } .price-tooltips .price-tooltip-item dd:after { content: "원"; font-family: "Noto Sans"; font-size: 12px; } .price-tooltips .price-tooltip-item.total dt { color: #fe4e0c; } .price-tooltips .price-tooltip-item.total dd { color: #fe4e0c; } .trip-tooltips { font-size: 0; padding: 15px 0; text-align: left; } .trip-tooltips .trip-tooltip-group { position: relative; display: inline-block; vertical-align: top; padding: 10px 25px; } .trip-tooltips .trip-tooltip-group:before { content: "/"; font-size: 26px; font-weight: 100; position: absolute; top: 10px; right: -6px; line-height: 80%; color: #111; } .trip-tooltips .trip-tooltip-group:last-child:before { display: none; } .trip-tooltips .tri-item { position: relative; display: inline-block; vertical-align: top; padding: 0 25px; } .trip-tooltips .tri-item:after { content: ""; width: 16px; height: 13px; position: absolute; top: 7px; right: -10px; background: url("https://cdn.allwin.bid/air/resource/img/ico_plane2.png") no-repeat; } .trip-tooltips .tri-item:first-child { padding-left: 0; } .trip-tooltips .tri-item:last-child { padding-right: 0; } .trip-tooltips .tri-item:last-child:after { display: none; } .trip-tooltips .tri-item .city { display: block; font-size: 26px; font-weight: 700; line-height: 100%; } .trip-tooltips .tri-item .city em { font-family: "Geogrotesque-SemiBold"; } .trip-tooltips .tri-item .date { display: block; font-size: 12px; color: #aaa; } .trip-tooltips .tri-item .date em { font-family: "Geogrotesque-Medium"; } .loading-ani { -webkit-animation-name: placeHolderShimmer; -ms-animation-name: placeHolderShimmer; animation-name: placeHolderShimmer; -webkit-animation-duration: 1.5s; -ms-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -ms-animation-timing-function: linear; animation-timing-function: linear; background: #f6f7f8; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), color-stop(100%, #f6f7f8)); background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); background-image: linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100% ); background-repeat: no-repeat; } .loading-ani.ele-tit { height: 20px; } .loading-ani.ele1 { width: 40px; height: 20px; } .loading-ani.ele2 { width: 60px; height: 20px; } .loading-ani.ele3 { width: 80px; height: 20px; } .loading-ani.ele4 { height: 50px; } .loading-ani.ele5 { width: 34px; height: 62px; display: inline-block; vertical-align: top; margin: 0 0 0 40px; } .loading-ani.ele6 { width: 70px; height: 35px; display: inline-block; vertical-align: top; margin: 13px 0 0 50px; } .loading-ani.ele7 { width: 430px; height: 60px; display: inline-block; vertical-align: top; margin: 0 0 0 40px; } .loading-ani.ele8 { width: 50px; height: 20px; display: block; margin: 0 auto; } .loading-ani.ele9 { width: 125px; height: 30px; display: block; margin: 5px auto; } .loading-ani.ele10 { width: 70px; height: 15px; display: block; margin: 0 auto; } .loading-ani.ele11 { width: 80px; height: 30px; display: block; margin: 35px auto 0 auto; } .loading-ani.ele12 { width: 80px; height: 30px; display: block; margin: 0 auto; } .loading-ani.ele13 { width: 100px; height: 30px; display: block; margin: 0 auto; } .clear { clear: both; } .dim { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 800; background: rgba(0, 0, 0, 0.6); } .dims { position: fixed; top: 0px; left: 0px; bottom: 0; right: 0; z-index: 30; background: rgba(0, 0, 0, 0.5); } .in-dims { position: absolute; top: 0px; left: 0px; bottom: 0; right: 0; z-index: 30; background: rgba(0, 0, 0, 0.5); } .kill { overflow: hidden; width: 100%; height: 100%; } .hidden { display: none; } .required { font-size: 12px; color: #fc5625; } .airline-code__wing { position: relative; font-size: 13px; display: inline-block; height: 28px; line-height: 40px; } .airline-code__wing .tail { width: 34px; height: 39px; display: inline-block; vertical-align: top; margin-right: 5px; margin-bottom: 2px; } .airline-code__wing .tail img { width: 34px; height: 39px; } .bt-full { display: inline-block; height: 56px; line-height: 56px; text-align: center; font-size: 16px; color: #fff; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 500; border-radius: 2px; } .bt-full.block { display: block; width: 100%; } .bt-full.line { border: 1px solid #a4a4a4; color: #a4a4a4; } .bt-full.lineB { border: 1px solid #111; color: #111; } .bt-full.yellow { background: #ebaa2c; } .bt-full.black { background: #000; } .bt-full.navy { background: #210f5c; } .bt-full.gray { background: #949494; } .bt-full.w160 { width: 160px !important; } .bt-full.w180 { width: 160px !important; } .bt-full.w207 { width: 207px !important; } .bt-full.w230 { width: 230px !important; } .bt-full.w240 { width: 240px !important; } .bt-full.w291 { width: 291px !important; } .bt-small { display: inline-block; padding: 0 20px; height: 32px; line-height: 32px; text-align: center; font-size: 13px; color: #fff; border-radius: 2px; font-weight: 700; box-sizing: border-box; } .bt-small.navy { background: #210f5c; } .bt-small.yellow { background: #ebaa2c; } .bt-small.line { border: 1px solid #292a4d; color: #292a4d; } .bt-link { display: inline-block; font-size: 14px; color: #a4a4a4; border-bottom: 1px solid #a4a4a4; } .bt-link.black { color: #111; border-bottom: 1px solid #111; } .close { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .close:hover { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); } .range-slider { padding-top: 20px; } .range-slider-tit { font-size: 13px; color: #666; display: block; margin-bottom: 25px; } .filter-bid-range { width: 162px; font-size: 12px; position: relative; background: #e2e2e2; height: 2px; } .filter-bid-range .bid__handle { position: absolute; bottom: -6px; left: -4px; z-index: 2; width: 12px; height: 17px; background: url("https://cdn.allwin.bid/air/resource/img/ico_bid-handler.png") center center no-repeat; cursor: default; -ms-touch-action: none; touch-action: none; text-align: center; cursor: pointer; outline: 0; } .filter-bid-range .bid__handle .bid__handle-ment { position: absolute; font-size: 0; } .filter-bid-range .bid__range { position: absolute; left: 0; width: 100%; height: 2px; z-index: 1; display: block; border: 0; background-position: 0 0; background: #f9c028; } .filter-bid-range .bid__range--min { bottom: 0; } .filter-bid-range .bid__range--max { top: 0; } .filter-bid-range .bid__value { position: absolute; bottom: -20px; font-size: 0; } .filter-bid-range .bid__value em { font-family: "Geogrotesque-Regular", "Noto Sans"; color: #666; font-size: 13px; } .filter-bid-range .bid__value.bid__value-max { right: 0; } .filter-bid-range .bid__value.bid__value-min { left: 0; } .filter-bid-range.solo .bid__value.bid__value-max em { font-size: 0; } .filter-bid-range.solo .bid__value.bid__value-max em:before { content: "전체"; font-size: 12px; color: #000; } .custom-select { display: block; } .custom-select .select2-container .select2-selection--single { border-radius: 2px; height: 42px; background: #fff; display: block; box-sizing: border-box; } .ags-forms .form-group .custom-select .select2-container .select2-selection--single { height: 56px; font-size: 16px; line-height: 54px; } .ags-forms .form-group .custom-select .select2-container .select2-selection--single:hover { border: 1px solid #333; } .custom-select.inline { display: inline-block; } .custom-select.large { height: 56px; border: 0; } .custom-select.large ::-webkit-input-placeholder { font-size: 16px; } .custom-select.large ::-moz-placeholder { font-size: 16px; } .custom-select.large :-ms-input-placeholder { font-size: 16px; } .custom-select.large :-moz-placeholder { font-size: 16px; } .custom-select.large input { height: 56px; text-indent: 20px; } .custom-select.large .select2-container .select2-selection--single { border-radius: 1px; height: 56px; line-height: 56px; background: #fff; display: block; box-sizing: border-box; } .custom-select.large .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 24px !important; } .ags-forms .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 24px !important; } .custom-select.line .select2-container .select2-selection--single { border: 0; border-bottom: 1px solid #000; } .custom-select.error { border: 1px solid #fc5625; } .custom-select.success { border: 1px solid #f9c028; } .custom-input { position: relative; border: 1px solid #cecece; border-radius: 2px; height: 42px; background: #fff; display: block; box-sizing: border-box; overflow: hidden; } .custom-input ::-webkit-input-placeholder { font-size: 14px; color: #aaa !important; } .custom-input ::-moz-placeholder { font-size: 14px; color: #aaa !important; } .custom-input :-ms-input-placeholder { font-size: 14px; color: #aaa !important; } .custom-input :-moz-placeholder { font-size: 14px; color: #aaa !important; } .ags-forms .custom-input ::-webkit-input-placeholder { font-size: 16px; color: #aaa !important; } .ags-forms .custom-input ::-moz-placeholder { font-size: 16px; color: #aaa !important; } .ags-forms .custom-input :-ms-input-placeholder { font-size: 16px; color: #aaa !important; } .ags-forms .custom-input :-moz-placeholder { font-size: 16px; color: #aaa !important; } .custom-input input { position: relative; width: 100%; height: 40px; text-indent: 12px; font-size: 14px; background: transparent; z-index: 1; } .custom-input input:disabled { background: #f0f0f0; color: #aaa; } .custom-input input:read-only { background: #f0f0f0; color: #aaa; } .custom-input:after { content: ""; position: absolute; cursor: pointer; z-index: 0; } .custom-input.inline { display: inline-block; vertical-align: top; } .custom-input.pos:after { width: 15px; height: 20px; top: 9px; right: 14px; background: url("https://cdn.allwin.bid/air/resource/img/ico_position.png") center center no-repeat; } .custom-input.large { height: 56px; border: 0; } .custom-input.large ::-webkit-input-placeholder { font-size: 16px; } .custom-input.large ::-moz-placeholder { font-size: 16px; } .custom-input.large :-ms-input-placeholder { font-size: 16px; } .custom-input.large :-moz-placeholder { font-size: 16px; } .custom-input.large input { height: 56px; text-indent: 20px; } .custom-input.large.pos:after { top: 18px; } .custom-input.large.arrow:after { top: 21px; } .custom-input.cal:after { width: 20px; height: 20px; top: 18px; right: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_cal.png") center center no-repeat; } .custom-input.time:after { width: 22px; height: 22px; top: 17px; right: 21px; background: url("https://cdn.allwin.bid/air/resource/img/ico_time.png") center center no-repeat; } .custom-input.cal-long em { font-size: 16px; color: #ccc; position: absolute; top: 0; left: 20px; line-height: 56px; font-family: "Geogrotesque-Medium"; } .custom-input.cal-long input { text-indent: 120px; } .custom-input.cal-long:after { width: 20px; height: 20px; top: 18px; right: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_cal.png") center center no-repeat; } .custom-input.arrow:after { width: 8px; height: 13px; top: 14px; right: 20px; background: url("https://cdn.allwin.bid/air/resource/img/ico_input-arrow.png") center center no-repeat; } .custom-input.money ::-webkit-input-placeholder { font-size: 16px; } .custom-input.money ::-moz-placeholder { font-size: 16px; } .custom-input.money :-ms-input-placeholder { font-size: 16px; } .custom-input.money :-moz-placeholder { font-size: 16px; } .custom-input.money input { text-align: right; padding-right: 20px !important; font-family: "Geogrotesque-SemiBold"; font-size: 18px; } .custom-input.money:before { content: ""; position: absolute; top: 50%; left: 20px; margin: -6px 0 0 0; width: 18px; height: 12px; background: url("https://cdn.allwin.bid/air/resource/img/ico_won.png") center center no-repeat; } .custom-input.line { border: 0; border-bottom: 1px solid #000; border-radius: 0; } .custom-input.error { border: 1px solid #fc5625; } .custom-input.success { border: 1px solid #f9c028; } .custom-input.file { border: 0; border-radius: 0; } .custom-input.file input { width: 270px; border: 1px solid #cecece; border-radius: 2px; } .custom-input.file button { position: absolute; top: 0; right: 0; width: 90px; height: 40px; line-height: 40px; border: 1px solid #111; text-align: center; box-sizing: border-box; font-size: 14px; border-radius: 2px; } .custom-input.is-clicked { z-index: 40; } .custom-textarea { position: relative; border: 1px solid #cecece; border-radius: 2px; background: #fff; display: block; box-sizing: border-box; overflow: hidden; padding: 10px; } .custom-textarea textarea { width: 100%; font-size: 14px; } .custom-textarea.error { border: 1px solid #fc5625; } .custom-textarea.success { border: 1px solid #f9c028; } .custom-radio { display: inline-block; } .custom-radio input { opacity: 0; position: absolute; } .custom-radio input+label { position: relative; padding-left: 27px; color: #aaa; font-size: 16px; cursor: pointer; display: block; height: 20px; line-height: 20px; font-weight: 400; } .custom-radio input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: #fff; width: 20px; height: 20px; border-radius: 20px; line-height: 20px; box-sizing: border-box; border: 1px solid #ddd; } .custom-radio input:checked+label { color: #111; } .custom-radio input:checked+label:after { content: ""; position: absolute; top: 5px; left: 5px; width: 10px; height: 10px; border-radius: 10px; background: #ebaa2c; } .custom-check { display: inline-block; margin-right: 20px; } .custom-check input { opacity: 0; position: absolute; } .custom-check input+label { position: relative; padding-left: 24px; color: #000; font-size: 14px; cursor: pointer; display: block; height: 18px; line-height: 18px; } .custom-check input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: #fff; border: 1px solid #9a9ea6; width: 18px; height: 18px; line-height: 18px; border: 1px solid #c7c7cd; } .custom-check input:checked+label { color: #000; } .custom-check input:checked+label:before { border: 1px solid #ebaa2c; background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_check.png") center center no-repeat; } .custom-check .number { font-family: "Geogrotesque-Medium"; } .trip-label { display: inline-block; min-width: 20px; height: 16px; line-height: 16px; padding: 0 5px; text-align: center; font-size: 10px; color: #fff; margin-right: 3px; } .trip-label.label1 { background: #ff4378; } .trip-label.label2 { background: #888; } .paging { margin: 40px auto 0 auto; text-align: center; font-size: 0; } .paging a { display: inline-block; margin: 0 2px; width: 34px; height: 34px; line-height: 34px; font-size: 14px; color: #aaa; border: 1px solid #cecece; font-family: "Geogrotesque-SemiBold"; text-align: center; } .paging a:hover { border: 1px solid #111 !important; color: #292a4d !important; } .paging .actived { border: 1px solid #111 !important; color: #292a4d !important; } .paginationjs { margin: 40px auto 0 auto; text-align: center; font-size: 0; } .paginationjs li { display: inline-block; margin: 0 2px; } .paginationjs li.active a { border: 1px solid #111 !important; color: #292a4d !important; } .paginationjs li a { display: block; width: 34px; height: 34px; line-height: 34px; font-size: 14px; color: #aaa; border: 1px solid #cecece; font-family: "Geogrotesque-SemiBold"; text-align: center; } .paginationjs li a:hover { border: 1px solid #111 !important; color: #292a4d !important; } .csr-tooltip { position: absolute; top: 53px; left: 50%; width: 317px; margin-left: -159px; border: 1px solid #7d7d7d; box-sizing: border-box; background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); } .csr-tooltip:before { content: ""; position: absolute; top: -4px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-top.png") center center no-repeat; } .csr-tooltip .csr-tooltip-inner { position: relative; padding: 7px 14px; } .csr-tooltip strong { font-weight: 700; font-size: 12px; display: block; margin-bottom: 5px; } .csr-tooltip li { font-size: 12px; line-height: 19px; padding: 2px 0; } .csr-tooltip .enter { margin-left: 5px; text-indent: -9999px; display: inline-block; width: 54px; height: 19px; background: url("https://cdn.allwin.bid/air/resource/img/img_enter2.png") center center no-repeat; } .csr-tooltip button { position: absolute; top: 10px; right: 14px; width: 13px; height: 13px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close4.png") center center no-repeat; background-size: 13px 13px; } .awa-datepicker { min-width: 230px; position: absolute; z-index: 1; background: #fff; padding: 0; border: 1px solid #cecece; margin-left: 31px; } .awa-datepicker.single-date { padding: 0; } .awa-datepicker.single-date.single-month { max-width: 230px; } .awa-datepicker.single-date.two-months .month-wrapper { margin: 0; width: 433px; border: 1px solid #b3b3b3; } .awa-datepicker.single-date.two-months .month-wrapper .month-item { width: 216px; border: 0; } .awa-datepicker.single-date .month-wrapper { width: auto; border: 0; padding: 0; } .awa-datepicker.single-date .month-wrapper table { width: 100%; } .awa-datepicker.single-date .month-wrapper .month-item { float: none !important; clear: both !important; width: 100%; /*padding: 5px;*/ border: 1px solid #b3b3b3; } .awa-datepicker.single-date thead th { height: 30px; } .awa-datepicker.single-date thead select { height: 30px; font-size: 18px; } .awa-datepicker.single-date thead .prev { height: 30px; background-size: 10px 17px; } .awa-datepicker.single-date thead .next { height: 30px; background-size: 10px 17px; } .awa-datepicker.single-date thead .dot { top: 4px; width: 3px; height: 3px; } .awa-datepicker.single-date thead .week-name th { font-size: 12px; height: 30px; } .awa-datepicker.single-date tbody td { height: 30px; } .awa-datepicker.single-date tbody td .day { height: 30px; line-height: 30px; text-align: center; font-size: 13px; } .awa-datepicker .holiday.hovering { color: #fd9a7c !important; } .awa-datepicker .holiday.first-date-selected, .awa-datepicker .holiday.last-date-selected { color: #fff !important; } .awa-datepicker .month-wrapper { width: 443px; position: relative; overflow: hidden; font-size: 0; margin: 0 auto; padding: 10px; } .awa-datepicker .month-wrapper .month-item { position: relative; width: 216px; display: inline-block; box-sizing: border-box; } .awa-datepicker .month-wrapper .month-item.first { float: left; } .awa-datepicker .month-wrapper .month-item.second { float: right; } .awa-datepicker .month-wrapper table { width: 216px; margin: 0 auto; } .awa-datepicker .month-wrapper table thead .select-wrapper { font-size: 0; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; } .awa-datepicker .month-wrapper table thead select { height: 30px; font-size: 18px; color: #000; font-family: "Geogrotesque-SemiBold"; background: none; } .awa-datepicker .month-wrapper table thead option { font-size: 18px; } .awa-datepicker .month-wrapper table thead th { height: 30px; border: 0 !important; background: none !important; } .awa-datepicker .month-wrapper table thead .month-name { text-align: center !important; width: 284px; } .awa-datepicker .month-wrapper table thead .month-element { font-size: 20px; color: #000; font-family: "Geogrotesque-SemiBold"; background: none; vertical-align: middle; display: inline-block; } .awa-datepicker .month-wrapper table thead .prev { font-size: 0; vertical-align: top; cursor: pointer; display: inline-block; min-width: 30px; height: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_arrow-left-black.svg") center center no-repeat; background-size: 10px 19px; } .awa-datepicker .month-wrapper table thead .next { font-size: 0; vertical-align: top; cursor: pointer; display: inline-block; min-width: 30px; height: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_arrow-right-black.svg") center center no-repeat; background-size: 10px 19px; } .awa-datepicker .month-wrapper table thead .dot { position: relative; top: 8px; margin: 0 5px; display: inline-block; background: #000; width: 3px; height: 3px; } .awa-datepicker .month-wrapper table thead .week-name th { font-weight: normal; font-size: 12px; color: #999; height: 30px; text-align: center; } .awa-datepicker tbody { border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; } .awa-datepicker tbody td { padding: 0 !important; height: 30px; text-align: center; cursor: pointer; border-top: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .awa-datepicker tbody td .day { width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 13px; color: #000; font-family: "Geogrotesque-Regular"; } .awa-datepicker tbody td .day.real-today { position: relative; background: #e2e2e2; } .awa-datepicker tbody td .lastMonth { color: #999; } .awa-datepicker tbody td .nextMonth { color: #999; } .awa-datepicker tbody td .first-date-selected { background: #ebaa2c !important; color: #fff; } .awa-datepicker tbody td .last-date-selected { background: #ebaa2c !important; color: #fff; } .awa-datepicker tbody td .checked { background: #f9ecd3; } .awa-datepicker tbody td .lastMonth.checked, .awa-datepicker tbody td .nextMonth.checked { background: none !important; color: #999 !important; } .awa-datepicker tbody td .hovering { background: #f9ecd3 !important; color: #000 !important; } .awa-datepicker .time-choices { border: 1px solid #b3b3b3; border-top: 0; font-size: 0; padding: 5px; overflow: hidden; } .awa-datepicker .time-choices span { position: relative; display: inline-block; width: 105px; } .awa-datepicker .time-choices span:after { content: ""; font-size: 14px; display: inline-block; line-height: 30px; margin-left: 6px; } .awa-datepicker .time-choices select { display: block; box-sizing: border-box; border: 1px solid #e6e6e6; vertical-align: top; display: inline-block; font-size: 14px; padding-left: 10px; width: 80px; height: 30px; } .awa-datepicker .time-choices .hour { float: left; } .awa-datepicker .time-choices .hour:after { content: "시"; } .awa-datepicker .time-choices .minute { float: right; } .awa-datepicker .time-choices .minute:after { content: "분"; } .awa-datepicker .month-apply { padding: 5px 0 5px 0; text-align: center; border: 1px solid #b3b3b3; border-top: 0; overflow: hidden; clear: both; } .awa-datepicker .bt-month-apply { border: 1px solid #b3b3b3; font-size: 12px; display: inline-block; width: 100px; height: 30px; color: #000; text-align: center; line-height: 30px; } .awa-datepicker .footer { padding: 0; border: 0; display: none; } .air-layer { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(236, 173, 51, 0.97); z-index: 100; overflow: hidden; } .air-layer .inner { width: 970px; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .air-layer .inner.airlies { height: 625px; } .air-layer .inner.airlies .paging a { color: #fff; border: 1px solid #fff; } .air-layer .inner.airlies .paginationjs { margin: 40px auto 0 auto; text-align: center; font-size: 0; } .air-layer .inner.airlies .paginationjs li { display: inline-block; margin: 0 2px; } .air-layer .inner.airlies .paginationjs li.active a { border: 1px solid #111 !important; color: #292a4d !important; } .air-layer .inner.airlies .paginationjs li a { display: block; width: 34px; height: 34px; line-height: 34px; font-size: 14px; color: #fff; border: 1px solid #fff; font-family: "Geogrotesque-SemiBold"; text-align: center; } .air-layer .inner.airlies .paginationjs li a:hover { border: 1px solid #111 !important; color: #292a4d !important; } .air-layer .inner.dates .layer-header { padding-bottom: 20px; } .air-layer .inner.dates .close { right: -50px; } .air-layer .inner.crs-share { width: 580px; } .air-layer .inner.pnr-reg { width: 820px; } .air-layer .inner.zip-code { width: 580px; } .air-layer .inner.air-fare-detail { width: 1110px; } .air-layer .inner.air-fare-detail .layer-header { padding-bottom: 20px; } .air-layer .inner.air-fare-detail .layer-body { background: #fff; padding: 80px 105px 50px 105px; } .air-layer .inner.srch-loading { width: 100%; max-width: 1200px; top: 100px; left: 50%; -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .air-layer .inner.srch-loading .tits { font-weight: 300; font-size: 40px; line-height: 120%; margin-bottom: 80px; color: #fff; letter-spacing: -2px; } .air-layer .inner.srch-loading .tits strong { font-weight: 700; } .air-layer .inner.srch-loading .trips { display: inline-block; font-size: 0; } .air-layer .inner.srch-loading .trips dl { display: inline-block; vertical-align: top; margin-right: 45px; } .air-layer .inner.srch-loading .trips dl:last-child { margin-right: 0; } .air-layer .inner.srch-loading .trips dt { font-size: 36px; font-weight: 700; letter-spacing: -2px; } .air-layer .inner.srch-loading .trips dt strong { font-weight: normal; font-family: "Geogrotesque-SemiBold"; } .air-layer .inner.srch-loading .trips dd { color: #fff; font-size: 16px; } .air-layer .inner.srch-loading .gage { position: relative; display: block; height: 16px; margin-top: 20px; } .air-layer .inner.srch-loading .gage .bar { width: 100%; height: 2px; background: #fff; position: absolute; top: 50%; left: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .inner.srch-loading .gage .plane { width: 20px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_white-plane.svg") center center no-repeat; position: absolute; top: 50%; right: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .layer-header { position: relative; padding-bottom: 50px; } .air-layer .layer-header h1 { font-size: 36px; color: #fff; font-weight: 700; letter-spacing: -2px; line-height: 100%; } .air-layer .layer-header h1.type2 { color: #000; } .air-layer .layer-header .tit-infos { position: absolute; bottom: 10px; right: 0; } .air-layer .layer-header .tit-infos .layer-check { display: inline-block; } .air-layer .layer-header .tit-infos .layer-check input { opacity: 0; position: absolute; } .air-layer .layer-header .tit-infos .layer-check input+label { position: relative; padding-left: 28px; color: #fff; font-size: 14px; cursor: pointer; display: block; height: 18px; line-height: 18px; } .air-layer .layer-header .tit-infos .layer-check input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: transparent; border: 1px solid #9a9ea6; width: 18px; height: 18px; line-height: 18px; border: 1px solid #fff; } .air-layer .layer-header .tit-infos .layer-check input:checked+label { color: #fff; } .air-layer .layer-header .tit-infos .layer-check input:checked+label:before { border: 1px solid #fff; background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_check.png") center center no-repeat; background-size: 8px 7px; } .air-layer .layer-header .tit-infos .custom-select { margin-left: 30px; } .air-layer .layer-header .tit-infos .custom-select select { width: 140px; } .air-layer .layer-header .tit-infos .custom-select .select2-container .select2-selection--single { background: none; border: 0; border-bottom: 1px solid #fff; color: #fff; } .air-layer .layer-header .tit-infos .custom-select .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 10px; } .air-layer .layer-header .tit-infos .custom-select .select2-container .select2-selection--single .select2-selection__arrow b { display: inline-block !important; position: absolute !important; top: 18px !important; right: 10px !important; width: 13px !important; height: 8px !important; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow2-off.png") center center no-repeat !important; border: none !important; left: auto !important; margin: 0 !important; -webkit-transform: rotateZ(0); transform: rotateZ(0); } .air-layer .layer-header .tit-infos .custom-select .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow2-on.png") center center no-repeat !important; -webkit-transform: rotateZ(0); transform: rotateZ(0); } .air-layer .srching-input { position: relative; width: 820px; } .air-layer .srching-input ::-webkit-input-placeholder { color: #fff; font-size: 18px; } .air-layer .srching-input ::-moz-placeholder { color: #fff; font-size: 18px; } .air-layer .srching-input :-ms-input-placeholder { color: #fff; font-size: 18px; } .air-layer .srching-input :-moz-placeholder { color: #fff; font-size: 18px; } .air-layer .srching-input input { font-size: 18px; padding-bottom: 10px; color: #fff; width: 100%; border: 0; border-bottom: 1px solid #fff; text-indent: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_srch.png") 0 6px no-repeat; } .air-layer .srching-input .del { position: absolute; top: 10px; right: 0; font-size: 12px; height: 16px; line-height: 16px; color: #fff; } .air-layer .srching-input .del:before { content: ""; display: inline-block; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_val-close.png") center center no-repeat; vertical-align: top; margin-right: 5px; } .air-layer .srching-input .result-nums { width: 350px; border-bottom: 1px solid #fff; font-size: 18px; color: #fff; padding-bottom: 5px; } .air-layer .domestic-items { display: block; font-size: 0; margin: -5px 0 0 -5px; width: 780px; } .air-layer .domestic-items li { display: inline-block; margin: 5px; } .air-layer .domestic-items .domestic-radio { display: inline-block; width: 120px; height: 52px; box-sizing: border-box; } .air-layer .domestic-items .domestic-radio input { position: absolute; opacity: 0; } .air-layer .domestic-items .domestic-radio input+label { font-family: "Noto Sans"; display: block; font-size: 16px; color: #fff; width: 120px; height: 52px; line-height: 52px; border: 1px solid #fff; box-sizing: border-box; text-align: center; cursor: pointer; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .domestic-items .domestic-radio input:checked+label { color: #000; border: 1px solid #000; } .air-layer .domestic-items .domestic-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer .layer-srching { min-height: 320px; height: 320px; overflow: hidden; overflow-y: auto; } .air-layer .layer-srching .srching-not { font-size: 14px; color: #000; } .air-layer .layer-srching .srching-item { display: inline-block; margin: 0 15px 10px 0; border-bottom: 1px solid #000; font-size: 14px; color: #000; font-family: "Noto Sans"; } .air-layer .layer-srch-result .in-scroll { height: 375px; overflow: hidden; overflow-y: auto; border-bottom: 1px solid #fff; box-sizing: border-box; } .air-layer .layer-srch-result table { width: 100%; } .air-layer .layer-srch-result table tr { cursor: pointer; } .air-layer .layer-srch-result table tr:first-child td { border-top: 0; } .air-layer .layer-srch-result table tr:hover td { background: rgba(255, 255, 255, 0.1); } .air-layer .layer-srch-result table tr:hover td span { color: #000; } .air-layer .layer-srch-result table td { border-top: 1px solid #f6d699; text-align: left; padding: 0 20px; height: 75px; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .layer-srch-result table td span { color: #fff; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .layer-srch-result table td.col1 span { width: 85px; } .air-layer .layer-srch-result table td.col2 span { width: 95px; } .air-layer .layer-srch-result table td.col3 { text-align: center; } .air-layer .layer-srch-result table td.col3 span { font-size: 16px; font-family: "Geogrotesque-Regular"; } .air-layer .layer-srch-result table td.col4 span { padding-left: 35px; font-size: 16px; font-family: "Geogrotesque-Regular"; } .air-layer .internationals { position: relative; overflow: hidden; margin-top: 40px; min-height: 320px; } .air-layer .internationals.long { min-height: 450px; } .air-layer .internationals .arrive-groups { position: absolute; top: 0; left: 0; width: 144px; border-right: 1px solid #f6d699; } .air-layer .internationals .arrive-groups li { margin-bottom: 20px; } .air-layer .internationals .arrive-groups li:last-child { margin-bottom: 0; } .air-layer .internationals .arrive-groups a { font-size: 18px; color: #fff; line-height: 100%; } .air-layer .internationals .arrive-groups a.actived { color: #000; font-weight: 700; } .air-layer .internationals .arrive-groups-child { margin: -5px 0 0 177px; } .air-layer .internationals .arrive-groups-child ul { display: block; font-size: 0; margin: 0 0 0 -5px; } .air-layer .internationals .arrive-groups-child ul.first { margin-bottom: 50px; } .air-layer .internationals .arrive-groups-child li { display: inline-block; margin: 5px; } .air-layer .internationals .arrive-groups-child .agc-radio { display: inline-block; width: 152px; height: 52px; box-sizing: border-box; } .air-layer .internationals .arrive-groups-child .agc-radio input { position: absolute; opacity: 0; } .air-layer .internationals .arrive-groups-child .agc-radio input+label { font-family: "Noto Sans"; display: block; font-size: 16px; color: #fff; width: 152px; height: 52px; line-height: 52px; border: 1px solid #fff; box-sizing: border-box; text-align: center; cursor: pointer; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .internationals .arrive-groups-child .agc-radio input:checked+label { color: #000; border: 1px solid #000; } .air-layer .internationals .arrive-groups-child .agc-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer .airlines { position: relative; overflow: hidden; margin-top: 40px; } .air-layer .airlines .airline-group { position: absolute; top: 0; left: 0; width: 144px; height: 100%; min-height: 300px; border-right: 1px solid #f6d699; } .air-layer .airlines .airline-group li { margin-bottom: 20px; } .air-layer .airlines .airline-group a { font-size: 18px; color: #fff; line-height: 100%; } .air-layer .airlines .airline-group a.actived { color: #000; font-weight: 700; } .air-layer .airlines .airline-group-child { margin: -5px 0 0 177px; } .air-layer .airlines .airline-group-child .sort { position: relative; } .air-layer .airlines .airline-group-child .sort .all { font-size: 14px; color: #111; position: absolute; top: 3px; left: 0; } .air-layer .airlines .airline-group-child .sort .all.actived { border-bottom: 1px solid #111; } .air-layer .airlines .airline-group-child .sort ul { margin: 0 0 10px 45px; } .air-layer .airlines .airline-group-child .sort ul li { display: inline-block; } .air-layer .airlines .airline-group-child .sort ul button { font-size: 14px; padding: 0 5px; width: 20px; text-align: center; box-sizing: border-box; } .air-layer .airlines .airline-group-child .sort ul.ko button { color: #111; } .air-layer .airlines .airline-group-child .sort ul.ko button.actived { border-bottom: 1px solid #111; } .air-layer .airlines .airline-group-child .sort ul.en li { margin-left: 1px; } .air-layer .airlines .airline-group-child .sort ul.en button { color: #fff; font-family: "Geogrotesque-Regular"; } .air-layer .airlines .airline-group-child .sort ul.en button.actived { border-bottom: 1px solid #fff; } .air-layer .airlines .airline-group-child .sort ul.en button:disabled { color: #ffc956; } .air-layer .airlines .airline-group-child .airline-items { display: block; font-size: 0; margin: 0 0 0 -5px; width: 670px; max-height: 310px; overflow-y: auto; } .air-layer .airlines .airline-group-child .airline-items li { display: inline-block; margin: 5px; } .air-layer .airlines .airline-group-child .airline-items .airline-radio { position: relative; display: inline-block; width: 152px; height: 52px; box-sizing: border-box; } .air-layer .airlines .airline-group-child .airline-items .airline-radio .tail { position: absolute; top: 10px; left: 18px; display: inline-block; height: 35px; z-index: -1; } .air-layer .airlines .airline-group-child .airline-items .airline-radio .tail img { position: absolute; top: 0; left: 0; width: 28px; height: 35px; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input { position: absolute; opacity: 0; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input+label { font-family: "Noto Sans"; display: block; font-size: 12px; color: #fff; width: 152px; height: 52px; line-height: 120%; border: 1px solid #fff; box-sizing: border-box; text-align: left; overflow: hidden; cursor: pointer; box-sizing: border-box; padding-left: 53px; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input+label .code { font-size: 18px; color: #fff; font-weight: 700; display: block; line-height: 100%; text-align: left; margin-top: 10px; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input+label span { display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input:checked+label { color: #000; border: 1px solid #000; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input:checked+label em { color: #000; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer .airlines .airline-group-child .airline-items .land-radio { position: relative; display: inline-block; width: 152px; height: 52px; box-sizing: border-box; } .air-layer .airlines .airline-group-child .airline-items .land-radio input { position: absolute; opacity: 0; } .air-layer .airlines .airline-group-child .airline-items .land-radio input+label { font-family: "Noto Sans"; display: block; font-size: 16px; color: #fff; width: 132px; height: 52px; line-height: 52px; padding: 0 10px; border: 1px solid #fff; box-sizing: border-box; text-align: left; overflow: hidden; cursor: pointer; box-sizing: border-box; text-align: center; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .air-layer .airlines .airline-group-child .airline-items .land-radio input:checked+label { color: #000; border: 1px solid #000; font-weight: 700; } .air-layer .airlines .airline-group-child .airline-items .land-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer .passengers { font-size: 0; margin-top: 80px; margin-bottom: 40px; } .air-layer .passengers ::-webkit-input-placeholder { color: #fff; font-size: 16px; } .air-layer .passengers ::-moz-placeholder { color: #fff; font-size: 16px; } .air-layer .passengers :-ms-input-placeholder { color: #fff; font-size: 16px; } .air-layer .passengers :-moz-placeholder { color: #fff; font-size: 16px; } .air-layer .passengers dl { width: 210px; display: inline-block; margin-right: 40px; } .air-layer .passengers dt { font-size: 18px; color: #000; } .air-layer .passengers dt em { font-size: 12px; color: #fff; margin-left: 5px; } .air-layer .passengers dd { position: relative; width: 210px; height: 52px; margin-top: 5px; box-sizing: border-box; border: 1px solid #fff; } .air-layer .passengers dd button { width: 50px; height: 50px; position: absolute; top: 0; } .air-layer .passengers dd button.up { right: 0; border-left: 1px solid #fff; } .air-layer .passengers dd button.up:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 16px; height: 1px; background: #fff; } .air-layer .passengers dd button.up:after { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -7px; width: 15px; height: 1px; background: #fff; transform: rotate(90deg); -ms-transform: rotate(90deg); } .air-layer .passengers dd button.down { left: 0; border-right: 1px solid #fff; } .air-layer .passengers dd button.down:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 16px; height: 1px; background: #fff; } .air-layer .passengers dd input { width: 107px; height: 50px; font-size: 16px; color: #fff; font-family: "Geogrotesque-Medium"; text-align: center; background: none; border: 0; margin-left: 50px; } .air-layer .seat-class { margin-bottom: 90px; } .air-layer .seat-class .seat-class-radio { display: inline-block; margin-right: 30px; } .air-layer .seat-class .seat-class-radio input { opacity: 0; position: absolute; } .air-layer .seat-class .seat-class-radio input+label { position: relative; padding-left: 34px; color: #fff; font-size: 16px; cursor: pointer; display: block; height: 24px; line-height: 22px; } .air-layer .seat-class .seat-class-radio input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: transparent; border: 1px solid #9a9ea6; width: 24px; height: 24px; border-radius: 24px; border: 1px solid #fff; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer .seat-class .seat-class-radio input+label:after { content: ""; } .air-layer .seat-class .seat-class-radio input:checked+label { color: #000; } .air-layer .seat-class .seat-class-radio input:checked+label:after { background: #fff; width: 12px; height: 12px; border-radius: 12px; position: absolute; top: 6px; left: 6px; } .air-layer .user-times { margin-top: 150px; } .air-layer .user-times .time-radios { margin-bottom: 65px; } .air-layer .user-times dl { padding: 25px 0; } .air-layer .user-times dt { display: inline-block; width: 120px; font-size: 18px; } .air-layer .user-times dd { display: inline-block; margin-right: 20px; } .air-layer .user-times button { width: 210px; height: 52px; line-height: 52px; text-align: center; box-sizing: border-box; border: 1px solid #fff; font-size: 16px; color: #fff; } .air-layer .user-times .custom-radio input+label { color: #fff; font-weight: 400; } .air-layer .user-times .custom-radio input+label:before { border: 1px solid #fff; background: none; } .air-layer .user-times .custom-radio input:checked+label { color: #000; } .air-layer .user-times .custom-radio input:checked+label:after { background: #fff; } .air-layer .user-times .line { height: 1px; background: rgba(255, 255, 255, 0.3); } .air-layer .bt-selects { width: 210px; height: 52px; line-height: 48px; text-align: center; color: #fff; border: 1px solid #fff; font-size: 16px; box-sizing: border-box; } .air-layer .layer-bts { text-align: center; margin-top: 40px; } .air-layer .layer-bts a, .air-layer .layer-bts button { margin: 0 3px; } .air-layer .close { width: 24px; height: 24px; position: absolute; top: 3px; right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_close3.png") center center no-repeat; background-size: 24px 24px; } .air-layer .datapicker-outer { background: #fff; padding: 35px 0 50px 0; } .air-layer .datapicker-outer .awa-datepicker { position: static; z-index: 1; width: 970px; min-height: 500px; margin-bottom: 30px; background: #fff; border: 0; margin-left: 0; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper { width: 936px !important; position: relative; overflow: hidden; font-size: 0; margin: 0 auto !important; padding: 0; border: 0 !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper .month-item { position: relative; width: 468px !important; display: inline-block; box-sizing: border-box; vertical-align: top; clear: initial !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table { width: 442px; margin: 0 auto; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .select-wrapper { font-size: 0; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead select { height: 66px; font-size: 36px; color: #000; font-family: "Geogrotesque-SemiBold"; background: none; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead th { min-width: 62px; height: 66px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .month-name { width: 284px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .prev { min-width: 50px; height: 66px; background: url("https://cdn.allwin.bid/air/resource/img/ico_prev-arrow.png") center center no-repeat; background-size: 16px 28px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .next { min-width: 50px; height: 66px; background: url("https://cdn.allwin.bid/air/resource/img/ico_next-arrow.png") center center no-repeat; background-size: 16px 28px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .dot { position: relative; top: 13px; margin: 0 8px; display: inline-block; background: #000; width: 5px; height: 5px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th { font-weight: normal; font-size: 16px; color: #999; height: 54px; text-align: center; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th:first-child { color: #fd9a7c !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th:last-child { color: #fd9a7c !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .month-element { font-size: 36px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody { border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td { height: 62px; text-align: center; cursor: pointer; border-top: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td:first-child .day { color: #fd9a7c; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td:last-child .day { color: #fd9a7c; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day { width: 63px; height: 62px; line-height: 44px; text-align: center; font-size: 18px; color: #000; font-family: "Geogrotesque-Regular"; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.invalid { color: #999; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.real-today:after { content: "TODAY"; line-height: 100% !important; font-size: 13px; width: 100%; color: #000; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .lastMonth { color: #999; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .lastMonth.checked { background: none !important; color: #999 !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .nextMonth { color: #999; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .nextMonth.checked { background: none !important; color: #999 !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected { background: #ebaa2c !important; color: #fff; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected { background: #ebaa2c !important; color: #fff; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .checked { background: #f9ecd3; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .hovering { background: #f9ecd3 !important; color: #000; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected { position: relative; color: #fff !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected:after { content: "가는날"; line-height: 100% !important; font-size: 12px; width: 100%; color: #fff; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected { position: relative; color: #fff !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected:after { content: "오는날"; line-height: 100% !important; font-size: 12px; width: 100%; color: #fff; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer .datapicker-outer .datapicker-bt { display: block; width: 300px; height: 60px; line-height: 60px; margin: 0 auto 0 auto; background: #ebaa2c; font-size: 18px; color: #fff; text-align: center; } .air-layer .crs-tabs { position: relative; margin-bottom: 55px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-size: 0; } .air-layer .crs-tabs li { position: relative; display: inline-block; width: 100px; text-align: center; } .air-layer .crs-tabs li.is-actived:before { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: #fff; } .air-layer .crs-tabs li.is-actived a { font-weight: 700; } .air-layer .crs-tabs li:hover a { background: rgba(255, 255, 255, 0.2); } .air-layer .crs-tabs a { font-size: 16px; color: #fff; display: block; padding: 10px 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .crs-lists dl { margin-bottom: 50px; } .air-layer .crs-lists dt { font-size: 16px; font-weight: 700; display: block; margin-bottom: 5px; } .air-layer .crs-lists li { font-size: 16px; color: #fff; line-height: 24px; } .air-layer .crs-lists li em { display: inline-block; vertical-align: top; font-family: "Geogrotesque-Bold"; color: #fff; margin-right: 10px; vertical-align: top; } .air-layer .crs-lists li div { position: relative; display: inline-block; padding-right: 60px; } .air-layer .crs-lists .enter { position: absolute; bottom: 0; right: 0; text-indent: -9999px; display: inline-block; width: 54px; height: 19px; background: url("https://cdn.allwin.bid/air/resource/img/img_enter.png") center center no-repeat; } .air-layer .pnr-reg-txts { margin-top: 40px; } .air-layer .pnr-reg-txts .pnr-txt { font-size: 14px; color: #000; } .air-layer .pnr-reg-txts .pnr-txt strong { font-weight: bold; border-bottom: 1px solid #000; } .air-layer .pnr-reg-txts .pnr-textarea { margin: 30px 0 0 0; height: 200px; padding: 20px; background: #fff; } .air-layer .pnr-reg-txts .pnr-textarea textarea { width: 100%; height: 100%; } .air-layer .pnr-reg-txts .pnr-tips { line-height: 150%; margin-top: 10px; } .air-layer .pnr-reg-txts .pnr-tips.tourway-tips { margin-top: 0; } .air-layer .pnr-reg-txts .pnr-tips .red { color: red; } .air-layer .pnr-reg-txts button { width: 210px; height: 52px; line-height: 52px; text-align: center; margin-top: 90px; color: #fff; border: 1px solid #fff; font-size: 18px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer .pnr-reg-txts button:hover { background: #fff; color: #edaf08; } .air-layer .air-fare-detail-info { position: relative; padding-bottom: 30px; box-sizing: border-box; overflow: hidden; } .air-layer .air-fare-detail-info ul { font-size: 0; } .air-layer .air-fare-detail-info li { display: inline-block; vertical-align: top; } .air-layer .air-fare-detail-info .info-code { width: 198px; } .air-layer .air-fare-detail-info .info-code .airline-code__wing { height: 41px; line-height: 65px; } .air-layer .air-fare-detail-info .info-code .airline-code__wing .tail { width: 36px; height: 41px; margin-right: 13px; } .air-layer .air-fare-detail-info .info-code .airline-code__wing .tail img { width: 36px; height: 41px; } .air-layer .air-fare-detail-info .info-code .airline-code__wing .code { line-height: 100%; position: absolute; top: 0; left: 50px; font-size: 24px; font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-info .info-label { width: 34px; } .air-layer .air-fare-detail-info .info-label .trip-label { margin: 3px 0; } .air-layer .air-fare-detail-info .info-at { width: 476px; margin-left: 60px; } .air-layer .air-fare-detail-info .info-at dl, .air-layer .air-fare-detail-info .info-at dt, .air-layer .air-fare-detail-info .info-at dd { display: inline-block; vertical-align: top; font-size: 24px; line-height: 100%; } .air-layer .air-fare-detail-info .info-at .city { font-weight: 500; } .air-layer .air-fare-detail-info .info-at .time { font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-info .info-at .date { margin: 3px 0 0 3px; display: block; font-size: 14px; font-family: "Geogrotesque-Medium"; } .air-layer .air-fare-detail-info .info-at .plane { margin: 5px 30px 0 30px; display: inline-block; vertical-align: top; width: 16px; height: 13px; background: url("https://cdn.allwin.bid/air/resource/img/ico_black-plane.svg") center center no-repeat; background-size: 16px 13px; } .air-layer .air-fare-detail-info .info-seller { width: 135px; text-align: left; position: absolute; top: 0; right: 0; } .air-layer .air-fare-detail-info .info-seller span { font-size: 12px; color: #999; } .air-layer .air-fare-detail-info .info-seller strong { display: block; font-size: 16px; font-weight: bold; } .air-layer .air-fare-detail-list table { width: 100%; border-top: 1px solid #000; } .air-layer .air-fare-detail-list table th { position: relative; border-bottom: 1px solid #000; height: 50px; font-weight: 700; } .air-layer .air-fare-detail-list table th:before { content: ""; width: 1px; height: 12px; background: #d7d7d7; position: absolute; top: 50%; left: 0; margin-top: -6px; } .air-layer .air-fare-detail-list table th:first-child:before { display: none; } .air-layer .air-fare-detail-list table th .number { font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-list table tbody th { border-bottom: 1px solid #d9d9d9; height: 55px; text-align: left; padding-left: 20px; } .air-layer .air-fare-detail-list table tbody td { border-bottom: 1px solid #d9d9d9; height: 55px; text-align: right; padding-right: 20px; } .air-layer .air-fare-detail-list table tbody td .number { font-family: "Geogrotesque-Medium"; } .air-layer .air-fare-detail-list table tbody td .bold { font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-list table .sum th, .air-layer .air-fare-detail-list table .sum td { background: #f5f5f8; } .air-layer .air-fare-detail-list table .total td { position: relative; text-align: left; padding: 25px; } .air-layer .air-fare-detail-list table .benefits { overflow: hidden; padding: 5px 0; } .air-layer .air-fare-detail-list table .benefits dt { float: left; color: #ebaa2c; width: 75px; } .air-layer .air-fare-detail-list table .benefits dd { margin-left: 75px; } .air-layer .air-fare-detail-list table .benefits .txt { font-weight: 700; } .air-layer .air-fare-detail-list table .benefits .sale { font-weight: 700; color: #ebaa2c; } .air-layer .air-fare-detail-list table .benefits .txt2 { color: #a6a6a6; margin-top: 5px; } .air-layer .air-fare-detail-list table .benefits .txt2 span { font-size: 12px; display: block; } .air-layer .air-fare-detail-list table .benefits .txt2 .number { font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-list table .total-pay { position: absolute; top: 50%; right: 25px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-align: right; line-height: 150%; } .air-layer .air-fare-detail-list table .total-pay dt { color: #a2a3a6; font-size: 12px; } .air-layer .air-fare-detail-list table .total-pay dd { font-size: 16px; font-weight: 700; } .air-layer .air-fare-detail-list table .total-pay dd .number { font-size: 30px; font-family: "Geogrotesque-Bold"; position: relative; top: 2px; } .air-layer .air-control { position: absolute; top: 50%; height: 92px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .air-layer .air-control .t1 { font-weight: 700; font-size: 22px; display: block; } .air-layer .air-control .t2 { font-size: 22px; color: #f8e9d2; display: block; } .air-layer .air-control .ico { position: absolute; top: 0; display: inline-block; width: 52px; height: 92px; } .air-layer .air-control .ico:after { content: ""; position: absolute; top: 0; display: inline-block; width: 52px; height: 92px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer .air-control.air-next { text-align: right; right: 100px; padding-right: 70px; } .air-layer .air-control.air-next .ico { right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-next.png") center center no-repeat; } .air-layer .air-control.air-next .ico:after { opacity: 1; right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-next.png") center center no-repeat; } .air-layer .air-control.air-prev { text-align: left; left: 100px; padding-left: 70px; } .air-layer .air-control.air-prev .ico { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-prev.png") center center no-repeat; } .air-layer .air-control.air-prev .ico:after { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-prev.png") center center no-repeat; } .air-layer .air-control:hover.air-next .ico:after { right: -20px; opacity: 0; } .air-layer .air-control:hover.air-prev .ico:after { left: -20px; opacity: 0; } .air-layer .air-schedules { position: absolute; top: 0; left: 50%; width: 970px; margin-left: -485px; font-size: 0; z-index: 10; } .air-layer .air-schedules li { display: inline-block; width: 33.33%; } .air-layer .air-schedules li.is-actived strong { color: #000; font-family: "Geogrotesque-Bold"; } .air-layer .air-schedules li.is-actived a:after { background: black; } .air-layer .air-schedules a { position: relative; display: block; padding-top: 80px; padding-bottom: 10px; } .air-layer .air-schedules a:after { content: ""; position: absolute; bottom: 0; left: 0; height: 6px; width: 100%; background: rgba(255, 255, 255, 0.5); } .air-layer .air-schedules strong { line-height: 100%; font-size: 20px; color: #fff; font-family: "Geogrotesque-Medium"; } .air-layer .slide-groups { position: relative; overflow: hidden; box-sizing: border-box; font-size: 0; } .air-layer .slide-groups .groups-slides { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer .slide-groups .slide-group .slide-item { position: relative; display: inline-block; vertical-align: top; box-sizing: border-box; font-size: 15px; } @media screen and (max-height: 900px) { .air-layer .inner.air-fare-detail .layer-body { padding: 30px 50px 20px 50px; } } .air-layer2 { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; font-size: 0; background: rgba(0, 0, 0, 0.8); z-index: 100; overflow: hidden; } .air-layer2 .close { position: absolute; top: 20px; right: 20px; width: 29px; height: 29px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close1.png") center center no-repeat; } .air-layer2 .inner { background: #fff; border-radius: 2px; margin: 0 auto; overflow: hidden; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; min-width: 340px; padding: 75px 40px 145px 40px; } .air-layer2 .inner .tit { font-size: 20px; font-weight: 700; display: block; text-align: left; position: absolute; top: 40px; left: 40px; } .air-layer2 .inner .tit-sub { font-size: 12px; color: #aaaaaa; text-align: left; margin: -5px 0 30px 0; } .air-layer2 .inner .default-txts { vertical-align: middle; text-align: center; font-size: 20px; font-weight: 700; } .air-layer2 .inner .txt-group .txt1 { margin-bottom: 10px; font-size: 30px; font-weight: 100; line-height: 120%; } .air-layer2 .inner .txt-group .txt1 strong { font-weight: 700; } .air-layer2 .inner .txt-group .txt2 { font-size: 14px; font-weight: 700; line-height: 130%; } .air-layer2 .inner .txt-group .txt2 .fc { font-family: "Geogrotesque-SemiBold"; } .air-layer2 .inner .txt-group .txt3 { margin-top: 26px; } .air-layer2 .inner .txt-group .okay-list dl { position: relative; display: inline-block; font-size: 14px; padding: 0 10px; } .air-layer2 .inner .txt-group .okay-list dl:first-child:before { content: ""; width: 1px; height: 12px; background: #cecece; position: absolute; top: 5px; right: 0; } .air-layer2 .inner .txt-group .okay-list dt { display: inline-block; font-family: "Geogrotesque-SemiBold"; } .air-layer2 .inner .txt-group .okay-list dd { display: inline-block; } .air-layer2 .inner .phone-input { position: relative; } .air-layer2 .inner .phone-input .custom-input { width: 355px; } .air-layer2 .inner .phone-input .time { position: absolute; top: 0; right: 15px; font-size: 12px; line-height: 40px; color: #111; } .air-layer2 .inner .phone-input button { position: absolute; top: 0; right: 0; width: 115px; height: 42px; line-height: 39px; border: 1px solid #111; text-align: center; box-sizing: border-box; font-size: 14px; border-radius: 2px; } .air-layer2 .inner .phone-input button.black { background: #111; color: #fff; } .air-layer2 .inner .phone-input button:disabled { background: #949494; color: #fff; border: 1px solid #949494; } .air-layer2 .inner .phone-input.cell-phone-number .required, .air-layer2 .inner .phone-input.auth-number .required { top: -22px; } .air-layer2 .inner .auth-txt { font-size: 12px; color: #111; position: absolute; top: 0; right: 0; } .air-layer2 .matching-start { width: 430px; } .air-layer2 .matching-start .txt1 { font-size: 36px; line-height: 120%; font-weight: 100; } .air-layer2 .matching-start .txt1 strong { font-weight: 700; } .air-layer2 .matching-start .txt2 { font-weight: 700; margin-top: 15px; font-size: 14px; } .air-layer2 .matching-start .txt2 span { color: #edaf08; } .air-layer2 .matching-start .txt3 { margin-top: 160px; font-weight: 700; font-size: 14px; } .air-layer2 .matching-start .txt4 { font-size: 12px; margin-top: 15px; } .air-layer2 .matching-start .bt-view { display: block; box-sizing: border-box; width: 180px; height: 42px; line-height: 40px; text-align: center; margin: 20px auto 0 auto; border-radius: 2px; border: 1px solid #cecece; font-size: 14px; } .air-layer2 .recom-land { width: 500px; padding: 0 0 55px 0; } .air-layer2 .recom-land .recom-land-info1 { background: #f9c028; height: 340px; overflow: hidden; } .air-layer2 .recom-land .recom-land-info1 .t1 { font-weight: 300; font-size: 36px; color: #000; line-height: 120%; margin: 70px 0 0 0; } .air-layer2 .recom-land .recom-land-info1 .t1 strong { font-weight: 700; } .air-layer2 .recom-land .recom-land-info1 .t2 { font-size: 14px; font-weight: 700; color: #000; margin: 25px 0 25px 0; } .air-layer2 .recom-land .recom-land-info1 a { display: block; font-size: 14px; color: #fff; border: 1px solid #fff; width: 180px; height: 42px; line-height: 39px; box-sizing: border-box; margin: 0 auto; border-radius: 2px; } .air-layer2 .recom-land .recom-land-info2 { position: relative; height: 381px; background: #f4f4f4; overflow: hidden; } .air-layer2 .recom-land .land-pick-items { position: relative; width: 400px; margin: 40px auto 0 auto; } .air-layer2 .recom-land .land-pick-items>ul { font-size: 0; } .air-layer2 .recom-land .land-pick-items .land-item { position: relative; display: inline-block; vertical-align: top; width: 400px; box-sizing: border-box; text-align: left; } .air-layer2 .recom-land .land-pick-items .land-item.active-slide .bt-pick { opacity: 1; } .air-layer2 .recom-land .land-pick-items .land-item .bt-pick { -moz-transition: all, 0.5s; -o-transition: all, 0.5s; -webkit-transition: all, 0.5s; transition: all, 0.5s; opacity: 0; position: absolute; top: -7px; right: -10px; width: 59px; height: 54px; z-index: 6; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_pick-gray.png") center center no-repeat; } .air-layer2 .recom-land .land-pick-items .land-item .bt-pick em { display: inline-block; vertical-align: top; height: 54px; line-height: 35px; text-align: center; font-size: 14px; font-family: "Geogrotesque-Bold"; color: #fff; } .air-layer2 .recom-land .land-pick-items .land-item .bt-pick.is-picked { width: 99px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_pick-yellow.png") center center no-repeat; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner { position: relative; overflow: hidden; border-radius: 3px; box-sizing: border-box; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos { position: relative; z-index: 5; padding: 25px 20px; height: 280px; background: #fff; border: 1px solid #ececec; box-sizing: border-box; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .tit { color: #111; display: block; font-size: 26px; font-weight: 700; line-height: 100%; position: relative; top: auto; left: auto; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .summery { font-size: 14px; color: #000; display: block; line-height: 130%; margin-top: 10px; height: 36px; word-break: keep-all; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .link { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 2px; font-weight: 700; font-size: 14px; box-sizing: border-box; margin-right: 6px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .bts { margin-top: 5px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .bts a { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 2px; font-weight: 700; font-size: 14px; box-sizing: border-box; margin-right: 6px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .bts .bt2 { border: 1px solid #0e0843; background: #0e0843; color: #fff; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 { position: absolute; bottom: 25px; left: 20px; right: 20px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 .name { font-size: 14px; display: block; color: #aaa; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 .addr { width: 220px; height: 25px; font-size: 12px; display: table-cell; color: #aaa; vertical-align: bottom; line-height: 130%; word-break: keep-all; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 .tel { position: absolute; right: 0; bottom: 0px; font-family: "Geogrotesque-Bold"; font-size: 14px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 .bt { position: absolute; bottom: 0px; right: 0; display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; } .air-layer2 .recom-land .awa-slide__viewport { overflow: visible !important; } .air-layer2 .recom-land .awa-slide__prev, .air-layer2 .recom-land .awa-slide__next { width: 50px; height: 50px; position: absolute; top: 115px; } .air-layer2 .recom-land .awa-slide__prev { left: -50px; background: url("https://cdn.allwin.bid/air/resource/img/ico_prev-arrow4.png") center center no-repeat; } .air-layer2 .recom-land .awa-slide__next { right: -50px; background: url("https://cdn.allwin.bid/air/resource/img/ico_next-arrow4.png") center center no-repeat; } .air-layer2 .recom-land .awa-slide__pager { margin-top: 20px; } .air-layer2 .recom-land .awa-slide__pager .awa-slide__pager-item { display: inline-block; margin: 0 4px; } .air-layer2 .recom-land .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link { display: inline-block; width: 8px; height: 8px; background: #e7e7e7; border-radius: 8px; } .air-layer2 .recom-land .awa-slide__pager .awa-slide__pager-item .awa-slide_pager-link--active { background: #f9c028; } .air-layer2 .mixed { width: 1010px; padding: 0; overflow: visible; } .air-layer2 .mixed .groups { position: relative; font-size: 0; } .air-layer2 .mixed .groups .group-col { position: relative; display: inline-block; vertical-align: top; height: 720px; } .air-layer2 .mixed .groups .group-col.first-col { width: 510px; background: url(https://cdn.allwin.bid/air/resource/img/layer-shadow.png) right center no-repeat; } .air-layer2 .mixed .groups .group-col.second-col { width: 500px; } .air-layer2 .mixed .groups .group-col.second-col .recom-land-info2 { height: 380px; } .air-layer2 .mixed .matching-start { margin: 0 auto; height: 720px; overflow: hidden; } .air-layer2 .mixed .matching-start .txt1 { margin-top: 75px; } .air-layer2 .mixed .recom-land { padding: 0; } .air-layer2 .mixed .close { top: 0px; right: -62px; width: 42px; height: 42px; background: url(https://cdn.allwin.bid/air/resource/img/ico_close2.png) center center no-repeat; } .air-layer2 .login { width: 400px; padding-bottom: 0; text-align: left; } .air-layer2 .login .login-input { margin: 30px auto 0 auto; } .air-layer2 .login .login-input label { font-size: 14px; } .air-layer2 .login .id-save { margin: 5px auto 0 auto; } .air-layer2 .login .login-bts { margin: 30px auto 0 auto; } .air-layer2 .login .login-banner { width: 480px; border-top: 0; margin-left: -40px; padding-top: 0; } .air-layer2 .alert { width: 340px; position: absolute; top: 50%; left: 50%; padding-bottom: 125px; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .air-layer2 .seller-chain { width: 480px; padding-top: 120px; } .air-layer2 .seller-chain .txt1 { font-size: 36px; line-height: 120%; font-weight: 100; } .air-layer2 .seller-chain .txt1 strong { font-weight: 700; } .air-layer2 .seller-chain .txt2 { font-weight: 700; margin-top: 15px; font-size: 14px; } .air-layer2 .seller-chain .txt2 span { color: #edaf08; } .air-layer2 .seller-chain .txt3 { margin-top: 160px; font-size: 14px; } .air-layer2 .seller-chain .txt3 strong { font-weight: 700; } .air-layer2 .seller-chain .txt4 { font-size: 36px; line-height: 120%; font-weight: 700; } .air-layer2 .seller-chain .txt4 strong { font-family: "Geogrotesque-SemiBold"; } .air-layer2 .seller-chain .policy { text-align: left; } .air-layer2 .seller-chain .policy__tit { display: block; font-size: 14px; color: #111; } .air-layer2 .seller-chain .policy__scroll { margin: 10px 0; border-top: 1px solid #333; border-bottom: 1px solid #e1e1e1; height: 305px; overflow: hidden; overflow-y: auto; padding: 10px 8px; } .air-layer2 .seller-chain .policy ol { font-size: 12px; color: #111; line-height: 160%; } .air-layer2 .seller-chain .policy ol>li { margin-top: 15px; } .air-layer2 .seller-chain .policy ol>li:first-child { margin-top: 0; } .air-layer2 .seller-chain .policy h3 { font-size: 12px; color: #111; margin: 0 0 5px 0; } .air-layer2 .seller-chain .policy table th { background: #efefef; font-weight: normal; text-align: center; border: 1px solid #a4a4a4; } .air-layer2 .seller-chain .policy table td { border: 1px solid #a4a4a4; padding: 5px 10px; } .air-layer2 .seller-chain .policy table td.center { text-align: center; } .air-layer2 .seller-chain .chain-bts { margin-top: 20px; } .air-layer2 .seller-chain .chain-bts a { display: inline-block; vertical-align: top; box-sizing: border-box; width: 236px; height: 56px; max-height: 56px; text-align: center; margin: 0 2px; border-radius: 2px; background: #2a2a4e; font-size: 14px; font-weight: bold; padding: 9px 0; color: #fff; } .air-layer2 .seller-chain .chain-bts a:last-child { line-height: 56px; padding: 0; } .air-layer2 .seller-chain .chain-bts a em { display: block; font-size: 12px; color: #999; } .air-layer2 .seller-chain .chain-bts.solo a { padding: 9px 0; line-height: 140%; border: 1px solid #cecece; background: none; color: #161820; } .air-layer2 .sms-send { width: 480px; padding-top: 90px; padding-bottom: 70px; } .air-layer2 .sms-send .input-items { min-height: 250px; } .air-layer2 .sms-send .input-items .input-item { position: relative; margin-bottom: 10px; } .air-layer2 .sms-send .input-items .input-item .custom-input:first-child { width: 236px; } .air-layer2 .sms-send .input-items .input-item .custom-input:last-child { width: 208px; } .air-layer2 .sms-send .input-items .del { position: absolute; top: 13px; right: 10px; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close4.png") center center no-repeat; opacity: 0.3; } .air-layer2 .sms-send .add em { font-size: 12px; color: #aaa; display: inline-block; margin-left: 10px; line-height: 32px; vertical-align: top; } .air-layer2 .sms-send .mr10 { margin-right: 10px; } .air-layer2 .admin-reg { width: 480px; padding-top: 90px; padding-bottom: 70px; } .air-layer2 .seat-select { width: 530px; padding: 90px 30px 85px 40px; } .air-layer2 .seat-select .seat-groups .seats-area { padding-top: 192px; text-align: center; } .air-layer2 .seat-select .seat-groups .seats { text-align: center; } .air-layer2 .seat-select .seat-groups .seats .line-number { width: 20px; height: 20px; display: inline-block; font-size: 14px; line-height: 21px; font-family: "Geogrotesque-Regulr"; margin: 2px; } .air-layer2 .seat-select .seat-groups .seats .line-number.front { line-height: 29px; height: 28px; } .air-layer2 .seat-select .seat-groups .seat { width: 20px; height: 20px; display: inline-block; margin: 2px; font-family: "Geogrotesque-SemiBold"; font-size: 11px; line-height: 19px; } .air-layer2 .seat-select .seat-groups .seat a { color: #fff; } .air-layer2 .seat-select .seat-groups .seat.front.selected, .air-layer2 .seat-select .seat-groups .seat.A.selected, .air-layer2 .seat-select .seat-groups .seat.B.selected, .air-layer2 .seat-select .seat-groups .seat.C.selected { background: #fe4d0a; } .air-layer2 .seat-select .seat-groups .seat.front { height: 28px; line-height: 29px; background: #fdd32a; } .air-layer2 .seat-select .seat-groups .seat.A { background: #4b89fa; } .air-layer2 .seat-select .seat-groups .seat.B { background: #52b5f9; } .air-layer2 .seat-select .seat-groups .seat.C { background: #93d2fe; } .air-layer2 .emergency-notice { width: 480px; padding: 90px 30px 85px 40px; } .air-layer2 .seat-notice { width: 480px; padding: 90px 30px 85px 40px; } .air-layer2 .food-menu, .air-layer2 .food-detail, .air-layer2 .lounge-notice { width: 1030px; padding: 90px 17px 85px 40px; } .air-layer2 .seat-select p.sub-txt { font-size: 14px; } .air-layer2 .seat-select .seat-groups { border: 1px solid #e7e7e7; background: #f5f5f5 url(https://cdn.allwin.bid/air/resource/img/ags/bg_airplane.png) center 84px no-repeat; padding: 20px 20px 0; height: 616px; margin-top: 20px; overflow: hidden; } .air-layer2 .seat-select .seat-groups .seat-minimap { width: 76px; height: 190px; background: url(https://cdn.allwin.bid/air/resource/img/ags/bg_airplane.png) center center no-repeat; background-size: 48%; position: absolute; right: 20px; top: 56px; } .air-layer2 .seat-select .seat-groups .seat-minimap a.selected { width: 74px; height: 93px; border: 1px solid #fe4d0a; display: block; } .air-layer2 .seat-select .seat-groups .seat-minimap a.selected.top:before { content: ""; background: rgba(0, 0, 0, 0.1); width: 76px; height: 95px; position: absolute; right: 0; bottom: 0; } .air-layer2 .seat-select .seat-groups .seat-minimap a.selected.bottom:before { content: ""; background: rgba(0, 0, 0, 0.1); width: 76px; height: 95px; position: absolute; right: 0; top: 0; } .air-layer2 .seat-select .seat-groups .seat-type .seat-tit { text-align: left; font-size: 12px; position: relative; padding-left: 12px; padding-bottom: 8px; } .air-layer2 .seat-select .seat-groups .seat-type .seat-tit i { width: 8px; height: 8px; border-radius: 36px; position: absolute; top: 7px; left: 0px; } .air-layer2 .seat-select .seat-tit.front i { background: #fdd32a; } .air-layer2 .seat-select .seat-tit.A i { background: #4b89fa; } .air-layer2 .seat-select .seat-tit.B i { background: #52b5f9; } .air-layer2 .seat-select .seat-tit.C i { background: #93d2fe; } .air-layer2 .food-menu p.sub-txt { font-size: 14px; } .air-layer2 .food-menu .food-list { overflow: hidden; } .air-layer2 .food-menu .food-list ul li { width: 238px; height: 412px; overflow: hidden; border-radius: 3px; float: left; margin: 20px 20px 20px 0; } .air-layer2 .food-menu .food-list ul li:nth-child(4n) { margin-right: 0; } .air-layer2 .food-menu .food-list ul li .thumb { display: block; width: 238px; height: 238px; overflow: hidden; } .air-layer2 .food-menu .food-list ul li .infos { padding: 20px 16px; border: 1px solid #ececec; border-top: 0; position: relative; height: 133px; } .air-layer2 .food-menu .food-list ul li .infos strong { font-size: 18px; font-weight: 700; overflow: hidden; max-height: 46px; line-height: 22px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; display: block; } .air-layer2 .food-menu .food-list ul li .infos p { margin-top: 5px; max-height: 40px; word-break: keep-all; overflow: hidden; font-size: 14px; } .air-layer2 .food-menu .food-list ul li .infos .price { color: #fe4d0a; font-size: 24px; font-family: "Geogrotesque-SemiBold"; position: absolute; bottom: 20px; } .air-layer2 .food-menu .food-list ul li .infos .price .list-price { text-decoration: line-through; color: #888; font-size: 14px; margin-right: 8px; } .air-layer2 .food-menu .food-list ul li .infos .price span { font-size: 16px; } .air-layer2 .food-detail .food-thumb { width: 238px; height: 238px; display: inline-block; } .air-layer2 .food-detail .food-infos { font-size: 14px; display: inline-block; margin-left: 20px; vertical-align: top; width: 752px; } .air-layer2 .food-detail .food-infos h6 { font-weight: 700; font-size: 16px; border-bottom: 1px solid #e7e7e7; padding-bottom: 12px; } .air-layer2 .food-detail .food-infos dl { border-bottom: 1px solid #e7e7e7; padding: 12px 20px; } .air-layer2 .food-detail .food-infos dl dt { display: inline-block; color: #fe4d0a; vertical-align: top; margin-right: 20px; font-weight: 600; } .air-layer2 .food-detail .food-infos dl dd { display: inline-block; } .air-layer2 .food-detail .food-infos .food-ingredient { padding-top: 20px; } .air-layer2 .food-detail .food-infos .food-ingredient p { color: #888; font-size: 13px; word-break: keep-all; padding-top: 20px; } .air-layer2 .food-menu .contact-in-scroll, .air-layer2 .lounge-notice .contact-in-scroll { max-height: 612px; } .air-layer2 .lounge-notice .lounge-info { width: 1007px; height: 400px; } .air-layer2 .lounge-notice .lounge-info-rolling { width: 480px; height: 400px; float: left; position: relative; } .air-layer2 .lounge-notice .lounge-info-ico { width: 506px; height: 340px; float: left; text-align: center; padding-top: 60px; padding-left: 20px; } .air-layer2 .lounge-notice .lounge-info-ico ul { display: inline-block; *display: inline; zoom: 1; } .air-layer2 .lounge-notice .lounge-info-ico ul li { display: inline-block; margin-left: -1px; z-index: 1; text-align: center; width: 168px; height: 116px; position: relative; margin-bottom: 60px; } .air-layer2 .lounge-notice .lounge-info-ico ul li p { font-size: 14px; padding-top: 12px; } .air-layer2 .lounge-notice .lounge-info-ico ul li:before { content: ""; position: absolute; right: 0; width: 1px; height: 116px; background: #e7e7e7; } .air-layer2 .lounge-notice .lounge-info-ico ul li:nth-child(3n):before { content: none; } .air-layer2 .lounge-notice .sec { margin-top: 40px; } .air-layer2 .lounge-notice .sec h5 { font-size: 16px; font-weight: 700; padding-bottom: 20px; } .air-layer2 .lounge-notice .sec .line-box { border: 1px solid #e7e7e7; width: 1005px; text-align: center; padding: 48px 0; box-sizing: border-box; } .air-layer2 .lounge-notice .sec .line-box.process ul li { display: inline-block; width: 24.8%; position: relative; vertical-align: top; } .air-layer2 .lounge-notice .sec .line-box.process ul li p { font-size: 18px; line-height: 24px; } .air-layer2 .lounge-notice .sec .line-box.process ul li:before { content: ""; background: url(https://cdn.allwin.bid/air/resource/img/ags/arr.png) 0 0 no-repeat; width: 16px; height: 16px; position: absolute; right: 0; top: 27px; } .air-layer2 .lounge-notice .sec .line-box.process ul li:last-child:before { content: none; } .air-layer2 .lounge-notice .sec .bg-box { height: 50px; background: #111; padding: 0 16px; line-height: 49px; position: relative; width: 973px; } .air-layer2 .lounge-notice .sec .bg-box b { font-weight: 700; color: #fff; font-size: 14px; } .air-layer2 .lounge-notice .bg-box span { color: #fe4d0a; position: absolute; right: 16px; font-size: 14px; } .air-layer2 .lounge-notice .lounge-info-rolling .awa-slide__controls-direction a.awa-slide__prev { background: url(https://cdn.allwin.bid/air/resource/img/ags/arr-prev.png) 0 0 no-repeat; width: 36px; height: 36px; position: absolute; left: 407px; bottom: 0; font-size: 0; } .air-layer2 .lounge-notice .lounge-info-rolling .awa-slide__controls-direction a.awa-slide__next { background: url(https://cdn.allwin.bid/air/resource/img/ags/arr-next.png) 0 0 no-repeat; width: 36px; height: 36px; position: absolute; left: 444px; bottom: 0; font-size: 0; } .air-layer2 .txt-box { border: 1px solid #e7e7e7; padding: 16px; font-size: 12px; color: #666; word-break: keep-all; line-height: 20px; } .air-layer2 .txt-box p, .air-layer2 .txt-box ol { padding-bottom: 20px; } .air-layer2 .txt-box em { color: #fe4d0a; } .air-layer2 .all-check { text-align: right; margin-top: 10px; } .air-layer2 .all-check .custom-check { margin-right: 0; } .air-layer2 .payment-detail .payment-detail-tbs h4 { font-size: 14px; font-weight: 700; margin-bottom: 12px; } .air-layer2 .payment-detail table { width: 465px; } .air-layer2 .payment-detail .m40 { height: 40px; } .air-layer2 .payment-detail table thead th { text-align: center; height: 50px; border-top: 1px solid #111; border-bottom: 1px solid #111; font-size: 13px; font-weight: 700; font-family: "Noto Sans"; line-height: 130%; } .air-layer2 .payment-detail table tbody td { font-size: 13px; text-align: center; min-height: 10px; padding: 16px 0; border-bottom: 1px solid #e7e7e7; } .air-layer2 .payment-detail .contact-in-scroll { max-height: 580px; } .air-layer2 .payment-detail { width: 480px; padding: 90px 30px 85px 40px; } .air-layer2 .payment-receipt { width: 480px; padding: 90px 30px 85px 40px; } .air-layer2 .payment-receipt .contact-in-scroll { max-height: 400px; } .air-layer2 .payment-receipt .contact-in-scroll .row { margin-right: 15px; } .air-layer2 .payment-receipt .contact-in-scroll .row.solo .col { max-width: 100%; } .air-layer2 .processing-detail { width: 480px; padding: 90px 30px 85px 40px; min-height: 380px; } .air-layer2 .processing-detail .contact-in-scroll { max-height: 560px; } .air-layer2 .processing-detail .contact-in-scroll .row { margin-right: 15px; } .air-layer2 .processing-detail .contact-in-scroll .row.solo .col { max-width: 100%; } .air-layer2 .member-out { width: 480px; padding-top: 90px; padding-bottom: 70px; } .air-layer2 .member-out .out-txt1 { border-bottom: 1px solid #333; padding-bottom: 15px; font-size: 16px; font-weight: 500; text-align: left; } .air-layer2 .member-out .out-txt2 { margin: 15px 0 15px 3px; text-align: left; } .air-layer2 .member-out .out-txt2 li { position: relative; font-size: 14px; padding: 5px 0 5px 7px; } .air-layer2 .member-out .out-txt2 li:before { content: ""; position: absolute; top: 19px; left: 0; width: 2px; height: 2px; background: #262626; } .air-layer2 .member-out .out-form { border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 30px 0 0 0; } .air-layer2 .member-out .out-form .tits { font-size: 16px; display: block; font-weight: 700; line-height: 100%; text-align: left; margin-bottom: 25px; } .air-layer2 .member-out .out-form .choice-tit { font-size: 14px; color: #aaa; border-bottom: 1px solid #333; padding-bottom: 15px; } .air-layer2 .member-out .out-form .choice-tit strong { font-size: 16px; font-weight: 500; display: block; color: #111; } .air-layer2 .member-out .out-form .out-lists { padding: 10px 0 5px 8px; } .air-layer2 .member-out .out-form .out-lists .custom-radio { vertical-align: top; } .air-layer2 .member-out .out-form .out-lists input+label { margin-bottom: 0 !important; color: #aaa; font-weight: 400; } .air-layer2 .member-out .out-form .out-lists input:checked+label { color: #000; } .air-layer2 .member-out .out-form .out-lists li { padding: 5px 0; } .air-layer2 .member-out .out-form .out-lists .custom-input { width: 410px; height: 32px; display: inline-block; margin-left: 5px; top: -5px; } .air-layer2 .member-out .out-form .out-lists .custom-input input { height: 30px; } .air-layer2 .member-out .out-form .mb0 { margin-bottom: 0; } .air-layer2 .member-out .out-check { padding: 30px 0 20px 0; } .air-layer2 .contact-us { width: 480px; padding-top: 90px; padding-bottom: 70px; } .air-layer2 .contact-us .contact-in-scroll { max-height: 585px; } .air-layer2 .contact-us .contact-in-scroll .row { margin-right: 15px; } .air-layer2 .contact-us .contact-in-scroll .row.solo .col { max-width: 100%; } .air-layer2 .contact-us .contact-in-scroll .row .col { max-width: 226px; } .air-layer2 .contact-us .contact-policy .custom-textarea { position: relative; border: 1px solid #cecece; border-radius: 2px; background: #fff; display: block; box-sizing: border-box; overflow: hidden; padding: 10px; font-size: 12px; height: 82px; } .air-layer2 .contact-us .contact-policy .custom-check { margin-top: 10px; } .air-layer2 .contact-us .contact-policy .custom-check label { font-size: 14px; color: #aaa !important; font-weight: 400; } .air-layer2 .contact-us .company-type { font-size: 0; border: 1px solid #cecece; border-radius: 2px; overflow: hidden; } .air-layer2 .contact-us .company-type li { width: 20%; display: inline-block; border-left: 1px solid #cecece; box-sizing: border-box; } .air-layer2 .contact-us .company-type li .type-check input { position: absolute; opacity: 0; } .air-layer2 .contact-us .company-type li .type-check input+label { font-size: 14px; color: #111; font-weight: 400; height: 40px; line-height: 40px; text-align: center; cursor: pointer; margin: 0; } .air-layer2 .contact-us .company-type li .type-check input:checked+label { color: #fff; background: #f8c027; } .air-layer2 .contact-us .company-type li:first-child { border-left: 0; } .air-layer2 .contact-us .company-type.two li { width: 50%; } .air-layer2 .contact-us .noti-txt { font-size: 14px; border-top: 1px solid #f4f4f4; text-align: left; padding: 25px 0 30px 0; } .air-layer2 .seller-id { width: 480px; padding-top: 85px; } .air-layer2 .seller-id .seller-id-list { border-top: 1px solid #414141; } .air-layer2 .seller-id .seller-id-list li { position: relative; overflow: hidden; font-size: 14px; border-bottom: 1px solid #ececec; line-height: 60px; padding: 0 10px; } .air-layer2 .seller-id .seller-id-list li .name { float: left; } .air-layer2 .seller-id .seller-id-list li .date { float: right; color: #aaa; } .air-layer2 .seller-id .seller-id-list li .date em { font-family: "Geogrotesque-Regular"; } .air-layer2 .benefit-upload { width: 480px; padding-top: 45px; padding-bottom: 85px; } .air-layer2 .benefit-upload .txt { margin-bottom: 40px; } .air-layer2 .benefit-upload .txt p { font-size: 36px; font-weight: 100; } .air-layer2 .benefit-upload .txt strong { font-size: 14px; font-weight: 700; } .air-layer2 .benefit-upload .custom-input.file input { width: 380px; } .air-layer2 .benefit-upload .benefit-upload-tips { position: relative; text-align: left; } .air-layer2 .benefit-upload .benefit-upload-tips:before { content: ""; display: block; width: 29px; height: 21px; background: url("https://cdn.allwin.bid/air/resource/img/ico_flag-yellow.svg") center center no-repeat; background-size: 29px 21px; } .air-layer2 .benefit-upload .benefit-upload-tips li { font-size: 12px; color: #999; } .air-layer2 .seller-info { width: 480px; padding-top: 45px; padding-bottom: 85px; } .air-layer2 .seller-info .txt { margin-bottom: 40px; } .air-layer2 .seller-info .txt p { font-size: 36px; font-weight: 100; } .air-layer2 .seller-info .txt strong { font-size: 14px; font-weight: 700; } .air-layer2 .seller-info .seller-info-list { border-top: 1px solid #000; } .air-layer2 .seller-info .seller-info-list li { position: relative; border-bottom: 1px solid #e6e6e6; min-height: 125px; text-align: left; } .air-layer2 .seller-info .seller-info-list li .seller-logo { display: table; position: absolute; top: 0; left: 0; bottom: 0; width: 150px; height: 125px; text-align: center; } .air-layer2 .seller-info .seller-info-list li .seller-logo span { display: table-cell; vertical-align: middle; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts { margin: 0 0 0 150px; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts .dls { height: 125px; display: table-cell; vertical-align: middle; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts dt { width: 65px; font-size: 14px; font-weight: 700; display: inline-block; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts dd { font-size: 14px; display: inline-block; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts dd.tel { font-family: "Geogrotesque-Medium"; } .air-layer2 .seller-info .seller-info-tips { position: relative; text-align: left; margin-top: 35px; } .air-layer2 .seller-info .seller-info-tips:before { content: ""; display: block; width: 29px; height: 21px; background: url("https://cdn.allwin.bid/air/resource/img/ico_flag-yellow.svg") center center no-repeat; background-size: 29px 21px; } .air-layer2 .seller-info .seller-info-tips li { font-size: 12px; color: #999; } .air-layer2 .winner-result { width: 830px; padding: 0 40px 40px 40px; } .air-layer2 .winner-result .layer__evt-winners { padding: 30px 0 0 0; text-align: left; } .air-layer2 .winner-result .evt-winner__tit { font-size: 18px; font-weight: bold; } .air-layer2 .winner-result .evt-winner__tit2 { position: relative; overflow: hidden; text-align: center; margin: 20px 0 0 0; height: 200px; background: url("https://cdn.allwin.bid/air/resource/img/ico_win-deco.png") center top no-repeat; } .air-layer2 .winner-result .evt-winner__tit2 strong { margin-top: 70px; font-weight: normal; display: block; font-size: 18px; color: #ebaa2c; font-family: "Geogrotesque-SemiBold"; } .air-layer2 .winner-result .evt-winner__tit2 p { font-size: 36px; color: #000; } .air-layer2 .winner-result .evt-winner__details { border-top: 1px solid #333; padding: 30px 0; border-bottom: 1px solid #e1e1e1; min-height: 300px; max-height: 430px; overflow: hidden; overflow-y: auto; padding: 20px; font-size: initial; } .air-layer2 .winner-result .evt-winner__details ul li { list-style: disc !important; } .air-layer2 .winner-result .evt-winner__details ol li { list-style: decimal !important; } .air-layer2 .winner-result .evt-winner__tips { margin-top: 15px; } .air-layer2 .winner-result .evt-winner__tips li { color: #999; font-size: 12px; margin-bottom: 3px; } .air-layer2 .ticker-customer { width: 720px; padding: 95px 40px; } .air-layer2 .ticker-customer .ticker-customer-form { position: relative; } .air-layer2 .ticker-customer .custom-input input { text-indent: 10px; } .air-layer2 .ticker-customer .custom-input.arrow:after { right: 10px; } .air-layer2 .ticker-customer .custom-textarea { margin-top: 8px; } .air-layer2 .ticker-customer .custom-textarea textarea { height: 160px; } .air-layer2 .ticker-customer .city { width: 160px !important; } .air-layer2 .ticker-customer .date { margin: 0 9px 0 10px; width: 311px !important; } .air-layer2 .ticker-customer .date input { letter-spacing: -1px; } .air-layer2 .ticker-customer .nums { width: 230px !important; } .air-layer2 .ticker-customer .picker-view { position: absolute; top: 41px; left: 139px; } .air-layer2 .ticker-customer .date-list-layers { position: absolute; top: 41px; left: 170px; z-index: 5; background: #fff; border: 1px solid #cecece; } .air-layer2 .ticker-customer .date-list-layers .scroll { height: 180px; min-height: 70px; padding: 15px 5px 15px 20px; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input+label { font-size: 13px; color: #111; font-weight: 400; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input+label:before { top: 2px; width: 16px; height: 16px; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input:checked+label { color: #111; font-weight: 400; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input:checked+label:after { top: 6px; left: 4px; width: 8px; height: 8px; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input:disabled+label { color: #aaa; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input:disabled+label:before { background: #eee; } .air-layer2 .ticker-customer .date-list-layers ul { padding-right: 30px; } .air-layer2 .ticker-customer .date-list-layers li { padding: 7px 0; } .air-layer2 .ticker-customer .tips { text-align: left; } .air-layer2 .ticker-customer .tips li { font-size: 12px; color: #fc5625; } .air-layer2 .special-price-customer { width: 480px; padding: 95px 40px; } .air-layer2 .special-price-customer .special-price-customer-form { position: relative; } .air-layer2 .special-price-customer .special-price-customer-form table { width: 100%; border-top: 1px solid #111; } .air-layer2 .special-price-customer .special-price-customer-form table th { background: #f4f4f4; height: 49px; border-bottom: 1px solid #e7e7e7; text-align: center; font-size: 13px; font-weight: 700; } .air-layer2 .special-price-customer .special-price-customer-form table td { height: 49px; padding: 0 15px; border-bottom: 1px solid #e7e7e7; font-size: 13px; text-align: left; } .air-layer2 .special-price-customer .trip-info { text-align: left; border-bottom: 1px solid #e7e7e7; padding: 0 0 20px 0; margin-bottom: 20px; } .air-layer2 .special-price-customer .trip-info strong { font-size: 18px; font-weight: 700; display: block; margin-bottom: 5px; } .air-layer2 .special-price-customer .trip-info dl { font-size: 14px; display: block; } .air-layer2 .special-price-customer .trip-info dt { font-weight: 700; display: inline-block; } .air-layer2 .special-price-customer .trip-info dd { display: inline-block; } .air-layer2 .estimate { width: 480px; padding-bottom: 110px; } .air-layer2 .estimate .contact-txt { padding: 15px 0; font-size: 14px; border-top: 1px solid #414141; font-weight: 700; text-align: left; margin-top: 30px; } .air-layer2 .estimate .estimate-scroll { width: 480px; height: 437px; overflow: hidden; border-top: 1px solid #414141; } .air-layer2 .estimate .estimate-scroll table { width: 460px; border-bottom: 1px solid #ececec; } .air-layer2 .estimate .estimate-scroll table th { font-size: 14px; color: #111; display: block; font-weight: 500; overflow: hidden; border-top: 1px solid #ececec; text-align: left; padding: 10px 0; height: 40px; line-height: 40px; } .air-layer2 .estimate .estimate-scroll table td { text-align: left; font-size: 14px; color: #aaa; height: 40px; padding: 10px 0; border-top: 1px solid #ececec; } .air-layer2 .estimate .estimate-scroll table tr:first-child th, .air-layer2 .estimate .estimate-scroll table tr:first-child td { border-top: 0; } .air-layer2 .estimate .estimate-scroll dl { position: relative; } .air-layer2 .estimate .estimate-scroll dl:first-child { margin-bottom: 6px; } .air-layer2 .estimate .estimate-scroll dt { position: absolute; top: 0; left: 0; width: 64px; line-height: 40px; } .air-layer2 .estimate .estimate-scroll dd { margin-left: 64px; } .air-layer2 .estimate2 { width: 820px; padding-bottom: 105px; } .air-layer2 .estimate2 .estimate-tbs { height: 610px; overflow: hidden; } .air-layer2 .estimate2 .estimate-tbs table { width: 100%; } .air-layer2 .estimate2 .estimate-tbs th { font-size: 14px; font-weight: 500; color: #111; text-align: left; vertical-align: middle; } .air-layer2 .estimate2 .estimate-tbs th .required { font-size: 14px; } .air-layer2 .estimate2 .estimate-tbs td { padding: 10px 0; } .air-layer2 .estimate2 .estimate-tbs td.bb { border-bottom: 1px solid #000; } .air-layer2 .estimate2 .estimate-tbs td.pt0 { padding-top: 0; } .air-layer2 .estimate2 .estimate-tbs .info2 table { border-top: 1px solid #ececec; } .air-layer2 .estimate2 .estimate-tbs .info2 td { padding: 10px 0; border-bottom: 1px solid #ececec; } .air-layer2 .estimate2 .estimate-tbs .in-row { min-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row .cols { position: relative; } .air-layer2 .estimate2 .estimate-tbs .in-row label { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; text-align: left; vertical-align: middle; } .air-layer2 .estimate2 .estimate-tbs .in-row label.required { font-size: 14px; } .air-layer2 .estimate2 .estimate-tbs .in-row label.required:before { content: "*"; font-size: 14px; color: #111; } .air-layer2 .estimate2 .estimate-tbs .in-row .field { position: relative; font-size: 0; margin-left: 56px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 { position: relative; min-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .tit { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; text-align: left; vertical-align: middle; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .tit.required { font-size: 14px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .tit.required:before { content: "*"; font-size: 14px; color: #111; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .field { position: relative; font-size: 0; margin-left: 102px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .col { position: relative; width: 50%; display: inline-block; } .air-layer2 .estimate2 .estimate-tbs .in-row2 label { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; color: #aaa; text-align: right; width: 60px; padding-right: 5px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .col-field { margin-left: 65px; } .air-layer2 .estimate2 .estimate-tbs .in-row3 { position: relative; min-height: 42px; text-align: left; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .col { position: relative; width: 246px; display: inline-block; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .col:last-child { margin-right: 0; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .col.mid { width: 270px; margin: 0 17px 0 40px; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .col.mid .field { margin-left: 66px; } .air-layer2 .estimate2 .estimate-tbs .in-row3 label { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; width: 57px; text-align: left; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .field { position: relative; font-size: 0; margin-left: 56px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 { position: relative; min-height: 42px; text-align: left; overflow: hidden; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col { position: relative; display: inline-block; width: 50%; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:first-child { float: left; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:first-child label { width: 57px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:first-child .field { left: 57px; right: 28px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:last-child { float: right; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:last-child label { width: 75px; margin-left: 10px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:last-child .field { left: 85px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 label { display: inline-block; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; text-align: left; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .field { position: absolute; top: 0; right: 0; font-size: 0; } .air-layer2 .estimate2 .estimate-tbs .in-row5 { min-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .cols { position: relative; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .tit1 { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; text-align: left; vertical-align: middle; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .field { position: relative; font-size: 0; margin-left: 56px; text-align: left; padding: 13px 0 0 0; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .checks li { display: inline-block; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field { position: relative; margin-top: 10px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field .files { position: relative; height: 42px; line-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field .files button { position: absolute; top: 0; left: 0; width: 80px; height: 42px; line-height: 42px; text-align: center; font-weight: 700; font-size: 12px; color: #111; border: 1px solid #cecece; box-sizing: border-box; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field .files .name { font-size: 12px; color: #111; font-weight: 500; display: block; margin-left: 90px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field em { position: absolute; bottom: 0; right: 0; font-size: 12px; color: #aaa; line-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .url-field { position: relative; line-height: 42px; font-size: 14px; color: #111; margin-top: 10px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .url-field .custom-input { line-height: 100%; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .tip { position: absolute; top: 13px; right: 0; font-size: 12px; color: #aaa; } .air-layer2 .estimate2 .top-bar { position: relative; text-align: left; line-height: 100%; padding: 40px 0 0 0; margin-bottom: 20px; } .air-layer2 .estimate2 .top-bar strong { font-size: 16px; color: #111; font-weight: 700; } .air-layer2 .estimate2 .top-bar span { position: absolute; bottom: 10px; right: 0; font-size: 12px; color: #aaa; } .air-layer2 .row { font-size: 0; text-align: left; margin-bottom: 20px; overflow: hidden; } .air-layer2 .row.solo .col { display: block; width: 100%; max-width: 100%; float: none !important; } .air-layer2 .row .col { position: relative; display: inline-block; width: 50%; max-width: 236px; } .air-layer2 .row .col:first-child { float: left; } .air-layer2 .row .col:last-child { float: right; } .air-layer2 .row .col label { font-size: 14px; color: #111; display: block; font-weight: 500; margin-bottom: 5px; overflow: hidden; } .air-layer2 .row .col label em { font-size: 12px; color: #aaa; margin-left: 5px; display: inline-block; } .air-layer2 .row .col label em.byte { float: right; } .air-layer2 .row .col select { width: 100%; } .air-layer2 .row .col .marketing-check { padding: 15px 8px 10px 8px; border-top: 1px solid #333; border-bottom: 1px solid #e1e1e1; } .air-layer2 .row .col .marketing-check p { font-size: 14px; margin-bottom: 30px; } .air-layer2 .row .col .receipt-list { border-top: 1px solid #333; } .air-layer2 .row .col .receipt-list ul li { height: 59px; border-bottom: 1px solid #e7e7e7; font-size: 14px; line-height: 59px; } .air-layer2 .row .col .receipt-list ul li span { display: inline-block; text-align: center; } .air-layer2 .row .col .receipt-list ul li span.th { width: 112px; } .air-layer2 .row .col .receipt-list ul li span.money { width: 110px; font-family: "Geogrotesque-Regular" } .air-layer2 .row .col .receipt-list ul li span.at { width: 140px; font-family: "Geogrotesque-Regular"; color: #aaa; } .air-layer2 .row .col .receipt-list ul li span.view { width: 87px; } .air-layer2 .row .col .receipt-list ul li span.view a { color: #ff4c09; border-bottom: 1px solid #ff4c09; } .air-layer2 .row .col .out-link { text-align: right; padding-top: 5px; } .air-layer2 .row .col .detail-list { border-top: 1px solid #333; } .air-layer2 .row .col .detail-list ul li { height: 59px; border-bottom: 1px solid #e7e7e7; font-size: 14px; line-height: 59px; } .air-layer2 .row .col .detail-list ul li span { display: inline-block; } .air-layer2 .row .col .detail-list ul li span.th { text-align: left; width: 338px; padding-left: 12px; } .air-layer2 .row .col .detail-list ul li span.at { font-family: "Geogrotesque-Regular"; color: #aaa; text-align: right; } .air-layer2 .row .col .detail-list ul li span.th a { border-bottom: 1px solid #333; } .air-layer2 .row .col .detail-list ul li.is-actived span.th a { color: #fc5625; border-bottom: 1px solid #fc5625; } .air-layer2 .row .col .detail-list ul li.target-li { height: auto; background-color: #f9f9f9; line-height: 16px; font-size: 12px; padding: 20px 15px; color: #999; display: none; } .air-layer2 .row .col .detail-list ul li.target-li dl { padding: 15px; } .air-layer2 .row .col .detail-list ul li.target-li dt { color: #333; font-size: 15px; font-family: "Geogrotesque-Bold"; margin-bottom: 8px; } .air-layer2 .row .col .out-link a { font-size: 14px; color: #aaa; border-bottom: 1px solid #aaa; display: inline-block; } .air-layer2 .row .required { position: absolute; top: 3px; right: 0; font-size: 12px; color: #fc5625; } .air-layer2 .layer-bts { position: absolute; bottom: 0; left: 0; width: 100%; height: 56px; font-size: 0; } .air-layer2 .layer-bts a, .air-layer2 .layer-bts button { width: 50%; height: 56px; display: inline-block; line-height: 56px; text-align: center; color: #fff; font-size: 16px; font-weight: 500; } .air-layer2 .layer-bts a.gray, .air-layer2 .layer-bts button.gray { background: #484848; } .air-layer2 .layer-bts a.yellow, .air-layer2 .layer-bts button.yellow { background: #f9c028; } .air-layer2 .layer-bts.solo a, .air-layer2 .layer-bts.solo button { width: 100%; display: block; } .air-layer3 { display: none; position: absolute; top: 68px; left: 0; background: #fff; z-index: 40; border-radius: 3px; -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.33); -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.33); box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.33); } .air-layer3:before { content: ""; position: absolute; top: -6px; left: 50%; width: 11px; height: 6px; margin-left: -6px; background: url("https://cdn.allwin.bid/air/resource/img/ico_layer-arrow.png") center center no-repeat; } .air-layer3.from-citys { width: 580px; height: 260px; } .air-layer3.to-citys { width: 619px; height: 439px; } .air-layer3.dates { width: 970px; min-height: 471px; padding-bottom: 35px; } .air-layer3.dates.solo { width: 496px; min-height: 471px; padding-bottom: 35px; } .air-layer3.times { left: auto; right: 0; width: 500px; height: 268px; } .air-layer3.times:before { margin-left: 84px; } .air-layer3.airlies { left: 0; width: 857px; height: 520px; } .air-layer3.airlies:before { margin-left: -334px; } .air-layer3.passenger-seat { top: 80px; width: 580px; height: 311px; } .air-layer3.passenger-seat:before { margin-left: -156px; } .air-layer3 .layer-tit { display: block; font-weight: 700; font-size: 18px; color: #111; line-height: 100%; padding: 30px 24px 18px 24px; } .air-layer3 .layer-inner { padding: 0 24px; } .air-layer3 .arrow-close { position: absolute; top: 16px; right: 0; width: 62px; height: 46px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-on.png") center center no-repeat; } .air-layer3 .domestic-items { width: 580px; display: block; font-size: 0; text-align: center; margin: 6px 0 0 -24px; } .air-layer3 .domestic-items li { display: inline-block; } .air-layer3 .domestic-items .domestic-radio { display: inline-block; width: 100px; height: 42px; box-sizing: border-box; margin: 4px; } .air-layer3 .domestic-items .domestic-radio input { position: absolute; opacity: 0; } .air-layer3 .domestic-items .domestic-radio input+label { font-family: "Noto Sans"; display: block; font-size: 13px; color: #000; width: 100px; height: 42px; line-height: 42px; border: 1px solid #e6e6e6; box-sizing: border-box; text-align: center; cursor: pointer; box-sizing: border-box; font-weight: 500; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer3 .domestic-items .domestic-radio input:checked+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .domestic-items .domestic-radio input:hover+label { background: #f5f5f5; } .air-layer3 .domestic-items .domestic-radio input:checked:hover+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .srching-input { position: relative; border-bottom: 1px solid #111; } .air-layer3 .srching-input ::-webkit-input-placeholder { color: #aaa; } .air-layer3 .srching-input ::-moz-placeholder { color: #aaa; } .air-layer3 .srching-input :-ms-input-placeholder { color: #aaa; } .air-layer3 .srching-input :-moz-placeholder { color: #aaa; } .air-layer3 .srching-input input { font-size: 15px; width: 100%; height: 38px; border: 0; text-indent: 26px; background: url("https://cdn.allwin.bid/air/resource/img/ico_srch2.png") 0 center no-repeat; } .air-layer3 .srching-input .del { position: absolute; top: 10px; right: 0; font-size: 12px; height: 16px; line-height: 16px; color: #aaa; } .air-layer3 .srching-input .del:before { content: ""; display: inline-block; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_val-close2.png") center center no-repeat; vertical-align: top; margin-right: 5px; } .air-layer3 .srching-input .result-nums { width: 350px; border-bottom: 1px solid #fff; font-size: 18px; color: #fff; padding-bottom: 5px; } .air-layer3 .internationals { width: 570px; min-height: 268px; margin-top: 30px; position: relative; } .air-layer3 .internationals .arrive-groups { position: absolute; top: 0; left: 0; width: 125px; height: 268px; border-right: 1px solid #e7e7e7; } .air-layer3 .internationals .arrive-groups li { margin-bottom: 22px; } .air-layer3 .internationals .arrive-groups li:last-child { margin-bottom: 0; } .air-layer3 .internationals .arrive-groups a { font-size: 14px; color: #aaa; line-height: 100%; font-weight: 500; } .air-layer3 .internationals .arrive-groups a.actived { color: #111; } .air-layer3 .internationals .arrive-groups-child { width: 432px; margin: -4px 0 0 142px; } .air-layer3 .internationals .arrive-groups-child ul { display: block; font-size: 0; } .air-layer3 .internationals .arrive-groups-child li { display: inline-block; margin: 4px; } .air-layer3 .internationals .arrive-groups-child .agc-radio { display: inline-block; width: 100px; height: 42px; box-sizing: border-box; } .air-layer3 .internationals .arrive-groups-child .agc-radio input { position: absolute; opacity: 0; } .air-layer3 .internationals .arrive-groups-child .agc-radio input+label { font-family: "Noto Sans"; display: block; font-size: 13px; color: #000; padding: 0 10px; width: 100px; height: 42px; line-height: 42px; border: 1px solid #e6e6e6; box-sizing: border-box; text-align: center; cursor: pointer; box-sizing: border-box; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer3 .internationals .arrive-groups-child .agc-radio input:checked+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .internationals .arrive-groups-child .agc-radio input:hover+label { background: #f5f5f5; } .air-layer3 .internationals .arrive-groups-child .agc-radio input:checked:hover+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .airlines { position: relative; overflow: hidden; margin-top: 28px; } .air-layer3 .airlines .airline-group { position: absolute; top: 0; left: 0; width: 125px; height: 268px; } .air-layer3 .airlines .airline-group li { margin-bottom: 22px; } .air-layer3 .airlines .airline-group li:last-child { margin-bottom: 0; } .air-layer3 .airlines .airline-group a { font-size: 14px; color: #aaa; line-height: 100%; font-weight: 500; } .air-layer3 .airlines .airline-group a.actived { color: #111; } .air-layer3 .airlines .airline-group-child { margin: 0 0 0 116px; padding-left: 16px; border-left: 1px solid #e7e7e7; min-height: 293px; } .air-layer3 .airlines .airline-group-child .sort { position: relative; height: 56px; margin-top: -6px; } .air-layer3 .airlines .airline-group-child .sort ul { margin: 0 0 7px 0; } .air-layer3 .airlines .airline-group-child .sort ul:last-child { margin-bottom: 0; } .air-layer3 .airlines .airline-group-child .sort ul li { display: inline-block; } .air-layer3 .airlines .airline-group-child .sort ul button { font-size: 12px; width: 14px; text-align: center; box-sizing: border-box; margin-right: 8px; } .air-layer3 .airlines .airline-group-child .sort ul.ko button { color: #aaa; } .air-layer3 .airlines .airline-group-child .sort ul.ko button.actived { border-bottom: 1px solid #111; color: #111; } .air-layer3 .airlines .airline-group-child .sort ul.en li { margin-left: 1px; } .air-layer3 .airlines .airline-group-child .sort ul.en button { color: #aaa; font-family: "Geogrotesque-Regular"; } .air-layer3 .airlines .airline-group-child .sort ul.en button.actived { border-bottom: 1px solid #fff; color: #111; } .air-layer3 .airlines .airline-group-child .sort ul.en button:disabled { color: #ffc956; } .air-layer3 .airlines .airline-group-child .airline-items { display: block; font-size: 0; margin: -4px 0 0 0; width: 680px; } .air-layer3 .airlines .airline-group-child .airline-items li { display: inline-block; margin: 4px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio { position: relative; display: inline-block; width: 128px; height: 52px; box-sizing: border-box; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input { position: absolute; opacity: 0; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label { font-family: "Noto Sans"; display: block; font-size: 12px; color: #111; width: 128px; height: 52px; line-height: 120%; border: 1px solid #e6e6e6; box-sizing: border-box; text-align: left; overflow: hidden; cursor: pointer; box-sizing: border-box; padding-left: 51px; -moz-transition: background 0.3s; -o-transition: background 0.3s; -webkit-transition: background 0.3s; transition: background 0.3s; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label .tail { position: absolute; top: 10px; left: 14px; display: inline-block; height: 35px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label .tail img { position: absolute; top: 0; left: 0; width: 28px; height: 35px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label .code { font-family: "Geogrotesque-SemiBold"; font-size: 18px; color: #111; display: block; line-height: 100%; text-align: left; margin-top: 10px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label .name { display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; margin: 0 5px 0 0; margin-right: 5px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input:checked+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input:checked+label em { color: #fff; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input:hover+label { background: #f5f5f5; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio { position: relative; display: inline-block; width: 152px; height: 52px; box-sizing: border-box; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio input { position: absolute; opacity: 0; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio input+label { font-family: "Noto Sans"; display: block; font-size: 16px; color: #fff; width: 132px; height: 52px; line-height: 52px; padding: 0 10px; border: 1px solid #fff; box-sizing: border-box; text-align: left; overflow: hidden; cursor: pointer; box-sizing: border-box; text-align: center; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio input:checked+label { color: #000; border: 1px solid #000; font-weight: 700; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer3 .layer-srch-result .in-scroll { height: 294px; overflow: hidden; overflow-y: auto; box-sizing: border-box; margin-top: 16px; } .air-layer3 .layer-srch-result table { width: 100%; } .air-layer3 .layer-srch-result table tr { cursor: pointer; } .air-layer3 .layer-srch-result table tr:first-child td { border-top: 0; } .air-layer3 .layer-srch-result table tr:hover td { background: #f5f5f5; } .air-layer3 .layer-srch-result table tr:hover td span { color: #000; } .air-layer3 .layer-srch-result table td { border-bottom: 1px solid #e7e7e7; text-align: left; height: 36px; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer3 .layer-srch-result table td span { font-size: 14px; color: #aaa; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer3 .layer-srch-result table td.col2 span { width: 138px; padding-left: 15px; } .air-layer3 .layer-srch-result table td.col4 span { width: 308px; padding-left: 30px; } .air-layer3 .layer-srch-result .no-srch-result { font-size: 14px; color: #111; } .air-layer3 .datapicker-outer .awa-datepicker { position: static; z-index: 1; border: 0; margin-left: 0; } .air-layer3 .datapicker-outer .awa-datepicker.single-date .month-wrapper .month-item.second { float: right !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper { width: 921px !important; position: relative; overflow: hidden; font-size: 0; margin: 0 auto !important; padding: 0; border: 0 !important; } .air-layer3.dates.solo .datapicker-outer .awa-datepicker .month-wrapper { width: 480px !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper .month-item { position: relative; width: 450px !important; display: inline-block; box-sizing: border-box; vertical-align: top; clear: initial !important; margin-bottom: 0; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table { width: 442px; margin: 0 auto; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .select-wrapper { font-size: 0; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead th { min-width: 30px; height: 40px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .month-name { width: 320px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .prev, .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .next { min-width: 30px; height: 40px; position: absolute; top: 0; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .prev { background: url("https://cdn.allwin.bid/air/resource/img/ico_prev-arrow3.png") center center no-repeat; left: 130px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .next { background: url("https://cdn.allwin.bid/air/resource/img/ico_next-arrow3.png") center center no-repeat; right: 130px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .dot { position: relative; top: 7px; margin: 0 2px; display: inline-block; background: #000; width: 3px; height: 3px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th { font-weight: normal; font-size: 16px; color: #999; height: 50px; text-align: center; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th:first-child { color: #fd9a7c !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .month-element { font-size: 20px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody { border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td { height: 62px; text-align: center; cursor: pointer; border-top: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td:first-child .day { color: #fd9a7c; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day { width: 63px; height: 62px; line-height: 44px; text-align: center; font-size: 15px; color: #000; font-family: "Geogrotesque-Regular"; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.invalid { color: #999; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.real-today:after { content: "TODAY"; line-height: 100% !important; font-size: 13px; width: 100%; color: #000; text-align: center; position: absolute; bottom: 12px; left: 0; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.holiday { color: #fd9a7c; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .lastMonth { color: #999 !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .lastMonth.checked { background: none !important; color: #999 !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .nextMonth { color: #999 !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .nextMonth.checked { background: none !important; color: #999 !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected { background: #f9c028 !important; color: #fff; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected { background: #f9c028 !important; color: #fff; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .checked { background: #f9ecd3; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .hovering { background: #f9ecd3 !important; color: #000; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected { position: relative; color: #fff !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected:after { content: "가는날"; line-height: 100% !important; font-size: 12px; width: 100%; color: #fff; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected { position: relative; color: #fff !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected:after { content: "오는날"; line-height: 100% !important; font-size: 12px; width: 100%; color: #fff; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer3 .datapicker-outer .datapicker-bt { display: block; width: 300px; height: 60px; line-height: 60px; margin: 0 auto 0 auto; background: #ebaa2c; font-size: 18px; color: #fff; text-align: center; } .air-layer3 .datapicker-outer .datepicker-tooltip { position: absolute; padding: 0; display: none; vertical-align: middle; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); margin-top: 0px; } .air-layer3 .datapicker-outer .datepicker-tooltip:before { content: ""; position: absolute; bottom: -3px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-btm.png") center center no-repeat; } .air-layer3 .datapicker-outer .datepicker-tooltip-inner { border: 1px solid #7d7d7d; font-size: 12px; color: #000; padding: 5px 10px; display: table-cell; vertical-align: middle; background: #fff; font-family: "Geogrotesque-SemiBold", "Noto Sans"; text-align: center; } .air-layer3 .passengers { font-size: 0; margin: 5px 0 0 0; } .air-layer3 .passengers ::-webkit-input-placeholder { color: #111; font-family: "Geogrotesque-Medium"; } .air-layer3 .passengers ::-moz-placeholder { color: #111; font-family: "Geogrotesque-Medium"; } .air-layer3 .passengers :-ms-input-placeholder { color: #111; font-family: "Geogrotesque-Medium"; } .air-layer3 .passengers :-moz-placeholder { color: #111; font-family: "Geogrotesque-Medium"; } .air-layer3 .passengers dl { width: 140px; display: inline-block; margin-right: 24px; } .air-layer3 .passengers dt { font-size: 14px; color: #111; font-weight: 700; } .air-layer3 .passengers dt em { font-size: 12px; color: #aaa; margin-left: 5px; } .air-layer3 .passengers dd { position: relative; width: 140px; height: 41px; margin-top: 5px; box-sizing: border-box; border: 1px solid #e7e7e7; text-align: center; } .air-layer3 .passengers dd button { width: 39px; height: 39px; position: absolute; top: 0; } .air-layer3 .passengers dd button.up { right: 0; border-left: 1px solid #e7e7e7; } .air-layer3 .passengers dd button.up:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -7px; width: 13px; height: 1px; background: #111; } .air-layer3 .passengers dd button.up:after { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -7px; width: 13px; height: 1px; background: #111; transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); } .air-layer3 .passengers dd button.down { left: 0; border-right: 1px solid #e7e7e7; } .air-layer3 .passengers dd button.down:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 13px; height: 1px; background: #111; } .air-layer3 .passengers dd input { display: inline-block; width: 58px; height: 39px; font-size: 16px; color: #111; font-family: "Geogrotesque-Medium"; text-align: center; background: none; border: 0; } .air-layer3 .seat-class { margin: 20px 0 30px 0; padding-top: 20px; border-top: 1px solid #e7e7e7; } .air-layer3 .seat-class .seat-class-radio { display: inline-block; margin-right: 25px; } .air-layer3 .seat-class .seat-class-radio input { opacity: 0; position: absolute; } .air-layer3 .seat-class .seat-class-radio input+label { position: relative; padding-left: 27px; color: #000; font-size: 14px; cursor: pointer; display: block; height: 20px; line-height: 20px; } .air-layer3 .seat-class .seat-class-radio input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: transparent; border: 1px solid #e6e6e6; width: 20px; height: 20px; border-radius: 20px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer3 .seat-class .seat-class-radio input+label:after { content: ""; } .air-layer3 .seat-class .seat-class-radio input:checked+label { color: #000; } .air-layer3 .seat-class .seat-class-radio input:checked+label:after { background: #f9c028; width: 12px; height: 12px; border-radius: 12px; position: absolute; top: 4px; left: 4px; } .air-layer3 .bt-selects { width: 180px; height: 48px; line-height: 48px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; box-sizing: border-box; background: #f9c028; margin: 0 auto; display: block; } .air-layer3 .user-times .time-radios { margin: 10px 0 30px 0; } .air-layer3 .user-times dt { display: inline-block; width: 70px; font-size: 12px; color: #aaa; font-weight: 500; } .air-layer3 .user-times dd { display: inline-block; margin-right: 20px; } .air-layer3 .user-times button { width: 180px; height: 48px; line-height: 48px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; box-sizing: border-box; background: #f9c028; margin: 0 auto; display: block; } .air-layer3 .user-times .custom-radio input { opacity: 0; position: absolute; } .air-layer3 .user-times .custom-radio input+label { position: relative; padding-left: 27px; color: #000; font-size: 14px; cursor: pointer; display: block; height: 20px; line-height: 20px; } .air-layer3 .user-times .custom-radio input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: transparent; border: 1px solid #e6e6e6; width: 20px; height: 20px; border-radius: 20px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer3 .user-times .custom-radio input+label:after { content: ""; } .air-layer3 .user-times .custom-radio input:checked+label { color: #000; } .air-layer3 .user-times .custom-radio input:checked+label:after { background: #f9c028; width: 12px; height: 12px; border-radius: 12px; position: absolute; top: 4px; left: 4px; } .air-layer3 .user-times .line { margin: 18px 0 18px 0 !important; background: #e7e7e7 !important; } .air-layer3 .layer-srching { overflow: hidden; overflow-y: auto; } .air-layer3 .layer-srching .srching-not { font-size: 14px; color: #111; } .air-layer3 .layer-srching .srching-item { display: inline-block; margin: 0 15px 10px 0; border-bottom: 1px solid #000; font-size: 14px; color: #111; font-family: "Noto Sans"; line-height: 110%; } .air-loading { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0); z-index: 20000; } .air-loading:before { content: ""; position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; background: rgba(255, 255, 255, 0.96); border-radius: 3px; } .air-loading:after { content: ""; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin: -15px 0 0 -15px; background: url("https://cdn.allwin.bid/air/resource/img/ico_loading-circle.png") center center no-repeat; -webkit-animation: rotate-center 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite backwards; animation: rotate-center 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite backwards; } @ -webkit-keyframes rotate-center {from { -webkit-transform:rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @ keyframes rotate-center {from { -webkit-transform:rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .air-loading2 { position: absolute; top: 0; left: 0; height: 4px; background: #ebaa2c; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; z-index: 20000; } .air-top { display: none; font-size: 15px; z-index: 10; font-family: "Geogrotesque-Bold"; position: fixed; bottom: 20px; right: 50%; width: 48px; height: 48px; line-height: 48px; margin-right: -670px; border: 1px solid #161820; background: #fff; } .air-top:hover { background: #161820; color: #fff; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .views { position: relative; } .main .views { overflow: hidden; } .main .footer { margin-top: 0; } .sub .views { margin-top: 100px; min-height: 768px; } .sub .views.ags { background-color: #f5f5f5; margin: 0; overflow: hidden; } .sub .views.ags.complete { background-color: #fff; margin: 100px 0; } .sub .main-evt { display: none; } .sub.event .views { margin-top: 0; } .sub.event .layer-search { top: 0 !important; } .sub.event .footer { margin-top: 0; } .sub.event .intro-gate { top: 0; } .sub.land .views { margin-top: 0; } .sub.land .layer-search, .sub.ags .layer-search { top: 0 !important; } .sub.land .footer, .sub.ags footer { margin-top: 0; } .sub.land-details { background: #f7f7f7; } .sub.land-details .views { margin-top: 0; } .sub.land-details .layer-search { top: 0 !important; } .sub.land-details .footer { margin-top: 0; } .sub.land-details .landmoa { overflow: hidden; background: #f7f7f7; padding-top: 380px; } .sub.land-details .landmoa .land-detail { font-size: initial; background: transparent; text-align: initial; } .sub.land-details.is-scrolled .landmoa { padding-top: 150px; } .sub.land-details.is-scrolled .landmoa .detail-visual { position: fixed; z-index: 5; height: 150px; } .sub.land-details.is-scrolled .landmoa .detail-visual .detail-visual-trans { height: 150px; } .sub.land-details.is-scrolled .landmoa .detail-visual .txts { display: none; } .sub.land-details.is-scrolled .landmoa .detail-header { position: fixed; top: 33px; left: 50%; width: 1440px; margin-left: -720px; z-index: 6; } .sub.land-details.is-scrolled .landmoa .detail-header .in { position: relative; width: 1080px; } .sub.land-details.is-scrolled .landmoa .detail-layout { z-index: auto; } .sub.land-details.is-scrolled .landmoa .detail-rows { padding-top: 240px; } .sub.land-details.is-scrolled .landmoa .detail-side { position: fixed; top: 33px; right: 50%; bottom: 185px; margin-right: -720px; z-index: 6; } .sub.land-details.is-scrolled .landmoa .detail-side .land-landmark { height: 0px; } .sub.land-details.is-scrolled .landmoa .detail-side .land-custom { padding-top: 117px; } .sub.about .views { margin-top: 0; } .sub.about .layer-search { top: 0 !important; } .sub.about .footer { margin-top: 0; } .sub.custom-center .views { margin-top: 70px; } .sub.custom-center .layer-search { top: -70px !important; } .sub.custom-center .mypage-forms { margin-bottom: 90px; } .pnr-dims { width: 100%; background: #000; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; opacity: 0.5; } /* header */ .main .header { border-bottom: 0; } .header { position: relative; z-index: 50; border-bottom: 1px solid #e7e7e7; } .header.show { position: relative; z-index: 100; border-bottom: 0; } .header.show .layer-pnr { top: 91px; z-index: 3; } .header .inner { position: relative; width: 1220px; padding: 0 10px; margin: 0 auto; box-sizing: border-box; } .header .header-row1 { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid #e7e7e7; } .header .header-row1 .inner { height: 90px; overflow: hidden; } .header .header-logo { margin-top: 34px; } .header .header-logo a { display: block; width: 137px; height: 20px; background: url("https://cdn.allwin.bid/air/resource/img/img_header-logo.png") center center no-repeat; background-size: 137px 20px; } .header .header-partners { position: absolute; top: 0; left: 175px; } .header .header-partners li { display: inline-block; margin-right: 20px; line-height: 90px; } .header .header-partners dl { display: inline-block; vertical-align: top; } .header .header-partners dt { display: inline-block; font-size: 17px; color: #b2b2b2; margin-right: 5px; } .header .header-partners dd { display: inline-block; font-size: 18px; color: #f9c028; font-family: "Geogrotesque-SemiBold"; } .header .header-utils { position: absolute; top: 26px; right: 10px; min-height: 36px; font-size: 0; } .header .header-utils .user { display: inline-block; font-size: 14px; vertical-align: top; line-height: 36px; } .header .header-utils .user .company { display: inline-block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; max-width: 70px; overflow: hidden; vertical-align: top; } .header .header-utils .util-menu { display: inline-block; font-size: 0; margin-right: 30px; vertical-align: top; } .header .header-utils .util-menu ul { position: relative; display: inline-block; padding: 0 10px; } .header .header-utils .util-menu ul:last-child:before { content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 12px; background: #c5c5c5; margin-top: -5px; } .header .header-utils .util-menu li { display: inline-block; margin: 0 10px; } .header .header-utils .util-menu li.atived a { color: #f9c028; } .header .header-utils .util-menu a { position: relative; font-size: 14px; display: block; vertical-align: top; line-height: 36px; } .header .header-utils .util-menu .new { font-size: 0; position: absolute; top: -3px; right: -23px; width: 21px; height: 20px; background: url("https://cdn.allwin.bid/air/resource/img/ico_new.png") center center no-repeat; } .header .header-utils .pnr-toggle { display: inline-block; width: 100px; height: 36px; line-height: 36px; text-align: center; font-size: 12px; border-radius: 2px; color: #fff; background: #f9c028; font-weight: 700; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .header .header-utils .pnr-toggle.actived { background: #949494; } .header .header-row2 { position: relative; z-index: 2; background: #fff; } .header .header-row2 .inner { height: 50px; } .header .header-row2 .intro-tabs { margin-right: 590px; } .header .header-row2 .intro-tabs li { display: inline-block; margin-right: 35px; } .header .header-row2 .intro-tabs li.actived a { color: #edaf08; text-decoration: underline; } .header .header-row2 .intro-tabs a { display: block; font-weight: 700; line-height: 50px; text-align: center; } .header .header-row2 .ranks { font-size: 0; position: absolute; top: 0; right: 9px; overflow: hidden; } .header .header-row2 .ranks .awa-slide__controls { display: none; } .header .header-row2 .ranks .tit { font-size: 12px; color: #b2b2b2; font-weight: 700; padding-left: 20px; line-height: 50px; } .header .header-row2 .ranks .change { position: relative; top: 22px; display: inline-block; width: 20px; height: 7px; vertical-align: top; } .header .header-row2 .ranks .change.up { background: url("https://cdn.allwin.bid/air/resource/img/ico_rank-up.png") center center no-repeat; } .header .header-row2 .ranks .change.down { background: url("https://cdn.allwin.bid/air/resource/img/ico_rank-down.png") center center no-repeat; } .header .header-row2 .ranks .change.equal:before { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; margin: -0.5px 0 0 -4px; background: #111; } .header .header-row2 .ranks .change.new { background: url("https://cdn.allwin.bid/air/resource/img/ico_rank-new.png") center center no-repeat; } .header .header-row2 .ranks .rank-items { position: absolute; top: 0; height: 50px; } .header .header-row2 .ranks .rank-items:after { content: ""; position: absolute; top: 22px; right: 20px; display: inline-block; width: 13px; height: 8px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .header .header-row2 .ranks .rank-item { position: relative; height: 50px; line-height: 50px; } .header .header-row2 .ranks .number { font-size: 16px; font-family: "Geogrotesque-SemiBold"; margin-right: 10px; } .header .header-row2 .ranks .three-code:after { content: "/"; display: inline-block; font-size: 13px; font-family: "Noto Sans"; font-weight: 500; margin-left: 5px; } .header .header-row2 .ranks .name { position: relative; font-size: 14px; } .header .header-row2 .ranks .side { position: absolute; top: 0; height: 50px; } .header .header-row2 .ranks .side .price { position: relative; } .header .header-row2 .ranks .side .price:after { content: "/"; display: inline-block; font-size: 13px; font-family: "Noto Sans"; font-weight: 500; margin-left: 5px; } .header .header-row2 .ranks .side .seat { position: relative; } .header .header-row2 .ranks .side .seat:after { content: "/"; display: inline-block; font-size: 13px; font-family: "Noto Sans"; font-weight: 500; margin-left: 5px; } .header .header-row2 .ranks .side .code { position: relative; } .header .header-row2 .ranks .rank-sp { position: relative; display: inline-block; width: 279px; border-left: 1px solid #ececec; box-sizing: border-box; cursor: pointer; } .header .header-row2 .ranks .rank-sp.is-hoved { height: 209px; border: 1px solid #111; background: #fff; display: inline-block; -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); } .header .header-row2 .ranks .rank-sp.is-hoved .tit { color: #111; } .header .header-row2 .ranks .rank-sp.is-hoved .three-code { margin-right: 15px; } .header .header-row2 .ranks .rank-sp.is-hoved .three-code:after { display: none; } .header .header-row2 .ranks .rank-sp.is-hoved .side { position: absolute; top: 0; right: 20px; height: 26px; } .header .header-row2 .ranks .rank-sp.is-hoved .side .price:after { display: none; } .header .header-row2 .ranks .rank-sp.is-hoved .side .seat { text-align: right; } .header .header-row2 .ranks .rank-sp.is-hoved .side .seat:after { display: none; } .header .header-row2 .ranks .rank-sp.is-hoved .side .code { margin-left: 10px; text-align: right; } .header .header-row2 .ranks .rank-sp.is-hoved .rank-items { top: 0; left: 0; padding-top: 65px; width: 100%; height: 142px; } .header .header-row2 .ranks .rank-sp.is-hoved .rank-items .rank-item { height: 26px; line-height: 26px; padding: 0 20px; } .header .header-row2 .ranks .rank-sp.is-hoved .rank-items:before { content: ""; height: 1px; background: #e5e5e5; position: absolute; top: 50px; left: 0; right: 0; } .header .header-row2 .ranks .rank-sp.is-hoved .rank-items:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .header .header-row2 .ranks .rank-sp.is-hoved .name { display: inline-block; vertical-align: top; width: 70px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .header .header-row2 .ranks .rank-sp .rank-items { left: 94px; width: 185px; } .header .header-row2 .ranks .rank-sp .three-code { font-size: 14px; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-sp .name { display: none; font-weight: 500; font-size: 13px; } .header .header-row2 .ranks .rank-sp .side { position: relative; top: auto; right: auto; display: inline-block; margin-left: 5px; } .header .header-row2 .ranks .rank-sp .side .price { font-size: 14px; font-weight: 500; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-sp .side .price em { font-family: "Noto Sans"; font-weight: 500; font-size: 13px; } .header .header-row2 .ranks .rank-sp .side .code { display: inline-block; width: 16px; font-size: 14px; margin-left: 5px; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-matching { position: relative; display: inline-block; width: 280px; border-left: 1px solid #ececec; border-right: 1px solid #ececec; box-sizing: border-box; cursor: pointer; } .header .header-row2 .ranks .rank-matching.is-hoved { height: 209px; border: 1px solid #111; background: #fff; display: inline-block; -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); } .header .header-row2 .ranks .rank-matching.is-hoved .tit { color: #111; } .header .header-row2 .ranks .rank-matching.is-hoved .three-code { margin-right: 15px; } .header .header-row2 .ranks .rank-matching.is-hoved .three-code:after { display: none; } .header .header-row2 .ranks .rank-matching.is-hoved .side { position: absolute; top: 0; right: 20px; height: 26px; } .header .header-row2 .ranks .rank-matching.is-hoved .side .price:after { display: none; } .header .header-row2 .ranks .rank-matching.is-hoved .side .seat { text-align: right; } .header .header-row2 .ranks .rank-matching.is-hoved .side .seat:after { display: none; } .header .header-row2 .ranks .rank-matching.is-hoved .side .code { margin-left: 10px; text-align: right; } .header .header-row2 .ranks .rank-matching.is-hoved .rank-items { top: 0; left: 0; padding-top: 65px; width: 100%; height: 142px; } .header .header-row2 .ranks .rank-matching.is-hoved .rank-items .rank-item { height: 26px; line-height: 26px; padding: 0 20px; } .header .header-row2 .ranks .rank-matching.is-hoved .rank-items:before { content: ""; height: 1px; background: #e5e5e5; position: absolute; top: 50px; left: 0; right: 0; } .header .header-row2 .ranks .rank-matching.is-hoved .rank-items:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .header .header-row2 .ranks .rank-matching.is-hoved .name { display: inline-block; vertical-align: top; width: 130px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .header .header-row2 .ranks .rank-matching .rank-items { left: 110px; width: 171px; } .header .header-row2 .ranks .rank-matching .three-code { font-size: 14px; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-matching .name { display: none; font-weight: 500; font-size: 13px; } .header .header-row2 .ranks .rank-matching .side { position: relative; top: auto; right: auto; display: inline-block; margin-left: 5px; } .header .header-row2 .ranks .rank-matching .side .seat { font-size: 14px; font-weight: 500; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-matching .side .seat em { font-family: "Noto Sans"; font-weight: 500; font-size: 13px; } .header .header-row2 .ranks .rank-matching .side .code { display: inline-block; width: 16px; font-size: 14px; margin-left: 5px; font-family: "Geogrotesque-Medium"; } .header .header-row2.expend { z-index: 25; } .header .header-row2.expend .ranks { width: 559px; top: -1px; overflow: visible; } .header .layer-pnr { position: absolute; top: 0; left: 0; right: 0; background: #f5f5f5; z-index: 1; -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */ } .header .layer-pnr .inner { position: relative; width: 1220px; height: 85px; text-align: right; font-size: 0; } .header .layer-pnr .pnr-form { padding: 10px 0 0px 0; } .header .layer-pnr .pnr-form .share { margin-top: 5px; } .header .layer-pnr .pnr-form .share a { font-weight: 700; color: #111; border-bottom: 1px solid #111; font-size: 12px; } .header .layer-pnr .custom-select { text-align: left; margin-right: 5px; position: relative; } .header .layer-pnr .custom-select select { width: 200px; } .header .layer-pnr .custom-input { width: 360px; margin-right: 5px; } .header .layer-pnr .custom-input input:read-only { background: none; color: inherit; } .header .layer-pnr .apply { display: inline-block; width: 120px; height: 42px; line-height: 42px; text-align: center; font-size: 14px; border-radius: 2px; color: #fff; background: #f9c028; font-weight: 700; } .header .layer-pnr .close { position: absolute; top: 24px; right: -67px; width: 29px; height: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close1.png") center center no-repeat; } .header .pnr-dims { position: absolute; top: 91px; z-index: 2; } .main-conts { padding: 0 0 100px 0; } .allwin-service_wrap { background: #f5f5f5; height: 550px; } .main-conts .allwin-service { width: 1200px; margin: 0 auto; position: relative; } .main-conts .allwin-service .visual { position: relative; height: 340px; overflow: hidden; } .main-conts .allwin-service .visual .txts { display: table; height: 340px; } .main-conts .allwin-service .visual .txts p { font-weight: 300; color: #262626; font-size: 38px; line-height: 110%; display: table-cell; vertical-align: middle; } .main-conts .allwin-service .visual .txts p span { display: block; color: #262626; font-weight: 300; font-size: 38px; margin-bottom: 20px; } .main-conts .allwin-service .visual .img { position: absolute; bottom: -4px; right: 0; } .main-conts .allwin-service .menu-tabs { position: absolute; top: 284px; left: 0; } .main-conts .allwin-service .menu-tabs .menu-ags { display: inline-block; width: 140px; margin-right: 1px; background: #f9c028; border-top-left-radius: 2px; border-top-right-radius: 2px; text-align: center; padding: 16px 0; font-size: 16px; font-weight: 700; color: #fff; cursor: pointer; } .main-conts .allwin-service .menu-tabs ul { display: inline-block; } .main-conts .allwin-service .menu-tabs ul li { display: inline-block; width: 140px; margin-right: 1px; background: #e7e7e7; border-top-left-radius: 2px; border-top-right-radius: 2px; text-align: center; padding: 16px 0; } .main-conts .allwin-service .menu-tabs ul li a { font-size: 16px; font-weight: 700; } .main-conts .allwin-service .menu-tabs ul li.atived { background: #f9c028; } .main-conts .allwin-service .menu-tabs ul li.atived a { color: #fff; } .main-conts .allwin-service .main-ags_forms { width: 1200px; height: 60px; border: 1px solid #e7e7e7; background: #fff; padding: 20px 0; } .main-conts .allwin-service .main-ags_forms .form-group { font-size: 0; width: 1200px; } .main-conts .allwin-service .main-ags_forms .form-group li { display: inline-block; vertical-align: top; position: relative; width: 290px; padding: 0 5px; } .main-conts .allwin-service .main-ags_forms .form-group li:before { content: ""; width: 1px; background: #e7e7e7; height: 100px; position: absolute; right: 0; top: -20px; } .main-conts .allwin-service .main-ags_forms .form-group li:last-child:before { content: none; } .main-conts .allwin-service .main-ags_forms .form-group li .custom-input { position: relative; border: none; border-radius: none; height: 56px; background: #fff; display: block; box-sizing: border-box; overflow: hidden; } .main-conts .allwin-service .main-ags_forms .form-group .custom-input input { position: relative; width: 100%; height: 56px; text-indent: 12px; font-size: 16px; background: transparent; z-index: 1; } .main-conts .allwin-service .main-ags_forms .form-group select { width: 100%; } .main-conts .allwin-service .main-ags_forms .form-group .select2-container .select2-selection--single { position: relative; box-sizing: border-box; cursor: pointer; display: block; height: 56px; line-height: 56px; user-select: none; -webkit-user-select: none; border: none; font-size: 16px; } .main-conts .allwin-service .main-ags_forms .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 23px !important; } .main-conts .allwin-service .main-ags_forms .form-group li .bt-full { font-weight: 700; width: 252px; background: #292b4b; margin-left: 20px; } .main-conts .allwin-service .services { font-size: 0; -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); } .main-conts .allwin-service .services .bt { position: absolute; bottom: -80px; left: 0; right: 0; -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); } .main-conts .allwin-service .services .bt button { width: 400px; height: 80px; line-height: 80px; text-align: center; background: #f9c028; color: #000; font-size: 18px; font-weight: 700; } .main-conts .allwin-service .services .service-col { position: relative; display: inline-block; vertical-align: top; width: 400px; height: 450px; overflow: hidden; } .main-conts .allwin-service .services .service-col:hover .bt { bottom: 0px; } .main-conts .allwin-service .services .service-col:hover.scanner .benefits .btxt1 { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.scanner .benefits .btxt2 { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.scanner .plane { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.matching .totals .price { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.matching .totals .seat { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.landmoa .allin-land-total .allin-land-group { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.landmoa .allin-land-total .total { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col.scanner { background: #f9c028; } .main-conts .allwin-service .services .service-col.scanner .bt { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } .main-conts .allwin-service .services .service-col.scanner .bt button { background: rgba(255, 255, 255, 0.5); } .main-conts .allwin-service .services .service-col.scanner .benefits { position: absolute; bottom: 30px; left: 40px; z-index: 5; } .main-conts .allwin-service .services .service-col.scanner .benefits .btxt1 { font-size: 17px; font-weight: 300; line-height: 120%; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .main-conts .allwin-service .services .service-col.scanner .benefits .btxt1 strong { font-weight: 500; } .main-conts .allwin-service .services .service-col.scanner .benefits .btxt2 { margin-top: 20px; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .main-conts .allwin-service .services .service-col.scanner .benefits .btxt3 { font-size: 14px; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .main-conts .allwin-service .services .service-col.scanner .plane { -webkit-transform: translateY(0); transform: translateY(0); position: absolute; bottom: -110px; right: -70px; width: 257px; height: 263px; background: url("https://cdn.allwin.bid/air/resource/img/img_main-plane.png") center center no-repeat; -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.25s; transition-delay: 0.25s; } .main-conts .allwin-service .services .service-col.matching { background: url("https://cdn.allwin.bid/air/resource/img/img_main-bg.png") center center no-repeat; } .main-conts .allwin-service .services .service-col.matching .bt { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .main-conts .allwin-service .services .service-col.matching .tit { color: #fff; } .main-conts .allwin-service .services .service-col.matching .txt { color: #fff; } .main-conts .allwin-service .services .service-col.matching .totals { position: absolute; bottom: 30px; left: 40px; } .main-conts .allwin-service .services .service-col.matching .totals .price { -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .main-conts .allwin-service .services .service-col.matching .totals .seat { -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .main-conts .allwin-service .services .service-col.matching .totals dl { margin-top: 20px; } .main-conts .allwin-service .services .service-col.matching .totals dl dt { font-size: 14px; color: #fff; } .main-conts .allwin-service .services .service-col.matching .totals dl dd { font-size: 28px; color: #fff; font-family: "Geogrotesque-SemiBold"; } .main-conts .allwin-service .services .service-col.landmoa { background: #f4f4f4; } .main-conts .allwin-service .services .service-col.landmoa .bt { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total { position: absolute; bottom: 30px; left: 40px; right: 40px; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group { position: relative; width: 178px; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .in-land { position: absolute; top: 0; right: 0; font-size: 14px; font-weight: 700; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .allin-land-item a { display: block; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .allin-land-item span { font-size: 14px; font-weight: 700; margin-bottom: 5px; display: block; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .allin-land-item .thumb { display: block; width: 178px; height: 100px; margin: 0; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .allin-land-item .thumb img { width: 178px; height: 100px; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__prev, .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__next { position: absolute; bottom: 35px; width: 20px; height: 28px; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__prev { left: 10px; background: url("https://cdn.allwin.bid/air/resource/img/img_main-prev.png") center center no-repeat; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__next { right: 10px; background: url("https://cdn.allwin.bid/air/resource/img/img_main-next.png") center center no-repeat; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__pager { display: none; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .total { font-size: 14px; font-weight: 700; position: absolute; bottom: 0; right: 0; text-align: right; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .total strong { display: block; font-family: "Geogrotesque-SemiBold"; font-size: 28px; line-height: 100%; } .main-conts .allwin-service .services .service-col .col-inner { margin: 30px 40px; } .main-conts .allwin-service .services .service-col .tit { font-size: 24px; font-weight: 700; } .main-conts .allwin-service .services .service-col .txt { position: relative; margin-top: 10px; font-size: 14px; font-weight: 500; line-height: 140%; } .main-conts .allwin-recommend { width: 1200px; margin: 130px auto 0 auto; position: relative; } .main-conts .ags { width: 1200px; margin: 120px auto 0 auto; position: relative; } .main-conts .allwin-recommend .tit { display: block; font-size: 24px; font-weight: 700; } .main-conts .ags .tit { display: block; font-size: 24px; font-weight: 700; } .main-conts .ags .tit-sub, .main-conts .allwin-recommend .tit-sub { display: block; font-size: 13px; padding-bottom: 20px; color: #888; } .main-conts .allwin-recommend .tit em { font-size: 28px; font-family: "Geogrotesque-SemiBold"; } .main-conts .allwin-recommend .more { position: absolute; top: 40px; right: 0; padding-right: 10px; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-arrow.png") right center no-repeat; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item { width: 280px; height: 286px; overflow: hidden; border-radius: 3px; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item a { display: block; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item a:hover .thumb img { -webkit-transform: scale(1.08); transform: scale(1.08); } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .new { position: absolute; top: 0; left: 0; z-index: 10; width: 56px; height: 56px; font-size: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_new.png") right center no-repeat; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .thumb { display: block; width: 280px; height: 158px; overflow: hidden; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .thumb img { width: 280px; transition: transform 1.5s; -webkit-transition: transform 1.5s; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .infos { padding: 30px 20px; border: 1px solid #ececec; border-top: 0; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .infos strong { font-size: 20px; font-weight: 700; line-height: 100%; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .infos p { margin-top: 5px; height: 40px; word-break: keep-all; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__prev, .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__next { position: absolute; bottom: 128px; width: 26px; height: 47px; font-size: 0; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__prev { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-prev2.png") center center no-repeat; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__next { right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-next2.png") center center no-repeat; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__pager { display: none; font-size: 0; text-align: center; margin-top: 40px; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__pager .awa-slide__pager-item { display: inline-block; margin: 0 4px; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__pager .awa-slide__pager-link { display: block; width: 6px; height: 6px; border-radius: 6px; background: #e7e7e7; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__pager .awa-slide_pager-link--active { background: #f9c028; } .ad-area { position: relative; margin-top: 20px; } .ad-area .ad-banner-rolling .awa-slide__pager { left: 10px; margin-left: 0; } .ad-area .ad-banner-rolling .item.ad:after { right: 20px; margin-right: 0; } .ad-banner-rolling { position: relative; text-align: center; } .ad-banner-rolling .item { position: relative; } .ad-banner-rolling .item a { font-size: 0; display: block; } .ad-banner-rolling .item.ad:after { content: "AD"; width: 42px; height: 20px; line-height: 20px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.7); font-family: "Geogrotesque-SemiBold"; font-size: 14px; text-align: center; position: absolute; bottom: 15px; right: 50%; margin-right: -600px; border-radius: 2px; } .ad-banner-rolling .awa-slide__controls-direction { display: none; } .ad-banner-rolling .awa-slide__pager { height: 8px; position: absolute; top: 10px; left: 50%; margin-left: -600px; } .ad-banner-rolling .awa-slide__pager-item { display: inline-block; margin: 0 3px; vertical-align: top; } .ad-banner-rolling .awa-slide__pager-link { display: block; width: 8px; height: 8px; border-radius: 8px; background: #fff; opacity: 0.5; font-size: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .ad-banner-rolling .awa-slide_pager-link--active { width: 20px; } .banner-close { position: absolute; top: 15px; right: 20px; margin: 0 0 0 0; width: 30px; height: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close1.png") center center no-repeat; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .banner-close:hover { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); } .main-evt { position: relative; height: 120px; overflow: hidden; } .main-evt a { display: block; height: 120px; font-size: 0; text-align: center; } .main-evt .banner-close { right: 50%; margin: 0 -600px 0 0; } .layer-search-dims { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 19; } .layer-search { display: none; width: 100%; height: 800px; position: absolute; top: 0; bottom: 0; z-index: 40; -webkit-box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.5); } .layer-search.layer-scanner { background: #f3b308; } .layer-search.layer-scanner.active { top: 0; left: 0; right: 0; width: 100%; height: 800px; z-index: 1; opacity: 1; margin-left: 0; } .layer-search.layer-scanner.mutiple .air-ticketing { display: none; } .layer-search.layer-scanner h2 { color: #000; } .layer-search.layer-scanner .air-ticketing .csr-tooltip { top: 61px; } .layer-search.layer-scanner .air-layer3.from-citys:before { margin-left: -156px; } .layer-search.layer-scanner .air-layer3.to-citys { left: -180px; } .layer-search.layer-scanner .air-layer3.dates { left: auto; right: -143px; } .layer-search.layer-scanner .air-layer3.dates:before { margin-left: 194px; } .layer-search.layer-matching { background: url("https://cdn.allwin.bid/air/resource/img/img_main-visual-matching2.jpg") center center no-repeat; background-size: cover !important; } .layer-search.layer-matching.active { top: 0; left: 0; right: 0; width: 100%; height: 800px; z-index: 1; opacity: 1; margin-left: 0; } .layer-search.layer-matching .close { right: 385px; } .layer-search.layer-matching .air-layer3.from-citys:before { margin-left: -196px; } .layer-search.layer-matching .air-layer3.to-citys { left: -88px; } .layer-search.layer-matching .air-layer3.to-citys:before { margin-left: -126px; } .layer-search.layer-matching .air-layer3.dates { left: 0; } .layer-search.layer-matching .air-layer3.dates:before { margin-left: -346px; } .layer-search.layer-matching .air-layer3.passenger-seat { top: 100px; height: 244px; } .layer-search.layer-matching .air-layer3.passenger-seat .bt-selects { margin-top: 20px; } .layer-search.layer-land { background-color: #fff; } .layer-search.layer-land.active { top: 0; left: 0; right: 0; width: 100%; height: 800px; z-index: 1; opacity: 1; margin-left: 0; } .layer-search.layer-land .land-srch-input { width: 534px; height: 40px; position: absolute; top: 190px; left: 50%; margin-left: -267px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_srch.png") 0 5px no-repeat; } .layer-search.layer-land .land-srch-input ::-webkit-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input ::-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input :-ms-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input :-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input button { position: absolute; top: 0; right: 0; width: 100px; height: 40px; line-height: 40px; text-align: center; box-sizing: border-box; border: 1px solid #fff; border-radius: 2px; font-size: 14px; font-weight: bold; color: #fff; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .layer-search.layer-land .land-srch-input button:hover { background: #fff; color: #000; } .layer-search.layer-land .land-srch-input input { position: relative; top: -10px; width: 421px; height: 50px; background: none; text-indent: 40px; color: #fff; border-bottom: 3px solid #f9c028; } .layer-search.layer-land .land-srch-input2 { width: 1015px; height: 40px; position: absolute; top: 190px; left: 50%; margin-left: -508px; } .layer-search.layer-land .land-srch-input2 ::-webkit-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input2 ::-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input2 :-ms-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input2 :-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input2 button { position: absolute; top: 0; right: 0; width: 100px; height: 40px; line-height: 39px; text-align: center; box-sizing: border-box; border: 1px solid #fff; border-radius: 2px; font-size: 14px; font-weight: bold; color: #fff; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .layer-search.layer-land .land-srch-input2 .in { position: relative; width: 791px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_srch.png") 0 5px no-repeat; } .layer-search.layer-land .land-srch-input2 .in .land-total-srch-bt { width: 100px; background: #fff; color: #000; } .layer-search.layer-land .land-srch-input2 .in .land-total-srch-input { position: relative; top: -10px; width: 100%; height: 50px; background: none; text-indent: 40px; color: #fff; border-bottom: 3px solid #f9c028; } .layer-search.layer-land .land-srch-input2 .land-name-srch-bt { width: 216px; } .layer-search.layer-land .land-group { font-size: 0; position: absolute; top: 290px; left: 50%; width: 1014px; margin-left: -507px; } .layer-search.layer-land .land-group .awa-slide__viewport { height: 230px !important; } .layer-search.layer-land .land-group .land-group-item { width: 240px; overflow: hidden; border-radius: 3px; } .layer-search.layer-land .land-group .land-group-item:hover { -webkit-box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.88); -moz-box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.88); box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.88); } .layer-search.layer-land .land-group .land-group-item>a { display: block; width: 240px; margin: 0 auto; } .layer-search.layer-land .land-group .land-group-item .thumb { position: relative; width: 240px; height: 135px; line-height: 135px; text-align: center; } .layer-search.layer-land .land-group .land-group-item .thumb .eng { position: absolute; top: 5px; left: 0; right: 0; bottom: 0; text-align: center; } .layer-search.layer-land .land-group .land-group-item .thumb .eng em { font-family: "Geogrotesque-Bold"; font-size: 18px; color: #fff; display: inline-block; line-height: 100%; border-bottom: 2px solid #fff; } .layer-search.layer-land .land-group .land-group-item .infos { position: relative; padding: 0 15px 0 20px; height: 48px; line-height: 48px; overflow: hidden; border-top: 1px solid #9ca1ab; box-sizing: border-box; background: #fff; } .layer-search.layer-land .land-group .land-group-item .infos .kr { font-size: 14px; color: #001111; font-weight: 700; float: left; } .layer-search.layer-land .land-group .land-group-item .infos .num { float: right; color: #0a1661; font-size: 12px; } .layer-search.layer-land .land-group .land-group-item .infos .num em { color: #f9c028; font-weight: 700; } .layer-search.layer-land .land-group .awa-slide__prev, .layer-search.layer-land .land-group .awa-slide__next { position: absolute; top: 60px; width: 29px; height: 58px; } .layer-search.layer-land .land-group .awa-slide__prev { left: -85px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_prev2.png") center center no-repeat; } .layer-search.layer-land .land-group .awa-slide__next { right: -85px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_next2.png") center center no-repeat; } .layer-search.layer-land .land-group .awa-slide__pager { text-align: center; margin-top: 30px; } .layer-search.layer-land .land-group .awa-slide__pager .awa-slide__pager-item { display: inline-block; } .layer-search.layer-land .land-group .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link { margin: 0 4px; display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: rgba(255, 255, 255, 0.2); } .layer-search.layer-land .land-group .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link.awa-slide_pager-link--active { background: white; } .layer-search.layer-land .land-nums { position: absolute; top: 60px; right: 94px; text-align: right; } .layer-search.layer-land .land-nums p { line-height: 100%; color: #fff; font-size: 12px; height: 16px; line-height: 16px; } .layer-search.layer-land .land-nums p .flag { text-align: left; width: 32px; padding-left: 10px; height: 22px; line-height: 17px; font-size: 11px; font-family: "Geogrotesque-Bold"; display: inline-block; vertical-align: top; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_yellowflag-small.png") center center no-repeat; } .layer-search.layer-land .land-nums p .area { font-size: 12px; } .layer-search.layer-land .land-nums .num { line-height: 100%; font-size: 40px; display: block; font-family: "Geogrotesque-Bold"; color: #fff; } .layer-search.layer-land .clone-bg { height: 800px; overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: #fff; -moz-transition: background-image 1s ease-in-out; -o-transition: background-image 1s ease-in-out; -webkit-transition: background-image 1s ease-in-out; transition: background-image 1s ease-in-out; background-size: cover !important; } .layer-search h2 { position: absolute; top: 60px; left: 0px; font-size: 24px; color: #fff; font-weight: 700; line-height: 100%; } .layer-search .close { position: absolute; top: 20px; right: 0px; width: 47px; height: 47px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_close2.png") center center no-repeat; } .layer-search .inner { position: relative; width: 1200px; height: 800px; margin: 0 auto; } .layer-search .custom-radio input+label { color: #fff; } .layer-search .custom-radio input:checked+label { color: #f9c028; font-weight: 700; } .layer-search .w200 { width: 200px !important; } .layer-search .w218 { width: 218px !important; } .layer-search .w274 { width: 274px !important; } .layer-search .w280 { width: 280px !important; } .layer-search .w301 { width: 301px !important; } .layer-search .w483 { width: 483px !important; } .layer-search .ml10 { margin-right: 10px !important; } .layer-search .mr8 { margin-left: 8px !important; } .layer-search .mr10 { margin-left: 10px !important; } .layer-search .mt12 { margin-top: 12px !important; } .layer-search .box-radio-group { display: inline-block; border-radius: 2px; overflow: hidden; } .layer-search .box-radio-group .radio { display: inline-block; } .layer-search .box-radio-group .radio input { opacity: 0; position: absolute; } .layer-search .box-radio-group .radio input+label { position: relative; text-align: center; color: #b2b2b2; font-size: 16px; cursor: pointer; display: block; width: 100px; height: 56px; line-height: 56px; box-sizing: border-box; background: #fff; } .layer-search .box-radio-group .radio input:checked+label { color: #000; } .layer-search .box-radio-group .radio input:checked+label:before { content: ""; margin-right: 8px; display: inline-block; width: 13px; height: 10px; background: url("https://cdn.allwin.bid/air/resource/img/ico_check.png") center center no-repeat; } .layer-search .box-radio-group .radio:first-child input+label { border-right: 1px solid #d8d8d8; } .layer-search .number-input { position: relative; display: block; border-radius: 2px; overflow: hidden; width: 301px; height: 56px; } .layer-search .number-input button { position: absolute; top: 0; width: 50px; height: 56px; background: #fff; } .layer-search .number-input button.up { right: 0; border-left: 1px solid #d4d4d4; } .layer-search .number-input button.up:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 16px; height: 1px; background: #000; } .layer-search .number-input button.up:after { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -7px; width: 15px; height: 1px; background: #000; transform: rotate(90deg); -ms-transform: rotate(90deg); } .layer-search .number-input button.down { left: 0; border-right: 1px solid #d4d4d4; } .layer-search .number-input button.down:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 16px; height: 1px; background: #000; } .layer-search .number-input input { position: absolute; top: 0; left: 50px; width: 201px; height: 56px; text-align: center; font-family: "Geogrotesque-SemiBold"; font-size: 18px; } .layer-search .scanner-form { width: 828px; padding-top: 120px; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .layer-search .scanner-form .bt-srch { width: 202px; } .layer-search .scanner-form .custom-input, .layer-search .scanner-form .custom-select { margin: 0 2px 0 0; vertical-align: top; } .layer-search .scanner-form .custom-input.pos, .layer-search .scanner-form .custom-select.pos { width: 274px; } .layer-search .scanner-form .custom-input.cal, .layer-search .scanner-form .custom-select.cal { width: 274px; } .layer-search .scanner-form .custom-input.cal-long, .layer-search .scanner-form .custom-select.cal-long { width: 274px; } .layer-search .scanner-form .custom-input.arrow, .layer-search .scanner-form .custom-select.arrow { width: 274px; margin-top: 12px; } .layer-search .scanner-form .first { margin-bottom: 80px; } .layer-search .scanner-form .first .bt-srch { margin-top: 12px; } .layer-search .scanner-form .second { margin-bottom: 60px; } .layer-search .scanner-form .second .custom-input.arrow, .layer-search .scanner-form .second .custom-select.arrow { margin-top: 0px; } .layer-search .scanner-form .second .air-layer3.to-citys { left: 0; } .layer-search .scanner-form .second .air-layer3.to-citys:before { margin-left: -176px; } .layer-search .scanner-form .third .custom-select select { width: 200px; } .layer-search .scanner-form .third .custom-input { width: 218px; } .layer-search .scanner-form .select2-container .select2-selection--single { border: 0; } .layer-search .matching-form { width: 815px; padding: 200px 0 0 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .layer-search .matching-form .custom-input, .layer-search .matching-form .custom-select { margin: 0 2px 0 0; } .layer-search .matching-form .global { width: 404px; position: absolute; top: 0; left: 412px; } .layer-search .matching-form .global .air-layer3.from-citys { left: auto; right: 0; } .layer-search .matching-form .global .air-layer3.from-citys:before { margin-left: 184px; } .layer-search .matching-form .global .air-layer3.to-citys { left: -131px; } .layer-search .matching-form .global .air-layer3.to-citys:before { margin-left: -86px; } .layer-search .matching-form .line { margin: 50px 0 50px 0; height: 1px; background: rgba(255, 255, 255, 0.3); } .layer-search .matching-form .form-util .trip-types { padding-top: 0; } .layer-search .matching-form .form-util .trip-types .custom-radio input:checked+label { color: #f9c028 !important; } .layer-search .layer-forms .row { position: relative; font-size: 0; margin-top: 12px; } .layer-search .layer-forms .row.last { width: 613px; } .layer-search .layer-forms .row:first-child { margin-top: 0; } .layer-search .layer-forms .row .row-item { position: relative; display: inline-block; vertical-align: top; } .layer-search .layer-forms .row .row-item:first-child .air-layer3.from-citys { left: 0; } .layer-search .layer-forms .row .row-item:first-child .air-layer3.to-citys { left: 0; } .layer-search .layer-forms .row .row-item:first-child .air-layer3.to-citys:before { margin-left: -176px; } .layer-search .layer-forms .row .col { width: 301px; display: inline-block; vertical-align: top; } .layer-search .layer-forms .row .col:first-child { float: left; } .layer-search .layer-forms .row .col:last-child { float: right; } .layer-search .layer-forms .row .tip { font-size: 14px; color: #b2b2b2; margin: 5px 0 0 5px; display: block; } .layer-search .layer-forms .label { font-size: 16px; color: #fff; display: block; margin-bottom: 10px; } .layer-search .layer-forms .custom-input input { padding-right: 45px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .layer-search .layer-forms .custom-input input:read-only { background: none; color: inherit; } .layer-search .layer-forms .custom-select { position: relative; } .layer-search .layer-forms .tips { margin-top: 5px; } .layer-search .layer-forms .tips li { font-size: 12px; } .layer-search .bt-srch { height: 56px; color: #fff; text-align: center; font-size: 16px; color: #fff; line-height: 56px; font-weight: 700; border-radius: 2px; border: 2px solid #fff; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .layer-search .bt-srch:hover { background: rgba(255, 255, 255, 0.2); } .layer-search .txts { color: #000; margin-bottom: 20px; } .layer-search .txts h3 { font-size: 30px; font-weight: 300; } .layer-search .txts h3 strong { font-weight: 700; } .layer-search .txts p { font-size: 14px; font-weight: 700; } .layer-search .form-util { position: relative; padding-bottom: 20px; } .layer-search .form-util .start-types { display: block; height: 41px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .layer-search .form-util .start-types .custom-radio input+label { width: 100px; height: 41px; line-height: 41px; font-size: 16px; color: #fff; padding: 0; text-align: center; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .layer-search .form-util .start-types .custom-radio input+label:before { content: ""; position: absolute; top: auto; bottom: 0; left: 0; width: 0; height: 2px; background: #fff; border-radius: initial; border: 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .layer-search .form-util .start-types .custom-radio input:hover+label { background: rgba(255, 255, 255, 0.2); } .layer-search .form-util .start-types .custom-radio input:checked+label { font-weight: 700; } .layer-search .form-util .start-types .custom-radio input:checked+label:before { display: block; width: 100%; } .layer-search .form-util .start-types .custom-radio input:checked+label:after { display: none; } .layer-search .form-util .start-types li { position: relative; display: inline-block; } .layer-search .form-util .trip-types { padding-top: 30px; display: inline-block; } .layer-search .form-util .trip-types li { display: inline-block; margin-right: 25px; } .layer-search .form-util .trip-types .custom-radio input+label:before { border: 0; } .layer-search .form-util .trip-types .custom-radio input:checked+label { color: #fff; } .layer-search .form-util .trip-bts { position: absolute; bottom: 15px; right: 0px; } .layer-search .form-util .trip-bts a { margin-left: 10px; color: #fff; border-bottom: 1px solid #fff; } .layer-search .share { text-align: right; margin-top: 10px; } .layer-search .share a { font-size: 14px; color: #fff; display: inline-block; border-bottom: 1px solid #fff; } .layer-search .matching-result { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; background: rgba(0, 0, 0, 0.67); } .layer-search .matching-result.long .result-inner { padding-top: 30px; height: 730px; } .layer-search .matching-result .result-inner { position: relative; width: 240px; height: 722px; margin: 0 auto 0 auto; padding-top: 78px; } .layer-search .matching-result .result-course p { margin: 10px 0; } .layer-search .matching-result .result-course p strong { display: inline-block; font-size: 30px; color: #fff; font-weight: 700; vertical-align: top; line-height: 120%; } .layer-search .matching-result .result-course .plane { position: relative; top: 10px; display: inline-block; vertical-align: top; width: 20px; height: 16px; margin: 0 10px; background: url("https://cdn.allwin.bid/air/resource/img/ico_plane.png") center center no-repeat; } .layer-search .matching-result .result-date { overflow: hidden; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .layer-search .matching-result .result-date dl { display: block; position: relative; overflow: hidden; text-align: right; margin: 3px 0; } .layer-search .matching-result .result-date dt { position: absolute; top: 0; left: 0; line-height: 100%; font-size: 14px; color: #fff; } .layer-search .matching-result .result-date dd input { text-align: right; background: none; border: 0; font-size: 14px; color: #aaa; font-family: "Geogrotesque-Regular"; } .layer-search .matching-result .result-price { border-bottom: 1px solid rgba(255, 255, 255, 0.2); overflow: hidden; padding: 15px 0; } .layer-search .matching-result .result-price .seat { color: #fff; font-size: 14px; } .layer-search .matching-result .result-price .seat em { color: #f9c028; } .layer-search .matching-result .result-price .price { margin-top: 5px; display: block; position: relative; color: #fff; } .layer-search .matching-result .result-price .price .multiply { float: left; font-size: 16px; font-family: "Geogrotesque-Regular"; } .layer-search .matching-result .result-price .price .sum { float: right; position: relative; font-size: 16px; font-family: "Geogrotesque-SemiBold"; } .layer-search .matching-result .result-price .price .sum:after { content: "원"; display: inline-block; margin-left: 3px; vertical-align: top; font-size: 14px; color: #fff; font-family: "Noto Sans"; font-weight: 400; } .layer-search .matching-result .result-total { position: absolute; bottom: 140px; right: 0; width: 100%; text-align: right; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out; } .layer-search .matching-result .result-total span { font-size: 15px; color: #fff; } .layer-search .matching-result .result-total strong { display: block; color: #fff; position: relative; font-size: 30px; font-family: "Geogrotesque-SemiBold"; } .layer-search .matching-result .result-total strong:after { content: "원"; display: inline-block; margin-left: 5px; vertical-align: top; font-size: 23px; color: #fff; font-family: "Noto Sans"; font-weight: 400; } .layer-search .matching-result .result-bts { width: 100%; position: absolute; bottom: 0; right: 0; } .layer-search .matching-result .result-bts button { width: 100%; height: 56px; text-align: center; color: #fff; font-weight: 700; font-size: 16px; } .layer-search .matching-result .result-bts button.apply { background: #f9c028; } .layer-search .matching-result .result-bts button.cancel { background: #000; } .layer-search .benefits { height: 800px; position: absolute; top: 0; right: 0; width: 300px; background: rgba(255, 255, 255, 0.5); } .layer-search .benefits .benefit-tit { display: block; font-size: 24px; font-weight: 300; padding: 50px 30px 0 30px; line-height: 100%; } .layer-search .benefits .benefit-lists { position: absolute; bottom: 112px; left: 0; right: 0; height: 576px; margin: 0 auto; } .layer-search .benefits .benefit-lists .list-scroll { padding: 0 20px; height: 576px; overflow: hidden; overflow-y: auto; } .layer-search .benefits .benefit-lists .list-scroll .mCustomScrollBox { position: static; } .layer-search .benefits .benefit-lists li { position: relative; padding: 40px 0; border-top: 1px solid rgba(255, 255, 255, 0.5); } .layer-search .benefits .benefit-lists li:first-child { border-top: 0; } .layer-search .benefits .benefit-lists .flag { position: absolute; top: 40px; left: 0; height: 27px; line-height: 19px; color: #fff; font-size: 12px; font-weight: 700; } .layer-search .benefits .benefit-lists .flag.money { width: 32px; padding-left: 13px; background: url("https://cdn.allwin.bid/air/resource/img/img_orage-flag.png") center center no-repeat; } .layer-search .benefits .benefit-lists .flag.com { width: 42px; padding-left: 13px; background: url("https://cdn.allwin.bid/air/resource/img/img_black-flag.png") center center no-repeat; } .layer-search .benefits .benefit-lists .seller { position: absolute; top: 40px; right: 0; } .layer-search .benefits .benefit-lists .seller img { height: 25px; } .layer-search .benefits .benefit-lists .box { margin: 50px 0 0 0; } .layer-search .benefits .benefit-lists .txt { font-size: 16px; } .layer-search .benefits .benefit-lists .money strong { font-family: "Geogrotesque-SemiBold"; font-size: 30px; } .layer-search .benefits .benefit-lists .money em { font-size: 16px; font-weight: 500; } .layer-search .benefits .benefit-lists .per strong { font-family: "Geogrotesque-SemiBold"; font-size: 30px; } .layer-search .benefits .benefit-lists .per em { font-weight: 700; font-size: 26px; } .layer-search .benefits .benefit-bts { position: absolute; bottom: 0; left: 0; } .layer-search .benefits .benefit-bts button { width: 300px; height: 56px; line-height: 56px; text-align: center; color: #fff; font-weight: 700; font-size: 16px; } .layer-search .benefits .benefit-bts button.white { color: #f9c028; background: #fff; } .layer-search .benefits .benefit-bts button.yellow { background: #f9c028; } .layer-search .benefit-tourway { position: absolute; bottom: 125px; right: -18px; width: 318px; height: 436px; background: url("https://cdn.allwin.bid/air/resource/img/benefit/img_bg-box.png") 0 0 no-repeat; } .layer-search .benefit-tourway:after { content: ""; position: absolute; top: -58px; right: 35px; width: 127px; height: 131px; background: url("https://cdn.allwin.bid/air/resource/img/benefit/img_plane.png") center center no-repeat; } .layer-search .benefit-tourway .seller-logo { display: inline-block; padding: 25px 0 0 35px; } .layer-search .benefit-tourway .benefit-txts { margin: 15px 43px 0 35px; } .layer-search .benefit-tourway .benefit-txts .t1 { font-size: 24px; line-height: 150%; } .layer-search .benefit-tourway .benefit-txts .t1 strong { font-weight: bold; font-size: 36px; } .layer-search .benefit-tourway .benefit-txts .t2 { font-size: 16px; line-height: 280%; letter-spacing: -1px; margin: 10px 0 0 0; } .layer-search .benefit-tourway .benefit-txts .t2 strong { font-size: 68px; color: #ff4600; font-family: "Geogrotesque-Bold"; } .layer-search .benefit-tourway .benefit-txts .t2 strong em { position: relative; font-size: 20px; font-family: "Geogrotesque-SemiBold"; } .layer-search .benefit-tourway .benefit-txts .t2 strong em:before { content: ""; position: absolute; top: -30px; left: 5px; width: 55px; height: 28px; background: url("https://cdn.allwin.bid/air/resource/img/benefit/img_flag2.png") center center no-repeat; } .layer-search .benefit-tourway .benefit-txts .t2 span { position: relative; display: inline-block; font-size: 20px; font-family: "Geogrotesque-SemiBold"; } .layer-search .benefit-tourway .benefit-txts .t2 span em { font-size: 15px; } .layer-search .benefit-tourway a { display: block; position: absolute; bottom: 45px; left: 35px; width: 240px; height: 46px; line-height: 45px; background: #000; color: #fff; font-size: 16px; font-weight: bold; text-align: center; } .sub .header .pnr-dims { display: none; } .sub .layer-search { top: -100px; height: 480px; } .sub .layer-search .inner { height: 480px; } .sub .layer-search h2 { display: none; } .sub .layer-search.layer-scanner { height: 240px; left: 0; background-size: cover !important; } .sub .layer-search.layer-scanner.mutiple { height: 448px; } .sub .layer-search.layer-scanner.mutiple .air-layer3.dates { right: 0; } .sub .layer-search.layer-scanner.mutiple .air-layer3.dates:before { margin-left: 164px; } .sub .layer-search.layer-scanner.mutiple .air-layer3.passenger-seat { left: 0; right: auto; } .sub .layer-search.layer-scanner.mutiple .air-layer3.passenger-seat:before { margin-left: -196px; } .sub .layer-search.layer-scanner .inner { height: 240px; } .sub .layer-search.layer-scanner .txts { display: none; } .sub .layer-search.layer-scanner .air-ticketing { display: none; } .sub .layer-search.layer-scanner .benefits { display: none; } .sub .layer-search.layer-scanner .benefit-tourway { display: none; } .sub .layer-search.layer-scanner .air-layer3 { top: 70px; } .sub .layer-search.layer-scanner .air-layer3.from-citys:before { margin-left: -196px; } .sub .layer-search.layer-scanner .air-layer3.to-citys { left: -203px; } .sub .layer-search.layer-scanner .air-layer3.to-citys:before { margin-left: -11px; } .sub .layer-search.layer-scanner .air-layer3.dates { left: auto; right: -303px; } .sub .layer-search.layer-scanner .air-layer3.dates:before { margin-left: 34px; } .sub .layer-search.layer-scanner .air-layer3.passenger-seat { left: auto; right: -120px; } .sub .layer-search.layer-scanner .air-layer3.passenger-seat:before { margin-left: 64px; } .sub .layer-search.layer-matching { height: 560px; right: 0; background-size: cover !important; } .sub .layer-search.layer-matching .inner { height: 560px; } .sub .layer-search.layer-matching .close { right: 0px; } .sub .layer-search.layer-land { height: 480px; } .sub .layer-search.layer-land .land-srch-input { top: 95px; } .sub .layer-search.layer-land .land-group { top: 175px; } .sub .layer-search.layer-land .land-nums { display: none; } .sub .layer-search.layer-land .land-srch-input2 { top: 110px; } .sub .layer-search.layer-land .clone-bg { height: 480px; } .sub .layer-search .scanner-form { width: 1011px; margin: 0 auto; padding-top: 30px; } .sub .layer-search .scanner-form .row .row-item:first-child .air-layer3.to-citys:before { margin-left: -211px; } .sub .layer-search .scanner-form .bt-srch { width: 120px; margin-top: 0; } .sub .layer-search .scanner-form .custom-input, .sub .layer-search .scanner-form .custom-select { margin: 0 2px 0 0; vertical-align: top; } .sub .layer-search .scanner-form .custom-input.pos, .sub .layer-search .scanner-form .custom-select.pos { width: 200px; } .sub .layer-search .scanner-form .custom-input.cal, .sub .layer-search .scanner-form .custom-select.cal { width: 280px; } .sub .layer-search .scanner-form .custom-input.cal-long, .sub .layer-search .scanner-form .custom-select.cal-long { width: 605px; } .sub .layer-search .scanner-form .custom-input.arrow, .sub .layer-search .scanner-form .custom-select.arrow { width: 200px; margin-top: 0px; } .sub .layer-search .matching-form { width: 814px; padding-top: 70px; margin: 0 auto; } .sub .layer-search .matching-result { background: none; width: 192px; height: 56px; bottom: auto; top: 438px; right: 192px; border-radius: 2px; overflow: hidden; } .sub .layer-search .matching-result .result-inner { display: none; } .sub .layer-search .matching-result .result-bts { position: static; bottom: auto; right: auto; } .sub .layer-search .matching-result .result-bts button { width: 192px; } .sub .layer-search .matching-result .result-bts button.cancel { display: none; } /* footer */ .footer { border-top: 1px solid #e7e7e7; padding: 40px 0 60px 0; overflow: hidden; margin-top: 140px; } .footer .footer-inner { position: relative; width: 1220px; margin: 0 auto; padding: 0 10px; box-sizing: border-box; } .footer .footer-logo { position: absolute; top: 0; left: 10px; text-indent: -9999px; display: block; width: 134px; height: 19px; background: url("https://cdn.allwin.bid/air/resource/img/img_footer-logo.png") 0 0 no-repeat; background-size: 134px 19px; } .footer .footer-info { margin-left: 180px; } .footer .footer-info ul { font-size: 0; margin-bottom: 3px; } .footer .footer-info li { position: relative; font-family: "Noto Sans"; font-weight: 500; font-size: 12px; color: #666; display: inline-block; padding: 0 7px; } .footer .footer-info li:before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -6px; width: 1px; height: 12px; background: #ccc; } .footer .footer-info li:first-child:before { display: none; } .footer .footer-info .link-mail { color: #666; } .footer .footer-menu { position: absolute; top: 0; right: 5px; } .footer .footer-menu ul { font-size: 0; } .footer .footer-menu li { position: relative; display: inline-block; padding: 0 10px; } .footer .footer-menu li:before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -6px; width: 1px; height: 12px; background: #ccc; } .footer .footer-menu li:first-child:before { display: none; } .footer .footer-menu a { display: block; color: #666; font-family: "Noto Sans"; font-weight: 500; font-size: 12px; } .footer .footer-copyright { display: block; margin: 10px 0 0 187px; font-family: "Geogrotesque-Medium"; font-size: 12px; color: #666; } /* 검색 결과 */ .results2.ags { background-color: #fff; -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); height: 122px; padding-top: 48px; } .results2.ags.top { height: 160px; padding-top: 40px; } .results2.ags.top .result-condition p.tit { font-size: 18px; font-weight: 300; padding-bottom: 12px; } .results2 .result-condition { width: 1200px; margin: 0 auto 10px auto; } .results2 .result-condition .trip-city, .results3 .result-condition .trip-city { position: relative; font-size: 0; color: #111; } .results2 .result-condition .trip-city strong { color: #111; font-weight: 700; font-size: 34px; display: inline-block; vertical-align: top; line-height: 100%; letter-spacing: -2px; } .results2 .result-condition .trip-city em { font-family: "Geogrotesque-SemiBold"; } .results2 .result-condition .trip-city .plane { position: relative; display: inline-block; vertical-align: top; width: 55px; height: 36px; } .results2 .result-condition .trip-city .plane:before, .results2 .result-condition .trip-city .plane:after { content: ""; position: absolute; top: 50%; left: 50%; width: 20px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_black-plane.svg") center center no-repeat; background-size: 20px 16px; } .results2 .result-condition .trip-city .plane:before { margin: -8px 0 0 -10px; } .results2 .result-condition .trip-city .plane:after { display: none; } .results2 .result-condition .trip-city .plane.dubble { margin-top: 0; } .results2 .result-condition .trip-city .plane.dubble:before, .results2 .result-condition .trip-city .plane.dubble:after { width: 16px; height: 14px; background-size: 16px 14px; } .results2 .result-condition .trip-city .plane.dubble:before { margin: -13px 0 0 -13px; } .results2 .result-condition .trip-city .plane.dubble:after { display: inline-block; margin: -3px 0 0 -3px; -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .results2 .result-condition .trip-city .bt-link { position: relative; top: 16px; margin-left: 20px; } .results2 .result-condition .trip-city .etc { position: relative; top: 7px; font-size: 24px; margin-left: 15px; line-height: 100%; } .results2 .result-condition .trip-city .etc strong { cursor: pointer; font-size: 24px; font-family: "Noto Sans"; font-weight: 400; padding-bottom: 2px; border-bottom: 2px solid #292a4d; } .results2 .result-condition .trip-city .etc em { font-size: 24px; font-weight: 700; font-family: "Noto Sans"; } .results2 .result-condition .trip-infos { font-size: 0; margin-top: 10px; } .results2 .result-condition .trip-infos li { position: relative; display: inline-block; padding: 0 10px; vertical-align: top; font-size: 14px; } .results2 .result-condition .trip-infos li:before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -5px; width: 1px; height: 12px; background: #ccc; } .results2 .result-condition .trip-infos li:first-child { padding-left: 0; } .results2 .result-condition .trip-infos li:first-child:before { display: none; } .results2 .result-condition .trip-infos em { font-family: "Geogrotesque-Medium"; } .results2 .result-condition .trip-infos .trip-label { position: relative; top: -1px; } .results2 .result-condition .re-srching { margin-top: 10px; text-align: right; } .results2 .result-condition .re-srching .bt-small.navy { position: relative; top: -38px; } .results2 .result-lists { position: relative; width: 1200px; margin: 0 auto; } .results2 .result-lists:after { content: " "; display: block; clear: both; } .results2 .result-lists .filters { width: 200px; float: left; border-top: 1px solid #111; } .results2 .result-lists .filters.filters-loading { min-height: 1124px; } .results2 .result-lists .filters .filter-outer { position: relative; border-bottom: 1px solid #e7e7e7; padding: 30px 0; } .results2 .result-lists .filters .filter-item dt { padding: 0 5px; } .results2 .result-lists .filters .filter-item dd { padding: 0 5px; margin-top: 5px; } .results2 .result-lists .filters .filter-item .filter-tits { position: relative; font-size: 0; margin-bottom: 10px; } .results2 .result-lists .filters .filter-item .filter-tits .tit { font-weight: 700; font-size: 14px; } .results2 .result-lists .filters .filter-item .filter-tits .tit a { position: relative; display: inline-block; padding: 0 5px; color: #aaa; font-weight: 500; } .results2 .result-lists .filters .filter-item .filter-tits .tit a:first-child { padding-left: 0; } .results2 .result-lists .filters .filter-item .filter-tits .tit a:first-child:after { content: ""; position: absolute; top: 50%; right: -2px; width: 1px; height: 10px; margin-top: -5px; background: #e7e7e7; } .results2 .result-lists .filters .filter-item .filter-tits .tit a.is-clicked { color: #000; font-weight: 700; font-size: 14px; } .results2 .result-lists .filters .filter-item .filter-tits .bt { position: absolute; bottom: 0; right: 5px; width: 18px; height: 18px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-off.png") center center no-repeat; } .results2 .result-lists .filters .filter-item .filter-tits .bt.is-toggled { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-on.png") center center no-repeat; } .results2 .result-lists .filters .filter-item .custom-check input+label { font-size: 13px; color: #666; padding-left: 20px; } .results2 .result-lists .filters .filter-item .custom-check input+label:before { width: 12px; height: 12px; top: 50%; margin-top: -6px; } .results2 .result-lists .filters .filter-item .custom-check input:checked+label:before { border: 1px solid #ebaa2c; background: #ebaa2c url("https://cdn.allwin.bid/air/resource/img/ico_check2.png") center center no-repeat; background-size: 9px 7px; } .results2 .result-lists .filters .filter-item .bid-group { padding-bottom: 20px; } .results2 .result-lists .filters .filter-item .bid-group .range-slider { padding-top: 0; margin-top: 35px; } .results2 .result-lists .filters .filter-item .bid-group .range-slider:first-child { margin-top: 0; } .results2 .result-lists .filters .filter-item .bid-solo { min-height: 42px; } .results2 .result-lists .filters .filter-more { position: relative; top: 10px; font-size: 13px; color: #111; width: 100%; text-align: left; margin: 0 0 0 3px; } .results2 .result-lists .filters .filter-more.is-actived:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .results2 .result-lists .filters .filter-more:after { content: ""; display: inline-block; margin-left: 5px; width: 13px; height: 8px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .results2 .result-lists .lists { width: 970px; float: right; border-top: 1px solid #111; } .results2 .result-lists .lists .no-result { padding: 120px 0; text-align: center; font-size: 13px; color: #111; border-bottom: 1px solid #e7e7e7; } .results2 .result-lists .lists .no-scroll-result { padding: 120px 0; text-align: center; font-size: 13px; color: #111; border-top: 1px solid #111; } .results2 .result-lists .lists__items { margin-top: 20px; overflow: hidden; box-sizing: border-box; } .results2 .result-lists .lists__items:first-child { margin-top: 0; } .results2 .result-lists .lists__items.fake .min-price-prd:hover .info2 { background: none; } .results2 .result-lists .lists__items .min-price-prd { position: relative; } .results2 .result-lists .lists__items .min-price-prd:hover .info2 { background: #fafafa; } .results2 .result-lists .lists__items .min-price-prd .info1 { position: relative; border: 1px solid #e7e7e7; border-bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; box-sizing: border-box; min-height: 243px; display: table; padding: 25px 0; } .results2 .result-lists .lists__items .min-price-prd .info1.fake { border-radius: 5px; border-bottom: 1px solid #e7e7e7; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items { display: table-cell; vertical-align: middle; font-size: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item { width: 723px; padding: 15px 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .airline { width: 80px; display: inline-block; vertical-align: top; margin-left: 40px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing { height: auto; line-height: 180%; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing .tail { display: block; margin: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing .name { width: 70px; font-size: 12px; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code { width: 140px; display: inline-block; vertical-align: top; padding-left: 15px; margin-top: 10px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code .custom-check input+label { font-size: 12px; color: #111; padding-left: 17px; font-family: "Geogrotesque-SemiBold"; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code .custom-check input+label:before { width: 12px; height: 12px; top: 50%; margin-top: -6px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code .custom-check input:checked+label:before { border: 1px solid #ebaa2c; background: #ebaa2c url("https://cdn.allwin.bid/air/resource/img/ico_check2.png") center center no-repeat; background-size: 9px 7px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code .total-at { display: block; font-weight: 500; font-size: 12px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips { position: relative; display: inline-block; vertical-align: top; width: 370px; height: 30px; margin-top: 10px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips.twice .detail-trip-item.stopover.sto1 { margin-left: -120px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips.twice .detail-trip-item.stopover.sto2 { margin-left: 30px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips:before { content: ""; width: 100%; height: 2px; background: #e7e7e7; position: absolute; top: 50%; left: 0; margin-top: -1px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .label-item { position: absolute; top: -15px; left: 0; right: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .trip-label { margin-right: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item { position: absolute; top: 50%; width: 42px; height: 30px; margin-top: -15px; text-align: center; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item:before { content: ""; position: absolute; top: 50%; background: #f9c028; border: 4px solid #fff; width: 12px; height: 12px; border-radius: 12px; margin-top: -6px; box-sizing: border-box; overflow: hidden; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start { left: -21px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start:before { left: 50%; margin-left: -6px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start .city, .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start .at { left: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end { right: -21px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end:before { right: 50%; margin-right: -6px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end .city, .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end .at { right: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.stopover, .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct { width: 90px; position: absolute; left: 50%; margin-left: -45px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.stopover:before, .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct:before { left: 50%; margin-left: -6px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct:before { display: none; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .city { width: 100%; position: absolute; top: -10px; text-align: center; line-height: 100%; display: inline-block; font-family: "Geogrotesque-Medium"; font-size: 14px; color: #aaa; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .at { position: absolute; bottom: -15px; font-weight: normal; line-height: 100%; display: inline-block; font-family: "Geogrotesque-SemiBold"; font-size: 18px; color: #111; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .plus { font-size: 12px; color: #f9c028; font-family: "Geogrotesque-Medium"; position: absolute; bottom: -1px; right: -15px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .kix-at { position: absolute; left: 0; right: 0; bottom: -15px; display: block; font-weight: 500; font-size: 12px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .kix-at em { font-size: 12px; font-family: "Geogrotesque-Medium"; } .results2 .result-lists .lists__items .min-price-prd .info2 { border: 1px solid #e7e7e7; border-bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; box-sizing: border-box; overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; width: 246px; text-align: center; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .results2 .result-lists .lists__items .min-price-prd .info2.fake { border-radius: 5px; border-bottom: 1px solid #e7e7e7; } .results2 .result-lists .lists__items .min-price-prd .info2 .info2-inner { position: absolute; top: 50%; right: 0; width: 246px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-align: center; } .results2 .result-lists .lists__items .min-price-prd .info2 .seller { display: block; font-size: 14px; font-weight: 500; } .results2 .result-lists .lists__items .min-price-prd .info2 .price { position: relative; display: block; font-family: "Geogrotesque-SemiBold"; font-size: 24px; color: #111; } .results2 .result-lists .lists__items .min-price-prd .info2 .price:after { content: "원"; font-size: 22px; color: #111; } .results2 .result-lists .lists__items .min-price-prd .info2 .standard { display: block; font-size: 12px; color: #aaa; } .results2 .result-lists .lists__items .min-price-prd .info2 button { display: block; margin: 35px auto 0 auto; box-sizing: border-box; border: 1px solid #292a4d; width: 80px; height: 30px; line-height: 29px; text-align: center; font-weight: 700; font-size: 12px; color: #111; border-radius: 1px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .results2 .result-lists .lists__items .min-price-prd .info2 button:hover { background: #292a4d; color: #fff; } .results2 .result-lists .lists__items .min-price-prd .info2 a { display: block; width: 155px; height: 30px; line-height: 30px; border: 1px solid #292a4d; text-align: center; font-weight: bold; font-size: 12px; color: #111; margin: 10px auto 0 auto; } .results2 .result-lists .lists__items .min-price-prd .info2 .in-tooltips { position: absolute; left: 50%; transform: translateX(-50%); z-index: 300; padding: 0; display: table; vertical-align: middle; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); margin-top: 5px; } .results2 .result-lists .lists__items .min-price-prd .info2 .in-tooltips:before { content: ""; position: absolute; top: -3px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-top.png") center center no-repeat; } .results2 .result-lists .lists__items .min-price-prd .info2 .in-tooltips .tooltip-content { border: 1px solid #7d7d7d; font-size: 12px; color: #000; padding: 10px; display: table-cell; vertical-align: middle; background: #fff; font-family: "Geogrotesque-SemiBold", "Noto Sans"; text-align: center; } .results2 .result-lists .lists__items .list-bts { position: relative; height: 42px; } .results2 .result-lists .lists__items .list-bts.is-parent-clicked button { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .results2 .result-lists .lists__items .list-bts button { height: 42px; line-height: 42px; text-align: center; font-size: 13px; color: #111; font-weight: 500; background: #f7f7f7; border: 1px solid #e7e7e7; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .results2 .result-lists .lists__items .list-bts button:after { content: ""; margin-left: 7px; display: inline-block; width: 13px; height: 8px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .results2 .result-lists .lists__items .list-bts button:first-child { width: 726px; } .results2 .result-lists .lists__items .list-bts button:last-child { position: absolute; top: 0; right: 0; width: 246px; } .results2 .result-lists .lists__items .list-bts button.is-clicked { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .results2 .result-lists .lists__items .list-bts button.is-clicked:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .results2 .result-lists .lists__items .price-compare { position: relative; top: 0px; overflow: hidden; border: 1px solid #e6e6e6; background: #fff; border-top: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .results2 .result-lists .lists__items .price-compare .compare-scroll { min-height: 210px; max-height: 470px; overflow: hidden; padding: 0 0 0 40px; } .results2 .result-lists .lists__items .price-compare .compare-tit { font-size: 18px; color: #292a4d; font-weight: 500; display: block; line-height: 100%; margin-top: 40px; padding-bottom: 20px; } .results2 .result-lists .lists__items .price-compare .compare-list { width: 889px; padding-bottom: 40px; } .results2 .result-lists .lists__items .price-compare .compare-list table thead th { border-top: 1px solid #111; border-bottom: 1px solid #111; text-align: center; font-size: 13px; color: #111; font-weight: 700; height: 50px; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td { height: 60px; border-bottom: 1px solid #e7e7e7; text-align: center; color: #111; font-size: 13px; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.benefit { font-size: 13px; color: #fe4e0c; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.cls span { line-height: 100%; cursor: pointer; font-family: "Geogrotesque-Medium"; border-bottom: 1px solid #111; padding: 0 2px; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.seat { font-family: "Geogrotesque-Medium"; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.price strong { cursor: pointer; font-family: "Geogrotesque-Medium"; color: #111; font-size: 13px; display: inline-block; border-bottom: 1px solid #111; line-height: 100%; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.price em { font-family: "Noto Sans"; color: #111; font-size: 13px; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.bt a { width: 80px; height: 32px; line-height: 32px; border: 1px solid #cecece; tet-align: center; box-sizing: border-box; font-size: 13px; font-weight: 700; color: #111; display: block; margin: 0 auto; border-radius: 2px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.bt a:hover { background: #292a4d; border: 1px solid #292a4d; color: #fff; } .results2 .result-lists .lists__child { margin-top: 20px; } .results2 .result-lists .lists__child .no-scroll-result { padding: 10px 0; } .results2 .sorting { position: relative; height: 32px; margin-top: 25px; } .results2 .sorting .tit { position: absolute; top: 0; left: 0; font-size: 14px; font-weight: 700; width: 70px; color: #111; line-height: 32px; } .results2 .sorting .tit:after { content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 10px; background: #cecece; margin-top: -5px; } .results2 .sorting .sort-items { margin: 0 0 0 70px; font-size: 0; } .results2 .sorting .sort-items li { display: inline-block; } .results2 .sorting .sort-items button { position: relative; font-size: 13px; color: #aaa; line-height: 32px; padding-right: 15px; margin: 0 20px; } .results2 .sorting .sort-items button:after { content: ""; width: 8px; height: 4px; position: absolute; top: 50%; right: 0; margin-top: -2px; background: url("https://cdn.allwin.bid/air/resource/img/ico_arrows.png") 0 0 no-repeat; } .results2 .sorting .sort-items button.up { color: #666; font-weight: 700; } .results2 .sorting .sort-items button.up:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_arrows.png") 0 -4px no-repeat; } .results2 .sorting .sort-items button.down { color: #666; font-weight: 700; } .results2 .sorting .sort-items button.down:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_arrows.png") 0 -8px no-repeat; } .results2 .sorting .bt-small { position: absolute; top: 0; right: 0; } .results2 .more-schedule { position: relative; text-align: center; margin: 50px 0 0 0; line-height: 100%; } .results2 .more-schedule:before { content: ""; width: 100%; height: 1px; background: #e7e7e7; position: absolute; top: 50%; left: 0; z-index: -1; } .results2 .more-schedule button { font-size: 14px; color: #111; font-weight: 500; background: #fff; width: 160px; background: #fff; } .results2 .more-schedule button:hover em { color: #f9c028; border-bottom: 1px solid #f9c028; } .results2 .more-schedule button:hover em:after { background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_more-plus2.png") center center no-repeat; } .results2 .more-schedule button em { position: relative; display: inline-block; padding-right: 15px; border-bottom: 1px solid #fff; } .results2 .more-schedule button em:after { content: ""; width: 12px; height: 12px; position: absolute; top: 5px; right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_more-plus.png") center center no-repeat; } .results2 .more-tits { position: relative; margin: 30px 0 14px 0; line-height: 100%; } .results2 .more-tits strong { font-size: 14px; color: #111; font-weight: 700; } .results2 .more-tits strong span { font-family: "Geogrotesque-Bold"; } .results2 .more-tits button { position: relative; font-size: 13px; position: absolute; top: 0; right: 0; padding-right: 18px; line-height: 100%; } .results2 .more-tits button:after { content: ""; width: 13px; height: 8px; position: absolute; top: 50%; right: 0; margin-top: -4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .results2 .more-tits button.is-clicked:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .results2 .lines { height: 1px; background: #e7e7e7; margin: 60px 0 0 0; } .results2 .optimum-item { background: #292a4d; border-radius: 5px; padding: 0 3px 0 3px; margin-top: 30px; overflow: hidden; } .results2 .optimum-item .optimum-tit { position: relative; height: 36px; line-height: 36px; color: #fff; font-size: 13px; padding-left: 12px; } .results2 .optimum-item .optimum-tit:after { content: ""; position: absolute; bottom: 0px; right: -3px; width: 65px; height: 34px; background: url("https://cdn.allwin.bid/air/resource/img/img_threeline.png") right center no-repeat; } .results2 .optimum-item .optimum-tit button { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; color: #fff; font-size: 13px; background: #000; border-radius: 20px; margin-left: 10px; } .results2 .optimum-item .lists__items { margin-top: 0px; margin-bottom: 3px; } .results2 .optimum-item .lists__items .min-price-prd .info1 { background: #fff; } .results2 .optimum-item .lists__items .min-price-prd .info1 .trip-items .trip-item { width: 720px; } .results2 .optimum-item .lists__items .min-price-prd .info2 { background: #fff; width: 243px; } .results2 .optimum-item .lists__items .list-bts button:first-child { width: 723px; } .results2 .optimum-item .lists__items .list-bts button:last-child { width: 243px; } .results2 .schedule-detail, .result-details .schedule-detail { position: relative; top: 0px; overflow: hidden; border: 1px solid #e6e6e6; background: #fff; border-top: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .results2 .schedule-detail .multiple-schedule, .result-details .schedule-detail .multiple-schedule { position: relative; border-top: 1px solid #e6e6e6; padding: 20px 0; font-size: 0; } .results2 .schedule-detail .multiple-schedule:after, .result-details .schedule-detail .multiple-schedule:after { content: ""; position: absolute; top: 20px; left: 50%; bottom: 20px; width: 1px; margin-left: 0px; background: #e7e7e7; } .results2 .schedule-detail .multiple-schedule:first-child, .result-details .schedule-detail .multiple-schedule:first-child { border-top: 0; } .results2 .schedule-detail .multiple-schedule .multiple-group, .result-details .schedule-detail .multiple-schedule .multiple-group { width: 50%; display: inline-block; vertical-align: top; box-sizing: border-box; padding: 20px 0 30px 0; } .results2 .schedule-detail .multiple-schedule .multiple-group:last-child, .result-details .schedule-detail .multiple-schedule .multiple-group:last-child { border-right: 0; } .results2 .schedule-detail .schedule-detail__tit, .result-details .schedule-detail .schedule-detail__tit { font-size: 18px; color: #292a4d; font-weight: 500; display: block; line-height: 100%; margin: 0 0 30px 40px; } .results2 .schedule-detail .schedule-detail__items, .result-details .schedule-detail .schedule-detail__items { position: relative; text-align: center; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item { position: relative; font-size: 0; text-align: center; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item.solo .info1, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item.solo .info1 { height: 330px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item.solo .plane, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item.solo .plane { height: 330px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item.solo .info2, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item.solo .info2 { height: 330px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .btm, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .btm { position: absolute; bottom: 0; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info1, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info1 { position: relative; min-width: 140px; height: 135px; display: inline-block; vertical-align: top; text-align: right; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dl, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dl { text-align: right; right: 0; width: 100%; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dt, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dt { color: #999; display: inline-block; vertical-align: top; font-size: 14px; width: 100px; line-height: 120%; position: relative; top: 3px; font-weight: 500; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dd, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dd { display: inline-block; vertical-align: top; width: 40px; font-family: "Geogrotesque-SemiBold"; font-size: 18px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 { position: relative; min-width: 140px; height: 135px; display: inline-block; vertical-align: top; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dl, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dl { text-align: left; left: 0; width: 100%; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dt, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dt { display: inline-block; width: 50px; font-family: "Geogrotesque-SemiBold"; font-size: 18px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd { color: #999; display: inline-block; font-family: "Geogrotesque-Regular"; font-size: 13px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd em, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd em { font-family: "Noto Sans"; font-size: 13px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at { font-size: 12px; line-height: 100%; position: absolute; top: 50%; left: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code { font-weight: 500; color: #fe4e0c; font-size: 14px; display: block; text-align: left; font-family: "Geogrotesque-Medium"; border-bottom: 1px solid #fe4e0c; line-height: 120%; cursor: pointer; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code span, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code span { font-family: "Noto Sans"; font-weight: 500; color: #fe4e0c; font-size: 12px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .at, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .at { margin-top: 5px; font-size: 12px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .number, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .number { font-family: "Geogrotesque-Regular"; font-size: 12px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plus, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plus { color: #ebaa2c; font-size: 12px; font-family: "Geogrotesque-Medium"; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at a, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at a { color: #292a4d; font-size: 10px; border-bottom: 1px solid #292a4d; margin-left: 5px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .mid, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .mid { position: absolute; top: 50%; right: 0; text-align: right; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .mid .codeshare, .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .mid .hidden-stops, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .mid .codeshare, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .mid .hidden-stops { display: inline-block; font-size: 12px; color: #fe4e0c; border-bottom: 1px solid #fe4e0c; cursor: pointer; margin-left: 5px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .plane, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .plane { position: relative; z-index: 0; display: inline-block; vertical-align: top; width: 40px; height: 135px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-line.png") center center repeat-y; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .plane:before, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .plane:before { content: ""; z-index: 1; width: 4px; height: 4px; position: absolute; top: 0; left: 50%; margin-left: -6px; border: 4px solid #fff; background: #f9c028; border-radius: 12px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .plane:after, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .plane:after { content: ""; z-index: 1; width: 4px; height: 4px; position: absolute; bottom: 0; left: 50%; margin-left: -6px; border: 4px solid #fff; background: #f9c028; border-radius: 12px; } .results2 .schedule-detail .standby, .result-details .schedule-detail .standby { position: relative; width: 40px; height: 60px; position: relative; z-index: 0; display: inline-block; vertical-align: top; background: url("https://cdn.allwin.bid/air/resource/img/ico_dot-line3.gif") center center repeat-y; } .results2 .schedule-detail .standby span, .result-details .schedule-detail .standby span { position: absolute; top: 50%; right: -78px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 12px; color: #fe4e0c; font-weight: 500; } .results2 .schedule-detail .standby span em, .result-details .schedule-detail .standby span em { font-family: "Geogrotesque-Medium"; color: #fe4e0c; } .results { position: relative; width: 1110px; margin: 0 auto; } .results .result-condition .trip-city { position: relative; font-size: 0; } .results .result-condition .trip-city strong { color: #292a4d; font-weight: 700; font-size: 38px; display: inline-block; vertical-align: top; line-height: 100%; letter-spacing: -2px; } .results .result-condition .trip-city em { font-family: "Geogrotesque-SemiBold"; } .results .result-condition .trip-city .plane { display: inline-block; vertical-align: top; margin: 13px 10px 0 10px; width: 20px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_black-plane.svg") center center no-repeat; background-size: 20px 16px; } .results .result-condition .trip-city .bt-link { position: relative; top: 16px; margin-left: 20px; } .results .result-condition .trip-infos { font-size: 0; margin-top: 10px; } .results .result-condition .trip-infos li { position: relative; display: inline-block; padding: 0 10px; vertical-align: top; font-size: 14px; } .results .result-condition .trip-infos li:before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -5px; width: 1px; height: 12px; background: #ccc; } .results .result-condition .trip-infos li:first-child { padding-left: 0; } .results .result-condition .trip-infos li:first-child:before { display: none; } .results .result-condition .trip-infos em { font-family: "Geogrotesque-Medium"; } .results .result-condition .trip-infos .trip-label { position: relative; top: -1px; } .results .result-lists { position: relative; margin-top: 15px; } .results .result-lists .no-result { margin-top: 50px; border-top: 1px solid #ccc; padding-top: 50px; font-size: 18px; text-align: center; color: #000; } .results .result-lists .result-list__util { position: relative; text-align: right; margin-bottom: 10px; } .results .result-lists .result-list__util .custom-select { position: absolute; top: 0; right: 89px; width: 140px; } .results .result-lists .result-list__util .custom-select__target { text-indent: 13px; height: 30px; font-size: 12px; } .results .result-lists .result-list__util .custom-select__target:after { right: 13px; width: 10px; height: 14px; background-size: 10px 14px; } .results .result-lists .result-list__util .custom-select__list { top: 30px; } .results .result-lists .result-list__util .custom-select__list li { text-indent: 13px; font-size: 12px; padding: 5px 0; } .results .result-lists .result-list__util .bt-small { width: 80px; } .results .result-lists .result-list__util .filters { position: relative; margin-top: 20px; width: 100%; padding-bottom: 30px; background: #fff; text-align: left; border-top: 1px solid #ccc; border-bottom: 2px solid #292a4d; } .results .result-lists .result-list__util .filters .custom-check input:checked+label:before { background: #ebaa2c url("https://cdn.allwin.bid/air/resource/img/ico_check2.png") center center no-repeat; background-size: 10px 8px; } .results .result-lists .result-list__util .filters .custom-check .number { font-family: "Geogrotesque-Medium"; } .results .result-lists .result-list__util .filters ul { font-size: 0; margin-bottom: 60px; display: block; } .results .result-lists .result-list__util .filters li { display: inline-block; width: 25%; vertical-align: top; } .results .result-lists .result-list__util .filters dl { margin: 40px 0 0 50px; } .results .result-lists .result-list__util .filters dt { font-weight: 700; font-size: 14px; margin-bottom: 10px; display: block; } .results .result-lists .result-list__util .filters dd { padding: 7px 0; } .results .result-lists .result-list__util .filters .bt-reset { display: block; margin: 0 auto; font-size: 14px; color: #999; border-bottom: 1px solid #999; padding: 0 5px; } .results .result-lists .result-list__util .filters .bts { text-align: center; margin-top: 20px; } .results .result-lists .result-list__util .filters .bts button { margin: 0 4px; height: 50px; line-height: 50px; } .results .result-lists .result-list__tits { font-size: 0; border-top: 1px solid #ccc; } .results .result-lists .result-list__tits .col { display: inline-block; height: 54px; line-height: 54px; font-size: 14px; font-weight: 500; text-align: center; } .results .result-lists .result-list__tits .col.col1 { width: 120px; } .results .result-lists .result-list__tits .col.col2 { width: 214px; } .results .result-lists .result-list__tits .col.col3 { width: 85px; } .results .result-lists .result-list__tits .col.col4 { width: 153px; } .results .result-lists .result-list__tits .col.col5 { width: 237px; padding-left: 25px; text-align: left; } .results .result-lists .result-list__tits .col.col6 { width: 92px; } .results .result-lists .result-list__tits .col.col7 { width: 184px; } .results .result-lists .result-list__items { position: relative; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 5px; } .results .result-lists .result-list__items:before { content: ""; position: absolute; top: -1px; left: 411px; z-index: 19; width: 18px; height: 7px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-round1.png") center center no-repeat; } .results .result-lists .result-list__items .row { position: relative; border-top-left-radius: 5px; border-top-right-radius: 5px; } .results .result-lists .result-list__items .row:before { content: ""; position: absolute; top: 0; left: 420px; z-index: 10; width: 1px; height: 100%; background: url("https://cdn.allwin.bid/air/resource/img/ico_dot-line.png") center center repeat-y; } .results .result-lists .result-list__items .row:after { content: ""; position: absolute; bottom: -1px; left: 411px; z-index: 19; width: 18px; height: 7px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-round3.png") center center no-repeat; } .results .result-lists .result-list__items .row .col1 { position: absolute; top: 0; left: 0; bottom: 39px; width: 419px; background: #fff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .results .result-lists .result-list__items .row .col1 .result-list__bts { width: 100%; position: absolute; bottom: -39px; left: 0; border-bottom-left-radius: 5px; overflow: hidden; } .results .result-lists .result-list__items .row .col2 { position: relative; margin-left: 419px; width: 689px; background: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .results .result-lists .result-list__items .row .col2:before { content: ""; position: absolute; bottom: 39px; left: -8px; z-index: 19; width: 18px; height: 7px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-round2.png") center center no-repeat; } .results .result-lists .result-list__items .row .col2 .inner { min-height: 230px; } .results .result-lists .result-list__items .row .col2 .result-list__bts { border-bottom-right-radius: 5px; overflow: hidden; min-height: 39px; } .results .result-lists .result-list__items .result-schedules { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; } .results .result-lists .result-list__items .result-schedules .airline { width: 120px; position: absolute; top: 50%; left: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results .result-lists .result-list__items .result-schedules .airline-code__wing { line-height: 130%; margin: 0 0 0 30px; } .results .result-lists .result-list__items .result-schedules .airline-code__wing .tail { display: block; } .results .result-lists .result-list__items .result-schedules .trips { margin: 0 0 0 120px; } .results .result-lists .result-list__items .result-schedules .trip-item { position: relative; font-size: 0; margin: 15px 0; } .results .result-lists .result-list__items .result-schedules .trip-item dl { display: inline-block; } .results .result-lists .result-list__items .result-schedules .trip-item dt { color: #b2b2b2; font-family: "Geogrotesque-Medium"; font-size: 14px; } .results .result-lists .result-list__items .result-schedules .trip-item dd { font-size: 20px; font-family: "Geogrotesque-Medium"; } .results .result-lists .result-list__items .result-schedules .total-at { position: relative; display: inline-block; color: #b2b2b2; font-size: 12px; margin: 0 20px; } .results .result-lists .result-list__items .result-schedules .total-at:before { content: ""; display: block; width: 14px; height: 11px; margin: 0 auto 3px auto; background: url("https://cdn.allwin.bid/air/resource/img/ico_gray-plane.svg") center center no-repeat; background-size: 14px 11px; } .results .result-lists .result-list__items .result-schedules .total-at em { font-family: "Geogrotesque-Regular"; } .results .result-lists .result-list__items .result-schedules .plus { color: #ebaa2c; font-size: 14px; } .results .result-lists .result-list__items .result-schedules .types { font-size: 0; position: absolute; top: 50%; right: 30px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); margin-top: 9px; } .results .result-lists .result-list__items .compare__item { height: 76px; font-size: 0; border-bottom: 1px solid #e6e6e6; cursor: pointer; } .results .result-lists .result-list__items .compare__item:last-child { border-bottom: 0; } .results .result-lists .result-list__items .compare__item ul { font-size: 0; text-align: center; width: 100%; display: table; } .results .result-lists .result-list__items .compare__item li { height: 76px; display: table-cell; vertical-align: middle; font-size: 14px; } .results .result-lists .result-list__items .compare__item .seller { width: 153px; } .results .result-lists .result-list__items .compare__item .benefit { width: 237px; padding-left: 25px; text-align: left; font-size: 0; } .results .result-lists .result-list__items .compare__item .benefit .b1 { font-size: 14px; display: inline-block; width: 130px; color: #ebaa2c; line-height: 20px; } .results .result-lists .result-list__items .compare__item .benefit .b2 { font-size: 14px; display: inline-block; color: #666; width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .results .result-lists .result-list__items .compare__item .seat { width: 92px; } .results .result-lists .result-list__items .compare__item .seat em { font-family: "Geogrotesque-Medium"; } .results .result-lists .result-list__items .compare__item .price { width: 184px; font-size: 16px; font-weight: 700; } .results .result-lists .result-list__items .compare__item .price em { font-size: 16px; font-family: "Geogrotesque-SemiBold"; } .results .result-lists .result-list__items .result-list__bts { border-top: 1px solid #ccc; } .results .result-lists .result-list__items .result-list__bts button { overflow: hidden; position: relative; background: #f7f7f7; display: block; font-size: 14px; width: 100%; height: 39px; line-height: 39px; text-align: center; } .results .result-lists .result-list__items .result-list__bts button:after { content: ""; margin-left: 10px; display: inline-block; width: 15px; height: 9px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-arrow-down.svg") center center no-repeat; background-size: 15px 9px; } .results .result-lists .result-list__items .result-list__bts button.active:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_result-arrow-up.svg") center center no-repeat; background-size: 15px 9px; } .results .result-lists .result-list__items .result-list__bts button:disabled { color: #b5b5b5; } .results .result-lists .result-list__items .result-list__bts button:disabled:after { display: none; } .results .result-lists .result-list__items .result-list__bts em { font-family: "Geogrotesque-Medium"; } .results .result-lists .result-list__items .schedule-detail { position: relative; top: 0px; overflow: hidden; border-top: 1px solid #ccc; } .results .result-lists .result-list__items .schedule-detail .departure { position: relative; width: 380px; float: left; margin-left: 40px; padding: 40px 0; } .results .result-lists .result-list__items .schedule-detail .arrival { position: relative; width: 611px; float: right; margin-right: 40px; padding: 40px 0; } .results .result-lists .result-list__items .schedule-detail .multiple-schedule { border-bottom: 1px solid #e6e6e6; margin: 0 40px; padding: 40px 0; } .results .result-lists .result-list__items .schedule-detail .multiple-schedule:last-child { border-bottom: 0; } .results .result-lists .result-list__items .schedule-detail .multiple-schedule .multiple-group { width: 380px; display: inline-block; vertical-align: top; margin-right: 40px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__tit { font-size: 18px; color: #292a4d; font-weight: 500; display: block; line-height: 100%; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items { position: relative; margin-top: 20px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item { position: relative; font-size: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item:last-child .info1 { margin-bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item:last-child .info2 { margin-bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item:last-child .plane { padding-bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item:last-child .plane:after { bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .btm { position: absolute; bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info1 { position: relative; min-width: 165px; height: 110px; display: inline-block; vertical-align: top; margin-bottom: 30px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dl { text-align: right; right: 0; width: 100%; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dt { color: #999; display: inline-block; vertical-align: top; font-size: 14px; width: 100px; line-height: 120%; position: relative; top: 3px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dd { display: inline-block; vertical-align: top; width: 50px; font-family: "Geogrotesque-Medium"; font-size: 20px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info2 { position: relative; min-width: 130px; height: 110px; display: inline-block; vertical-align: top; margin-bottom: 30px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dl { text-align: left; left: 0; width: 100%; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dt { display: inline-block; margin-right: 5px; width: 50px; font-family: "Geogrotesque-Medium"; font-size: 20px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd { color: #999; display: inline-block; font-family: "Geogrotesque-Regular"; font-size: 15px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at { font-size: 12px; line-height: 100%; position: absolute; top: 50%; left: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code { font-family: "Geogrotesque-SemiBold"; font-size: 12px; display: block; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .number { font-family: "Geogrotesque-Regular"; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plus { color: #ebaa2c; font-size: 12px; margin-left: 5px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at a { color: #292a4d; font-size: 10px; border-bottom: 1px solid #292a4d; margin-left: 5px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops { position: absolute; top: 50%; right: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops .hidden-stop-item { padding-top: 13px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops .hidden-stop-item dt { font-size: 11px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops .hidden-stop-item dd { width: auto; font-size: 12px; margin-left: 5px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops .hidden-stop-item b { position: absolute; top: 0; right: 0; width: 130px; font-size: 9px; color: #fe4e0c; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .standby { font-size: 12px; position: absolute; bottom: 8px; left: 175px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .standby b { font-size: 12px; color: #fe4e0c; font-weight: 400; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .plane { position: relative; z-index: 0; display: inline-block; vertical-align: top; width: 12px; height: 110px; margin: 0 10px; padding-bottom: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_dot-line2.gif") center top repeat-y; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .plane:before { content: ""; z-index: 1; position: absolute; top: 0; left: 50%; width: 2px; height: 110px; background: #ebaa2c; margin-left: -1px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .plane:after { content: ""; z-index: 2; position: absolute; bottom: 30px; left: 50%; margin-left: -7px; width: 14px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_yellow-plane2.svg") center center no-repeat; background-size: 14px 16px; } .result-details { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; } .result-details:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); } .result-details .schedule-detail { border: 0; border-radius: 0; } .result-details .result-detail-inner { width: 803px; background: #fff; position: absolute; top: 0; right: 0; bottom: 0; } .result-details .result-detail-inner.expend { width: 1091px; } .result-details .result-detail-tit { position: absolute; top: 0; left: 0; right: 0; height: 71px; line-height: 71px; background: #111; } .result-details .result-detail-tit dl { margin: 0 40px; } .result-details .result-detail-tit dt { position: relative; color: #fff; font-size: 18px; display: inline-block; padding-right: 20px; font-weight: 700; } .result-details .result-detail-tit dt:after { content: ""; position: absolute; top: 50%; right: 6px; width: 5px; height: 2px; background: #fff; font-family: "Geogrotesque-SemiBold"; } .result-details .result-detail-tit dd { color: #fff; font-size: 18px; display: inline-block; font-weight: 700; } .result-details .result-detail-scroll { position: absolute; top: 71px; right: 0; bottom: 56px; left: 0; } .result-details .result-detail-scroll.tourway { bottom: 0; } .result-details .result-detail-scroll.tourway .rows { padding: 10px 40px; } .result-details .result-detail-scroll.tourway .row.second { bottom: 10px; } .result-details .result-detail-scroll .rows { padding: 40px; } .result-details .result-detail-scroll .row { position: relative; box-sizing: border-box; } .result-details .result-detail-scroll .row.first { width: 723px; height: 720px; } .result-details .result-detail-scroll .row.second { position: absolute; bottom: 40px; right: 40px; width: 248px; height: 720px; } .result-details .result-detail-scroll .row.etc { border-bottom: 1px solid #000; padding-bottom: 10px; margin-bottom: 40px; } .result-details .result-detail-scroll .row.etc p { font-size: 16px; } .result-details .result-detail-scroll .row.etc a { position: absolute; bottom: 10px; right: 0; width: 100px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: #f9c028; font-size: 12px; font-weight: 700; border-radius: 3px; } .result-details .result-detail-scroll .row .tit { position: relative; display: block; font-size: 16px; color: #111; font-weight: 700; line-height: 100%; padding-bottom: 10px; } .result-details .result-detail-scroll .row .tit .cls { position: relative; margin-left: 10px; padding-left: 10px; display: inline-block; font-family: "Geogrotesque-SemiBold"; } .result-details .result-detail-scroll .row .tit .cls .js-tooltips { cursor: pointer; display: inline-block; font-family: "Geogrotesque-Regular"; border-bottom: 1px solid #000; line-height: 90%; } .result-details .result-detail-scroll .row .tit .cls:before { content: ""; width: 1px; height: 12px; background: #d7d7d7; position: absolute; top: 50%; left: 0; margin-top: -6px; } .result-details .result-detail-scroll .row .tit button { position: absolute; bottom: 8px; right: 2px; width: 80px; height: 30px; line-height: 30px; text-align: center; color: #fff; background: #292a4d; font-size: 12px; font-weight: 700; } .result-details .result-detail-scroll .col { position: relative; display: inline-block; box-sizing: border-box; } .result-details .result-detail-scroll .col.schedule { width: 723px; height: 335px; } .result-details .result-detail-scroll .col.fares { width: 723px; height: 345px; margin-top: 37px; } .result-details .result-detail-scroll .col.benefit { width: 248px; height: 333px; margin-bottom: 42px; } .result-details .result-detail-scroll .col.benefit:last-child { margin-bottom: 0; } .result-details .result-detail-scroll .in-box { position: relative; height: 307px; box-sizing: border-box; } .result-details .result-detail-scroll .benefit-item .in { position: relative; width: 248px; height: 307px; box-sizing: border-box; border: 1px solid #e7e7e7; border-radius: 3px; overflow: hidden; background: #fafafa; } .result-details .result-detail-scroll .benefit-item .info1 { position: relative; height: 237px; overflow: hidden; } .result-details .result-detail-scroll .benefit-item .info1 .benefit-flag { display: block; height: 28px; line-height: 20px; font-size: 12px; font-weight: 700; color: #fff; padding-left: 10px; margin: 30px 0 0 20px; } .result-details .result-detail-scroll .benefit-item .info1 .benefit-flag.com { width: 45px; background: url("https://cdn.allwin.bid/air/resource/img/img_black-flag.png") center center no-repeat; } .result-details .result-detail-scroll .benefit-item .info1 .benefit-flag.money { width: 35px; background: url("https://cdn.allwin.bid/air/resource/img/img_orage-flag.png") center center no-repeat; } .result-details .result-detail-scroll .benefit-item .info1 .txts { font-size: 15px; margin: 15px 15px 0 20px; letter-spacing: -1px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .txt { font-size: 14px; letter-spacing: -1px; margin-top: 5px; line-height: 130%; } .result-details .result-detail-scroll .benefit-item .info1 .txts .txt:first-child { margin-top: 0; } .result-details .result-detail-scroll .benefit-item .info1 .txts .txt.bold { font-weight: 700; font-size: 19px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .per { display: block; font-size: 30px; font-family: "Geogrotesque-SemiBold"; line-height: 100%; margin-top: 5px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .per:after { content: "%"; font-size: 30px; font-family: "Geogrotesque-SemiBold"; } .result-details .result-detail-scroll .benefit-item .info1 .txts .money { display: block; font-size: 30px; font-family: "Geogrotesque-SemiBold"; line-height: 100%; margin-top: 5px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .money:after { content: "원"; font-size: 16px; font-weight: 700; position: relative; top: -2px; margin-left: 3px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .tip { font-size: 12px; color: #aaa; display: block; line-height: 100%; margin-top: 3px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .not { font-size: 15px; color: #000; } .result-details .result-detail-scroll .benefit-item .info1 .price { position: absolute; bottom: 15px; left: 15px; right: 0; } .result-details .result-detail-scroll .benefit-item .info1 .price dl { padding: 1px 0; line-height: 100%; } .result-details .result-detail-scroll .benefit-item .info1 .price dt { font-size: 11px; color: #fe4e0c; display: inline-block; width: 105px; font-weight: 500; } .result-details .result-detail-scroll .benefit-item .info1 .price dd { display: inline-block; font-family: "Geogrotesque-Medium"; font-size: 14px; color: #fe4e0c; } .result-details .result-detail-scroll .benefit-item .info1 .price dd:after { content: "원"; color: #fe4e0c; font-weight: 500; font-size: 11px; } .result-details .result-detail-scroll .benefit-item .info2 { position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid #e7e7e7; height: 68px; } .result-details .result-detail-scroll .benefit-item .info2 ul { padding: 5px 0 5px 15px; } .result-details .result-detail-scroll .benefit-item .info2 li { position: relative; font-size: 11px; color: #aaa; padding: 5px 0 5px 6px; word-break: keep-all; line-height: 120%; } .result-details .result-detail-scroll .benefit-item .info2 li:before { content: "*"; position: absolute; top: 6px; left: 0; font-size: 11px; color: #aaa; } .result-details .result-detail-scroll .awa-slide__controls-direction { position: absolute; top: -25px; right: 0; } .result-details .result-detail-scroll .awa-slide__controls-direction a { display: inline-block; width: 18px; height: 18px; box-sizing: border-box; border: 1px solid #ddd; border-left: 0; font-size: 0; vertical-align: top; } .result-details .result-detail-scroll .awa-slide__controls-direction .awa-slide__prev { border-left: 1px solid #ddd; background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_prev-arrow2.png") center center no-repeat; } .result-details .result-detail-scroll .awa-slide__controls-direction .awa-slide__next { background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_next-arrow2.png") center center no-repeat; } .result-details .result-detail-scroll .awa-slide__pager { position: absolute; top: -35px; right: 40px; } .result-details .result-detail-scroll .awa-slide__pager .awa-slide__pager-item { display: inline-block; margin: 0 3px; } .result-details .result-detail-scroll .awa-slide__pager .awa-slide__pager-link { font-size: 0; display: block; width: 6px; height: 6px; border-radius: 6px; background: #e7e7e7; } .result-details .result-detail-scroll .awa-slide__pager .awa-slide__pager-link.awa-slide_pager-link--active { background: #f9c028; } .result-details .result-detail-scroll .schedule-view { border: 1px solid #e7e7e7; border-radius: 5px; overflow: hidden; } .result-details .result-detail-scroll .schedule-view .min-price-prd { position: relative; height: 266px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 { position: relative; box-sizing: border-box; min-height: 266px; display: table; padding: 25px 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items { display: table-cell; vertical-align: middle; font-size: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item { width: 723px; padding: 15px 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .airline { width: 80px; display: inline-block; vertical-align: top; margin-left: 40px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing { height: auto; line-height: 180%; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing .tail { display: block; margin: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing .name { width: 70px; font-size: 12px; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .plane-code { width: 140px; display: inline-block; vertical-align: top; padding-left: 15px; margin-top: 10px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .plane-code strong { font-family: "Geogrotesque-SemiBold"; font-size: 12px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .plane-code .total-at { display: block; font-weight: 500; font-size: 12px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips { position: relative; display: inline-block; vertical-align: top; width: 370px; height: 30px; margin-top: 10px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips.twice .detail-trip-item.stopover.sto1 { margin-left: -120px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips.twice .detail-trip-item.stopover.sto2 { margin-left: 30px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips:before { content: ""; width: 100%; height: 2px; background: #e7e7e7; position: absolute; top: 50%; left: 0; margin-top: -1px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .label-item { position: absolute; top: -15px; left: 0; right: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .trip-label { margin-right: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item { position: absolute; top: 50%; width: 42px; height: 30px; margin-top: -15px; text-align: center; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item:before { content: ""; position: absolute; top: 50%; background: #f9c028; border: 4px solid #fff; width: 12px; height: 12px; border-radius: 12px; margin-top: -6px; box-sizing: border-box; overflow: hidden; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start { left: -21px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start:before { left: 50%; margin-left: -6px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start .city, .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start .at { left: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end { right: -21px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end:before { right: 50%; margin-right: -6px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end .city, .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end .at { right: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.stopover, .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct { width: 90px; position: absolute; left: 50%; margin-left: -45px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.stopover:before, .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct:before { left: 50%; margin-left: -6px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct:before { display: none; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .city { width: 100%; position: absolute; top: -10px; text-align: center; line-height: 100%; display: inline-block; font-family: "Geogrotesque-Medium"; font-size: 14px; color: #aaa; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .at { position: absolute; bottom: -15px; font-weight: normal; line-height: 100%; display: inline-block; font-family: "Geogrotesque-SemiBold"; font-size: 18px; color: #111; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .plus { font-size: 12px; color: #f9c028; font-family: "Geogrotesque-Medium"; position: absolute; bottom: -1px; right: -15px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .kix-at { position: absolute; left: 0; right: 0; bottom: -15px; display: block; font-weight: 500; font-size: 12px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .kix-at em { font-size: 12px; font-family: "Geogrotesque-Medium"; } .result-details .result-detail-scroll .schedule-view .bt-schedule { positiopn: absolute; bottom: 0; left: 0; width: 100%; height: 40px; line-height: 40px; text-align: center; background: #f7f7f7; border-top: 1px solid #e7e7e7; font-weight: 700; font-size: 13px; } .result-details .result-detail-scroll .fare-tb { width: 723px; } .result-details .result-detail-scroll .fare-tb thead th { border-top: 1px solid #111; border-bottom: 1px solid #111; height: 50px; font-weight: 700; text-align: center; font-size: 12px; } .result-details .result-detail-scroll .fare-tb tbody th { font-size: 13px; border-bottom: 1px solid #e7e7e7; text-align: center; } .result-details .result-detail-scroll .fare-tb tbody td { height: 50px; position: relative; font-size: 13px; font-family: "Geogrotesque-Regular"; border-bottom: 1px solid #e7e7e7; text-align: center; } .result-details .result-detail-scroll .fare-tb tbody td:after { content: "원"; font-sise: 13px; } .result-details .result-detail-scroll .fare-tb tbody .total th { background: #f5f5f8; } .result-details .result-detail-scroll .fare-tb tbody .total td { background: #f5f5f8; font-family: "Geogrotesque-SemiBold"; } .result-details .result-detail-schedule { position: absolute; top: 71px; right: 0; bottom: 56px; left: 0; background: #fff; } .result-details .result-detail-schedule.tourway { bottom: 0; } .result-details .result-detail-schedule .schedule-inner { padding: 30px 40px 40px 40px; } .result-details .result-detail-schedule .tit-box { position: relative; height: 30px; padding-bottom: 10px; } .result-details .result-detail-schedule .tit-box strong { display: block; font-size: 16px; color: #000; font-weight: 700; line-height: 30px; } .result-details .result-detail-schedule .tit-box button { position: absolute; top: 0; right: 0; width: 80px; height: 30px; line-height: 30px; text-align: center; font-weight: 700; font-size: 12px; color: #fff; background: #292a4d; } .result-details .result-detail-schedule .schedule-scroll { border-top: 1px solid #000; border-bottom: 1px solid #000; position: absolute; top: 70px; right: 40px; bottom: 40px; left: 40px; } .result-details .bt-booking { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 56px; line-height: 56px; text-align: center; background: #f9c028; color: #fff; font-size: 16px; font-weight: 700; } .result-details .bt-booking:disabled { background: #949494; } .result-details .close { position: absolute; top: 50px; left: -55px; width: 23px; height: 23px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close2.png") center center no-repeat; } .evt-banners { background: #f9f9f9; } .evt-banners .inner { position: relative; margin: 0 auto; overflow: hidden; box-sizing: border-box; height: 240px; } .evt-banners .two { font-size: 0; } .evt-banners .two>li { display: inline-block; width: 50%; box-sizing: border-box; vertical-align: top; } .evt-banners .two>li>a { display: block; height: 240px; } .evt-banners .two>li.first .awa-slide__pager { left: auto; right: 0; } .evt-banners .two>li.first .banner-a { background-position: right center !important; } .evt-banners .two>li.second a { background-position: left center !important; } .evt-banners .banner-items { position: relative; } .evt-banners .banner-item { height: 240px; } .evt-banners .banner-item a { display: block; height: 240px; } .evt-banners .awa-slide__controls-direction { display: none; } .evt-banners .awa-slide__pager { width: 600px; position: absolute; top: 35px; left: 0; text-align: right; } .evt-banners .awa-slide__pager-item { margin-left: 20px; } .evt-banners .awa-slide__pager-link { font-size: 18px; color: #ccc; display: inline-block; height: auto !important; font-family: "Geogrotesque-Bold"; } .evt-banners .awa-slide_pager-link--active { color: #313131; border-bottom: 2px solid #313131; } .login { width: 480px; margin: 40px auto 0 auto; } .login h2 { width: 360px; display: block; text-align: center; font-size: 40px; font-family: "Geogrotesque-Light"; line-height: 100%; margin: 0 auto 70px auto; } .login h2 strong { font-weight: normal; font-family: "Geogrotesque-Bold"; } .login .login-input { width: 360px; margin: 30px auto 0 auto; } .login .login-input label { display: block; margin-bottom: 5px; font-weight: 700; } .login .id-save { position: relative; width: 360px; margin: 10px auto 0 auto; } .login .id-save a { position: absolute; top: 0; right: 0; font-size: 14px; } .login .login-bts { text-align: center; width: 360px; margin: 40px auto 0 auto; } .login .login-bts .bt-link { margin: 5px 10px 0 10px; } .login .login-banner { position: relative; margin-top: 40px; } .login .login-banner .join-area { width: 360px; border-top: 1px solid #e0e0e0; position: relative; min-height: 56px; padding-top: 40px; margin: 0 auto 50px auto; } .login .login-banner .join-area p { font-size: 12px; color: #aaa; padding-top: 6px; } .login .login-banner .join-area p strong { color: #111; display: block; font-size: 18px; font-weight: 700; } .login .login-banner .join-area a { position: absolute; top: 40px; right: 0; width: 140px; height: 56px; line-height: 56px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; background: #0d004c; border-radius: 3px; } .login .login-banner .ad-banner-rolling .awa-slide__pager { left: 10px; margin-left: 0; } .login .login-banner .ad-banner-rolling .item.ad:after { right: 20px; margin-right: 0; } .change-pw { text-align: center; width: 800px; margin: 0 auto; } .change-pw .t1 { font-size: 36px; } .change-pw .t2 { margin-top: 50px; font-weight: 700; font-size: 24px; line-height: 130%; } .change-pw .t2 span { font-weight: 400; } .change-pw .t3 { font-size: 16px; margin: 15px 0 65px 0; } .change-pw .t4 { font-family: "Geogrotesque-Bold"; font-size: 30px; color: #edaf08; letter-spacing: -1px; line-height: 100%; } .change-pw .bts { margin-top: 75px; padding: 80px 0 0 0; border-top: 1px solid #e7e7e7; } .change-pw .bts button { width: 240px; margin: 0 5px; } .util-srching { text-align: left; width: 800px; margin: 0 auto; } .util-srching .t1 { font-size: 40px; font-weight: 700; line-height: 100%; } .util-srching .t2 { margin-top: 10px; font-size: 16px; } .util-srching .bts { margin-top: 75px; padding: 80px 0 0 0; border-top: 1px solid #e7e7e7; text-align: center; } .util-srching .bts button { width: 240px; margin: 0 5px; } .util-srching .small-inputs { border-top: 0; } .util-srching .util-srching-tabs { position: relative; font-size: 0; height: 43px; margin-top: 100px; } .util-srching .util-srching-tabs:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #000; z-index: 2; } .util-srching .util-srching-tabs ul { display: inline-block; border-top-left-radius: 3px; border-top-right-radius: 3px; overflow: hidden; } .util-srching .util-srching-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-bottom: 0; margin-left: -1px; background: #fff; z-index: 0; } .util-srching .util-srching-tabs li:first-child { left: 1px; } .util-srching .util-srching-tabs li.actived { margin-left: 0; z-index: 2; } .util-srching .util-srching-tabs li.actived a { color: #fff; font-weight: 700; } .util-srching .util-srching-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -2px; width: 188px; height: 43px; background: #f9c028; z-index: 0; border: 1px solid #ebab00; box-sizing: border-box; } .util-srching .util-srching-tabs a { position: relative; z-index: 2; text-align: center; display: block; width: 185px; height: 42px; line-height: 42px; font-size: 14px; color: #000; } .util-srching .util-srching-result { font-weight: 300; font-size: 30px; line-height: 120%; text-align: center; padding-top: 80px; } .util-srching .util-srching-result strong { font-family: "Geogrotesque-SemiBold"; } .util-srching .util-srching-result span { display: block; font-size: 16px; margin-top: 10px; } .small-inputs { width: 800px; margin: 0 auto; text-align: left; border-top: 1px solid #e7e7e7; padding: 40px 0 0 0; } .small-inputs .row { margin: 20px 0; } .small-inputs .row .row-inner { position: relative; } .small-inputs .row .row-inner:after { content: ""; display: block; clear: both; } .small-inputs .row .row-inner .col { position: relative; font-size: 0; display: inline-block; vertical-align: top; width: 370px; } .small-inputs .row .row-inner .col .tit { display: block; font-weight: 500; font-size: 14px; margin-bottom: 10px; } .small-inputs .row .row-inner .col .tit .tip { font-size: 12px; color: #aaa; margin-left: 10px; } .small-inputs .row .row-inner .col:first-child { float: left; } .small-inputs .row .row-inner .col:last-child { float: right; } .small-inputs .row .row-inner .col.block { display: block; width: 100%; } .small-inputs .row .row-inner .col.business-type { margin-bottom: 5px; } .small-inputs .row .row-inner .col .in-box .choice-airline { font-size: 14px; color: #111; display: inline-block; margin-right: 15px; margin-top: 10px; } .small-inputs .row .row-inner .col .in-box .choice-airline .del { position: relative; top: 5px; display: inline-block; vertical-align: top; width: 11px; height: 11px; margin-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/ico_del.png") center center no-repeat; } .small-inputs .row .row-inner .col .in-box .addr .custom-input { margin-top: 5px; } .small-inputs .row .row-inner .col .in-box .addr .custom-input:first-child { margin-top: 0; } .small-inputs .row .row-inner .col .in-box .addr .bt-link { position: absolute; top: 0; right: 0; color: #111; } .small-inputs .row .row-inner .col .in-box .choice-bsp .custom-radio { margin-top: 10px; } .small-inputs .row .row-inner .col .in-box .choice-bsp .custom-radio:first-child { margin-top: 0; } .small-inputs .row .row-inner .col .in-box .marketing-check { position: absolute; top: 0; right: 0; } .small-inputs .row .row-inner .col .in-box .marketing-check li { display: inline-block; margin-left: 20px; } .small-inputs .row .row-inner .col .in-box .marketing-check .custom-check { margin-right: 0; } .small-inputs .row .row-inner .col .in-box .policy { border: 1px solid #cecece; box-sizing: border-box; overflow: hidden; } .small-inputs .row .row-inner .col .in-box .policy .scroll { height: 100px; overflow: hidden; overflow-y: auto; font-size: 12px; color: #666; padding: 15px 15px 15px 15px; line-height: 160%; } .small-inputs .row .row-inner .col .in-box .policy ol { font-size: 13px; color: #111; line-height: 160%; } .small-inputs .row .row-inner .col .in-box .policy ol>li { margin-top: 15px; } .small-inputs .row .row-inner .col .in-box .policy ol>li:first-child { margin-top: 0; } .small-inputs .row .row-inner .col .in-box .policy h3 { font-size: 13px; color: #111; margin: 0 0 5px 0; } .small-inputs .row .row-inner .col .in-box .policy-check { position: absolute; top: 0; right: 0; } .small-inputs .row .row-inner .col .in-box .policy-check .custom-check { margin-right: 0; } .dormant { width: 800px; margin: 0 auto; text-align: center; } .dormant .t1 { font-size: 36px; } .dormant .t2 { font-size: 16px; margin-top: 30px; } .dormant .t3 { font-size: 12px; color: #fc5625; text-align: left; margin: 10px 0 50px 0; } .dormant .auth-choice { margin: 70px 0 0 0; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; text-align: left; padding: 45px 0 70px 0; } .dormant .auth-choice .act1 { font-size: 24px; color: #111; } .dormant .auth-choice .act2 { font-size: 16px; color: #111; } .dormant .auth-choice .choice-item { position: relative; font-size: 0; margin-top: 80px; } .dormant .auth-choice .choice-item:after { content: ""; width: 1px; height: 195px; background: #e7e7e7; position: absolute; top: 5px; left: 50%; margin-left: -0.5px; } .dormant .auth-choice .choice-item li { padding-top: 140px; display: inline-block; text-align: center; width: 50%; } .dormant .auth-choice .choice-item li:first-child { background: url("https://cdn.allwin.bid/air/resource/img/ico_dormant1.png") center 0 no-repeat; } .dormant .auth-choice .choice-item li:last-child { background: url("https://cdn.allwin.bid/air/resource/img/ico_dormant2.png") center 19px no-repeat; } .dormant .auth-choice .choice-item span { font-size: 14px; color: #111; display: block; margin-bottom: 15px; } .dormant .bt-full.yellow { height: 43px; line-height: 43px; width: 100px; font-size: 14px; font-weight: 400; } .dormant .bt-full.gray { width: 240px; } .joins { width: 800px; margin: 0 auto; } .joins .join-txt h2 { font-size: 40px; font-weight: 300; } .joins .join-txt h2 strong { font-family: "Geogrotesque-SemiBold"; } .joins .join-txt p { margin-top: 10px; line-height: 120%; font-size: 16px; } .joins .join-txt p span { font-family: "Geogrotesque-Regular"; } .joins .join-tabs { position: relative; font-size: 0; height: 43px; } .joins .join-tabs:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #000; z-index: 2; } .joins .join-tabs ul { display: inline-block; border-top-left-radius: 3px; border-top-right-radius: 3px; overflow: hidden; } .joins .join-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-bottom: 0; margin-left: -1px; background: #fff; z-index: 0; } .joins .join-tabs li:first-child { left: 1px; } .joins .join-tabs li.actived { margin-left: 0; z-index: 2; } .joins .join-tabs li.actived a { color: #fff; font-weight: 700; } .joins .join-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -2px; width: 125px; height: 43px; background: #f9c028; z-index: 0; border: 1px solid #ebab00; box-sizing: border-box; } .joins .join-tabs a { position: relative; z-index: 2; text-align: center; display: block; width: 122px; height: 42px; line-height: 42px; font-size: 14px; color: #000; } .joins .join-group { margin-top: 65px; } .joins .join-group .choice-bsp .required { position: absolute; bottom: -20px; left: 0; } .joins .bts { text-align: center; margin-top: 80px; } .join-group h3 { position: relative; display: block; margin-bottom: 30px; font-size: 24px; font-weight: 700; } .join-group h3 em { position: relative; top: 7px; margin-left: 15px; font-size: 13px; color: #aaa; line-height: 130%; display: inline-block; vertical-align: top; } .join-group .row { margin-bottom: 35px; } .join-group .row .row-inner { position: relative; } .join-group .row .row-inner:after { content: ""; display: block; clear: both; } .join-group .row .row-inner .col { position: relative; font-size: 0; display: inline-block; vertical-align: top; width: 370px; } .join-group .row .row-inner .col .tit { display: block; font-weight: 500; font-size: 14px; margin-bottom: 10px; } .join-group .row .row-inner .col .tit .tip { font-size: 12px; color: #aaa; margin-left: 10px; } .join-group .row .row-inner .col:first-child { float: left; } .join-group .row .row-inner .col:last-child { float: right; } .join-group .row .row-inner .col.block { display: block; width: 100%; } .join-group .row .row-inner .col.business-type { margin-bottom: 5px; } .join-group .row .row-inner .col .in-box .choice-airline { font-size: 14px; color: #111; display: inline-block; margin-right: 15px; margin-top: 10px; } .join-group .row .row-inner .col .in-box .choice-airline .del { position: relative; top: 5px; display: inline-block; vertical-align: top; width: 11px; height: 11px; margin-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/ico_del.png") center center no-repeat; } .join-group .row .row-inner .col .in-box .addr .custom-input { margin-top: 5px; } .join-group .row .row-inner .col .in-box .addr .custom-input:first-child { margin-top: 0; } .join-group .row .row-inner .col .in-box .addr .bt-link { position: absolute; top: 0; right: 0; color: #111; } .join-group .row .row-inner .col .in-box .choice-bsp .custom-radio { margin-top: 10px; } .join-group .row .row-inner .col .in-box .choice-bsp .custom-radio:first-child { margin-top: 0; } .join-group .row .row-inner .col .in-box .marketing-check { position: absolute; top: 0; right: 0; } .join-group .row .row-inner .col .in-box .marketing-check li { display: inline-block; margin-left: 20px; } .join-group .row .row-inner .col .in-box .marketing-check .custom-check { margin-right: 0; } .join-group .row .row-inner .col .in-box .policy { border: 1px solid #cecece; box-sizing: border-box; overflow: hidden; } .join-group .row .row-inner .col .in-box .policy .scroll { height: 100px; overflow: hidden; overflow-y: auto; font-size: 12px; color: #666; padding: 10px 10px 10px 10px; line-height: 160%; } .join-group .row .row-inner .col .in-box .policy ol { font-size: 12px; color: #111; line-height: 160%; } .join-group .row .row-inner .col .in-box .policy ol>li { margin-top: 15px; } .join-group .row .row-inner .col .in-box .policy ol>li:first-child { margin-top: 0; } .join-group .row .row-inner .col .in-box .policy h3 { font-size: 12px; color: #111; margin: 0 0 5px 0; } .join-group .row .row-inner .col .in-box .policy table th { background: #efefef; font-weight: normal; text-align: center; border: 1px solid #a4a4a4; } .join-group .row .row-inner .col .in-box .policy table td { border: 1px solid #a4a4a4; padding: 5px 10px; } .join-group .row .row-inner .col .in-box .policy-check { position: absolute; top: 0; right: 0; } .join-group .row .row-inner .col .in-box .policy-check .custom-check { margin-right: 0; } .join-group .row .row-inner .col .in-box .phone-input { position: relative; } .join-group .row .row-inner .col .in-box .phone-input .custom-input { width: 246px; } .join-group .row .row-inner .col .in-box .phone-input .time { position: absolute; top: 0; right: 15px; font-size: 12px; line-height: 40px; color: #111; } .join-group .row .row-inner .col .in-box .phone-input button { position: absolute; top: 0; right: 0; width: 115px; height: 42px; line-height: 39px; border: 1px solid #111; text-align: center; box-sizing: border-box; font-size: 14px; border-radius: 2px; } .join-group .row .row-inner .col .in-box .phone-input button.black { background: #111; color: #fff; } .join-group .row .row-inner .col .in-box .phone-input button:disabled { background: #949494; color: #fff; border: 1px solid #949494; } .join-group .row .row-inner .col .in-box .phone-input.cell-phone-number .required, .join-group .row .row-inner .col .in-box .phone-input.auth-number .required { top: -22px; } .join-group .row .row-inner .col .in-box .auth-txt { font-size: 12px; color: #111; } .join-group .row .all-check-policy { text-align: right; margin-top: 10px; } .join-group .row .all-check-policy .custom-check { margin-right: 0; } .join-group .row.upload { padding: 30px 0; border-top: 1px solid #e7e7e7; } .join-group .row.upload .t1 { line-height: 130%; font-size: 24px; color: #111; margin-bottom: 30px; } .join-group .row.upload .t1 strong { font-weight: 700; } .join-group .row.upload .tips { margin-top: 10px; } .join-group .row.upload .tips li { color: #fc5625; font-size: 12px; } .join-group .row.upload .row-inner { position: relative; } .join-group .row.upload .row-inner:after { content: ""; display: block; clear: both; } .join-group .row.upload .row-inner .col { position: relative; font-size: 0; display: inline-block; vertical-align: top; width: 370px; } .join-group .row.upload .row-inner .col .tit { display: block; font-weight: 500; font-size: 16px; margin-bottom: 10px; } .join-group .row.upload .row-inner .col .tit .num { font-size: 18px; font-family: "Geogrotesque-Medium"; margin-right: 3px; } .join-group .row.upload .row-inner .col .tit .tip { font-size: 12px; color: #aaa; margin-left: 10px; } .join-group .row.upload .row-inner .col .tit .tip.noti { color: #fc5625; } .join-group .row.upload .row-inner .col:first-child { float: left; } .join-group .row.upload .row-inner .col:last-child { float: right; } .join-group .row.upload .row-inner .col.block { display: block; width: 100%; } .join-group .row.upload .row-inner .col .in-box .survey-check { font-size: 0; } .join-group .row.upload .row-inner .col .in-box .survey-check li { position: relative; display: inline-block; width: 16.6%; margin: 10px 0; } .join-group .row.upload .row-inner .col .in-box .survey-check li.mb0 { margin-bottom: 0; } .join-group .row.upload .row-inner .col .in-box .survey-check li.etc { width: 270px; } .join-group .row.upload .row-inner .col .in-box .survey-check li.etc .custom-input { position: relative; top: -7px; height: 34px; } .join-group .row.upload .row-inner .col .in-box .survey-check li.etc .custom-input input { height: 36px; } .join-group .row.upload .row-inner .col .in-box .byte { position: absolute; top: 15px; right: 0; font-size: 12px; color: #aaa; } .join-group select { width: 100%; } .member-switch { width: 800px; margin: 0 auto; } .member-switch .txts { text-align: center; } .member-switch .txts h2 { font-size: 36px; font-weight: 100; line-height: 120%; } .member-switch .txts h2 strong { font-weight: 700; } .member-switch .txts p { margin-top: 15px; font-size: 16px; line-height: 120%; } .member-switch .txts p strong { font-weight: 700; color: #edaf08; } .member-switch .marketing-check { padding: 90px 0 75px 0; margin: 90px 0 80px 0; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; } .member-switch .marketing-check h3 { font-size: 24px; font-weight: 700; } .member-switch .marketing-check .check-items { position: relative; font-size: 14px; font-weight: 500; margin-top: 25px; } .member-switch .marketing-check .check-items ul { position: absolute; bottom: 0; right: 0; } .member-switch .marketing-check .check-items li { display: inline-block; margin-left: 20px; } .member-switch .marketing-check .check-items li .custom-check { margin-right: 0; } .member-switch .bts { text-align: center; } .survey { width: 800px; margin: 0 auto; } .survey .celebration { position: relative; padding-top: 130px; background: url("https://cdn.allwin.bid/air/resource/img/ico_deco.png") center top no-repeat; text-align: center; margin: 0 0 70px 0; } .survey .celebration:before { content: "SUCCESS"; display: block; position: absolute; top: 60px; left: 50%; color: #fff; font-family: "Geogrotesque-SemiBold"; margin-left: -35px; width: 66px; height: 52px; padding-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/ico_flag-yellow.svg") center center no-repeat; background-size: 71px 52px; font-size: 12px; line-height: 37px; } .survey .celebration h2 { font-size: 36px; line-height: 120%; } .survey .celebration p { margin: 30px 0; font-size: 18px; line-height: 130%; } .survey .celebration p strong { font-weight: bold; } .survey .celebration .logo { font-size: 30px; color: #edaf08; font-family: "Geogrotesque-Bold"; } .survey .row { padding: 60px 0; border-top: 1px solid #e7e7e7; } .survey .row .t1 { line-height: 130%; font-size: 24px; color: #111; margin-bottom: 30px; } .survey .row .t1 strong { font-weight: 700; } .survey .row .tips { margin-top: 10px; } .survey .row .tips li { color: #fc5625; font-size: 12px; } .survey .row .row-inner { position: relative; } .survey .row .row-inner:after { content: ""; display: block; clear: both; } .survey .row .row-inner .col { position: relative; font-size: 0; display: inline-block; vertical-align: top; width: 370px; } .survey .row .row-inner .col .tit { display: block; font-weight: 500; font-size: 16px; margin-bottom: 10px; } .survey .row .row-inner .col .tit .num { font-size: 18px; font-family: "Geogrotesque-Medium"; margin-right: 3px; } .survey .row .row-inner .col .tit .tip { font-size: 12px; color: #aaa; margin-left: 10px; } .survey .row .row-inner .col .tit .tip.noti { color: #fc5625; } .survey .row .row-inner .col:first-child { float: left; } .survey .row .row-inner .col:last-child { float: right; } .survey .row .row-inner .col.block { display: block; width: 100%; } .survey .row .row-inner .col .in-box .survey-check { font-size: 0; } .survey .row .row-inner .col .in-box .survey-check li { position: relative; display: inline-block; width: 16.6%; margin: 10px 0; } .survey .row .row-inner .col .in-box .survey-check li.mb0 { margin-bottom: 0; } .survey .row .row-inner .col .in-box .survey-check li.etc { width: 270px; } .survey .row .row-inner .col .in-box .survey-check li.etc .custom-input { position: relative; top: -7px; height: 34px; } .survey .row .row-inner .col .in-box .survey-check li.etc .custom-input input { height: 36px; } .survey .row .row-inner .col .in-box .byte { position: absolute; top: 15px; right: 0; font-size: 12px; color: #aaa; } .survey .row .row-inner .col .in-box .choice-ciy { display: inline-block; margin: 20px 20px 0 0; font-size: 14px; } .survey .row .row-inner .col .in-box .choice-ciy button { display: inline-block; width: 13px; height: 13px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close4.png") center center no-repeat; background-size: 13px 13px; opacity: 0.5; vertical-align: top; position: relative; top: 4px; } .survey .bts { text-align: center; font-size: 0; margin-top: 20px; } .survey .bts a { margin: 0 5px; } .mypage.ags { padding-bottom: 100px; } .mypage.ags .conts { background-color: #fff; border: 1px solid #e7e7e7; padding: 40px; } .mypage.ags .conts .ags-list { margin-bottom: 80px; text-align: center; } .mypage.ags .conts .ags-list ul.box { display: inline-block; *display: inline; zoom: 1; } .mypage.ags .conts .ags-list ul.box>li { width: 268px; height: 356px; border: 1px solid #e7e7e7; border-radius: 2px; -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); margin-right: 10px; text-align: center; float: left; margin-left: -1px; z-index: 1; } .mypage.ags .conts .ags-list ul.box>li:last-child { margin-right: 0; } .mypage.ags .conts .ags-list .tit.seat { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_seat.png) center 46px no-repeat; background-size: 36px 50px; height: 156px; } .mypage.ags .conts .ags-list .tit.baggage { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_baggage.png) center 46px no-repeat; background-size: 31px 52px; height: 156px; } .mypage.ags .conts .ags-list .tit.food { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_food.png) center 46px no-repeat; background-size: 30px 46px; height: 156px; } .mypage.ags .conts .ags-list .tit.lounge { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_lounge.png) center 46px no-repeat; background-size: 51px 43px; height: 156px; } .mypage.ags .conts .ags-list .tit p { padding-top: 104px; color: #ebaa2c; font-weight: 700; font-size: 16px; } .mypage.ags .conts .ags-list .cont-seat { padding: 16px; float: left; } .mypage.ags .conts .ags-list .cont-seat>ul li { height: 38px } .mypage.ags .conts .ags-list .cont-seat .seat-tit { text-align: left; width: 120px; float: left; font-size: 13px; position: relative; padding-left: 20px; } .mypage.ags .conts .ags-list .cont-seat .seat-tit i { width: 12px; height: 12px; border-radius: 36px; position: absolute; top: 4px; left: 0px; } .mypage.ags .conts .ags-list .cont-seat .seat-tit.front i { background: #fdd32a; } .mypage.ags .conts .ags-list .cont-seat .seat-tit.A i { background: #4b89fa; } .mypage.ags .conts .ags-list .cont-seat .seat-tit.B i { background: #52b5f9; } .mypage.ags .conts .ags-list .cont-seat .seat-tit.C i { background: #93d2fe; } .mypage.ags .conts .ags-list .cont-seat .seat-pay { float: right; width: 96px; text-align: right; } .mypage.ags .conts .ags-list .cont-seat .seat-pay strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 20px; } .mypage.ags .conts .ags-list .cont-baggage dl { margin-top: 28px; } .mypage.ags .conts .ags-list .cont-baggage dl dt { color: #999; } .mypage.ags .conts .ags-list .cont-baggage dl dd strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 24px; } .mypage.ags .conts .ags-list .cont-food p { font-size: 16px; letter-spacing: -1px; } .mypage.ags .conts .ags-list .cont-food .bt { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; margin-top: 64px; } .mypage.ags .conts .ags-list .cont-lounge .infos { margin-bottom: 12px; } .mypage.ags .conts .ags-list .cont-lounge .infos .date { text-align: left; width: 63px; display: inline-block; position: relative; } .mypage.ags .conts .ags-list .cont-lounge .infos .date:before { content: ""; position: absolute; top: 50%; right: 13px; margin-top: -5px; width: 1px; height: 12px; background: #ccc; } .mypage.ags .conts .ags-list .cont-lounge .infos .at { font-size: 16px; font-weight: 700 } .mypage.ags .conts .ags-list .cont-lounge .bt-small { height: 28px; line-height: 25px; border: 1px solid #cecece; font-size: 12px; padding: 1px 20px 0; color: #333; } .mypage.ags .conts .ags-list .cont-lounge .price-infos { margin-top: 16px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos li { height: 30px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .type { text-align: left; padding-left: 20px; float: left; font-weight: 700 } .mypage.ags .conts .ags-list .cont-lounge .price-infos .type .txt12 { font-size: 12px; padding-left: 4px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .price { float: right; margin-right: 20px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .price strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 20px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .price .txt-free { font-weight: 700; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .price .list-price { text-decoration: line-through; color: #999; font-size: 13px; margin-right: 8px; } .mypage.ags .ags_notice { border-top: 1px solid #e7e7e7; margin-top: 60px; } .mypage.ags .ags_notice .in .tit { color: #888; font-size: 15px; } .mypage.ags .ags_notice .mypage-tabs { margin: 30px 0; } .mypage.ags .ags_notice .mypage-tabs>ul li a { font-size: 14px; } .mypage.ags .ags_notice ul.list li { color: #888; font-size: 13px; position: relative; padding-left: 7px; } .mypage.ags .ags_notice ul.list li:before { content: ''; width: 2px; height: 2px; background: #888; position: absolute; top: 50%; left: 0; margin-top: -1px; } .mypage.ags .in { margin: 50px 0; } .mypage.ags .in dt { font-size: 15px; font-weight: 700; margin-bottom: 20px; } .mypage.ags .in dd { color: #999; font-size: 13px; position: relative; padding-left: 7px; } .mypage.ags .in dd:before { content: ''; width: 2px; height: 2px; background: #999; position: absolute; top: 50%; left: 0; margin-top: -1px; } .mypage { width: 1200px; margin: 0 auto; } .mypage-tits { position: relative; margin-bottom: 20px; } .mypage-tits h2 { color: #333; font-size: 20px; display: block; font-weight: 700; } .mypage-tits h2 em { font-size: 15px; font-weight: 700; } .mypage-tits .location { position: absolute; bottom: 0; right: 0; } .mypage-tits .location li { position: relative; font-size: 12px; display: inline-block; color: #aaa; margin-right: 6px; } .mypage-tits .location li:after { content: ">"; font-size: 12px; color: #aaa; margin-left: 8px; } .mypage-tits .location li:last-child { margin-right: 0; } .mypage-tits .location li:last-child:after { display: none; } .mypage-tabs { position: relative; background: #f9f9f9; font-size: 0; } .mypage-tabs:after { content: ""; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #e7e7e7; z-index: 0; } .mypage-tabs>ul li { position: relative; display: inline-block; min-width: 143px; height: 51px; box-sizing: border-box; } .mypage-tabs>ul li:after { content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 20px; margin-top: -10px; background: #cecece; } .mypage-tabs>ul li a { position: relative; z-index: 2; text-align: center; font-size: 16px; color: #333; display: block; padding: 0 20px; height: 51px; line-height: 51px; } .mypage-tabs>ul li:last-child:after { display: none; } .mypage-tabs>ul li.actived:before { content: ""; position: absolute; top: 0; left: -1px; background: #fff; width: 100%; height: 51px; z-index: 1; border: 1px solid #e7e7e7; border-bottom: 0; } .mypage-tabs>ul li.actived a { font-weight: 700; color: #111; } .mypage-tabs .mymenu-toggle { position: absolute; top: 0; right: 0; font-size: 12px; color: #000; padding: 0 20px; height: 51px; line-height: 51px; font-weight: 700; } .mypage-tabs .mymenu-toggle:after { content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 20px; margin-top: -10px; background: #cecece; } .mypage-tabs .mymenu-toggle:before { content: ""; position: relative; top: 18px; display: inline-block; margin-right: 8px; vertical-align: top; width: 18px; height: 14px; background: url("https://cdn.allwin.bid/air/resource/img/ico_hamburger.png") center center no-repeat; } .mypage-tabs .mymenu-toggle.actived:before { content: ""; position: relative; top: 18px; display: inline-block; margin-right: 8px; vertical-align: top; width: 18px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close4.png") center center no-repeat; } .mypage-tabs .all-mymenu { position: absolute; top: 51px; left: -1px; right: 0px; background: #fff; z-index: 5; padding: 15px 0 20px 0; border: 1px solid #e7e7e7; box-sizing: border-box; -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3); box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3); } .mypage-tabs .all-mymenu a { display: block; padding-left: 20px; font-size: 13px; color: #111; line-height: 100%; } .mypage-tabs .all-mymenu a.actived { color: #ebaa2c; } .mypage-tabs .all-mymenu>ul { display: inline-block; vertical-align: top; } .mypage-tabs .all-mymenu>ul.am1 { width: 143px; } .mypage-tabs .all-mymenu>ul.am2 { width: 200px; } .mypage-tabs .all-mymenu>ul.am3 { width: 143px; } .mypage-tabs .all-mymenu>ul.am4 { width: 143px; } .mypage-tabs .all-mymenu>ul.am5 { width: 129px; } .mypage-tabs .all-mymenu>ul>li { margin-bottom: 10px; } .mypage-tabs .all-mymenu .depth li { margin-top: 5px; } .mypage-tabs .all-mymenu .depth a { display: block; padding: 3px 0 3px 20px; } .mypage .mypage-in-tabs { border-bottom: 1px solid #e7e7e7; } .mypage .mypage-in-tabs li { display: inline-block; } .mypage .mypage-in-tabs li.actived a { font-weight: 700; } .mypage .mypage-in-tabs li.actived a:before { content: ""; position: absolute; bottom: -1px; left: 0; height: 2px; width: 100%; background: #000; } .mypage .mypage-in-tabs li a { position: relative; font-size: 15px; color: #111; display: block; padding: 0 20px; height: 51px; line-height: 51px; text-align: center; } .mypage .mypage-in-tabs-child ul { margin-left: 10px; } .mypage .mypage-in-tabs-child li { display: inline-block; } .mypage .mypage-in-tabs-child li.actived a { font-weight: 700; color: #111; } .mypage .mypage-in-tabs-child a { font-size: 15px; color: #aaa; display: block; padding: 20px 10px 0 10px; } .mypage-forms { overflow: hidden; padding-bottom: 60px; border-bottom: 1px solid #e7e7e7; margin: 30px 0 70px 0; } .mypage-forms .tips dl { display: inline-block; margin-right: 20px; } .mypage-forms .tips dl.withdraw dt { color: #fc5625; } .mypage-forms .tips dt { font-size: 14px; display: inline-block; } .mypage-forms .tips dd { font-size: 14px; display: inline-block; } .mypage-forms .sms { width: 420px; margin-bottom: 20px; } .mypage-forms .sms__gage { position: relative; margin-top: 10px; padding-bottom: 25px; } .mypage-forms .sms__gage .use { position: absolute; bottom: 0; left: 0; color: #ebaa2c; font-size: 14px; } .mypage-forms .sms__gage .use b { font-weight: normal; font-family: "Geogrotesque-Medium"; } .mypage-forms .sms__gage .rest { position: absolute; bottom: 0; right: 0; font-size: 14px; } .mypage-forms .sms__gage .rest b { font-weight: normal; font-family: "Geogrotesque-Medium"; } .mypage-forms .sms__gage-outer { position: relative; width: 420px; height: 4px; background: #e9e9f4; } .mypage-forms .sms__gage-bar { position: absolute; top: 0; left: 0; height: 4px; background: #ebaa2c; } .mypage-forms .status-board { position: relative; overflow: hidden; width: 1200px; height: 158px; margin-bottom: 20px; background: url("https://cdn.allwin.bid/air/resource/img/img_matching-list-bg.png") center center no-repeat; } .mypage-forms .status-board dl { display: inline-block; margin-top: 45px !important; } .mypage-forms .status-board dt { font-size: 14px; color: #000; } .mypage-forms .status-board dd { font-size: 49px; font-family: "Geogrotesque-SemiBold"; line-height: 100%; } .mypage-forms .status-board .board-tit { position: absolute; top: 40px; left: 55px; } .mypage-forms .status-board .board-tit strong { display: block; font-size: 36px; font-family: "Geogrotesque-Bold"; } .mypage-forms .status-board .board-tit span { font-size: 18px; font-weight: 700; } .mypage-forms .status-board .board-tit span em { color: #edaf08; font-weight: 700; } .mypage-forms .status-board .ok-status { width: 466px; position: absolute; top: 0; left: 380px; text-align: center; } .mypage-forms .status-board .ok-status dl { margin: 0 55px; } .mypage-forms .status-board .ok-status dd { color: #edaf08; } .mypage-forms .status-board .fail-status { width: 340px; position: absolute; top: 0; right: 13px; text-align: center; } .mypage-forms .status-board .fail-status dd { color: #aaa; } .mypage-forms .form-group, .ags-forms .form-group { font-size: 0; width: 1210px; margin-left: -5px; } .ags-forms .form-group .custom-input { height: 56px; } .ags-forms .form-group .custom-input input { height: 54px; font-size: 16px; } .ags-forms .form-group .custom-input:hover { border: 1px solid #333; } .ags-forms .form-group li { display: inline-block; vertical-align: top; padding: 5px; } .ags-forms .form-group li.w300 { width: 300px; } .ags-forms .form-group li.w348 { width: 348px; } .ags-forms .form-group select { width: 100%; } .ags-forms .form-group li .bt-full { display: inline-block; height: 56px; line-height: 56px; text-align: center; font-size: 16px; color: #fff; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 700; border-radius: 2px; width: 220px; background: #292b4b; } .mypage-forms .form-group li { width: 100%; display: inline-block; vertical-align: top; padding: 5px; } .mypage-forms .form-group li select { width: 100%; } .mypage-forms .form-group li.w168 { width: 168px; } .mypage-forms .form-group li.w182 { width: 182px; } .mypage-forms .form-group li.w190 { width: 190px; } .mypage-forms .form-group li.w200 { width: 200px; } .mypage-forms .form-group li.w220 { width: 220px; } .mypage-forms .form-group li.w240 { width: 240px; } .mypage-forms .form-group li.w250 { width: 250px; } .mypage-forms .form-group li.w256 { width: 256px; } .mypage-forms .form-group li.w280 { width: 280px; } .mypage-forms .form-group li.w335 { width: 335px; } .mypage-forms .form-group li.w365 { width: 365px; } .mypage-forms .form-group li.w378 { width: 378px; } .mypage-forms .form-group li.w420 { width: 420px; } .mypage-forms .form-group li.w460 { width: 460px; } .mypage-forms .form-group li.w500 { width: 420px; } .mypage-forms .form-group .mix-form { font-size: 0; position: relative; border: 1px solid #cecece; border-radius: 2px; overflow: hidden; box-sizing: border-box; } .mypage-forms .form-group .mix-form .custom-select { position: absolute; top: 0; left: 0; display: inline-block; width: 150px; border-radius: 0; } .mypage-forms .form-group .mix-form .custom-select .select2-container .select2-selection--single { border: 0; height: 40px; } .mypage-forms .form-group .mix-form .custom-input { border-left: 0; margin-left: 150px; border-radius: 0; border: 0; border-left: 1px solid #cecece; height: 40px; } .mypage-forms .form-group .mix-form .custom-input input { height: 40px; text-align: right; padding-right: 16px; } .mypage-forms .form-group .mix-form .label-txt { position: absolute; top: 0; left: 0; display: inline-block; width: 110px; border-radius: 0; height: 40px; line-height: 40px; font-size: 14px; padding: 0 20px; } .mypage-forms .bts { text-align: center; margin-top: 35px; } .mypage-tbs .mypage-tb__util { position: relative; margin-bottom: 16px; min-height: 32px; } .mypage-tbs .mypage-tb__util.complete { margin: 0; } .mypage-tbs .mypage-tb__util.complete .cate-tabs { position: relative; font-size: 0; height: 40px; float: right; margin-bottom: 10px; } .mypage-tbs .mypage-tb__util.complete .cate-tabs ul { border-radius: 3px; overflow: hidden; height: 40px; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li.actived { margin-left: 0; z-index: 2; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li:first-child { border-left: 1px solid #cecece; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-left: 0; background: #fff; z-index: 0; width: 120px; height: 40px; box-sizing: border-box; text-align: center; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #292b4b; z-index: 0; border: 1px solid #292b4b; box-sizing: border-box; } .mypage-tbs .mypage-tb__util.complete .cate-tabs a { position: relative; z-index: 2; text-align: center; display: block; height: 40px; line-height: 40px; font-size: 13px; color: #000; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li.actived a { color: #fff; font-weight: 700; } .mypage-tbs .mypage-tb__util h5.tit { font-weight: 700; font-size: 14px; float: left; padding-top: 16px; } .mypage-tbs .mypage-tb__util .date { font-size: 20px; font-family: "Geogrotesque-Regular"; } .mypage-tbs .mypage-tb__util .num { position: absolute; bottom: 0; left: 0; font-size: 13px; } .mypage-tbs .mypage-tb__util .num strong { font-size: 20px; font-family: "Geogrotesque-Regular"; } .mypage-tbs .mypage-tb__util .bt { font-size: 0; position: absolute; top: 0; right: 0; } .mypage-tbs .mypage-tb__util .bt button, .mypage-tbs .mypage-tb__util .bt a { margin-left: 8px; } .mypage-tbs.ags { clear: both; } .mypage-tbs.ags .extended-price { margin: 10px 0 40px 0; border: 1px solid #e7e7e7; background: #f5f5f5; padding: 28px; text-align: right; font-size: 16px; font-weight: 700; } .mypage-tbs.ags .extended-price .price { color: #fc5625; } .mypage-tbs.ags .extended-price .price a { font-family: "Geogrotesque-Bold"; font-size: 28px; border-bottom: 1px solid #fc5625; margin-left: 18px; color: #fc5625; } .mypage-tbs.ags .extended-price .price span { font-family: "Geogrotesque-Bold"; font-size: 28px; margin-left: 18px; color: #fc5625; } .mypage-tbs.ags .extended-price .price-infors { color: #666; font-size: 14px; } .mypage-tbs.ags .agreement p em { color: #fc5625; } .mypage-tbs.ags .agreement .agree-group { margin: 40px 0 60px 0; } .mypage-tbs.ags .agreement .agree-group h3 { position: relative; display: block; margin-bottom: 20px; font-size: 20px; font-weight: 700; } .mypage-tbs.ags .agreement .agree-group .cencel-check { border: 1px solid #cecece; box-sizing: border-box; overflow: hidden; } .mypage-tbs.ags .agreement .agree-group .cencel-check .scroll { max-height: 100px; overflow: hidden; overflow-y: auto; font-size: 12px; color: #666; padding: 15px 20px; line-height: 160%; } .mypage-tbs.ags .agreement .agree-group .all-check { text-align: right; margin-top: 10px; } .mypage-tbs.ags .agreement .agree-group .all-check .custom-check { margin-right: 0; } .mypage-tbs.ags .agreement .agree-group .mypage-tabs { margin-bottom: 20px; } .mypage-tbs.ags .agreement .agree-group .mypage-tabs>ul li a { font-size: 14px; } .mypage-tbs.ags .bts { text-align: center; margin-top: 35px; margin-bottom: 120px; } .mypage-tbs table { width: 100%; } .mypage-tbs table .toggle-tr { cursor: pointer; } .mypage-tbs table .toggle-tr.is-actived td { border-bottom: 0; } .mypage-tbs table .toggle-tr.is-actived td.toggle { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .mypage-tbs table .toggle-tr.is-actived td.tits p { font-weight: 700; text-decoration: underline; } .mypage-tbs table .target-tr { display: none; } .mypage-tbs table .target-tr strong, .mypage-tbs table .target-tr b { font-weight: bold !important; } .mypage-tbs table .target-tr em { font-style: italic !important; } .mypage-tbs table .ticker-tr { background: #f9f9fb; } .mypage-tbs table .ticker-tr td { background: #f9f9fb; } .mypage-tbs table .ticker-tr td .code { font-size: 20px; font-family: "Geogrotesque-SemiBold"; } .mypage-tbs table .no-notice .notice-views { font-size: 13px; height: 170px; line-height: 170px; border-bottom: 1px solid #e7e7e7; background: #fff; text-align: center; } .mypage-tbs table .no-result .result-views { font-size: 13px; height: 170px; line-height: 170px; border-bottom: 1px solid #e7e7e7; background: #fff; text-align: center; } .mypage-tbs table .withdraw td.type { color: #fc5625; } .mypage-tbs table thead th { text-align: center; height: 50px; border-top: 1px solid #111; border-bottom: 1px solid #111; font-size: 13px; font-weight: 700; font-family: "Noto Sans"; line-height: 130%; } .mypage-tbs.ags table thead th { border: 1px solid #e7e7e7; background-color: #292a4d; color: #fff; } .mypage-tbs table tfoot td { background: #f9f9f9; font-size: 15px; text-align: center; height: 60px; border-bottom: 1px solid #111; font-family: "Geogrotesque-SemiBold"; } .mypage-tbs table tfoot .total td.title { text-align: right; font-size: 14px; font-weight: 700; } .mypage-tbs table tfoot .total td.money { color: #fc5625; } .mypage-tbs table tbody .sub-total td { font-family: "Geogrotesque-SemiBold" !important; border-bottom: 1px solid #111; } .mypage-tbs table tbody td { font-size: 13px; text-align: center; min-height: 10px; padding: 25px 0; border-bottom: 1px solid #e7e7e7; } .mypage-tbs.ags table tbody td { border: 1px solid #e7e7e7; padding: 4px; height: 44px; text-align: center; font-size: 14px; } .mypage-tbs.ags table tbody td:first-child { background-color: #f9f9f9; text-align: left; width: 268px; font-family: "Geogrotesque-SemiBold" !important; padding-left: 20px; } .mypage-tbs.ags table tbody td.sign-up a { color: #fc5625; border-bottom: 1px solid #fc5625; } .mypage-tbs.ags table tbody td.type-select, .mypage-tbs.ags table tbody td.type-change { text-align: left; } .mypage-tbs.ags table tbody td.type-change span:first-child { width: 140px; display: inline-block; margin: 0; } .mypage-tbs.ags table tbody td.type-change.solo span:first-child { width: 100%; } .mypage-tbs.ags table tbody td select { width: 100%; } .mypage-tbs.ags .bt-small { width: 52px; height: 28px; line-height: 25px; border: 1px solid #cecece; font-size: 12px; padding: 1px 3px 0 0; color: #333; background: #fff; } .mypage-tbs.ags .type-change.food .bt-small { margin-top: 20px; } .mypage-tbs.ags .custom-check input:disabled+label:before { background: #f0f0f0; } .mypage-tbs.ags .group-food { margin: 10px 0; border: 1px solid #e7e7e7; background: #f5f5f5; padding: 20px; text-align: left; font-size: 13px; position: relative; } .mypage-tbs.ags .group-food strong.tit { font-size: 15px; font-weight: 700; color: #fc5625; padding-right: 20px; } .mypage-tbs.ags .group-food .custom-select { margin-left: 127px; width: 198px; position: absolute; right: 208px; top: 10px; } .mypage-tbs.ags .group-food .custom-select select { width: 100% } .mypage-tbs.ags table tbody td.type-change.food { text-align: center; background: #f5f5f5; } .mypage-tbs table tbody td.bn { border: 0; } .mypage-tbs table tbody td.tits { text-align: left; padding-left: 40px; padding-right: 40px; } .mypage-tbs table tbody td.tits p { position: relative; display: inline-block; max-width: 655px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; padding-left: 20px; } .mypage-tbs table tbody td.tits.long p { max-width: 910px; } .mypage-tbs table tbody td.tits.important p { background: url("https://cdn.allwin.bid/air/resource/img/ico_star.png") left center no-repeat; } .mypage-tbs table tbody td.tits .new { font-size: 0; display: inline-block; vertical-align: top; width: 21px; height: 20px; margin-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/ico_new.png") center center no-repeat; } .mypage-tbs table tbody td.rsv-number { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.rsv-number a { display: inline-block; font-family: "Geogrotesque-Regular"; border-bottom: 1px solid #111; } .mypage-tbs table tbody td.at { font-family: "Geogrotesque-Regular"; line-height: 16px; } .mypage-tbs table tbody td.pnr { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td a.link { display: inline-block; border-bottom: 1px solid #111; } .mypage-tbs table tbody td.number { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.number em { font-family: "Geogrotesque-Regular"; display: block; font-size: 13px; color: #aaa; } .mypage-tbs table tbody td.w160 { width: 160px; } .mypage-tbs table tbody td.seat { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.seat dl { display: block; font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.seat dt { text-align: left; display: inline-block; font-family: "Noto Sans"; } .mypage-tbs table tbody td.seat dd { width: 15px; display: inline-block; font-family: "Noto Sans"; } .mypage-tbs table tbody td.agslist { text-align: left; } .mypage-tbs table tbody td.airplane { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.trip { font-family: "Geogrotesque-Regular"; padding: 0 10px; } .mypage-tbs table tbody td.trip p { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.money { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.name { font-family: "Geogrotesque-Bold"; } .mypage-tbs table tbody td.percent { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.en-txt { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.chain { width: 155px; } .mypage-tbs table tbody td.end { color: #aaa; } .mypage-tbs table tbody td.success { color: #fc5625; } .mypage-tbs table tbody td.schedule { text-align: left; padding-left: 50px; padding-right: 10px; } .mypage-tbs table tbody td.schedule .item2 { margin: 5px 0 10px 0; } .mypage-tbs table tbody td.schedule .item2 p { font-size: 16px; font-weight: 700; line-height: 100%; padding: 2px 0; } .mypage-tbs table tbody td.schedule .item2 .bar { display: inline-block; width: 8px; height: 2px; background: #161820; vertical-align: top; position: relative; top: 8px; } .mypage-tbs table tbody td.schedule .item3 { font-size: 12px; } .mypage-tbs table tbody td.schedule .item3 em { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td .user-id { max-width: 300px; word-break: break-all; max-width: 300px; word-break: break-all; margin: 0 auto; } .mypage-tbs table tbody td.to .mail { display: block; font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.land-tit { text-align: left; } .mypage-tbs table tbody td.land-tit a { margin-left: 30px; } .mypage-tbs table tbody td.notice-views, .mypage-tbs table tbody td.result-views { background: #f9f9f9; padding: 40px; text-align: left; } .mypage-tbs table tbody td.notice-views img { max-width: 100%; height: auto; } .mypage-tbs table tbody td.notice-views ol, .mypage-tbs table tbody td.notice-views ul, .mypage-tbs table tbody td.notice-views li { list-style: initial; } .mypage-tbs table tbody td.notice-views ul { list-style: disc; } .mypage-tbs table tbody td.notice-views ul li { list-style: disc; } .mypage-tbs table tbody td.notice-views ol { list-style: decimal; } .mypage-tbs table tbody td.notice-views ol li { list-style: decimal; } .mypage-tbs table tbody td.notice-views h1, .mypage-tbs table tbody td.notice-views h2, .mypage-tbs table tbody td.notice-views h3, .mypage-tbs table tbody td.notice-views h4, .mypage-tbs table tbody td.notice-views h5, .mypage-tbs table tbody td.notice-views h6 { font-size: initial; } .mypage-tbs table tbody td.notice-views hr { display: initial; } .mypage-tbs table tbody td.notice-views a { text-decoration: initial; } .mypage-tbs table tbody td.notice-views em, .mypage-tbs table tbody td.notice-views address { font-style: initial; } .mypage-tbs table tbody td.notice-views button { font-size: initial; } .mypage-tbs table tbody td.notice-views input[type=checkbox], .mypage-tbs table tbody td.notice-views input[type=radio], .mypage-tbs table tbody td.notice-views input[type=text], .mypage-tbs table tbody td.notice-views input[type=password], .mypage-tbs table tbody td.notice-views input[type=email] { -webkit-appearance: initial; -moz-appearance: initial; -ms-appearance: initial; -o-appearance: initial; appearance: initial; } .mypage-tbs table tbody td.notice-views legend, .mypage-tbs table tbody td.notice-views .blind { overflow: hidden; position: initial; width: auto; height: auto; clip: initial; } .mypage-tbs table tbody td.toggle { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .mypage-tbs .landmoa { background: none; } .mypage-tbs .landmoa .no-result { line-height: 245px; box-sizing: border-box; font-size: 13px; text-align: center; border-top: 1px solid #111; border-bottom: 1px solid #e7e7e7; } .mypage-tbs .landmoa .land-partner-items .land-item { margin-top: 0; margin-bottom: 15px; } .mypage-tbs .landmoa .land-partner-items .land-item .item-inner .hashtag li a { cursor: default; } .mypage-tbs .landmoa .land-partner-items .land-item .item-inner .hashtag li a:hover { text-decoration: none; } .mypage-tbs .landmoa .land-partner-items .land-item .item-inner .hashtag .hashtag-inner { width: 380px; height: 102px; margin: 0 auto; overflow: hidden; display: table-cell; vertical-align: middle; text-align: center; } .mypage-tbs .landmoa .land-partner-items .land-item .item-inner .hashtag ul { width: 295px; display: inline-block; text-align: center; max-height: 60px; overflow: hidden; } .mypage-datas { margin-top: 30px; } .mypage-datas .join-group { width: 796px; } .mypage .cate-tabs { position: relative; font-size: 0; height: 43px; margin-bottom: 50px; } .mypage .cate-tabs ul { border-radius: 3px; overflow: hidden; } .mypage .cate-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-left: 0; background: #fff; z-index: 0; width: 12.5%; box-sizing: border-box; } .mypage .cate-tabs.section ul { height: 72px; } .mypage .cate-tabs.section li { width: 50%; } .mypage .cate-tabs li:first-child { border-left: 1px solid #cecece; } .mypage .cate-tabs li.actived { margin-left: 0; z-index: 2; } .mypage .cate-tabs li.actived a { color: #fff; font-weight: 700; } .mypage .cate-tabs.section li a { height: 60px; line-height: 60px; font-size: 18px; } .mypage .cate-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #f9c028; z-index: 0; border: 1px solid #ebab00; box-sizing: border-box; } .mypage .cate-tabs.section li.actived a:before { content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f9c028; position: absolute; top: 60px; left: 50%; } .mypage .cate-tabs a { position: relative; z-index: 2; text-align: center; display: block; height: 42px; line-height: 42px; font-size: 14px; color: #000; } .error-template { text-align: center; margin: 20px auto; width: 430px; } .error-template__txt1 { position: relative; font-size: 38px; font-weight: 500; display: block; font-family: "Geogrotesque-Medium"; } .error-template__txt1:before { content: ""; margin: 0 auto 40px auto; width: 155px; height: 155px; display: block; background: url("https://cdn.allwin.bid/air/resource/img/ico_error.png") center center no-repeat; } .error-template__txt2 { font-size: 16px; color: #111; margin: 20px 0 40px 0; } .error-template__bts a { width: 200px; margin: 0 5px; } .air-event { position: relative; width: 1080px; margin: 0 auto; } .air-event .evt__ment { text-align: center; } .air-event .evt__ment strong { font-size: 40px; color: #000; font-weight: 500; display: block; padding-top: 15px; background: url("https://cdn.allwin.bid/air/resource/img/ico_yellow-plane.svg") center top no-repeat; background-size: 23px 18px; } .air-event .evt__ment p { font-size: 14px; color: #000; } .air-event .evt__inner { position: relative; width: 1080px; margin: 70px auto 0 auto; } .air-event .evt__tabs { position: absolute; top: 40px; left: 0; z-index: 5; } .air-event .evt__tabs li { display: inline-block; margin-right: 20px; } .air-event .evt__tabs a { font-size: 14px; color: #c8c8c8; } .air-event .evt__tabs a.is-active { font-weight: bold; color: #000; display: block; border-bottom: 1px solid #000; } .air-event .evt__list { text-align: left; } .air-event .evt__list li { position: relative; padding: 60px 0 0 0; margin-bottom: 30px; } .air-event .evt__list .none-evt { padding: 80px 0 0 0; margin: 0; } .air-event .evt__list .none-evt__txts { position: absolute; top: 110px; left: 38px; } .air-event .evt__list .none-evt__txt1 { font-size: 36px; font-family: "Geogrotesque-Bold"; line-height: 100%; } .air-event .evt__list .none-evt__txt2 { font-size: 14px; font-weight: 500; margin-top: 5px; } .air-event .evt__list .ticker { display: block; position: relative; } .air-event .evt__list .ticker a { display: block; } .air-event .evt__list .ticker img { position: relative; } .air-event .evt__list .time { font-weight: normal; position: absolute; top: 50%; right: 0; line-height: 0.9; margin-top: -230px; font-family: "Geogrotesque-Bold"; font-size: 90px; color: #ebebeb; } .air-event .evt__list .txts { position: absolute; top: 50px; left: 38px; z-index: 1; } .air-event .evt__list .t1 { line-height: 120%; font-size: 30px; color: #fff; font-weight: bold; font-family: "Noto Sans"; margin-bottom: 10px; letter-spacing: -2px; } .air-event .evt__list .t2 { font-size: 14px; color: #fff; font-weight: 500; line-height: 130%; } .air-event .evt__list .go { position: absolute; bottom: 75px; left: 38px; border: 1px solid #fff; width: 130px; height: 40px; line-height: 40px; box-sizing: border-box; font-size: 14px; color: #fff; font-weight: 500; text-align: center; z-index: 1; } .air-event .evt__list .end { position: absolute; bottom: 75px; left: 38px; font-size: 14px; color: #fff; font-weight: 500; text-align: center; z-index: 1; } .air-event .evt__list .type { position: absolute; top: 50px; left: 780px; font-weight: normal; font-size: 24px; font-family: "Geogrotesque-Bold"; z-index: 1; } .air-event .evt__list .date { position: absolute; bottom: 70px; left: 780px; font-weight: bold; font-size: 14px; z-index: 1; } .air-event .evt__list .date em { font-weight: normal; font-family: "Geogrotesque-Bold"; font-size: 14px; } .air-event .evt__state-bar { position: absolute; top: 80px; left: 0; background: rgba(0, 0, 0, 0.2); width: 100%; text-align: center; padding: 20px 0; z-index: 1; } .air-event .evt__state-bar.fixed { position: fixed; } .air-event .evt__state-bar p { font-size: 18px; color: #fff; margin-bottom: 5px; } .air-event .evt__state-bar .bt-winner { font-size: 14px; color: #fff; font-weight: bold; border: 1px solid #fff; width: 115px; height: 37px; line-height: 37px; text-align: center; } .evt__state-bar { position: absolute; top: 141px; left: 0; background: rgba(0, 0, 0, 0.2); width: 100%; text-align: center; padding: 20px 0; z-index: 10; } .evt__state-bar.fixed { position: fixed; } .evt__state-bar p { font-size: 18px; color: #fff; margin-bottom: 5px; } .evt__state-bar .bt-winner { font-size: 14px; color: #fff; font-weight: bold; border: 1px solid #fff; width: 115px; height: 37px; line-height: 37px; text-align: center; } @media all and (-webkit-min-device-pixel-ratio: 1.5) , all and (-o-min-device-pixel-ratio: 3/2) , all and (min--moz-device-pixel-ratio: 1.5) , all and (min-device-pixel-ratio: 1.5) { .evt__list .time { margin-top: -223px; } } .policys { width: 1200px; padding: 0 10px; margin: 0 auto; box-sizing: border-box; color: #666; } .policys h2 { font-size: 28px; color: #111; font-weight: 500; display: block; margin-bottom: 20px; } .policys h3 { font-size: 14px; display: block; font-weight: 500; color: #000; } .policys .first { margin-bottom: 30px; line-height: 230%; } .policys .third { margin: 0 0 10px 10px; } .policys table th { background: #efefef; font-weight: normal; text-align: center; border: 1px solid #a4a4a4; } .policys table td { border: 1px solid #a4a4a4; padding: 5px 10px; } .landmoa { background: #f5f5f5; } .landmoa .land-visual { position: relative; height: 400px; background-size: cover !important; } .landmoa .land-visual .land-visual-inner { position: relative; z-index: 2; width: 1200px; height: 400px; margin: 0 auto; } .landmoa .land-visual .re-srch { width: 360px; height: 47px; position: absolute; top: 53px; left: 0; border-bottom: 3px solid #f9c028; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_srch.png") 10px center no-repeat; } .landmoa .land-visual .re-srch ::-webkit-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .landmoa .land-visual .re-srch ::-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .landmoa .land-visual .re-srch :-ms-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .landmoa .land-visual .re-srch :-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .landmoa .land-visual .re-srch input { margin: 0 0 0 40px; width: 327px; height: 47px; background: none; text-indent: 15px; color: #fff; } .landmoa .land-visual .area-infos { position: absolute; top: 150px; left: 0; right: 330px; } .landmoa .land-visual .area-infos .name { display: block; font-weight: 700; font-size: 64px; color: #fff; line-height: 100%; } .landmoa .land-visual .area-infos .land-nums { position: absolute; top: -30px; right: 0; } .landmoa .land-visual .area-infos .land-nums p { text-align: center; line-height: 100%; color: #fff; font-weight: 700; height: 16px; line-height: 16px; } .landmoa .land-visual .area-infos .land-nums p .flag { text-align: left; width: 34px; padding-left: 8px; height: 22px; line-height: 17px; font-size: 11px; font-family: "Geogrotesque-Bold"; display: inline-block; vertical-align: top; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_yellowflag-small.png") center center no-repeat; } .landmoa .land-visual .area-infos .land-nums p .area { font-weight: 700; color: #f9c028; } .landmoa .land-visual .area-infos .land-nums .num { line-height: 100%; font-size: 100px; display: block; font-family: "Geogrotesque-Bold"; } .landmoa .land-visual .area-infos .hashtag { display: block; margin-top: 20px; font-size: 0; } .landmoa .land-visual .area-infos .hashtag li { display: inline-block; margin-right: 10px; } .landmoa .land-visual .area-infos .hashtag li a { position: relative; display: block; height: 38px; line-height: 38px; border-radius: 38px; padding: 0 20px; text-align: center; font-size: 14px; color: #fff; border: 1px solid #fff; box-sizing: border-box; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .landmoa .land-visual .area-infos .hashtag li a:before { content: "#"; } .landmoa .land-visual .area-infos .hashtag li a:hover { background: #fff; color: #000; } .landmoa .land-visual .card { position: absolute; top: 40px; right: 0; width: 300px; background: #fff; overflow: hidden; border-radius: 3px; } .landmoa .land-visual .card a { display: block; } .landmoa .land-visual .card a:hover .thumb img { -webkit-transform: scale(1.08); transform: scale(1.08); } .landmoa .land-visual .card button { position: absolute; bottom: 15px; left: 25px; display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; } .landmoa .land-visual .card .thumb { display: block; height: 170px; overflow: hidden; } .landmoa .land-visual .card .thumb img { width: 300px; height: 170px; transition: transform 1.5s; -webkit-transition: transform 1.5s; } .landmoa .land-visual .card .infos { position: relative; height: 150px; box-sizing: border-box; padding: 20px 25px; } .landmoa .land-visual .card .infos .tit { display: block; font-weight: 700; font-size: 20px; } .landmoa .land-visual .card .infos .summery { display: block; margin-top: 5px; font-size: 12px; color: #aaa; line-height: 130%; } .landmoa .land-visual .card .infos .tel { position: absolute; bottom: 20px; left: 25px; font-size: 16px; font-family: "Geogrotesque-SemiBold"; } .landmoa .land-srching { background: #fff; } .landmoa .land-srching .land-srching-inner { position: relative; width: 1200px; min-height: 36px; margin: 0 auto; padding: 22px 0; } .landmoa .land-srching .my-keywords { position: relative; height: 36px; line-height: 36px; margin: 0 245px 0 0; } .landmoa .land-srching .my-keywords .tit { position: absolute; top: 0; left: 0; font-size: 18px; font-weight: 700; width: 104px; } .landmoa .land-srching .my-keywords .keywords { position: relative; width: 850px; margin: 0 0 0 104px; } .landmoa .land-srching .my-keywords .keywords .keyword-inner { font-size: 0; width: 790px; height: 36px; margin: 0 auto; text-align: center; overflow: hidden; } .landmoa .land-srching .my-keywords .keywords .keyword-inner ul { height: 36px; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .keyword-item { display: table; box-sizing: border-box; overflow: hidden; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .keyword-item a { position: relative; text-align: left; display: table-cell; font-size: 14px; vertical-align: middle; height: 36px; line-height: 130%; box-sizing: border-box; overflow: hidden; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .keyword-item a:before { content: "#"; font-size: 14px; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .keyword-item button { position: relative; top: 13px; display: inline-block; vertical-align: top; width: 12px; height: 12px; margin-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_del.png") center center no-repeat; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .awa-slide__prev, .landmoa .land-srching .my-keywords .keywords .keyword-inner .awa-slide__next { width: 30px; height: 36px; position: absolute; top: 0; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .awa-slide__prev { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_prev.png") center center no-repeat; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .awa-slide__next { right: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_next.png") center center no-repeat; } .landmoa .land-srching .toggle-bts { position: absolute; top: 22px; right: 0; font-size: 0; } .landmoa .land-srching .toggle-bts button { font-size: 14px; color: #000; font-weight: 700; width: 95px; height: 36px; line-height: 36px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; margin-left: 3px; border-radius: 1px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .landmoa .land-srching .toggle-bts button.is-active { background: #0e0843; border: 1px solid #0e0843; color: #fff; } .landmoa .land-srching-opts { position: absolute; top: 480px; left: 0; right: 0; bottom: 0; z-index: 11; border-top: 1px solid #cacaca; } .landmoa .land-srching-opts:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: rgba(0, 0, 0, 0.5); } .landmoa .land-srching-opts .land-check { position: relative; display: inline-block; height: 32px; } .landmoa .land-srching-opts .land-check input { opacity: 0; position: absolute; } .landmoa .land-srching-opts .land-check input+label { position: relative; color: #000; font-size: 14px; cursor: pointer; display: block; height: 32px; line-height: 31px; border-radius: 32px; box-sizing: border-box; border: 1px solid #fff; padding: 0 13px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; width: 165px; } .landmoa .land-srching-opts .land-check input:checked+label { color: #f9c028; border: 1px solid #f9c028; } .landmoa .land-srching-opts .check-clear { display: none; position: absolute; top: 0; right: -26px; width: 32px; height: 32px; font-size: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_del.png") center center no-repeat; vertical-align: top; } .landmoa .land-srching-opts .opt-stage { background: #fff; } .landmoa .land-srching-opts .inner { position: relative; width: 1200px; height: 389px; margin: 0 auto; font-size: 0; } .landmoa .land-srching-opts .cols { width: 976px; border-left: 1px solid #f5f5f5; box-sizing: border-box; } .landmoa .land-srching-opts .cols .col { width: 20%; min-width: auto; } .landmoa .land-srching-opts .col { position: relative; display: inline-block; vertical-align: top; box-sizing: border-box; min-width: 220px; height: 389px; border-right: 1px solid #f5f5f5; } .landmoa .land-srching-opts .col .tit { display: block; font-size: 16px; color: #111; font-weight: 700; padding: 30px; } .landmoa .land-srching-opts .col .in-scroll { height: 283px; } .landmoa .land-srching-opts .col .in-scroll ul { margin: 0 15px; } .landmoa .land-srching-opts .col .in-scroll li { margin: 7px 0; } .landmoa .land-srching-opts .col .parent { width: 100px; display: inline-block; vertical-align: top; } .landmoa .land-srching-opts .col .child { width: 215px; display: inline-block; vertical-align: top; } .landmoa .land-srching-opts .col .child ul { margin-left: 50px; } .landmoa .land-srching-opts .col.opt-util { position: absolute; top: 0; right: 0; } .landmoa .land-srching-opts .col.opt-util .opt-util-bt { position: absolute; bottom: 20px; left: 16px; right: 16px; } .landmoa .land-srching-opts .col.opt-util .close { position: absolute; top: 30px; right: 30px; width: 34px; height: 34px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_close.png") center center no-repeat; font-size: 0; } .landmoa .land-srching-opts .col.opt-util .reset { position: relative; width: 182px; height: 48px; line-height: 48px; text-align: center; font-size: 16px; } .landmoa .land-srching-opts .col.opt-util .reset:before { content: ""; position: relative; top: 15px; display: inline-block; vertical-align: top; width: 13px; height: 17px; margin-right: 5px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_reset.png") center center no-repeat; } .landmoa .land-srching-opts .col.opt-util .success { width: 182px; height: 48px; line-height: 48px; font-size: 16px; text-align: center; border-radius: 2px; background: #f9c028; color: #fff; font-weight: 700; } .landmoa .land-results { padding: 15px 0 145px 0; } .landmoa .land-results .land-results-inner { width: 1200px; margin: 0 auto; } .landmoa .land-results .land-result-num { text-align: right; } .landmoa .land-results .land-result-num strong { font-weight: 700; color: #f9c028; } .landmoa .land-results .no-land { text-align: center; font-size: 18px; color: #111; margin: 120px 0 0 0; } .landmoa .land-results .tits { margin-bottom: 5px; } .landmoa .land-results .tits strong { display: inline-block; color: #111; font-size: 30px; font-family: "Geogrotesque-Bold"; margin-right: 20px; line-height: 100%; } .landmoa .land-results .tits em { display: inline-block; color: #aaa; } .landmoa .land-results .tits button { width: 19px; height: 19px; line-height: 19px; border-radius: 19px; text-align: center; border: 1px solid #e4e2e2; font-family: "Geogrotesque-Bold"; font-size: 11px; color: #aaa; background: #fff; display: inline-block; vertical-align: bottom; margin: 0 0 0 5px; } .landmoa .bt-pick { position: absolute; right: -10px; width: 59px; height: 54px; z-index: 6; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_pick-gray.png") center center no-repeat; } .landmoa .bt-pick em { display: inline-block; vertical-align: top; height: 54px; line-height: 35px; text-align: center; font-size: 14px; font-family: "Geogrotesque-Bold"; color: #fff; } .landmoa .bt-pick.is-picked { width: 99px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_pick-yellow.png") center center no-repeat; } .landmoa .land-pick { margin-top: 40px; } .landmoa .land-pick-items { position: relative; } .landmoa .land-pick-items>ul { font-size: 0; width: 1230px; margin-left: -15px; } .landmoa .land-pick-items.fake:hover .pick-choice.wide { opacity: 1; } .landmoa .land-pick-items .land-item { position: relative; display: inline-block; vertical-align: top; width: 380px; margin: 10px 15px 0 15px; box-sizing: border-box; } .landmoa .land-pick-items .land-item:hover .thumb img { -webkit-transform: scale(1.08); transform: scale(1.08); } .landmoa .land-pick-items .land-item:hover .item-inner .hashtag { top: 0; } .landmoa .land-pick-items .land-item.is-actived:before { content: ""; position: absolute; top: 0; left: -2px; z-index: 5; width: 384px; height: 490px; box-sizing: border-box; border: 2px solid #f9c028; border-radius: 3px; } .landmoa .land-pick-items .land-item.is-actived .item-inner .infos { border-bottom: 1px solid #ececec; } .landmoa .land-pick-items .land-item .bt-pick { top: 204px; } .landmoa .land-pick-items .land-item .item-inner { position: relative; overflow: hidden; border-radius: 3px; box-sizing: border-box; } .landmoa .land-pick-items .land-item .item-inner .new { position: absolute; top: 0; left: 0; z-index: 10; width: 56px; height: 56px; font-size: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_new.png") right center no-repeat; } .landmoa .land-pick-items .land-item .item-inner .thumb { position: relative; display: block; height: 214px; overflow: hidden; } .landmoa .land-pick-items .land-item .item-inner .thumb img { -moz-transition: transform 1.5s; -o-transition: transform 1.5s; -webkit-transition: transform 1.5s; transition: transform 1.5s; } .landmoa .land-pick-items .land-item .item-inner .infos { position: relative; z-index: 5; padding: 25px 20px; height: 274px; background: #fff; border-left: 1px solid #ececec; border-right: 1px solid #ececec; border-bottom: 2px solid #ececec; box-sizing: border-box; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .tit { color: #111; display: block; font-size: 26px; font-weight: 700; line-height: 100%; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .summery { font-size: 14px; color: #000; display: block; line-height: 130%; margin-top: 10px; height: 36px; word-break: keep-all; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .link { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 2px; font-weight: 700; font-size: 14px; box-sizing: border-box; margin-right: 6px; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .bts { margin-top: 10px; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .bts a { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 2px; font-weight: 700; font-size: 14px; box-sizing: border-box; margin-right: 6px; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .bts .bt2 { border: 1px solid #0e0843; background: #0e0843; color: #fff; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 { position: absolute; bottom: 25px; left: 20px; right: 20px; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 .name { font-size: 14px; display: block; color: #aaa; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 .addr { width: 220px; height: 35px; font-size: 12px; display: table-cell; color: #aaa; vertical-align: bottom; line-height: 130%; word-break: keep-all; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 .tel { position: absolute; right: 0; bottom: 0px; font-family: "Geogrotesque-Bold"; font-size: 14px; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 .bt { position: absolute; bottom: 0px; right: 0; display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; } .landmoa .land-pick-items .land-item .item-inner .hashtag { position: absolute; top: 214px; left: 0; right: 0; height: 214px; background: rgba(249, 192, 40, 0.9); text-align: center; z-index: 4; -moz-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -o-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); /* easeOutCirc */ } .landmoa .land-pick-items .land-item .item-inner .hashtag .hashtag-inner { width: 385px; height: 214px; margin: 0 auto; overflow: hidden; display: table-cell; vertical-align: middle; text-align: center; } .landmoa .land-pick-items .land-item .item-inner .hashtag ul { width: 295px; display: inline-block; text-align: center; max-height: 60px; overflow: hidden; } .landmoa .land-pick-items .land-item .item-inner .hashtag li { display: inline-block; margin: 0 3px; } .landmoa .land-pick-items .land-item .item-inner .hashtag li a { position: relative; display: block; text-align: center; font-size: 14px; color: #000; } .landmoa .land-pick-items .land-item .item-inner .hashtag li a:before { content: "#"; } .landmoa .land-pick-items .land-item .item-inner .hashtag li a:hover { text-decoration: underline; } .landmoa .land-pick-items .pick-choice { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(249, 192, 40, 0.9); z-index: 5; border-radius: 3px; overflow: hidden; } .landmoa .land-pick-items .pick-choice.wide { top: 10px; text-align: center; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; opacity: 0; } .landmoa .land-pick-items .pick-choice.wide .t1 { margin: 80px 0 0 0; } .landmoa .land-pick-items .pick-choice.wide .t2 strong { display: inline-block; margin-left: 5px; } .landmoa .land-pick-items .pick-choice.wide .contact-us { bottom: 55px; left: 0; right: 0; } .landmoa .land-pick-items .pick-choice.wide .contact-us .tit:before { margin: 0 auto; } .landmoa .land-pick-items .pick-choice .t1 { margin: 50px 0 0 40px; font-size: 18px; font-weight: 700; color: #fff; display: inline-block; border-bottom: 1px solid #fff; } .landmoa .land-pick-items .pick-choice .t2 { margin: 10px 0 0 40px; font-size: 46px; color: #fff; font-weight: 300; line-height: 120%; } .landmoa .land-pick-items .pick-choice .t2 strong { display: block; font-size: 46px; font-weight: 700; color: #fff; } .landmoa .land-pick-items .pick-choice .contact-us { position: absolute; bottom: 25px; left: 40px; text-align: left; } .landmoa .land-pick-items .pick-choice .contact-us .tit { font-size: 18px; color: #fff; font-weight: 700; display: inline-block; } .landmoa .land-pick-items .pick-choice .contact-us .tit:before { content: ""; display: block; width: 21px; height: 18px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_white-flag.png") center center no-repeat; } .landmoa .land-pick-items .pick-choice .contact-us .tel { margin-top: 5px; font-family: "Geogrotesque-Bold"; font-size: 36px; color: #000; display: block; line-height: 100%; } .landmoa .land-pick-items .pick-choice .contact-us .time { font-weight: 700; color: #000; font-size: 14px; } .landmoa .land-pick-items .pick-choice button { position: absolute; bottom: 60px; left: 50%; width: 202px; height: 56px; margin-left: -101px; line-height: 53px; border-radius: 3px; box-sizing: border-box; border: 2px solid #fff; font-weight: 700; color: #fff; font-size: 16px; text-align: center; } .landmoa .land-partner { margin-top: 70px; } .landmoa .land-partner-items>ul { font-size: 0; width: 1230px; margin-left: -15px; } .landmoa .land-partner-items .land-item { position: relative; display: inline-block; vertical-align: top; width: 380px; margin: 10px 15px 0 15px; box-sizing: border-box; } .landmoa .land-partner-items .land-item.is-actived:before { content: ""; position: absolute; top: -2px; left: -2px; z-index: 5; width: 384px; height: 238px; box-sizing: border-box; border: 2px solid #f9c028; border-radius: 3px; } .landmoa .land-partner-items .land-item.is-actived .item-inner .infos { border-bottom: 1px solid #ececec; } .landmoa .land-partner-items .land-item .bt-pick { top: 0; } .landmoa .land-partner-items .land-item .item-inner { overflow: hidden; border-radius: 3px; box-sizing: border-box; height: 236px; position: relative; } .landmoa .land-partner-items .land-item .item-inner:hover .hashtag { bottom: 0; z-index: 6; } .landmoa .land-partner-items .land-item .item-inner .infos { position: relative; z-index: 5; background: #fff; border: 1px solid #ececec; border-bottom: 2px solid #ececec; box-sizing: border-box; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 { border-bottom: 1px solid #f6f6f6; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 a { display: block; padding: 35px 30px; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 .tit { color: #111; display: block; font-size: 20px; font-weight: 700; line-height: 100%; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 .summery { font-size: 14px; color: #aaa; display: block; line-height: 130%; margin-top: 10px; height: 36px; word-break: keep-all; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 .link { display: block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 1px; font-weight: 700; font-size: 14px; } .landmoa .land-partner-items .land-item .item-inner .infos .info2 { position: relative; overflow: hidden; padding: 20px 30px; } .landmoa .land-partner-items .land-item .item-inner .infos .info2 .name { display: block; font-size: 14px; color: #aaa; } .landmoa .land-partner-items .land-item .item-inner .infos .info2 .addr { width: 220px; height: 35px; font-size: 12px; display: table-cell; color: #aaa; vertical-align: bottom; line-height: 130%; word-break: keep-all; } .landmoa .land-partner-items .land-item .item-inner .infos .info2 .tel { position: absolute; right: 30px; bottom: 20px; font-family: "Geogrotesque-Bold"; font-size: 14px; } .landmoa .land-partner-items .land-item .item-inner .hashtag { position: absolute; bottom: -102px; left: 0; right: 0; height: 102px; background: rgba(249, 192, 40, 0.9); text-align: center; z-index: 5; -moz-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -o-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); /* easeOutCirc */ } .landmoa .land-partner-items .land-item .item-inner .hashtag .hashtag-inner { width: 295px; height: 102px; margin: 0 auto; display: table; } .landmoa .land-partner-items .land-item .item-inner .hashtag ul { display: table-cell; vertical-align: middle; } .landmoa .land-partner-items .land-item .item-inner .hashtag li { display: inline-block; margin: 0 3px; } .landmoa .land-partner-items .land-item .item-inner .hashtag li a { position: relative; display: block; text-align: center; font-size: 14px; color: #000; } .landmoa .land-partner-items .land-item .item-inner .hashtag li a:before { content: "#"; } .landmoa .land-partner-items .land-item .item-inner .hashtag li a:hover { text-decoration: underline; } .landmoa .land-partner-items .land-item .bt { position: absolute; bottom: 0px; right: 0px; display: inline-block; width: 145px; height: 100px; color: #fff; z-index: 5; } .landmoa .land-partner-items .land-item .bt:before { content: "연락처 확인"; display: block; margin: 40px auto 0 auto; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; color: #fff; background: #0e0843; color: #fff; } .landmoa .land-more { margin-top: 70px; } .landmoa .land-more-items>ul { font-size: 0; width: 1230px; margin-left: -15px; } .landmoa .land-more-items .land-item { position: relative; display: inline-block; vertical-align: top; width: 380px; margin: 10px 15px 0 15px; box-sizing: border-box; } .landmoa .land-more-items .land-item:hover .item-inner .hashtag { bottom: 0; } .landmoa .land-more-items .land-item.is-actived:before { content: ""; position: absolute; top: -2px; left: -2px; z-index: 5; width: 384px; height: 132px; box-sizing: border-box; border: 2px solid #f9c028; border-radius: 3px; } .landmoa .land-more-items .land-item.is-actived .item-inner .infos { border-bottom: 1px solid #ececec; } .landmoa .land-more-items .land-item .bt-pick { top: 0; } .landmoa .land-more-items .land-item .item-inner { overflow: hidden; border-radius: 3px; box-sizing: border-box; height: 129px; position: relative; } .landmoa .land-more-items .land-item .item-inner .infos { position: relative; background: #fff; border: 1px solid #ececec; border-bottom: 2px solid #ececec; box-sizing: border-box; } .landmoa .land-more-items .land-item .item-inner .infos .info1 a { display: block; padding: 30px; } .landmoa .land-more-items .land-item .item-inner .infos .info1 .tit { color: #111; display: block; font-size: 20px; font-weight: 700; line-height: 100%; } .landmoa .land-more-items .land-item .item-inner .infos .info1 .summery { font-size: 14px; color: #aaa; display: block; line-height: 130%; margin-top: 10px; height: 36px; word-break: keep-all; } .landmoa .land-more-items .land-item .item-inner .infos .info1 .link { display: block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 1px; font-weight: 700; font-size: 14px; } .landmoa .land-more-items .land-item .item-inner .hashtag { position: absolute; bottom: -129px; left: 0; right: 0; height: 129px; background: rgba(249, 192, 40, 0.9); text-align: center; -moz-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -o-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); /* easeOutCirc */ } .landmoa .land-more-items .land-item .item-inner .hashtag .hashtag-inner { width: 295px; height: 129px; margin: 0 auto; display: table; } .landmoa .land-more-items .land-item .item-inner .hashtag ul { display: table-cell; vertical-align: middle; } .landmoa .land-more-items .land-item .item-inner .hashtag li { display: inline-block; margin: 0 3px; } .landmoa .land-more-items .land-item .item-inner .hashtag li a { position: relative; display: block; text-align: center; font-size: 14px; color: #000; } .landmoa .land-more-items .land-item .item-inner .hashtag li a:before { content: "#"; } .landmoa .land-more-items .land-item .item-inner .hashtag li a:hover { text-decoration: underline; } .landmoa .land-recommend { background-size: cover !important; } .landmoa .land-recommend .land-recommend-inner { position: relative; width: 1200px; height: 405px; margin: 0 auto; } .landmoa .land-recommend .txt1 { position: absolute; top: 65px; left: 0; font-weight: 700; font-size: 16px; color: #fff; } .landmoa .land-recommend .txt1 span { font-family: "Geogrotesque-Bold"; font-size: 18px; color: #fff; } .landmoa .land-recommend .txt1 strong { font-weight: 700; font-size: 60px; color: #fff; display: block; line-height: 140%; } .landmoa .land-recommend .txt2 { position: absolute; bottom: 60px; left: 0; font-weight: 700; font-size: 14px; color: #fff; } .landmoa .land-recommend .txt2 em { display: block; margin-bottom: 3px; width: 78px; height: 25px; font-size: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/img_allwinpick.png") center center no-repeat; } .landmoa .land-recommend .txt3 { position: absolute; bottom: 60px; right: 0; font-weight: 700; font-size: 16px; color: #fff; } .landmoa .land-recommend .txt3:before { content: ""; width: 26px; height: 23px; display: block; margin-bottom: 5px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_srch.png") center center no-repeat; } .landmoa .land-recommend .txt3 button { margin-top: 20px; display: block; width: 101px; height: 42px; line-height: 42px; text-align: center; color: #fff; background: #f9c028; font-weight: 700; font-size: 14px; border-radius: 2px; } .landmoa .land-recommend .txt4 { position: absolute; bottom: 60px; right: 270px; font-weight: 700; font-size: 16px; color: #fff; } .landmoa .land-recommend .txt4:before { content: ""; width: 26px; height: 23px; display: block; margin-bottom: 5px; } .landmoa .land-recommend .txt4 button { margin-top: 20px; display: block; width: 101px; height: 42px; line-height: 42px; text-align: center; color: #fff; background: #f9c028; font-weight: 700; font-size: 14px; border-radius: 2px; } .landmoa .land-area-choice { background: #fff; min-height: 77px; } .landmoa .land-area-choice .in { position: relative; width: 1200px; margin: 0 auto; overflow: hidden; } .landmoa .land-area-choice .tit { font-size: 18px; font-weight: bold; position: absolute; top: 20px; left: 0; height: 38px; line-height: 38px; } .landmoa .land-area-choice .area-checks { margin: 15px 0 15px 138px; } .landmoa .land-area-choice .area-checks li { display: inline-block; vertical-align: top; margin: 5px; } .landmoa .land-area-choice .check { display: inline-block; vertical-align: top; width: 100px; height: 38px; } .landmoa .land-area-choice .check input { position: absolute; top: 0; left: 0; } .landmoa .land-area-choice .check input+label { display: block; width: 100px; height: 38px; line-height: 38px; box-sizing: border-box; border: 1px solid #e7e7e7; font-size: 14px; color: #aaa; text-align: center; border-radius: 3px; cursor: pointer; } .landmoa .land-area-choice .check input:checked+label { background: #000; color: #fff; border: 1px solid #000; } .landmoa .land-area-choice .check input:checked:hover+label { background: #000; color: #fff; border: 1px solid #000; } .landmoa .land-area-choice .check input:hover+label { color: #000; } .landmoa .land-messenger-visual .visual { height: 400px; font-size: 0; } .landmoa .land-messenger-visual .contact { background: #142435; } .landmoa .land-messenger-visual .contact .contact-inner { position: relative; width: 1200px; height: 42px; line-height: 42px; padding: 18px 0; margin: 0 auto; text-align: center; } .landmoa .land-messenger-visual .contact .contact-inner li { display: inline-block; color: #fff; font-weight: 700; font-size: 18px; margin: 0 10px; } .landmoa .land-messenger-visual .contact .contact-inner li:first-child { color: #f9c028; } .landmoa .land-messenger-visual .contact .contact-inner li em { font-family: "Geogrotesque-SemiBold"; } .landmoa .land-messenger-visual .contact button { width: 101px; height: 42px; line-height: 42px; background: #f9c028; color: #fff; text-align: center; border-radius: 2px; position: absolute; top: 18px; right: 0; font-size: 14px; font-weight: 700; } .landmoa .land-messenger-list { padding: 30px 0 145px 0; } .landmoa .land-messenger-list .land-messenger-list-inner { width: 1200px; margin: 0 auto; } .landmoa .land-messenger-list .land-messenger-list-inner .land-pick-items .land-item { margin-top: 30px; } .landmoa .land-detail { font-size: 0; background: #fff; text-align: center; } .landmoa .land-detail .land-detail-img { position: relative; } .landmoa .land-detail .land-detail-img img { position: relative; z-index: 1; } .landmoa .land-detail .land-detail-img:first-child { height: 640px; } .landmoa .land-detail .land-detail-img:first-child:after { content: ""; width: 100%; height: 1px; background: #dfdfdf; position: absolute; bottom: 160px; left: 0; right: 0; z-index: 0; } .landmoa .land-want { z-index: 50; position: fixed; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); } .landmoa .land-want a { display: block; height: 50px; line-height: 50px; color: #f9c028; text-align: center; font-size: 14px; } .landmoa .land-want a em { border-bottom: 1px solid #f9c028; } .landmoa .land-want button { position: absolute; top: 17px; right: 20px; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_close2.png") center center no-repeat; background-size: 16px 16px; } .landmoa .land-details-home { display: inline-block; width: 40px; height: 40px; background: url("https://cdn.allwin.bid/air/resource/img/land/land-home.jpg") center center no-repeat; } .landmoa .land-details-mail { display: inline-block; width: 147px; height: 40px; background: url("https://cdn.allwin.bid/air/resource/img/land/land-contact.jpg") center center no-repeat; } .landmoa .detail-visual { position: absolute; top: 0; right: 0; left: 0; height: 380px; text-align: center; overflow: hidden; } .landmoa .detail-visual .detail-visual-trans { position: absolute; top: 0; right: 0; left: 0; height: 380px; z-index: 1; -ms-animation: zoomin 15s ease-in; -webkit-animation: zoomin 15s ease-in; animation: zoomin 15s ease-in; -ms-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .landmoa .detail-visual .txts { position: relative; z-index: 2; padding-top: 85px; } .landmoa .detail-visual .txt1 { font-size: 22px; color: #fff; font-weight: 300; line-height: 100%; opacity: 0; -ms-animation: txt 0.6s ease-in-out; -webkit-animation: txt 0.6s ease-in-out; animation: txt 0.6s ease-in-out; -ms-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -ms-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .landmoa .detail-visual .txt2 { font-size: 42px; color: #fff; font-weight: 300; letter-spacing: -1.5px; opacity: 0; -ms-animation: txt 0.6s ease-in-out; -webkit-animation: txt 0.6s ease-in-out; animation: txt 0.6s ease-in-out; -ms-animation-delay: 0.7s; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; -ms-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .landmoa .detail-visual .txt2 span, .landmoa .detail-visual .txt2 strong { font-weight: 700; } .landmoa .detail-layout { position: relative; z-index: 2; width: 1440px; background: #ededed; margin: -117px auto 70px auto; -webkit-box-shadow: 30px 30px 45px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 30px 30px 45px 0px rgba(0, 0, 0, 0.1); box-shadow: 30px 30px 45px 0px rgba(0, 0, 0, 0.1); } .landmoa .detail-infos { position: relative; padding: 117px 0 0 120px; margin-right: 360px; background: #fff; } .landmoa .detail-header { position: absolute; top: 0; left: 0; width: 100%; height: 117px; background: #fff; text-align: left; } .landmoa .detail-header .logo { display: inline-block; width: 435px; height: 117px; background-position: 118px center; background-repeat: no-repeat; } .landmoa .detail-header .menus { font-size: 0; position: absolute; bottom: 37px; right: 35px; } .landmoa .detail-header .menus li { display: inline-block; padding: 0 25px; } .landmoa .detail-header .menus a { display: inline-block; font-size: 18px; font-weight: 700; border-bottom: 2px solid #fff; line-height: 130%; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .landmoa .detail-rows { font-size: 0; text-align: left; } .landmoa .detail-rows .tits { position: relative; padding-bottom: 20px; text-align: left; } .landmoa .detail-rows .tits h3 { font-size: 30px; font-weight: 300; line-height: 100%; letter-spacing: -2px; } .landmoa .detail-rows .tits h3 strong { font-weight: 700; } .landmoa .detail-rows .tits h3 strong.eng { font-weight: normal; font-family: "Geogrotesque-Bold"; } .landmoa .detail-rows .tits span { font-family: "Geogrotesque-Medium"; font-size: 15px; color: #999; position: absolute; bottom: 20px; right: 20px; line-height: 100%; } .landmoa .detail-rows .info-row { margin-top: 90px; } .landmoa .detail-rows .info-row:first-child { margin-top: 45px; } .landmoa .detail-rows .representative-items { position: relative; font-size: 0; height: 188px; } .landmoa .detail-rows .representative-items:after { content: ""; position: absolute; bottom: -71px; left: 0; right: 0; z-index: 1; height: 84px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_shadow.png") center top no-repeat; } .landmoa .detail-rows .representative-items .awa-slide__viewport { z-index: 2; } .landmoa .detail-rows .representative-items .representative-item { display: inline-block; position: relative; z-index: 2; } .landmoa .detail-rows .representative-items .awa-slide__controls-direction .awa-slide__prev, .landmoa .detail-rows .representative-items .awa-slide__controls-direction .awa-slide__next { position: absolute; top: 43px; width: 61px; height: 88px; z-index: 3; } .landmoa .detail-rows .representative-items .awa-slide__controls-direction .awa-slide__prev { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_prev3.png") center center no-repeat; } .landmoa .detail-rows .representative-items .awa-slide__controls-direction .awa-slide__next { right: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_next3.png") center center no-repeat; } .landmoa .detail-rows .representative-items .awa-slide__pager { display: none; } .landmoa .detail-rows .representative-products { position: relative; } .landmoa .detail-rows .representative-products:after { content: ""; position: absolute; bottom: -84px; left: 0; right: 0; height: 84px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_shadow.png") center top no-repeat; } .landmoa .detail-rows .representative-products .awa-slide__controls-direction { display: none; } .landmoa .detail-rows .representative-products .awa-slide__pager { position: absolute; top: 30px; left: 27px; } .landmoa .detail-rows .representative-products .awa-slide__pager .awa-slide__pager-item { display: inline-block; width: 47px; text-align: center; } .landmoa .detail-rows .representative-products .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link { display: block; font-size: 26px; color: rgba(255, 255, 255, 0.5); font-family: "Geogrotesque-Medium"; border-bottom: 3px solid rgba(255, 255, 255, 0.5); -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .landmoa .detail-rows .representative-products .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link.awa-slide_pager-link--active { color: #ec1b22; border-bottom: 3px solid #ec1b22; } .landmoa .detail-side { position: absolute; top: 0; right: 0; bottom: 0; width: 360px; font-size: 0; text-align: left; } .landmoa .detail-side .btn { position: absolute; top: 47px; left: 25px; font-size: 0; } .landmoa .detail-side .btn a { margin-right: 5px; } .landmoa .detail-side .land-landmark { background: #ededed; height: 452px; overflow: hidden; -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } .landmoa .detail-side .land-custom { background: #ededed; -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } .land-detail-mail { width: 1200px; position: fixed; bottom: 0; left: 50%; margin-left: -600px; text-align: right; z-index: 10; font-size: 0; } .land-detail-mail.absolute { position: absolute; bottom: auto; top: -60px; } .land-detail-mail a { display: inline-block; vertical-align: top; background: #f9c028 url("https://cdn.allwin.bid/air/resource/img/land/ico_homepage.png") center center no-repeat; width: 70px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: 700; font-size: 0; } .land-detail-mail a:before { content: ""; position: relative; top: 24px; margin-right: 7px; display: inline-block; vertical-align: top; width: 16px; height: 16px; } .land-detail-mail button { background: #050810; width: 260px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: 700; } .land-detail-mail button:before { content: ""; position: relative; top: 24px; margin-right: 7px; display: inline-block; vertical-align: top; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_whelk.png") center center no-repeat; } .land-guide-visual { display: table; text-align: center; width: 100%; height: 405px; background: url("https://cdn.allwin.bid/air/resource/img/land/img_guide-visual.jpg") center center no-repeat; background-size: cover; overflow: hidden; } .land-guide-visual .in { display: table-cell; vertical-align: middle; height: 405px; } .land-guide-visual strong { font-size: 60px; color: #fff; font-weight: 700; } .land-guide-visual p { margin-top: 20px; font-size: 20px; color: #fff; font-weight: 700; } .land-guide-detail { position: relative; padding-top: 72px; } .land-guide-detail .land-guide-tabs { position: absolute; top: 0; left: 0; right: 0; background: #fff; z-index: 10; text-align: center; } .land-guide-detail .land-guide-tabs.fixed { position: fixed; } .land-guide-detail .land-guide-tabs .depth1 { border-bottom: 1px solid #e7e7e7; } .land-guide-detail .land-guide-tabs .depth1 li { display: inline-block; } .land-guide-detail .land-guide-tabs .depth1 li.active a { color: #f9c028; } .land-guide-detail .land-guide-tabs .depth1 li.active span:before { width: 100%; opacity: 1; margin-left: 0; left: 0; } .land-guide-detail .land-guide-tabs .depth1 li:hover a { color: #f9c028; } .land-guide-detail .land-guide-tabs .depth1 li:hover span:before { width: 100%; opacity: 1; margin-left: 0; left: 0; } .land-guide-detail .land-guide-tabs .depth1 a { color: #000; display: block; text-align: center; padding: 25px 50px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .land-guide-detail .land-guide-tabs .depth1 span { position: relative; display: inline-block; font-size: 14px; font-weight: 700; } .land-guide-detail .land-guide-tabs .depth1 span:before { content: ""; position: absolute; bottom: 0; left: 50%; width: 2px; height: 2px; background: #f9c028; margin-left: -1px; opacity: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .land-guide-detail .land-guide-sections .land-guide-section { text-align: center; font-size: 0; } .land-guide-detail .land-guide-sections .land-guide-section .row { background: #f9f9f9; overflow: hidden; } .land-guide-detail .land-guide-sections .land-guide-section .row.white { background: #fff; } .land-guide-detail .land-guide-sections .land-guide-section .row .col { display: inline-block; width: 600px; } .land-guide-detail .land-guide-sections .land-guide-section .txts1 { margin-top: 110px; } .land-guide-detail .land-guide-sections .land-guide-section .txts1 strong { font-size: 40px; font-family: "Geogrotesque-Bold"; line-height: 100%; } .land-guide-detail .land-guide-sections .land-guide-section .txts1 p { margin-top: 30px; font-size: 16px; font-weight: 500; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 { margin-top: 130px; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 span { font-weight: 500; font-size: 18px; color: #111; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 span.en { font-family: "Geogrotesque-Medium"; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 strong { display: block; font-size: 32px; color: #111; font-weight: 700; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 p { margin-top: 20px; font-size: 14px; color: #111; font-weight: 500; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 { margin-top: 110px; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 strong { position: relative; font-size: 36px; line-height: 100%; font-weight: 400; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 strong em { font-weight: 700; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 strong:after { content: ""; position: absolute; top: -30px; right: -80px; width: 141px; height: 50px; background: url("https://cdn.allwin.bid/air/resource/img/land/img_guide-plane.jpg") center center no-repeat; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 p { margin-top: 30px; font-size: 16px; font-weight: 500; } .land-guide-detail .land-guide-sections .land-guide-section .txts4 strong { position: relative; font-size: 36px; line-height: 100%; font-weight: 400; display: block; margin-bottom: 50px; } .land-guide-detail .land-guide-sections .land-guide-section .txts4 strong em { position: relative; font-weight: 700; } .land-guide-detail .land-guide-sections .land-guide-section .txts4 strong em.deco:before { content: ""; position: absolute; top: -65px; left: -75px; width: 167px; height: 163px; background: url("https://cdn.allwin.bid/air/resource/img/land/img_guide-deco.png") center center no-repeat; } .land-guide-detail .land-guide-sections .land-guide-section .txts4 p { margin-top: 30px; font-size: 16px; font-weight: 500; } .land-guide-detail .land-guide-sections .land-guide-section.intro .row { height: 760px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .row { height: 1450px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .row .col.long { width: 1200px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .row .col.long .txts2 { margin-top: 50px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .txts2 { margin-top: 80px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .premium-item { width: 1200px; margin: 0 auto; } .land-guide-detail .land-guide-sections .land-guide-section.step .row { padding: 110px 0; } .land-guide-bts { position: fixed; top: 50%; right: 0; z-index: 10; margin-top: -82px; } .land-guide-bts a, .land-guide-bts button { display: block; width: 177px; height: 48px; line-height: 48px; text-align: center; color: #fff; font-size: 12px; font-weight: 700; } .land-guide-bts a.yellow, .land-guide-bts button.yellow { background: #f9c028; } .land-guide-bts a.navy, .land-guide-bts button.navy { background: #292b4b; } .land-guide-bts a.black, .land-guide-bts button.black { margin-top: 20px; background: #000; } .about .about-inner { width: 1200px; margin: 0 auto; text-align: center; } .about .about-h3 { font-size: 32px; font-weight: 700; color: #111; } .about .about-txt { font-weight: 300; color: #aaa; margin-top: 10px; } .about .about-visual { height: 560px; text-align: center; overflow: hidden; background: url("https://cdn.allwin.bid/air/resource/img/about/img_about-visual.jpg") center center no-repeat; background-size: cover !important; } .about .about-visual .av-logo { display: block; margin-top: 65px; } .about .about-visual .av-txts { font-size: 14px; color: #fff; margin: 30px 0 0 0; } .about .about-visual .av-bts { font-size: 0; margin-top: 40px; } .about .about-visual .av-bts.fixed { position: fixed; top: 50%; right: 0; margin-top: -48px; z-index: 10; } .about .about-visual .av-bts.fixed a { border-radius: 0; display: block; width: 106px; height: 48px; line-height: 48px; font-size: 12px; margin: 0; } .about .about-visual .av-bts.fixed a:last-child { background: #f9c028; } .about .about-visual .av-bts.fixed a:last-child { background: #292b4b; } .about .about-visual .av-bts a { width: 180px; height: 54px; line-height: 54px; text-align: center; border-radius: 3px; margin: 0 7px; background: #f9c028; display: inline-block; color: #fff; font-size: 16px; font-weight: 700; } .about .about-visual .av-numbers { margin: 125px 0 0 0; } .about .about-visual .av-numbers dl { position: relative; display: inline-block; padding: 0 65px; text-align: left; } .about .about-visual .av-numbers dl:after { content: ""; width: 1px; height: 60px; background: rgba(255, 255, 255, 0.25); position: absolute; top: 50%; right: 0; margin-top: -30px; } .about .about-visual .av-numbers dl:last-child:after { display: none; } .about .about-visual .av-numbers dt { font-size: 13px; color: #fff; font-weight: 500; } .about .about-visual .av-numbers dd { font-size: 32px; font-family: "Geogrotesque-SemiBold"; color: #fff; } .about .about-visual .av-numbers dd:after { font-family: "Noto Sans"; font-size: 13px; font-weight: 500; display: inline-block; vertical-align: top; margin-left: 5px; position: Relative; top: 14px; } .about .about-visual .av-numbers dd.money:after { content: "원"; } .about .about-visual .av-numbers dd.seat:after { content: "석"; } .about .about-detail { position: relative; padding-top: 72px; } .about .about-detail .about-tabs { position: absolute; top: 0; left: 0; right: 0; background: #fff; z-index: 10; text-align: center; } .about .about-detail .about-tabs.fixed { position: fixed; } .about .about-detail .about-tabs .depth1 { border-bottom: 1px solid #e7e7e7; } .about .about-detail .about-tabs .depth1 li { display: inline-block; } .about .about-detail .about-tabs .depth1 li.active a { color: #f9c028; } .about .about-detail .about-tabs .depth1 li.active a span:before { width: 100%; opacity: 1; margin-left: 0; left: 0; } .about .about-detail .about-tabs .depth1 li.active a em { display: inline-block; font-family: "Geogrotesque-SemiBold"; } .about .about-detail .about-tabs .depth1 li:hover a { color: #f9c028; } .about .about-detail .about-tabs .depth1 li:hover a span:before { width: 100%; opacity: 1; margin-left: 0; left: 0; } .about .about-detail .about-tabs .depth1 a { display: block; text-align: center; font-weight: 500; padding: 25px 50px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .about .about-detail .about-tabs .depth1 a span { position: relative; display: inline-block; font-size: 18px; font-family: "Geogrotesque-SemiBold"; } .about .about-detail .about-tabs .depth1 a span:before { content: ""; position: absolute; bottom: 0; left: 50%; width: 2px; height: 2px; background: #f9c028; margin-left: -1px; opacity: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .about .about-detail .about-tabs .depth1 a em { display: none; font-size: 18px; } .about .about-detail .about-tabs .depth2 li { height: 54px; line-height: 54px; text-align: center; background: #f4f4f4; border-bottom: 1px solid #e7e7e7; font-weight: 300; color: #111; font-size: 14px; display: none; } .about .about-detail .about-tabs .depth2 strong { color: #111; font-size: 16px; font-family: "Geogrotesque-SemiBold"; } .about .about-detail .about-section { padding-top: 75px; display: none; } .about .about-detail .about-section.bsp, .about .about-detail .about-section.airline { padding-bottom: 125px; } .about .about-detail .about-section.atr { display: block; } .about .about-detail .about-section.atr>.inner { padding-bottom: 150px; } .about .about-detail .about-section.atr .diagram { margin-top: 130px; } .about .about-detail .about-section.landplus { padding-bottom: 75px; } .about .about-detail .about-section .inner { width: 1200px; margin: 0 auto; text-align: center; } .about .about-detail .about-section .ft1 { font-size: 32px; font-weight: 700; color: #111; line-height: 120%; } .about .about-detail .about-section .ft1 em { font-weight: 700; } .about .about-detail .about-section .ft2 { color: #111; font-weight: 300; margin-top: 30px; } .about .about-detail .about-section .ft3 { font-weight: 300; font-size: 28px; color: #111; line-height: 120%; } .about .about-detail .about-section .ft3 img { margin-top: 15px; } .about .about-detail .about-section .diagram { position: relative; margin: 50px 0 0 0; display: inline-block; } .about .about-detail .about-section .diagram .t1 { position: absolute; top: 52px; left: 0; width: 180px; height: 180px; line-height: 180px; font-weight: 500; color: #fff; font-size: 20px; } .about .about-detail .about-section .diagram .t2 { position: absolute; top: 112px; right: 0; width: 180px; font-weight: 500; font-size: 18px; color: #f9c028; } .about .about-detail .in-section { border-top: 1px solid #e7e7e7; } .about .about-detail .in-section .row { position: relative; height: 800px; margin: 0 auto; } .about .about-detail .in-section .row .inner { position: relative; } .about .about-detail .in-section .row.info1 { width: 1200px; } .about .about-detail .in-section .row.info1:after { content: ""; width: 1200px; height: 800px; position: absolute; top: 0; z-index: -1; } .about .about-detail .in-section .row.info2 { background: #f9f9f9; border-top: 1px solid #e7e7e7; } .about .about-detail .in-section .row.info2 .txts { width: 400px; text-align: left; position: absolute; top: 185px; right: 0; } .about .about-detail .in-section .row.info2 .txts .in-txt3 { margin-top: 10px; } .about .about-detail .in-section .row .txts { width: 1200px; height: 800px; display: table-cell; vertical-align: middle; } .about .about-detail .in-section .row .in-txt1 { font-weight: 300; color: #111; font-size: 32px; line-height: 120%; } .about .about-detail .in-section .row .in-txt2 { font-weight: 700; color: #111; font-size: 32px; line-height: 120%; } .about .about-detail .in-section .row .in-txt3 { margin-top: 25px; font-weight: 300; color: #111; font-size: 14px; } .about .about-detail .in-section .row .bt { display: block; background: #f9c028; width: 300px; height: 56px; line-height: 56px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; margin-top: 40px; border-radius: 3px; } .about .about-detail .in-section .row .bt.short { width: 180px; } .about .about-detail .in-section .row .qna { width: 655px; text-align: left; } .about .about-detail .in-section .row .qna ol { width: 655px; height: 800px; display: table-cell; vertical-align: middle; } .about .about-detail .in-section .row .qna li { position: relative; } .about .about-detail .in-section .row .qna li:first-child dl { border-top: 0; } .about .about-detail .in-section .row .qna .num { font-family: "Geogrotesque-SemiBold"; font-size: 16px; color: #111; position: absolute; top: 33px; left: 0; } .about .about-detail .in-section .row .qna dl { margin: 0 0 0 55px; padding: 30px 0; border-top: 1px solid #111; } .about .about-detail .in-section .row .qna dl dt { font-weight: 700; font-size: 16px; color: #111; } .about .about-detail .in-section .row .qna dl dd { margin-top: 10px; font-size: 13px; color: #111; font-weight: 300; } .about .about-detail .in-section.scanner .row.info1:after { right: -40px; background: url("https://cdn.allwin.bid/air/resource/img/about/img_atr-diagram2.jpg") right 156px no-repeat; } .about .about-detail .in-section.matching .row.info1:after { right: -30px; background: url("https://cdn.allwin.bid/air/resource/img/about/img_atr-diagram3.png") right 90px no-repeat; } .about .about-detail .in-section.matching .row.info1 .countdown { color: #efefef; font-family: "Geogrotesque-SemiBold"; font-size: 70px; line-height: 100%; position: absolute; top: 150px; right: 120px; z-index: -2; } .about .about-detail .in-section.landplus .row.info1:after { right: -45px; background: url("https://cdn.allwin.bid/air/resource/img/about/img_atr-diagram4.jpg") right 190px no-repeat; } .about .about-detail .in-section.mypage .row.info1:after { right: -80px; background: url("https://cdn.allwin.bid/air/resource/img/about/img_atr-diagram5.jpg") right 190px no-repeat; } .about .about-together { border-top: 1px solid #e7e7e7; padding: 90px 0; } .about .about-together .partners { width: 1000px; font-size: 0; margin: 60px auto 0 auto; } .about .about-together .partners .partner-item { text-align: left; } .about .about-together .partners .partner-tail { position: relative; width: 250px; height: 40px; margin: 20px 0; display: inline-block; box-sizing: border-box; text-align: left; } .about .about-together .partners .partner-tail .tail-inner { position: relative; margin-left: 80px; } .about .about-together .partners .partner-tail .tail { position: absolute; top: 0; left: 0; width: 32px; } .about .about-together .partners .partner-tail .tail img { width: 100%; } .about .about-together .partners .partner-tail .name { position: relative; top: 4px; margin: 0 0 0 45px; font-size: 12px; color: #000; display: block; line-height: 160%; } .about .about-together .partners .partner-tail .name .code { display: block; font-family: "Geogrotesque-SemiBold"; font-size: 24px; color: #000; } .about .about-together .partners .awa-slide__controls { margin-top: 40px; } .about .about-together .partners .awa-slide__controls-direction { display: none; } .about .about-together .partners .awa-slide__pager-item { display: inline-block; margin: 0 5px; } .about .about-together .partners .awa-slide__pager-link { display: block; width: 10px; height: 10px; border-radius: 10px; background: #b3b3b3; } .about .about-together .partners .awa-slide_pager-link--active { background: #ebaa2c; } .about .about-patent { border-top: 1px solid #e7e7e7; padding: 90px 0 145px 0; } .quick-summery { display: none; position: fixed; top: 236px; right: 50%; margin-right: -762px; width: 130px; z-index: 39; background: #fff; -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); } .quick-summery.more { top: 366px; } .quick-summery .inner { border-top: 2px solid #000; padding: 0 12px; } .quick-summery .summery-group { margin: 25px 0 0 0; } .quick-summery .summery-group:nth-child(4) { margin: 20px 0 0 0; } .quick-summery .summery-group dl { overflow: hidden; line-height: 100%; padding: 2px 0; } .quick-summery .summery-group dl.total dd { font-weight: 500; color: #fe4d0a; font-size: 12px; } .quick-summery .summery-group dt { color: #666; font-size: 12px; float: left; } .quick-summery .summery-group dd { float: right; } .quick-summery .summery-group dd a { display: block; font-weight: 500; color: #fe4d0a; font-size: 12px; border-bottom: 1px solid #fe4d0a; } .quick-summery .summery-group .total dt { position: absolute; top: -9999px; left: -9999px; } .quick-summery .summery-group .total dd { float: none; text-align: left; border-bottom: 0; } .quick-summery .summery-group .total dd:after { content: "원"; font-size: 12px; color: #fe4d0a; } .quick-summery .summery-group .bts li { margin-top: 1px; line-height: 100%; } .quick-summery .summery-group .bts a { display: block; height: 32px; line-height: 32px; text-align: center; background: #111; color: #fff; font-weight: 500; font-size: 12px; } .quick-summery .summery-group .links li { line-height: 100%; margin-bottom: 10px; } .quick-summery .summery-group .links a { font-size: 12px; color: #666; } .quick-summery .summery-tit { display: block; font-size: 14px; font-weight: 700; margin: 0 0 10px 0; line-height: 100%; } .quick-summery .top { width: 100%; height: 32px; line-height: 32px; text-align: center; border: 1px solid #000; box-sizing: border-box; font-size: 12px; font-weight: 500; margin-top: 12px; } .agspage { width: 1200px; margin: 0 auto; padding-bottom: 100px; overflow: hidden; } .agspage h3.tit { font-size: 26px; padding: 40px 0; letter-spacing: 1px; } .agspage .conts { background-color: #fff; border: 1px solid #e7e7e7; padding: 40px; } .agspage .conts.right { background-color: #fff; border: 1px solid #e7e7e7; padding: 44px 32px 100px 40px; float: right; width: 1018px; } .agspage .menus-left { width: 96px; margin-right: 10px; float: left; background-color: #fff; border: 1px solid #e7e7e7; } .agspage .menus-left ul li { text-align: center; height: 114px; border-bottom: 1px solid #e7e7e7; padding-top: 70px; position: relative; box-sizing: border-box; } .agspage .menus-left ul li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #f3b308; z-index: 0; border: 1px solid #e9aa2d; box-sizing: border-box; } .agspage .menus-left ul li:last-child { border-bottom: 0; } .agspage .menus-left ul li.actived a { color: #fff; } .agspage .menus-left ul li a { position: relative; z-index: 2; text-align: center; display: block; height: 42px; line-height: 16px; font-size: 14px; } .agspage .menus-left ul li.actived a { font-weight: 700; } .agspage .menus-left ul li.seat span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_seat.png) no-repeat; background-size: 26px 37px; position: absolute; top: 20px; left: 38%; width: 26px; height: 37px; } .agspage .menus-left ul li.baggage span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_baggage.png) no-repeat; background-size: 25px 41px; position: absolute; top: 20px; left: 38%; width: 25px; height: 41px; } .agspage .menus-left ul li.food span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_food.png) no-repeat; background-size: 25px 39px; position: absolute; top: 20px; left: 38%; width: 25px; height: 39px; } .agspage .menus-left ul li.lounge span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_lounge.png) no-repeat; background-size: 39px 33px; position: absolute; top: 20px; left: 30%; width: 39px; height: 33px; } .agspage .menus-left ul li.seat.actived span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_seat-w.png) no-repeat; background-size: 26px 37px; } .agspage .menus-left ul li.baggage.actived span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_baggage-w.png) no-repeat; background-size: 25px 41px; } .agspage .menus-left ul li.food.actived span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_food-w.png) no-repeat; background-size: 25px 39px; } .agspage .menus-left ul li.lounge.actived span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_lounge-w.png) no-repeat; background-size: 39px 33px; } .agspage .conts .tit_sub h4 { font-size: 32px; font-weight: 300; border-bottom: 1px solid #333; padding-bottom: 20px; } .agspage .conts .tit_sub p { padding-top: 16px; line-height: 18px; } .agspage .conts .sec { margin-top: 72px; position: relative; } .agspage .conts .sec h5 { font-size: 20px; font-weight: 700; padding-bottom: 20px; } .agspage .conts .sec .tit { font-size: 16px; background: #f5f5f5; border-top: 1px solid #e7e7e7; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; padding: 20px 86px 20px 30px; display: inline-block; border-top-left-radius: 2px; border-top-right-radius: 2px; } .agspage .conts .sec .tit span { font-size: 13px; font-family: "Geogrotesque-SemiBold"; } .agspage .conts .sec .seat-tbs { border: 1px solid #e7e7e7; height: 163px; margin-bottom: 40px; } .agspage .conts .sec .seat-tbs ul li { text-align: center; display: inline-block; width: 252px; letter-spacing: -1px; padding-top: 42px; position: relative; } .agspage .conts .sec .seat-tbs ul li:before { content: ""; position: absolute; background: #e7e7e7; width: 1px; height: 102px; right: 0; top: 32px; } .agspage .conts .sec .seat-tbs ul li:last-child:before { width: 0; height: 0; } .agspage .conts .sec .seat-tbs p.price { font-size: 28px; font-family: "Geogrotesque-SemiBold"; color: #fe4d0a; padding-top: 8px; } .agspage .conts .sec .seat-tbs p.price span { font-size: 18px; } .agspage .conts .sec .seat-tbs p.txt { font-size: 13px; font-family: "Geogrotesque-Regular"; color: #888; } .agspage .conts .cate-tabs { position: relative; font-size: 0; height: 43px; margin-bottom: 50px; } .agspage .conts .cate-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-left: 0; background: #fff; z-index: 0; width: 254px; box-sizing: border-box; } .agspage .conts .cate-tabs li:first-child { border-left: 1px solid #cecece; } .agspage .conts .cate-tabs li.actived { margin-left: 0; z-index: 2; } .agspage .conts .cate-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #292b4b; z-index: 0; border: 1px solid #292b4b; box-sizing: border-box; } .agspage .conts .cate-tabs a { position: relative; z-index: 2; text-align: center; display: block; height: 48px; line-height: 48px; font-size: 15px; color: #000; } .agspage .conts .cate-tabs li.actived a { color: #fff; font-weight: 700; } .agspage .conts .ags_notice { border-top: 1px solid #e7e7e7; margin-top: 60px; } .agspage .conts .in { margin-top: 50px; } .agspage .conts .in.cancel { margin-top: 20px; } .agspage .conts .ags_notice .in .tit { font-size: 15px; color: #888; line-height: 40px; } .agspage .conts .ags_notice .in.cancel .tit, .agspage .conts .ags_notice .in.cancel ul.list li { color: #333; } .agspage .conts .ags_notice ul.list li { color: #888; font-size: 13px; position: relative; padding-left: 7px; } .agspage .conts .ags_notice ul.list li:before { content: ""; width: 2px; height: 2px; background: #888; position: absolute; top: 50%; left: 0; margin-top: -1px; } .agspage .conts .ags_notice .in.cancel ul.list li:before { background: #333; } .agspage-tbs table { width: 100% } .agspage-tbs table thead th { text-align: center; height: 50px; border-top: 1px solid #111; border-bottom: 1px solid #111; font-size: 13px; font-weight: 700; font-family: "Noto Sans"; line-height: 130%; } .agspage-tbs table tbody td { font-size: 13px; text-align: center; min-height: 10px; padding: 25px 0; border-bottom: 1px solid #e7e7e7; width: 25%; } .agspage-tbs table tbody td.th-tit { font-weight: 700; } .agspage-tbs.line table tbody td { border-right: 1px solid #e7e7e7; font-size: 16px; } .agspage-tbs.line table tbody td:last-child { border-right: 0; } .agspage-tbs table tbody td .zone span { font-size: 13px; font-family: "Geogrotesque-SemiBold"; } .agspage .conts .sec table td p.price { font-size: 28px; font-family: "Geogrotesque-SemiBold"; color: #fe4d0a; padding-top: 8px; } .agspage .conts .sec table td p.price span { font-size: 18px; } .agspage .conts .sec table td p.txt { font-size: 13px; font-family: "Geogrotesque-Regular"; color: #888; } .agspage .conts ul.list.mt12 { margin-top: 12px; } .agspage .conts ul.list li { color: #888; font-size: 13px; position: relative; padding-left: 7px; } .agspage .conts ul.list li:before { content: ""; width: 2px; height: 2px; background: #888; position: absolute; top: 50%; left: 0; margin-top: -1px; } .agspage .conts .food-list { overflow: hidden; } .agspage .conts .food-list ul li { width: 238px; height: 412px; overflow: hidden; border-radius: 3px; float: left; margin: 20px 20px 20px 0; } .agspage .conts .food-list ul li:nth-child(4n) { margin-right: 0; } .agspage .conts .food-list ul li a { display: block; } .agspage .conts .food-list ul li .thumb { display: block; width: 238px; height: 238px; overflow: hidden; } .agspage .conts .food-list ul li .infos { padding: 20px 16px; border: 1px solid #ececec; border-top: 0; position: relative; height: 133px; } .agspage .conts .food-list ul li .infos strong { font-size: 18px; font-weight: 700; overflow: hidden; max-height: 46px; line-height: 22px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; display: block; } .agspage .conts .food-list ul li .infos p { margin-top: 5px; max-height: 40px; word-break: keep-all; overflow: hidden; } .agspage .conts .food-list ul li .infos .price { color: #fe4d0a; font-size: 24px; font-family: "Geogrotesque-SemiBold"; position: absolute; bottom: 20px; } .agspage .conts .food-list ul li .infos .price span { font-size: 16px; } .agspage .conts .food-list ul li .infos .price .list-price { text-decoration: line-through; color: #888; font-size: 14px; margin-right: 8px; } .agspage .conts .sec .menu-select { width: 150px; position: absolute; top: -5px; left: 110px; } .agspage .conts .sec .menu-select .select2-container { width: 150px !important; } .agspage .conts .sec .menu-select .select2-container .select2-selection--single:hover { border: 1px solid #333; } .agspage .conts .sec.icons { border: 1px solid #e7e7e7; height: 166px; width: 100%; box-sizing: border-box; } .agspage .conts .sec.icons ul li { width: 16.45%; display: inline-block; padding-top: 44px; text-align: center; position: relative; } .agspage .conts .sec.icons ul li:before { content: ""; position: absolute; right: 0; top: 28px; width: 1px; height: 116px; background: #e7e7e7; } .agspage .conts .sec.icons ul li:last-child:before { content: none; } .agspage .conts .sec.icons ul li p { padding-top: 10px; } .agspage .conts .sec .line-box { border: 1px solid #e7e7e7; width: 1018px; text-align: center; padding: 48px 0; box-sizing: border-box; } .agspage .conts .sec .bg-box { height: 50px; background: #111; padding: 0 16px; line-height: 49px; position: relative; } .agspage .conts .sec .bg-box b { font-weight: 700; color: #fff; } .agspage .conts .sec .bg-box span { color: #fe4d0a; position: absolute; right: 16px; } .agspage .conts .sec .line-box.process ul li { display: inline-block; width: 24.8%; position: relative; vertical-align: top; } .agspage .conts .sec .line-box.process ul li strong { color: #fe4d0a; font-family: "Geogrotesque-SemiBold"; } .agspage .conts .sec .line-box.process ul li p { font-size: 18px; line-height: 24px; } .agspage .conts .sec .line-box.process ul li:before { content: ""; background: url('https://cdn.allwin.bid/air/resource/img/ags/arr.png') 0 0 no-repeat; width: 16px; height: 16px; position: absolute; right: 0; top: 27px; } .agspage .conts .sec .line-box.process ul li:last-child:before { content: none; } .agspage .conts .sec .lounge-info { overflow: hidden; } .agspage .conts .sec .lounge-info-rolling { width: 480px; height: 400px; float: left; } .agspage .conts .sec .lounge-info-in { width: 514px; height: 400px; float: left; padding-left: 20px; position: relative; } .agspage .conts .sec .lounge-info-in p { word-break: keep-all; } .agspage .conts .sec .lounge-info-in .price-infos { border-top: 1px solid #333; position: absolute; bottom: 0; width: 100%; } .agspage .conts .sec .lounge-info-in .price-infos ul li { height: 48px; border-bottom: 1px solid #e7e7e7; padding: 0 16px; line-height: 48px; overflow: hidden; } .agspage .conts .sec .lounge-info-in .price-infos .type { text-align: left; float: left; } .agspage .conts .sec .lounge-info-in .price-infos .type strong { font-weight: 700; font-size: 16px; padding-right: 4px; } .agspage .conts .sec .lounge-info-in .price-infos .price { float: right; margin-right: 16px; color: #fe4d0a; } .agspage .conts .sec .lounge-info-in .price-infos .price .list-price { text-decoration: line-through; color: #999; font-size: 14px; margin-right: 8px; } .agspage .conts .sec .lounge-info-in .price-infos .price strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 24px; } .agspage .conts .sec .lounge-info-in .price-infos .price .txt-free { font-weight: 700; font-size: 18px; } .agspage .conts .sec .lounge-info-rolling .awa-slide__controls-direction a.awa-slide__prev { background: url(https://cdn.allwin.bid/air/resource/img/ags/arr-prev.png) 0 0 no-repeat; width: 36px; height: 36px; position: absolute; left: 407px; bottom: 0; font-size: 0; } .agspage .conts .sec .lounge-info-rolling .awa-slide__controls-direction a.awa-slide__next { background: url(https://cdn.allwin.bid/air/resource/img/ags/arr-next.png) 0 0 no-repeat; width: 36px; height: 36px; position: absolute; left: 444px; bottom: 0; font-size: 0; } .agspage .conts .sec .lounge-info-rolling .awa-slide__pager.awa-slide__default-pager { display: none; } .agspage .cate-tabs { position: relative; font-size: 0; height: 43px; margin-bottom: 50px; } .agspage .cate-tabs ul { border-radius: 3px; overflow: hidden; height: 72px; } .agspage .cate-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-left: 0; background: #fff; z-index: 0; width: 50%; box-sizing: border-box; } .agspage .cate-tabs li:first-child { border-left: 1px solid #cecece; } .agspage .cate-tabs li.actived { margin-left: 0; z-index: 2; } .agspage .cate-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #f9c028; z-index: 0; border: 1px solid #ebab00; box-sizing: border-box; } .agspage .cate-tabs.section a { position: relative; z-index: 2; text-align: center; display: block; height: 60px; line-height: 60px; font-size: 18px; color: #000; } .agspage .cate-tabs li.actived a { color: #fff; font-weight: 700; } .agspage .cate-tabs.section li.actived a:before { content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f9c028; position: absolute; top: 60px; left: 50%; } .agspage .conts .ags-list { margin-bottom: 80px; text-align: center; } .agspage .conts .ags-list ul.box { display: inline-block; *display: inline; zoom: 1; } .agspage .conts .ags-list ul.box>li { width: 268px; height: 356px; border: 1px solid #e7e7e7; border-radius: 2px; -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); margin-right: 10px; text-align: center; float: left; margin-left: -1px; z-index: 1; } .agspage .conts .ags-list ul.box>li:last-child { margin-right: 0; } .agspage .conts .ags-list .tit.seat { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_seat.png) center 46px no-repeat; background-size: 36px 50px; height: 156px; } .agspage .conts .ags-list .tit.baggage { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_baggage.png) center 46px no-repeat; background-size: 31px 52px; height: 156px; } .agspage .conts .ags-list .tit.food { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_food.png) center 46px no-repeat; background-size: 30px 46px; height: 156px; } .agspage .conts .ags-list .tit.lounge { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_lounge.png) center 46px no-repeat; background-size: 51px 43px; height: 156px; } .agspage .conts .ags-list .tit p { padding-top: 104px; color: #ebaa2c; font-weight: 700; font-size: 16px; } .agspage .conts .ags-list .cont-seat { padding: 16px; float: left; } .agspage .conts .ags-list .cont-seat>ul li { height: 38px; } .agspage .conts .ags-list .cont-seat .seat-tit { text-align: left; width: 120px; float: left; font-size: 13px; position: relative; padding-left: 20px; } .agspage .conts .ags-list .cont-seat .seat-tit i { width: 12px; height: 12px; border-radius: 36px; position: absolute; top: 4px; left: 0px; } .agspage .conts .ags-list .cont-seat .seat-tit.front i { background: #fdd32a; } .agspage .conts .ags-list .cont-seat .seat-tit.A i { background: #4b89fa; } .agspage .conts .ags-list .cont-seat .seat-tit.B i { background: #52b5f9; } .agspage .conts .ags-list .cont-seat .seat-tit.C i { background: #93d2fe; } .agspage .conts .ags-list .cont-seat .seat-pay { float: right; width: 96px; text-align: right; } .agspage .conts .ags-list .cont-seat .seat-pay strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 20px; } .agspage .conts .ags-list .cont-baggage dl { margin-top: 28px; } .agspage .conts .ags-list .cont-baggage dl dt { color: #999; } .agspage .conts .ags-list .cont-baggage dl dd strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 24px; } .agspage .conts .ags-list .cont-food p { font-size: 16px; letter-spacing: -1px; } .agspage .conts .ags-list .cont-food .bt { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; margin-top: 64px; } .agspage .conts .ags-list .cont-lounge .infos { margin-bottom: 12px; } .agspage .conts .ags-list .cont-lounge .infos .date { text-align: left; width: 63px; display: inline-block; position: relative; } .agspage .conts .ags-list .cont-lounge .infos .date:before { content: ""; position: absolute; top: 50%; right: 13px; margin-top: -5px; width: 1px; height: 12px; background: #ccc; } .agspage .conts .ags-list .cont-lounge .infos .at { font-size: 16px; font-weight: 700; } .agspage .conts .ags-list .cont-lounge .bt-small { height: 28px; line-height: 25px; border: 1px solid #cecece; font-size: 12px; padding: 1px 20px 0; color: #333; } .agspage .conts .ags-list .price-infos { margin-top: 16px; } .agspage .conts .ags-list .cont-baggage .price-infos { margin-top: 44px; } .agspage .conts .ags-list .price-infos li { height: 30px; } .agspage .conts .ags-list .price-infos .type { text-align: left; padding-left: 20px; float: left; font-weight: 700; } .agspage .conts .ags-list .price-infos .type .txt12 { font-size: 12px; padding-left: 4px; } .agspage .conts .ags-list .price-infos .price { float: right; margin-right: 20px; } .agspage .conts .ags-list .price-infos .price .list-price { text-decoration: line-through; color: #999; font-size: 13px; margin-right: 8px; } .agspage .conts .ags-list .price-infos .price strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 20px; } .agspage .conts .ags-list .price-infos .price .txt-free { font-weight: 700; } .results2.ags.ty2 { height: 160px; padding-top: 40px; } .results2.ags.ty2 .result-condition { position: relative; } .results2.ags.ty2 .result-condition p { padding-bottom: 16px; font-size: 16px; font-weight: 300; } .results2.ags.ty2 .re-srching .bt-full { display: inline-block; height: 56px; line-height: 56px; text-align: center; font-size: 16px; color: #fff; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 700; border-radius: 2px; width: 220px; background: #292b4b; position: absolute; right: 2px; top: 44px; } .ags-complete { width: 1200px; margin: 0 auto; } .ags-complete .celebration { position: relative; padding-top: 130px; background: url(https://cdn.allwin.bid/air/resource/img/ags/img_deco.png) center top no-repeat; text-align: center; margin: 0 0 70px 0; } .ags-complete .celebration:before { content: "THANK"; display: block; position: absolute; top: 60px; left: 50%; color: #fff; font-family: "Geogrotesque-SemiBold"; margin-left: -35px; width: 66px; height: 52px; padding-left: 5px; background: url(https://cdn.allwin.bid/air/resource/img/ico_flag-yellow.svg) center center no-repeat; background-size: 71px 52px; font-size: 12px; line-height: 37px; } .ags-complete .celebration h2 { font-size: 36px; line-height: 120%; } .ags-complete .celebration p { margin: 30px 0; font-size: 16px; line-height: 130%; } .ags-complete .bts { margin: 75px 0 80px; text-align: center; } .ags-complete .bts button { width: 240px; margin: 0 5px; } .sub .layer-search.layer-ags { height: 676px; left: 0; background-size: cover !important; } .layer-search.layer-ags { background: #fff; } .layer-search .ags-form { width: 1200px; margin: 0 auto; padding-top: 40px; } .layer-search .ags-form p.tit { font-size: 18px; font-weight: 300; padding-bottom: 12px; } .ags-forms .form-group { font-size: 0; width: 1210px; margin-left: -5px; } .ags-list-rolling.main { width: 1200px; margin: 0; position: relative; overflow: hidden; border: 0; padding: 0; } .ags-list-rolling { width: 1200px; margin: 60px auto 0 auto; position: relative; border-top: 1px solid #e7e7e7; padding-top: 60px; overflow: hidden; } .ags-list-rolling .ags-item { width: 280px; height: 332px; overflow: hidden; border-radius: 3px; float: left; margin-right: 26px; } .ags-list-rolling .ags-item:last-child { margin-right: 0; } .ags-list-rolling .ags-item a { display: block; } .ags-list-rolling .ags-item .thumb { display: block; width: 280px; height: 200px; overflow: hidden; } .ags-list-rolling .ags-item .infos { padding: 30px 20px; border: 1px solid #ececec; border-top: 0; } .ags-list-rolling .ags-item .infos strong { font-size: 20px; font-weight: 700; line-height: 100%; } .ags-list-rolling .ags-item .infos p { margin-top: 5px; height: 40px; word-break: keep-all; } .layer-search.layer-ags .close { position: absolute; top: 20px; right: 0px; width: 47px; height: 47px; background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_close5.png) center center no-repeat; } .layer-search.layer-ags .select2-container { width: 300px !important; } @media screen and (min-width: 1599px) { .quick-summery { display: block; } } @media screen and (min-width: 1599px) and (max-height: 785px) { .quick-summery { top: auto; bottom: 10px; } } @ keyframes placeHolderShimmer {from { background-position:-468px0; } to { background-position: 468px 0; } } @ -webkit-keyframes zoomin {from { transform:scale(1.5); } to { transform: scale(1); } } @ keyframes zoomin {from { transform:scale(1.5); } to { transform: scale(1); } } @ -webkit-keyframes txt1 {from { opacity:0; transform: translate(0, -10px); } to { opacity: 1; transform: translate(0, 0); } } @ keyframes txt {from { opacity:0; transform: translate(0, -10px); } to { opacity: 1; transform: translate(0, 0); } } /*# sourceMappingURL=air.ui.css.map */
_backup/air/resource/css/air.ui.css
@charset "UTF-8"; @import url(https://cdn.allwin.bid/static/css/awa_wfont.css); /* reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, del, em, img, strong, 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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea { margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; font-family: "Noto Sans", "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif; font-weight: 400; } body, html { width: 100%; height: 100%; min-width: 1380px; letter-spacing: -0.5px; -webkit-font-smoothing: antialiased; font-size: 14px; color: #111; } main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } input, select, textarea, button { font-family: "Noto Sans", "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif; letter-spacing: -0.5px; font-weight: 400; font-size: 16px; outline: none; } ol, ul, li { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 0; } input, textarea, select, td, th { vertical-align: middle; } hr { display: none; } a { margin: 0; padding: 0; border: 0; background: transparent; text-decoration: none; color: #000; } em, address { font-style: normal; } fieldset { border: 0; vertical-align: top; } button { display: inline-block; font-size: 0; margin: 0; padding: 0; border: none; background: none; text-align: center; vertical-align: middle; white-space: nowrap; cursor: pointer; } select::-ms-expand { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity = 0); opacity: 0; } select { -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; padding: 0; margin: 0; border-radius: 0; border: 0; } input[type=checkbox], input[type=radio], input[type=text], input[type=password], input[type=email] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; padding: 0; margin: 0; border-radius: 0; border: 0; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } input[type=text]::-ms-clear { display: none; } legend, .blind { overflow: hidden; position: absolute; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset; -webkit-text-fill-color: #000; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -moz-transition: background-color 5000s ease-in-out 0s; -o-transition: background-color 5000s ease-in-out 0s; -webkit-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s; } .mT70 { margin-top: 70px; } .mCustomScrollbar { -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; } .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action { -ms-touch-action: auto; touch-action: auto; } .mCustomScrollBox { position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: 0; direction: ltr; } .mCSB_container { overflow: hidden; width: auto; height: auto; } .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; } .mCS-dir-rtl>.mCSB_inside>.mCSB_container { margin-right: 0; margin-left: 30px; } .mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; } .mCSB_scrollTools { position: absolute; width: 5px; height: auto; left: auto; top: 5px; right: 5px; bottom: 5px; opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; } .mCSB_outside+.mCSB_scrollTools { right: -26px; } .mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools { right: auto; left: 0; } .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools { left: -26px; } .mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; } .mCSB_scrollTools a+.mCSB_draggerContainer { margin: 20px 0; } .mCSB_scrollTools .mCSB_draggerRail { width: 5px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; background: rgba(229, 229, 229, 0.5); } .mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; z-index: 1; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { position: relative; width: 5px; height: 100%; margin: 0 auto; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-align: center; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; } .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools .mCSB_buttonDown { bottom: 0; } .mCSB_horizontal.mCSB_inside>.mCSB_container { margin-right: 0; margin-bottom: 30px; } .mCSB_horizontal.mCSB_outside>.mCSB_container { min-height: 100%; } .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0; } .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer { margin: 0 20px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; height: 100%; left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; margin: 2px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; margin: 4px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0; } .mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px; } .mCSB_container_wrapper>.mCSB_container { padding-right: 30px; padding-bottom: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px; } .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px; } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0; } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px; } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0; } .mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper { margin-right: 0; margin-left: 30px; } .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container { padding-right: 0; } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container { padding-bottom: 0; } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; margin-left: 0; } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } .mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar { -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox ~ .mCSB_scrollTools { opacity: 0; filter: "alpha(opacity=0)"; } .mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag { opacity: 1; filter: "alpha(opacity=100)"; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #4e4e4e; } .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #4e4e4e; } .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #4e4e4e; } .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp { background-repeat: no-repeat; opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; } .mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0; } .mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px; } .mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px; } .mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px; } .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; } .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active { opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; } .select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; } .select2-container .select2-selection--single { position: relative; box-sizing: border-box; cursor: pointer; display: block; height: 42px; line-height: 42px; user-select: none; -webkit-user-select: none; border: 1px solid #cecece; font-size: 14px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { display: inline-block !important; position: absolute !important; top: 16px !important; right: 16px !important; width: 13px !important; height: 8px !important; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-off.png") center center no-repeat !important; border: none !important; left: auto !important; margin: 0 !important; -webkit-transform: rotateZ(0); transform: rotateZ(0); } .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-on.png") center center no-repeat !important; -webkit-transform: rotateZ(0); transform: rotateZ(0); } .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 16px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; display: block; padding-right: 40px; } .select2-search--hide { display: none !important; } .select2-dropdown { border: 1px solid #b3b3b3; background: #fff; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 500; } .select2-container--open .select2-dropdown { left: 0; } .select2-search--dropdown { display: block; padding: 5px; } .select2-search--dropdown .select2-search__field { padding: 0; margin: 0; width: 100%; height: 30px; color: #000; text-indent: 10px; border: 1px solid #b3b3b3; line-height: 33px; font-size: 12px; font-family: "Noto Sans"; background: transparent; } .select2-container--default .select2-results__options { max-height: 180px; overflow: hidden; overflow-y: auto; } .select2-container--default .select2-results__option { cursor: pointer; padding-left: 20px; height: 42px; line-height: 42px; font-size: 14px; padding-right: 10px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .select2-container--default .select2-results__option span { display: block; } .select2-container--default .select2-results__option .tourway { display: inline-block; width: 112px; height: 28px; background: url("https://cdn.allwin.bid/air/resource/img/img_comm-flag2.png") center center no-repeat; margin-left: 10px; } .select2-container--default .select2-results__message { cursor: default; height: auto; padding: 10px; line-height: normal; } .select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity = 0); } .select2-hidden-accessible { border: 0 !important; clip: rect(0, 0, 0, 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } .select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #ebaa2c; color: white; } .select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 30px; display: none; } .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; } .select2-container--picker-select2 .select2-results__option { line-height: 26px; padding-left: 10px; } .select2-container--picker-select2 .select2-results__option--highlighted[aria-selected] { background-color: #ebaa2c; color: white; } .awa-tooltip { position: absolute; z-index: 300; padding: 0; opacity: 1; display: table; vertical-align: middle; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); } .awa-tooltip:before { content: ""; position: absolute; } .awa-tooltip.left:before { top: 50%; left: -3px; margin-top: -3px; width: 4px; height: 6px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-left.png") center center no-repeat; } .awa-tooltip.right:before { top: 50%; right: -3px; margin-top: -3px; width: 4px; height: 6px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-right.png") center center no-repeat; } .awa-tooltip.bottom:before { bottom: -3px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-btm.png") center center no-repeat; } .awa-tooltip.top:before { top: -3px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-top.png") center center no-repeat; } .awa-tooltip.left { margin-left: 5px; } .awa-tooltip.right { margin-left: -13px; } .awa-tooltip.top { margin-top: 5px; } .awa-tooltip.bottom { margin-top: 0px; } .awa-tooltip .ui-tooltip-content { border: 1px solid #7d7d7d; font-size: 12px; color: #000; padding: 10px; display: table-cell; vertical-align: middle; background: #fff; font-family: "Geogrotesque-SemiBold", "Noto Sans"; text-align: center; } .codeshare-tooltips { font-size: 12px; color: #000; } .codeshare-tooltips em { font-size: 12px; font-family: "Geogrotesque-Regular"; margin-left: 3px; } .hidden-stops-tooltips { font-size: 12px; color: #000; } .hidden-stops-tooltips em { font-size: 12px; font-family: "Geogrotesque-Regular"; margin-left: 3px; } .model-tooltips { font-size: 12px; font-family: "Geogrotesque-Regular"; } .model-tooltips em { font-family: "Noto Sans"; margin-right: 5px; } .cls-tooltips { text-align: left; } .cls-tooltips dt { font-weight: 500; font-size: 12px; display: inline-block; margin-right: 5px; } .cls-tooltips dd { font-family: "Geogrotesque-Light"; font-size: 12px; display: inline-block; color: #fe4d0a; } .cls-tooltips dd b { color: #fe4d0a; font-size: 13px; } .price-tooltips .price-tooltip-tit { font-weight: 700; font-size: 12px; display: block; text-align: left; margin-bottom: 5px; } .price-tooltips .price-tooltip-tit em { font-family: "Geogrotesque-SemiBold"; } .price-tooltips .price-tooltip-item { overflow: hidden; width: 170px; } .price-tooltips .price-tooltip-item dt { float: left; font-size: 12px; } .price-tooltips .price-tooltip-item dd { position: relative; float: right; font-family: "Geogrotesque-Regular"; font-size: 12px; } .price-tooltips .price-tooltip-item dd:after { content: "원"; font-family: "Noto Sans"; font-size: 12px; } .price-tooltips .price-tooltip-item.total dt { color: #fe4e0c; } .price-tooltips .price-tooltip-item.total dd { color: #fe4e0c; } .trip-tooltips { font-size: 0; padding: 15px 0; text-align: left; } .trip-tooltips .trip-tooltip-group { position: relative; display: inline-block; vertical-align: top; padding: 10px 25px; } .trip-tooltips .trip-tooltip-group:before { content: "/"; font-size: 26px; font-weight: 100; position: absolute; top: 10px; right: -6px; line-height: 80%; color: #111; } .trip-tooltips .trip-tooltip-group:last-child:before { display: none; } .trip-tooltips .tri-item { position: relative; display: inline-block; vertical-align: top; padding: 0 25px; } .trip-tooltips .tri-item:after { content: ""; width: 16px; height: 13px; position: absolute; top: 7px; right: -10px; background: url("https://cdn.allwin.bid/air/resource/img/ico_plane2.png") no-repeat; } .trip-tooltips .tri-item:first-child { padding-left: 0; } .trip-tooltips .tri-item:last-child { padding-right: 0; } .trip-tooltips .tri-item:last-child:after { display: none; } .trip-tooltips .tri-item .city { display: block; font-size: 26px; font-weight: 700; line-height: 100%; } .trip-tooltips .tri-item .city em { font-family: "Geogrotesque-SemiBold"; } .trip-tooltips .tri-item .date { display: block; font-size: 12px; color: #aaa; } .trip-tooltips .tri-item .date em { font-family: "Geogrotesque-Medium"; } .loading-ani { -webkit-animation-name: placeHolderShimmer; -ms-animation-name: placeHolderShimmer; animation-name: placeHolderShimmer; -webkit-animation-duration: 1.5s; -ms-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -ms-animation-timing-function: linear; animation-timing-function: linear; background: #f6f7f8; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), color-stop(100%, #f6f7f8)); background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); background-image: linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100% ); background-repeat: no-repeat; } .loading-ani.ele-tit { height: 20px; } .loading-ani.ele1 { width: 40px; height: 20px; } .loading-ani.ele2 { width: 60px; height: 20px; } .loading-ani.ele3 { width: 80px; height: 20px; } .loading-ani.ele4 { height: 50px; } .loading-ani.ele5 { width: 34px; height: 62px; display: inline-block; vertical-align: top; margin: 0 0 0 40px; } .loading-ani.ele6 { width: 70px; height: 35px; display: inline-block; vertical-align: top; margin: 13px 0 0 50px; } .loading-ani.ele7 { width: 430px; height: 60px; display: inline-block; vertical-align: top; margin: 0 0 0 40px; } .loading-ani.ele8 { width: 50px; height: 20px; display: block; margin: 0 auto; } .loading-ani.ele9 { width: 125px; height: 30px; display: block; margin: 5px auto; } .loading-ani.ele10 { width: 70px; height: 15px; display: block; margin: 0 auto; } .loading-ani.ele11 { width: 80px; height: 30px; display: block; margin: 35px auto 0 auto; } .loading-ani.ele12 { width: 80px; height: 30px; display: block; margin: 0 auto; } .loading-ani.ele13 { width: 100px; height: 30px; display: block; margin: 0 auto; } .clear { clear: both; } .dim { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 800; background: rgba(0, 0, 0, 0.6); } .dims { position: fixed; top: 0px; left: 0px; bottom: 0; right: 0; z-index: 30; background: rgba(0, 0, 0, 0.5); } .in-dims { position: absolute; top: 0px; left: 0px; bottom: 0; right: 0; z-index: 30; background: rgba(0, 0, 0, 0.5); } .kill { overflow: hidden; width: 100%; height: 100%; } .hidden { display: none; } .required { font-size: 12px; color: #fc5625; } .airline-code__wing { position: relative; font-size: 13px; display: inline-block; height: 28px; line-height: 40px; } .airline-code__wing .tail { width: 34px; height: 39px; display: inline-block; vertical-align: top; margin-right: 5px; margin-bottom: 2px; } .airline-code__wing .tail img { width: 34px; height: 39px; } .bt-full { display: inline-block; height: 56px; line-height: 56px; text-align: center; font-size: 16px; color: #fff; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 500; border-radius: 2px; } .bt-full.block { display: block; width: 100%; } .bt-full.line { border: 1px solid #a4a4a4; color: #a4a4a4; } .bt-full.lineB { border: 1px solid #111; color: #111; } .bt-full.yellow { background: #ebaa2c; } .bt-full.black { background: #000; } .bt-full.navy { background: #210f5c; } .bt-full.gray { background: #949494; } .bt-full.w160 { width: 160px !important; } .bt-full.w180 { width: 160px !important; } .bt-full.w207 { width: 207px !important; } .bt-full.w230 { width: 230px !important; } .bt-full.w240 { width: 240px !important; } .bt-full.w291 { width: 291px !important; } .bt-small { display: inline-block; padding: 0 20px; height: 32px; line-height: 32px; text-align: center; font-size: 13px; color: #fff; border-radius: 2px; font-weight: 700; box-sizing: border-box; } .bt-small.navy { background: #210f5c; } .bt-small.yellow { background: #ebaa2c; } .bt-small.line { border: 1px solid #292a4d; color: #292a4d; } .bt-link { display: inline-block; font-size: 14px; color: #a4a4a4; border-bottom: 1px solid #a4a4a4; } .bt-link.black { color: #111; border-bottom: 1px solid #111; } .close { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .close:hover { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); } .range-slider { padding-top: 20px; } .range-slider-tit { font-size: 13px; color: #666; display: block; margin-bottom: 25px; } .filter-bid-range { width: 162px; font-size: 12px; position: relative; background: #e2e2e2; height: 2px; } .filter-bid-range .bid__handle { position: absolute; bottom: -6px; left: -4px; z-index: 2; width: 12px; height: 17px; background: url("https://cdn.allwin.bid/air/resource/img/ico_bid-handler.png") center center no-repeat; cursor: default; -ms-touch-action: none; touch-action: none; text-align: center; cursor: pointer; outline: 0; } .filter-bid-range .bid__handle .bid__handle-ment { position: absolute; font-size: 0; } .filter-bid-range .bid__range { position: absolute; left: 0; width: 100%; height: 2px; z-index: 1; display: block; border: 0; background-position: 0 0; background: #f9c028; } .filter-bid-range .bid__range--min { bottom: 0; } .filter-bid-range .bid__range--max { top: 0; } .filter-bid-range .bid__value { position: absolute; bottom: -20px; font-size: 0; } .filter-bid-range .bid__value em { font-family: "Geogrotesque-Regular", "Noto Sans"; color: #666; font-size: 13px; } .filter-bid-range .bid__value.bid__value-max { right: 0; } .filter-bid-range .bid__value.bid__value-min { left: 0; } .filter-bid-range.solo .bid__value.bid__value-max em { font-size: 0; } .filter-bid-range.solo .bid__value.bid__value-max em:before { content: "전체"; font-size: 12px; color: #000; } .custom-select { display: block; } .custom-select .select2-container .select2-selection--single { border-radius: 2px; height: 42px; background: #fff; display: block; box-sizing: border-box; } .ags-forms .form-group .custom-select .select2-container .select2-selection--single { height: 56px; font-size: 16px; line-height: 54px; } .ags-forms .form-group .custom-select .select2-container .select2-selection--single:hover { border: 1px solid #333; } .custom-select.inline { display: inline-block; } .custom-select.large { height: 56px; border: 0; } .custom-select.large ::-webkit-input-placeholder { font-size: 16px; } .custom-select.large ::-moz-placeholder { font-size: 16px; } .custom-select.large :-ms-input-placeholder { font-size: 16px; } .custom-select.large :-moz-placeholder { font-size: 16px; } .custom-select.large input { height: 56px; text-indent: 20px; } .custom-select.large .select2-container .select2-selection--single { border-radius: 1px; height: 56px; line-height: 56px; background: #fff; display: block; box-sizing: border-box; } .custom-select.large .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 24px !important; } .ags-forms .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 24px !important; } .custom-select.line .select2-container .select2-selection--single { border: 0; border-bottom: 1px solid #000; } .custom-select.error { border: 1px solid #fc5625; } .custom-select.success { border: 1px solid #f9c028; } .custom-input { position: relative; border: 1px solid #cecece; border-radius: 2px; height: 42px; background: #fff; display: block; box-sizing: border-box; overflow: hidden; } .custom-input ::-webkit-input-placeholder { font-size: 14px; color: #aaa !important; } .custom-input ::-moz-placeholder { font-size: 14px; color: #aaa !important; } .custom-input :-ms-input-placeholder { font-size: 14px; color: #aaa !important; } .custom-input :-moz-placeholder { font-size: 14px; color: #aaa !important; } .ags-forms .custom-input ::-webkit-input-placeholder { font-size: 16px; color: #aaa !important; } .ags-forms .custom-input ::-moz-placeholder { font-size: 16px; color: #aaa !important; } .ags-forms .custom-input :-ms-input-placeholder { font-size: 16px; color: #aaa !important; } .ags-forms .custom-input :-moz-placeholder { font-size: 16px; color: #aaa !important; } .custom-input input { position: relative; width: 100%; height: 40px; text-indent: 12px; font-size: 14px; background: transparent; z-index: 1; } .custom-input input:disabled { background: #f0f0f0; color: #aaa; } .custom-input input:read-only { background: #f0f0f0; color: #aaa; } .custom-input:after { content: ""; position: absolute; cursor: pointer; z-index: 0; } .custom-input.inline { display: inline-block; vertical-align: top; } .custom-input.pos:after { width: 15px; height: 20px; top: 9px; right: 14px; background: url("https://cdn.allwin.bid/air/resource/img/ico_position.png") center center no-repeat; } .custom-input.large { height: 56px; border: 0; } .custom-input.large ::-webkit-input-placeholder { font-size: 16px; } .custom-input.large ::-moz-placeholder { font-size: 16px; } .custom-input.large :-ms-input-placeholder { font-size: 16px; } .custom-input.large :-moz-placeholder { font-size: 16px; } .custom-input.large input { height: 56px; text-indent: 20px; } .custom-input.large.pos:after { top: 18px; } .custom-input.large.arrow:after { top: 21px; } .custom-input.cal:after { width: 20px; height: 20px; top: 18px; right: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_cal.png") center center no-repeat; } .custom-input.time:after { width: 22px; height: 22px; top: 17px; right: 21px; background: url("https://cdn.allwin.bid/air/resource/img/ico_time.png") center center no-repeat; } .custom-input.cal-long em { font-size: 16px; color: #ccc; position: absolute; top: 0; left: 20px; line-height: 56px; font-family: "Geogrotesque-Medium"; } .custom-input.cal-long input { text-indent: 120px; } .custom-input.cal-long:after { width: 20px; height: 20px; top: 18px; right: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_cal.png") center center no-repeat; } .custom-input.arrow:after { width: 8px; height: 13px; top: 14px; right: 20px; background: url("https://cdn.allwin.bid/air/resource/img/ico_input-arrow.png") center center no-repeat; } .custom-input.money ::-webkit-input-placeholder { font-size: 16px; } .custom-input.money ::-moz-placeholder { font-size: 16px; } .custom-input.money :-ms-input-placeholder { font-size: 16px; } .custom-input.money :-moz-placeholder { font-size: 16px; } .custom-input.money input { text-align: right; padding-right: 20px !important; font-family: "Geogrotesque-SemiBold"; font-size: 18px; } .custom-input.money:before { content: ""; position: absolute; top: 50%; left: 20px; margin: -6px 0 0 0; width: 18px; height: 12px; background: url("https://cdn.allwin.bid/air/resource/img/ico_won.png") center center no-repeat; } .custom-input.line { border: 0; border-bottom: 1px solid #000; border-radius: 0; } .custom-input.error { border: 1px solid #fc5625; } .custom-input.success { border: 1px solid #f9c028; } .custom-input.file { border: 0; border-radius: 0; } .custom-input.file input { width: 270px; border: 1px solid #cecece; border-radius: 2px; } .custom-input.file button { position: absolute; top: 0; right: 0; width: 90px; height: 40px; line-height: 40px; border: 1px solid #111; text-align: center; box-sizing: border-box; font-size: 14px; border-radius: 2px; } .custom-input.is-clicked { z-index: 40; } .custom-textarea { position: relative; border: 1px solid #cecece; border-radius: 2px; background: #fff; display: block; box-sizing: border-box; overflow: hidden; padding: 10px; } .custom-textarea textarea { width: 100%; font-size: 14px; } .custom-textarea.error { border: 1px solid #fc5625; } .custom-textarea.success { border: 1px solid #f9c028; } .custom-radio { display: inline-block; } .custom-radio input { opacity: 0; position: absolute; } .custom-radio input+label { position: relative; padding-left: 27px; color: #aaa; font-size: 16px; cursor: pointer; display: block; height: 20px; line-height: 20px; font-weight: 400; } .custom-radio input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: #fff; width: 20px; height: 20px; border-radius: 20px; line-height: 20px; box-sizing: border-box; border: 1px solid #ddd; } .custom-radio input:checked+label { color: #111; } .custom-radio input:checked+label:after { content: ""; position: absolute; top: 5px; left: 5px; width: 10px; height: 10px; border-radius: 10px; background: #ebaa2c; } .custom-check { display: inline-block; margin-right: 20px; } .custom-check input { opacity: 0; position: absolute; } .custom-check input+label { position: relative; padding-left: 24px; color: #000; font-size: 14px; cursor: pointer; display: block; height: 18px; line-height: 18px; } .custom-check input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: #fff; border: 1px solid #9a9ea6; width: 18px; height: 18px; line-height: 18px; border: 1px solid #c7c7cd; } .custom-check input:checked+label { color: #000; } .custom-check input:checked+label:before { border: 1px solid #ebaa2c; background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_check.png") center center no-repeat; } .custom-check .number { font-family: "Geogrotesque-Medium"; } .trip-label { display: inline-block; min-width: 20px; height: 16px; line-height: 16px; padding: 0 5px; text-align: center; font-size: 10px; color: #fff; margin-right: 3px; } .trip-label.label1 { background: #ff4378; } .trip-label.label2 { background: #888; } .paging { margin: 40px auto 0 auto; text-align: center; font-size: 0; } .paging a { display: inline-block; margin: 0 2px; width: 34px; height: 34px; line-height: 34px; font-size: 14px; color: #aaa; border: 1px solid #cecece; font-family: "Geogrotesque-SemiBold"; text-align: center; } .paging a:hover { border: 1px solid #111 !important; color: #292a4d !important; } .paging .actived { border: 1px solid #111 !important; color: #292a4d !important; } .paginationjs { margin: 40px auto 0 auto; text-align: center; font-size: 0; } .paginationjs li { display: inline-block; margin: 0 2px; } .paginationjs li.active a { border: 1px solid #111 !important; color: #292a4d !important; } .paginationjs li a { display: block; width: 34px; height: 34px; line-height: 34px; font-size: 14px; color: #aaa; border: 1px solid #cecece; font-family: "Geogrotesque-SemiBold"; text-align: center; } .paginationjs li a:hover { border: 1px solid #111 !important; color: #292a4d !important; } .csr-tooltip { position: absolute; top: 53px; left: 50%; width: 317px; margin-left: -159px; border: 1px solid #7d7d7d; box-sizing: border-box; background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); } .csr-tooltip:before { content: ""; position: absolute; top: -4px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-top.png") center center no-repeat; } .csr-tooltip .csr-tooltip-inner { position: relative; padding: 7px 14px; } .csr-tooltip strong { font-weight: 700; font-size: 12px; display: block; margin-bottom: 5px; } .csr-tooltip li { font-size: 12px; line-height: 19px; padding: 2px 0; } .csr-tooltip .enter { margin-left: 5px; text-indent: -9999px; display: inline-block; width: 54px; height: 19px; background: url("https://cdn.allwin.bid/air/resource/img/img_enter2.png") center center no-repeat; } .csr-tooltip button { position: absolute; top: 10px; right: 14px; width: 13px; height: 13px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close4.png") center center no-repeat; background-size: 13px 13px; } .awa-datepicker { min-width: 230px; position: absolute; z-index: 1; background: #fff; padding: 0; border: 1px solid #cecece; margin-left: 31px; } .awa-datepicker.single-date { padding: 0; } .awa-datepicker.single-date.single-month { max-width: 230px; } .awa-datepicker.single-date.two-months .month-wrapper { margin: 0; width: 433px; border: 1px solid #b3b3b3; } .awa-datepicker.single-date.two-months .month-wrapper .month-item { width: 216px; border: 0; } .awa-datepicker.single-date .month-wrapper { width: auto; border: 0; padding: 0; } .awa-datepicker.single-date .month-wrapper table { width: 100%; } .awa-datepicker.single-date .month-wrapper .month-item { float: none !important; clear: both !important; width: 100%; /*padding: 5px;*/ border: 1px solid #b3b3b3; } .awa-datepicker.single-date thead th { height: 30px; } .awa-datepicker.single-date thead select { height: 30px; font-size: 18px; } .awa-datepicker.single-date thead .prev { height: 30px; background-size: 10px 17px; } .awa-datepicker.single-date thead .next { height: 30px; background-size: 10px 17px; } .awa-datepicker.single-date thead .dot { top: 4px; width: 3px; height: 3px; } .awa-datepicker.single-date thead .week-name th { font-size: 12px; height: 30px; } .awa-datepicker.single-date tbody td { height: 30px; } .awa-datepicker.single-date tbody td .day { height: 30px; line-height: 30px; text-align: center; font-size: 13px; } .awa-datepicker .holiday.hovering { color: #fd9a7c !important; } .awa-datepicker .holiday.first-date-selected, .awa-datepicker .holiday.last-date-selected { color: #fff !important; } .awa-datepicker .month-wrapper { width: 443px; position: relative; overflow: hidden; font-size: 0; margin: 0 auto; padding: 10px; } .awa-datepicker .month-wrapper .month-item { position: relative; width: 216px; display: inline-block; box-sizing: border-box; } .awa-datepicker .month-wrapper .month-item.first { float: left; } .awa-datepicker .month-wrapper .month-item.second { float: right; } .awa-datepicker .month-wrapper table { width: 216px; margin: 0 auto; } .awa-datepicker .month-wrapper table thead .select-wrapper { font-size: 0; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; } .awa-datepicker .month-wrapper table thead select { height: 30px; font-size: 18px; color: #000; font-family: "Geogrotesque-SemiBold"; background: none; } .awa-datepicker .month-wrapper table thead option { font-size: 18px; } .awa-datepicker .month-wrapper table thead th { height: 30px; border: 0 !important; background: none !important; } .awa-datepicker .month-wrapper table thead .month-name { text-align: center !important; width: 284px; } .awa-datepicker .month-wrapper table thead .month-element { font-size: 20px; color: #000; font-family: "Geogrotesque-SemiBold"; background: none; vertical-align: middle; display: inline-block; } .awa-datepicker .month-wrapper table thead .prev { font-size: 0; vertical-align: top; cursor: pointer; display: inline-block; min-width: 30px; height: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_arrow-left-black.svg") center center no-repeat; background-size: 10px 19px; } .awa-datepicker .month-wrapper table thead .next { font-size: 0; vertical-align: top; cursor: pointer; display: inline-block; min-width: 30px; height: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_arrow-right-black.svg") center center no-repeat; background-size: 10px 19px; } .awa-datepicker .month-wrapper table thead .dot { position: relative; top: 8px; margin: 0 5px; display: inline-block; background: #000; width: 3px; height: 3px; } .awa-datepicker .month-wrapper table thead .week-name th { font-weight: normal; font-size: 12px; color: #999; height: 30px; text-align: center; } .awa-datepicker tbody { border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; } .awa-datepicker tbody td { padding: 0 !important; height: 30px; text-align: center; cursor: pointer; border-top: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .awa-datepicker tbody td .day { width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 13px; color: #000; font-family: "Geogrotesque-Regular"; } .awa-datepicker tbody td .day.real-today { position: relative; background: #e2e2e2; } .awa-datepicker tbody td .lastMonth { color: #999; } .awa-datepicker tbody td .nextMonth { color: #999; } .awa-datepicker tbody td .first-date-selected { background: #ebaa2c !important; color: #fff; } .awa-datepicker tbody td .last-date-selected { background: #ebaa2c !important; color: #fff; } .awa-datepicker tbody td .checked { background: #f9ecd3; } .awa-datepicker tbody td .lastMonth.checked, .awa-datepicker tbody td .nextMonth.checked { background: none !important; color: #999 !important; } .awa-datepicker tbody td .hovering { background: #f9ecd3 !important; color: #000 !important; } .awa-datepicker .time-choices { border: 1px solid #b3b3b3; border-top: 0; font-size: 0; padding: 5px; overflow: hidden; } .awa-datepicker .time-choices span { position: relative; display: inline-block; width: 105px; } .awa-datepicker .time-choices span:after { content: ""; font-size: 14px; display: inline-block; line-height: 30px; margin-left: 6px; } .awa-datepicker .time-choices select { display: block; box-sizing: border-box; border: 1px solid #e6e6e6; vertical-align: top; display: inline-block; font-size: 14px; padding-left: 10px; width: 80px; height: 30px; } .awa-datepicker .time-choices .hour { float: left; } .awa-datepicker .time-choices .hour:after { content: "시"; } .awa-datepicker .time-choices .minute { float: right; } .awa-datepicker .time-choices .minute:after { content: "분"; } .awa-datepicker .month-apply { padding: 5px 0 5px 0; text-align: center; border: 1px solid #b3b3b3; border-top: 0; overflow: hidden; clear: both; } .awa-datepicker .bt-month-apply { border: 1px solid #b3b3b3; font-size: 12px; display: inline-block; width: 100px; height: 30px; color: #000; text-align: center; line-height: 30px; } .awa-datepicker .footer { padding: 0; border: 0; display: none; } .air-layer { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(236, 173, 51, 0.97); z-index: 100; overflow: hidden; } .air-layer .inner { width: 970px; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .air-layer .inner.airlies { height: 625px; } .air-layer .inner.airlies .paging a { color: #fff; border: 1px solid #fff; } .air-layer .inner.airlies .paginationjs { margin: 40px auto 0 auto; text-align: center; font-size: 0; } .air-layer .inner.airlies .paginationjs li { display: inline-block; margin: 0 2px; } .air-layer .inner.airlies .paginationjs li.active a { border: 1px solid #111 !important; color: #292a4d !important; } .air-layer .inner.airlies .paginationjs li a { display: block; width: 34px; height: 34px; line-height: 34px; font-size: 14px; color: #fff; border: 1px solid #fff; font-family: "Geogrotesque-SemiBold"; text-align: center; } .air-layer .inner.airlies .paginationjs li a:hover { border: 1px solid #111 !important; color: #292a4d !important; } .air-layer .inner.dates .layer-header { padding-bottom: 20px; } .air-layer .inner.dates .close { right: -50px; } .air-layer .inner.crs-share { width: 580px; } .air-layer .inner.pnr-reg { width: 820px; } .air-layer .inner.zip-code { width: 580px; } .air-layer .inner.air-fare-detail { width: 1110px; } .air-layer .inner.air-fare-detail .layer-header { padding-bottom: 20px; } .air-layer .inner.air-fare-detail .layer-body { background: #fff; padding: 80px 105px 50px 105px; } .air-layer .inner.srch-loading { width: 100%; max-width: 1200px; top: 100px; left: 50%; -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .air-layer .inner.srch-loading .tits { font-weight: 300; font-size: 40px; line-height: 120%; margin-bottom: 80px; color: #fff; letter-spacing: -2px; } .air-layer .inner.srch-loading .tits strong { font-weight: 700; } .air-layer .inner.srch-loading .trips { display: inline-block; font-size: 0; } .air-layer .inner.srch-loading .trips dl { display: inline-block; vertical-align: top; margin-right: 45px; } .air-layer .inner.srch-loading .trips dl:last-child { margin-right: 0; } .air-layer .inner.srch-loading .trips dt { font-size: 36px; font-weight: 700; letter-spacing: -2px; } .air-layer .inner.srch-loading .trips dt strong { font-weight: normal; font-family: "Geogrotesque-SemiBold"; } .air-layer .inner.srch-loading .trips dd { color: #fff; font-size: 16px; } .air-layer .inner.srch-loading .gage { position: relative; display: block; height: 16px; margin-top: 20px; } .air-layer .inner.srch-loading .gage .bar { width: 100%; height: 2px; background: #fff; position: absolute; top: 50%; left: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .inner.srch-loading .gage .plane { width: 20px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_white-plane.svg") center center no-repeat; position: absolute; top: 50%; right: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .layer-header { position: relative; padding-bottom: 50px; } .air-layer .layer-header h1 { font-size: 36px; color: #fff; font-weight: 700; letter-spacing: -2px; line-height: 100%; } .air-layer .layer-header h1.type2 { color: #000; } .air-layer .layer-header .tit-infos { position: absolute; bottom: 10px; right: 0; } .air-layer .layer-header .tit-infos .layer-check { display: inline-block; } .air-layer .layer-header .tit-infos .layer-check input { opacity: 0; position: absolute; } .air-layer .layer-header .tit-infos .layer-check input+label { position: relative; padding-left: 28px; color: #fff; font-size: 14px; cursor: pointer; display: block; height: 18px; line-height: 18px; } .air-layer .layer-header .tit-infos .layer-check input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: transparent; border: 1px solid #9a9ea6; width: 18px; height: 18px; line-height: 18px; border: 1px solid #fff; } .air-layer .layer-header .tit-infos .layer-check input:checked+label { color: #fff; } .air-layer .layer-header .tit-infos .layer-check input:checked+label:before { border: 1px solid #fff; background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_check.png") center center no-repeat; background-size: 8px 7px; } .air-layer .layer-header .tit-infos .custom-select { margin-left: 30px; } .air-layer .layer-header .tit-infos .custom-select select { width: 140px; } .air-layer .layer-header .tit-infos .custom-select .select2-container .select2-selection--single { background: none; border: 0; border-bottom: 1px solid #fff; color: #fff; } .air-layer .layer-header .tit-infos .custom-select .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 10px; } .air-layer .layer-header .tit-infos .custom-select .select2-container .select2-selection--single .select2-selection__arrow b { display: inline-block !important; position: absolute !important; top: 18px !important; right: 10px !important; width: 13px !important; height: 8px !important; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow2-off.png") center center no-repeat !important; border: none !important; left: auto !important; margin: 0 !important; -webkit-transform: rotateZ(0); transform: rotateZ(0); } .air-layer .layer-header .tit-infos .custom-select .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow2-on.png") center center no-repeat !important; -webkit-transform: rotateZ(0); transform: rotateZ(0); } .air-layer .srching-input { position: relative; width: 820px; } .air-layer .srching-input ::-webkit-input-placeholder { color: #fff; font-size: 18px; } .air-layer .srching-input ::-moz-placeholder { color: #fff; font-size: 18px; } .air-layer .srching-input :-ms-input-placeholder { color: #fff; font-size: 18px; } .air-layer .srching-input :-moz-placeholder { color: #fff; font-size: 18px; } .air-layer .srching-input input { font-size: 18px; padding-bottom: 10px; color: #fff; width: 100%; border: 0; border-bottom: 1px solid #fff; text-indent: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_srch.png") 0 6px no-repeat; } .air-layer .srching-input .del { position: absolute; top: 10px; right: 0; font-size: 12px; height: 16px; line-height: 16px; color: #fff; } .air-layer .srching-input .del:before { content: ""; display: inline-block; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_val-close.png") center center no-repeat; vertical-align: top; margin-right: 5px; } .air-layer .srching-input .result-nums { width: 350px; border-bottom: 1px solid #fff; font-size: 18px; color: #fff; padding-bottom: 5px; } .air-layer .domestic-items { display: block; font-size: 0; margin: -5px 0 0 -5px; width: 780px; } .air-layer .domestic-items li { display: inline-block; margin: 5px; } .air-layer .domestic-items .domestic-radio { display: inline-block; width: 120px; height: 52px; box-sizing: border-box; } .air-layer .domestic-items .domestic-radio input { position: absolute; opacity: 0; } .air-layer .domestic-items .domestic-radio input+label { font-family: "Noto Sans"; display: block; font-size: 16px; color: #fff; width: 120px; height: 52px; line-height: 52px; border: 1px solid #fff; box-sizing: border-box; text-align: center; cursor: pointer; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .domestic-items .domestic-radio input:checked+label { color: #000; border: 1px solid #000; } .air-layer .domestic-items .domestic-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer .layer-srching { min-height: 320px; height: 320px; overflow: hidden; overflow-y: auto; } .air-layer .layer-srching .srching-not { font-size: 14px; color: #000; } .air-layer .layer-srching .srching-item { display: inline-block; margin: 0 15px 10px 0; border-bottom: 1px solid #000; font-size: 14px; color: #000; font-family: "Noto Sans"; } .air-layer .layer-srch-result .in-scroll { height: 375px; overflow: hidden; overflow-y: auto; border-bottom: 1px solid #fff; box-sizing: border-box; } .air-layer .layer-srch-result table { width: 100%; } .air-layer .layer-srch-result table tr { cursor: pointer; } .air-layer .layer-srch-result table tr:first-child td { border-top: 0; } .air-layer .layer-srch-result table tr:hover td { background: rgba(255, 255, 255, 0.1); } .air-layer .layer-srch-result table tr:hover td span { color: #000; } .air-layer .layer-srch-result table td { border-top: 1px solid #f6d699; text-align: left; padding: 0 20px; height: 75px; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .layer-srch-result table td span { color: #fff; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .layer-srch-result table td.col1 span { width: 85px; } .air-layer .layer-srch-result table td.col2 span { width: 95px; } .air-layer .layer-srch-result table td.col3 { text-align: center; } .air-layer .layer-srch-result table td.col3 span { font-size: 16px; font-family: "Geogrotesque-Regular"; } .air-layer .layer-srch-result table td.col4 span { padding-left: 35px; font-size: 16px; font-family: "Geogrotesque-Regular"; } .air-layer .internationals { position: relative; overflow: hidden; margin-top: 40px; min-height: 320px; } .air-layer .internationals.long { min-height: 450px; } .air-layer .internationals .arrive-groups { position: absolute; top: 0; left: 0; width: 144px; border-right: 1px solid #f6d699; } .air-layer .internationals .arrive-groups li { margin-bottom: 20px; } .air-layer .internationals .arrive-groups li:last-child { margin-bottom: 0; } .air-layer .internationals .arrive-groups a { font-size: 18px; color: #fff; line-height: 100%; } .air-layer .internationals .arrive-groups a.actived { color: #000; font-weight: 700; } .air-layer .internationals .arrive-groups-child { margin: -5px 0 0 177px; } .air-layer .internationals .arrive-groups-child ul { display: block; font-size: 0; margin: 0 0 0 -5px; } .air-layer .internationals .arrive-groups-child ul.first { margin-bottom: 50px; } .air-layer .internationals .arrive-groups-child li { display: inline-block; margin: 5px; } .air-layer .internationals .arrive-groups-child .agc-radio { display: inline-block; width: 152px; height: 52px; box-sizing: border-box; } .air-layer .internationals .arrive-groups-child .agc-radio input { position: absolute; opacity: 0; } .air-layer .internationals .arrive-groups-child .agc-radio input+label { font-family: "Noto Sans"; display: block; font-size: 16px; color: #fff; width: 152px; height: 52px; line-height: 52px; border: 1px solid #fff; box-sizing: border-box; text-align: center; cursor: pointer; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .internationals .arrive-groups-child .agc-radio input:checked+label { color: #000; border: 1px solid #000; } .air-layer .internationals .arrive-groups-child .agc-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer .airlines { position: relative; overflow: hidden; margin-top: 40px; } .air-layer .airlines .airline-group { position: absolute; top: 0; left: 0; width: 144px; height: 100%; min-height: 300px; border-right: 1px solid #f6d699; } .air-layer .airlines .airline-group li { margin-bottom: 20px; } .air-layer .airlines .airline-group a { font-size: 18px; color: #fff; line-height: 100%; } .air-layer .airlines .airline-group a.actived { color: #000; font-weight: 700; } .air-layer .airlines .airline-group-child { margin: -5px 0 0 177px; } .air-layer .airlines .airline-group-child .sort { position: relative; } .air-layer .airlines .airline-group-child .sort .all { font-size: 14px; color: #111; position: absolute; top: 3px; left: 0; } .air-layer .airlines .airline-group-child .sort .all.actived { border-bottom: 1px solid #111; } .air-layer .airlines .airline-group-child .sort ul { margin: 0 0 10px 45px; } .air-layer .airlines .airline-group-child .sort ul li { display: inline-block; } .air-layer .airlines .airline-group-child .sort ul button { font-size: 14px; padding: 0 5px; width: 20px; text-align: center; box-sizing: border-box; } .air-layer .airlines .airline-group-child .sort ul.ko button { color: #111; } .air-layer .airlines .airline-group-child .sort ul.ko button.actived { border-bottom: 1px solid #111; } .air-layer .airlines .airline-group-child .sort ul.en li { margin-left: 1px; } .air-layer .airlines .airline-group-child .sort ul.en button { color: #fff; font-family: "Geogrotesque-Regular"; } .air-layer .airlines .airline-group-child .sort ul.en button.actived { border-bottom: 1px solid #fff; } .air-layer .airlines .airline-group-child .sort ul.en button:disabled { color: #ffc956; } .air-layer .airlines .airline-group-child .airline-items { display: block; font-size: 0; margin: 0 0 0 -5px; width: 670px; max-height: 310px; overflow-y: auto; } .air-layer .airlines .airline-group-child .airline-items li { display: inline-block; margin: 5px; } .air-layer .airlines .airline-group-child .airline-items .airline-radio { position: relative; display: inline-block; width: 152px; height: 52px; box-sizing: border-box; } .air-layer .airlines .airline-group-child .airline-items .airline-radio .tail { position: absolute; top: 10px; left: 18px; display: inline-block; height: 35px; z-index: -1; } .air-layer .airlines .airline-group-child .airline-items .airline-radio .tail img { position: absolute; top: 0; left: 0; width: 28px; height: 35px; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input { position: absolute; opacity: 0; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input+label { font-family: "Noto Sans"; display: block; font-size: 12px; color: #fff; width: 152px; height: 52px; line-height: 120%; border: 1px solid #fff; box-sizing: border-box; text-align: left; overflow: hidden; cursor: pointer; box-sizing: border-box; padding-left: 53px; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input+label .code { font-size: 18px; color: #fff; font-weight: 700; display: block; line-height: 100%; text-align: left; margin-top: 10px; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input+label span { display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input:checked+label { color: #000; border: 1px solid #000; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input:checked+label em { color: #000; } .air-layer .airlines .airline-group-child .airline-items .airline-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer .airlines .airline-group-child .airline-items .land-radio { position: relative; display: inline-block; width: 152px; height: 52px; box-sizing: border-box; } .air-layer .airlines .airline-group-child .airline-items .land-radio input { position: absolute; opacity: 0; } .air-layer .airlines .airline-group-child .airline-items .land-radio input+label { font-family: "Noto Sans"; display: block; font-size: 16px; color: #fff; width: 132px; height: 52px; line-height: 52px; padding: 0 10px; border: 1px solid #fff; box-sizing: border-box; text-align: left; overflow: hidden; cursor: pointer; box-sizing: border-box; text-align: center; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .air-layer .airlines .airline-group-child .airline-items .land-radio input:checked+label { color: #000; border: 1px solid #000; font-weight: 700; } .air-layer .airlines .airline-group-child .airline-items .land-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer .passengers { font-size: 0; margin-top: 80px; margin-bottom: 40px; } .air-layer .passengers ::-webkit-input-placeholder { color: #fff; font-size: 16px; } .air-layer .passengers ::-moz-placeholder { color: #fff; font-size: 16px; } .air-layer .passengers :-ms-input-placeholder { color: #fff; font-size: 16px; } .air-layer .passengers :-moz-placeholder { color: #fff; font-size: 16px; } .air-layer .passengers dl { width: 210px; display: inline-block; margin-right: 40px; } .air-layer .passengers dt { font-size: 18px; color: #000; } .air-layer .passengers dt em { font-size: 12px; color: #fff; margin-left: 5px; } .air-layer .passengers dd { position: relative; width: 210px; height: 52px; margin-top: 5px; box-sizing: border-box; border: 1px solid #fff; } .air-layer .passengers dd button { width: 50px; height: 50px; position: absolute; top: 0; } .air-layer .passengers dd button.up { right: 0; border-left: 1px solid #fff; } .air-layer .passengers dd button.up:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 16px; height: 1px; background: #fff; } .air-layer .passengers dd button.up:after { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -7px; width: 15px; height: 1px; background: #fff; transform: rotate(90deg); -ms-transform: rotate(90deg); } .air-layer .passengers dd button.down { left: 0; border-right: 1px solid #fff; } .air-layer .passengers dd button.down:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 16px; height: 1px; background: #fff; } .air-layer .passengers dd input { width: 107px; height: 50px; font-size: 16px; color: #fff; font-family: "Geogrotesque-Medium"; text-align: center; background: none; border: 0; margin-left: 50px; } .air-layer .seat-class { margin-bottom: 90px; } .air-layer .seat-class .seat-class-radio { display: inline-block; margin-right: 30px; } .air-layer .seat-class .seat-class-radio input { opacity: 0; position: absolute; } .air-layer .seat-class .seat-class-radio input+label { position: relative; padding-left: 34px; color: #fff; font-size: 16px; cursor: pointer; display: block; height: 24px; line-height: 22px; } .air-layer .seat-class .seat-class-radio input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: transparent; border: 1px solid #9a9ea6; width: 24px; height: 24px; border-radius: 24px; border: 1px solid #fff; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer .seat-class .seat-class-radio input+label:after { content: ""; } .air-layer .seat-class .seat-class-radio input:checked+label { color: #000; } .air-layer .seat-class .seat-class-radio input:checked+label:after { background: #fff; width: 12px; height: 12px; border-radius: 12px; position: absolute; top: 6px; left: 6px; } .air-layer .user-times { margin-top: 150px; } .air-layer .user-times .time-radios { margin-bottom: 65px; } .air-layer .user-times dl { padding: 25px 0; } .air-layer .user-times dt { display: inline-block; width: 120px; font-size: 18px; } .air-layer .user-times dd { display: inline-block; margin-right: 20px; } .air-layer .user-times button { width: 210px; height: 52px; line-height: 52px; text-align: center; box-sizing: border-box; border: 1px solid #fff; font-size: 16px; color: #fff; } .air-layer .user-times .custom-radio input+label { color: #fff; font-weight: 400; } .air-layer .user-times .custom-radio input+label:before { border: 1px solid #fff; background: none; } .air-layer .user-times .custom-radio input:checked+label { color: #000; } .air-layer .user-times .custom-radio input:checked+label:after { background: #fff; } .air-layer .user-times .line { height: 1px; background: rgba(255, 255, 255, 0.3); } .air-layer .bt-selects { width: 210px; height: 52px; line-height: 48px; text-align: center; color: #fff; border: 1px solid #fff; font-size: 16px; box-sizing: border-box; } .air-layer .layer-bts { text-align: center; margin-top: 40px; } .air-layer .layer-bts a, .air-layer .layer-bts button { margin: 0 3px; } .air-layer .close { width: 24px; height: 24px; position: absolute; top: 3px; right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_close3.png") center center no-repeat; background-size: 24px 24px; } .air-layer .datapicker-outer { background: #fff; padding: 35px 0 50px 0; } .air-layer .datapicker-outer .awa-datepicker { position: static; z-index: 1; width: 970px; min-height: 500px; margin-bottom: 30px; background: #fff; border: 0; margin-left: 0; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper { width: 936px !important; position: relative; overflow: hidden; font-size: 0; margin: 0 auto !important; padding: 0; border: 0 !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper .month-item { position: relative; width: 468px !important; display: inline-block; box-sizing: border-box; vertical-align: top; clear: initial !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table { width: 442px; margin: 0 auto; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .select-wrapper { font-size: 0; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead select { height: 66px; font-size: 36px; color: #000; font-family: "Geogrotesque-SemiBold"; background: none; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead th { min-width: 62px; height: 66px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .month-name { width: 284px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .prev { min-width: 50px; height: 66px; background: url("https://cdn.allwin.bid/air/resource/img/ico_prev-arrow.png") center center no-repeat; background-size: 16px 28px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .next { min-width: 50px; height: 66px; background: url("https://cdn.allwin.bid/air/resource/img/ico_next-arrow.png") center center no-repeat; background-size: 16px 28px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .dot { position: relative; top: 13px; margin: 0 8px; display: inline-block; background: #000; width: 5px; height: 5px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th { font-weight: normal; font-size: 16px; color: #999; height: 54px; text-align: center; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th:first-child { color: #fd9a7c !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th:last-child { color: #fd9a7c !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table thead .month-element { font-size: 36px; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody { border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td { height: 62px; text-align: center; cursor: pointer; border-top: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td:first-child .day { color: #fd9a7c; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td:last-child .day { color: #fd9a7c; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day { width: 63px; height: 62px; line-height: 44px; text-align: center; font-size: 18px; color: #000; font-family: "Geogrotesque-Regular"; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.invalid { color: #999; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.real-today:after { content: "TODAY"; line-height: 100% !important; font-size: 13px; width: 100%; color: #000; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .lastMonth { color: #999; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .lastMonth.checked { background: none !important; color: #999 !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .nextMonth { color: #999; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .nextMonth.checked { background: none !important; color: #999 !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected { background: #ebaa2c !important; color: #fff; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected { background: #ebaa2c !important; color: #fff; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .checked { background: #f9ecd3; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .hovering { background: #f9ecd3 !important; color: #000; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected { position: relative; color: #fff !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected:after { content: "가는날"; line-height: 100% !important; font-size: 12px; width: 100%; color: #fff; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected { position: relative; color: #fff !important; } .air-layer .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected:after { content: "오는날"; line-height: 100% !important; font-size: 12px; width: 100%; color: #fff; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer .datapicker-outer .datapicker-bt { display: block; width: 300px; height: 60px; line-height: 60px; margin: 0 auto 0 auto; background: #ebaa2c; font-size: 18px; color: #fff; text-align: center; } .air-layer .crs-tabs { position: relative; margin-bottom: 55px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-size: 0; } .air-layer .crs-tabs li { position: relative; display: inline-block; width: 100px; text-align: center; } .air-layer .crs-tabs li.is-actived:before { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: #fff; } .air-layer .crs-tabs li.is-actived a { font-weight: 700; } .air-layer .crs-tabs li:hover a { background: rgba(255, 255, 255, 0.2); } .air-layer .crs-tabs a { font-size: 16px; color: #fff; display: block; padding: 10px 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer .crs-lists dl { margin-bottom: 50px; } .air-layer .crs-lists dt { font-size: 16px; font-weight: 700; display: block; margin-bottom: 5px; } .air-layer .crs-lists li { font-size: 16px; color: #fff; line-height: 24px; } .air-layer .crs-lists li em { display: inline-block; vertical-align: top; font-family: "Geogrotesque-Bold"; color: #fff; margin-right: 10px; vertical-align: top; } .air-layer .crs-lists li div { position: relative; display: inline-block; padding-right: 60px; } .air-layer .crs-lists .enter { position: absolute; bottom: 0; right: 0; text-indent: -9999px; display: inline-block; width: 54px; height: 19px; background: url("https://cdn.allwin.bid/air/resource/img/img_enter.png") center center no-repeat; } .air-layer .pnr-reg-txts { margin-top: 40px; } .air-layer .pnr-reg-txts .pnr-txt { font-size: 14px; color: #000; } .air-layer .pnr-reg-txts .pnr-txt strong { font-weight: bold; border-bottom: 1px solid #000; } .air-layer .pnr-reg-txts .pnr-textarea { margin: 30px 0 0 0; height: 200px; padding: 20px; background: #fff; } .air-layer .pnr-reg-txts .pnr-textarea textarea { width: 100%; height: 100%; } .air-layer .pnr-reg-txts .pnr-tips { line-height: 150%; margin-top: 10px; } .air-layer .pnr-reg-txts .pnr-tips.tourway-tips { margin-top: 0; } .air-layer .pnr-reg-txts .pnr-tips .red { color: red; } .air-layer .pnr-reg-txts button { width: 210px; height: 52px; line-height: 52px; text-align: center; margin-top: 90px; color: #fff; border: 1px solid #fff; font-size: 18px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer .pnr-reg-txts button:hover { background: #fff; color: #edaf08; } .air-layer .air-fare-detail-info { position: relative; padding-bottom: 30px; box-sizing: border-box; overflow: hidden; } .air-layer .air-fare-detail-info ul { font-size: 0; } .air-layer .air-fare-detail-info li { display: inline-block; vertical-align: top; } .air-layer .air-fare-detail-info .info-code { width: 198px; } .air-layer .air-fare-detail-info .info-code .airline-code__wing { height: 41px; line-height: 65px; } .air-layer .air-fare-detail-info .info-code .airline-code__wing .tail { width: 36px; height: 41px; margin-right: 13px; } .air-layer .air-fare-detail-info .info-code .airline-code__wing .tail img { width: 36px; height: 41px; } .air-layer .air-fare-detail-info .info-code .airline-code__wing .code { line-height: 100%; position: absolute; top: 0; left: 50px; font-size: 24px; font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-info .info-label { width: 34px; } .air-layer .air-fare-detail-info .info-label .trip-label { margin: 3px 0; } .air-layer .air-fare-detail-info .info-at { width: 476px; margin-left: 60px; } .air-layer .air-fare-detail-info .info-at dl, .air-layer .air-fare-detail-info .info-at dt, .air-layer .air-fare-detail-info .info-at dd { display: inline-block; vertical-align: top; font-size: 24px; line-height: 100%; } .air-layer .air-fare-detail-info .info-at .city { font-weight: 500; } .air-layer .air-fare-detail-info .info-at .time { font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-info .info-at .date { margin: 3px 0 0 3px; display: block; font-size: 14px; font-family: "Geogrotesque-Medium"; } .air-layer .air-fare-detail-info .info-at .plane { margin: 5px 30px 0 30px; display: inline-block; vertical-align: top; width: 16px; height: 13px; background: url("https://cdn.allwin.bid/air/resource/img/ico_black-plane.svg") center center no-repeat; background-size: 16px 13px; } .air-layer .air-fare-detail-info .info-seller { width: 135px; text-align: left; position: absolute; top: 0; right: 0; } .air-layer .air-fare-detail-info .info-seller span { font-size: 12px; color: #999; } .air-layer .air-fare-detail-info .info-seller strong { display: block; font-size: 16px; font-weight: bold; } .air-layer .air-fare-detail-list table { width: 100%; border-top: 1px solid #000; } .air-layer .air-fare-detail-list table th { position: relative; border-bottom: 1px solid #000; height: 50px; font-weight: 700; } .air-layer .air-fare-detail-list table th:before { content: ""; width: 1px; height: 12px; background: #d7d7d7; position: absolute; top: 50%; left: 0; margin-top: -6px; } .air-layer .air-fare-detail-list table th:first-child:before { display: none; } .air-layer .air-fare-detail-list table th .number { font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-list table tbody th { border-bottom: 1px solid #d9d9d9; height: 55px; text-align: left; padding-left: 20px; } .air-layer .air-fare-detail-list table tbody td { border-bottom: 1px solid #d9d9d9; height: 55px; text-align: right; padding-right: 20px; } .air-layer .air-fare-detail-list table tbody td .number { font-family: "Geogrotesque-Medium"; } .air-layer .air-fare-detail-list table tbody td .bold { font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-list table .sum th, .air-layer .air-fare-detail-list table .sum td { background: #f5f5f8; } .air-layer .air-fare-detail-list table .total td { position: relative; text-align: left; padding: 25px; } .air-layer .air-fare-detail-list table .benefits { overflow: hidden; padding: 5px 0; } .air-layer .air-fare-detail-list table .benefits dt { float: left; color: #ebaa2c; width: 75px; } .air-layer .air-fare-detail-list table .benefits dd { margin-left: 75px; } .air-layer .air-fare-detail-list table .benefits .txt { font-weight: 700; } .air-layer .air-fare-detail-list table .benefits .sale { font-weight: 700; color: #ebaa2c; } .air-layer .air-fare-detail-list table .benefits .txt2 { color: #a6a6a6; margin-top: 5px; } .air-layer .air-fare-detail-list table .benefits .txt2 span { font-size: 12px; display: block; } .air-layer .air-fare-detail-list table .benefits .txt2 .number { font-family: "Geogrotesque-SemiBold"; } .air-layer .air-fare-detail-list table .total-pay { position: absolute; top: 50%; right: 25px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-align: right; line-height: 150%; } .air-layer .air-fare-detail-list table .total-pay dt { color: #a2a3a6; font-size: 12px; } .air-layer .air-fare-detail-list table .total-pay dd { font-size: 16px; font-weight: 700; } .air-layer .air-fare-detail-list table .total-pay dd .number { font-size: 30px; font-family: "Geogrotesque-Bold"; position: relative; top: 2px; } .air-layer .air-control { position: absolute; top: 50%; height: 92px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .air-layer .air-control .t1 { font-weight: 700; font-size: 22px; display: block; } .air-layer .air-control .t2 { font-size: 22px; color: #f8e9d2; display: block; } .air-layer .air-control .ico { position: absolute; top: 0; display: inline-block; width: 52px; height: 92px; } .air-layer .air-control .ico:after { content: ""; position: absolute; top: 0; display: inline-block; width: 52px; height: 92px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer .air-control.air-next { text-align: right; right: 100px; padding-right: 70px; } .air-layer .air-control.air-next .ico { right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-next.png") center center no-repeat; } .air-layer .air-control.air-next .ico:after { opacity: 1; right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-next.png") center center no-repeat; } .air-layer .air-control.air-prev { text-align: left; left: 100px; padding-left: 70px; } .air-layer .air-control.air-prev .ico { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-prev.png") center center no-repeat; } .air-layer .air-control.air-prev .ico:after { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-prev.png") center center no-repeat; } .air-layer .air-control:hover.air-next .ico:after { right: -20px; opacity: 0; } .air-layer .air-control:hover.air-prev .ico:after { left: -20px; opacity: 0; } .air-layer .air-schedules { position: absolute; top: 0; left: 50%; width: 970px; margin-left: -485px; font-size: 0; z-index: 10; } .air-layer .air-schedules li { display: inline-block; width: 33.33%; } .air-layer .air-schedules li.is-actived strong { color: #000; font-family: "Geogrotesque-Bold"; } .air-layer .air-schedules li.is-actived a:after { background: black; } .air-layer .air-schedules a { position: relative; display: block; padding-top: 80px; padding-bottom: 10px; } .air-layer .air-schedules a:after { content: ""; position: absolute; bottom: 0; left: 0; height: 6px; width: 100%; background: rgba(255, 255, 255, 0.5); } .air-layer .air-schedules strong { line-height: 100%; font-size: 20px; color: #fff; font-family: "Geogrotesque-Medium"; } .air-layer .slide-groups { position: relative; overflow: hidden; box-sizing: border-box; font-size: 0; } .air-layer .slide-groups .groups-slides { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer .slide-groups .slide-group .slide-item { position: relative; display: inline-block; vertical-align: top; box-sizing: border-box; font-size: 15px; } @media screen and (max-height: 900px) { .air-layer .inner.air-fare-detail .layer-body { padding: 30px 50px 20px 50px; } } .air-layer2 { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; font-size: 0; background: rgba(0, 0, 0, 0.8); z-index: 100; overflow: hidden; } .air-layer2 .close { position: absolute; top: 20px; right: 20px; width: 29px; height: 29px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close1.png") center center no-repeat; } .air-layer2 .inner { background: #fff; border-radius: 2px; margin: 0 auto; overflow: hidden; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; min-width: 340px; padding: 75px 40px 145px 40px; } .air-layer2 .inner .tit { font-size: 20px; font-weight: 700; display: block; text-align: left; position: absolute; top: 40px; left: 40px; } .air-layer2 .inner .tit-sub { font-size: 12px; color: #aaaaaa; text-align: left; margin: -5px 0 30px 0; } .air-layer2 .inner .default-txts { vertical-align: middle; text-align: center; font-size: 20px; font-weight: 700; } .air-layer2 .inner .txt-group .txt1 { margin-bottom: 10px; font-size: 30px; font-weight: 100; line-height: 120%; } .air-layer2 .inner .txt-group .txt1 strong { font-weight: 700; } .air-layer2 .inner .txt-group .txt2 { font-size: 14px; font-weight: 700; line-height: 130%; } .air-layer2 .inner .txt-group .txt2 .fc { font-family: "Geogrotesque-SemiBold"; } .air-layer2 .inner .txt-group .txt3 { margin-top: 26px; } .air-layer2 .inner .txt-group .okay-list dl { position: relative; display: inline-block; font-size: 14px; padding: 0 10px; } .air-layer2 .inner .txt-group .okay-list dl:first-child:before { content: ""; width: 1px; height: 12px; background: #cecece; position: absolute; top: 5px; right: 0; } .air-layer2 .inner .txt-group .okay-list dt { display: inline-block; font-family: "Geogrotesque-SemiBold"; } .air-layer2 .inner .txt-group .okay-list dd { display: inline-block; } .air-layer2 .inner .phone-input { position: relative; } .air-layer2 .inner .phone-input .custom-input { width: 355px; } .air-layer2 .inner .phone-input .time { position: absolute; top: 0; right: 15px; font-size: 12px; line-height: 40px; color: #111; } .air-layer2 .inner .phone-input button { position: absolute; top: 0; right: 0; width: 115px; height: 42px; line-height: 39px; border: 1px solid #111; text-align: center; box-sizing: border-box; font-size: 14px; border-radius: 2px; } .air-layer2 .inner .phone-input button.black { background: #111; color: #fff; } .air-layer2 .inner .phone-input button:disabled { background: #949494; color: #fff; border: 1px solid #949494; } .air-layer2 .inner .phone-input.cell-phone-number .required, .air-layer2 .inner .phone-input.auth-number .required { top: -22px; } .air-layer2 .inner .auth-txt { font-size: 12px; color: #111; position: absolute; top: 0; right: 0; } .air-layer2 .matching-start { width: 430px; } .air-layer2 .matching-start .txt1 { font-size: 36px; line-height: 120%; font-weight: 100; } .air-layer2 .matching-start .txt1 strong { font-weight: 700; } .air-layer2 .matching-start .txt2 { font-weight: 700; margin-top: 15px; font-size: 14px; } .air-layer2 .matching-start .txt2 span { color: #edaf08; } .air-layer2 .matching-start .txt3 { margin-top: 160px; font-weight: 700; font-size: 14px; } .air-layer2 .matching-start .txt4 { font-size: 12px; margin-top: 15px; } .air-layer2 .matching-start .bt-view { display: block; box-sizing: border-box; width: 180px; height: 42px; line-height: 40px; text-align: center; margin: 20px auto 0 auto; border-radius: 2px; border: 1px solid #cecece; font-size: 14px; } .air-layer2 .recom-land { width: 500px; padding: 0 0 55px 0; } .air-layer2 .recom-land .recom-land-info1 { background: #f9c028; height: 340px; overflow: hidden; } .air-layer2 .recom-land .recom-land-info1 .t1 { font-weight: 300; font-size: 36px; color: #000; line-height: 120%; margin: 70px 0 0 0; } .air-layer2 .recom-land .recom-land-info1 .t1 strong { font-weight: 700; } .air-layer2 .recom-land .recom-land-info1 .t2 { font-size: 14px; font-weight: 700; color: #000; margin: 25px 0 25px 0; } .air-layer2 .recom-land .recom-land-info1 a { display: block; font-size: 14px; color: #fff; border: 1px solid #fff; width: 180px; height: 42px; line-height: 39px; box-sizing: border-box; margin: 0 auto; border-radius: 2px; } .air-layer2 .recom-land .recom-land-info2 { position: relative; height: 381px; background: #f4f4f4; overflow: hidden; } .air-layer2 .recom-land .land-pick-items { position: relative; width: 400px; margin: 40px auto 0 auto; } .air-layer2 .recom-land .land-pick-items>ul { font-size: 0; } .air-layer2 .recom-land .land-pick-items .land-item { position: relative; display: inline-block; vertical-align: top; width: 400px; box-sizing: border-box; text-align: left; } .air-layer2 .recom-land .land-pick-items .land-item.active-slide .bt-pick { opacity: 1; } .air-layer2 .recom-land .land-pick-items .land-item .bt-pick { -moz-transition: all, 0.5s; -o-transition: all, 0.5s; -webkit-transition: all, 0.5s; transition: all, 0.5s; opacity: 0; position: absolute; top: -7px; right: -10px; width: 59px; height: 54px; z-index: 6; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_pick-gray.png") center center no-repeat; } .air-layer2 .recom-land .land-pick-items .land-item .bt-pick em { display: inline-block; vertical-align: top; height: 54px; line-height: 35px; text-align: center; font-size: 14px; font-family: "Geogrotesque-Bold"; color: #fff; } .air-layer2 .recom-land .land-pick-items .land-item .bt-pick.is-picked { width: 99px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_pick-yellow.png") center center no-repeat; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner { position: relative; overflow: hidden; border-radius: 3px; box-sizing: border-box; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos { position: relative; z-index: 5; padding: 25px 20px; height: 280px; background: #fff; border: 1px solid #ececec; box-sizing: border-box; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .tit { color: #111; display: block; font-size: 26px; font-weight: 700; line-height: 100%; position: relative; top: auto; left: auto; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .summery { font-size: 14px; color: #000; display: block; line-height: 130%; margin-top: 10px; height: 36px; word-break: keep-all; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .link { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 2px; font-weight: 700; font-size: 14px; box-sizing: border-box; margin-right: 6px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .bts { margin-top: 5px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .bts a { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 2px; font-weight: 700; font-size: 14px; box-sizing: border-box; margin-right: 6px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info1 .bts .bt2 { border: 1px solid #0e0843; background: #0e0843; color: #fff; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 { position: absolute; bottom: 25px; left: 20px; right: 20px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 .name { font-size: 14px; display: block; color: #aaa; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 .addr { width: 220px; height: 25px; font-size: 12px; display: table-cell; color: #aaa; vertical-align: bottom; line-height: 130%; word-break: keep-all; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 .tel { position: absolute; right: 0; bottom: 0px; font-family: "Geogrotesque-Bold"; font-size: 14px; } .air-layer2 .recom-land .land-pick-items .land-item .item-inner .infos .info2 .bt { position: absolute; bottom: 0px; right: 0; display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; } .air-layer2 .recom-land .awa-slide__viewport { overflow: visible !important; } .air-layer2 .recom-land .awa-slide__prev, .air-layer2 .recom-land .awa-slide__next { width: 50px; height: 50px; position: absolute; top: 115px; } .air-layer2 .recom-land .awa-slide__prev { left: -50px; background: url("https://cdn.allwin.bid/air/resource/img/ico_prev-arrow4.png") center center no-repeat; } .air-layer2 .recom-land .awa-slide__next { right: -50px; background: url("https://cdn.allwin.bid/air/resource/img/ico_next-arrow4.png") center center no-repeat; } .air-layer2 .recom-land .awa-slide__pager { margin-top: 20px; } .air-layer2 .recom-land .awa-slide__pager .awa-slide__pager-item { display: inline-block; margin: 0 4px; } .air-layer2 .recom-land .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link { display: inline-block; width: 8px; height: 8px; background: #e7e7e7; border-radius: 8px; } .air-layer2 .recom-land .awa-slide__pager .awa-slide__pager-item .awa-slide_pager-link--active { background: #f9c028; } .air-layer2 .mixed { width: 1010px; padding: 0; overflow: visible; } .air-layer2 .mixed .groups { position: relative; font-size: 0; } .air-layer2 .mixed .groups .group-col { position: relative; display: inline-block; vertical-align: top; height: 720px; } .air-layer2 .mixed .groups .group-col.first-col { width: 510px; background: url(https://cdn.allwin.bid/air/resource/img/layer-shadow.png) right center no-repeat; } .air-layer2 .mixed .groups .group-col.second-col { width: 500px; } .air-layer2 .mixed .groups .group-col.second-col .recom-land-info2 { height: 380px; } .air-layer2 .mixed .matching-start { margin: 0 auto; height: 720px; overflow: hidden; } .air-layer2 .mixed .matching-start .txt1 { margin-top: 75px; } .air-layer2 .mixed .recom-land { padding: 0; } .air-layer2 .mixed .close { top: 0px; right: -62px; width: 42px; height: 42px; background: url(https://cdn.allwin.bid/air/resource/img/ico_close2.png) center center no-repeat; } .air-layer2 .login { width: 400px; padding-bottom: 0; text-align: left; } .air-layer2 .login .login-input { margin: 30px auto 0 auto; } .air-layer2 .login .login-input label { font-size: 14px; } .air-layer2 .login .id-save { margin: 5px auto 0 auto; } .air-layer2 .login .login-bts { margin: 30px auto 0 auto; } .air-layer2 .login .login-banner { width: 480px; border-top: 0; margin-left: -40px; padding-top: 0; } .air-layer2 .alert { width: 340px; position: absolute; top: 50%; left: 50%; padding-bottom: 125px; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .air-layer2 .seller-chain { width: 480px; padding-top: 120px; } .air-layer2 .seller-chain .txt1 { font-size: 36px; line-height: 120%; font-weight: 100; } .air-layer2 .seller-chain .txt1 strong { font-weight: 700; } .air-layer2 .seller-chain .txt2 { font-weight: 700; margin-top: 15px; font-size: 14px; } .air-layer2 .seller-chain .txt2 span { color: #edaf08; } .air-layer2 .seller-chain .txt3 { margin-top: 160px; font-size: 14px; } .air-layer2 .seller-chain .txt3 strong { font-weight: 700; } .air-layer2 .seller-chain .txt4 { font-size: 36px; line-height: 120%; font-weight: 700; } .air-layer2 .seller-chain .txt4 strong { font-family: "Geogrotesque-SemiBold"; } .air-layer2 .seller-chain .policy { text-align: left; } .air-layer2 .seller-chain .policy__tit { display: block; font-size: 14px; color: #111; } .air-layer2 .seller-chain .policy__scroll { margin: 10px 0; border-top: 1px solid #333; border-bottom: 1px solid #e1e1e1; height: 305px; overflow: hidden; overflow-y: auto; padding: 10px 8px; } .air-layer2 .seller-chain .policy ol { font-size: 12px; color: #111; line-height: 160%; } .air-layer2 .seller-chain .policy ol>li { margin-top: 15px; } .air-layer2 .seller-chain .policy ol>li:first-child { margin-top: 0; } .air-layer2 .seller-chain .policy h3 { font-size: 12px; color: #111; margin: 0 0 5px 0; } .air-layer2 .seller-chain .policy table th { background: #efefef; font-weight: normal; text-align: center; border: 1px solid #a4a4a4; } .air-layer2 .seller-chain .policy table td { border: 1px solid #a4a4a4; padding: 5px 10px; } .air-layer2 .seller-chain .policy table td.center { text-align: center; } .air-layer2 .seller-chain .chain-bts { margin-top: 20px; } .air-layer2 .seller-chain .chain-bts a { display: inline-block; vertical-align: top; box-sizing: border-box; width: 236px; height: 56px; max-height: 56px; text-align: center; margin: 0 2px; border-radius: 2px; background: #2a2a4e; font-size: 14px; font-weight: bold; padding: 9px 0; color: #fff; } .air-layer2 .seller-chain .chain-bts a:last-child { line-height: 56px; padding: 0; } .air-layer2 .seller-chain .chain-bts a em { display: block; font-size: 12px; color: #999; } .air-layer2 .seller-chain .chain-bts.solo a { padding: 9px 0; line-height: 140%; border: 1px solid #cecece; background: none; color: #161820; } .air-layer2 .sms-send { width: 480px; padding-top: 90px; padding-bottom: 70px; } .air-layer2 .sms-send .input-items { min-height: 250px; } .air-layer2 .sms-send .input-items .input-item { position: relative; margin-bottom: 10px; } .air-layer2 .sms-send .input-items .input-item .custom-input:first-child { width: 236px; } .air-layer2 .sms-send .input-items .input-item .custom-input:last-child { width: 208px; } .air-layer2 .sms-send .input-items .del { position: absolute; top: 13px; right: 10px; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close4.png") center center no-repeat; opacity: 0.3; } .air-layer2 .sms-send .add em { font-size: 12px; color: #aaa; display: inline-block; margin-left: 10px; line-height: 32px; vertical-align: top; } .air-layer2 .sms-send .mr10 { margin-right: 10px; } .air-layer2 .admin-reg { width: 480px; padding-top: 90px; padding-bottom: 70px; } .air-layer2 .seat-select { width: 530px; padding: 90px 30px 85px 40px; } .air-layer2 .seat-select .seat-groups .seats-area { padding-top: 192px; text-align: center; } .air-layer2 .seat-select .seat-groups .seats { text-align: center; } .air-layer2 .seat-select .seat-groups .seats .line-number { width: 20px; height: 20px; display: inline-block; font-size: 14px; line-height: 21px; font-family: "Geogrotesque-Regulr"; margin: 2px; } .air-layer2 .seat-select .seat-groups .seats .line-number.front { line-height: 29px; height: 28px; } .air-layer2 .seat-select .seat-groups .seat { width: 20px; height: 20px; display: inline-block; margin: 2px; font-family: "Geogrotesque-SemiBold"; font-size: 11px; line-height: 19px; } .air-layer2 .seat-select .seat-groups .seat a { color: #fff; } .air-layer2 .seat-select .seat-groups .seat.front.selected, .air-layer2 .seat-select .seat-groups .seat.A.selected, .air-layer2 .seat-select .seat-groups .seat.B.selected, .air-layer2 .seat-select .seat-groups .seat.C.selected { background: #fe4d0a; } .air-layer2 .seat-select .seat-groups .seat.front { height: 28px; line-height: 29px; background: #fdd32a; } .air-layer2 .seat-select .seat-groups .seat.A { background: #4b89fa; } .air-layer2 .seat-select .seat-groups .seat.B { background: #52b5f9; } .air-layer2 .seat-select .seat-groups .seat.C { background: #93d2fe; } .air-layer2 .emergency-notice { width: 480px; padding: 90px 30px 85px 40px; } .air-layer2 .seat-notice { width: 480px; padding: 90px 30px 85px 40px; } .air-layer2 .food-menu, .air-layer2 .food-detail, .air-layer2 .lounge-notice { width: 1030px; padding: 90px 17px 85px 40px; } .air-layer2 .seat-select p.sub-txt { font-size: 14px; } .air-layer2 .seat-select .seat-groups { border: 1px solid #e7e7e7; background: #f5f5f5 url(https://cdn.allwin.bid/air/resource/img/ags/bg_airplane.png) center 84px no-repeat; padding: 20px 20px 0; height: 616px; margin-top: 20px; overflow: hidden; } .air-layer2 .seat-select .seat-groups .seat-minimap { width: 76px; height: 190px; background: url(https://cdn.allwin.bid/air/resource/img/ags/bg_airplane.png) center center no-repeat; background-size: 48%; position: absolute; right: 20px; top: 56px; } .air-layer2 .seat-select .seat-groups .seat-minimap a.selected { width: 74px; height: 93px; border: 1px solid #fe4d0a; display: block; } .air-layer2 .seat-select .seat-groups .seat-minimap a.selected.top:before { content: ""; background: rgba(0, 0, 0, 0.1); width: 76px; height: 95px; position: absolute; right: 0; bottom: 0; } .air-layer2 .seat-select .seat-groups .seat-minimap a.selected.bottom:before { content: ""; background: rgba(0, 0, 0, 0.1); width: 76px; height: 95px; position: absolute; right: 0; top: 0; } .air-layer2 .seat-select .seat-groups .seat-type .seat-tit { text-align: left; font-size: 12px; position: relative; padding-left: 12px; padding-bottom: 8px; } .air-layer2 .seat-select .seat-groups .seat-type .seat-tit i { width: 8px; height: 8px; border-radius: 36px; position: absolute; top: 7px; left: 0px; } .air-layer2 .seat-select .seat-tit.front i { background: #fdd32a; } .air-layer2 .seat-select .seat-tit.A i { background: #4b89fa; } .air-layer2 .seat-select .seat-tit.B i { background: #52b5f9; } .air-layer2 .seat-select .seat-tit.C i { background: #93d2fe; } .air-layer2 .food-menu p.sub-txt { font-size: 14px; } .air-layer2 .food-menu .food-list { overflow: hidden; } .air-layer2 .food-menu .food-list ul li { width: 238px; height: 412px; overflow: hidden; border-radius: 3px; float: left; margin: 20px 20px 20px 0; } .air-layer2 .food-menu .food-list ul li:nth-child(4n) { margin-right: 0; } .air-layer2 .food-menu .food-list ul li .thumb { display: block; width: 238px; height: 238px; overflow: hidden; } .air-layer2 .food-menu .food-list ul li .infos { padding: 20px 16px; border: 1px solid #ececec; border-top: 0; position: relative; height: 133px; } .air-layer2 .food-menu .food-list ul li .infos strong { font-size: 18px; font-weight: 700; overflow: hidden; max-height: 46px; line-height: 22px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; display: block; } .air-layer2 .food-menu .food-list ul li .infos p { margin-top: 5px; max-height: 40px; word-break: keep-all; overflow: hidden; font-size: 14px; } .air-layer2 .food-menu .food-list ul li .infos .price { color: #fe4d0a; font-size: 24px; font-family: "Geogrotesque-SemiBold"; position: absolute; bottom: 20px; } .air-layer2 .food-menu .food-list ul li .infos .price .list-price { text-decoration: line-through; color: #888; font-size: 14px; margin-right: 8px; } .air-layer2 .food-menu .food-list ul li .infos .price span { font-size: 16px; } .air-layer2 .food-detail .food-thumb { width: 238px; height: 238px; display: inline-block; } .air-layer2 .food-detail .food-infos { font-size: 14px; display: inline-block; margin-left: 20px; vertical-align: top; width: 752px; } .air-layer2 .food-detail .food-infos h6 { font-weight: 700; font-size: 16px; border-bottom: 1px solid #e7e7e7; padding-bottom: 12px; } .air-layer2 .food-detail .food-infos dl { border-bottom: 1px solid #e7e7e7; padding: 12px 20px; } .air-layer2 .food-detail .food-infos dl dt { display: inline-block; color: #fe4d0a; vertical-align: top; margin-right: 20px; font-weight: 600; } .air-layer2 .food-detail .food-infos dl dd { display: inline-block; } .air-layer2 .food-detail .food-infos .food-ingredient { padding-top: 20px; } .air-layer2 .food-detail .food-infos .food-ingredient p { color: #888; font-size: 13px; word-break: keep-all; padding-top: 20px; } .air-layer2 .food-menu .contact-in-scroll, .air-layer2 .lounge-notice .contact-in-scroll { max-height: 612px; } .air-layer2 .lounge-notice .lounge-info { width: 1007px; height: 400px; } .air-layer2 .lounge-notice .lounge-info-rolling { width: 480px; height: 400px; float: left; position: relative; } .air-layer2 .lounge-notice .lounge-info-ico { width: 506px; height: 340px; float: left; text-align: center; padding-top: 60px; padding-left: 20px; } .air-layer2 .lounge-notice .lounge-info-ico ul { display: inline-block; *display: inline; zoom: 1; } .air-layer2 .lounge-notice .lounge-info-ico ul li { display: inline-block; margin-left: -1px; z-index: 1; text-align: center; width: 168px; height: 116px; position: relative; margin-bottom: 60px; } .air-layer2 .lounge-notice .lounge-info-ico ul li p { font-size: 14px; padding-top: 12px; } .air-layer2 .lounge-notice .lounge-info-ico ul li:before { content: ""; position: absolute; right: 0; width: 1px; height: 116px; background: #e7e7e7; } .air-layer2 .lounge-notice .lounge-info-ico ul li:nth-child(3n):before { content: none; } .air-layer2 .lounge-notice .sec { margin-top: 40px; } .air-layer2 .lounge-notice .sec h5 { font-size: 16px; font-weight: 700; padding-bottom: 20px; } .air-layer2 .lounge-notice .sec .line-box { border: 1px solid #e7e7e7; width: 1005px; text-align: center; padding: 48px 0; box-sizing: border-box; } .air-layer2 .lounge-notice .sec .line-box.process ul li { display: inline-block; width: 24.8%; position: relative; vertical-align: top; } .air-layer2 .lounge-notice .sec .line-box.process ul li p { font-size: 18px; line-height: 24px; } .air-layer2 .lounge-notice .sec .line-box.process ul li:before { content: ""; background: url(https://cdn.allwin.bid/air/resource/img/ags/arr.png) 0 0 no-repeat; width: 16px; height: 16px; position: absolute; right: 0; top: 27px; } .air-layer2 .lounge-notice .sec .line-box.process ul li:last-child:before { content: none; } .air-layer2 .lounge-notice .sec .bg-box { height: 50px; background: #111; padding: 0 16px; line-height: 49px; position: relative; width: 973px; } .air-layer2 .lounge-notice .sec .bg-box b { font-weight: 700; color: #fff; font-size: 14px; } .air-layer2 .lounge-notice .bg-box span { color: #fe4d0a; position: absolute; right: 16px; font-size: 14px; } .air-layer2 .lounge-notice .lounge-info-rolling .awa-slide__controls-direction a.awa-slide__prev { background: url(https://cdn.allwin.bid/air/resource/img/ags/arr-prev.png) 0 0 no-repeat; width: 36px; height: 36px; position: absolute; left: 407px; bottom: 0; font-size: 0; } .air-layer2 .lounge-notice .lounge-info-rolling .awa-slide__controls-direction a.awa-slide__next { background: url(https://cdn.allwin.bid/air/resource/img/ags/arr-next.png) 0 0 no-repeat; width: 36px; height: 36px; position: absolute; left: 444px; bottom: 0; font-size: 0; } .air-layer2 .txt-box { border: 1px solid #e7e7e7; padding: 16px; font-size: 12px; color: #666; word-break: keep-all; line-height: 20px; } .air-layer2 .txt-box p, .air-layer2 .txt-box ol { padding-bottom: 20px; } .air-layer2 .txt-box em { color: #fe4d0a; } .air-layer2 .all-check { text-align: right; margin-top: 10px; } .air-layer2 .all-check .custom-check { margin-right: 0; } .air-layer2 .payment-detail .payment-detail-tbs h4 { font-size: 14px; font-weight: 700; margin-bottom: 12px; } .air-layer2 .payment-detail table { width: 465px; } .air-layer2 .payment-detail .m40 { height: 40px; } .air-layer2 .payment-detail table thead th { text-align: center; height: 50px; border-top: 1px solid #111; border-bottom: 1px solid #111; font-size: 13px; font-weight: 700; font-family: "Noto Sans"; line-height: 130%; } .air-layer2 .payment-detail table tbody td { font-size: 13px; text-align: center; min-height: 10px; padding: 16px 0; border-bottom: 1px solid #e7e7e7; } .air-layer2 .payment-detail .contact-in-scroll { max-height: 580px; } .air-layer2 .payment-detail { width: 480px; padding: 90px 30px 85px 40px; } .air-layer2 .payment-receipt { width: 480px; padding: 90px 30px 85px 40px; } .air-layer2 .payment-receipt .contact-in-scroll { max-height: 400px; } .air-layer2 .payment-receipt .contact-in-scroll .row { margin-right: 15px; } .air-layer2 .payment-receipt .contact-in-scroll .row.solo .col { max-width: 100%; } .air-layer2 .processing-detail { width: 480px; padding: 90px 30px 85px 40px; min-height: 380px; } .air-layer2 .processing-detail .contact-in-scroll { max-height: 560px; } .air-layer2 .processing-detail .contact-in-scroll .row { margin-right: 15px; } .air-layer2 .processing-detail .contact-in-scroll .row.solo .col { max-width: 100%; } .air-layer2 .member-out { width: 480px; padding-top: 90px; padding-bottom: 70px; } .air-layer2 .member-out .out-txt1 { border-bottom: 1px solid #333; padding-bottom: 15px; font-size: 16px; font-weight: 500; text-align: left; } .air-layer2 .member-out .out-txt2 { margin: 15px 0 15px 3px; text-align: left; } .air-layer2 .member-out .out-txt2 li { position: relative; font-size: 14px; padding: 5px 0 5px 7px; } .air-layer2 .member-out .out-txt2 li:before { content: ""; position: absolute; top: 19px; left: 0; width: 2px; height: 2px; background: #262626; } .air-layer2 .member-out .out-form { border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 30px 0 0 0; } .air-layer2 .member-out .out-form .tits { font-size: 16px; display: block; font-weight: 700; line-height: 100%; text-align: left; margin-bottom: 25px; } .air-layer2 .member-out .out-form .choice-tit { font-size: 14px; color: #aaa; border-bottom: 1px solid #333; padding-bottom: 15px; } .air-layer2 .member-out .out-form .choice-tit strong { font-size: 16px; font-weight: 500; display: block; color: #111; } .air-layer2 .member-out .out-form .out-lists { padding: 10px 0 5px 8px; } .air-layer2 .member-out .out-form .out-lists .custom-radio { vertical-align: top; } .air-layer2 .member-out .out-form .out-lists input+label { margin-bottom: 0 !important; color: #aaa; font-weight: 400; } .air-layer2 .member-out .out-form .out-lists input:checked+label { color: #000; } .air-layer2 .member-out .out-form .out-lists li { padding: 5px 0; } .air-layer2 .member-out .out-form .out-lists .custom-input { width: 410px; height: 32px; display: inline-block; margin-left: 5px; top: -5px; } .air-layer2 .member-out .out-form .out-lists .custom-input input { height: 30px; } .air-layer2 .member-out .out-form .mb0 { margin-bottom: 0; } .air-layer2 .member-out .out-check { padding: 30px 0 20px 0; } .air-layer2 .contact-us { width: 480px; padding-top: 90px; padding-bottom: 70px; } .air-layer2 .contact-us .contact-in-scroll { max-height: 585px; } .air-layer2 .contact-us .contact-in-scroll .row { margin-right: 15px; } .air-layer2 .contact-us .contact-in-scroll .row.solo .col { max-width: 100%; } .air-layer2 .contact-us .contact-in-scroll .row .col { max-width: 226px; } .air-layer2 .contact-us .contact-policy .custom-textarea { position: relative; border: 1px solid #cecece; border-radius: 2px; background: #fff; display: block; box-sizing: border-box; overflow: hidden; padding: 10px; font-size: 12px; height: 82px; } .air-layer2 .contact-us .contact-policy .custom-check { margin-top: 10px; } .air-layer2 .contact-us .contact-policy .custom-check label { font-size: 14px; color: #aaa !important; font-weight: 400; } .air-layer2 .contact-us .company-type { font-size: 0; border: 1px solid #cecece; border-radius: 2px; overflow: hidden; } .air-layer2 .contact-us .company-type li { width: 20%; display: inline-block; border-left: 1px solid #cecece; box-sizing: border-box; } .air-layer2 .contact-us .company-type li .type-check input { position: absolute; opacity: 0; } .air-layer2 .contact-us .company-type li .type-check input+label { font-size: 14px; color: #111; font-weight: 400; height: 40px; line-height: 40px; text-align: center; cursor: pointer; margin: 0; } .air-layer2 .contact-us .company-type li .type-check input:checked+label { color: #fff; background: #f8c027; } .air-layer2 .contact-us .company-type li:first-child { border-left: 0; } .air-layer2 .contact-us .company-type.two li { width: 50%; } .air-layer2 .contact-us .noti-txt { font-size: 14px; border-top: 1px solid #f4f4f4; text-align: left; padding: 25px 0 30px 0; } .air-layer2 .seller-id { width: 480px; padding-top: 85px; } .air-layer2 .seller-id .seller-id-list { border-top: 1px solid #414141; } .air-layer2 .seller-id .seller-id-list li { position: relative; overflow: hidden; font-size: 14px; border-bottom: 1px solid #ececec; line-height: 60px; padding: 0 10px; } .air-layer2 .seller-id .seller-id-list li .name { float: left; } .air-layer2 .seller-id .seller-id-list li .date { float: right; color: #aaa; } .air-layer2 .seller-id .seller-id-list li .date em { font-family: "Geogrotesque-Regular"; } .air-layer2 .benefit-upload { width: 480px; padding-top: 45px; padding-bottom: 85px; } .air-layer2 .benefit-upload .txt { margin-bottom: 40px; } .air-layer2 .benefit-upload .txt p { font-size: 36px; font-weight: 100; } .air-layer2 .benefit-upload .txt strong { font-size: 14px; font-weight: 700; } .air-layer2 .benefit-upload .custom-input.file input { width: 380px; } .air-layer2 .benefit-upload .benefit-upload-tips { position: relative; text-align: left; } .air-layer2 .benefit-upload .benefit-upload-tips:before { content: ""; display: block; width: 29px; height: 21px; background: url("https://cdn.allwin.bid/air/resource/img/ico_flag-yellow.svg") center center no-repeat; background-size: 29px 21px; } .air-layer2 .benefit-upload .benefit-upload-tips li { font-size: 12px; color: #999; } .air-layer2 .seller-info { width: 480px; padding-top: 45px; padding-bottom: 85px; } .air-layer2 .seller-info .txt { margin-bottom: 40px; } .air-layer2 .seller-info .txt p { font-size: 36px; font-weight: 100; } .air-layer2 .seller-info .txt strong { font-size: 14px; font-weight: 700; } .air-layer2 .seller-info .seller-info-list { border-top: 1px solid #000; } .air-layer2 .seller-info .seller-info-list li { position: relative; border-bottom: 1px solid #e6e6e6; min-height: 125px; text-align: left; } .air-layer2 .seller-info .seller-info-list li .seller-logo { display: table; position: absolute; top: 0; left: 0; bottom: 0; width: 150px; height: 125px; text-align: center; } .air-layer2 .seller-info .seller-info-list li .seller-logo span { display: table-cell; vertical-align: middle; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts { margin: 0 0 0 150px; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts .dls { height: 125px; display: table-cell; vertical-align: middle; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts dt { width: 65px; font-size: 14px; font-weight: 700; display: inline-block; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts dd { font-size: 14px; display: inline-block; } .air-layer2 .seller-info .seller-info-list li .seller-info-txts dd.tel { font-family: "Geogrotesque-Medium"; } .air-layer2 .seller-info .seller-info-tips { position: relative; text-align: left; margin-top: 35px; } .air-layer2 .seller-info .seller-info-tips:before { content: ""; display: block; width: 29px; height: 21px; background: url("https://cdn.allwin.bid/air/resource/img/ico_flag-yellow.svg") center center no-repeat; background-size: 29px 21px; } .air-layer2 .seller-info .seller-info-tips li { font-size: 12px; color: #999; } .air-layer2 .winner-result { width: 830px; padding: 0 40px 40px 40px; } .air-layer2 .winner-result .layer__evt-winners { padding: 30px 0 0 0; text-align: left; } .air-layer2 .winner-result .evt-winner__tit { font-size: 18px; font-weight: bold; } .air-layer2 .winner-result .evt-winner__tit2 { position: relative; overflow: hidden; text-align: center; margin: 20px 0 0 0; height: 200px; background: url("https://cdn.allwin.bid/air/resource/img/ico_win-deco.png") center top no-repeat; } .air-layer2 .winner-result .evt-winner__tit2 strong { margin-top: 70px; font-weight: normal; display: block; font-size: 18px; color: #ebaa2c; font-family: "Geogrotesque-SemiBold"; } .air-layer2 .winner-result .evt-winner__tit2 p { font-size: 36px; color: #000; } .air-layer2 .winner-result .evt-winner__details { border-top: 1px solid #333; padding: 30px 0; border-bottom: 1px solid #e1e1e1; min-height: 300px; max-height: 430px; overflow: hidden; overflow-y: auto; padding: 20px; font-size: initial; } .air-layer2 .winner-result .evt-winner__details ul li { list-style: disc !important; } .air-layer2 .winner-result .evt-winner__details ol li { list-style: decimal !important; } .air-layer2 .winner-result .evt-winner__tips { margin-top: 15px; } .air-layer2 .winner-result .evt-winner__tips li { color: #999; font-size: 12px; margin-bottom: 3px; } .air-layer2 .ticker-customer { width: 720px; padding: 95px 40px; } .air-layer2 .ticker-customer .ticker-customer-form { position: relative; } .air-layer2 .ticker-customer .custom-input input { text-indent: 10px; } .air-layer2 .ticker-customer .custom-input.arrow:after { right: 10px; } .air-layer2 .ticker-customer .custom-textarea { margin-top: 8px; } .air-layer2 .ticker-customer .custom-textarea textarea { height: 160px; } .air-layer2 .ticker-customer .city { width: 160px !important; } .air-layer2 .ticker-customer .date { margin: 0 9px 0 10px; width: 311px !important; } .air-layer2 .ticker-customer .date input { letter-spacing: -1px; } .air-layer2 .ticker-customer .nums { width: 230px !important; } .air-layer2 .ticker-customer .picker-view { position: absolute; top: 41px; left: 139px; } .air-layer2 .ticker-customer .date-list-layers { position: absolute; top: 41px; left: 170px; z-index: 5; background: #fff; border: 1px solid #cecece; } .air-layer2 .ticker-customer .date-list-layers .scroll { height: 180px; min-height: 70px; padding: 15px 5px 15px 20px; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input+label { font-size: 13px; color: #111; font-weight: 400; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input+label:before { top: 2px; width: 16px; height: 16px; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input:checked+label { color: #111; font-weight: 400; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input:checked+label:after { top: 6px; left: 4px; width: 8px; height: 8px; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input:disabled+label { color: #aaa; } .air-layer2 .ticker-customer .date-list-layers .custom-radio input:disabled+label:before { background: #eee; } .air-layer2 .ticker-customer .date-list-layers ul { padding-right: 30px; } .air-layer2 .ticker-customer .date-list-layers li { padding: 7px 0; } .air-layer2 .ticker-customer .tips { text-align: left; } .air-layer2 .ticker-customer .tips li { font-size: 12px; color: #fc5625; } .air-layer2 .special-price-customer { width: 480px; padding: 95px 40px; } .air-layer2 .special-price-customer .special-price-customer-form { position: relative; } .air-layer2 .special-price-customer .special-price-customer-form table { width: 100%; border-top: 1px solid #111; } .air-layer2 .special-price-customer .special-price-customer-form table th { background: #f4f4f4; height: 49px; border-bottom: 1px solid #e7e7e7; text-align: center; font-size: 13px; font-weight: 700; } .air-layer2 .special-price-customer .special-price-customer-form table td { height: 49px; padding: 0 15px; border-bottom: 1px solid #e7e7e7; font-size: 13px; text-align: left; } .air-layer2 .special-price-customer .trip-info { text-align: left; border-bottom: 1px solid #e7e7e7; padding: 0 0 20px 0; margin-bottom: 20px; } .air-layer2 .special-price-customer .trip-info strong { font-size: 18px; font-weight: 700; display: block; margin-bottom: 5px; } .air-layer2 .special-price-customer .trip-info dl { font-size: 14px; display: block; } .air-layer2 .special-price-customer .trip-info dt { font-weight: 700; display: inline-block; } .air-layer2 .special-price-customer .trip-info dd { display: inline-block; } .air-layer2 .estimate { width: 480px; padding-bottom: 110px; } .air-layer2 .estimate .contact-txt { padding: 15px 0; font-size: 14px; border-top: 1px solid #414141; font-weight: 700; text-align: left; margin-top: 30px; } .air-layer2 .estimate .estimate-scroll { width: 480px; height: 437px; overflow: hidden; border-top: 1px solid #414141; } .air-layer2 .estimate .estimate-scroll table { width: 460px; border-bottom: 1px solid #ececec; } .air-layer2 .estimate .estimate-scroll table th { font-size: 14px; color: #111; display: block; font-weight: 500; overflow: hidden; border-top: 1px solid #ececec; text-align: left; padding: 10px 0; height: 40px; line-height: 40px; } .air-layer2 .estimate .estimate-scroll table td { text-align: left; font-size: 14px; color: #aaa; height: 40px; padding: 10px 0; border-top: 1px solid #ececec; } .air-layer2 .estimate .estimate-scroll table tr:first-child th, .air-layer2 .estimate .estimate-scroll table tr:first-child td { border-top: 0; } .air-layer2 .estimate .estimate-scroll dl { position: relative; } .air-layer2 .estimate .estimate-scroll dl:first-child { margin-bottom: 6px; } .air-layer2 .estimate .estimate-scroll dt { position: absolute; top: 0; left: 0; width: 64px; line-height: 40px; } .air-layer2 .estimate .estimate-scroll dd { margin-left: 64px; } .air-layer2 .estimate2 { width: 820px; padding-bottom: 105px; } .air-layer2 .estimate2 .estimate-tbs { height: 610px; overflow: hidden; } .air-layer2 .estimate2 .estimate-tbs table { width: 100%; } .air-layer2 .estimate2 .estimate-tbs th { font-size: 14px; font-weight: 500; color: #111; text-align: left; vertical-align: middle; } .air-layer2 .estimate2 .estimate-tbs th .required { font-size: 14px; } .air-layer2 .estimate2 .estimate-tbs td { padding: 10px 0; } .air-layer2 .estimate2 .estimate-tbs td.bb { border-bottom: 1px solid #000; } .air-layer2 .estimate2 .estimate-tbs td.pt0 { padding-top: 0; } .air-layer2 .estimate2 .estimate-tbs .info2 table { border-top: 1px solid #ececec; } .air-layer2 .estimate2 .estimate-tbs .info2 td { padding: 10px 0; border-bottom: 1px solid #ececec; } .air-layer2 .estimate2 .estimate-tbs .in-row { min-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row .cols { position: relative; } .air-layer2 .estimate2 .estimate-tbs .in-row label { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; text-align: left; vertical-align: middle; } .air-layer2 .estimate2 .estimate-tbs .in-row label.required { font-size: 14px; } .air-layer2 .estimate2 .estimate-tbs .in-row label.required:before { content: "*"; font-size: 14px; color: #111; } .air-layer2 .estimate2 .estimate-tbs .in-row .field { position: relative; font-size: 0; margin-left: 56px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 { position: relative; min-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .tit { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; text-align: left; vertical-align: middle; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .tit.required { font-size: 14px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .tit.required:before { content: "*"; font-size: 14px; color: #111; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .field { position: relative; font-size: 0; margin-left: 102px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .col { position: relative; width: 50%; display: inline-block; } .air-layer2 .estimate2 .estimate-tbs .in-row2 label { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; color: #aaa; text-align: right; width: 60px; padding-right: 5px; } .air-layer2 .estimate2 .estimate-tbs .in-row2 .col-field { margin-left: 65px; } .air-layer2 .estimate2 .estimate-tbs .in-row3 { position: relative; min-height: 42px; text-align: left; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .col { position: relative; width: 246px; display: inline-block; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .col:last-child { margin-right: 0; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .col.mid { width: 270px; margin: 0 17px 0 40px; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .col.mid .field { margin-left: 66px; } .air-layer2 .estimate2 .estimate-tbs .in-row3 label { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; width: 57px; text-align: left; } .air-layer2 .estimate2 .estimate-tbs .in-row3 .field { position: relative; font-size: 0; margin-left: 56px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 { position: relative; min-height: 42px; text-align: left; overflow: hidden; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col { position: relative; display: inline-block; width: 50%; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:first-child { float: left; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:first-child label { width: 57px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:first-child .field { left: 57px; right: 28px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:last-child { float: right; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:last-child label { width: 75px; margin-left: 10px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .col:last-child .field { left: 85px; } .air-layer2 .estimate2 .estimate-tbs .in-row4 label { display: inline-block; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; text-align: left; } .air-layer2 .estimate2 .estimate-tbs .in-row4 .field { position: absolute; top: 0; right: 0; font-size: 0; } .air-layer2 .estimate2 .estimate-tbs .in-row5 { min-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .cols { position: relative; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .tit1 { position: absolute; top: 0; left: 0; height: 42px; line-height: 42px; font-size: 14px; font-weight: 500; color: #111; text-align: left; vertical-align: middle; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .field { position: relative; font-size: 0; margin-left: 56px; text-align: left; padding: 13px 0 0 0; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .checks li { display: inline-block; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field { position: relative; margin-top: 10px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field .files { position: relative; height: 42px; line-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field .files button { position: absolute; top: 0; left: 0; width: 80px; height: 42px; line-height: 42px; text-align: center; font-weight: 700; font-size: 12px; color: #111; border: 1px solid #cecece; box-sizing: border-box; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field .files .name { font-size: 12px; color: #111; font-weight: 500; display: block; margin-left: 90px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .file-field em { position: absolute; bottom: 0; right: 0; font-size: 12px; color: #aaa; line-height: 42px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .url-field { position: relative; line-height: 42px; font-size: 14px; color: #111; margin-top: 10px; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .url-field .custom-input { line-height: 100%; } .air-layer2 .estimate2 .estimate-tbs .in-row5 .tip { position: absolute; top: 13px; right: 0; font-size: 12px; color: #aaa; } .air-layer2 .estimate2 .top-bar { position: relative; text-align: left; line-height: 100%; padding: 40px 0 0 0; margin-bottom: 20px; } .air-layer2 .estimate2 .top-bar strong { font-size: 16px; color: #111; font-weight: 700; } .air-layer2 .estimate2 .top-bar span { position: absolute; bottom: 10px; right: 0; font-size: 12px; color: #aaa; } .air-layer2 .row { font-size: 0; text-align: left; margin-bottom: 20px; overflow: hidden; } .air-layer2 .row.solo .col { display: block; width: 100%; max-width: 100%; float: none !important; } .air-layer2 .row .col { position: relative; display: inline-block; width: 50%; max-width: 236px; } .air-layer2 .row .col:first-child { float: left; } .air-layer2 .row .col:last-child { float: right; } .air-layer2 .row .col label { font-size: 14px; color: #111; display: block; font-weight: 500; margin-bottom: 5px; overflow: hidden; } .air-layer2 .row .col label em { font-size: 12px; color: #aaa; margin-left: 5px; display: inline-block; } .air-layer2 .row .col label em.byte { float: right; } .air-layer2 .row .col select { width: 100%; } .air-layer2 .row .col .marketing-check { padding: 15px 8px 10px 8px; border-top: 1px solid #333; border-bottom: 1px solid #e1e1e1; } .air-layer2 .row .col .marketing-check p { font-size: 14px; margin-bottom: 30px; } .air-layer2 .row .col .receipt-list { border-top: 1px solid #333; } .air-layer2 .row .col .receipt-list ul li { height: 59px; border-bottom: 1px solid #e7e7e7; font-size: 14px; line-height: 59px; } .air-layer2 .row .col .receipt-list ul li span { display: inline-block; text-align: center; } .air-layer2 .row .col .receipt-list ul li span.th { width: 112px; } .air-layer2 .row .col .receipt-list ul li span.money { width: 110px; font-family: "Geogrotesque-Regular" } .air-layer2 .row .col .receipt-list ul li span.at { width: 140px; font-family: "Geogrotesque-Regular"; color: #aaa; } .air-layer2 .row .col .receipt-list ul li span.view { width: 87px; } .air-layer2 .row .col .receipt-list ul li span.view a { color: #ff4c09; border-bottom: 1px solid #ff4c09; } .air-layer2 .row .col .out-link { text-align: right; padding-top: 5px; } .air-layer2 .row .col .detail-list { border-top: 1px solid #333; } .air-layer2 .row .col .detail-list ul li { height: 59px; border-bottom: 1px solid #e7e7e7; font-size: 14px; line-height: 59px; } .air-layer2 .row .col .detail-list ul li span { display: inline-block; } .air-layer2 .row .col .detail-list ul li span.th { text-align: left; width: 338px; padding-left: 12px; } .air-layer2 .row .col .detail-list ul li span.at { font-family: "Geogrotesque-Regular"; color: #aaa; text-align: right; } .air-layer2 .row .col .detail-list ul li span.th a { border-bottom: 1px solid #333; } .air-layer2 .row .col .detail-list ul li.is-actived span.th a { color: #fc5625; border-bottom: 1px solid #fc5625; } .air-layer2 .row .col .detail-list ul li.target-li { height: auto; background-color: #f9f9f9; line-height: 16px; font-size: 12px; padding: 20px 15px; color: #999; display: none; } .air-layer2 .row .col .detail-list ul li.target-li dl { padding: 15px; } .air-layer2 .row .col .detail-list ul li.target-li dt { color: #333; font-size: 15px; font-family: "Geogrotesque-Bold"; margin-bottom: 8px; } .air-layer2 .row .col .out-link a { font-size: 14px; color: #aaa; border-bottom: 1px solid #aaa; display: inline-block; } .air-layer2 .row .required { position: absolute; top: 3px; right: 0; font-size: 12px; color: #fc5625; } .air-layer2 .layer-bts { position: absolute; bottom: 0; left: 0; width: 100%; height: 56px; font-size: 0; } .air-layer2 .layer-bts a, .air-layer2 .layer-bts button { width: 50%; height: 56px; display: inline-block; line-height: 56px; text-align: center; color: #fff; font-size: 16px; font-weight: 500; } .air-layer2 .layer-bts a.gray, .air-layer2 .layer-bts button.gray { background: #484848; } .air-layer2 .layer-bts a.yellow, .air-layer2 .layer-bts button.yellow { background: #f9c028; } .air-layer2 .layer-bts.solo a, .air-layer2 .layer-bts.solo button { width: 100%; display: block; } .air-layer3 { display: none; position: absolute; top: 68px; left: 0; background: #fff; z-index: 40; border-radius: 3px; -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.33); -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.33); box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.33); } .air-layer3:before { content: ""; position: absolute; top: -6px; left: 50%; width: 11px; height: 6px; margin-left: -6px; background: url("https://cdn.allwin.bid/air/resource/img/ico_layer-arrow.png") center center no-repeat; } .air-layer3.from-citys { width: 580px; height: 260px; } .air-layer3.to-citys { width: 619px; height: 439px; } .air-layer3.dates { width: 970px; min-height: 471px; padding-bottom: 35px; } .air-layer3.dates.solo { width: 496px; min-height: 471px; padding-bottom: 35px; } .air-layer3.times { left: auto; right: 0; width: 500px; height: 268px; } .air-layer3.times:before { margin-left: 84px; } .air-layer3.airlies { left: 0; width: 857px; height: 520px; } .air-layer3.airlies:before { margin-left: -334px; } .air-layer3.passenger-seat { top: 80px; width: 580px; height: 311px; } .air-layer3.passenger-seat:before { margin-left: -156px; } .air-layer3 .layer-tit { display: block; font-weight: 700; font-size: 18px; color: #111; line-height: 100%; padding: 30px 24px 18px 24px; } .air-layer3 .layer-inner { padding: 0 24px; } .air-layer3 .arrow-close { position: absolute; top: 16px; right: 0; width: 62px; height: 46px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-on.png") center center no-repeat; } .air-layer3 .domestic-items { width: 580px; display: block; font-size: 0; text-align: center; margin: 6px 0 0 -24px; } .air-layer3 .domestic-items li { display: inline-block; } .air-layer3 .domestic-items .domestic-radio { display: inline-block; width: 100px; height: 42px; box-sizing: border-box; margin: 4px; } .air-layer3 .domestic-items .domestic-radio input { position: absolute; opacity: 0; } .air-layer3 .domestic-items .domestic-radio input+label { font-family: "Noto Sans"; display: block; font-size: 13px; color: #000; width: 100px; height: 42px; line-height: 42px; border: 1px solid #e6e6e6; box-sizing: border-box; text-align: center; cursor: pointer; box-sizing: border-box; font-weight: 500; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer3 .domestic-items .domestic-radio input:checked+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .domestic-items .domestic-radio input:hover+label { background: #f5f5f5; } .air-layer3 .domestic-items .domestic-radio input:checked:hover+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .srching-input { position: relative; border-bottom: 1px solid #111; } .air-layer3 .srching-input ::-webkit-input-placeholder { color: #aaa; } .air-layer3 .srching-input ::-moz-placeholder { color: #aaa; } .air-layer3 .srching-input :-ms-input-placeholder { color: #aaa; } .air-layer3 .srching-input :-moz-placeholder { color: #aaa; } .air-layer3 .srching-input input { font-size: 15px; width: 100%; height: 38px; border: 0; text-indent: 26px; background: url("https://cdn.allwin.bid/air/resource/img/ico_srch2.png") 0 center no-repeat; } .air-layer3 .srching-input .del { position: absolute; top: 10px; right: 0; font-size: 12px; height: 16px; line-height: 16px; color: #aaa; } .air-layer3 .srching-input .del:before { content: ""; display: inline-block; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_val-close2.png") center center no-repeat; vertical-align: top; margin-right: 5px; } .air-layer3 .srching-input .result-nums { width: 350px; border-bottom: 1px solid #fff; font-size: 18px; color: #fff; padding-bottom: 5px; } .air-layer3 .internationals { width: 570px; min-height: 268px; margin-top: 30px; position: relative; } .air-layer3 .internationals .arrive-groups { position: absolute; top: 0; left: 0; width: 125px; height: 268px; border-right: 1px solid #e7e7e7; } .air-layer3 .internationals .arrive-groups li { margin-bottom: 22px; } .air-layer3 .internationals .arrive-groups li:last-child { margin-bottom: 0; } .air-layer3 .internationals .arrive-groups a { font-size: 14px; color: #aaa; line-height: 100%; font-weight: 500; } .air-layer3 .internationals .arrive-groups a.actived { color: #111; } .air-layer3 .internationals .arrive-groups-child { width: 432px; margin: -4px 0 0 142px; } .air-layer3 .internationals .arrive-groups-child ul { display: block; font-size: 0; } .air-layer3 .internationals .arrive-groups-child li { display: inline-block; margin: 4px; } .air-layer3 .internationals .arrive-groups-child .agc-radio { display: inline-block; width: 100px; height: 42px; box-sizing: border-box; } .air-layer3 .internationals .arrive-groups-child .agc-radio input { position: absolute; opacity: 0; } .air-layer3 .internationals .arrive-groups-child .agc-radio input+label { font-family: "Noto Sans"; display: block; font-size: 13px; color: #000; padding: 0 10px; width: 100px; height: 42px; line-height: 42px; border: 1px solid #e6e6e6; box-sizing: border-box; text-align: center; cursor: pointer; box-sizing: border-box; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer3 .internationals .arrive-groups-child .agc-radio input:checked+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .internationals .arrive-groups-child .agc-radio input:hover+label { background: #f5f5f5; } .air-layer3 .internationals .arrive-groups-child .agc-radio input:checked:hover+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .airlines { position: relative; overflow: hidden; margin-top: 28px; } .air-layer3 .airlines .airline-group { position: absolute; top: 0; left: 0; width: 125px; height: 268px; } .air-layer3 .airlines .airline-group li { margin-bottom: 22px; } .air-layer3 .airlines .airline-group li:last-child { margin-bottom: 0; } .air-layer3 .airlines .airline-group a { font-size: 14px; color: #aaa; line-height: 100%; font-weight: 500; } .air-layer3 .airlines .airline-group a.actived { color: #111; } .air-layer3 .airlines .airline-group-child { margin: 0 0 0 116px; padding-left: 16px; border-left: 1px solid #e7e7e7; min-height: 293px; } .air-layer3 .airlines .airline-group-child .sort { position: relative; height: 56px; margin-top: -6px; } .air-layer3 .airlines .airline-group-child .sort ul { margin: 0 0 7px 0; } .air-layer3 .airlines .airline-group-child .sort ul:last-child { margin-bottom: 0; } .air-layer3 .airlines .airline-group-child .sort ul li { display: inline-block; } .air-layer3 .airlines .airline-group-child .sort ul button { font-size: 12px; width: 14px; text-align: center; box-sizing: border-box; margin-right: 8px; } .air-layer3 .airlines .airline-group-child .sort ul.ko button { color: #aaa; } .air-layer3 .airlines .airline-group-child .sort ul.ko button.actived { border-bottom: 1px solid #111; color: #111; } .air-layer3 .airlines .airline-group-child .sort ul.en li { margin-left: 1px; } .air-layer3 .airlines .airline-group-child .sort ul.en button { color: #aaa; font-family: "Geogrotesque-Regular"; } .air-layer3 .airlines .airline-group-child .sort ul.en button.actived { border-bottom: 1px solid #fff; color: #111; } .air-layer3 .airlines .airline-group-child .sort ul.en button:disabled { color: #ffc956; } .air-layer3 .airlines .airline-group-child .airline-items { display: block; font-size: 0; margin: -4px 0 0 0; width: 680px; } .air-layer3 .airlines .airline-group-child .airline-items li { display: inline-block; margin: 4px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio { position: relative; display: inline-block; width: 128px; height: 52px; box-sizing: border-box; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input { position: absolute; opacity: 0; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label { font-family: "Noto Sans"; display: block; font-size: 12px; color: #111; width: 128px; height: 52px; line-height: 120%; border: 1px solid #e6e6e6; box-sizing: border-box; text-align: left; overflow: hidden; cursor: pointer; box-sizing: border-box; padding-left: 51px; -moz-transition: background 0.3s; -o-transition: background 0.3s; -webkit-transition: background 0.3s; transition: background 0.3s; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label .tail { position: absolute; top: 10px; left: 14px; display: inline-block; height: 35px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label .tail img { position: absolute; top: 0; left: 0; width: 28px; height: 35px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label .code { font-family: "Geogrotesque-SemiBold"; font-size: 18px; color: #111; display: block; line-height: 100%; text-align: left; margin-top: 10px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input+label .name { display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; margin: 0 5px 0 0; margin-right: 5px; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input:checked+label { color: #fff; border: 1px solid #f9c028; background: #f9c028; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input:checked+label em { color: #fff; } .air-layer3 .airlines .airline-group-child .airline-items .airline-radio input:hover+label { background: #f5f5f5; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio { position: relative; display: inline-block; width: 152px; height: 52px; box-sizing: border-box; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio input { position: absolute; opacity: 0; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio input+label { font-family: "Noto Sans"; display: block; font-size: 16px; color: #fff; width: 132px; height: 52px; line-height: 52px; padding: 0 10px; border: 1px solid #fff; box-sizing: border-box; text-align: left; overflow: hidden; cursor: pointer; box-sizing: border-box; text-align: center; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio input:checked+label { color: #000; border: 1px solid #000; font-weight: 700; } .air-layer3 .airlines .airline-group-child .airline-items .land-radio input:hover+label { background-color: rgba(255, 255, 255, 0.1); } .air-layer3 .layer-srch-result .in-scroll { height: 294px; overflow: hidden; overflow-y: auto; box-sizing: border-box; margin-top: 16px; } .air-layer3 .layer-srch-result table { width: 100%; } .air-layer3 .layer-srch-result table tr { cursor: pointer; } .air-layer3 .layer-srch-result table tr:first-child td { border-top: 0; } .air-layer3 .layer-srch-result table tr:hover td { background: #f5f5f5; } .air-layer3 .layer-srch-result table tr:hover td span { color: #000; } .air-layer3 .layer-srch-result table td { border-bottom: 1px solid #e7e7e7; text-align: left; height: 36px; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer3 .layer-srch-result table td span { font-size: 14px; color: #aaa; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; box-sizing: border-box; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .air-layer3 .layer-srch-result table td.col2 span { width: 138px; padding-left: 15px; } .air-layer3 .layer-srch-result table td.col4 span { width: 308px; padding-left: 30px; } .air-layer3 .layer-srch-result .no-srch-result { font-size: 14px; color: #111; } .air-layer3 .datapicker-outer .awa-datepicker { position: static; z-index: 1; border: 0; margin-left: 0; } .air-layer3 .datapicker-outer .awa-datepicker.single-date .month-wrapper .month-item.second { float: right !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper { width: 921px !important; position: relative; overflow: hidden; font-size: 0; margin: 0 auto !important; padding: 0; border: 0 !important; } .air-layer3.dates.solo .datapicker-outer .awa-datepicker .month-wrapper { width: 480px !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper .month-item { position: relative; width: 450px !important; display: inline-block; box-sizing: border-box; vertical-align: top; clear: initial !important; margin-bottom: 0; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table { width: 442px; margin: 0 auto; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .select-wrapper { font-size: 0; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead th { min-width: 30px; height: 40px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .month-name { width: 320px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .prev, .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .next { min-width: 30px; height: 40px; position: absolute; top: 0; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .prev { background: url("https://cdn.allwin.bid/air/resource/img/ico_prev-arrow3.png") center center no-repeat; left: 130px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .next { background: url("https://cdn.allwin.bid/air/resource/img/ico_next-arrow3.png") center center no-repeat; right: 130px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .dot { position: relative; top: 7px; margin: 0 2px; display: inline-block; background: #000; width: 3px; height: 3px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th { font-weight: normal; font-size: 16px; color: #999; height: 50px; text-align: center; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .week-name th:first-child { color: #fd9a7c !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table thead .month-element { font-size: 20px; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody { border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td { height: 62px; text-align: center; cursor: pointer; border-top: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td:first-child .day { color: #fd9a7c; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day { width: 63px; height: 62px; line-height: 44px; text-align: center; font-size: 15px; color: #000; font-family: "Geogrotesque-Regular"; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.invalid { color: #999; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.real-today:after { content: "TODAY"; line-height: 100% !important; font-size: 13px; width: 100%; color: #000; text-align: center; position: absolute; bottom: 12px; left: 0; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .day.holiday { color: #fd9a7c; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .lastMonth { color: #999 !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .lastMonth.checked { background: none !important; color: #999 !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .nextMonth { color: #999 !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .nextMonth.checked { background: none !important; color: #999 !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected { background: #f9c028 !important; color: #fff; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected { background: #f9c028 !important; color: #fff; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .checked { background: #f9ecd3; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .hovering { background: #f9ecd3 !important; color: #000; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected { position: relative; color: #fff !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .first-date-selected:after { content: "가는날"; line-height: 100% !important; font-size: 12px; width: 100%; color: #fff; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected { position: relative; color: #fff !important; } .air-layer3 .datapicker-outer .awa-datepicker .month-wrapper table tbody td .last-date-selected:after { content: "오는날"; line-height: 100% !important; font-size: 12px; width: 100%; color: #fff; text-align: center; position: absolute; bottom: 8px; left: 0; } .air-layer3 .datapicker-outer .datapicker-bt { display: block; width: 300px; height: 60px; line-height: 60px; margin: 0 auto 0 auto; background: #ebaa2c; font-size: 18px; color: #fff; text-align: center; } .air-layer3 .datapicker-outer .datepicker-tooltip { position: absolute; padding: 0; display: none; vertical-align: middle; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); margin-top: 0px; } .air-layer3 .datapicker-outer .datepicker-tooltip:before { content: ""; position: absolute; bottom: -3px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-btm.png") center center no-repeat; } .air-layer3 .datapicker-outer .datepicker-tooltip-inner { border: 1px solid #7d7d7d; font-size: 12px; color: #000; padding: 5px 10px; display: table-cell; vertical-align: middle; background: #fff; font-family: "Geogrotesque-SemiBold", "Noto Sans"; text-align: center; } .air-layer3 .passengers { font-size: 0; margin: 5px 0 0 0; } .air-layer3 .passengers ::-webkit-input-placeholder { color: #111; font-family: "Geogrotesque-Medium"; } .air-layer3 .passengers ::-moz-placeholder { color: #111; font-family: "Geogrotesque-Medium"; } .air-layer3 .passengers :-ms-input-placeholder { color: #111; font-family: "Geogrotesque-Medium"; } .air-layer3 .passengers :-moz-placeholder { color: #111; font-family: "Geogrotesque-Medium"; } .air-layer3 .passengers dl { width: 140px; display: inline-block; margin-right: 24px; } .air-layer3 .passengers dt { font-size: 14px; color: #111; font-weight: 700; } .air-layer3 .passengers dt em { font-size: 12px; color: #aaa; margin-left: 5px; } .air-layer3 .passengers dd { position: relative; width: 140px; height: 41px; margin-top: 5px; box-sizing: border-box; border: 1px solid #e7e7e7; text-align: center; } .air-layer3 .passengers dd button { width: 39px; height: 39px; position: absolute; top: 0; } .air-layer3 .passengers dd button.up { right: 0; border-left: 1px solid #e7e7e7; } .air-layer3 .passengers dd button.up:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -7px; width: 13px; height: 1px; background: #111; } .air-layer3 .passengers dd button.up:after { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -7px; width: 13px; height: 1px; background: #111; transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); } .air-layer3 .passengers dd button.down { left: 0; border-right: 1px solid #e7e7e7; } .air-layer3 .passengers dd button.down:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 13px; height: 1px; background: #111; } .air-layer3 .passengers dd input { display: inline-block; width: 58px; height: 39px; font-size: 16px; color: #111; font-family: "Geogrotesque-Medium"; text-align: center; background: none; border: 0; } .air-layer3 .seat-class { margin: 20px 0 30px 0; padding-top: 20px; border-top: 1px solid #e7e7e7; } .air-layer3 .seat-class .seat-class-radio { display: inline-block; margin-right: 25px; } .air-layer3 .seat-class .seat-class-radio input { opacity: 0; position: absolute; } .air-layer3 .seat-class .seat-class-radio input+label { position: relative; padding-left: 27px; color: #000; font-size: 14px; cursor: pointer; display: block; height: 20px; line-height: 20px; } .air-layer3 .seat-class .seat-class-radio input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: transparent; border: 1px solid #e6e6e6; width: 20px; height: 20px; border-radius: 20px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer3 .seat-class .seat-class-radio input+label:after { content: ""; } .air-layer3 .seat-class .seat-class-radio input:checked+label { color: #000; } .air-layer3 .seat-class .seat-class-radio input:checked+label:after { background: #f9c028; width: 12px; height: 12px; border-radius: 12px; position: absolute; top: 4px; left: 4px; } .air-layer3 .bt-selects { width: 180px; height: 48px; line-height: 48px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; box-sizing: border-box; background: #f9c028; margin: 0 auto; display: block; } .air-layer3 .user-times .time-radios { margin: 10px 0 30px 0; } .air-layer3 .user-times dt { display: inline-block; width: 70px; font-size: 12px; color: #aaa; font-weight: 500; } .air-layer3 .user-times dd { display: inline-block; margin-right: 20px; } .air-layer3 .user-times button { width: 180px; height: 48px; line-height: 48px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; box-sizing: border-box; background: #f9c028; margin: 0 auto; display: block; } .air-layer3 .user-times .custom-radio input { opacity: 0; position: absolute; } .air-layer3 .user-times .custom-radio input+label { position: relative; padding-left: 27px; color: #000; font-size: 14px; cursor: pointer; display: block; height: 20px; line-height: 20px; } .air-layer3 .user-times .custom-radio input+label:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; background: transparent; border: 1px solid #e6e6e6; width: 20px; height: 20px; border-radius: 20px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .air-layer3 .user-times .custom-radio input+label:after { content: ""; } .air-layer3 .user-times .custom-radio input:checked+label { color: #000; } .air-layer3 .user-times .custom-radio input:checked+label:after { background: #f9c028; width: 12px; height: 12px; border-radius: 12px; position: absolute; top: 4px; left: 4px; } .air-layer3 .user-times .line { margin: 18px 0 18px 0 !important; background: #e7e7e7 !important; } .air-layer3 .layer-srching { overflow: hidden; overflow-y: auto; } .air-layer3 .layer-srching .srching-not { font-size: 14px; color: #111; } .air-layer3 .layer-srching .srching-item { display: inline-block; margin: 0 15px 10px 0; border-bottom: 1px solid #000; font-size: 14px; color: #111; font-family: "Noto Sans"; line-height: 110%; } .air-loading { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0); z-index: 20000; } .air-loading:before { content: ""; position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; background: rgba(255, 255, 255, 0.96); border-radius: 3px; } .air-loading:after { content: ""; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin: -15px 0 0 -15px; background: url("https://cdn.allwin.bid/air/resource/img/ico_loading-circle.png") center center no-repeat; -webkit-animation: rotate-center 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite backwards; animation: rotate-center 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite backwards; } @ -webkit-keyframes rotate-center {from { -webkit-transform:rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @ keyframes rotate-center {from { -webkit-transform:rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .air-loading2 { position: absolute; top: 0; left: 0; height: 4px; background: #ebaa2c; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; z-index: 20000; } .air-top { display: none; font-size: 15px; z-index: 10; font-family: "Geogrotesque-Bold"; position: fixed; bottom: 20px; right: 50%; width: 48px; height: 48px; line-height: 48px; margin-right: -670px; border: 1px solid #161820; background: #fff; } .air-top:hover { background: #161820; color: #fff; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .views { position: relative; } .main .views { overflow: hidden; } .main .footer { margin-top: 0; } .sub .views { margin-top: 100px; min-height: 768px; } .sub .views.ags { background-color: #f5f5f5; margin: 0; overflow: hidden; } .sub .views.ags.complete { background-color: #fff; margin: 100px 0; } .sub .main-evt { display: none; } .sub.event .views { margin-top: 0; } .sub.event .layer-search { top: 0 !important; } .sub.event .footer { margin-top: 0; } .sub.event .intro-gate { top: 0; } .sub.land .views { margin-top: 0; } .sub.land .layer-search, .sub.ags .layer-search { top: 0 !important; } .sub.land .footer, .sub.ags footer { margin-top: 0; } .sub.land-details { background: #f7f7f7; } .sub.land-details .views { margin-top: 0; } .sub.land-details .layer-search { top: 0 !important; } .sub.land-details .footer { margin-top: 0; } .sub.land-details .landmoa { overflow: hidden; background: #f7f7f7; padding-top: 380px; } .sub.land-details .landmoa .land-detail { font-size: initial; background: transparent; text-align: initial; } .sub.land-details.is-scrolled .landmoa { padding-top: 150px; } .sub.land-details.is-scrolled .landmoa .detail-visual { position: fixed; z-index: 5; height: 150px; } .sub.land-details.is-scrolled .landmoa .detail-visual .detail-visual-trans { height: 150px; } .sub.land-details.is-scrolled .landmoa .detail-visual .txts { display: none; } .sub.land-details.is-scrolled .landmoa .detail-header { position: fixed; top: 33px; left: 50%; width: 1440px; margin-left: -720px; z-index: 6; } .sub.land-details.is-scrolled .landmoa .detail-header .in { position: relative; width: 1080px; } .sub.land-details.is-scrolled .landmoa .detail-layout { z-index: auto; } .sub.land-details.is-scrolled .landmoa .detail-rows { padding-top: 240px; } .sub.land-details.is-scrolled .landmoa .detail-side { position: fixed; top: 33px; right: 50%; bottom: 185px; margin-right: -720px; z-index: 6; } .sub.land-details.is-scrolled .landmoa .detail-side .land-landmark { height: 0px; } .sub.land-details.is-scrolled .landmoa .detail-side .land-custom { padding-top: 117px; } .sub.about .views { margin-top: 0; } .sub.about .layer-search { top: 0 !important; } .sub.about .footer { margin-top: 0; } .sub.custom-center .views { margin-top: 70px; } .sub.custom-center .layer-search { top: -70px !important; } .sub.custom-center .mypage-forms { margin-bottom: 90px; } .pnr-dims { width: 100%; background: #000; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; opacity: 0.5; } /* header */ .main .header { border-bottom: 0; } .header { position: relative; z-index: 50; border-bottom: 1px solid #e7e7e7; } .header.show { position: relative; z-index: 100; border-bottom: 0; } .header.show .layer-pnr { top: 91px; z-index: 3; } .header .inner { position: relative; width: 1220px; padding: 0 10px; margin: 0 auto; box-sizing: border-box; } .header .header-row1 { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid #e7e7e7; } .header .header-row1 .inner { height: 90px; overflow: hidden; } .header .header-logo { margin-top: 34px; } .header .header-logo a { display: block; width: 137px; height: 20px; background: url("https://cdn.allwin.bid/air/resource/img/img_header-logo.png") center center no-repeat; background-size: 137px 20px; } .header .header-partners { position: absolute; top: 0; left: 175px; } .header .header-partners li { display: inline-block; margin-right: 20px; line-height: 90px; } .header .header-partners dl { display: inline-block; vertical-align: top; } .header .header-partners dt { display: inline-block; font-size: 17px; color: #b2b2b2; margin-right: 5px; } .header .header-partners dd { display: inline-block; font-size: 18px; color: #f9c028; font-family: "Geogrotesque-SemiBold"; } .header .header-utils { position: absolute; top: 26px; right: 10px; min-height: 36px; font-size: 0; } .header .header-utils .user { display: inline-block; font-size: 14px; vertical-align: top; line-height: 36px; } .header .header-utils .user .company { display: inline-block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; max-width: 70px; overflow: hidden; vertical-align: top; } .header .header-utils .util-menu { display: inline-block; font-size: 0; margin-right: 30px; vertical-align: top; } .header .header-utils .util-menu ul { position: relative; display: inline-block; padding: 0 10px; } .header .header-utils .util-menu ul:last-child:before { content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 12px; background: #c5c5c5; margin-top: -5px; } .header .header-utils .util-menu li { display: inline-block; margin: 0 10px; } .header .header-utils .util-menu li.atived a { color: #f9c028; } .header .header-utils .util-menu a { position: relative; font-size: 14px; display: block; vertical-align: top; line-height: 36px; } .header .header-utils .util-menu .new { font-size: 0; position: absolute; top: -3px; right: -23px; width: 21px; height: 20px; background: url("https://cdn.allwin.bid/air/resource/img/ico_new.png") center center no-repeat; } .header .header-utils .pnr-toggle { display: inline-block; width: 100px; height: 36px; line-height: 36px; text-align: center; font-size: 12px; border-radius: 2px; color: #fff; background: #f9c028; font-weight: 700; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .header .header-utils .pnr-toggle.actived { background: #949494; } .header .header-row2 { position: relative; z-index: 2; background: #fff; } .header .header-row2 .inner { height: 50px; } .header .header-row2 .intro-tabs { margin-right: 590px; } .header .header-row2 .intro-tabs li { display: inline-block; margin-right: 35px; } .header .header-row2 .intro-tabs li.actived a { color: #edaf08; text-decoration: underline; } .header .header-row2 .intro-tabs a { display: block; font-weight: 700; line-height: 50px; text-align: center; } .header .header-row2 .ranks { font-size: 0; position: absolute; top: 0; right: 9px; overflow: hidden; } .header .header-row2 .ranks .awa-slide__controls { display: none; } .header .header-row2 .ranks .tit { font-size: 12px; color: #b2b2b2; font-weight: 700; padding-left: 20px; line-height: 50px; } .header .header-row2 .ranks .change { position: relative; top: 22px; display: inline-block; width: 20px; height: 7px; vertical-align: top; } .header .header-row2 .ranks .change.up { background: url("https://cdn.allwin.bid/air/resource/img/ico_rank-up.png") center center no-repeat; } .header .header-row2 .ranks .change.down { background: url("https://cdn.allwin.bid/air/resource/img/ico_rank-down.png") center center no-repeat; } .header .header-row2 .ranks .change.equal:before { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; margin: -0.5px 0 0 -4px; background: #111; } .header .header-row2 .ranks .change.new { background: url("https://cdn.allwin.bid/air/resource/img/ico_rank-new.png") center center no-repeat; } .header .header-row2 .ranks .rank-items { position: absolute; top: 0; height: 50px; } .header .header-row2 .ranks .rank-items:after { content: ""; position: absolute; top: 22px; right: 20px; display: inline-block; width: 13px; height: 8px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .header .header-row2 .ranks .rank-item { position: relative; height: 50px; line-height: 50px; } .header .header-row2 .ranks .number { font-size: 16px; font-family: "Geogrotesque-SemiBold"; margin-right: 10px; } .header .header-row2 .ranks .three-code:after { content: "/"; display: inline-block; font-size: 13px; font-family: "Noto Sans"; font-weight: 500; margin-left: 5px; } .header .header-row2 .ranks .name { position: relative; font-size: 14px; } .header .header-row2 .ranks .side { position: absolute; top: 0; height: 50px; } .header .header-row2 .ranks .side .price { position: relative; } .header .header-row2 .ranks .side .price:after { content: "/"; display: inline-block; font-size: 13px; font-family: "Noto Sans"; font-weight: 500; margin-left: 5px; } .header .header-row2 .ranks .side .seat { position: relative; } .header .header-row2 .ranks .side .seat:after { content: "/"; display: inline-block; font-size: 13px; font-family: "Noto Sans"; font-weight: 500; margin-left: 5px; } .header .header-row2 .ranks .side .code { position: relative; } .header .header-row2 .ranks .rank-sp { position: relative; display: inline-block; width: 279px; border-left: 1px solid #ececec; box-sizing: border-box; cursor: pointer; } .header .header-row2 .ranks .rank-sp.is-hoved { height: 209px; border: 1px solid #111; background: #fff; display: inline-block; -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); } .header .header-row2 .ranks .rank-sp.is-hoved .tit { color: #111; } .header .header-row2 .ranks .rank-sp.is-hoved .three-code { margin-right: 15px; } .header .header-row2 .ranks .rank-sp.is-hoved .three-code:after { display: none; } .header .header-row2 .ranks .rank-sp.is-hoved .side { position: absolute; top: 0; right: 20px; height: 26px; } .header .header-row2 .ranks .rank-sp.is-hoved .side .price:after { display: none; } .header .header-row2 .ranks .rank-sp.is-hoved .side .seat { text-align: right; } .header .header-row2 .ranks .rank-sp.is-hoved .side .seat:after { display: none; } .header .header-row2 .ranks .rank-sp.is-hoved .side .code { margin-left: 10px; text-align: right; } .header .header-row2 .ranks .rank-sp.is-hoved .rank-items { top: 0; left: 0; padding-top: 65px; width: 100%; height: 142px; } .header .header-row2 .ranks .rank-sp.is-hoved .rank-items .rank-item { height: 26px; line-height: 26px; padding: 0 20px; } .header .header-row2 .ranks .rank-sp.is-hoved .rank-items:before { content: ""; height: 1px; background: #e5e5e5; position: absolute; top: 50px; left: 0; right: 0; } .header .header-row2 .ranks .rank-sp.is-hoved .rank-items:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .header .header-row2 .ranks .rank-sp.is-hoved .name { display: inline-block; vertical-align: top; width: 70px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .header .header-row2 .ranks .rank-sp .rank-items { left: 94px; width: 185px; } .header .header-row2 .ranks .rank-sp .three-code { font-size: 14px; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-sp .name { display: none; font-weight: 500; font-size: 13px; } .header .header-row2 .ranks .rank-sp .side { position: relative; top: auto; right: auto; display: inline-block; margin-left: 5px; } .header .header-row2 .ranks .rank-sp .side .price { font-size: 14px; font-weight: 500; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-sp .side .price em { font-family: "Noto Sans"; font-weight: 500; font-size: 13px; } .header .header-row2 .ranks .rank-sp .side .code { display: inline-block; width: 16px; font-size: 14px; margin-left: 5px; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-matching { position: relative; display: inline-block; width: 280px; border-left: 1px solid #ececec; border-right: 1px solid #ececec; box-sizing: border-box; cursor: pointer; } .header .header-row2 .ranks .rank-matching.is-hoved { height: 209px; border: 1px solid #111; background: #fff; display: inline-block; -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); } .header .header-row2 .ranks .rank-matching.is-hoved .tit { color: #111; } .header .header-row2 .ranks .rank-matching.is-hoved .three-code { margin-right: 15px; } .header .header-row2 .ranks .rank-matching.is-hoved .three-code:after { display: none; } .header .header-row2 .ranks .rank-matching.is-hoved .side { position: absolute; top: 0; right: 20px; height: 26px; } .header .header-row2 .ranks .rank-matching.is-hoved .side .price:after { display: none; } .header .header-row2 .ranks .rank-matching.is-hoved .side .seat { text-align: right; } .header .header-row2 .ranks .rank-matching.is-hoved .side .seat:after { display: none; } .header .header-row2 .ranks .rank-matching.is-hoved .side .code { margin-left: 10px; text-align: right; } .header .header-row2 .ranks .rank-matching.is-hoved .rank-items { top: 0; left: 0; padding-top: 65px; width: 100%; height: 142px; } .header .header-row2 .ranks .rank-matching.is-hoved .rank-items .rank-item { height: 26px; line-height: 26px; padding: 0 20px; } .header .header-row2 .ranks .rank-matching.is-hoved .rank-items:before { content: ""; height: 1px; background: #e5e5e5; position: absolute; top: 50px; left: 0; right: 0; } .header .header-row2 .ranks .rank-matching.is-hoved .rank-items:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .header .header-row2 .ranks .rank-matching.is-hoved .name { display: inline-block; vertical-align: top; width: 130px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .header .header-row2 .ranks .rank-matching .rank-items { left: 110px; width: 171px; } .header .header-row2 .ranks .rank-matching .three-code { font-size: 14px; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-matching .name { display: none; font-weight: 500; font-size: 13px; } .header .header-row2 .ranks .rank-matching .side { position: relative; top: auto; right: auto; display: inline-block; margin-left: 5px; } .header .header-row2 .ranks .rank-matching .side .seat { font-size: 14px; font-weight: 500; font-family: "Geogrotesque-Medium"; } .header .header-row2 .ranks .rank-matching .side .seat em { font-family: "Noto Sans"; font-weight: 500; font-size: 13px; } .header .header-row2 .ranks .rank-matching .side .code { display: inline-block; width: 16px; font-size: 14px; margin-left: 5px; font-family: "Geogrotesque-Medium"; } .header .header-row2.expend { z-index: 25; } .header .header-row2.expend .ranks { width: 559px; top: -1px; overflow: visible; } .header .layer-pnr { position: absolute; top: 0; left: 0; right: 0; background: #f5f5f5; z-index: 1; -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */ } .header .layer-pnr .inner { position: relative; width: 1220px; height: 85px; text-align: right; font-size: 0; } .header .layer-pnr .pnr-form { padding: 10px 0 0px 0; } .header .layer-pnr .pnr-form .share { margin-top: 5px; } .header .layer-pnr .pnr-form .share a { font-weight: 700; color: #111; border-bottom: 1px solid #111; font-size: 12px; } .header .layer-pnr .custom-select { text-align: left; margin-right: 5px; position: relative; } .header .layer-pnr .custom-select select { width: 200px; } .header .layer-pnr .custom-input { width: 360px; margin-right: 5px; } .header .layer-pnr .custom-input input:read-only { background: none; color: inherit; } .header .layer-pnr .apply { display: inline-block; width: 120px; height: 42px; line-height: 42px; text-align: center; font-size: 14px; border-radius: 2px; color: #fff; background: #f9c028; font-weight: 700; } .header .layer-pnr .close { position: absolute; top: 24px; right: -67px; width: 29px; height: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close1.png") center center no-repeat; } .header .pnr-dims { position: absolute; top: 91px; z-index: 2; } .main-conts { padding: 0 0 100px 0; } .allwin-service_wrap { background: #f5f5f5; height: 550px; } .main-conts .allwin-service { width: 1200px; margin: 0 auto; position: relative; } .main-conts .allwin-service .visual { position: relative; height: 340px; overflow: hidden; } .main-conts .allwin-service .visual .txts { display: table; height: 340px; } .main-conts .allwin-service .visual .txts p { font-weight: 300; color: #262626; font-size: 38px; line-height: 110%; display: table-cell; vertical-align: middle; } .main-conts .allwin-service .visual .txts p span { display: block; color: #262626; font-weight: 300; font-size: 38px; margin-bottom: 20px; } .main-conts .allwin-service .visual .img { position: absolute; bottom: -4px; right: 0; } .main-conts .allwin-service .menu-tabs { position: absolute; top: 284px; left: 0; } .main-conts .allwin-service .menu-tabs .menu-ags { display: inline-block; width: 140px; margin-right: 1px; background: #f9c028; border-top-left-radius: 2px; border-top-right-radius: 2px; text-align: center; padding: 16px 0; font-size: 16px; font-weight: 700; color: #fff; cursor: pointer; } .main-conts .allwin-service .menu-tabs ul { display: inline-block; } .main-conts .allwin-service .menu-tabs ul li { display: inline-block; width: 140px; margin-right: 1px; background: #e7e7e7; border-top-left-radius: 2px; border-top-right-radius: 2px; text-align: center; padding: 16px 0; } .main-conts .allwin-service .menu-tabs ul li a { font-size: 16px; font-weight: 700; } .main-conts .allwin-service .menu-tabs ul li.atived { background: #f9c028; } .main-conts .allwin-service .menu-tabs ul li.atived a { color: #fff; } .main-conts .allwin-service .main-ags_forms { width: 1200px; height: 60px; border: 1px solid #e7e7e7; background: #fff; padding: 20px 0; } .main-conts .allwin-service .main-ags_forms .form-group { font-size: 0; width: 1200px; } .main-conts .allwin-service .main-ags_forms .form-group li { display: inline-block; vertical-align: top; position: relative; width: 290px; padding: 0 5px; } .main-conts .allwin-service .main-ags_forms .form-group li:before { content: ""; width: 1px; background: #e7e7e7; height: 100px; position: absolute; right: 0; top: -20px; } .main-conts .allwin-service .main-ags_forms .form-group li:last-child:before { content: none; } .main-conts .allwin-service .main-ags_forms .form-group li .custom-input { position: relative; border: none; border-radius: none; height: 56px; background: #fff; display: block; box-sizing: border-box; overflow: hidden; } .main-conts .allwin-service .main-ags_forms .form-group .custom-input input { position: relative; width: 100%; height: 56px; text-indent: 12px; font-size: 16px; background: transparent; z-index: 1; } .main-conts .allwin-service .main-ags_forms .form-group select { width: 100%; } .main-conts .allwin-service .main-ags_forms .form-group .select2-container .select2-selection--single { position: relative; box-sizing: border-box; cursor: pointer; display: block; height: 56px; line-height: 56px; user-select: none; -webkit-user-select: none; border: none; font-size: 16px; } .main-conts .allwin-service .main-ags_forms .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 23px !important; } .main-conts .allwin-service .main-ags_forms .form-group li .bt-full { font-weight: 700; width: 252px; background: #292b4b; margin-left: 20px; } .main-conts .allwin-service .services { font-size: 0; -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); } .main-conts .allwin-service .services .bt { position: absolute; bottom: -80px; left: 0; right: 0; -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); } .main-conts .allwin-service .services .bt button { width: 400px; height: 80px; line-height: 80px; text-align: center; background: #f9c028; color: #000; font-size: 18px; font-weight: 700; } .main-conts .allwin-service .services .service-col { position: relative; display: inline-block; vertical-align: top; width: 400px; height: 450px; overflow: hidden; } .main-conts .allwin-service .services .service-col:hover .bt { bottom: 0px; } .main-conts .allwin-service .services .service-col:hover.scanner .benefits .btxt1 { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.scanner .benefits .btxt2 { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.scanner .plane { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.matching .totals .price { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.matching .totals .seat { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.landmoa .allin-land-total .allin-land-group { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col:hover.landmoa .allin-land-total .total { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .main-conts .allwin-service .services .service-col.scanner { background: #f9c028; } .main-conts .allwin-service .services .service-col.scanner .bt { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } .main-conts .allwin-service .services .service-col.scanner .bt button { background: rgba(255, 255, 255, 0.5); } .main-conts .allwin-service .services .service-col.scanner .benefits { position: absolute; bottom: 30px; left: 40px; z-index: 5; } .main-conts .allwin-service .services .service-col.scanner .benefits .btxt1 { font-size: 17px; font-weight: 300; line-height: 120%; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .main-conts .allwin-service .services .service-col.scanner .benefits .btxt1 strong { font-weight: 500; } .main-conts .allwin-service .services .service-col.scanner .benefits .btxt2 { margin-top: 20px; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .main-conts .allwin-service .services .service-col.scanner .benefits .btxt3 { font-size: 14px; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .main-conts .allwin-service .services .service-col.scanner .plane { -webkit-transform: translateY(0); transform: translateY(0); position: absolute; bottom: -110px; right: -70px; width: 257px; height: 263px; background: url("https://cdn.allwin.bid/air/resource/img/img_main-plane.png") center center no-repeat; -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.25s; transition-delay: 0.25s; } .main-conts .allwin-service .services .service-col.matching { background: url("https://cdn.allwin.bid/air/resource/img/img_main-bg.png") center center no-repeat; } .main-conts .allwin-service .services .service-col.matching .bt { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .main-conts .allwin-service .services .service-col.matching .tit { color: #fff; } .main-conts .allwin-service .services .service-col.matching .txt { color: #fff; } .main-conts .allwin-service .services .service-col.matching .totals { position: absolute; bottom: 30px; left: 40px; } .main-conts .allwin-service .services .service-col.matching .totals .price { -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .main-conts .allwin-service .services .service-col.matching .totals .seat { -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .main-conts .allwin-service .services .service-col.matching .totals dl { margin-top: 20px; } .main-conts .allwin-service .services .service-col.matching .totals dl dt { font-size: 14px; color: #fff; } .main-conts .allwin-service .services .service-col.matching .totals dl dd { font-size: 28px; color: #fff; font-family: "Geogrotesque-SemiBold"; } .main-conts .allwin-service .services .service-col.landmoa { background: #f4f4f4; } .main-conts .allwin-service .services .service-col.landmoa .bt { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total { position: absolute; bottom: 30px; left: 40px; right: 40px; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group { position: relative; width: 178px; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .in-land { position: absolute; top: 0; right: 0; font-size: 14px; font-weight: 700; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .allin-land-item a { display: block; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .allin-land-item span { font-size: 14px; font-weight: 700; margin-bottom: 5px; display: block; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .allin-land-item .thumb { display: block; width: 178px; height: 100px; margin: 0; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .allin-land-item .thumb img { width: 178px; height: 100px; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__prev, .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__next { position: absolute; bottom: 35px; width: 20px; height: 28px; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__prev { left: 10px; background: url("https://cdn.allwin.bid/air/resource/img/img_main-prev.png") center center no-repeat; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__next { right: 10px; background: url("https://cdn.allwin.bid/air/resource/img/img_main-next.png") center center no-repeat; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .allin-land-group .awa-slide__pager { display: none; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .total { font-size: 14px; font-weight: 700; position: absolute; bottom: 0; right: 0; text-align: right; -webkit-transform: translateY(0); transform: translateY(0); -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .main-conts .allwin-service .services .service-col.landmoa .allin-land-total .total strong { display: block; font-family: "Geogrotesque-SemiBold"; font-size: 28px; line-height: 100%; } .main-conts .allwin-service .services .service-col .col-inner { margin: 30px 40px; } .main-conts .allwin-service .services .service-col .tit { font-size: 24px; font-weight: 700; } .main-conts .allwin-service .services .service-col .txt { position: relative; margin-top: 10px; font-size: 14px; font-weight: 500; line-height: 140%; } .main-conts .allwin-recommend { width: 1200px; margin: 130px auto 0 auto; position: relative; } .main-conts .ags { width: 1200px; margin: 120px auto 0 auto; position: relative; } .main-conts .allwin-recommend .tit { display: block; font-size: 24px; font-weight: 700; } .main-conts .ags .tit { display: block; font-size: 24px; font-weight: 700; } .main-conts .ags .tit-sub, .main-conts .allwin-recommend .tit-sub { display: block; font-size: 13px; padding-bottom: 20px; color: #888; } .main-conts .allwin-recommend .tit em { font-size: 28px; font-family: "Geogrotesque-SemiBold"; } .main-conts .allwin-recommend .more { position: absolute; top: 40px; right: 0; padding-right: 10px; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-arrow.png") right center no-repeat; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item { width: 280px; height: 286px; overflow: hidden; border-radius: 3px; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item a { display: block; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item a:hover .thumb img { -webkit-transform: scale(1.08); transform: scale(1.08); } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .new { position: absolute; top: 0; left: 0; z-index: 10; width: 56px; height: 56px; font-size: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_new.png") right center no-repeat; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .thumb { display: block; width: 280px; height: 158px; overflow: hidden; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .thumb img { width: 280px; transition: transform 1.5s; -webkit-transition: transform 1.5s; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .infos { padding: 30px 20px; border: 1px solid #ececec; border-top: 0; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .infos strong { font-size: 20px; font-weight: 700; line-height: 100%; } .main-conts .allwin-recommend .allwin-recommend-rolling .recommend-item .infos p { margin-top: 5px; height: 40px; word-break: keep-all; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__prev, .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__next { position: absolute; bottom: 128px; width: 26px; height: 47px; font-size: 0; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__prev { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-prev2.png") center center no-repeat; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__next { right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_recom-next2.png") center center no-repeat; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__pager { display: none; font-size: 0; text-align: center; margin-top: 40px; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__pager .awa-slide__pager-item { display: inline-block; margin: 0 4px; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__pager .awa-slide__pager-link { display: block; width: 6px; height: 6px; border-radius: 6px; background: #e7e7e7; } .main-conts .allwin-recommend .allwin-recommend-rolling .awa-slide__pager .awa-slide_pager-link--active { background: #f9c028; } .ad-area { position: relative; margin-top: 20px; } .ad-area .ad-banner-rolling .awa-slide__pager { left: 10px; margin-left: 0; } .ad-area .ad-banner-rolling .item.ad:after { right: 20px; margin-right: 0; } .ad-banner-rolling { position: relative; text-align: center; } .ad-banner-rolling .item { position: relative; } .ad-banner-rolling .item a { font-size: 0; display: block; } .ad-banner-rolling .item.ad:after { content: "AD"; width: 42px; height: 20px; line-height: 20px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.7); font-family: "Geogrotesque-SemiBold"; font-size: 14px; text-align: center; position: absolute; bottom: 15px; right: 50%; margin-right: -600px; border-radius: 2px; } .ad-banner-rolling .awa-slide__controls-direction { display: none; } .ad-banner-rolling .awa-slide__pager { height: 8px; position: absolute; top: 10px; left: 50%; margin-left: -600px; } .ad-banner-rolling .awa-slide__pager-item { display: inline-block; margin: 0 3px; vertical-align: top; } .ad-banner-rolling .awa-slide__pager-link { display: block; width: 8px; height: 8px; border-radius: 8px; background: #fff; opacity: 0.5; font-size: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .ad-banner-rolling .awa-slide_pager-link--active { width: 20px; } .banner-close { position: absolute; top: 15px; right: 20px; margin: 0 0 0 0; width: 30px; height: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close1.png") center center no-repeat; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .banner-close:hover { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); } .main-evt { position: relative; height: 120px; overflow: hidden; } .main-evt a { display: block; height: 120px; font-size: 0; text-align: center; } .main-evt .banner-close { right: 50%; margin: 0 -600px 0 0; } .layer-search-dims { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 19; } .layer-search { display: none; width: 100%; height: 800px; position: absolute; top: 0; bottom: 0; z-index: 40; -webkit-box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.5); } .layer-search.layer-scanner { background: #f3b308; } .layer-search.layer-scanner.active { top: 0; left: 0; right: 0; width: 100%; height: 800px; z-index: 1; opacity: 1; margin-left: 0; } .layer-search.layer-scanner.mutiple .air-ticketing { display: none; } .layer-search.layer-scanner h2 { color: #000; } .layer-search.layer-scanner .air-ticketing .csr-tooltip { top: 61px; } .layer-search.layer-scanner .air-layer3.from-citys:before { margin-left: -156px; } .layer-search.layer-scanner .air-layer3.to-citys { left: -180px; } .layer-search.layer-scanner .air-layer3.dates { left: auto; right: -143px; } .layer-search.layer-scanner .air-layer3.dates:before { margin-left: 194px; } .layer-search.layer-matching { background: url("https://cdn.allwin.bid/air/resource/img/img_main-visual-matching2.jpg") center center no-repeat; background-size: cover !important; } .layer-search.layer-matching.active { top: 0; left: 0; right: 0; width: 100%; height: 800px; z-index: 1; opacity: 1; margin-left: 0; } .layer-search.layer-matching .close { right: 385px; } .layer-search.layer-matching .air-layer3.from-citys:before { margin-left: -196px; } .layer-search.layer-matching .air-layer3.to-citys { left: -88px; } .layer-search.layer-matching .air-layer3.to-citys:before { margin-left: -126px; } .layer-search.layer-matching .air-layer3.dates { left: 0; } .layer-search.layer-matching .air-layer3.dates:before { margin-left: -346px; } .layer-search.layer-matching .air-layer3.passenger-seat { top: 100px; height: 244px; } .layer-search.layer-matching .air-layer3.passenger-seat .bt-selects { margin-top: 20px; } .layer-search.layer-land { background-color: #fff; } .layer-search.layer-land.active { top: 0; left: 0; right: 0; width: 100%; height: 800px; z-index: 1; opacity: 1; margin-left: 0; } .layer-search.layer-land .land-srch-input { width: 534px; height: 40px; position: absolute; top: 190px; left: 50%; margin-left: -267px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_srch.png") 0 5px no-repeat; } .layer-search.layer-land .land-srch-input ::-webkit-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input ::-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input :-ms-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input :-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input button { position: absolute; top: 0; right: 0; width: 100px; height: 40px; line-height: 40px; text-align: center; box-sizing: border-box; border: 1px solid #fff; border-radius: 2px; font-size: 14px; font-weight: bold; color: #fff; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .layer-search.layer-land .land-srch-input button:hover { background: #fff; color: #000; } .layer-search.layer-land .land-srch-input input { position: relative; top: -10px; width: 421px; height: 50px; background: none; text-indent: 40px; color: #fff; border-bottom: 3px solid #f9c028; } .layer-search.layer-land .land-srch-input2 { width: 1015px; height: 40px; position: absolute; top: 190px; left: 50%; margin-left: -508px; } .layer-search.layer-land .land-srch-input2 ::-webkit-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input2 ::-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input2 :-ms-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input2 :-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .layer-search.layer-land .land-srch-input2 button { position: absolute; top: 0; right: 0; width: 100px; height: 40px; line-height: 39px; text-align: center; box-sizing: border-box; border: 1px solid #fff; border-radius: 2px; font-size: 14px; font-weight: bold; color: #fff; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .layer-search.layer-land .land-srch-input2 .in { position: relative; width: 791px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_srch.png") 0 5px no-repeat; } .layer-search.layer-land .land-srch-input2 .in .land-total-srch-bt { width: 100px; background: #fff; color: #000; } .layer-search.layer-land .land-srch-input2 .in .land-total-srch-input { position: relative; top: -10px; width: 100%; height: 50px; background: none; text-indent: 40px; color: #fff; border-bottom: 3px solid #f9c028; } .layer-search.layer-land .land-srch-input2 .land-name-srch-bt { width: 216px; } .layer-search.layer-land .land-group { font-size: 0; position: absolute; top: 290px; left: 50%; width: 1014px; margin-left: -507px; } .layer-search.layer-land .land-group .awa-slide__viewport { height: 230px !important; } .layer-search.layer-land .land-group .land-group-item { width: 240px; overflow: hidden; border-radius: 3px; } .layer-search.layer-land .land-group .land-group-item:hover { -webkit-box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.88); -moz-box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.88); box-shadow: 0px 20px 22px -10px rgba(0, 0, 0, 0.88); } .layer-search.layer-land .land-group .land-group-item>a { display: block; width: 240px; margin: 0 auto; } .layer-search.layer-land .land-group .land-group-item .thumb { position: relative; width: 240px; height: 135px; line-height: 135px; text-align: center; } .layer-search.layer-land .land-group .land-group-item .thumb .eng { position: absolute; top: 5px; left: 0; right: 0; bottom: 0; text-align: center; } .layer-search.layer-land .land-group .land-group-item .thumb .eng em { font-family: "Geogrotesque-Bold"; font-size: 18px; color: #fff; display: inline-block; line-height: 100%; border-bottom: 2px solid #fff; } .layer-search.layer-land .land-group .land-group-item .infos { position: relative; padding: 0 15px 0 20px; height: 48px; line-height: 48px; overflow: hidden; border-top: 1px solid #9ca1ab; box-sizing: border-box; background: #fff; } .layer-search.layer-land .land-group .land-group-item .infos .kr { font-size: 14px; color: #001111; font-weight: 700; float: left; } .layer-search.layer-land .land-group .land-group-item .infos .num { float: right; color: #0a1661; font-size: 12px; } .layer-search.layer-land .land-group .land-group-item .infos .num em { color: #f9c028; font-weight: 700; } .layer-search.layer-land .land-group .awa-slide__prev, .layer-search.layer-land .land-group .awa-slide__next { position: absolute; top: 60px; width: 29px; height: 58px; } .layer-search.layer-land .land-group .awa-slide__prev { left: -85px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_prev2.png") center center no-repeat; } .layer-search.layer-land .land-group .awa-slide__next { right: -85px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_next2.png") center center no-repeat; } .layer-search.layer-land .land-group .awa-slide__pager { text-align: center; margin-top: 30px; } .layer-search.layer-land .land-group .awa-slide__pager .awa-slide__pager-item { display: inline-block; } .layer-search.layer-land .land-group .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link { margin: 0 4px; display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: rgba(255, 255, 255, 0.2); } .layer-search.layer-land .land-group .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link.awa-slide_pager-link--active { background: white; } .layer-search.layer-land .land-nums { position: absolute; top: 60px; right: 94px; text-align: right; } .layer-search.layer-land .land-nums p { line-height: 100%; color: #fff; font-size: 12px; height: 16px; line-height: 16px; } .layer-search.layer-land .land-nums p .flag { text-align: left; width: 32px; padding-left: 10px; height: 22px; line-height: 17px; font-size: 11px; font-family: "Geogrotesque-Bold"; display: inline-block; vertical-align: top; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_yellowflag-small.png") center center no-repeat; } .layer-search.layer-land .land-nums p .area { font-size: 12px; } .layer-search.layer-land .land-nums .num { line-height: 100%; font-size: 40px; display: block; font-family: "Geogrotesque-Bold"; color: #fff; } .layer-search.layer-land .clone-bg { height: 800px; overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: #fff; -moz-transition: background-image 1s ease-in-out; -o-transition: background-image 1s ease-in-out; -webkit-transition: background-image 1s ease-in-out; transition: background-image 1s ease-in-out; background-size: cover !important; } .layer-search h2 { position: absolute; top: 60px; left: 0px; font-size: 24px; color: #fff; font-weight: 700; line-height: 100%; } .layer-search .close { position: absolute; top: 20px; right: 0px; width: 47px; height: 47px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_close2.png") center center no-repeat; } .layer-search .inner { position: relative; width: 1200px; height: 800px; margin: 0 auto; } .layer-search .custom-radio input+label { color: #fff; } .layer-search .custom-radio input:checked+label { color: #f9c028; font-weight: 700; } .layer-search .w200 { width: 200px !important; } .layer-search .w218 { width: 218px !important; } .layer-search .w274 { width: 274px !important; } .layer-search .w280 { width: 280px !important; } .layer-search .w301 { width: 301px !important; } .layer-search .w483 { width: 483px !important; } .layer-search .ml10 { margin-right: 10px !important; } .layer-search .mr8 { margin-left: 8px !important; } .layer-search .mr10 { margin-left: 10px !important; } .layer-search .mt12 { margin-top: 12px !important; } .layer-search .box-radio-group { display: inline-block; border-radius: 2px; overflow: hidden; } .layer-search .box-radio-group .radio { display: inline-block; } .layer-search .box-radio-group .radio input { opacity: 0; position: absolute; } .layer-search .box-radio-group .radio input+label { position: relative; text-align: center; color: #b2b2b2; font-size: 16px; cursor: pointer; display: block; width: 100px; height: 56px; line-height: 56px; box-sizing: border-box; background: #fff; } .layer-search .box-radio-group .radio input:checked+label { color: #000; } .layer-search .box-radio-group .radio input:checked+label:before { content: ""; margin-right: 8px; display: inline-block; width: 13px; height: 10px; background: url("https://cdn.allwin.bid/air/resource/img/ico_check.png") center center no-repeat; } .layer-search .box-radio-group .radio:first-child input+label { border-right: 1px solid #d8d8d8; } .layer-search .number-input { position: relative; display: block; border-radius: 2px; overflow: hidden; width: 301px; height: 56px; } .layer-search .number-input button { position: absolute; top: 0; width: 50px; height: 56px; background: #fff; } .layer-search .number-input button.up { right: 0; border-left: 1px solid #d4d4d4; } .layer-search .number-input button.up:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 16px; height: 1px; background: #000; } .layer-search .number-input button.up:after { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -7px; width: 15px; height: 1px; background: #000; transform: rotate(90deg); -ms-transform: rotate(90deg); } .layer-search .number-input button.down { left: 0; border-right: 1px solid #d4d4d4; } .layer-search .number-input button.down:before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -8px; width: 16px; height: 1px; background: #000; } .layer-search .number-input input { position: absolute; top: 0; left: 50px; width: 201px; height: 56px; text-align: center; font-family: "Geogrotesque-SemiBold"; font-size: 18px; } .layer-search .scanner-form { width: 828px; padding-top: 120px; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .layer-search .scanner-form .bt-srch { width: 202px; } .layer-search .scanner-form .custom-input, .layer-search .scanner-form .custom-select { margin: 0 2px 0 0; vertical-align: top; } .layer-search .scanner-form .custom-input.pos, .layer-search .scanner-form .custom-select.pos { width: 274px; } .layer-search .scanner-form .custom-input.cal, .layer-search .scanner-form .custom-select.cal { width: 274px; } .layer-search .scanner-form .custom-input.cal-long, .layer-search .scanner-form .custom-select.cal-long { width: 274px; } .layer-search .scanner-form .custom-input.arrow, .layer-search .scanner-form .custom-select.arrow { width: 274px; margin-top: 12px; } .layer-search .scanner-form .first { margin-bottom: 80px; } .layer-search .scanner-form .first .bt-srch { margin-top: 12px; } .layer-search .scanner-form .second { margin-bottom: 60px; } .layer-search .scanner-form .second .custom-input.arrow, .layer-search .scanner-form .second .custom-select.arrow { margin-top: 0px; } .layer-search .scanner-form .second .air-layer3.to-citys { left: 0; } .layer-search .scanner-form .second .air-layer3.to-citys:before { margin-left: -176px; } .layer-search .scanner-form .third .custom-select select { width: 200px; } .layer-search .scanner-form .third .custom-input { width: 218px; } .layer-search .scanner-form .select2-container .select2-selection--single { border: 0; } .layer-search .matching-form { width: 815px; padding: 200px 0 0 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .layer-search .matching-form .custom-input, .layer-search .matching-form .custom-select { margin: 0 2px 0 0; } .layer-search .matching-form .global { width: 404px; position: absolute; top: 0; left: 412px; } .layer-search .matching-form .global .air-layer3.from-citys { left: auto; right: 0; } .layer-search .matching-form .global .air-layer3.from-citys:before { margin-left: 184px; } .layer-search .matching-form .global .air-layer3.to-citys { left: -131px; } .layer-search .matching-form .global .air-layer3.to-citys:before { margin-left: -86px; } .layer-search .matching-form .line { margin: 50px 0 50px 0; height: 1px; background: rgba(255, 255, 255, 0.3); } .layer-search .matching-form .form-util .trip-types { padding-top: 0; } .layer-search .matching-form .form-util .trip-types .custom-radio input:checked+label { color: #f9c028 !important; } .layer-search .layer-forms .row { position: relative; font-size: 0; margin-top: 12px; } .layer-search .layer-forms .row.last { width: 613px; } .layer-search .layer-forms .row:first-child { margin-top: 0; } .layer-search .layer-forms .row .row-item { position: relative; display: inline-block; vertical-align: top; } .layer-search .layer-forms .row .row-item:first-child .air-layer3.from-citys { left: 0; } .layer-search .layer-forms .row .row-item:first-child .air-layer3.to-citys { left: 0; } .layer-search .layer-forms .row .row-item:first-child .air-layer3.to-citys:before { margin-left: -176px; } .layer-search .layer-forms .row .col { width: 301px; display: inline-block; vertical-align: top; } .layer-search .layer-forms .row .col:first-child { float: left; } .layer-search .layer-forms .row .col:last-child { float: right; } .layer-search .layer-forms .row .tip { font-size: 14px; color: #b2b2b2; margin: 5px 0 0 5px; display: block; } .layer-search .layer-forms .label { font-size: 16px; color: #fff; display: block; margin-bottom: 10px; } .layer-search .layer-forms .custom-input input { padding-right: 45px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .layer-search .layer-forms .custom-input input:read-only { background: none; color: inherit; } .layer-search .layer-forms .custom-select { position: relative; } .layer-search .layer-forms .tips { margin-top: 5px; } .layer-search .layer-forms .tips li { font-size: 12px; } .layer-search .bt-srch { height: 56px; color: #fff; text-align: center; font-size: 16px; color: #fff; line-height: 56px; font-weight: 700; border-radius: 2px; border: 2px solid #fff; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .layer-search .bt-srch:hover { background: rgba(255, 255, 255, 0.2); } .layer-search .txts { color: #000; margin-bottom: 20px; } .layer-search .txts h3 { font-size: 30px; font-weight: 300; } .layer-search .txts h3 strong { font-weight: 700; } .layer-search .txts p { font-size: 14px; font-weight: 700; } .layer-search .form-util { position: relative; padding-bottom: 20px; } .layer-search .form-util .start-types { display: block; height: 41px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .layer-search .form-util .start-types .custom-radio input+label { width: 100px; height: 41px; line-height: 41px; font-size: 16px; color: #fff; padding: 0; text-align: center; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .layer-search .form-util .start-types .custom-radio input+label:before { content: ""; position: absolute; top: auto; bottom: 0; left: 0; width: 0; height: 2px; background: #fff; border-radius: initial; border: 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .layer-search .form-util .start-types .custom-radio input:hover+label { background: rgba(255, 255, 255, 0.2); } .layer-search .form-util .start-types .custom-radio input:checked+label { font-weight: 700; } .layer-search .form-util .start-types .custom-radio input:checked+label:before { display: block; width: 100%; } .layer-search .form-util .start-types .custom-radio input:checked+label:after { display: none; } .layer-search .form-util .start-types li { position: relative; display: inline-block; } .layer-search .form-util .trip-types { padding-top: 30px; display: inline-block; } .layer-search .form-util .trip-types li { display: inline-block; margin-right: 25px; } .layer-search .form-util .trip-types .custom-radio input+label:before { border: 0; } .layer-search .form-util .trip-types .custom-radio input:checked+label { color: #fff; } .layer-search .form-util .trip-bts { position: absolute; bottom: 15px; right: 0px; } .layer-search .form-util .trip-bts a { margin-left: 10px; color: #fff; border-bottom: 1px solid #fff; } .layer-search .share { text-align: right; margin-top: 10px; } .layer-search .share a { font-size: 14px; color: #fff; display: inline-block; border-bottom: 1px solid #fff; } .layer-search .matching-result { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; background: rgba(0, 0, 0, 0.67); } .layer-search .matching-result.long .result-inner { padding-top: 30px; height: 730px; } .layer-search .matching-result .result-inner { position: relative; width: 240px; height: 722px; margin: 0 auto 0 auto; padding-top: 78px; } .layer-search .matching-result .result-course p { margin: 10px 0; } .layer-search .matching-result .result-course p strong { display: inline-block; font-size: 30px; color: #fff; font-weight: 700; vertical-align: top; line-height: 120%; } .layer-search .matching-result .result-course .plane { position: relative; top: 10px; display: inline-block; vertical-align: top; width: 20px; height: 16px; margin: 0 10px; background: url("https://cdn.allwin.bid/air/resource/img/ico_plane.png") center center no-repeat; } .layer-search .matching-result .result-date { overflow: hidden; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .layer-search .matching-result .result-date dl { display: block; position: relative; overflow: hidden; text-align: right; margin: 3px 0; } .layer-search .matching-result .result-date dt { position: absolute; top: 0; left: 0; line-height: 100%; font-size: 14px; color: #fff; } .layer-search .matching-result .result-date dd input { text-align: right; background: none; border: 0; font-size: 14px; color: #aaa; font-family: "Geogrotesque-Regular"; } .layer-search .matching-result .result-price { border-bottom: 1px solid rgba(255, 255, 255, 0.2); overflow: hidden; padding: 15px 0; } .layer-search .matching-result .result-price .seat { color: #fff; font-size: 14px; } .layer-search .matching-result .result-price .seat em { color: #f9c028; } .layer-search .matching-result .result-price .price { margin-top: 5px; display: block; position: relative; color: #fff; } .layer-search .matching-result .result-price .price .multiply { float: left; font-size: 16px; font-family: "Geogrotesque-Regular"; } .layer-search .matching-result .result-price .price .sum { float: right; position: relative; font-size: 16px; font-family: "Geogrotesque-SemiBold"; } .layer-search .matching-result .result-price .price .sum:after { content: "원"; display: inline-block; margin-left: 3px; vertical-align: top; font-size: 14px; color: #fff; font-family: "Noto Sans"; font-weight: 400; } .layer-search .matching-result .result-total { position: absolute; bottom: 140px; right: 0; width: 100%; text-align: right; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out; } .layer-search .matching-result .result-total span { font-size: 15px; color: #fff; } .layer-search .matching-result .result-total strong { display: block; color: #fff; position: relative; font-size: 30px; font-family: "Geogrotesque-SemiBold"; } .layer-search .matching-result .result-total strong:after { content: "원"; display: inline-block; margin-left: 5px; vertical-align: top; font-size: 23px; color: #fff; font-family: "Noto Sans"; font-weight: 400; } .layer-search .matching-result .result-bts { width: 100%; position: absolute; bottom: 0; right: 0; } .layer-search .matching-result .result-bts button { width: 100%; height: 56px; text-align: center; color: #fff; font-weight: 700; font-size: 16px; } .layer-search .matching-result .result-bts button.apply { background: #f9c028; } .layer-search .matching-result .result-bts button.cancel { background: #000; } .layer-search .benefits { height: 800px; position: absolute; top: 0; right: 0; width: 300px; background: rgba(255, 255, 255, 0.5); } .layer-search .benefits .benefit-tit { display: block; font-size: 24px; font-weight: 300; padding: 50px 30px 0 30px; line-height: 100%; } .layer-search .benefits .benefit-lists { position: absolute; bottom: 112px; left: 0; right: 0; height: 576px; margin: 0 auto; } .layer-search .benefits .benefit-lists .list-scroll { padding: 0 20px; height: 576px; overflow: hidden; overflow-y: auto; } .layer-search .benefits .benefit-lists .list-scroll .mCustomScrollBox { position: static; } .layer-search .benefits .benefit-lists li { position: relative; padding: 40px 0; border-top: 1px solid rgba(255, 255, 255, 0.5); } .layer-search .benefits .benefit-lists li:first-child { border-top: 0; } .layer-search .benefits .benefit-lists .flag { position: absolute; top: 40px; left: 0; height: 27px; line-height: 19px; color: #fff; font-size: 12px; font-weight: 700; } .layer-search .benefits .benefit-lists .flag.money { width: 32px; padding-left: 13px; background: url("https://cdn.allwin.bid/air/resource/img/img_orage-flag.png") center center no-repeat; } .layer-search .benefits .benefit-lists .flag.com { width: 42px; padding-left: 13px; background: url("https://cdn.allwin.bid/air/resource/img/img_black-flag.png") center center no-repeat; } .layer-search .benefits .benefit-lists .seller { position: absolute; top: 40px; right: 0; } .layer-search .benefits .benefit-lists .seller img { height: 25px; } .layer-search .benefits .benefit-lists .box { margin: 50px 0 0 0; } .layer-search .benefits .benefit-lists .txt { font-size: 16px; } .layer-search .benefits .benefit-lists .money strong { font-family: "Geogrotesque-SemiBold"; font-size: 30px; } .layer-search .benefits .benefit-lists .money em { font-size: 16px; font-weight: 500; } .layer-search .benefits .benefit-lists .per strong { font-family: "Geogrotesque-SemiBold"; font-size: 30px; } .layer-search .benefits .benefit-lists .per em { font-weight: 700; font-size: 26px; } .layer-search .benefits .benefit-bts { position: absolute; bottom: 0; left: 0; } .layer-search .benefits .benefit-bts button { width: 300px; height: 56px; line-height: 56px; text-align: center; color: #fff; font-weight: 700; font-size: 16px; } .layer-search .benefits .benefit-bts button.white { color: #f9c028; background: #fff; } .layer-search .benefits .benefit-bts button.yellow { background: #f9c028; } .layer-search .benefit-tourway { position: absolute; bottom: 125px; right: -18px; width: 318px; height: 436px; background: url("https://cdn.allwin.bid/air/resource/img/benefit/img_bg-box.png") 0 0 no-repeat; } .layer-search .benefit-tourway:after { content: ""; position: absolute; top: -58px; right: 35px; width: 127px; height: 131px; background: url("https://cdn.allwin.bid/air/resource/img/benefit/img_plane.png") center center no-repeat; } .layer-search .benefit-tourway .seller-logo { display: inline-block; padding: 25px 0 0 35px; } .layer-search .benefit-tourway .benefit-txts { margin: 15px 43px 0 35px; } .layer-search .benefit-tourway .benefit-txts .t1 { font-size: 24px; line-height: 150%; } .layer-search .benefit-tourway .benefit-txts .t1 strong { font-weight: bold; font-size: 36px; } .layer-search .benefit-tourway .benefit-txts .t2 { font-size: 16px; line-height: 280%; letter-spacing: -1px; margin: 10px 0 0 0; } .layer-search .benefit-tourway .benefit-txts .t2 strong { font-size: 68px; color: #ff4600; font-family: "Geogrotesque-Bold"; } .layer-search .benefit-tourway .benefit-txts .t2 strong em { position: relative; font-size: 20px; font-family: "Geogrotesque-SemiBold"; } .layer-search .benefit-tourway .benefit-txts .t2 strong em:before { content: ""; position: absolute; top: -30px; left: 5px; width: 55px; height: 28px; background: url("https://cdn.allwin.bid/air/resource/img/benefit/img_flag2.png") center center no-repeat; } .layer-search .benefit-tourway .benefit-txts .t2 span { position: relative; display: inline-block; font-size: 20px; font-family: "Geogrotesque-SemiBold"; } .layer-search .benefit-tourway .benefit-txts .t2 span em { font-size: 15px; } .layer-search .benefit-tourway a { display: block; position: absolute; bottom: 45px; left: 35px; width: 240px; height: 46px; line-height: 45px; background: #000; color: #fff; font-size: 16px; font-weight: bold; text-align: center; } .sub .header .pnr-dims { display: none; } .sub .layer-search { top: -100px; height: 480px; } .sub .layer-search .inner { height: 480px; } .sub .layer-search h2 { display: none; } .sub .layer-search.layer-scanner { height: 240px; left: 0; background-size: cover !important; } .sub .layer-search.layer-scanner.mutiple { height: 448px; } .sub .layer-search.layer-scanner.mutiple .air-layer3.dates { right: 0; } .sub .layer-search.layer-scanner.mutiple .air-layer3.dates:before { margin-left: 164px; } .sub .layer-search.layer-scanner.mutiple .air-layer3.passenger-seat { left: 0; right: auto; } .sub .layer-search.layer-scanner.mutiple .air-layer3.passenger-seat:before { margin-left: -196px; } .sub .layer-search.layer-scanner .inner { height: 240px; } .sub .layer-search.layer-scanner .txts { display: none; } .sub .layer-search.layer-scanner .air-ticketing { display: none; } .sub .layer-search.layer-scanner .benefits { display: none; } .sub .layer-search.layer-scanner .benefit-tourway { display: none; } .sub .layer-search.layer-scanner .air-layer3 { top: 70px; } .sub .layer-search.layer-scanner .air-layer3.from-citys:before { margin-left: -196px; } .sub .layer-search.layer-scanner .air-layer3.to-citys { left: -203px; } .sub .layer-search.layer-scanner .air-layer3.to-citys:before { margin-left: -11px; } .sub .layer-search.layer-scanner .air-layer3.dates { left: auto; right: -303px; } .sub .layer-search.layer-scanner .air-layer3.dates:before { margin-left: 34px; } .sub .layer-search.layer-scanner .air-layer3.passenger-seat { left: auto; right: -120px; } .sub .layer-search.layer-scanner .air-layer3.passenger-seat:before { margin-left: 64px; } .sub .layer-search.layer-matching { height: 560px; right: 0; background-size: cover !important; } .sub .layer-search.layer-matching .inner { height: 560px; } .sub .layer-search.layer-matching .close { right: 0px; } .sub .layer-search.layer-land { height: 480px; } .sub .layer-search.layer-land .land-srch-input { top: 95px; } .sub .layer-search.layer-land .land-group { top: 175px; } .sub .layer-search.layer-land .land-nums { display: none; } .sub .layer-search.layer-land .land-srch-input2 { top: 110px; } .sub .layer-search.layer-land .clone-bg { height: 480px; } .sub .layer-search .scanner-form { width: 1011px; margin: 0 auto; padding-top: 30px; } .sub .layer-search .scanner-form .row .row-item:first-child .air-layer3.to-citys:before { margin-left: -211px; } .sub .layer-search .scanner-form .bt-srch { width: 120px; margin-top: 0; } .sub .layer-search .scanner-form .custom-input, .sub .layer-search .scanner-form .custom-select { margin: 0 2px 0 0; vertical-align: top; } .sub .layer-search .scanner-form .custom-input.pos, .sub .layer-search .scanner-form .custom-select.pos { width: 200px; } .sub .layer-search .scanner-form .custom-input.cal, .sub .layer-search .scanner-form .custom-select.cal { width: 280px; } .sub .layer-search .scanner-form .custom-input.cal-long, .sub .layer-search .scanner-form .custom-select.cal-long { width: 605px; } .sub .layer-search .scanner-form .custom-input.arrow, .sub .layer-search .scanner-form .custom-select.arrow { width: 200px; margin-top: 0px; } .sub .layer-search .matching-form { width: 814px; padding-top: 70px; margin: 0 auto; } .sub .layer-search .matching-result { background: none; width: 192px; height: 56px; bottom: auto; top: 438px; right: 192px; border-radius: 2px; overflow: hidden; } .sub .layer-search .matching-result .result-inner { display: none; } .sub .layer-search .matching-result .result-bts { position: static; bottom: auto; right: auto; } .sub .layer-search .matching-result .result-bts button { width: 192px; } .sub .layer-search .matching-result .result-bts button.cancel { display: none; } /* footer */ .footer { border-top: 1px solid #e7e7e7; padding: 40px 0 60px 0; overflow: hidden; margin-top: 140px; } .footer .footer-inner { position: relative; width: 1220px; margin: 0 auto; padding: 0 10px; box-sizing: border-box; } .footer .footer-logo { position: absolute; top: 0; left: 10px; text-indent: -9999px; display: block; width: 134px; height: 19px; background: url("https://cdn.allwin.bid/air/resource/img/img_footer-logo.png") 0 0 no-repeat; background-size: 134px 19px; } .footer .footer-info { margin-left: 180px; } .footer .footer-info ul { font-size: 0; margin-bottom: 3px; } .footer .footer-info li { position: relative; font-family: "Noto Sans"; font-weight: 500; font-size: 12px; color: #666; display: inline-block; padding: 0 7px; } .footer .footer-info li:before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -6px; width: 1px; height: 12px; background: #ccc; } .footer .footer-info li:first-child:before { display: none; } .footer .footer-info .link-mail { color: #666; } .footer .footer-menu { position: absolute; top: 0; right: 5px; } .footer .footer-menu ul { font-size: 0; } .footer .footer-menu li { position: relative; display: inline-block; padding: 0 10px; } .footer .footer-menu li:before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -6px; width: 1px; height: 12px; background: #ccc; } .footer .footer-menu li:first-child:before { display: none; } .footer .footer-menu a { display: block; color: #666; font-family: "Noto Sans"; font-weight: 500; font-size: 12px; } .footer .footer-copyright { display: block; margin: 10px 0 0 187px; font-family: "Geogrotesque-Medium"; font-size: 12px; color: #666; } /* 검색 결과 */ .results2.ags { background-color: #fff; -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); height: 122px; padding-top: 48px; } .results2.ags.top { height: 160px; padding-top: 40px; } .results2.ags.top .result-condition p.tit { font-size: 18px; font-weight: 300; padding-bottom: 12px; } .results2 .result-condition { width: 1200px; margin: 0 auto 10px auto; } .results2 .result-condition .trip-city, .results3 .result-condition .trip-city { position: relative; font-size: 0; color: #111; } .results2 .result-condition .trip-city strong { color: #111; font-weight: 700; font-size: 34px; display: inline-block; vertical-align: top; line-height: 100%; letter-spacing: -2px; } .results2 .result-condition .trip-city em { font-family: "Geogrotesque-SemiBold"; } .results2 .result-condition .trip-city .plane { position: relative; display: inline-block; vertical-align: top; width: 55px; height: 36px; } .results2 .result-condition .trip-city .plane:before, .results2 .result-condition .trip-city .plane:after { content: ""; position: absolute; top: 50%; left: 50%; width: 20px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_black-plane.svg") center center no-repeat; background-size: 20px 16px; } .results2 .result-condition .trip-city .plane:before { margin: -8px 0 0 -10px; } .results2 .result-condition .trip-city .plane:after { display: none; } .results2 .result-condition .trip-city .plane.dubble { margin-top: 0; } .results2 .result-condition .trip-city .plane.dubble:before, .results2 .result-condition .trip-city .plane.dubble:after { width: 16px; height: 14px; background-size: 16px 14px; } .results2 .result-condition .trip-city .plane.dubble:before { margin: -13px 0 0 -13px; } .results2 .result-condition .trip-city .plane.dubble:after { display: inline-block; margin: -3px 0 0 -3px; -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } .results2 .result-condition .trip-city .bt-link { position: relative; top: 16px; margin-left: 20px; } .results2 .result-condition .trip-city .etc { position: relative; top: 7px; font-size: 24px; margin-left: 15px; line-height: 100%; } .results2 .result-condition .trip-city .etc strong { cursor: pointer; font-size: 24px; font-family: "Noto Sans"; font-weight: 400; padding-bottom: 2px; border-bottom: 2px solid #292a4d; } .results2 .result-condition .trip-city .etc em { font-size: 24px; font-weight: 700; font-family: "Noto Sans"; } .results2 .result-condition .trip-infos { font-size: 0; margin-top: 10px; } .results2 .result-condition .trip-infos li { position: relative; display: inline-block; padding: 0 10px; vertical-align: top; font-size: 14px; } .results2 .result-condition .trip-infos li:before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -5px; width: 1px; height: 12px; background: #ccc; } .results2 .result-condition .trip-infos li:first-child { padding-left: 0; } .results2 .result-condition .trip-infos li:first-child:before { display: none; } .results2 .result-condition .trip-infos em { font-family: "Geogrotesque-Medium"; } .results2 .result-condition .trip-infos .trip-label { position: relative; top: -1px; } .results2 .result-condition .re-srching { margin-top: 10px; text-align: right; } .results2 .result-condition .re-srching .bt-small.navy { position: relative; top: -38px; } .results2 .result-lists { position: relative; width: 1200px; margin: 0 auto; } .results2 .result-lists:after { content: " "; display: block; clear: both; } .results2 .result-lists .filters { width: 200px; float: left; border-top: 1px solid #111; } .results2 .result-lists .filters.filters-loading { min-height: 1124px; } .results2 .result-lists .filters .filter-outer { position: relative; border-bottom: 1px solid #e7e7e7; padding: 30px 0; } .results2 .result-lists .filters .filter-item dt { padding: 0 5px; } .results2 .result-lists .filters .filter-item dd { padding: 0 5px; margin-top: 5px; } .results2 .result-lists .filters .filter-item .filter-tits { position: relative; font-size: 0; margin-bottom: 10px; } .results2 .result-lists .filters .filter-item .filter-tits .tit { font-weight: 700; font-size: 14px; } .results2 .result-lists .filters .filter-item .filter-tits .tit a { position: relative; display: inline-block; padding: 0 5px; color: #aaa; font-weight: 500; } .results2 .result-lists .filters .filter-item .filter-tits .tit a:first-child { padding-left: 0; } .results2 .result-lists .filters .filter-item .filter-tits .tit a:first-child:after { content: ""; position: absolute; top: 50%; right: -2px; width: 1px; height: 10px; margin-top: -5px; background: #e7e7e7; } .results2 .result-lists .filters .filter-item .filter-tits .tit a.is-clicked { color: #000; font-weight: 700; font-size: 14px; } .results2 .result-lists .filters .filter-item .filter-tits .bt { position: absolute; bottom: 0; right: 5px; width: 18px; height: 18px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-off.png") center center no-repeat; } .results2 .result-lists .filters .filter-item .filter-tits .bt.is-toggled { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow-on.png") center center no-repeat; } .results2 .result-lists .filters .filter-item .custom-check input+label { font-size: 13px; color: #666; padding-left: 20px; } .results2 .result-lists .filters .filter-item .custom-check input+label:before { width: 12px; height: 12px; top: 50%; margin-top: -6px; } .results2 .result-lists .filters .filter-item .custom-check input:checked+label:before { border: 1px solid #ebaa2c; background: #ebaa2c url("https://cdn.allwin.bid/air/resource/img/ico_check2.png") center center no-repeat; background-size: 9px 7px; } .results2 .result-lists .filters .filter-item .bid-group { padding-bottom: 20px; } .results2 .result-lists .filters .filter-item .bid-group .range-slider { padding-top: 0; margin-top: 35px; } .results2 .result-lists .filters .filter-item .bid-group .range-slider:first-child { margin-top: 0; } .results2 .result-lists .filters .filter-item .bid-solo { min-height: 42px; } .results2 .result-lists .filters .filter-more { position: relative; top: 10px; font-size: 13px; color: #111; width: 100%; text-align: left; margin: 0 0 0 3px; } .results2 .result-lists .filters .filter-more.is-actived:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .results2 .result-lists .filters .filter-more:after { content: ""; display: inline-block; margin-left: 5px; width: 13px; height: 8px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .results2 .result-lists .lists { width: 970px; float: right; border-top: 1px solid #111; } .results2 .result-lists .lists .no-result { padding: 120px 0; text-align: center; font-size: 13px; color: #111; border-bottom: 1px solid #e7e7e7; } .results2 .result-lists .lists .no-scroll-result { padding: 120px 0; text-align: center; font-size: 13px; color: #111; border-top: 1px solid #111; } .results2 .result-lists .lists__items { margin-top: 20px; overflow: hidden; box-sizing: border-box; } .results2 .result-lists .lists__items:first-child { margin-top: 0; } .results2 .result-lists .lists__items.fake .min-price-prd:hover .info2 { background: none; } .results2 .result-lists .lists__items .min-price-prd { position: relative; } .results2 .result-lists .lists__items .min-price-prd:hover .info2 { background: #fafafa; } .results2 .result-lists .lists__items .min-price-prd .info1 { position: relative; border: 1px solid #e7e7e7; border-bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; box-sizing: border-box; min-height: 243px; display: table; padding: 25px 0; } .results2 .result-lists .lists__items .min-price-prd .info1.fake { border-radius: 5px; border-bottom: 1px solid #e7e7e7; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items { display: table-cell; vertical-align: middle; font-size: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item { width: 723px; padding: 15px 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .airline { width: 80px; display: inline-block; vertical-align: top; margin-left: 40px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing { height: auto; line-height: 180%; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing .tail { display: block; margin: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing .name { width: 70px; font-size: 12px; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code { width: 140px; display: inline-block; vertical-align: top; padding-left: 15px; margin-top: 10px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code .custom-check input+label { font-size: 12px; color: #111; padding-left: 17px; font-family: "Geogrotesque-SemiBold"; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code .custom-check input+label:before { width: 12px; height: 12px; top: 50%; margin-top: -6px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code .custom-check input:checked+label:before { border: 1px solid #ebaa2c; background: #ebaa2c url("https://cdn.allwin.bid/air/resource/img/ico_check2.png") center center no-repeat; background-size: 9px 7px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .plane-code .total-at { display: block; font-weight: 500; font-size: 12px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips { position: relative; display: inline-block; vertical-align: top; width: 370px; height: 30px; margin-top: 10px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips.twice .detail-trip-item.stopover.sto1 { margin-left: -120px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips.twice .detail-trip-item.stopover.sto2 { margin-left: 30px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips:before { content: ""; width: 100%; height: 2px; background: #e7e7e7; position: absolute; top: 50%; left: 0; margin-top: -1px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .label-item { position: absolute; top: -15px; left: 0; right: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .trip-label { margin-right: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item { position: absolute; top: 50%; width: 42px; height: 30px; margin-top: -15px; text-align: center; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item:before { content: ""; position: absolute; top: 50%; background: #f9c028; border: 4px solid #fff; width: 12px; height: 12px; border-radius: 12px; margin-top: -6px; box-sizing: border-box; overflow: hidden; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start { left: -21px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start:before { left: 50%; margin-left: -6px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start .city, .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start .at { left: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end { right: -21px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end:before { right: 50%; margin-right: -6px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end .city, .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end .at { right: 0; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.stopover, .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct { width: 90px; position: absolute; left: 50%; margin-left: -45px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.stopover:before, .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct:before { left: 50%; margin-left: -6px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct:before { display: none; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .city { width: 100%; position: absolute; top: -10px; text-align: center; line-height: 100%; display: inline-block; font-family: "Geogrotesque-Medium"; font-size: 14px; color: #aaa; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .at { position: absolute; bottom: -15px; font-weight: normal; line-height: 100%; display: inline-block; font-family: "Geogrotesque-SemiBold"; font-size: 18px; color: #111; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .plus { font-size: 12px; color: #f9c028; font-family: "Geogrotesque-Medium"; position: absolute; bottom: -1px; right: -15px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .kix-at { position: absolute; left: 0; right: 0; bottom: -15px; display: block; font-weight: 500; font-size: 12px; } .results2 .result-lists .lists__items .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .kix-at em { font-size: 12px; font-family: "Geogrotesque-Medium"; } .results2 .result-lists .lists__items .min-price-prd .info2 { border: 1px solid #e7e7e7; border-bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; box-sizing: border-box; overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; width: 246px; text-align: center; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .results2 .result-lists .lists__items .min-price-prd .info2.fake { border-radius: 5px; border-bottom: 1px solid #e7e7e7; } .results2 .result-lists .lists__items .min-price-prd .info2 .info2-inner { position: absolute; top: 50%; right: 0; width: 246px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-align: center; } .results2 .result-lists .lists__items .min-price-prd .info2 .seller { display: block; font-size: 14px; font-weight: 500; } .results2 .result-lists .lists__items .min-price-prd .info2 .price { position: relative; display: block; font-family: "Geogrotesque-SemiBold"; font-size: 24px; color: #111; } .results2 .result-lists .lists__items .min-price-prd .info2 .price:after { content: "원"; font-size: 22px; color: #111; } .results2 .result-lists .lists__items .min-price-prd .info2 .standard { display: block; font-size: 12px; color: #aaa; } .results2 .result-lists .lists__items .min-price-prd .info2 button { display: block; margin: 35px auto 0 auto; box-sizing: border-box; border: 1px solid #292a4d; width: 80px; height: 30px; line-height: 29px; text-align: center; font-weight: 700; font-size: 12px; color: #111; border-radius: 1px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .results2 .result-lists .lists__items .min-price-prd .info2 button:hover { background: #292a4d; color: #fff; } .results2 .result-lists .lists__items .min-price-prd .info2 a { display: block; width: 155px; height: 30px; line-height: 30px; border: 1px solid #292a4d; text-align: center; font-weight: bold; font-size: 12px; color: #111; margin: 10px auto 0 auto; } .results2 .result-lists .lists__items .min-price-prd .info2 .in-tooltips { position: absolute; left: 50%; transform: translateX(-50%); z-index: 300; padding: 0; display: table; vertical-align: middle; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); margin-top: 5px; } .results2 .result-lists .lists__items .min-price-prd .info2 .in-tooltips:before { content: ""; position: absolute; top: -3px; left: 50%; margin-left: -3px; width: 6px; height: 4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_tooltip-arrow-top.png") center center no-repeat; } .results2 .result-lists .lists__items .min-price-prd .info2 .in-tooltips .tooltip-content { border: 1px solid #7d7d7d; font-size: 12px; color: #000; padding: 10px; display: table-cell; vertical-align: middle; background: #fff; font-family: "Geogrotesque-SemiBold", "Noto Sans"; text-align: center; } .results2 .result-lists .lists__items .list-bts { position: relative; height: 42px; } .results2 .result-lists .lists__items .list-bts.is-parent-clicked button { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .results2 .result-lists .lists__items .list-bts button { height: 42px; line-height: 42px; text-align: center; font-size: 13px; color: #111; font-weight: 500; background: #f7f7f7; border: 1px solid #e7e7e7; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .results2 .result-lists .lists__items .list-bts button:after { content: ""; margin-left: 7px; display: inline-block; width: 13px; height: 8px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .results2 .result-lists .lists__items .list-bts button:first-child { width: 726px; } .results2 .result-lists .lists__items .list-bts button:last-child { position: absolute; top: 0; right: 0; width: 246px; } .results2 .result-lists .lists__items .list-bts button.is-clicked { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .results2 .result-lists .lists__items .list-bts button.is-clicked:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .results2 .result-lists .lists__items .price-compare { position: relative; top: 0px; overflow: hidden; border: 1px solid #e6e6e6; background: #fff; border-top: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .results2 .result-lists .lists__items .price-compare .compare-scroll { min-height: 210px; max-height: 470px; overflow: hidden; padding: 0 0 0 40px; } .results2 .result-lists .lists__items .price-compare .compare-tit { font-size: 18px; color: #292a4d; font-weight: 500; display: block; line-height: 100%; margin-top: 40px; padding-bottom: 20px; } .results2 .result-lists .lists__items .price-compare .compare-list { width: 889px; padding-bottom: 40px; } .results2 .result-lists .lists__items .price-compare .compare-list table thead th { border-top: 1px solid #111; border-bottom: 1px solid #111; text-align: center; font-size: 13px; color: #111; font-weight: 700; height: 50px; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td { height: 60px; border-bottom: 1px solid #e7e7e7; text-align: center; color: #111; font-size: 13px; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.benefit { font-size: 13px; color: #fe4e0c; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.cls span { line-height: 100%; cursor: pointer; font-family: "Geogrotesque-Medium"; border-bottom: 1px solid #111; padding: 0 2px; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.seat { font-family: "Geogrotesque-Medium"; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.price strong { cursor: pointer; font-family: "Geogrotesque-Medium"; color: #111; font-size: 13px; display: inline-block; border-bottom: 1px solid #111; line-height: 100%; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.price em { font-family: "Noto Sans"; color: #111; font-size: 13px; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.bt a { width: 80px; height: 32px; line-height: 32px; border: 1px solid #cecece; tet-align: center; box-sizing: border-box; font-size: 13px; font-weight: 700; color: #111; display: block; margin: 0 auto; border-radius: 2px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .results2 .result-lists .lists__items .price-compare .compare-list table tbody td.bt a:hover { background: #292a4d; border: 1px solid #292a4d; color: #fff; } .results2 .result-lists .lists__child { margin-top: 20px; } .results2 .result-lists .lists__child .no-scroll-result { padding: 10px 0; } .results2 .sorting { position: relative; height: 32px; margin-top: 25px; } .results2 .sorting .tit { position: absolute; top: 0; left: 0; font-size: 14px; font-weight: 700; width: 70px; color: #111; line-height: 32px; } .results2 .sorting .tit:after { content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 10px; background: #cecece; margin-top: -5px; } .results2 .sorting .sort-items { margin: 0 0 0 70px; font-size: 0; } .results2 .sorting .sort-items li { display: inline-block; } .results2 .sorting .sort-items button { position: relative; font-size: 13px; color: #aaa; line-height: 32px; padding-right: 15px; margin: 0 20px; } .results2 .sorting .sort-items button:after { content: ""; width: 8px; height: 4px; position: absolute; top: 50%; right: 0; margin-top: -2px; background: url("https://cdn.allwin.bid/air/resource/img/ico_arrows.png") 0 0 no-repeat; } .results2 .sorting .sort-items button.up { color: #666; font-weight: 700; } .results2 .sorting .sort-items button.up:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_arrows.png") 0 -4px no-repeat; } .results2 .sorting .sort-items button.down { color: #666; font-weight: 700; } .results2 .sorting .sort-items button.down:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_arrows.png") 0 -8px no-repeat; } .results2 .sorting .bt-small { position: absolute; top: 0; right: 0; } .results2 .more-schedule { position: relative; text-align: center; margin: 50px 0 0 0; line-height: 100%; } .results2 .more-schedule:before { content: ""; width: 100%; height: 1px; background: #e7e7e7; position: absolute; top: 50%; left: 0; z-index: -1; } .results2 .more-schedule button { font-size: 14px; color: #111; font-weight: 500; background: #fff; width: 160px; background: #fff; } .results2 .more-schedule button:hover em { color: #f9c028; border-bottom: 1px solid #f9c028; } .results2 .more-schedule button:hover em:after { background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_more-plus2.png") center center no-repeat; } .results2 .more-schedule button em { position: relative; display: inline-block; padding-right: 15px; border-bottom: 1px solid #fff; } .results2 .more-schedule button em:after { content: ""; width: 12px; height: 12px; position: absolute; top: 5px; right: 0; background: url("https://cdn.allwin.bid/air/resource/img/ico_more-plus.png") center center no-repeat; } .results2 .more-tits { position: relative; margin: 30px 0 14px 0; line-height: 100%; } .results2 .more-tits strong { font-size: 14px; color: #111; font-weight: 700; } .results2 .more-tits strong span { font-family: "Geogrotesque-Bold"; } .results2 .more-tits button { position: relative; font-size: 13px; position: absolute; top: 0; right: 0; padding-right: 18px; line-height: 100%; } .results2 .more-tits button:after { content: ""; width: 13px; height: 8px; position: absolute; top: 50%; right: 0; margin-top: -4px; background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .results2 .more-tits button.is-clicked:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .results2 .lines { height: 1px; background: #e7e7e7; margin: 60px 0 0 0; } .results2 .optimum-item { background: #292a4d; border-radius: 5px; padding: 0 3px 0 3px; margin-top: 30px; overflow: hidden; } .results2 .optimum-item .optimum-tit { position: relative; height: 36px; line-height: 36px; color: #fff; font-size: 13px; padding-left: 12px; } .results2 .optimum-item .optimum-tit:after { content: ""; position: absolute; bottom: 0px; right: -3px; width: 65px; height: 34px; background: url("https://cdn.allwin.bid/air/resource/img/img_threeline.png") right center no-repeat; } .results2 .optimum-item .optimum-tit button { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; color: #fff; font-size: 13px; background: #000; border-radius: 20px; margin-left: 10px; } .results2 .optimum-item .lists__items { margin-top: 0px; margin-bottom: 3px; } .results2 .optimum-item .lists__items .min-price-prd .info1 { background: #fff; } .results2 .optimum-item .lists__items .min-price-prd .info1 .trip-items .trip-item { width: 720px; } .results2 .optimum-item .lists__items .min-price-prd .info2 { background: #fff; width: 243px; } .results2 .optimum-item .lists__items .list-bts button:first-child { width: 723px; } .results2 .optimum-item .lists__items .list-bts button:last-child { width: 243px; } .results2 .schedule-detail, .result-details .schedule-detail { position: relative; top: 0px; overflow: hidden; border: 1px solid #e6e6e6; background: #fff; border-top: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .results2 .schedule-detail .multiple-schedule, .result-details .schedule-detail .multiple-schedule { position: relative; border-top: 1px solid #e6e6e6; padding: 20px 0; font-size: 0; } .results2 .schedule-detail .multiple-schedule:after, .result-details .schedule-detail .multiple-schedule:after { content: ""; position: absolute; top: 20px; left: 50%; bottom: 20px; width: 1px; margin-left: 0px; background: #e7e7e7; } .results2 .schedule-detail .multiple-schedule:first-child, .result-details .schedule-detail .multiple-schedule:first-child { border-top: 0; } .results2 .schedule-detail .multiple-schedule .multiple-group, .result-details .schedule-detail .multiple-schedule .multiple-group { width: 50%; display: inline-block; vertical-align: top; box-sizing: border-box; padding: 20px 0 30px 0; } .results2 .schedule-detail .multiple-schedule .multiple-group:last-child, .result-details .schedule-detail .multiple-schedule .multiple-group:last-child { border-right: 0; } .results2 .schedule-detail .schedule-detail__tit, .result-details .schedule-detail .schedule-detail__tit { font-size: 18px; color: #292a4d; font-weight: 500; display: block; line-height: 100%; margin: 0 0 30px 40px; } .results2 .schedule-detail .schedule-detail__items, .result-details .schedule-detail .schedule-detail__items { position: relative; text-align: center; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item { position: relative; font-size: 0; text-align: center; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item.solo .info1, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item.solo .info1 { height: 330px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item.solo .plane, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item.solo .plane { height: 330px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item.solo .info2, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item.solo .info2 { height: 330px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .btm, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .btm { position: absolute; bottom: 0; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info1, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info1 { position: relative; min-width: 140px; height: 135px; display: inline-block; vertical-align: top; text-align: right; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dl, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dl { text-align: right; right: 0; width: 100%; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dt, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dt { color: #999; display: inline-block; vertical-align: top; font-size: 14px; width: 100px; line-height: 120%; position: relative; top: 3px; font-weight: 500; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dd, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dd { display: inline-block; vertical-align: top; width: 40px; font-family: "Geogrotesque-SemiBold"; font-size: 18px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 { position: relative; min-width: 140px; height: 135px; display: inline-block; vertical-align: top; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dl, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dl { text-align: left; left: 0; width: 100%; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dt, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dt { display: inline-block; width: 50px; font-family: "Geogrotesque-SemiBold"; font-size: 18px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd { color: #999; display: inline-block; font-family: "Geogrotesque-Regular"; font-size: 13px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd em, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd em { font-family: "Noto Sans"; font-size: 13px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at { font-size: 12px; line-height: 100%; position: absolute; top: 50%; left: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code { font-weight: 500; color: #fe4e0c; font-size: 14px; display: block; text-align: left; font-family: "Geogrotesque-Medium"; border-bottom: 1px solid #fe4e0c; line-height: 120%; cursor: pointer; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code span, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code span { font-family: "Noto Sans"; font-weight: 500; color: #fe4e0c; font-size: 12px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .at, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .at { margin-top: 5px; font-size: 12px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .number, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .number { font-family: "Geogrotesque-Regular"; font-size: 12px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plus, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plus { color: #ebaa2c; font-size: 12px; font-family: "Geogrotesque-Medium"; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .total-at a, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .total-at a { color: #292a4d; font-size: 10px; border-bottom: 1px solid #292a4d; margin-left: 5px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .mid, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .mid { position: absolute; top: 50%; right: 0; text-align: right; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .mid .codeshare, .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .mid .hidden-stops, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .mid .codeshare, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .mid .hidden-stops { display: inline-block; font-size: 12px; color: #fe4e0c; border-bottom: 1px solid #fe4e0c; cursor: pointer; margin-left: 5px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .plane, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .plane { position: relative; z-index: 0; display: inline-block; vertical-align: top; width: 40px; height: 135px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-line.png") center center repeat-y; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .plane:before, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .plane:before { content: ""; z-index: 1; width: 4px; height: 4px; position: absolute; top: 0; left: 50%; margin-left: -6px; border: 4px solid #fff; background: #f9c028; border-radius: 12px; } .results2 .schedule-detail .schedule-detail__items .schedule-detail__item .plane:after, .result-details .schedule-detail .schedule-detail__items .schedule-detail__item .plane:after { content: ""; z-index: 1; width: 4px; height: 4px; position: absolute; bottom: 0; left: 50%; margin-left: -6px; border: 4px solid #fff; background: #f9c028; border-radius: 12px; } .results2 .schedule-detail .standby, .result-details .schedule-detail .standby { position: relative; width: 40px; height: 60px; position: relative; z-index: 0; display: inline-block; vertical-align: top; background: url("https://cdn.allwin.bid/air/resource/img/ico_dot-line3.gif") center center repeat-y; } .results2 .schedule-detail .standby span, .result-details .schedule-detail .standby span { position: absolute; top: 50%; right: -78px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 12px; color: #fe4e0c; font-weight: 500; } .results2 .schedule-detail .standby span em, .result-details .schedule-detail .standby span em { font-family: "Geogrotesque-Medium"; color: #fe4e0c; } .results { position: relative; width: 1110px; margin: 0 auto; } .results .result-condition .trip-city { position: relative; font-size: 0; } .results .result-condition .trip-city strong { color: #292a4d; font-weight: 700; font-size: 38px; display: inline-block; vertical-align: top; line-height: 100%; letter-spacing: -2px; } .results .result-condition .trip-city em { font-family: "Geogrotesque-SemiBold"; } .results .result-condition .trip-city .plane { display: inline-block; vertical-align: top; margin: 13px 10px 0 10px; width: 20px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_black-plane.svg") center center no-repeat; background-size: 20px 16px; } .results .result-condition .trip-city .bt-link { position: relative; top: 16px; margin-left: 20px; } .results .result-condition .trip-infos { font-size: 0; margin-top: 10px; } .results .result-condition .trip-infos li { position: relative; display: inline-block; padding: 0 10px; vertical-align: top; font-size: 14px; } .results .result-condition .trip-infos li:before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -5px; width: 1px; height: 12px; background: #ccc; } .results .result-condition .trip-infos li:first-child { padding-left: 0; } .results .result-condition .trip-infos li:first-child:before { display: none; } .results .result-condition .trip-infos em { font-family: "Geogrotesque-Medium"; } .results .result-condition .trip-infos .trip-label { position: relative; top: -1px; } .results .result-lists { position: relative; margin-top: 15px; } .results .result-lists .no-result { margin-top: 50px; border-top: 1px solid #ccc; padding-top: 50px; font-size: 18px; text-align: center; color: #000; } .results .result-lists .result-list__util { position: relative; text-align: right; margin-bottom: 10px; } .results .result-lists .result-list__util .custom-select { position: absolute; top: 0; right: 89px; width: 140px; } .results .result-lists .result-list__util .custom-select__target { text-indent: 13px; height: 30px; font-size: 12px; } .results .result-lists .result-list__util .custom-select__target:after { right: 13px; width: 10px; height: 14px; background-size: 10px 14px; } .results .result-lists .result-list__util .custom-select__list { top: 30px; } .results .result-lists .result-list__util .custom-select__list li { text-indent: 13px; font-size: 12px; padding: 5px 0; } .results .result-lists .result-list__util .bt-small { width: 80px; } .results .result-lists .result-list__util .filters { position: relative; margin-top: 20px; width: 100%; padding-bottom: 30px; background: #fff; text-align: left; border-top: 1px solid #ccc; border-bottom: 2px solid #292a4d; } .results .result-lists .result-list__util .filters .custom-check input:checked+label:before { background: #ebaa2c url("https://cdn.allwin.bid/air/resource/img/ico_check2.png") center center no-repeat; background-size: 10px 8px; } .results .result-lists .result-list__util .filters .custom-check .number { font-family: "Geogrotesque-Medium"; } .results .result-lists .result-list__util .filters ul { font-size: 0; margin-bottom: 60px; display: block; } .results .result-lists .result-list__util .filters li { display: inline-block; width: 25%; vertical-align: top; } .results .result-lists .result-list__util .filters dl { margin: 40px 0 0 50px; } .results .result-lists .result-list__util .filters dt { font-weight: 700; font-size: 14px; margin-bottom: 10px; display: block; } .results .result-lists .result-list__util .filters dd { padding: 7px 0; } .results .result-lists .result-list__util .filters .bt-reset { display: block; margin: 0 auto; font-size: 14px; color: #999; border-bottom: 1px solid #999; padding: 0 5px; } .results .result-lists .result-list__util .filters .bts { text-align: center; margin-top: 20px; } .results .result-lists .result-list__util .filters .bts button { margin: 0 4px; height: 50px; line-height: 50px; } .results .result-lists .result-list__tits { font-size: 0; border-top: 1px solid #ccc; } .results .result-lists .result-list__tits .col { display: inline-block; height: 54px; line-height: 54px; font-size: 14px; font-weight: 500; text-align: center; } .results .result-lists .result-list__tits .col.col1 { width: 120px; } .results .result-lists .result-list__tits .col.col2 { width: 214px; } .results .result-lists .result-list__tits .col.col3 { width: 85px; } .results .result-lists .result-list__tits .col.col4 { width: 153px; } .results .result-lists .result-list__tits .col.col5 { width: 237px; padding-left: 25px; text-align: left; } .results .result-lists .result-list__tits .col.col6 { width: 92px; } .results .result-lists .result-list__tits .col.col7 { width: 184px; } .results .result-lists .result-list__items { position: relative; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 5px; } .results .result-lists .result-list__items:before { content: ""; position: absolute; top: -1px; left: 411px; z-index: 19; width: 18px; height: 7px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-round1.png") center center no-repeat; } .results .result-lists .result-list__items .row { position: relative; border-top-left-radius: 5px; border-top-right-radius: 5px; } .results .result-lists .result-list__items .row:before { content: ""; position: absolute; top: 0; left: 420px; z-index: 10; width: 1px; height: 100%; background: url("https://cdn.allwin.bid/air/resource/img/ico_dot-line.png") center center repeat-y; } .results .result-lists .result-list__items .row:after { content: ""; position: absolute; bottom: -1px; left: 411px; z-index: 19; width: 18px; height: 7px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-round3.png") center center no-repeat; } .results .result-lists .result-list__items .row .col1 { position: absolute; top: 0; left: 0; bottom: 39px; width: 419px; background: #fff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .results .result-lists .result-list__items .row .col1 .result-list__bts { width: 100%; position: absolute; bottom: -39px; left: 0; border-bottom-left-radius: 5px; overflow: hidden; } .results .result-lists .result-list__items .row .col2 { position: relative; margin-left: 419px; width: 689px; background: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .results .result-lists .result-list__items .row .col2:before { content: ""; position: absolute; bottom: 39px; left: -8px; z-index: 19; width: 18px; height: 7px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-round2.png") center center no-repeat; } .results .result-lists .result-list__items .row .col2 .inner { min-height: 230px; } .results .result-lists .result-list__items .row .col2 .result-list__bts { border-bottom-right-radius: 5px; overflow: hidden; min-height: 39px; } .results .result-lists .result-list__items .result-schedules { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; } .results .result-lists .result-list__items .result-schedules .airline { width: 120px; position: absolute; top: 50%; left: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results .result-lists .result-list__items .result-schedules .airline-code__wing { line-height: 130%; margin: 0 0 0 30px; } .results .result-lists .result-list__items .result-schedules .airline-code__wing .tail { display: block; } .results .result-lists .result-list__items .result-schedules .trips { margin: 0 0 0 120px; } .results .result-lists .result-list__items .result-schedules .trip-item { position: relative; font-size: 0; margin: 15px 0; } .results .result-lists .result-list__items .result-schedules .trip-item dl { display: inline-block; } .results .result-lists .result-list__items .result-schedules .trip-item dt { color: #b2b2b2; font-family: "Geogrotesque-Medium"; font-size: 14px; } .results .result-lists .result-list__items .result-schedules .trip-item dd { font-size: 20px; font-family: "Geogrotesque-Medium"; } .results .result-lists .result-list__items .result-schedules .total-at { position: relative; display: inline-block; color: #b2b2b2; font-size: 12px; margin: 0 20px; } .results .result-lists .result-list__items .result-schedules .total-at:before { content: ""; display: block; width: 14px; height: 11px; margin: 0 auto 3px auto; background: url("https://cdn.allwin.bid/air/resource/img/ico_gray-plane.svg") center center no-repeat; background-size: 14px 11px; } .results .result-lists .result-list__items .result-schedules .total-at em { font-family: "Geogrotesque-Regular"; } .results .result-lists .result-list__items .result-schedules .plus { color: #ebaa2c; font-size: 14px; } .results .result-lists .result-list__items .result-schedules .types { font-size: 0; position: absolute; top: 50%; right: 30px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); margin-top: 9px; } .results .result-lists .result-list__items .compare__item { height: 76px; font-size: 0; border-bottom: 1px solid #e6e6e6; cursor: pointer; } .results .result-lists .result-list__items .compare__item:last-child { border-bottom: 0; } .results .result-lists .result-list__items .compare__item ul { font-size: 0; text-align: center; width: 100%; display: table; } .results .result-lists .result-list__items .compare__item li { height: 76px; display: table-cell; vertical-align: middle; font-size: 14px; } .results .result-lists .result-list__items .compare__item .seller { width: 153px; } .results .result-lists .result-list__items .compare__item .benefit { width: 237px; padding-left: 25px; text-align: left; font-size: 0; } .results .result-lists .result-list__items .compare__item .benefit .b1 { font-size: 14px; display: inline-block; width: 130px; color: #ebaa2c; line-height: 20px; } .results .result-lists .result-list__items .compare__item .benefit .b2 { font-size: 14px; display: inline-block; color: #666; width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .results .result-lists .result-list__items .compare__item .seat { width: 92px; } .results .result-lists .result-list__items .compare__item .seat em { font-family: "Geogrotesque-Medium"; } .results .result-lists .result-list__items .compare__item .price { width: 184px; font-size: 16px; font-weight: 700; } .results .result-lists .result-list__items .compare__item .price em { font-size: 16px; font-family: "Geogrotesque-SemiBold"; } .results .result-lists .result-list__items .result-list__bts { border-top: 1px solid #ccc; } .results .result-lists .result-list__items .result-list__bts button { overflow: hidden; position: relative; background: #f7f7f7; display: block; font-size: 14px; width: 100%; height: 39px; line-height: 39px; text-align: center; } .results .result-lists .result-list__items .result-list__bts button:after { content: ""; margin-left: 10px; display: inline-block; width: 15px; height: 9px; background: url("https://cdn.allwin.bid/air/resource/img/ico_result-arrow-down.svg") center center no-repeat; background-size: 15px 9px; } .results .result-lists .result-list__items .result-list__bts button.active:after { background: url("https://cdn.allwin.bid/air/resource/img/ico_result-arrow-up.svg") center center no-repeat; background-size: 15px 9px; } .results .result-lists .result-list__items .result-list__bts button:disabled { color: #b5b5b5; } .results .result-lists .result-list__items .result-list__bts button:disabled:after { display: none; } .results .result-lists .result-list__items .result-list__bts em { font-family: "Geogrotesque-Medium"; } .results .result-lists .result-list__items .schedule-detail { position: relative; top: 0px; overflow: hidden; border-top: 1px solid #ccc; } .results .result-lists .result-list__items .schedule-detail .departure { position: relative; width: 380px; float: left; margin-left: 40px; padding: 40px 0; } .results .result-lists .result-list__items .schedule-detail .arrival { position: relative; width: 611px; float: right; margin-right: 40px; padding: 40px 0; } .results .result-lists .result-list__items .schedule-detail .multiple-schedule { border-bottom: 1px solid #e6e6e6; margin: 0 40px; padding: 40px 0; } .results .result-lists .result-list__items .schedule-detail .multiple-schedule:last-child { border-bottom: 0; } .results .result-lists .result-list__items .schedule-detail .multiple-schedule .multiple-group { width: 380px; display: inline-block; vertical-align: top; margin-right: 40px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__tit { font-size: 18px; color: #292a4d; font-weight: 500; display: block; line-height: 100%; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items { position: relative; margin-top: 20px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item { position: relative; font-size: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item:last-child .info1 { margin-bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item:last-child .info2 { margin-bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item:last-child .plane { padding-bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item:last-child .plane:after { bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .btm { position: absolute; bottom: 0; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info1 { position: relative; min-width: 165px; height: 110px; display: inline-block; vertical-align: top; margin-bottom: 30px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dl { text-align: right; right: 0; width: 100%; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dt { color: #999; display: inline-block; vertical-align: top; font-size: 14px; width: 100px; line-height: 120%; position: relative; top: 3px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info1 dd { display: inline-block; vertical-align: top; width: 50px; font-family: "Geogrotesque-Medium"; font-size: 20px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info2 { position: relative; min-width: 130px; height: 110px; display: inline-block; vertical-align: top; margin-bottom: 30px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dl { text-align: left; left: 0; width: 100%; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dt { display: inline-block; margin-right: 5px; width: 50px; font-family: "Geogrotesque-Medium"; font-size: 20px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .info2 dd { color: #999; display: inline-block; font-family: "Geogrotesque-Regular"; font-size: 15px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at { font-size: 12px; line-height: 100%; position: absolute; top: 50%; left: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plane-code { font-family: "Geogrotesque-SemiBold"; font-size: 12px; display: block; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .number { font-family: "Geogrotesque-Regular"; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at .plus { color: #ebaa2c; font-size: 12px; margin-left: 5px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .total-at a { color: #292a4d; font-size: 10px; border-bottom: 1px solid #292a4d; margin-left: 5px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops { position: absolute; top: 50%; right: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops .hidden-stop-item { padding-top: 13px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops .hidden-stop-item dt { font-size: 11px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops .hidden-stop-item dd { width: auto; font-size: 12px; margin-left: 5px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .hidden-stops .hidden-stop-item b { position: absolute; top: 0; right: 0; width: 130px; font-size: 9px; color: #fe4e0c; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .standby { font-size: 12px; position: absolute; bottom: 8px; left: 175px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .standby b { font-size: 12px; color: #fe4e0c; font-weight: 400; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .plane { position: relative; z-index: 0; display: inline-block; vertical-align: top; width: 12px; height: 110px; margin: 0 10px; padding-bottom: 30px; background: url("https://cdn.allwin.bid/air/resource/img/ico_dot-line2.gif") center top repeat-y; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .plane:before { content: ""; z-index: 1; position: absolute; top: 0; left: 50%; width: 2px; height: 110px; background: #ebaa2c; margin-left: -1px; } .results .result-lists .result-list__items .schedule-detail .schedule-detail__items .schedule-detail__item .plane:after { content: ""; z-index: 2; position: absolute; bottom: 30px; left: 50%; margin-left: -7px; width: 14px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_yellow-plane2.svg") center center no-repeat; background-size: 14px 16px; } .result-details { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; } .result-details:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); } .result-details .schedule-detail { border: 0; border-radius: 0; } .result-details .result-detail-inner { width: 803px; background: #fff; position: absolute; top: 0; right: 0; bottom: 0; } .result-details .result-detail-inner.expend { width: 1091px; } .result-details .result-detail-tit { position: absolute; top: 0; left: 0; right: 0; height: 71px; line-height: 71px; background: #111; } .result-details .result-detail-tit dl { margin: 0 40px; } .result-details .result-detail-tit dt { position: relative; color: #fff; font-size: 18px; display: inline-block; padding-right: 20px; font-weight: 700; } .result-details .result-detail-tit dt:after { content: ""; position: absolute; top: 50%; right: 6px; width: 5px; height: 2px; background: #fff; font-family: "Geogrotesque-SemiBold"; } .result-details .result-detail-tit dd { color: #fff; font-size: 18px; display: inline-block; font-weight: 700; } .result-details .result-detail-scroll { position: absolute; top: 71px; right: 0; bottom: 56px; left: 0; } .result-details .result-detail-scroll.tourway { bottom: 0; } .result-details .result-detail-scroll.tourway .rows { padding: 10px 40px; } .result-details .result-detail-scroll.tourway .row.second { bottom: 10px; } .result-details .result-detail-scroll .rows { padding: 40px; } .result-details .result-detail-scroll .row { position: relative; box-sizing: border-box; } .result-details .result-detail-scroll .row.first { width: 723px; height: 720px; } .result-details .result-detail-scroll .row.second { position: absolute; bottom: 40px; right: 40px; width: 248px; height: 720px; } .result-details .result-detail-scroll .row.etc { border-bottom: 1px solid #000; padding-bottom: 10px; margin-bottom: 40px; } .result-details .result-detail-scroll .row.etc p { font-size: 16px; } .result-details .result-detail-scroll .row.etc a { position: absolute; bottom: 10px; right: 0; width: 100px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: #f9c028; font-size: 12px; font-weight: 700; border-radius: 3px; } .result-details .result-detail-scroll .row .tit { position: relative; display: block; font-size: 16px; color: #111; font-weight: 700; line-height: 100%; padding-bottom: 10px; } .result-details .result-detail-scroll .row .tit .cls { position: relative; margin-left: 10px; padding-left: 10px; display: inline-block; font-family: "Geogrotesque-SemiBold"; } .result-details .result-detail-scroll .row .tit .cls .js-tooltips { cursor: pointer; display: inline-block; font-family: "Geogrotesque-Regular"; border-bottom: 1px solid #000; line-height: 90%; } .result-details .result-detail-scroll .row .tit .cls:before { content: ""; width: 1px; height: 12px; background: #d7d7d7; position: absolute; top: 50%; left: 0; margin-top: -6px; } .result-details .result-detail-scroll .row .tit button { position: absolute; bottom: 8px; right: 2px; width: 80px; height: 30px; line-height: 30px; text-align: center; color: #fff; background: #292a4d; font-size: 12px; font-weight: 700; } .result-details .result-detail-scroll .col { position: relative; display: inline-block; box-sizing: border-box; } .result-details .result-detail-scroll .col.schedule { width: 723px; height: 335px; } .result-details .result-detail-scroll .col.fares { width: 723px; height: 345px; margin-top: 37px; } .result-details .result-detail-scroll .col.benefit { width: 248px; height: 333px; margin-bottom: 42px; } .result-details .result-detail-scroll .col.benefit:last-child { margin-bottom: 0; } .result-details .result-detail-scroll .in-box { position: relative; height: 307px; box-sizing: border-box; } .result-details .result-detail-scroll .benefit-item .in { position: relative; width: 248px; height: 307px; box-sizing: border-box; border: 1px solid #e7e7e7; border-radius: 3px; overflow: hidden; background: #fafafa; } .result-details .result-detail-scroll .benefit-item .info1 { position: relative; height: 237px; overflow: hidden; } .result-details .result-detail-scroll .benefit-item .info1 .benefit-flag { display: block; height: 28px; line-height: 20px; font-size: 12px; font-weight: 700; color: #fff; padding-left: 10px; margin: 30px 0 0 20px; } .result-details .result-detail-scroll .benefit-item .info1 .benefit-flag.com { width: 45px; background: url("https://cdn.allwin.bid/air/resource/img/img_black-flag.png") center center no-repeat; } .result-details .result-detail-scroll .benefit-item .info1 .benefit-flag.money { width: 35px; background: url("https://cdn.allwin.bid/air/resource/img/img_orage-flag.png") center center no-repeat; } .result-details .result-detail-scroll .benefit-item .info1 .txts { font-size: 15px; margin: 15px 15px 0 20px; letter-spacing: -1px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .txt { font-size: 14px; letter-spacing: -1px; margin-top: 5px; line-height: 130%; } .result-details .result-detail-scroll .benefit-item .info1 .txts .txt:first-child { margin-top: 0; } .result-details .result-detail-scroll .benefit-item .info1 .txts .txt.bold { font-weight: 700; font-size: 19px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .per { display: block; font-size: 30px; font-family: "Geogrotesque-SemiBold"; line-height: 100%; margin-top: 5px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .per:after { content: "%"; font-size: 30px; font-family: "Geogrotesque-SemiBold"; } .result-details .result-detail-scroll .benefit-item .info1 .txts .money { display: block; font-size: 30px; font-family: "Geogrotesque-SemiBold"; line-height: 100%; margin-top: 5px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .money:after { content: "원"; font-size: 16px; font-weight: 700; position: relative; top: -2px; margin-left: 3px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .tip { font-size: 12px; color: #aaa; display: block; line-height: 100%; margin-top: 3px; } .result-details .result-detail-scroll .benefit-item .info1 .txts .not { font-size: 15px; color: #000; } .result-details .result-detail-scroll .benefit-item .info1 .price { position: absolute; bottom: 15px; left: 15px; right: 0; } .result-details .result-detail-scroll .benefit-item .info1 .price dl { padding: 1px 0; line-height: 100%; } .result-details .result-detail-scroll .benefit-item .info1 .price dt { font-size: 11px; color: #fe4e0c; display: inline-block; width: 105px; font-weight: 500; } .result-details .result-detail-scroll .benefit-item .info1 .price dd { display: inline-block; font-family: "Geogrotesque-Medium"; font-size: 14px; color: #fe4e0c; } .result-details .result-detail-scroll .benefit-item .info1 .price dd:after { content: "원"; color: #fe4e0c; font-weight: 500; font-size: 11px; } .result-details .result-detail-scroll .benefit-item .info2 { position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid #e7e7e7; height: 68px; } .result-details .result-detail-scroll .benefit-item .info2 ul { padding: 5px 0 5px 15px; } .result-details .result-detail-scroll .benefit-item .info2 li { position: relative; font-size: 11px; color: #aaa; padding: 5px 0 5px 6px; word-break: keep-all; line-height: 120%; } .result-details .result-detail-scroll .benefit-item .info2 li:before { content: "*"; position: absolute; top: 6px; left: 0; font-size: 11px; color: #aaa; } .result-details .result-detail-scroll .awa-slide__controls-direction { position: absolute; top: -25px; right: 0; } .result-details .result-detail-scroll .awa-slide__controls-direction a { display: inline-block; width: 18px; height: 18px; box-sizing: border-box; border: 1px solid #ddd; border-left: 0; font-size: 0; vertical-align: top; } .result-details .result-detail-scroll .awa-slide__controls-direction .awa-slide__prev { border-left: 1px solid #ddd; background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_prev-arrow2.png") center center no-repeat; } .result-details .result-detail-scroll .awa-slide__controls-direction .awa-slide__next { background: #fff url("https://cdn.allwin.bid/air/resource/img/ico_next-arrow2.png") center center no-repeat; } .result-details .result-detail-scroll .awa-slide__pager { position: absolute; top: -35px; right: 40px; } .result-details .result-detail-scroll .awa-slide__pager .awa-slide__pager-item { display: inline-block; margin: 0 3px; } .result-details .result-detail-scroll .awa-slide__pager .awa-slide__pager-link { font-size: 0; display: block; width: 6px; height: 6px; border-radius: 6px; background: #e7e7e7; } .result-details .result-detail-scroll .awa-slide__pager .awa-slide__pager-link.awa-slide_pager-link--active { background: #f9c028; } .result-details .result-detail-scroll .schedule-view { border: 1px solid #e7e7e7; border-radius: 5px; overflow: hidden; } .result-details .result-detail-scroll .schedule-view .min-price-prd { position: relative; height: 266px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 { position: relative; box-sizing: border-box; min-height: 266px; display: table; padding: 25px 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items { display: table-cell; vertical-align: middle; font-size: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item { width: 723px; padding: 15px 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .airline { width: 80px; display: inline-block; vertical-align: top; margin-left: 40px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing { height: auto; line-height: 180%; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing .tail { display: block; margin: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .airline .airline-code__wing .name { width: 70px; font-size: 12px; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .plane-code { width: 140px; display: inline-block; vertical-align: top; padding-left: 15px; margin-top: 10px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .plane-code strong { font-family: "Geogrotesque-SemiBold"; font-size: 12px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .plane-code .total-at { display: block; font-weight: 500; font-size: 12px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips { position: relative; display: inline-block; vertical-align: top; width: 370px; height: 30px; margin-top: 10px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips.twice .detail-trip-item.stopover.sto1 { margin-left: -120px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips.twice .detail-trip-item.stopover.sto2 { margin-left: 30px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips:before { content: ""; width: 100%; height: 2px; background: #e7e7e7; position: absolute; top: 50%; left: 0; margin-top: -1px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .label-item { position: absolute; top: -15px; left: 0; right: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .trip-label { margin-right: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item { position: absolute; top: 50%; width: 42px; height: 30px; margin-top: -15px; text-align: center; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item:before { content: ""; position: absolute; top: 50%; background: #f9c028; border: 4px solid #fff; width: 12px; height: 12px; border-radius: 12px; margin-top: -6px; box-sizing: border-box; overflow: hidden; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start { left: -21px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start:before { left: 50%; margin-left: -6px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start .city, .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.start .at { left: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end { right: -21px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end:before { right: 50%; margin-right: -6px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end .city, .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.end .at { right: 0; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.stopover, .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct { width: 90px; position: absolute; left: 50%; margin-left: -45px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.stopover:before, .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct:before { left: 50%; margin-left: -6px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item.direct:before { display: none; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .city { width: 100%; position: absolute; top: -10px; text-align: center; line-height: 100%; display: inline-block; font-family: "Geogrotesque-Medium"; font-size: 14px; color: #aaa; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .at { position: absolute; bottom: -15px; font-weight: normal; line-height: 100%; display: inline-block; font-family: "Geogrotesque-SemiBold"; font-size: 18px; color: #111; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .plus { font-size: 12px; color: #f9c028; font-family: "Geogrotesque-Medium"; position: absolute; bottom: -1px; right: -15px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .kix-at { position: absolute; left: 0; right: 0; bottom: -15px; display: block; font-weight: 500; font-size: 12px; } .result-details .result-detail-scroll .schedule-view .min-price-prd .info1 .trip-items .trip-item .detail-trips .detail-trip-item .kix-at em { font-size: 12px; font-family: "Geogrotesque-Medium"; } .result-details .result-detail-scroll .schedule-view .bt-schedule { positiopn: absolute; bottom: 0; left: 0; width: 100%; height: 40px; line-height: 40px; text-align: center; background: #f7f7f7; border-top: 1px solid #e7e7e7; font-weight: 700; font-size: 13px; } .result-details .result-detail-scroll .fare-tb { width: 723px; } .result-details .result-detail-scroll .fare-tb thead th { border-top: 1px solid #111; border-bottom: 1px solid #111; height: 50px; font-weight: 700; text-align: center; font-size: 12px; } .result-details .result-detail-scroll .fare-tb tbody th { font-size: 13px; border-bottom: 1px solid #e7e7e7; text-align: center; } .result-details .result-detail-scroll .fare-tb tbody td { height: 50px; position: relative; font-size: 13px; font-family: "Geogrotesque-Regular"; border-bottom: 1px solid #e7e7e7; text-align: center; } .result-details .result-detail-scroll .fare-tb tbody td:after { content: "원"; font-sise: 13px; } .result-details .result-detail-scroll .fare-tb tbody .total th { background: #f5f5f8; } .result-details .result-detail-scroll .fare-tb tbody .total td { background: #f5f5f8; font-family: "Geogrotesque-SemiBold"; } .result-details .result-detail-schedule { position: absolute; top: 71px; right: 0; bottom: 56px; left: 0; background: #fff; } .result-details .result-detail-schedule.tourway { bottom: 0; } .result-details .result-detail-schedule .schedule-inner { padding: 30px 40px 40px 40px; } .result-details .result-detail-schedule .tit-box { position: relative; height: 30px; padding-bottom: 10px; } .result-details .result-detail-schedule .tit-box strong { display: block; font-size: 16px; color: #000; font-weight: 700; line-height: 30px; } .result-details .result-detail-schedule .tit-box button { position: absolute; top: 0; right: 0; width: 80px; height: 30px; line-height: 30px; text-align: center; font-weight: 700; font-size: 12px; color: #fff; background: #292a4d; } .result-details .result-detail-schedule .schedule-scroll { border-top: 1px solid #000; border-bottom: 1px solid #000; position: absolute; top: 70px; right: 40px; bottom: 40px; left: 40px; } .result-details .bt-booking { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 56px; line-height: 56px; text-align: center; background: #f9c028; color: #fff; font-size: 16px; font-weight: 700; } .result-details .bt-booking:disabled { background: #949494; } .result-details .close { position: absolute; top: 50px; left: -55px; width: 23px; height: 23px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close2.png") center center no-repeat; } .evt-banners { background: #f9f9f9; } .evt-banners .inner { position: relative; margin: 0 auto; overflow: hidden; box-sizing: border-box; height: 240px; } .evt-banners .two { font-size: 0; } .evt-banners .two>li { display: inline-block; width: 50%; box-sizing: border-box; vertical-align: top; } .evt-banners .two>li>a { display: block; height: 240px; } .evt-banners .two>li.first .awa-slide__pager { left: auto; right: 0; } .evt-banners .two>li.first .banner-a { background-position: right center !important; } .evt-banners .two>li.second a { background-position: left center !important; } .evt-banners .banner-items { position: relative; } .evt-banners .banner-item { height: 240px; } .evt-banners .banner-item a { display: block; height: 240px; } .evt-banners .awa-slide__controls-direction { display: none; } .evt-banners .awa-slide__pager { width: 600px; position: absolute; top: 35px; left: 0; text-align: right; } .evt-banners .awa-slide__pager-item { margin-left: 20px; } .evt-banners .awa-slide__pager-link { font-size: 18px; color: #ccc; display: inline-block; height: auto !important; font-family: "Geogrotesque-Bold"; } .evt-banners .awa-slide_pager-link--active { color: #313131; border-bottom: 2px solid #313131; } .login { width: 480px; margin: 40px auto 0 auto; } .login h2 { width: 360px; display: block; text-align: center; font-size: 40px; font-family: "Geogrotesque-Light"; line-height: 100%; margin: 0 auto 70px auto; } .login h2 strong { font-weight: normal; font-family: "Geogrotesque-Bold"; } .login .login-input { width: 360px; margin: 30px auto 0 auto; } .login .login-input label { display: block; margin-bottom: 5px; font-weight: 700; } .login .id-save { position: relative; width: 360px; margin: 10px auto 0 auto; } .login .id-save a { position: absolute; top: 0; right: 0; font-size: 14px; } .login .login-bts { text-align: center; width: 360px; margin: 40px auto 0 auto; } .login .login-bts .bt-link { margin: 5px 10px 0 10px; } .login .login-banner { position: relative; margin-top: 40px; } .login .login-banner .join-area { width: 360px; border-top: 1px solid #e0e0e0; position: relative; min-height: 56px; padding-top: 40px; margin: 0 auto 50px auto; } .login .login-banner .join-area p { font-size: 12px; color: #aaa; padding-top: 6px; } .login .login-banner .join-area p strong { color: #111; display: block; font-size: 18px; font-weight: 700; } .login .login-banner .join-area a { position: absolute; top: 40px; right: 0; width: 140px; height: 56px; line-height: 56px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; background: #0d004c; border-radius: 3px; } .login .login-banner .ad-banner-rolling .awa-slide__pager { left: 10px; margin-left: 0; } .login .login-banner .ad-banner-rolling .item.ad:after { right: 20px; margin-right: 0; } .change-pw { text-align: center; width: 800px; margin: 0 auto; } .change-pw .t1 { font-size: 36px; } .change-pw .t2 { margin-top: 50px; font-weight: 700; font-size: 24px; line-height: 130%; } .change-pw .t2 span { font-weight: 400; } .change-pw .t3 { font-size: 16px; margin: 15px 0 65px 0; } .change-pw .t4 { font-family: "Geogrotesque-Bold"; font-size: 30px; color: #edaf08; letter-spacing: -1px; line-height: 100%; } .change-pw .bts { margin-top: 75px; padding: 80px 0 0 0; border-top: 1px solid #e7e7e7; } .change-pw .bts button { width: 240px; margin: 0 5px; } .util-srching { text-align: left; width: 800px; margin: 0 auto; } .util-srching .t1 { font-size: 40px; font-weight: 700; line-height: 100%; } .util-srching .t2 { margin-top: 10px; font-size: 16px; } .util-srching .bts { margin-top: 75px; padding: 80px 0 0 0; border-top: 1px solid #e7e7e7; text-align: center; } .util-srching .bts button { width: 240px; margin: 0 5px; } .util-srching .small-inputs { border-top: 0; } .util-srching .util-srching-tabs { position: relative; font-size: 0; height: 43px; margin-top: 100px; } .util-srching .util-srching-tabs:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #000; z-index: 2; } .util-srching .util-srching-tabs ul { display: inline-block; border-top-left-radius: 3px; border-top-right-radius: 3px; overflow: hidden; } .util-srching .util-srching-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-bottom: 0; margin-left: -1px; background: #fff; z-index: 0; } .util-srching .util-srching-tabs li:first-child { left: 1px; } .util-srching .util-srching-tabs li.actived { margin-left: 0; z-index: 2; } .util-srching .util-srching-tabs li.actived a { color: #fff; font-weight: 700; } .util-srching .util-srching-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -2px; width: 188px; height: 43px; background: #f9c028; z-index: 0; border: 1px solid #ebab00; box-sizing: border-box; } .util-srching .util-srching-tabs a { position: relative; z-index: 2; text-align: center; display: block; width: 185px; height: 42px; line-height: 42px; font-size: 14px; color: #000; } .util-srching .util-srching-result { font-weight: 300; font-size: 30px; line-height: 120%; text-align: center; padding-top: 80px; } .util-srching .util-srching-result strong { font-family: "Geogrotesque-SemiBold"; } .util-srching .util-srching-result span { display: block; font-size: 16px; margin-top: 10px; } .small-inputs { width: 800px; margin: 0 auto; text-align: left; border-top: 1px solid #e7e7e7; padding: 40px 0 0 0; } .small-inputs .row { margin: 20px 0; } .small-inputs .row .row-inner { position: relative; } .small-inputs .row .row-inner:after { content: ""; display: block; clear: both; } .small-inputs .row .row-inner .col { position: relative; font-size: 0; display: inline-block; vertical-align: top; width: 370px; } .small-inputs .row .row-inner .col .tit { display: block; font-weight: 500; font-size: 14px; margin-bottom: 10px; } .small-inputs .row .row-inner .col .tit .tip { font-size: 12px; color: #aaa; margin-left: 10px; } .small-inputs .row .row-inner .col:first-child { float: left; } .small-inputs .row .row-inner .col:last-child { float: right; } .small-inputs .row .row-inner .col.block { display: block; width: 100%; } .small-inputs .row .row-inner .col.business-type { margin-bottom: 5px; } .small-inputs .row .row-inner .col .in-box .choice-airline { font-size: 14px; color: #111; display: inline-block; margin-right: 15px; margin-top: 10px; } .small-inputs .row .row-inner .col .in-box .choice-airline .del { position: relative; top: 5px; display: inline-block; vertical-align: top; width: 11px; height: 11px; margin-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/ico_del.png") center center no-repeat; } .small-inputs .row .row-inner .col .in-box .addr .custom-input { margin-top: 5px; } .small-inputs .row .row-inner .col .in-box .addr .custom-input:first-child { margin-top: 0; } .small-inputs .row .row-inner .col .in-box .addr .bt-link { position: absolute; top: 0; right: 0; color: #111; } .small-inputs .row .row-inner .col .in-box .choice-bsp .custom-radio { margin-top: 10px; } .small-inputs .row .row-inner .col .in-box .choice-bsp .custom-radio:first-child { margin-top: 0; } .small-inputs .row .row-inner .col .in-box .marketing-check { position: absolute; top: 0; right: 0; } .small-inputs .row .row-inner .col .in-box .marketing-check li { display: inline-block; margin-left: 20px; } .small-inputs .row .row-inner .col .in-box .marketing-check .custom-check { margin-right: 0; } .small-inputs .row .row-inner .col .in-box .policy { border: 1px solid #cecece; box-sizing: border-box; overflow: hidden; } .small-inputs .row .row-inner .col .in-box .policy .scroll { height: 100px; overflow: hidden; overflow-y: auto; font-size: 12px; color: #666; padding: 15px 15px 15px 15px; line-height: 160%; } .small-inputs .row .row-inner .col .in-box .policy ol { font-size: 13px; color: #111; line-height: 160%; } .small-inputs .row .row-inner .col .in-box .policy ol>li { margin-top: 15px; } .small-inputs .row .row-inner .col .in-box .policy ol>li:first-child { margin-top: 0; } .small-inputs .row .row-inner .col .in-box .policy h3 { font-size: 13px; color: #111; margin: 0 0 5px 0; } .small-inputs .row .row-inner .col .in-box .policy-check { position: absolute; top: 0; right: 0; } .small-inputs .row .row-inner .col .in-box .policy-check .custom-check { margin-right: 0; } .dormant { width: 800px; margin: 0 auto; text-align: center; } .dormant .t1 { font-size: 36px; } .dormant .t2 { font-size: 16px; margin-top: 30px; } .dormant .t3 { font-size: 12px; color: #fc5625; text-align: left; margin: 10px 0 50px 0; } .dormant .auth-choice { margin: 70px 0 0 0; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; text-align: left; padding: 45px 0 70px 0; } .dormant .auth-choice .act1 { font-size: 24px; color: #111; } .dormant .auth-choice .act2 { font-size: 16px; color: #111; } .dormant .auth-choice .choice-item { position: relative; font-size: 0; margin-top: 80px; } .dormant .auth-choice .choice-item:after { content: ""; width: 1px; height: 195px; background: #e7e7e7; position: absolute; top: 5px; left: 50%; margin-left: -0.5px; } .dormant .auth-choice .choice-item li { padding-top: 140px; display: inline-block; text-align: center; width: 50%; } .dormant .auth-choice .choice-item li:first-child { background: url("https://cdn.allwin.bid/air/resource/img/ico_dormant1.png") center 0 no-repeat; } .dormant .auth-choice .choice-item li:last-child { background: url("https://cdn.allwin.bid/air/resource/img/ico_dormant2.png") center 19px no-repeat; } .dormant .auth-choice .choice-item span { font-size: 14px; color: #111; display: block; margin-bottom: 15px; } .dormant .bt-full.yellow { height: 43px; line-height: 43px; width: 100px; font-size: 14px; font-weight: 400; } .dormant .bt-full.gray { width: 240px; } .joins { width: 800px; margin: 0 auto; } .joins .join-txt h2 { font-size: 40px; font-weight: 300; } .joins .join-txt h2 strong { font-family: "Geogrotesque-SemiBold"; } .joins .join-txt p { margin-top: 10px; line-height: 120%; font-size: 16px; } .joins .join-txt p span { font-family: "Geogrotesque-Regular"; } .joins .join-tabs { position: relative; font-size: 0; height: 43px; } .joins .join-tabs:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #000; z-index: 2; } .joins .join-tabs ul { display: inline-block; border-top-left-radius: 3px; border-top-right-radius: 3px; overflow: hidden; } .joins .join-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-bottom: 0; margin-left: -1px; background: #fff; z-index: 0; } .joins .join-tabs li:first-child { left: 1px; } .joins .join-tabs li.actived { margin-left: 0; z-index: 2; } .joins .join-tabs li.actived a { color: #fff; font-weight: 700; } .joins .join-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -2px; width: 125px; height: 43px; background: #f9c028; z-index: 0; border: 1px solid #ebab00; box-sizing: border-box; } .joins .join-tabs a { position: relative; z-index: 2; text-align: center; display: block; width: 122px; height: 42px; line-height: 42px; font-size: 14px; color: #000; } .joins .join-group { margin-top: 65px; } .joins .join-group .choice-bsp .required { position: absolute; bottom: -20px; left: 0; } .joins .bts { text-align: center; margin-top: 80px; } .join-group h3 { position: relative; display: block; margin-bottom: 30px; font-size: 24px; font-weight: 700; } .join-group h3 em { position: relative; top: 7px; margin-left: 15px; font-size: 13px; color: #aaa; line-height: 130%; display: inline-block; vertical-align: top; } .join-group .row { margin-bottom: 35px; } .join-group .row .row-inner { position: relative; } .join-group .row .row-inner:after { content: ""; display: block; clear: both; } .join-group .row .row-inner .col { position: relative; font-size: 0; display: inline-block; vertical-align: top; width: 370px; } .join-group .row .row-inner .col .tit { display: block; font-weight: 500; font-size: 14px; margin-bottom: 10px; } .join-group .row .row-inner .col .tit .tip { font-size: 12px; color: #aaa; margin-left: 10px; } .join-group .row .row-inner .col:first-child { float: left; } .join-group .row .row-inner .col:last-child { float: right; } .join-group .row .row-inner .col.block { display: block; width: 100%; } .join-group .row .row-inner .col.business-type { margin-bottom: 5px; } .join-group .row .row-inner .col .in-box .choice-airline { font-size: 14px; color: #111; display: inline-block; margin-right: 15px; margin-top: 10px; } .join-group .row .row-inner .col .in-box .choice-airline .del { position: relative; top: 5px; display: inline-block; vertical-align: top; width: 11px; height: 11px; margin-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/ico_del.png") center center no-repeat; } .join-group .row .row-inner .col .in-box .addr .custom-input { margin-top: 5px; } .join-group .row .row-inner .col .in-box .addr .custom-input:first-child { margin-top: 0; } .join-group .row .row-inner .col .in-box .addr .bt-link { position: absolute; top: 0; right: 0; color: #111; } .join-group .row .row-inner .col .in-box .choice-bsp .custom-radio { margin-top: 10px; } .join-group .row .row-inner .col .in-box .choice-bsp .custom-radio:first-child { margin-top: 0; } .join-group .row .row-inner .col .in-box .marketing-check { position: absolute; top: 0; right: 0; } .join-group .row .row-inner .col .in-box .marketing-check li { display: inline-block; margin-left: 20px; } .join-group .row .row-inner .col .in-box .marketing-check .custom-check { margin-right: 0; } .join-group .row .row-inner .col .in-box .policy { border: 1px solid #cecece; box-sizing: border-box; overflow: hidden; } .join-group .row .row-inner .col .in-box .policy .scroll { height: 100px; overflow: hidden; overflow-y: auto; font-size: 12px; color: #666; padding: 10px 10px 10px 10px; line-height: 160%; } .join-group .row .row-inner .col .in-box .policy ol { font-size: 12px; color: #111; line-height: 160%; } .join-group .row .row-inner .col .in-box .policy ol>li { margin-top: 15px; } .join-group .row .row-inner .col .in-box .policy ol>li:first-child { margin-top: 0; } .join-group .row .row-inner .col .in-box .policy h3 { font-size: 12px; color: #111; margin: 0 0 5px 0; } .join-group .row .row-inner .col .in-box .policy table th { background: #efefef; font-weight: normal; text-align: center; border: 1px solid #a4a4a4; } .join-group .row .row-inner .col .in-box .policy table td { border: 1px solid #a4a4a4; padding: 5px 10px; } .join-group .row .row-inner .col .in-box .policy-check { position: absolute; top: 0; right: 0; } .join-group .row .row-inner .col .in-box .policy-check .custom-check { margin-right: 0; } .join-group .row .row-inner .col .in-box .phone-input { position: relative; } .join-group .row .row-inner .col .in-box .phone-input .custom-input { width: 246px; } .join-group .row .row-inner .col .in-box .phone-input .time { position: absolute; top: 0; right: 15px; font-size: 12px; line-height: 40px; color: #111; } .join-group .row .row-inner .col .in-box .phone-input button { position: absolute; top: 0; right: 0; width: 115px; height: 42px; line-height: 39px; border: 1px solid #111; text-align: center; box-sizing: border-box; font-size: 14px; border-radius: 2px; } .join-group .row .row-inner .col .in-box .phone-input button.black { background: #111; color: #fff; } .join-group .row .row-inner .col .in-box .phone-input button:disabled { background: #949494; color: #fff; border: 1px solid #949494; } .join-group .row .row-inner .col .in-box .phone-input.cell-phone-number .required, .join-group .row .row-inner .col .in-box .phone-input.auth-number .required { top: -22px; } .join-group .row .row-inner .col .in-box .auth-txt { font-size: 12px; color: #111; } .join-group .row .all-check-policy { text-align: right; margin-top: 10px; } .join-group .row .all-check-policy .custom-check { margin-right: 0; } .join-group .row.upload { padding: 30px 0; border-top: 1px solid #e7e7e7; } .join-group .row.upload .t1 { line-height: 130%; font-size: 24px; color: #111; margin-bottom: 30px; } .join-group .row.upload .t1 strong { font-weight: 700; } .join-group .row.upload .tips { margin-top: 10px; } .join-group .row.upload .tips li { color: #fc5625; font-size: 12px; } .join-group .row.upload .row-inner { position: relative; } .join-group .row.upload .row-inner:after { content: ""; display: block; clear: both; } .join-group .row.upload .row-inner .col { position: relative; font-size: 0; display: inline-block; vertical-align: top; width: 370px; } .join-group .row.upload .row-inner .col .tit { display: block; font-weight: 500; font-size: 16px; margin-bottom: 10px; } .join-group .row.upload .row-inner .col .tit .num { font-size: 18px; font-family: "Geogrotesque-Medium"; margin-right: 3px; } .join-group .row.upload .row-inner .col .tit .tip { font-size: 12px; color: #aaa; margin-left: 10px; } .join-group .row.upload .row-inner .col .tit .tip.noti { color: #fc5625; } .join-group .row.upload .row-inner .col:first-child { float: left; } .join-group .row.upload .row-inner .col:last-child { float: right; } .join-group .row.upload .row-inner .col.block { display: block; width: 100%; } .join-group .row.upload .row-inner .col .in-box .survey-check { font-size: 0; } .join-group .row.upload .row-inner .col .in-box .survey-check li { position: relative; display: inline-block; width: 16.6%; margin: 10px 0; } .join-group .row.upload .row-inner .col .in-box .survey-check li.mb0 { margin-bottom: 0; } .join-group .row.upload .row-inner .col .in-box .survey-check li.etc { width: 270px; } .join-group .row.upload .row-inner .col .in-box .survey-check li.etc .custom-input { position: relative; top: -7px; height: 34px; } .join-group .row.upload .row-inner .col .in-box .survey-check li.etc .custom-input input { height: 36px; } .join-group .row.upload .row-inner .col .in-box .byte { position: absolute; top: 15px; right: 0; font-size: 12px; color: #aaa; } .join-group select { width: 100%; } .member-switch { width: 800px; margin: 0 auto; } .member-switch .txts { text-align: center; } .member-switch .txts h2 { font-size: 36px; font-weight: 100; line-height: 120%; } .member-switch .txts h2 strong { font-weight: 700; } .member-switch .txts p { margin-top: 15px; font-size: 16px; line-height: 120%; } .member-switch .txts p strong { font-weight: 700; color: #edaf08; } .member-switch .marketing-check { padding: 90px 0 75px 0; margin: 90px 0 80px 0; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; } .member-switch .marketing-check h3 { font-size: 24px; font-weight: 700; } .member-switch .marketing-check .check-items { position: relative; font-size: 14px; font-weight: 500; margin-top: 25px; } .member-switch .marketing-check .check-items ul { position: absolute; bottom: 0; right: 0; } .member-switch .marketing-check .check-items li { display: inline-block; margin-left: 20px; } .member-switch .marketing-check .check-items li .custom-check { margin-right: 0; } .member-switch .bts { text-align: center; } .survey { width: 800px; margin: 0 auto; } .survey .celebration { position: relative; padding-top: 130px; background: url("https://cdn.allwin.bid/air/resource/img/ico_deco.png") center top no-repeat; text-align: center; margin: 0 0 70px 0; } .survey .celebration:before { content: "SUCCESS"; display: block; position: absolute; top: 60px; left: 50%; color: #fff; font-family: "Geogrotesque-SemiBold"; margin-left: -35px; width: 66px; height: 52px; padding-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/ico_flag-yellow.svg") center center no-repeat; background-size: 71px 52px; font-size: 12px; line-height: 37px; } .survey .celebration h2 { font-size: 36px; line-height: 120%; } .survey .celebration p { margin: 30px 0; font-size: 18px; line-height: 130%; } .survey .celebration p strong { font-weight: bold; } .survey .celebration .logo { font-size: 30px; color: #edaf08; font-family: "Geogrotesque-Bold"; } .survey .row { padding: 60px 0; border-top: 1px solid #e7e7e7; } .survey .row .t1 { line-height: 130%; font-size: 24px; color: #111; margin-bottom: 30px; } .survey .row .t1 strong { font-weight: 700; } .survey .row .tips { margin-top: 10px; } .survey .row .tips li { color: #fc5625; font-size: 12px; } .survey .row .row-inner { position: relative; } .survey .row .row-inner:after { content: ""; display: block; clear: both; } .survey .row .row-inner .col { position: relative; font-size: 0; display: inline-block; vertical-align: top; width: 370px; } .survey .row .row-inner .col .tit { display: block; font-weight: 500; font-size: 16px; margin-bottom: 10px; } .survey .row .row-inner .col .tit .num { font-size: 18px; font-family: "Geogrotesque-Medium"; margin-right: 3px; } .survey .row .row-inner .col .tit .tip { font-size: 12px; color: #aaa; margin-left: 10px; } .survey .row .row-inner .col .tit .tip.noti { color: #fc5625; } .survey .row .row-inner .col:first-child { float: left; } .survey .row .row-inner .col:last-child { float: right; } .survey .row .row-inner .col.block { display: block; width: 100%; } .survey .row .row-inner .col .in-box .survey-check { font-size: 0; } .survey .row .row-inner .col .in-box .survey-check li { position: relative; display: inline-block; width: 16.6%; margin: 10px 0; } .survey .row .row-inner .col .in-box .survey-check li.mb0 { margin-bottom: 0; } .survey .row .row-inner .col .in-box .survey-check li.etc { width: 270px; } .survey .row .row-inner .col .in-box .survey-check li.etc .custom-input { position: relative; top: -7px; height: 34px; } .survey .row .row-inner .col .in-box .survey-check li.etc .custom-input input { height: 36px; } .survey .row .row-inner .col .in-box .byte { position: absolute; top: 15px; right: 0; font-size: 12px; color: #aaa; } .survey .row .row-inner .col .in-box .choice-ciy { display: inline-block; margin: 20px 20px 0 0; font-size: 14px; } .survey .row .row-inner .col .in-box .choice-ciy button { display: inline-block; width: 13px; height: 13px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close4.png") center center no-repeat; background-size: 13px 13px; opacity: 0.5; vertical-align: top; position: relative; top: 4px; } .survey .bts { text-align: center; font-size: 0; margin-top: 20px; } .survey .bts a { margin: 0 5px; } .mypage.ags { padding-bottom: 100px; } .mypage.ags .conts { background-color: #fff; border: 1px solid #e7e7e7; padding: 40px; } .mypage.ags .conts .ags-list { margin-bottom: 80px; text-align: center; } .mypage.ags .conts .ags-list ul.box { display: inline-block; *display: inline; zoom: 1; } .mypage.ags .conts .ags-list ul.box>li { width: 268px; height: 356px; border: 1px solid #e7e7e7; border-radius: 2px; -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); margin-right: 10px; text-align: center; float: left; margin-left: -1px; z-index: 1; } .mypage.ags .conts .ags-list ul.box>li:last-child { margin-right: 0; } .mypage.ags .conts .ags-list .tit.seat { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_seat.png) center 46px no-repeat; background-size: 36px 50px; height: 156px; } .mypage.ags .conts .ags-list .tit.baggage { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_baggage.png) center 46px no-repeat; background-size: 31px 52px; height: 156px; } .mypage.ags .conts .ags-list .tit.food { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_food.png) center 46px no-repeat; background-size: 30px 46px; height: 156px; } .mypage.ags .conts .ags-list .tit.lounge { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_lounge.png) center 46px no-repeat; background-size: 51px 43px; height: 156px; } .mypage.ags .conts .ags-list .tit p { padding-top: 104px; color: #ebaa2c; font-weight: 700; font-size: 16px; } .mypage.ags .conts .ags-list .cont-seat { padding: 16px; float: left; } .mypage.ags .conts .ags-list .cont-seat>ul li { height: 38px } .mypage.ags .conts .ags-list .cont-seat .seat-tit { text-align: left; width: 120px; float: left; font-size: 13px; position: relative; padding-left: 20px; } .mypage.ags .conts .ags-list .cont-seat .seat-tit i { width: 12px; height: 12px; border-radius: 36px; position: absolute; top: 4px; left: 0px; } .mypage.ags .conts .ags-list .cont-seat .seat-tit.front i { background: #fdd32a; } .mypage.ags .conts .ags-list .cont-seat .seat-tit.A i { background: #4b89fa; } .mypage.ags .conts .ags-list .cont-seat .seat-tit.B i { background: #52b5f9; } .mypage.ags .conts .ags-list .cont-seat .seat-tit.C i { background: #93d2fe; } .mypage.ags .conts .ags-list .cont-seat .seat-pay { float: right; width: 96px; text-align: right; } .mypage.ags .conts .ags-list .cont-seat .seat-pay strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 20px; } .mypage.ags .conts .ags-list .cont-baggage dl { margin-top: 28px; } .mypage.ags .conts .ags-list .cont-baggage dl dt { color: #999; } .mypage.ags .conts .ags-list .cont-baggage dl dd strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 24px; } .mypage.ags .conts .ags-list .cont-food p { font-size: 16px; letter-spacing: -1px; } .mypage.ags .conts .ags-list .cont-food .bt { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; margin-top: 64px; } .mypage.ags .conts .ags-list .cont-lounge .infos { margin-bottom: 12px; } .mypage.ags .conts .ags-list .cont-lounge .infos .date { text-align: left; width: 63px; display: inline-block; position: relative; } .mypage.ags .conts .ags-list .cont-lounge .infos .date:before { content: ""; position: absolute; top: 50%; right: 13px; margin-top: -5px; width: 1px; height: 12px; background: #ccc; } .mypage.ags .conts .ags-list .cont-lounge .infos .at { font-size: 16px; font-weight: 700 } .mypage.ags .conts .ags-list .cont-lounge .bt-small { height: 28px; line-height: 25px; border: 1px solid #cecece; font-size: 12px; padding: 1px 20px 0; color: #333; } .mypage.ags .conts .ags-list .cont-lounge .price-infos { margin-top: 16px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos li { height: 30px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .type { text-align: left; padding-left: 20px; float: left; font-weight: 700 } .mypage.ags .conts .ags-list .cont-lounge .price-infos .type .txt12 { font-size: 12px; padding-left: 4px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .price { float: right; margin-right: 20px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .price strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 20px; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .price .txt-free { font-weight: 700; } .mypage.ags .conts .ags-list .cont-lounge .price-infos .price .list-price { text-decoration: line-through; color: #999; font-size: 13px; margin-right: 8px; } .mypage.ags .ags_notice { border-top: 1px solid #e7e7e7; margin-top: 60px; } .mypage.ags .ags_notice .in .tit { color: #888; font-size: 15px; } .mypage.ags .ags_notice .mypage-tabs { margin: 30px 0; } .mypage.ags .ags_notice .mypage-tabs>ul li a { font-size: 14px; } .mypage.ags .ags_notice ul.list li { color: #888; font-size: 13px; position: relative; padding-left: 7px; } .mypage.ags .ags_notice ul.list li:before { content: ''; width: 2px; height: 2px; background: #888; position: absolute; top: 50%; left: 0; margin-top: -1px; } .mypage.ags .in { margin: 50px 0; } .mypage.ags .in dt { font-size: 15px; font-weight: 700; margin-bottom: 20px; } .mypage.ags .in dd { color: #999; font-size: 13px; position: relative; padding-left: 7px; } .mypage.ags .in dd:before { content: ''; width: 2px; height: 2px; background: #999; position: absolute; top: 50%; left: 0; margin-top: -1px; } .mypage { width: 1200px; margin: 0 auto; } .mypage-tits { position: relative; margin-bottom: 20px; } .mypage-tits h2 { color: #333; font-size: 20px; display: block; font-weight: 700; } .mypage-tits h2 em { font-size: 15px; font-weight: 700; } .mypage-tits .location { position: absolute; bottom: 0; right: 0; } .mypage-tits .location li { position: relative; font-size: 12px; display: inline-block; color: #aaa; margin-right: 6px; } .mypage-tits .location li:after { content: ">"; font-size: 12px; color: #aaa; margin-left: 8px; } .mypage-tits .location li:last-child { margin-right: 0; } .mypage-tits .location li:last-child:after { display: none; } .mypage-tabs { position: relative; background: #f9f9f9; font-size: 0; } .mypage-tabs:after { content: ""; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #e7e7e7; z-index: 0; } .mypage-tabs>ul li { position: relative; display: inline-block; min-width: 143px; height: 51px; box-sizing: border-box; } .mypage-tabs>ul li:after { content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 20px; margin-top: -10px; background: #cecece; } .mypage-tabs>ul li a { position: relative; z-index: 2; text-align: center; font-size: 16px; color: #333; display: block; padding: 0 20px; height: 51px; line-height: 51px; } .mypage-tabs>ul li:last-child:after { display: none; } .mypage-tabs>ul li.actived:before { content: ""; position: absolute; top: 0; left: -1px; background: #fff; width: 100%; height: 51px; z-index: 1; border: 1px solid #e7e7e7; border-bottom: 0; } .mypage-tabs>ul li.actived a { font-weight: 700; color: #111; } .mypage-tabs .mymenu-toggle { position: absolute; top: 0; right: 0; font-size: 12px; color: #000; padding: 0 20px; height: 51px; line-height: 51px; font-weight: 700; } .mypage-tabs .mymenu-toggle:after { content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 20px; margin-top: -10px; background: #cecece; } .mypage-tabs .mymenu-toggle:before { content: ""; position: relative; top: 18px; display: inline-block; margin-right: 8px; vertical-align: top; width: 18px; height: 14px; background: url("https://cdn.allwin.bid/air/resource/img/ico_hamburger.png") center center no-repeat; } .mypage-tabs .mymenu-toggle.actived:before { content: ""; position: relative; top: 18px; display: inline-block; margin-right: 8px; vertical-align: top; width: 18px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/ico_close4.png") center center no-repeat; } .mypage-tabs .all-mymenu { position: absolute; top: 51px; left: -1px; right: 0px; background: #fff; z-index: 5; padding: 15px 0 20px 0; border: 1px solid #e7e7e7; box-sizing: border-box; -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3); box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3); } .mypage-tabs .all-mymenu a { display: block; padding-left: 20px; font-size: 13px; color: #111; line-height: 100%; } .mypage-tabs .all-mymenu a.actived { color: #ebaa2c; } .mypage-tabs .all-mymenu>ul { display: inline-block; vertical-align: top; } .mypage-tabs .all-mymenu>ul.am1 { width: 143px; } .mypage-tabs .all-mymenu>ul.am2 { width: 200px; } .mypage-tabs .all-mymenu>ul.am3 { width: 143px; } .mypage-tabs .all-mymenu>ul.am4 { width: 143px; } .mypage-tabs .all-mymenu>ul.am5 { width: 129px; } .mypage-tabs .all-mymenu>ul>li { margin-bottom: 10px; } .mypage-tabs .all-mymenu .depth li { margin-top: 5px; } .mypage-tabs .all-mymenu .depth a { display: block; padding: 3px 0 3px 20px; } .mypage .mypage-in-tabs { border-bottom: 1px solid #e7e7e7; } .mypage .mypage-in-tabs li { display: inline-block; } .mypage .mypage-in-tabs li.actived a { font-weight: 700; } .mypage .mypage-in-tabs li.actived a:before { content: ""; position: absolute; bottom: -1px; left: 0; height: 2px; width: 100%; background: #000; } .mypage .mypage-in-tabs li a { position: relative; font-size: 15px; color: #111; display: block; padding: 0 20px; height: 51px; line-height: 51px; text-align: center; } .mypage .mypage-in-tabs-child ul { margin-left: 10px; } .mypage .mypage-in-tabs-child li { display: inline-block; } .mypage .mypage-in-tabs-child li.actived a { font-weight: 700; color: #111; } .mypage .mypage-in-tabs-child a { font-size: 15px; color: #aaa; display: block; padding: 20px 10px 0 10px; } .mypage-forms { overflow: hidden; padding-bottom: 60px; border-bottom: 1px solid #e7e7e7; margin: 30px 0 70px 0; } .mypage-forms .tips dl { display: inline-block; margin-right: 20px; } .mypage-forms .tips dl.withdraw dt { color: #fc5625; } .mypage-forms .tips dt { font-size: 14px; display: inline-block; } .mypage-forms .tips dd { font-size: 14px; display: inline-block; } .mypage-forms .sms { width: 420px; margin-bottom: 20px; } .mypage-forms .sms__gage { position: relative; margin-top: 10px; padding-bottom: 25px; } .mypage-forms .sms__gage .use { position: absolute; bottom: 0; left: 0; color: #ebaa2c; font-size: 14px; } .mypage-forms .sms__gage .use b { font-weight: normal; font-family: "Geogrotesque-Medium"; } .mypage-forms .sms__gage .rest { position: absolute; bottom: 0; right: 0; font-size: 14px; } .mypage-forms .sms__gage .rest b { font-weight: normal; font-family: "Geogrotesque-Medium"; } .mypage-forms .sms__gage-outer { position: relative; width: 420px; height: 4px; background: #e9e9f4; } .mypage-forms .sms__gage-bar { position: absolute; top: 0; left: 0; height: 4px; background: #ebaa2c; } .mypage-forms .status-board { position: relative; overflow: hidden; width: 1200px; height: 158px; margin-bottom: 20px; background: url("https://cdn.allwin.bid/air/resource/img/img_matching-list-bg.png") center center no-repeat; } .mypage-forms .status-board dl { display: inline-block; margin-top: 45px !important; } .mypage-forms .status-board dt { font-size: 14px; color: #000; } .mypage-forms .status-board dd { font-size: 49px; font-family: "Geogrotesque-SemiBold"; line-height: 100%; } .mypage-forms .status-board .board-tit { position: absolute; top: 40px; left: 55px; } .mypage-forms .status-board .board-tit strong { display: block; font-size: 36px; font-family: "Geogrotesque-Bold"; } .mypage-forms .status-board .board-tit span { font-size: 18px; font-weight: 700; } .mypage-forms .status-board .board-tit span em { color: #edaf08; font-weight: 700; } .mypage-forms .status-board .ok-status { width: 466px; position: absolute; top: 0; left: 380px; text-align: center; } .mypage-forms .status-board .ok-status dl { margin: 0 55px; } .mypage-forms .status-board .ok-status dd { color: #edaf08; } .mypage-forms .status-board .fail-status { width: 340px; position: absolute; top: 0; right: 13px; text-align: center; } .mypage-forms .status-board .fail-status dd { color: #aaa; } .mypage-forms .form-group, .ags-forms .form-group { font-size: 0; width: 1210px; margin-left: -5px; } .ags-forms .form-group .custom-input { height: 56px; } .ags-forms .form-group .custom-input input { height: 54px; font-size: 16px; } .ags-forms .form-group .custom-input:hover { border: 1px solid #333; } .ags-forms .form-group li { display: inline-block; vertical-align: top; padding: 5px; } .ags-forms .form-group li.w300 { width: 300px; } .ags-forms .form-group li.w348 { width: 348px; } .ags-forms .form-group select { width: 100%; } .ags-forms .form-group li .bt-full { display: inline-block; height: 56px; line-height: 56px; text-align: center; font-size: 16px; color: #fff; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 700; border-radius: 2px; width: 220px; background: #292b4b; } .mypage-forms .form-group li { width: 100%; display: inline-block; vertical-align: top; padding: 5px; } .mypage-forms .form-group li select { width: 100%; } .mypage-forms .form-group li.w168 { width: 168px; } .mypage-forms .form-group li.w182 { width: 182px; } .mypage-forms .form-group li.w190 { width: 190px; } .mypage-forms .form-group li.w200 { width: 200px; } .mypage-forms .form-group li.w220 { width: 220px; } .mypage-forms .form-group li.w240 { width: 240px; } .mypage-forms .form-group li.w250 { width: 250px; } .mypage-forms .form-group li.w256 { width: 256px; } .mypage-forms .form-group li.w280 { width: 280px; } .mypage-forms .form-group li.w335 { width: 335px; } .mypage-forms .form-group li.w365 { width: 365px; } .mypage-forms .form-group li.w378 { width: 378px; } .mypage-forms .form-group li.w420 { width: 420px; } .mypage-forms .form-group li.w460 { width: 460px; } .mypage-forms .form-group li.w500 { width: 420px; } .mypage-forms .form-group .mix-form { font-size: 0; position: relative; border: 1px solid #cecece; border-radius: 2px; overflow: hidden; box-sizing: border-box; } .mypage-forms .form-group .mix-form .custom-select { position: absolute; top: 0; left: 0; display: inline-block; width: 150px; border-radius: 0; } .mypage-forms .form-group .mix-form .custom-select .select2-container .select2-selection--single { border: 0; height: 40px; } .mypage-forms .form-group .mix-form .custom-input { border-left: 0; margin-left: 150px; border-radius: 0; border: 0; border-left: 1px solid #cecece; height: 40px; } .mypage-forms .form-group .mix-form .custom-input input { height: 40px; text-align: right; padding-right: 16px; } .mypage-forms .form-group .mix-form .label-txt { position: absolute; top: 0; left: 0; display: inline-block; width: 110px; border-radius: 0; height: 40px; line-height: 40px; font-size: 14px; padding: 0 20px; } .mypage-forms .bts { text-align: center; margin-top: 35px; } .mypage-tbs .mypage-tb__util { position: relative; margin-bottom: 16px; min-height: 32px; } .mypage-tbs .mypage-tb__util.complete { margin: 0; } .mypage-tbs .mypage-tb__util.complete .cate-tabs { position: relative; font-size: 0; height: 40px; float: right; margin-bottom: 10px; } .mypage-tbs .mypage-tb__util.complete .cate-tabs ul { border-radius: 3px; overflow: hidden; height: 40px; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li.actived { margin-left: 0; z-index: 2; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li:first-child { border-left: 1px solid #cecece; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-left: 0; background: #fff; z-index: 0; width: 120px; height: 40px; box-sizing: border-box; text-align: center; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #292b4b; z-index: 0; border: 1px solid #292b4b; box-sizing: border-box; } .mypage-tbs .mypage-tb__util.complete .cate-tabs a { position: relative; z-index: 2; text-align: center; display: block; height: 40px; line-height: 40px; font-size: 13px; color: #000; } .mypage-tbs .mypage-tb__util.complete .cate-tabs li.actived a { color: #fff; font-weight: 700; } .mypage-tbs .mypage-tb__util h5.tit { font-weight: 700; font-size: 14px; float: left; padding-top: 16px; } .mypage-tbs .mypage-tb__util .date { font-size: 20px; font-family: "Geogrotesque-Regular"; } .mypage-tbs .mypage-tb__util .num { position: absolute; bottom: 0; left: 0; font-size: 13px; } .mypage-tbs .mypage-tb__util .num strong { font-size: 20px; font-family: "Geogrotesque-Regular"; } .mypage-tbs .mypage-tb__util .bt { font-size: 0; position: absolute; top: 0; right: 0; } .mypage-tbs .mypage-tb__util .bt button, .mypage-tbs .mypage-tb__util .bt a { margin-left: 8px; } .mypage-tbs.ags { clear: both; } .mypage-tbs.ags .extended-price { margin: 10px 0 40px 0; border: 1px solid #e7e7e7; background: #f5f5f5; padding: 28px; text-align: right; font-size: 16px; font-weight: 700; } .mypage-tbs.ags .extended-price .price { color: #fc5625; } .mypage-tbs.ags .extended-price .price a { font-family: "Geogrotesque-Bold"; font-size: 28px; border-bottom: 1px solid #fc5625; margin-left: 18px; color: #fc5625; } .mypage-tbs.ags .extended-price .price span { font-family: "Geogrotesque-Bold"; font-size: 28px; margin-left: 18px; color: #fc5625; } .mypage-tbs.ags .extended-price .price-infors { color: #666; font-size: 14px; } .mypage-tbs.ags .agreement p em { color: #fc5625; } .mypage-tbs.ags .agreement .agree-group { margin: 40px 0 60px 0; } .mypage-tbs.ags .agreement .agree-group h3 { position: relative; display: block; margin-bottom: 20px; font-size: 20px; font-weight: 700; } .mypage-tbs.ags .agreement .agree-group .cencel-check { border: 1px solid #cecece; box-sizing: border-box; overflow: hidden; } .mypage-tbs.ags .agreement .agree-group .cencel-check .scroll { max-height: 100px; overflow: hidden; overflow-y: auto; font-size: 12px; color: #666; padding: 15px 20px; line-height: 160%; } .mypage-tbs.ags .agreement .agree-group .all-check { text-align: right; margin-top: 10px; } .mypage-tbs.ags .agreement .agree-group .all-check .custom-check { margin-right: 0; } .mypage-tbs.ags .agreement .agree-group .mypage-tabs { margin-bottom: 20px; } .mypage-tbs.ags .agreement .agree-group .mypage-tabs>ul li a { font-size: 14px; } .mypage-tbs.ags .bts { text-align: center; margin-top: 35px; margin-bottom: 120px; } .mypage-tbs table { width: 100%; } .mypage-tbs table .toggle-tr { cursor: pointer; } .mypage-tbs table .toggle-tr.is-actived td { border-bottom: 0; } .mypage-tbs table .toggle-tr.is-actived td.toggle { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-on.png") center center no-repeat; } .mypage-tbs table .toggle-tr.is-actived td.tits p { font-weight: 700; text-decoration: underline; } .mypage-tbs table .target-tr { display: none; } .mypage-tbs table .target-tr strong, .mypage-tbs table .target-tr b { font-weight: bold !important; } .mypage-tbs table .target-tr em { font-style: italic !important; } .mypage-tbs table .ticker-tr { background: #f9f9fb; } .mypage-tbs table .ticker-tr td { background: #f9f9fb; } .mypage-tbs table .ticker-tr td .code { font-size: 20px; font-family: "Geogrotesque-SemiBold"; } .mypage-tbs table .no-notice .notice-views { font-size: 13px; height: 170px; line-height: 170px; border-bottom: 1px solid #e7e7e7; background: #fff; text-align: center; } .mypage-tbs table .no-result .result-views { font-size: 13px; height: 170px; line-height: 170px; border-bottom: 1px solid #e7e7e7; background: #fff; text-align: center; } .mypage-tbs table .withdraw td.type { color: #fc5625; } .mypage-tbs table thead th { text-align: center; height: 50px; border-top: 1px solid #111; border-bottom: 1px solid #111; font-size: 13px; font-weight: 700; font-family: "Noto Sans"; line-height: 130%; } .mypage-tbs.ags table thead th { border: 1px solid #e7e7e7; background-color: #292a4d; color: #fff; } .mypage-tbs table tfoot td { background: #f9f9f9; font-size: 15px; text-align: center; height: 60px; border-bottom: 1px solid #111; font-family: "Geogrotesque-SemiBold"; } .mypage-tbs table tfoot .total td.title { text-align: right; font-size: 14px; font-weight: 700; } .mypage-tbs table tfoot .total td.money { color: #fc5625; } .mypage-tbs table tbody .sub-total td { font-family: "Geogrotesque-SemiBold" !important; border-bottom: 1px solid #111; } .mypage-tbs table tbody td { font-size: 13px; text-align: center; min-height: 10px; padding: 25px 0; border-bottom: 1px solid #e7e7e7; } .mypage-tbs.ags table tbody td { border: 1px solid #e7e7e7; padding: 4px; height: 44px; text-align: center; font-size: 14px; } .mypage-tbs.ags table tbody td:first-child { background-color: #f9f9f9; text-align: left; width: 268px; font-family: "Geogrotesque-SemiBold" !important; padding-left: 20px; } .mypage-tbs.ags table tbody td.sign-up a { color: #fc5625; border-bottom: 1px solid #fc5625; } .mypage-tbs.ags table tbody td.type-select, .mypage-tbs.ags table tbody td.type-change { text-align: left; } .mypage-tbs.ags table tbody td.type-change span:first-child { width: 140px; display: inline-block; margin: 0; } .mypage-tbs.ags table tbody td.type-change.solo span:first-child { width: 100%; } .mypage-tbs.ags table tbody td select { width: 100%; } .mypage-tbs.ags .bt-small { width: 52px; height: 28px; line-height: 25px; border: 1px solid #cecece; font-size: 12px; padding: 1px 3px 0 0; color: #333; background: #fff; } .mypage-tbs.ags .type-change.food .bt-small { margin-top: 20px; } .mypage-tbs.ags .custom-check input:disabled+label:before { background: #f0f0f0; } .mypage-tbs.ags .group-food { margin: 10px 0; border: 1px solid #e7e7e7; background: #f5f5f5; padding: 20px; text-align: left; font-size: 13px; position: relative; } .mypage-tbs.ags .group-food strong.tit { font-size: 15px; font-weight: 700; color: #fc5625; padding-right: 20px; } .mypage-tbs.ags .group-food .custom-select { margin-left: 127px; width: 198px; position: absolute; right: 208px; top: 10px; } .mypage-tbs.ags .group-food .custom-select select { width: 100% } .mypage-tbs.ags table tbody td.type-change.food { text-align: center; background: #f5f5f5; } .mypage-tbs table tbody td.bn { border: 0; } .mypage-tbs table tbody td.tits { text-align: left; padding-left: 40px; padding-right: 40px; } .mypage-tbs table tbody td.tits p { position: relative; display: inline-block; max-width: 655px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; padding-left: 20px; } .mypage-tbs table tbody td.tits.long p { max-width: 910px; } .mypage-tbs table tbody td.tits.important p { background: url("https://cdn.allwin.bid/air/resource/img/ico_star.png") left center no-repeat; } .mypage-tbs table tbody td.tits .new { font-size: 0; display: inline-block; vertical-align: top; width: 21px; height: 20px; margin-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/ico_new.png") center center no-repeat; } .mypage-tbs table tbody td.rsv-number { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.rsv-number a { display: inline-block; font-family: "Geogrotesque-Regular"; border-bottom: 1px solid #111; } .mypage-tbs table tbody td.at { font-family: "Geogrotesque-Regular"; line-height: 16px; } .mypage-tbs table tbody td.pnr { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td a.link { display: inline-block; border-bottom: 1px solid #111; } .mypage-tbs table tbody td.number { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.number em { font-family: "Geogrotesque-Regular"; display: block; font-size: 13px; color: #aaa; } .mypage-tbs table tbody td.w160 { width: 160px; } .mypage-tbs table tbody td.seat { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.seat dl { display: block; font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.seat dt { text-align: left; display: inline-block; font-family: "Noto Sans"; } .mypage-tbs table tbody td.seat dd { width: 15px; display: inline-block; font-family: "Noto Sans"; } .mypage-tbs table tbody td.agslist { text-align: left; } .mypage-tbs table tbody td.airplane { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.trip { font-family: "Geogrotesque-Regular"; padding: 0 10px; } .mypage-tbs table tbody td.trip p { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.money { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.name { font-family: "Geogrotesque-Bold"; } .mypage-tbs table tbody td.percent { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.en-txt { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.chain { width: 155px; } .mypage-tbs table tbody td.end { color: #aaa; } .mypage-tbs table tbody td.success { color: #fc5625; } .mypage-tbs table tbody td.schedule { text-align: left; padding-left: 50px; padding-right: 10px; } .mypage-tbs table tbody td.schedule .item2 { margin: 5px 0 10px 0; } .mypage-tbs table tbody td.schedule .item2 p { font-size: 16px; font-weight: 700; line-height: 100%; padding: 2px 0; } .mypage-tbs table tbody td.schedule .item2 .bar { display: inline-block; width: 8px; height: 2px; background: #161820; vertical-align: top; position: relative; top: 8px; } .mypage-tbs table tbody td.schedule .item3 { font-size: 12px; } .mypage-tbs table tbody td.schedule .item3 em { font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td .user-id { max-width: 300px; word-break: break-all; max-width: 300px; word-break: break-all; margin: 0 auto; } .mypage-tbs table tbody td.to .mail { display: block; font-family: "Geogrotesque-Regular"; } .mypage-tbs table tbody td.land-tit { text-align: left; } .mypage-tbs table tbody td.land-tit a { margin-left: 30px; } .mypage-tbs table tbody td.notice-views, .mypage-tbs table tbody td.result-views { background: #f9f9f9; padding: 40px; text-align: left; } .mypage-tbs table tbody td.notice-views img { max-width: 100%; height: auto; } .mypage-tbs table tbody td.notice-views ol, .mypage-tbs table tbody td.notice-views ul, .mypage-tbs table tbody td.notice-views li { list-style: initial; } .mypage-tbs table tbody td.notice-views ul { list-style: disc; } .mypage-tbs table tbody td.notice-views ul li { list-style: disc; } .mypage-tbs table tbody td.notice-views ol { list-style: decimal; } .mypage-tbs table tbody td.notice-views ol li { list-style: decimal; } .mypage-tbs table tbody td.notice-views h1, .mypage-tbs table tbody td.notice-views h2, .mypage-tbs table tbody td.notice-views h3, .mypage-tbs table tbody td.notice-views h4, .mypage-tbs table tbody td.notice-views h5, .mypage-tbs table tbody td.notice-views h6 { font-size: initial; } .mypage-tbs table tbody td.notice-views hr { display: initial; } .mypage-tbs table tbody td.notice-views a { text-decoration: initial; } .mypage-tbs table tbody td.notice-views em, .mypage-tbs table tbody td.notice-views address { font-style: initial; } .mypage-tbs table tbody td.notice-views button { font-size: initial; } .mypage-tbs table tbody td.notice-views input[type=checkbox], .mypage-tbs table tbody td.notice-views input[type=radio], .mypage-tbs table tbody td.notice-views input[type=text], .mypage-tbs table tbody td.notice-views input[type=password], .mypage-tbs table tbody td.notice-views input[type=email] { -webkit-appearance: initial; -moz-appearance: initial; -ms-appearance: initial; -o-appearance: initial; appearance: initial; } .mypage-tbs table tbody td.notice-views legend, .mypage-tbs table tbody td.notice-views .blind { overflow: hidden; position: initial; width: auto; height: auto; clip: initial; } .mypage-tbs table tbody td.toggle { background: url("https://cdn.allwin.bid/air/resource/img/ico_select-arrow3-off.png") center center no-repeat; } .mypage-tbs .landmoa { background: none; } .mypage-tbs .landmoa .no-result { line-height: 245px; box-sizing: border-box; font-size: 13px; text-align: center; border-top: 1px solid #111; border-bottom: 1px solid #e7e7e7; } .mypage-tbs .landmoa .land-partner-items .land-item { margin-top: 0; margin-bottom: 15px; } .mypage-tbs .landmoa .land-partner-items .land-item .item-inner .hashtag li a { cursor: default; } .mypage-tbs .landmoa .land-partner-items .land-item .item-inner .hashtag li a:hover { text-decoration: none; } .mypage-tbs .landmoa .land-partner-items .land-item .item-inner .hashtag .hashtag-inner { width: 380px; height: 102px; margin: 0 auto; overflow: hidden; display: table-cell; vertical-align: middle; text-align: center; } .mypage-tbs .landmoa .land-partner-items .land-item .item-inner .hashtag ul { width: 295px; display: inline-block; text-align: center; max-height: 60px; overflow: hidden; } .mypage-datas { margin-top: 30px; } .mypage-datas .join-group { width: 796px; } .mypage .cate-tabs { position: relative; font-size: 0; height: 43px; margin-bottom: 50px; } .mypage .cate-tabs ul { border-radius: 3px; overflow: hidden; } .mypage .cate-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-left: 0; background: #fff; z-index: 0; width: 12.5%; box-sizing: border-box; } .mypage .cate-tabs.section ul { height: 72px; } .mypage .cate-tabs.section li { width: 50%; } .mypage .cate-tabs li:first-child { border-left: 1px solid #cecece; } .mypage .cate-tabs li.actived { margin-left: 0; z-index: 2; } .mypage .cate-tabs li.actived a { color: #fff; font-weight: 700; } .mypage .cate-tabs.section li a { height: 60px; line-height: 60px; font-size: 18px; } .mypage .cate-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #f9c028; z-index: 0; border: 1px solid #ebab00; box-sizing: border-box; } .mypage .cate-tabs.section li.actived a:before { content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f9c028; position: absolute; top: 60px; left: 50%; } .mypage .cate-tabs a { position: relative; z-index: 2; text-align: center; display: block; height: 42px; line-height: 42px; font-size: 14px; color: #000; } .error-template { text-align: center; margin: 20px auto; width: 430px; } .error-template__txt1 { position: relative; font-size: 38px; font-weight: 500; display: block; font-family: "Geogrotesque-Medium"; } .error-template__txt1:before { content: ""; margin: 0 auto 40px auto; width: 155px; height: 155px; display: block; background: url("https://cdn.allwin.bid/air/resource/img/ico_error.png") center center no-repeat; } .error-template__txt2 { font-size: 16px; color: #111; margin: 20px 0 40px 0; } .error-template__bts a { width: 200px; margin: 0 5px; } .air-event { position: relative; width: 1080px; margin: 0 auto; } .air-event .evt__ment { text-align: center; } .air-event .evt__ment strong { font-size: 40px; color: #000; font-weight: 500; display: block; padding-top: 15px; background: url("https://cdn.allwin.bid/air/resource/img/ico_yellow-plane.svg") center top no-repeat; background-size: 23px 18px; } .air-event .evt__ment p { font-size: 14px; color: #000; } .air-event .evt__inner { position: relative; width: 1080px; margin: 70px auto 0 auto; } .air-event .evt__tabs { position: absolute; top: 40px; left: 0; z-index: 5; } .air-event .evt__tabs li { display: inline-block; margin-right: 20px; } .air-event .evt__tabs a { font-size: 14px; color: #c8c8c8; } .air-event .evt__tabs a.is-active { font-weight: bold; color: #000; display: block; border-bottom: 1px solid #000; } .air-event .evt__list { text-align: left; } .air-event .evt__list li { position: relative; padding: 60px 0 0 0; margin-bottom: 30px; } .air-event .evt__list .none-evt { padding: 80px 0 0 0; margin: 0; } .air-event .evt__list .none-evt__txts { position: absolute; top: 110px; left: 38px; } .air-event .evt__list .none-evt__txt1 { font-size: 36px; font-family: "Geogrotesque-Bold"; line-height: 100%; } .air-event .evt__list .none-evt__txt2 { font-size: 14px; font-weight: 500; margin-top: 5px; } .air-event .evt__list .ticker { display: block; position: relative; } .air-event .evt__list .ticker a { display: block; } .air-event .evt__list .ticker img { position: relative; } .air-event .evt__list .time { font-weight: normal; position: absolute; top: 50%; right: 0; line-height: 0.9; margin-top: -230px; font-family: "Geogrotesque-Bold"; font-size: 90px; color: #ebebeb; } .air-event .evt__list .txts { position: absolute; top: 50px; left: 38px; z-index: 1; } .air-event .evt__list .t1 { line-height: 120%; font-size: 30px; color: #fff; font-weight: bold; font-family: "Noto Sans"; margin-bottom: 10px; letter-spacing: -2px; } .air-event .evt__list .t2 { font-size: 14px; color: #fff; font-weight: 500; line-height: 130%; } .air-event .evt__list .go { position: absolute; bottom: 75px; left: 38px; border: 1px solid #fff; width: 130px; height: 40px; line-height: 40px; box-sizing: border-box; font-size: 14px; color: #fff; font-weight: 500; text-align: center; z-index: 1; } .air-event .evt__list .end { position: absolute; bottom: 75px; left: 38px; font-size: 14px; color: #fff; font-weight: 500; text-align: center; z-index: 1; } .air-event .evt__list .type { position: absolute; top: 50px; left: 780px; font-weight: normal; font-size: 24px; font-family: "Geogrotesque-Bold"; z-index: 1; } .air-event .evt__list .date { position: absolute; bottom: 70px; left: 780px; font-weight: bold; font-size: 14px; z-index: 1; } .air-event .evt__list .date em { font-weight: normal; font-family: "Geogrotesque-Bold"; font-size: 14px; } .air-event .evt__state-bar { position: absolute; top: 80px; left: 0; background: rgba(0, 0, 0, 0.2); width: 100%; text-align: center; padding: 20px 0; z-index: 1; } .air-event .evt__state-bar.fixed { position: fixed; } .air-event .evt__state-bar p { font-size: 18px; color: #fff; margin-bottom: 5px; } .air-event .evt__state-bar .bt-winner { font-size: 14px; color: #fff; font-weight: bold; border: 1px solid #fff; width: 115px; height: 37px; line-height: 37px; text-align: center; } .evt__state-bar { position: absolute; top: 141px; left: 0; background: rgba(0, 0, 0, 0.2); width: 100%; text-align: center; padding: 20px 0; z-index: 10; } .evt__state-bar.fixed { position: fixed; } .evt__state-bar p { font-size: 18px; color: #fff; margin-bottom: 5px; } .evt__state-bar .bt-winner { font-size: 14px; color: #fff; font-weight: bold; border: 1px solid #fff; width: 115px; height: 37px; line-height: 37px; text-align: center; } @media all and (-webkit-min-device-pixel-ratio: 1.5) , all and (-o-min-device-pixel-ratio: 3/2) , all and (min--moz-device-pixel-ratio: 1.5) , all and (min-device-pixel-ratio: 1.5) { .evt__list .time { margin-top: -223px; } } .policys { width: 1200px; padding: 0 10px; margin: 0 auto; box-sizing: border-box; color: #666; } .policys h2 { font-size: 28px; color: #111; font-weight: 500; display: block; margin-bottom: 20px; } .policys h3 { font-size: 14px; display: block; font-weight: 500; color: #000; } .policys .first { margin-bottom: 30px; line-height: 230%; } .policys .third { margin: 0 0 10px 10px; } .policys table th { background: #efefef; font-weight: normal; text-align: center; border: 1px solid #a4a4a4; } .policys table td { border: 1px solid #a4a4a4; padding: 5px 10px; } .landmoa { background: #f5f5f5; } .landmoa .land-visual { position: relative; height: 400px; background-size: cover !important; } .landmoa .land-visual .land-visual-inner { position: relative; z-index: 2; width: 1200px; height: 400px; margin: 0 auto; } .landmoa .land-visual .re-srch { width: 360px; height: 47px; position: absolute; top: 53px; left: 0; border-bottom: 3px solid #f9c028; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_srch.png") 10px center no-repeat; } .landmoa .land-visual .re-srch ::-webkit-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .landmoa .land-visual .re-srch ::-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .landmoa .land-visual .re-srch :-ms-input-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .landmoa .land-visual .re-srch :-moz-placeholder { font-size: 16px; font-weight: 700; color: #fff; } .landmoa .land-visual .re-srch input { margin: 0 0 0 40px; width: 327px; height: 47px; background: none; text-indent: 15px; color: #fff; } .landmoa .land-visual .area-infos { position: absolute; top: 150px; left: 0; right: 330px; } .landmoa .land-visual .area-infos .name { display: block; font-weight: 700; font-size: 64px; color: #fff; line-height: 100%; } .landmoa .land-visual .area-infos .land-nums { position: absolute; top: -30px; right: 0; } .landmoa .land-visual .area-infos .land-nums p { text-align: center; line-height: 100%; color: #fff; font-weight: 700; height: 16px; line-height: 16px; } .landmoa .land-visual .area-infos .land-nums p .flag { text-align: left; width: 34px; padding-left: 8px; height: 22px; line-height: 17px; font-size: 11px; font-family: "Geogrotesque-Bold"; display: inline-block; vertical-align: top; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_yellowflag-small.png") center center no-repeat; } .landmoa .land-visual .area-infos .land-nums p .area { font-weight: 700; color: #f9c028; } .landmoa .land-visual .area-infos .land-nums .num { line-height: 100%; font-size: 100px; display: block; font-family: "Geogrotesque-Bold"; } .landmoa .land-visual .area-infos .hashtag { display: block; margin-top: 20px; font-size: 0; } .landmoa .land-visual .area-infos .hashtag li { display: inline-block; margin-right: 10px; } .landmoa .land-visual .area-infos .hashtag li a { position: relative; display: block; height: 38px; line-height: 38px; border-radius: 38px; padding: 0 20px; text-align: center; font-size: 14px; color: #fff; border: 1px solid #fff; box-sizing: border-box; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .landmoa .land-visual .area-infos .hashtag li a:before { content: "#"; } .landmoa .land-visual .area-infos .hashtag li a:hover { background: #fff; color: #000; } .landmoa .land-visual .card { position: absolute; top: 40px; right: 0; width: 300px; background: #fff; overflow: hidden; border-radius: 3px; } .landmoa .land-visual .card a { display: block; } .landmoa .land-visual .card a:hover .thumb img { -webkit-transform: scale(1.08); transform: scale(1.08); } .landmoa .land-visual .card button { position: absolute; bottom: 15px; left: 25px; display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; } .landmoa .land-visual .card .thumb { display: block; height: 170px; overflow: hidden; } .landmoa .land-visual .card .thumb img { width: 300px; height: 170px; transition: transform 1.5s; -webkit-transition: transform 1.5s; } .landmoa .land-visual .card .infos { position: relative; height: 150px; box-sizing: border-box; padding: 20px 25px; } .landmoa .land-visual .card .infos .tit { display: block; font-weight: 700; font-size: 20px; } .landmoa .land-visual .card .infos .summery { display: block; margin-top: 5px; font-size: 12px; color: #aaa; line-height: 130%; } .landmoa .land-visual .card .infos .tel { position: absolute; bottom: 20px; left: 25px; font-size: 16px; font-family: "Geogrotesque-SemiBold"; } .landmoa .land-srching { background: #fff; } .landmoa .land-srching .land-srching-inner { position: relative; width: 1200px; min-height: 36px; margin: 0 auto; padding: 22px 0; } .landmoa .land-srching .my-keywords { position: relative; height: 36px; line-height: 36px; margin: 0 245px 0 0; } .landmoa .land-srching .my-keywords .tit { position: absolute; top: 0; left: 0; font-size: 18px; font-weight: 700; width: 104px; } .landmoa .land-srching .my-keywords .keywords { position: relative; width: 850px; margin: 0 0 0 104px; } .landmoa .land-srching .my-keywords .keywords .keyword-inner { font-size: 0; width: 790px; height: 36px; margin: 0 auto; text-align: center; overflow: hidden; } .landmoa .land-srching .my-keywords .keywords .keyword-inner ul { height: 36px; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .keyword-item { display: table; box-sizing: border-box; overflow: hidden; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .keyword-item a { position: relative; text-align: left; display: table-cell; font-size: 14px; vertical-align: middle; height: 36px; line-height: 130%; box-sizing: border-box; overflow: hidden; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .keyword-item a:before { content: "#"; font-size: 14px; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .keyword-item button { position: relative; top: 13px; display: inline-block; vertical-align: top; width: 12px; height: 12px; margin-left: 5px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_del.png") center center no-repeat; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .awa-slide__prev, .landmoa .land-srching .my-keywords .keywords .keyword-inner .awa-slide__next { width: 30px; height: 36px; position: absolute; top: 0; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .awa-slide__prev { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_prev.png") center center no-repeat; } .landmoa .land-srching .my-keywords .keywords .keyword-inner .awa-slide__next { right: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_next.png") center center no-repeat; } .landmoa .land-srching .toggle-bts { position: absolute; top: 22px; right: 0; font-size: 0; } .landmoa .land-srching .toggle-bts button { font-size: 14px; color: #000; font-weight: 700; width: 95px; height: 36px; line-height: 36px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; margin-left: 3px; border-radius: 1px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .landmoa .land-srching .toggle-bts button.is-active { background: #0e0843; border: 1px solid #0e0843; color: #fff; } .landmoa .land-srching-opts { position: absolute; top: 480px; left: 0; right: 0; bottom: 0; z-index: 11; border-top: 1px solid #cacaca; } .landmoa .land-srching-opts:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: rgba(0, 0, 0, 0.5); } .landmoa .land-srching-opts .land-check { position: relative; display: inline-block; height: 32px; } .landmoa .land-srching-opts .land-check input { opacity: 0; position: absolute; } .landmoa .land-srching-opts .land-check input+label { position: relative; color: #000; font-size: 14px; cursor: pointer; display: block; height: 32px; line-height: 31px; border-radius: 32px; box-sizing: border-box; border: 1px solid #fff; padding: 0 13px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; width: 165px; } .landmoa .land-srching-opts .land-check input:checked+label { color: #f9c028; border: 1px solid #f9c028; } .landmoa .land-srching-opts .check-clear { display: none; position: absolute; top: 0; right: -26px; width: 32px; height: 32px; font-size: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_del.png") center center no-repeat; vertical-align: top; } .landmoa .land-srching-opts .opt-stage { background: #fff; } .landmoa .land-srching-opts .inner { position: relative; width: 1200px; height: 389px; margin: 0 auto; font-size: 0; } .landmoa .land-srching-opts .cols { width: 976px; border-left: 1px solid #f5f5f5; box-sizing: border-box; } .landmoa .land-srching-opts .cols .col { width: 20%; min-width: auto; } .landmoa .land-srching-opts .col { position: relative; display: inline-block; vertical-align: top; box-sizing: border-box; min-width: 220px; height: 389px; border-right: 1px solid #f5f5f5; } .landmoa .land-srching-opts .col .tit { display: block; font-size: 16px; color: #111; font-weight: 700; padding: 30px; } .landmoa .land-srching-opts .col .in-scroll { height: 283px; } .landmoa .land-srching-opts .col .in-scroll ul { margin: 0 15px; } .landmoa .land-srching-opts .col .in-scroll li { margin: 7px 0; } .landmoa .land-srching-opts .col .parent { width: 100px; display: inline-block; vertical-align: top; } .landmoa .land-srching-opts .col .child { width: 215px; display: inline-block; vertical-align: top; } .landmoa .land-srching-opts .col .child ul { margin-left: 50px; } .landmoa .land-srching-opts .col.opt-util { position: absolute; top: 0; right: 0; } .landmoa .land-srching-opts .col.opt-util .opt-util-bt { position: absolute; bottom: 20px; left: 16px; right: 16px; } .landmoa .land-srching-opts .col.opt-util .close { position: absolute; top: 30px; right: 30px; width: 34px; height: 34px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_close.png") center center no-repeat; font-size: 0; } .landmoa .land-srching-opts .col.opt-util .reset { position: relative; width: 182px; height: 48px; line-height: 48px; text-align: center; font-size: 16px; } .landmoa .land-srching-opts .col.opt-util .reset:before { content: ""; position: relative; top: 15px; display: inline-block; vertical-align: top; width: 13px; height: 17px; margin-right: 5px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_reset.png") center center no-repeat; } .landmoa .land-srching-opts .col.opt-util .success { width: 182px; height: 48px; line-height: 48px; font-size: 16px; text-align: center; border-radius: 2px; background: #f9c028; color: #fff; font-weight: 700; } .landmoa .land-results { padding: 15px 0 145px 0; } .landmoa .land-results .land-results-inner { width: 1200px; margin: 0 auto; } .landmoa .land-results .land-result-num { text-align: right; } .landmoa .land-results .land-result-num strong { font-weight: 700; color: #f9c028; } .landmoa .land-results .no-land { text-align: center; font-size: 18px; color: #111; margin: 120px 0 0 0; } .landmoa .land-results .tits { margin-bottom: 5px; } .landmoa .land-results .tits strong { display: inline-block; color: #111; font-size: 30px; font-family: "Geogrotesque-Bold"; margin-right: 20px; line-height: 100%; } .landmoa .land-results .tits em { display: inline-block; color: #aaa; } .landmoa .land-results .tits button { width: 19px; height: 19px; line-height: 19px; border-radius: 19px; text-align: center; border: 1px solid #e4e2e2; font-family: "Geogrotesque-Bold"; font-size: 11px; color: #aaa; background: #fff; display: inline-block; vertical-align: bottom; margin: 0 0 0 5px; } .landmoa .bt-pick { position: absolute; right: -10px; width: 59px; height: 54px; z-index: 6; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_pick-gray.png") center center no-repeat; } .landmoa .bt-pick em { display: inline-block; vertical-align: top; height: 54px; line-height: 35px; text-align: center; font-size: 14px; font-family: "Geogrotesque-Bold"; color: #fff; } .landmoa .bt-pick.is-picked { width: 99px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_pick-yellow.png") center center no-repeat; } .landmoa .land-pick { margin-top: 40px; } .landmoa .land-pick-items { position: relative; } .landmoa .land-pick-items>ul { font-size: 0; width: 1230px; margin-left: -15px; } .landmoa .land-pick-items.fake:hover .pick-choice.wide { opacity: 1; } .landmoa .land-pick-items .land-item { position: relative; display: inline-block; vertical-align: top; width: 380px; margin: 10px 15px 0 15px; box-sizing: border-box; } .landmoa .land-pick-items .land-item:hover .thumb img { -webkit-transform: scale(1.08); transform: scale(1.08); } .landmoa .land-pick-items .land-item:hover .item-inner .hashtag { top: 0; } .landmoa .land-pick-items .land-item.is-actived:before { content: ""; position: absolute; top: 0; left: -2px; z-index: 5; width: 384px; height: 490px; box-sizing: border-box; border: 2px solid #f9c028; border-radius: 3px; } .landmoa .land-pick-items .land-item.is-actived .item-inner .infos { border-bottom: 1px solid #ececec; } .landmoa .land-pick-items .land-item .bt-pick { top: 204px; } .landmoa .land-pick-items .land-item .item-inner { position: relative; overflow: hidden; border-radius: 3px; box-sizing: border-box; } .landmoa .land-pick-items .land-item .item-inner .new { position: absolute; top: 0; left: 0; z-index: 10; width: 56px; height: 56px; font-size: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_new.png") right center no-repeat; } .landmoa .land-pick-items .land-item .item-inner .thumb { position: relative; display: block; height: 214px; overflow: hidden; } .landmoa .land-pick-items .land-item .item-inner .thumb img { -moz-transition: transform 1.5s; -o-transition: transform 1.5s; -webkit-transition: transform 1.5s; transition: transform 1.5s; } .landmoa .land-pick-items .land-item .item-inner .infos { position: relative; z-index: 5; padding: 25px 20px; height: 274px; background: #fff; border-left: 1px solid #ececec; border-right: 1px solid #ececec; border-bottom: 2px solid #ececec; box-sizing: border-box; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .tit { color: #111; display: block; font-size: 26px; font-weight: 700; line-height: 100%; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .summery { font-size: 14px; color: #000; display: block; line-height: 130%; margin-top: 10px; height: 36px; word-break: keep-all; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .link { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 2px; font-weight: 700; font-size: 14px; box-sizing: border-box; margin-right: 6px; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .bts { margin-top: 10px; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .bts a { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 2px; font-weight: 700; font-size: 14px; box-sizing: border-box; margin-right: 6px; } .landmoa .land-pick-items .land-item .item-inner .infos .info1 .bts .bt2 { border: 1px solid #0e0843; background: #0e0843; color: #fff; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 { position: absolute; bottom: 25px; left: 20px; right: 20px; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 .name { font-size: 14px; display: block; color: #aaa; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 .addr { width: 220px; height: 35px; font-size: 12px; display: table-cell; color: #aaa; vertical-align: bottom; line-height: 130%; word-break: keep-all; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 .tel { position: absolute; right: 0; bottom: 0px; font-family: "Geogrotesque-Bold"; font-size: 14px; } .landmoa .land-pick-items .land-item .item-inner .infos .info2 .bt { position: absolute; bottom: 0px; right: 0; display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; } .landmoa .land-pick-items .land-item .item-inner .hashtag { position: absolute; top: 214px; left: 0; right: 0; height: 214px; background: rgba(249, 192, 40, 0.9); text-align: center; z-index: 4; -moz-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -o-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); /* easeOutCirc */ } .landmoa .land-pick-items .land-item .item-inner .hashtag .hashtag-inner { width: 385px; height: 214px; margin: 0 auto; overflow: hidden; display: table-cell; vertical-align: middle; text-align: center; } .landmoa .land-pick-items .land-item .item-inner .hashtag ul { width: 295px; display: inline-block; text-align: center; max-height: 60px; overflow: hidden; } .landmoa .land-pick-items .land-item .item-inner .hashtag li { display: inline-block; margin: 0 3px; } .landmoa .land-pick-items .land-item .item-inner .hashtag li a { position: relative; display: block; text-align: center; font-size: 14px; color: #000; } .landmoa .land-pick-items .land-item .item-inner .hashtag li a:before { content: "#"; } .landmoa .land-pick-items .land-item .item-inner .hashtag li a:hover { text-decoration: underline; } .landmoa .land-pick-items .pick-choice { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(249, 192, 40, 0.9); z-index: 5; border-radius: 3px; overflow: hidden; } .landmoa .land-pick-items .pick-choice.wide { top: 10px; text-align: center; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; opacity: 0; } .landmoa .land-pick-items .pick-choice.wide .t1 { margin: 80px 0 0 0; } .landmoa .land-pick-items .pick-choice.wide .t2 strong { display: inline-block; margin-left: 5px; } .landmoa .land-pick-items .pick-choice.wide .contact-us { bottom: 55px; left: 0; right: 0; } .landmoa .land-pick-items .pick-choice.wide .contact-us .tit:before { margin: 0 auto; } .landmoa .land-pick-items .pick-choice .t1 { margin: 50px 0 0 40px; font-size: 18px; font-weight: 700; color: #fff; display: inline-block; border-bottom: 1px solid #fff; } .landmoa .land-pick-items .pick-choice .t2 { margin: 10px 0 0 40px; font-size: 46px; color: #fff; font-weight: 300; line-height: 120%; } .landmoa .land-pick-items .pick-choice .t2 strong { display: block; font-size: 46px; font-weight: 700; color: #fff; } .landmoa .land-pick-items .pick-choice .contact-us { position: absolute; bottom: 25px; left: 40px; text-align: left; } .landmoa .land-pick-items .pick-choice .contact-us .tit { font-size: 18px; color: #fff; font-weight: 700; display: inline-block; } .landmoa .land-pick-items .pick-choice .contact-us .tit:before { content: ""; display: block; width: 21px; height: 18px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_white-flag.png") center center no-repeat; } .landmoa .land-pick-items .pick-choice .contact-us .tel { margin-top: 5px; font-family: "Geogrotesque-Bold"; font-size: 36px; color: #000; display: block; line-height: 100%; } .landmoa .land-pick-items .pick-choice .contact-us .time { font-weight: 700; color: #000; font-size: 14px; } .landmoa .land-pick-items .pick-choice button { position: absolute; bottom: 60px; left: 50%; width: 202px; height: 56px; margin-left: -101px; line-height: 53px; border-radius: 3px; box-sizing: border-box; border: 2px solid #fff; font-weight: 700; color: #fff; font-size: 16px; text-align: center; } .landmoa .land-partner { margin-top: 70px; } .landmoa .land-partner-items>ul { font-size: 0; width: 1230px; margin-left: -15px; } .landmoa .land-partner-items .land-item { position: relative; display: inline-block; vertical-align: top; width: 380px; margin: 10px 15px 0 15px; box-sizing: border-box; } .landmoa .land-partner-items .land-item.is-actived:before { content: ""; position: absolute; top: -2px; left: -2px; z-index: 5; width: 384px; height: 238px; box-sizing: border-box; border: 2px solid #f9c028; border-radius: 3px; } .landmoa .land-partner-items .land-item.is-actived .item-inner .infos { border-bottom: 1px solid #ececec; } .landmoa .land-partner-items .land-item .bt-pick { top: 0; } .landmoa .land-partner-items .land-item .item-inner { overflow: hidden; border-radius: 3px; box-sizing: border-box; height: 236px; position: relative; } .landmoa .land-partner-items .land-item .item-inner:hover .hashtag { bottom: 0; z-index: 6; } .landmoa .land-partner-items .land-item .item-inner .infos { position: relative; z-index: 5; background: #fff; border: 1px solid #ececec; border-bottom: 2px solid #ececec; box-sizing: border-box; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 { border-bottom: 1px solid #f6f6f6; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 a { display: block; padding: 35px 30px; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 .tit { color: #111; display: block; font-size: 20px; font-weight: 700; line-height: 100%; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 .summery { font-size: 14px; color: #aaa; display: block; line-height: 130%; margin-top: 10px; height: 36px; word-break: keep-all; } .landmoa .land-partner-items .land-item .item-inner .infos .info1 .link { display: block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 1px; font-weight: 700; font-size: 14px; } .landmoa .land-partner-items .land-item .item-inner .infos .info2 { position: relative; overflow: hidden; padding: 20px 30px; } .landmoa .land-partner-items .land-item .item-inner .infos .info2 .name { display: block; font-size: 14px; color: #aaa; } .landmoa .land-partner-items .land-item .item-inner .infos .info2 .addr { width: 220px; height: 35px; font-size: 12px; display: table-cell; color: #aaa; vertical-align: bottom; line-height: 130%; word-break: keep-all; } .landmoa .land-partner-items .land-item .item-inner .infos .info2 .tel { position: absolute; right: 30px; bottom: 20px; font-family: "Geogrotesque-Bold"; font-size: 14px; } .landmoa .land-partner-items .land-item .item-inner .hashtag { position: absolute; bottom: -102px; left: 0; right: 0; height: 102px; background: rgba(249, 192, 40, 0.9); text-align: center; z-index: 5; -moz-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -o-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); /* easeOutCirc */ } .landmoa .land-partner-items .land-item .item-inner .hashtag .hashtag-inner { width: 295px; height: 102px; margin: 0 auto; display: table; } .landmoa .land-partner-items .land-item .item-inner .hashtag ul { display: table-cell; vertical-align: middle; } .landmoa .land-partner-items .land-item .item-inner .hashtag li { display: inline-block; margin: 0 3px; } .landmoa .land-partner-items .land-item .item-inner .hashtag li a { position: relative; display: block; text-align: center; font-size: 14px; color: #000; } .landmoa .land-partner-items .land-item .item-inner .hashtag li a:before { content: "#"; } .landmoa .land-partner-items .land-item .item-inner .hashtag li a:hover { text-decoration: underline; } .landmoa .land-partner-items .land-item .bt { position: absolute; bottom: 0px; right: 0px; display: inline-block; width: 145px; height: 100px; color: #fff; z-index: 5; } .landmoa .land-partner-items .land-item .bt:before { content: "연락처 확인"; display: block; margin: 40px auto 0 auto; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; color: #fff; background: #0e0843; color: #fff; } .landmoa .land-more { margin-top: 70px; } .landmoa .land-more-items>ul { font-size: 0; width: 1230px; margin-left: -15px; } .landmoa .land-more-items .land-item { position: relative; display: inline-block; vertical-align: top; width: 380px; margin: 10px 15px 0 15px; box-sizing: border-box; } .landmoa .land-more-items .land-item:hover .item-inner .hashtag { bottom: 0; } .landmoa .land-more-items .land-item.is-actived:before { content: ""; position: absolute; top: -2px; left: -2px; z-index: 5; width: 384px; height: 132px; box-sizing: border-box; border: 2px solid #f9c028; border-radius: 3px; } .landmoa .land-more-items .land-item.is-actived .item-inner .infos { border-bottom: 1px solid #ececec; } .landmoa .land-more-items .land-item .bt-pick { top: 0; } .landmoa .land-more-items .land-item .item-inner { overflow: hidden; border-radius: 3px; box-sizing: border-box; height: 129px; position: relative; } .landmoa .land-more-items .land-item .item-inner .infos { position: relative; background: #fff; border: 1px solid #ececec; border-bottom: 2px solid #ececec; box-sizing: border-box; } .landmoa .land-more-items .land-item .item-inner .infos .info1 a { display: block; padding: 30px; } .landmoa .land-more-items .land-item .item-inner .infos .info1 .tit { color: #111; display: block; font-size: 20px; font-weight: 700; line-height: 100%; } .landmoa .land-more-items .land-item .item-inner .infos .info1 .summery { font-size: 14px; color: #aaa; display: block; line-height: 130%; margin-top: 10px; height: 36px; word-break: keep-all; } .landmoa .land-more-items .land-item .item-inner .infos .info1 .link { display: block; width: 100px; height: 36px; line-height: 35px; text-align: center; border: 1px solid #e4e2e2; box-sizing: border-box; border-radius: 1px; font-weight: 700; font-size: 14px; } .landmoa .land-more-items .land-item .item-inner .hashtag { position: absolute; bottom: -129px; left: 0; right: 0; height: 129px; background: rgba(249, 192, 40, 0.9); text-align: center; -moz-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -o-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); /* easeOutCirc */ } .landmoa .land-more-items .land-item .item-inner .hashtag .hashtag-inner { width: 295px; height: 129px; margin: 0 auto; display: table; } .landmoa .land-more-items .land-item .item-inner .hashtag ul { display: table-cell; vertical-align: middle; } .landmoa .land-more-items .land-item .item-inner .hashtag li { display: inline-block; margin: 0 3px; } .landmoa .land-more-items .land-item .item-inner .hashtag li a { position: relative; display: block; text-align: center; font-size: 14px; color: #000; } .landmoa .land-more-items .land-item .item-inner .hashtag li a:before { content: "#"; } .landmoa .land-more-items .land-item .item-inner .hashtag li a:hover { text-decoration: underline; } .landmoa .land-recommend { background-size: cover !important; } .landmoa .land-recommend .land-recommend-inner { position: relative; width: 1200px; height: 405px; margin: 0 auto; } .landmoa .land-recommend .txt1 { position: absolute; top: 65px; left: 0; font-weight: 700; font-size: 16px; color: #fff; } .landmoa .land-recommend .txt1 span { font-family: "Geogrotesque-Bold"; font-size: 18px; color: #fff; } .landmoa .land-recommend .txt1 strong { font-weight: 700; font-size: 60px; color: #fff; display: block; line-height: 140%; } .landmoa .land-recommend .txt2 { position: absolute; bottom: 60px; left: 0; font-weight: 700; font-size: 14px; color: #fff; } .landmoa .land-recommend .txt2 em { display: block; margin-bottom: 3px; width: 78px; height: 25px; font-size: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/img_allwinpick.png") center center no-repeat; } .landmoa .land-recommend .txt3 { position: absolute; bottom: 60px; right: 0; font-weight: 700; font-size: 16px; color: #fff; } .landmoa .land-recommend .txt3:before { content: ""; width: 26px; height: 23px; display: block; margin-bottom: 5px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_srch.png") center center no-repeat; } .landmoa .land-recommend .txt3 button { margin-top: 20px; display: block; width: 101px; height: 42px; line-height: 42px; text-align: center; color: #fff; background: #f9c028; font-weight: 700; font-size: 14px; border-radius: 2px; } .landmoa .land-recommend .txt4 { position: absolute; bottom: 60px; right: 270px; font-weight: 700; font-size: 16px; color: #fff; } .landmoa .land-recommend .txt4:before { content: ""; width: 26px; height: 23px; display: block; margin-bottom: 5px; } .landmoa .land-recommend .txt4 button { margin-top: 20px; display: block; width: 101px; height: 42px; line-height: 42px; text-align: center; color: #fff; background: #f9c028; font-weight: 700; font-size: 14px; border-radius: 2px; } .landmoa .land-area-choice { background: #fff; min-height: 77px; } .landmoa .land-area-choice .in { position: relative; width: 1200px; margin: 0 auto; overflow: hidden; } .landmoa .land-area-choice .tit { font-size: 18px; font-weight: bold; position: absolute; top: 20px; left: 0; height: 38px; line-height: 38px; } .landmoa .land-area-choice .area-checks { margin: 15px 0 15px 138px; } .landmoa .land-area-choice .area-checks li { display: inline-block; vertical-align: top; margin: 5px; } .landmoa .land-area-choice .check { display: inline-block; vertical-align: top; width: 100px; height: 38px; } .landmoa .land-area-choice .check input { position: absolute; top: 0; left: 0; } .landmoa .land-area-choice .check input+label { display: block; width: 100px; height: 38px; line-height: 38px; box-sizing: border-box; border: 1px solid #e7e7e7; font-size: 14px; color: #aaa; text-align: center; border-radius: 3px; cursor: pointer; } .landmoa .land-area-choice .check input:checked+label { background: #000; color: #fff; border: 1px solid #000; } .landmoa .land-area-choice .check input:checked:hover+label { background: #000; color: #fff; border: 1px solid #000; } .landmoa .land-area-choice .check input:hover+label { color: #000; } .landmoa .land-messenger-visual .visual { height: 400px; font-size: 0; } .landmoa .land-messenger-visual .contact { background: #142435; } .landmoa .land-messenger-visual .contact .contact-inner { position: relative; width: 1200px; height: 42px; line-height: 42px; padding: 18px 0; margin: 0 auto; text-align: center; } .landmoa .land-messenger-visual .contact .contact-inner li { display: inline-block; color: #fff; font-weight: 700; font-size: 18px; margin: 0 10px; } .landmoa .land-messenger-visual .contact .contact-inner li:first-child { color: #f9c028; } .landmoa .land-messenger-visual .contact .contact-inner li em { font-family: "Geogrotesque-SemiBold"; } .landmoa .land-messenger-visual .contact button { width: 101px; height: 42px; line-height: 42px; background: #f9c028; color: #fff; text-align: center; border-radius: 2px; position: absolute; top: 18px; right: 0; font-size: 14px; font-weight: 700; } .landmoa .land-messenger-list { padding: 30px 0 145px 0; } .landmoa .land-messenger-list .land-messenger-list-inner { width: 1200px; margin: 0 auto; } .landmoa .land-messenger-list .land-messenger-list-inner .land-pick-items .land-item { margin-top: 30px; } .landmoa .land-detail { font-size: 0; background: #fff; text-align: center; } .landmoa .land-detail .land-detail-img { position: relative; } .landmoa .land-detail .land-detail-img img { position: relative; z-index: 1; } .landmoa .land-detail .land-detail-img:first-child { height: 640px; } .landmoa .land-detail .land-detail-img:first-child:after { content: ""; width: 100%; height: 1px; background: #dfdfdf; position: absolute; bottom: 160px; left: 0; right: 0; z-index: 0; } .landmoa .land-want { z-index: 50; position: fixed; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); } .landmoa .land-want a { display: block; height: 50px; line-height: 50px; color: #f9c028; text-align: center; font-size: 14px; } .landmoa .land-want a em { border-bottom: 1px solid #f9c028; } .landmoa .land-want button { position: absolute; top: 17px; right: 20px; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_close2.png") center center no-repeat; background-size: 16px 16px; } .landmoa .land-details-home { display: inline-block; width: 40px; height: 40px; background: url("https://cdn.allwin.bid/air/resource/img/land/land-home.jpg") center center no-repeat; } .landmoa .land-details-mail { display: inline-block; width: 147px; height: 40px; background: url("https://cdn.allwin.bid/air/resource/img/land/land-contact.jpg") center center no-repeat; } .landmoa .detail-visual { position: absolute; top: 0; right: 0; left: 0; height: 380px; text-align: center; overflow: hidden; } .landmoa .detail-visual .detail-visual-trans { position: absolute; top: 0; right: 0; left: 0; height: 380px; z-index: 1; -ms-animation: zoomin 15s ease-in; -webkit-animation: zoomin 15s ease-in; animation: zoomin 15s ease-in; -ms-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .landmoa .detail-visual .txts { position: relative; z-index: 2; padding-top: 85px; } .landmoa .detail-visual .txt1 { font-size: 22px; color: #fff; font-weight: 300; line-height: 100%; opacity: 0; -ms-animation: txt 0.6s ease-in-out; -webkit-animation: txt 0.6s ease-in-out; animation: txt 0.6s ease-in-out; -ms-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -ms-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .landmoa .detail-visual .txt2 { font-size: 42px; color: #fff; font-weight: 300; letter-spacing: -1.5px; opacity: 0; -ms-animation: txt 0.6s ease-in-out; -webkit-animation: txt 0.6s ease-in-out; animation: txt 0.6s ease-in-out; -ms-animation-delay: 0.7s; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; -ms-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .landmoa .detail-visual .txt2 span, .landmoa .detail-visual .txt2 strong { font-weight: 700; } .landmoa .detail-layout { position: relative; z-index: 2; width: 1440px; background: #ededed; margin: -117px auto 70px auto; -webkit-box-shadow: 30px 30px 45px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 30px 30px 45px 0px rgba(0, 0, 0, 0.1); box-shadow: 30px 30px 45px 0px rgba(0, 0, 0, 0.1); } .landmoa .detail-infos { position: relative; padding: 117px 0 0 120px; margin-right: 360px; background: #fff; } .landmoa .detail-header { position: absolute; top: 0; left: 0; width: 100%; height: 117px; background: #fff; text-align: left; } .landmoa .detail-header .logo { display: inline-block; width: 435px; height: 117px; background-position: 118px center; background-repeat: no-repeat; } .landmoa .detail-header .menus { font-size: 0; position: absolute; bottom: 37px; right: 35px; } .landmoa .detail-header .menus li { display: inline-block; padding: 0 25px; } .landmoa .detail-header .menus a { display: inline-block; font-size: 18px; font-weight: 700; border-bottom: 2px solid #fff; line-height: 130%; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .landmoa .detail-rows { font-size: 0; text-align: left; } .landmoa .detail-rows .tits { position: relative; padding-bottom: 20px; text-align: left; } .landmoa .detail-rows .tits h3 { font-size: 30px; font-weight: 300; line-height: 100%; letter-spacing: -2px; } .landmoa .detail-rows .tits h3 strong { font-weight: 700; } .landmoa .detail-rows .tits h3 strong.eng { font-weight: normal; font-family: "Geogrotesque-Bold"; } .landmoa .detail-rows .tits span { font-family: "Geogrotesque-Medium"; font-size: 15px; color: #999; position: absolute; bottom: 20px; right: 20px; line-height: 100%; } .landmoa .detail-rows .info-row { margin-top: 90px; } .landmoa .detail-rows .info-row:first-child { margin-top: 45px; } .landmoa .detail-rows .representative-items { position: relative; font-size: 0; height: 188px; } .landmoa .detail-rows .representative-items:after { content: ""; position: absolute; bottom: -71px; left: 0; right: 0; z-index: 1; height: 84px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_shadow.png") center top no-repeat; } .landmoa .detail-rows .representative-items .awa-slide__viewport { z-index: 2; } .landmoa .detail-rows .representative-items .representative-item { display: inline-block; position: relative; z-index: 2; } .landmoa .detail-rows .representative-items .awa-slide__controls-direction .awa-slide__prev, .landmoa .detail-rows .representative-items .awa-slide__controls-direction .awa-slide__next { position: absolute; top: 43px; width: 61px; height: 88px; z-index: 3; } .landmoa .detail-rows .representative-items .awa-slide__controls-direction .awa-slide__prev { left: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_prev3.png") center center no-repeat; } .landmoa .detail-rows .representative-items .awa-slide__controls-direction .awa-slide__next { right: 0; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_next3.png") center center no-repeat; } .landmoa .detail-rows .representative-items .awa-slide__pager { display: none; } .landmoa .detail-rows .representative-products { position: relative; } .landmoa .detail-rows .representative-products:after { content: ""; position: absolute; bottom: -84px; left: 0; right: 0; height: 84px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_shadow.png") center top no-repeat; } .landmoa .detail-rows .representative-products .awa-slide__controls-direction { display: none; } .landmoa .detail-rows .representative-products .awa-slide__pager { position: absolute; top: 30px; left: 27px; } .landmoa .detail-rows .representative-products .awa-slide__pager .awa-slide__pager-item { display: inline-block; width: 47px; text-align: center; } .landmoa .detail-rows .representative-products .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link { display: block; font-size: 26px; color: rgba(255, 255, 255, 0.5); font-family: "Geogrotesque-Medium"; border-bottom: 3px solid rgba(255, 255, 255, 0.5); -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .landmoa .detail-rows .representative-products .awa-slide__pager .awa-slide__pager-item .awa-slide__pager-link.awa-slide_pager-link--active { color: #ec1b22; border-bottom: 3px solid #ec1b22; } .landmoa .detail-side { position: absolute; top: 0; right: 0; bottom: 0; width: 360px; font-size: 0; text-align: left; } .landmoa .detail-side .btn { position: absolute; top: 47px; left: 25px; font-size: 0; } .landmoa .detail-side .btn a { margin-right: 5px; } .landmoa .detail-side .land-landmark { background: #ededed; height: 452px; overflow: hidden; -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } .landmoa .detail-side .land-custom { background: #ededed; -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } .land-detail-mail { width: 1200px; position: fixed; bottom: 0; left: 50%; margin-left: -600px; text-align: right; z-index: 10; font-size: 0; } .land-detail-mail.absolute { position: absolute; bottom: auto; top: -60px; } .land-detail-mail a { display: inline-block; vertical-align: top; background: #f9c028 url("https://cdn.allwin.bid/air/resource/img/land/ico_homepage.png") center center no-repeat; width: 70px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: 700; font-size: 0; } .land-detail-mail a:before { content: ""; position: relative; top: 24px; margin-right: 7px; display: inline-block; vertical-align: top; width: 16px; height: 16px; } .land-detail-mail button { background: #050810; width: 260px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: 700; } .land-detail-mail button:before { content: ""; position: relative; top: 24px; margin-right: 7px; display: inline-block; vertical-align: top; width: 16px; height: 16px; background: url("https://cdn.allwin.bid/air/resource/img/land/ico_whelk.png") center center no-repeat; } .land-guide-visual { display: table; text-align: center; width: 100%; height: 405px; background: url("https://cdn.allwin.bid/air/resource/img/land/img_guide-visual.jpg") center center no-repeat; background-size: cover; overflow: hidden; } .land-guide-visual .in { display: table-cell; vertical-align: middle; height: 405px; } .land-guide-visual strong { font-size: 60px; color: #fff; font-weight: 700; } .land-guide-visual p { margin-top: 20px; font-size: 20px; color: #fff; font-weight: 700; } .land-guide-detail { position: relative; padding-top: 72px; } .land-guide-detail .land-guide-tabs { position: absolute; top: 0; left: 0; right: 0; background: #fff; z-index: 10; text-align: center; } .land-guide-detail .land-guide-tabs.fixed { position: fixed; } .land-guide-detail .land-guide-tabs .depth1 { border-bottom: 1px solid #e7e7e7; } .land-guide-detail .land-guide-tabs .depth1 li { display: inline-block; } .land-guide-detail .land-guide-tabs .depth1 li.active a { color: #f9c028; } .land-guide-detail .land-guide-tabs .depth1 li.active span:before { width: 100%; opacity: 1; margin-left: 0; left: 0; } .land-guide-detail .land-guide-tabs .depth1 li:hover a { color: #f9c028; } .land-guide-detail .land-guide-tabs .depth1 li:hover span:before { width: 100%; opacity: 1; margin-left: 0; left: 0; } .land-guide-detail .land-guide-tabs .depth1 a { color: #000; display: block; text-align: center; padding: 25px 50px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .land-guide-detail .land-guide-tabs .depth1 span { position: relative; display: inline-block; font-size: 14px; font-weight: 700; } .land-guide-detail .land-guide-tabs .depth1 span:before { content: ""; position: absolute; bottom: 0; left: 50%; width: 2px; height: 2px; background: #f9c028; margin-left: -1px; opacity: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .land-guide-detail .land-guide-sections .land-guide-section { text-align: center; font-size: 0; } .land-guide-detail .land-guide-sections .land-guide-section .row { background: #f9f9f9; overflow: hidden; } .land-guide-detail .land-guide-sections .land-guide-section .row.white { background: #fff; } .land-guide-detail .land-guide-sections .land-guide-section .row .col { display: inline-block; width: 600px; } .land-guide-detail .land-guide-sections .land-guide-section .txts1 { margin-top: 110px; } .land-guide-detail .land-guide-sections .land-guide-section .txts1 strong { font-size: 40px; font-family: "Geogrotesque-Bold"; line-height: 100%; } .land-guide-detail .land-guide-sections .land-guide-section .txts1 p { margin-top: 30px; font-size: 16px; font-weight: 500; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 { margin-top: 130px; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 span { font-weight: 500; font-size: 18px; color: #111; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 span.en { font-family: "Geogrotesque-Medium"; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 strong { display: block; font-size: 32px; color: #111; font-weight: 700; } .land-guide-detail .land-guide-sections .land-guide-section .txts2 p { margin-top: 20px; font-size: 14px; color: #111; font-weight: 500; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 { margin-top: 110px; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 strong { position: relative; font-size: 36px; line-height: 100%; font-weight: 400; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 strong em { font-weight: 700; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 strong:after { content: ""; position: absolute; top: -30px; right: -80px; width: 141px; height: 50px; background: url("https://cdn.allwin.bid/air/resource/img/land/img_guide-plane.jpg") center center no-repeat; } .land-guide-detail .land-guide-sections .land-guide-section .txts3 p { margin-top: 30px; font-size: 16px; font-weight: 500; } .land-guide-detail .land-guide-sections .land-guide-section .txts4 strong { position: relative; font-size: 36px; line-height: 100%; font-weight: 400; display: block; margin-bottom: 50px; } .land-guide-detail .land-guide-sections .land-guide-section .txts4 strong em { position: relative; font-weight: 700; } .land-guide-detail .land-guide-sections .land-guide-section .txts4 strong em.deco:before { content: ""; position: absolute; top: -65px; left: -75px; width: 167px; height: 163px; background: url("https://cdn.allwin.bid/air/resource/img/land/img_guide-deco.png") center center no-repeat; } .land-guide-detail .land-guide-sections .land-guide-section .txts4 p { margin-top: 30px; font-size: 16px; font-weight: 500; } .land-guide-detail .land-guide-sections .land-guide-section.intro .row { height: 760px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .row { height: 1450px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .row .col.long { width: 1200px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .row .col.long .txts2 { margin-top: 50px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .txts2 { margin-top: 80px; } .land-guide-detail .land-guide-sections .land-guide-section.premium .premium-item { width: 1200px; margin: 0 auto; } .land-guide-detail .land-guide-sections .land-guide-section.step .row { padding: 110px 0; } .land-guide-bts { position: fixed; top: 50%; right: 0; z-index: 10; margin-top: -82px; } .land-guide-bts a, .land-guide-bts button { display: block; width: 177px; height: 48px; line-height: 48px; text-align: center; color: #fff; font-size: 12px; font-weight: 700; } .land-guide-bts a.yellow, .land-guide-bts button.yellow { background: #f9c028; } .land-guide-bts a.navy, .land-guide-bts button.navy { background: #292b4b; } .land-guide-bts a.black, .land-guide-bts button.black { margin-top: 20px; background: #000; } .about .about-inner { width: 1200px; margin: 0 auto; text-align: center; } .about .about-h3 { font-size: 32px; font-weight: 700; color: #111; } .about .about-txt { font-weight: 300; color: #aaa; margin-top: 10px; } .about .about-visual { height: 560px; text-align: center; overflow: hidden; background: url("https://cdn.allwin.bid/air/resource/img/about/img_about-visual.jpg") center center no-repeat; background-size: cover !important; } .about .about-visual .av-logo { display: block; margin-top: 65px; } .about .about-visual .av-txts { font-size: 14px; color: #fff; margin: 30px 0 0 0; } .about .about-visual .av-bts { font-size: 0; margin-top: 40px; } .about .about-visual .av-bts.fixed { position: fixed; top: 50%; right: 0; margin-top: -48px; z-index: 10; } .about .about-visual .av-bts.fixed a { border-radius: 0; display: block; width: 106px; height: 48px; line-height: 48px; font-size: 12px; margin: 0; } .about .about-visual .av-bts.fixed a:last-child { background: #f9c028; } .about .about-visual .av-bts.fixed a:last-child { background: #292b4b; } .about .about-visual .av-bts a { width: 180px; height: 54px; line-height: 54px; text-align: center; border-radius: 3px; margin: 0 7px; background: #f9c028; display: inline-block; color: #fff; font-size: 16px; font-weight: 700; } .about .about-visual .av-numbers { margin: 125px 0 0 0; } .about .about-visual .av-numbers dl { position: relative; display: inline-block; padding: 0 65px; text-align: left; } .about .about-visual .av-numbers dl:after { content: ""; width: 1px; height: 60px; background: rgba(255, 255, 255, 0.25); position: absolute; top: 50%; right: 0; margin-top: -30px; } .about .about-visual .av-numbers dl:last-child:after { display: none; } .about .about-visual .av-numbers dt { font-size: 13px; color: #fff; font-weight: 500; } .about .about-visual .av-numbers dd { font-size: 32px; font-family: "Geogrotesque-SemiBold"; color: #fff; } .about .about-visual .av-numbers dd:after { font-family: "Noto Sans"; font-size: 13px; font-weight: 500; display: inline-block; vertical-align: top; margin-left: 5px; position: Relative; top: 14px; } .about .about-visual .av-numbers dd.money:after { content: "원"; } .about .about-visual .av-numbers dd.seat:after { content: "석"; } .about .about-detail { position: relative; padding-top: 72px; } .about .about-detail .about-tabs { position: absolute; top: 0; left: 0; right: 0; background: #fff; z-index: 10; text-align: center; } .about .about-detail .about-tabs.fixed { position: fixed; } .about .about-detail .about-tabs .depth1 { border-bottom: 1px solid #e7e7e7; } .about .about-detail .about-tabs .depth1 li { display: inline-block; } .about .about-detail .about-tabs .depth1 li.active a { color: #f9c028; } .about .about-detail .about-tabs .depth1 li.active a span:before { width: 100%; opacity: 1; margin-left: 0; left: 0; } .about .about-detail .about-tabs .depth1 li.active a em { display: inline-block; font-family: "Geogrotesque-SemiBold"; } .about .about-detail .about-tabs .depth1 li:hover a { color: #f9c028; } .about .about-detail .about-tabs .depth1 li:hover a span:before { width: 100%; opacity: 1; margin-left: 0; left: 0; } .about .about-detail .about-tabs .depth1 a { display: block; text-align: center; font-weight: 500; padding: 25px 50px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .about .about-detail .about-tabs .depth1 a span { position: relative; display: inline-block; font-size: 18px; font-family: "Geogrotesque-SemiBold"; } .about .about-detail .about-tabs .depth1 a span:before { content: ""; position: absolute; bottom: 0; left: 50%; width: 2px; height: 2px; background: #f9c028; margin-left: -1px; opacity: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .about .about-detail .about-tabs .depth1 a em { display: none; font-size: 18px; } .about .about-detail .about-tabs .depth2 li { height: 54px; line-height: 54px; text-align: center; background: #f4f4f4; border-bottom: 1px solid #e7e7e7; font-weight: 300; color: #111; font-size: 14px; display: none; } .about .about-detail .about-tabs .depth2 strong { color: #111; font-size: 16px; font-family: "Geogrotesque-SemiBold"; } .about .about-detail .about-section { padding-top: 75px; display: none; } .about .about-detail .about-section.bsp, .about .about-detail .about-section.airline { padding-bottom: 125px; } .about .about-detail .about-section.atr { display: block; } .about .about-detail .about-section.atr>.inner { padding-bottom: 150px; } .about .about-detail .about-section.atr .diagram { margin-top: 130px; } .about .about-detail .about-section.landplus { padding-bottom: 75px; } .about .about-detail .about-section .inner { width: 1200px; margin: 0 auto; text-align: center; } .about .about-detail .about-section .ft1 { font-size: 32px; font-weight: 700; color: #111; line-height: 120%; } .about .about-detail .about-section .ft1 em { font-weight: 700; } .about .about-detail .about-section .ft2 { color: #111; font-weight: 300; margin-top: 30px; } .about .about-detail .about-section .ft3 { font-weight: 300; font-size: 28px; color: #111; line-height: 120%; } .about .about-detail .about-section .ft3 img { margin-top: 15px; } .about .about-detail .about-section .diagram { position: relative; margin: 50px 0 0 0; display: inline-block; } .about .about-detail .about-section .diagram .t1 { position: absolute; top: 52px; left: 0; width: 180px; height: 180px; line-height: 180px; font-weight: 500; color: #fff; font-size: 20px; } .about .about-detail .about-section .diagram .t2 { position: absolute; top: 112px; right: 0; width: 180px; font-weight: 500; font-size: 18px; color: #f9c028; } .about .about-detail .in-section { border-top: 1px solid #e7e7e7; } .about .about-detail .in-section .row { position: relative; height: 800px; margin: 0 auto; } .about .about-detail .in-section .row .inner { position: relative; } .about .about-detail .in-section .row.info1 { width: 1200px; } .about .about-detail .in-section .row.info1:after { content: ""; width: 1200px; height: 800px; position: absolute; top: 0; z-index: -1; } .about .about-detail .in-section .row.info2 { background: #f9f9f9; border-top: 1px solid #e7e7e7; } .about .about-detail .in-section .row.info2 .txts { width: 400px; text-align: left; position: absolute; top: 185px; right: 0; } .about .about-detail .in-section .row.info2 .txts .in-txt3 { margin-top: 10px; } .about .about-detail .in-section .row .txts { width: 1200px; height: 800px; display: table-cell; vertical-align: middle; } .about .about-detail .in-section .row .in-txt1 { font-weight: 300; color: #111; font-size: 32px; line-height: 120%; } .about .about-detail .in-section .row .in-txt2 { font-weight: 700; color: #111; font-size: 32px; line-height: 120%; } .about .about-detail .in-section .row .in-txt3 { margin-top: 25px; font-weight: 300; color: #111; font-size: 14px; } .about .about-detail .in-section .row .bt { display: block; background: #f9c028; width: 300px; height: 56px; line-height: 56px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; margin-top: 40px; border-radius: 3px; } .about .about-detail .in-section .row .bt.short { width: 180px; } .about .about-detail .in-section .row .qna { width: 655px; text-align: left; } .about .about-detail .in-section .row .qna ol { width: 655px; height: 800px; display: table-cell; vertical-align: middle; } .about .about-detail .in-section .row .qna li { position: relative; } .about .about-detail .in-section .row .qna li:first-child dl { border-top: 0; } .about .about-detail .in-section .row .qna .num { font-family: "Geogrotesque-SemiBold"; font-size: 16px; color: #111; position: absolute; top: 33px; left: 0; } .about .about-detail .in-section .row .qna dl { margin: 0 0 0 55px; padding: 30px 0; border-top: 1px solid #111; } .about .about-detail .in-section .row .qna dl dt { font-weight: 700; font-size: 16px; color: #111; } .about .about-detail .in-section .row .qna dl dd { margin-top: 10px; font-size: 13px; color: #111; font-weight: 300; } .about .about-detail .in-section.scanner .row.info1:after { right: -40px; background: url("https://cdn.allwin.bid/air/resource/img/about/img_atr-diagram2.jpg") right 156px no-repeat; } .about .about-detail .in-section.matching .row.info1:after { right: -30px; background: url("https://cdn.allwin.bid/air/resource/img/about/img_atr-diagram3.png") right 90px no-repeat; } .about .about-detail .in-section.matching .row.info1 .countdown { color: #efefef; font-family: "Geogrotesque-SemiBold"; font-size: 70px; line-height: 100%; position: absolute; top: 150px; right: 120px; z-index: -2; } .about .about-detail .in-section.landplus .row.info1:after { right: -45px; background: url("https://cdn.allwin.bid/air/resource/img/about/img_atr-diagram4.jpg") right 190px no-repeat; } .about .about-detail .in-section.mypage .row.info1:after { right: -80px; background: url("https://cdn.allwin.bid/air/resource/img/about/img_atr-diagram5.jpg") right 190px no-repeat; } .about .about-together { border-top: 1px solid #e7e7e7; padding: 90px 0; } .about .about-together .partners { width: 1000px; font-size: 0; margin: 60px auto 0 auto; } .about .about-together .partners .partner-item { text-align: left; } .about .about-together .partners .partner-tail { position: relative; width: 250px; height: 40px; margin: 20px 0; display: inline-block; box-sizing: border-box; text-align: left; } .about .about-together .partners .partner-tail .tail-inner { position: relative; margin-left: 80px; } .about .about-together .partners .partner-tail .tail { position: absolute; top: 0; left: 0; width: 32px; } .about .about-together .partners .partner-tail .tail img { width: 100%; } .about .about-together .partners .partner-tail .name { position: relative; top: 4px; margin: 0 0 0 45px; font-size: 12px; color: #000; display: block; line-height: 160%; } .about .about-together .partners .partner-tail .name .code { display: block; font-family: "Geogrotesque-SemiBold"; font-size: 24px; color: #000; } .about .about-together .partners .awa-slide__controls { margin-top: 40px; } .about .about-together .partners .awa-slide__controls-direction { display: none; } .about .about-together .partners .awa-slide__pager-item { display: inline-block; margin: 0 5px; } .about .about-together .partners .awa-slide__pager-link { display: block; width: 10px; height: 10px; border-radius: 10px; background: #b3b3b3; } .about .about-together .partners .awa-slide_pager-link--active { background: #ebaa2c; } .about .about-patent { border-top: 1px solid #e7e7e7; padding: 90px 0 145px 0; } .quick-summery { display: none; position: fixed; top: 236px; right: 50%; margin-right: -762px; width: 130px; z-index: 39; background: #fff; -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); } .quick-summery.more { top: 366px; } .quick-summery .inner { border-top: 2px solid #000; padding: 0 12px; } .quick-summery .summery-group { margin: 25px 0 0 0; } .quick-summery .summery-group:nth-child(4) { margin: 20px 0 0 0; } .quick-summery .summery-group dl { overflow: hidden; line-height: 100%; padding: 2px 0; } .quick-summery .summery-group dl.total dd { font-weight: 500; color: #fe4d0a; font-size: 12px; } .quick-summery .summery-group dt { color: #666; font-size: 12px; float: left; } .quick-summery .summery-group dd { float: right; } .quick-summery .summery-group dd a { display: block; font-weight: 500; color: #fe4d0a; font-size: 12px; border-bottom: 1px solid #fe4d0a; } .quick-summery .summery-group .total dt { position: absolute; top: -9999px; left: -9999px; } .quick-summery .summery-group .total dd { float: none; text-align: left; border-bottom: 0; } .quick-summery .summery-group .total dd:after { content: "원"; font-size: 12px; color: #fe4d0a; } .quick-summery .summery-group .bts li { margin-top: 1px; line-height: 100%; } .quick-summery .summery-group .bts a { display: block; height: 32px; line-height: 32px; text-align: center; background: #111; color: #fff; font-weight: 500; font-size: 12px; } .quick-summery .summery-group .links li { line-height: 100%; margin-bottom: 10px; } .quick-summery .summery-group .links a { font-size: 12px; color: #666; } .quick-summery .summery-tit { display: block; font-size: 14px; font-weight: 700; margin: 0 0 10px 0; line-height: 100%; } .quick-summery .top { width: 100%; height: 32px; line-height: 32px; text-align: center; border: 1px solid #000; box-sizing: border-box; font-size: 12px; font-weight: 500; margin-top: 12px; } .agspage { width: 1200px; margin: 0 auto; padding-bottom: 100px; overflow: hidden; } .agspage h3.tit { font-size: 26px; padding: 40px 0; letter-spacing: 1px; } .agspage .conts { background-color: #fff; border: 1px solid #e7e7e7; padding: 40px; } .agspage .conts.right { background-color: #fff; border: 1px solid #e7e7e7; padding: 44px 32px 100px 40px; float: right; width: 1018px; } .agspage .menus-left { width: 96px; margin-right: 10px; float: left; background-color: #fff; border: 1px solid #e7e7e7; } .agspage .menus-left ul li { text-align: center; height: 114px; border-bottom: 1px solid #e7e7e7; padding-top: 70px; position: relative; box-sizing: border-box; } .agspage .menus-left ul li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #f3b308; z-index: 0; border: 1px solid #e9aa2d; box-sizing: border-box; } .agspage .menus-left ul li:last-child { border-bottom: 0; } .agspage .menus-left ul li.actived a { color: #fff; } .agspage .menus-left ul li a { position: relative; z-index: 2; text-align: center; display: block; height: 42px; line-height: 16px; font-size: 14px; } .agspage .menus-left ul li.actived a { font-weight: 700; } .agspage .menus-left ul li.seat span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_seat.png) no-repeat; background-size: 26px 37px; position: absolute; top: 20px; left: 38%; width: 26px; height: 37px; } .agspage .menus-left ul li.baggage span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_baggage.png) no-repeat; background-size: 25px 41px; position: absolute; top: 20px; left: 38%; width: 25px; height: 41px; } .agspage .menus-left ul li.food span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_food.png) no-repeat; background-size: 25px 39px; position: absolute; top: 20px; left: 38%; width: 25px; height: 39px; } .agspage .menus-left ul li.lounge span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_lounge.png) no-repeat; background-size: 39px 33px; position: absolute; top: 20px; left: 30%; width: 39px; height: 33px; } .agspage .menus-left ul li.seat.actived span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_seat-w.png) no-repeat; background-size: 26px 37px; } .agspage .menus-left ul li.baggage.actived span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_baggage-w.png) no-repeat; background-size: 25px 41px; } .agspage .menus-left ul li.food.actived span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_food-w.png) no-repeat; background-size: 25px 39px; } .agspage .menus-left ul li.lounge.actived span { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_lounge-w.png) no-repeat; background-size: 39px 33px; } .agspage .conts .tit_sub h4 { font-size: 32px; font-weight: 300; border-bottom: 1px solid #333; padding-bottom: 20px; } .agspage .conts .tit_sub p { padding-top: 16px; line-height: 18px; } .agspage .conts .sec { margin-top: 72px; position: relative; } .agspage .conts .sec h5 { font-size: 20px; font-weight: 700; padding-bottom: 20px; } .agspage .conts .sec .tit { font-size: 16px; background: #f5f5f5; border-top: 1px solid #e7e7e7; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; padding: 20px 86px 20px 30px; display: inline-block; border-top-left-radius: 2px; border-top-right-radius: 2px; } .agspage .conts .sec .tit span { font-size: 13px; font-family: "Geogrotesque-SemiBold"; } .agspage .conts .sec .seat-tbs { border: 1px solid #e7e7e7; height: 163px; margin-bottom: 40px; } .agspage .conts .sec .seat-tbs ul li { text-align: center; display: inline-block; width: 252px; letter-spacing: -1px; padding-top: 42px; position: relative; } .agspage .conts .sec .seat-tbs ul li:before { content: ""; position: absolute; background: #e7e7e7; width: 1px; height: 102px; right: 0; top: 32px; } .agspage .conts .sec .seat-tbs ul li:last-child:before { width: 0; height: 0; } .agspage .conts .sec .seat-tbs p.price { font-size: 28px; font-family: "Geogrotesque-SemiBold"; color: #fe4d0a; padding-top: 8px; } .agspage .conts .sec .seat-tbs p.price span { font-size: 18px; } .agspage .conts .sec .seat-tbs p.txt { font-size: 13px; font-family: "Geogrotesque-Regular"; color: #888; } .agspage .conts .cate-tabs { position: relative; font-size: 0; height: 43px; margin-bottom: 50px; } .agspage .conts .cate-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-left: 0; background: #fff; z-index: 0; width: 254px; box-sizing: border-box; } .agspage .conts .cate-tabs li:first-child { border-left: 1px solid #cecece; } .agspage .conts .cate-tabs li.actived { margin-left: 0; z-index: 2; } .agspage .conts .cate-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #292b4b; z-index: 0; border: 1px solid #292b4b; box-sizing: border-box; } .agspage .conts .cate-tabs a { position: relative; z-index: 2; text-align: center; display: block; height: 48px; line-height: 48px; font-size: 15px; color: #000; } .agspage .conts .cate-tabs li.actived a { color: #fff; font-weight: 700; } .agspage .conts .ags_notice { border-top: 1px solid #e7e7e7; margin-top: 60px; } .agspage .conts .in { margin-top: 50px; } .agspage .conts .in.cancel { margin-top: 20px; } .agspage .conts .ags_notice .in .tit { font-size: 15px; color: #888; line-height: 40px; } .agspage .conts .ags_notice .in.cancel .tit, .agspage .conts .ags_notice .in.cancel ul.list li { color: #333; } .agspage .conts .ags_notice ul.list li { color: #888; font-size: 13px; position: relative; padding-left: 7px; } .agspage .conts .ags_notice ul.list li:before { content: ""; width: 2px; height: 2px; background: #888; position: absolute; top: 50%; left: 0; margin-top: -1px; } .agspage .conts .ags_notice .in.cancel ul.list li:before { background: #333; } .agspage-tbs table { width: 100% } .agspage-tbs table thead th { text-align: center; height: 50px; border-top: 1px solid #111; border-bottom: 1px solid #111; font-size: 13px; font-weight: 700; font-family: "Noto Sans"; line-height: 130%; } .agspage-tbs table tbody td { font-size: 13px; text-align: center; min-height: 10px; padding: 25px 0; border-bottom: 1px solid #e7e7e7; width: 25%; } .agspage-tbs table tbody td.th-tit { font-weight: 700; } .agspage-tbs.line table tbody td { border-right: 1px solid #e7e7e7; font-size: 16px; } .agspage-tbs.line table tbody td:last-child { border-right: 0; } .agspage-tbs table tbody td .zone span { font-size: 13px; font-family: "Geogrotesque-SemiBold"; } .agspage .conts .sec table td p.price { font-size: 28px; font-family: "Geogrotesque-SemiBold"; color: #fe4d0a; padding-top: 8px; } .agspage .conts .sec table td p.price span { font-size: 18px; } .agspage .conts .sec table td p.txt { font-size: 13px; font-family: "Geogrotesque-Regular"; color: #888; } .agspage .conts ul.list.mt12 { margin-top: 12px; } .agspage .conts ul.list li { color: #888; font-size: 13px; position: relative; padding-left: 7px; } .agspage .conts ul.list li:before { content: ""; width: 2px; height: 2px; background: #888; position: absolute; top: 50%; left: 0; margin-top: -1px; } .agspage .conts .food-list { overflow: hidden; } .agspage .conts .food-list ul li { width: 238px; height: 412px; overflow: hidden; border-radius: 3px; float: left; margin: 20px 20px 20px 0; } .agspage .conts .food-list ul li:nth-child(4n) { margin-right: 0; } .agspage .conts .food-list ul li a { display: block; } .agspage .conts .food-list ul li .thumb { display: block; width: 238px; height: 238px; overflow: hidden; } .agspage .conts .food-list ul li .infos { padding: 20px 16px; border: 1px solid #ececec; border-top: 0; position: relative; height: 133px; } .agspage .conts .food-list ul li .infos strong { font-size: 18px; font-weight: 700; overflow: hidden; max-height: 46px; line-height: 22px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; display: block; } .agspage .conts .food-list ul li .infos p { margin-top: 5px; max-height: 40px; word-break: keep-all; overflow: hidden; } .agspage .conts .food-list ul li .infos .price { color: #fe4d0a; font-size: 24px; font-family: "Geogrotesque-SemiBold"; position: absolute; bottom: 20px; } .agspage .conts .food-list ul li .infos .price span { font-size: 16px; } .agspage .conts .food-list ul li .infos .price .list-price { text-decoration: line-through; color: #888; font-size: 14px; margin-right: 8px; } .agspage .conts .sec .menu-select { width: 150px; position: absolute; top: -5px; left: 110px; } .agspage .conts .sec .menu-select .select2-container { width: 150px !important; } .agspage .conts .sec .menu-select .select2-container .select2-selection--single:hover { border: 1px solid #333; } .agspage .conts .sec.icons { border: 1px solid #e7e7e7; height: 166px; width: 100%; box-sizing: border-box; } .agspage .conts .sec.icons ul li { width: 16.45%; display: inline-block; padding-top: 44px; text-align: center; position: relative; } .agspage .conts .sec.icons ul li:before { content: ""; position: absolute; right: 0; top: 28px; width: 1px; height: 116px; background: #e7e7e7; } .agspage .conts .sec.icons ul li:last-child:before { content: none; } .agspage .conts .sec.icons ul li p { padding-top: 10px; } .agspage .conts .sec .line-box { border: 1px solid #e7e7e7; width: 1018px; text-align: center; padding: 48px 0; box-sizing: border-box; } .agspage .conts .sec .bg-box { height: 50px; background: #111; padding: 0 16px; line-height: 49px; position: relative; } .agspage .conts .sec .bg-box b { font-weight: 700; color: #fff; } .agspage .conts .sec .bg-box span { color: #fe4d0a; position: absolute; right: 16px; } .agspage .conts .sec .line-box.process ul li { display: inline-block; width: 24.8%; position: relative; vertical-align: top; } .agspage .conts .sec .line-box.process ul li strong { color: #fe4d0a; font-family: "Geogrotesque-SemiBold"; } .agspage .conts .sec .line-box.process ul li p { font-size: 18px; line-height: 24px; } .agspage .conts .sec .line-box.process ul li:before { content: ""; background: url('https://cdn.allwin.bid/air/resource/img/ags/arr.png') 0 0 no-repeat; width: 16px; height: 16px; position: absolute; right: 0; top: 27px; } .agspage .conts .sec .line-box.process ul li:last-child:before { content: none; } .agspage .conts .sec .lounge-info { overflow: hidden; } .agspage .conts .sec .lounge-info-rolling { width: 480px; height: 400px; float: left; } .agspage .conts .sec .lounge-info-in { width: 514px; height: 400px; float: left; padding-left: 20px; position: relative; } .agspage .conts .sec .lounge-info-in p { word-break: keep-all; } .agspage .conts .sec .lounge-info-in .price-infos { border-top: 1px solid #333; position: absolute; bottom: 0; width: 100%; } .agspage .conts .sec .lounge-info-in .price-infos ul li { height: 48px; border-bottom: 1px solid #e7e7e7; padding: 0 16px; line-height: 48px; overflow: hidden; } .agspage .conts .sec .lounge-info-in .price-infos .type { text-align: left; float: left; } .agspage .conts .sec .lounge-info-in .price-infos .type strong { font-weight: 700; font-size: 16px; padding-right: 4px; } .agspage .conts .sec .lounge-info-in .price-infos .price { float: right; margin-right: 16px; color: #fe4d0a; } .agspage .conts .sec .lounge-info-in .price-infos .price .list-price { text-decoration: line-through; color: #999; font-size: 14px; margin-right: 8px; } .agspage .conts .sec .lounge-info-in .price-infos .price strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 24px; } .agspage .conts .sec .lounge-info-in .price-infos .price .txt-free { font-weight: 700; font-size: 18px; } .agspage .conts .sec .lounge-info-rolling .awa-slide__controls-direction a.awa-slide__prev { background: url(https://cdn.allwin.bid/air/resource/img/ags/arr-prev.png) 0 0 no-repeat; width: 36px; height: 36px; position: absolute; left: 407px; bottom: 0; font-size: 0; } .agspage .conts .sec .lounge-info-rolling .awa-slide__controls-direction a.awa-slide__next { background: url(https://cdn.allwin.bid/air/resource/img/ags/arr-next.png) 0 0 no-repeat; width: 36px; height: 36px; position: absolute; left: 444px; bottom: 0; font-size: 0; } .agspage .conts .sec .lounge-info-rolling .awa-slide__pager.awa-slide__default-pager { display: none; } .agspage .cate-tabs { position: relative; font-size: 0; height: 43px; margin-bottom: 50px; } .agspage .cate-tabs ul { border-radius: 3px; overflow: hidden; height: 72px; } .agspage .cate-tabs li { position: relative; display: inline-block; border: 1px solid #cecece; border-left: 0; background: #fff; z-index: 0; width: 50%; box-sizing: border-box; } .agspage .cate-tabs li:first-child { border-left: 1px solid #cecece; } .agspage .cate-tabs li.actived { margin-left: 0; z-index: 2; } .agspage .cate-tabs li.actived:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; background: #f9c028; z-index: 0; border: 1px solid #ebab00; box-sizing: border-box; } .agspage .cate-tabs.section a { position: relative; z-index: 2; text-align: center; display: block; height: 60px; line-height: 60px; font-size: 18px; color: #000; } .agspage .cate-tabs li.actived a { color: #fff; font-weight: 700; } .agspage .cate-tabs.section li.actived a:before { content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f9c028; position: absolute; top: 60px; left: 50%; } .agspage .conts .ags-list { margin-bottom: 80px; text-align: center; } .agspage .conts .ags-list ul.box { display: inline-block; *display: inline; zoom: 1; } .agspage .conts .ags-list ul.box>li { width: 268px; height: 356px; border: 1px solid #e7e7e7; border-radius: 2px; -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1); margin-right: 10px; text-align: center; float: left; margin-left: -1px; z-index: 1; } .agspage .conts .ags-list ul.box>li:last-child { margin-right: 0; } .agspage .conts .ags-list .tit.seat { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_seat.png) center 46px no-repeat; background-size: 36px 50px; height: 156px; } .agspage .conts .ags-list .tit.baggage { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_baggage.png) center 46px no-repeat; background-size: 31px 52px; height: 156px; } .agspage .conts .ags-list .tit.food { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_food.png) center 46px no-repeat; background-size: 30px 46px; height: 156px; } .agspage .conts .ags-list .tit.lounge { background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_lounge.png) center 46px no-repeat; background-size: 51px 43px; height: 156px; } .agspage .conts .ags-list .tit p { padding-top: 104px; color: #ebaa2c; font-weight: 700; font-size: 16px; } .agspage .conts .ags-list .cont-seat { padding: 16px; float: left; } .agspage .conts .ags-list .cont-seat>ul li { height: 38px; } .agspage .conts .ags-list .cont-seat .seat-tit { text-align: left; width: 120px; float: left; font-size: 13px; position: relative; padding-left: 20px; } .agspage .conts .ags-list .cont-seat .seat-tit i { width: 12px; height: 12px; border-radius: 36px; position: absolute; top: 4px; left: 0px; } .agspage .conts .ags-list .cont-seat .seat-tit.front i { background: #fdd32a; } .agspage .conts .ags-list .cont-seat .seat-tit.A i { background: #4b89fa; } .agspage .conts .ags-list .cont-seat .seat-tit.B i { background: #52b5f9; } .agspage .conts .ags-list .cont-seat .seat-tit.C i { background: #93d2fe; } .agspage .conts .ags-list .cont-seat .seat-pay { float: right; width: 96px; text-align: right; } .agspage .conts .ags-list .cont-seat .seat-pay strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 20px; } .agspage .conts .ags-list .cont-baggage dl { margin-top: 28px; } .agspage .conts .ags-list .cont-baggage dl dt { color: #999; } .agspage .conts .ags-list .cont-baggage dl dd strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 24px; } .agspage .conts .ags-list .cont-food p { font-size: 16px; letter-spacing: -1px; } .agspage .conts .ags-list .cont-food .bt { display: inline-block; width: 100px; height: 36px; line-height: 35px; text-align: center; box-sizing: border-box; border-radius: 36px; font-weight: 700; font-size: 14px; background: #0e0843; color: #fff; margin-top: 64px; } .agspage .conts .ags-list .cont-lounge .infos { margin-bottom: 12px; } .agspage .conts .ags-list .cont-lounge .infos .date { text-align: left; width: 63px; display: inline-block; position: relative; } .agspage .conts .ags-list .cont-lounge .infos .date:before { content: ""; position: absolute; top: 50%; right: 13px; margin-top: -5px; width: 1px; height: 12px; background: #ccc; } .agspage .conts .ags-list .cont-lounge .infos .at { font-size: 16px; font-weight: 700; } .agspage .conts .ags-list .cont-lounge .bt-small { height: 28px; line-height: 25px; border: 1px solid #cecece; font-size: 12px; padding: 1px 20px 0; color: #333; } .agspage .conts .ags-list .price-infos { margin-top: 16px; } .agspage .conts .ags-list .cont-baggage .price-infos { margin-top: 44px; } .agspage .conts .ags-list .price-infos li { height: 30px; } .agspage .conts .ags-list .price-infos .type { text-align: left; padding-left: 20px; float: left; font-weight: 700; } .agspage .conts .ags-list .price-infos .type .txt12 { font-size: 12px; padding-left: 4px; } .agspage .conts .ags-list .price-infos .price { float: right; margin-right: 20px; } .agspage .conts .ags-list .price-infos .price .list-price { text-decoration: line-through; color: #999; font-size: 13px; margin-right: 8px; } .agspage .conts .ags-list .price-infos .price strong { font-family: "Geogrotesque-SemiBold" !important; font-size: 20px; } .agspage .conts .ags-list .price-infos .price .txt-free { font-weight: 700; } .results2.ags.ty2 { height: 160px; padding-top: 40px; } .results2.ags.ty2 .result-condition { position: relative; } .results2.ags.ty2 .result-condition p { padding-bottom: 16px; font-size: 16px; font-weight: 300; } .results2.ags.ty2 .re-srching .bt-full { display: inline-block; height: 56px; line-height: 56px; text-align: center; font-size: 16px; color: #fff; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 700; border-radius: 2px; width: 220px; background: #292b4b; position: absolute; right: 2px; top: 44px; } .ags-complete { width: 1200px; margin: 0 auto; } .ags-complete .celebration { position: relative; padding-top: 130px; background: url(https://cdn.allwin.bid/air/resource/img/ags/img_deco.png) center top no-repeat; text-align: center; margin: 0 0 70px 0; } .ags-complete .celebration:before { content: "THANK"; display: block; position: absolute; top: 60px; left: 50%; color: #fff; font-family: "Geogrotesque-SemiBold"; margin-left: -35px; width: 66px; height: 52px; padding-left: 5px; background: url(https://cdn.allwin.bid/air/resource/img/ico_flag-yellow.svg) center center no-repeat; background-size: 71px 52px; font-size: 12px; line-height: 37px; } .ags-complete .celebration h2 { font-size: 36px; line-height: 120%; } .ags-complete .celebration p { margin: 30px 0; font-size: 16px; line-height: 130%; } .ags-complete .bts { margin: 75px 0 80px; text-align: center; } .ags-complete .bts button { width: 240px; margin: 0 5px; } .sub .layer-search.layer-ags { height: 676px; left: 0; background-size: cover !important; } .layer-search.layer-ags { background: #fff; } .layer-search .ags-form { width: 1200px; margin: 0 auto; padding-top: 40px; } .layer-search .ags-form p.tit { font-size: 18px; font-weight: 300; padding-bottom: 12px; } .ags-forms .form-group { font-size: 0; width: 1210px; margin-left: -5px; } .ags-list-rolling.main { width: 1200px; margin: 0; position: relative; overflow: hidden; border: 0; padding: 0; } .ags-list-rolling { width: 1200px; margin: 60px auto 0 auto; position: relative; border-top: 1px solid #e7e7e7; padding-top: 60px; overflow: hidden; } .ags-list-rolling .ags-item { width: 280px; height: 332px; overflow: hidden; border-radius: 3px; float: left; margin-right: 26px; } .ags-list-rolling .ags-item:last-child { margin-right: 0; } .ags-list-rolling .ags-item a { display: block; } .ags-list-rolling .ags-item .thumb { display: block; width: 280px; height: 200px; overflow: hidden; } .ags-list-rolling .ags-item .infos { padding: 30px 20px; border: 1px solid #ececec; border-top: 0; } .ags-list-rolling .ags-item .infos strong { font-size: 20px; font-weight: 700; line-height: 100%; } .ags-list-rolling .ags-item .infos p { margin-top: 5px; height: 40px; word-break: keep-all; } .layer-search.layer-ags .close { position: absolute; top: 20px; right: 0px; width: 47px; height: 47px; background: url(https://cdn.allwin.bid/air/resource/img/ags/ico_close5.png) center center no-repeat; } .layer-search.layer-ags .select2-container { width: 300px !important; } @media screen and (min-width: 1599px) { .quick-summery { display: block; } } @media screen and (min-width: 1599px) and (max-height: 785px) { .quick-summery { top: auto; bottom: 10px; } } @ keyframes placeHolderShimmer {from { background-position:-468px0; } to { background-position: 468px 0; } } @ -webkit-keyframes zoomin {from { transform:scale(1.5); } to { transform: scale(1); } } @ keyframes zoomin {from { transform:scale(1.5); } to { transform: scale(1); } } @ -webkit-keyframes txt1 {from { opacity:0; transform: translate(0, -10px); } to { opacity: 1; transform: translate(0, 0); } } @ keyframes txt {from { opacity:0; transform: translate(0, -10px); } to { opacity: 1; transform: translate(0, 0); } } /*# sourceMappingURL=air.ui.css.map */
0.348202
0.052619
body { background-image: url("../images/congruent_pentagon.png"); background-color: lavender; font-family: 'Indie Flower', cursive; display: flex; flex-direction: column; align-items: center; } h1 { font-size: 32px; line-height: 40px; } p { font-size: 18px; line-height: 26px; margin-top: 10px; margin-bottom: 10px; } img { border: 4px solid black; border-radius: 2px; cursor: pointer; } img:hover { border-color: blue; } /* tags end */ /* classes */ .header { margin-top: 1%; margin-left: 1%; margin-right: 1%; margin-bottom: 1%; } .h1 { width: 230px; background-color: darkblue; border: 1px solid darkblue; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; padding-bottom: 0.5%; } .main { margin-left: 1%; margin-right: 1%; } .how-to-play { max-width: 500px; background-color: rgb(89, 2, 126); border: 1px solid rgb(89, 2, 126);; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; margin-bottom: 1%; padding-bottom: 0.5%; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content/Box */ .modal-content { background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ } /* The Close Button */ .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } /* classes end */ /* ids */ #game-status, #game-score-header, #game-score { font-size: 24px; line-height: 32px; display: flex; flex-direction: column; align-items: center; } #game-score-header { max-width: 240px; background-color: darkslateblue; border: 1px solid darkslateblue; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; padding-bottom: 0.5%; margin-bottom: 3%; } #target-number { max-width: 200px; background-color: darkgreen; border: 1px solid darkgreen; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; padding-bottom: 0.5%; margin-bottom: 1%; } #win-loss-stats { max-width: 110px; background-color: darkred; border: 1px solid darkred; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; padding-bottom: 0.5%; margin-bottom: 1%; } #wins, #losses, #random-number, #game-score { font-family: 'Orbitron', sans-serif; color: rgb(255, 159, 207); } #crystal-options section { margin-right: 5px; margin-bottom: 0.5%; display: flex; justify-content: center; align-items: center; } /* ids end */
assets/css/style.css
body { background-image: url("../images/congruent_pentagon.png"); background-color: lavender; font-family: 'Indie Flower', cursive; display: flex; flex-direction: column; align-items: center; } h1 { font-size: 32px; line-height: 40px; } p { font-size: 18px; line-height: 26px; margin-top: 10px; margin-bottom: 10px; } img { border: 4px solid black; border-radius: 2px; cursor: pointer; } img:hover { border-color: blue; } /* tags end */ /* classes */ .header { margin-top: 1%; margin-left: 1%; margin-right: 1%; margin-bottom: 1%; } .h1 { width: 230px; background-color: darkblue; border: 1px solid darkblue; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; padding-bottom: 0.5%; } .main { margin-left: 1%; margin-right: 1%; } .how-to-play { max-width: 500px; background-color: rgb(89, 2, 126); border: 1px solid rgb(89, 2, 126);; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; margin-bottom: 1%; padding-bottom: 0.5%; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content/Box */ .modal-content { background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ } /* The Close Button */ .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } /* classes end */ /* ids */ #game-status, #game-score-header, #game-score { font-size: 24px; line-height: 32px; display: flex; flex-direction: column; align-items: center; } #game-score-header { max-width: 240px; background-color: darkslateblue; border: 1px solid darkslateblue; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; padding-bottom: 0.5%; margin-bottom: 3%; } #target-number { max-width: 200px; background-color: darkgreen; border: 1px solid darkgreen; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; padding-bottom: 0.5%; margin-bottom: 1%; } #win-loss-stats { max-width: 110px; background-color: darkred; border: 1px solid darkred; border-radius: 2px; color: cyan; padding-left: 1%; padding-right: 1%; padding-bottom: 0.5%; margin-bottom: 1%; } #wins, #losses, #random-number, #game-score { font-family: 'Orbitron', sans-serif; color: rgb(255, 159, 207); } #crystal-options section { margin-right: 5px; margin-bottom: 0.5%; display: flex; justify-content: center; align-items: center; } /* ids end */
0.456894
0.133868
* reset */ html { font-size: 62.5%; height: 100%; } body { height: 100%; font-family: "Microsoft YaHei", "SimHei", "STHeiti", sans-serif; } header, footer, div, body, h1, h2, h3, ul, li { margin: 0; padding: 0; font-weight: normal; } li { list-style-type: none; } button { border: none; outline: none; cursor: pointer; font-family: "Microsoft YaHei", "SimHei", "STHeiti", sans-serif; } /** * sidebar */ .outer-wrap { height: 100%; } .sidebar { min-height: 100%; width: 240px; background-color: #2b4064; float: left; } .sidebar h1 { height: 50px; text-align: center; line-height: 50px; letter-spacing: 5px; font-weight: normal; font-size: 1.8rem; background-color: #2c3049; color: #F5FBFF; } .sidebar .new-album { display: block; background-color: #f78755; width: 140px; height: 35px; line-height: 35px; margin: 50px auto; border-radius: 5px; color: #F5FBFF; font-size: 1.4rem; transition: 0.2s ease; } .sidebar .new-album:hover { background-color: #FCA178; } .sidebar .new-album i { margin-right: 8px; } .sidebar .cate-list { color: #ACCADF; font-size: 1.4rem; } .sidebar .cate-list li { height: 48px; line-height: 48px; background-color: #2b446b; margin: 2px 0; padding-left: 46px; cursor: pointer; position: relative; } .sidebar .cate-list li i { display: none; position: absolute; top: 18px; font-size: 1.6rem; } .sidebar .cate-list li .fa-trash-o { right: 20px; } .sidebar .cate-list li .fa-pencil { right: 48px; } .sidebar .cate-list li:hover { border-left: 4px solid #f78755; padding-left: 42px; color: #F5FBFF; background-color: #2d4e7c; } .sidebar .cate-list li:hover i { display: inline-block; } /** * main pistures */ .main { min-height: 100%; overflow: auto; background-color: #ededed; position: relative; } .main .add-pic { width: 140px; height: 35px; line-height: 35px; border-radius: 4px; background-color: #2b4064; color: #F5FBFF; position: absolute; top: 35px; right: 50px; transition: 0.2s ease; } .main .add-pic:hover { background-color: #5D7398; } .main .pics-area { width: 100%; min-height: 100%; position: absolute; top: 105px; } .main .pics-area .block { width: 330px; height: 255px; float: left; margin: 0 0 20px 20px; background-color: #fff; border-radius: 5px; } .main .pics-area .block img { display: block; margin: 10px auto; max-width: 310px; height: 205px; overflow: hidden; } .main .pics-area .block .pic-title { margin: 0 12px; font-size: 1.4rem; } .main .pics-area .block .pic-title h3 { float: left; color: #858585; } .main .pics-area .block .pic-title div { float: right; color: #d7e0e4; } /** * click right */ .click-right { width: 130px; height: 109px; position: absolute; top: 500px; left: 300px; z-index: 100; overflow: hidden; background-color: #2b4064; border-radius: 5px; color: #ACCADF; font-size: 1.4rem; -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); } .click-right li { height: 35px; line-height: 35px; background-color: #2b446b; margin-bottom: 2px; padding-left: 35px; cursor: pointer; } .click-right li:last-of-type { margin: 0; } .click-right li i { width: 25px; } .click-right li:hover { color: #F5FBFF; background-color: #2d4e7c; border-left: 5px solid #f78755; padding-left: 30px; }
src/css/manage.css
* reset */ html { font-size: 62.5%; height: 100%; } body { height: 100%; font-family: "Microsoft YaHei", "SimHei", "STHeiti", sans-serif; } header, footer, div, body, h1, h2, h3, ul, li { margin: 0; padding: 0; font-weight: normal; } li { list-style-type: none; } button { border: none; outline: none; cursor: pointer; font-family: "Microsoft YaHei", "SimHei", "STHeiti", sans-serif; } /** * sidebar */ .outer-wrap { height: 100%; } .sidebar { min-height: 100%; width: 240px; background-color: #2b4064; float: left; } .sidebar h1 { height: 50px; text-align: center; line-height: 50px; letter-spacing: 5px; font-weight: normal; font-size: 1.8rem; background-color: #2c3049; color: #F5FBFF; } .sidebar .new-album { display: block; background-color: #f78755; width: 140px; height: 35px; line-height: 35px; margin: 50px auto; border-radius: 5px; color: #F5FBFF; font-size: 1.4rem; transition: 0.2s ease; } .sidebar .new-album:hover { background-color: #FCA178; } .sidebar .new-album i { margin-right: 8px; } .sidebar .cate-list { color: #ACCADF; font-size: 1.4rem; } .sidebar .cate-list li { height: 48px; line-height: 48px; background-color: #2b446b; margin: 2px 0; padding-left: 46px; cursor: pointer; position: relative; } .sidebar .cate-list li i { display: none; position: absolute; top: 18px; font-size: 1.6rem; } .sidebar .cate-list li .fa-trash-o { right: 20px; } .sidebar .cate-list li .fa-pencil { right: 48px; } .sidebar .cate-list li:hover { border-left: 4px solid #f78755; padding-left: 42px; color: #F5FBFF; background-color: #2d4e7c; } .sidebar .cate-list li:hover i { display: inline-block; } /** * main pistures */ .main { min-height: 100%; overflow: auto; background-color: #ededed; position: relative; } .main .add-pic { width: 140px; height: 35px; line-height: 35px; border-radius: 4px; background-color: #2b4064; color: #F5FBFF; position: absolute; top: 35px; right: 50px; transition: 0.2s ease; } .main .add-pic:hover { background-color: #5D7398; } .main .pics-area { width: 100%; min-height: 100%; position: absolute; top: 105px; } .main .pics-area .block { width: 330px; height: 255px; float: left; margin: 0 0 20px 20px; background-color: #fff; border-radius: 5px; } .main .pics-area .block img { display: block; margin: 10px auto; max-width: 310px; height: 205px; overflow: hidden; } .main .pics-area .block .pic-title { margin: 0 12px; font-size: 1.4rem; } .main .pics-area .block .pic-title h3 { float: left; color: #858585; } .main .pics-area .block .pic-title div { float: right; color: #d7e0e4; } /** * click right */ .click-right { width: 130px; height: 109px; position: absolute; top: 500px; left: 300px; z-index: 100; overflow: hidden; background-color: #2b4064; border-radius: 5px; color: #ACCADF; font-size: 1.4rem; -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); } .click-right li { height: 35px; line-height: 35px; background-color: #2b446b; margin-bottom: 2px; padding-left: 35px; cursor: pointer; } .click-right li:last-of-type { margin: 0; } .click-right li i { width: 25px; } .click-right li:hover { color: #F5FBFF; background-color: #2d4e7c; border-left: 5px solid #f78755; padding-left: 30px; }
0.460532
0.05199
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; /* 1 */ padding: 0; /* 2 */ } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } .row { max-width: 960px; margin: 0 auto; } .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .columns, .small-1, .small-2, .small-3, .small-4, .small-5, .small-6, .small-7, .small-8, .small-9, .small-10, .small-11, .small-12, .medium-1, .medium-2, .medium-3, .medium-4, .medium-5, .medium-6, .medium-7, .medium-8, .medium-9, .medium-10, .medium-11, .medium-12, .large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12, .xlarge-1, .xlarge-2, .xlarge-3, .xlarge-4, .xlarge-5, .xlarge-6, .xlarge-7, .xlarge-8, .xlarge-9, .xlarge-10, .xlarge-11, .xlarge-12 { float: left; min-height: 1px; border-left: 0 solid transparent; padding-left: 5px; padding-right: 5px; margin-left: 0; } .columns.split, .small-1.split, .small-2.split, .small-3.split, .small-4.split, .small-5.split, .small-6.split, .small-7.split, .small-8.split, .small-9.split, .small-10.split, .small-11.split, .small-12.split, .medium-1.split, .medium-2.split, .medium-3.split, .medium-4.split, .medium-5.split, .medium-6.split, .medium-7.split, .medium-8.split, .medium-9.split, .medium-10.split, .medium-11.split, .medium-12.split, .large-1.split, .large-2.split, .large-3.split, .large-4.split, .large-5.split, .large-6.split, .large-7.split, .large-8.split, .large-9.split, .large-10.split, .large-11.split, .large-12.split, .xlarge-1.split, .xlarge-2.split, .xlarge-3.split, .xlarge-4.split, .xlarge-5.split, .xlarge-6.split, .xlarge-7.split, .xlarge-8.split, .xlarge-9.split, .xlarge-10.split, .xlarge-11.split, .xlarge-12.split { padding-right: 0; padding-left: 0; } .columns.right, .small-1.right, .small-2.right, .small-3.right, .small-4.right, .small-5.right, .small-6.right, .small-7.right, .small-8.right, .small-9.right, .small-10.right, .small-11.right, .small-12.right, .medium-1.right, .medium-2.right, .medium-3.right, .medium-4.right, .medium-5.right, .medium-6.right, .medium-7.right, .medium-8.right, .medium-9.right, .medium-10.right, .medium-11.right, .medium-12.right, .large-1.right, .large-2.right, .large-3.right, .large-4.right, .large-5.right, .large-6.right, .large-7.right, .large-8.right, .large-9.right, .large-10.right, .large-11.right, .large-12.right, .xlarge-1.right, .xlarge-2.right, .xlarge-3.right, .xlarge-4.right, .xlarge-5.right, .xlarge-6.right, .xlarge-7.right, .xlarge-8.right, .xlarge-9.right, .xlarge-10.right, .xlarge-11.right, .xlarge-12.right { float: right; } .columns.center, .small-1.center, .small-2.center, .small-3.center, .small-4.center, .small-5.center, .small-6.center, .small-7.center, .small-8.center, .small-9.center, .small-10.center, .small-11.center, .small-12.center, .medium-1.center, .medium-2.center, .medium-3.center, .medium-4.center, .medium-5.center, .medium-6.center, .medium-7.center, .medium-8.center, .medium-9.center, .medium-10.center, .medium-11.center, .medium-12.center, .large-1.center, .large-2.center, .large-3.center, .large-4.center, .large-5.center, .large-6.center, .large-7.center, .large-8.center, .large-9.center, .large-10.center, .large-11.center, .large-12.center, .xlarge-1.center, .xlarge-2.center, .xlarge-3.center, .xlarge-4.center, .xlarge-5.center, .xlarge-6.center, .xlarge-7.center, .xlarge-8.center, .xlarge-9.center, .xlarge-10.center, .xlarge-11.center, .xlarge-12.center { float: none; margin-left: auto; margin-right: auto; } @media only screen { .small-1 { width: 8.3333333333333%; } .small-offset-1 { margin-left: 8.3333333333333%; } .small-2 { width: 16.6666666666667%; } .small-offset-2 { margin-left: 16.6666666666667%; } .small-3 { width: 25%; } .small-offset-3 { margin-left: 25%; } .small-4 { width: 33.3333333333333%; } .small-offset-4 { margin-left: 33.3333333333333%; } .small-5 { width: 41.6666666666667%; } .small-offset-5 { margin-left: 41.6666666666667%; } .small-6 { width: 50%; } .small-offset-6 { margin-left: 50%; } .small-7 { width: 58.3333333333333%; } .small-offset-7 { margin-left: 58.3333333333333%; } .small-8 { width: 66.6666666666667%; } .small-offset-8 { margin-left: 66.6666666666667%; } .small-9 { width: 75%; } .small-offset-9 { margin-left: 75%; } .small-10 { width: 83.3333333333333%; } .small-offset-10 { margin-left: 83.3333333333333%; } .small-11 { width: 91.6666666666667%; } .small-offset-11 { margin-left: 91.6666666666667%; } .small-12 { width: 100%; } .small-offset-12 { margin-left: 100%; } } @media only screen and (min-width:601px) { .medium-1 { width: 8.3333333333333%; } .medium-offset-1 { margin-left: 8.3333333333333%; } .medium-2 { width: 16.6666666666667%; } .medium-offset-2 { margin-left: 16.6666666666667%; } .medium-3 { width: 25%; } .medium-offset-3 { margin-left: 25%; } .medium-4 { width: 33.3333333333333%; } .medium-offset-4 { margin-left: 33.3333333333333%; } .medium-5 { width: 41.6666666666667%; } .medium-offset-5 { margin-left: 41.6666666666667%; } .medium-6 { width: 50%; } .medium-offset-6 { margin-left: 50%; } .medium-7 { width: 58.3333333333333%; } .medium-offset-7 { margin-left: 58.3333333333333%; } .medium-8 { width: 66.6666666666667%; } .medium-offset-8 { margin-left: 66.6666666666667%; } .medium-9 { width: 75%; } .medium-offset-9 { margin-left: 75%; } .medium-10 { width: 83.3333333333333%; } .medium-offset-10 { margin-left: 83.3333333333333%; } .medium-11 { width: 91.6666666666667%; } .medium-offset-11 { margin-left: 91.6666666666667%; } .medium-12 { width: 100%; } .medium-offset-12 { margin-left: 100%; } } @media only screen and (min-width:769px) { .large-1 { width: 8.3333333333333%; } .large-offset-1 { margin-left: 8.3333333333333%; } .large-2 { width: 16.6666666666667%; } .large-offset-2 { margin-left: 16.6666666666667%; } .large-3 { width: 25%; } .large-offset-3 { margin-left: 25%; } .large-4 { width: 33.3333333333333%; } .large-offset-4 { margin-left: 33.3333333333333%; } .large-5 { width: 41.6666666666667%; } .large-offset-5 { margin-left: 41.6666666666667%; } .large-6 { width: 50%; } .large-offset-6 { margin-left: 50%; } .large-7 { width: 58.3333333333333%; } .large-offset-7 { margin-left: 58.3333333333333%; } .large-8 { width: 66.6666666666667%; } .large-offset-8 { margin-left: 66.6666666666667%; } .large-9 { width: 75%; } .large-offset-9 { margin-left: 75%; } .large-10 { width: 83.3333333333333%; } .large-offset-10 { margin-left: 83.3333333333333%; } .large-11 { width: 91.6666666666667%; } .large-offset-11 { margin-left: 91.6666666666667%; } .large-12 { width: 100%; } .large-offset-12 { margin-left: 100%; } } @media only screen and (min-width:993px) { .xlarge-1 { width: 8.3333333333333%; } .xlarge-offset-1 { margin-left: 8.3333333333333%; } .xlarge-2 { width: 16.6666666666667%; } .xlarge-offset-2 { margin-left: 16.6666666666667%; } .xlarge-3 { width: 25%; } .xlarge-offset-3 { margin-left: 25%; } .xlarge-4 { width: 33.3333333333333%; } .xlarge-offset-4 { margin-left: 33.3333333333333%; } .xlarge-5 { width: 41.6666666666667%; } .xlarge-offset-5 { margin-left: 41.6666666666667%; } .xlarge-6 { width: 50%; } .xlarge-offset-6 { margin-left: 50%; } .xlarge-7 { width: 58.3333333333333%; } .xlarge-offset-7 { margin-left: 58.3333333333333%; } .xlarge-8 { width: 66.6666666666667%; } .xlarge-offset-8 { margin-left: 66.6666666666667%; } .xlarge-9 { width: 75%; } .xlarge-offset-9 { margin-left: 75%; } .xlarge-10 { width: 83.3333333333333%; } .xlarge-offset-10 { margin-left: 83.3333333333333%; } .xlarge-11 { width: 91.6666666666667%; } .xlarge-offset-11 { margin-left: 91.6666666666667%; } .xlarge-12 { width: 100%; } .xlarge-offset-12 { margin-left: 100%; } } @font-face { font-family: 'Avenir'; src: url("fonts/Avenir-Heavy.eot"); src: url("fonts/Avenir-Heavy.eot?#iefix") format('embedded-opentype'), url("fonts/Avenir-Heavy.woff") format('woff'), url("fonts/Avenir-Heavy.ttf") format('truetype'), url("fonts/Avenir-Heavy.svg#5210a83cbeaba3c69473142e37abdff7") format('svg'); font-style: normal; font-weight: bold; } @font-face { font-family: 'Avenir'; src: url("fonts/Avenir-Roman.eot"); src: url("fonts/Avenir-Roman.eot?#iefix") format('embedded-opentype'), url("fonts/Avenir-Roman.woff") format('woff'), url("fonts/Avenir-Roman.ttf") format('truetype'), url("fonts/Avenir-Roman.svg#2b3cb83e00b279c4ab15de4d02a9caf1") format('svg'); font-style: normal; font-weight: 400; } * { box-sizing: border-box; } html, body { height: 100%; min-height: 100%; margin: 0; padding: 0; font-family: 'Avenir' sans-serif; color: #000; background: #fff; } ul, li { margin: 0; padding: 0; color: #f00; } li { list-style: none; padding-left: 30px; } .simple li, .colored li { background: url("images/bullet-gray.svg") 5px 0.4em no-repeat; background-size: 10px; } .colored li:nth-child(4n-3) { background-image: url("images/bullet-blue.svg"); } .colored li:nth-child(4n-2) { background-image: url("images/bullet-pink.svg"); } .colored li:nth-child(4n-1) { background-image: url("images/bullet-yellow.svg"); } .colored li:nth-child(4n) { background-image: url("images/bullet-green.svg"); } .call-to-action { display: inline-block; padding: 0 15px; line-height: 51px; border: none; border-radius: 5px; text-decoration: none; color: #fff; background: #1fc6c6; } .header { padding: 70px 0; text-align: center; background: url("images/bg-l.svg") 0 0 no-repeat, url("images/bg-r.svg") 100% 0 no-repeat; } .header h2 { margin: 0; line-height: 1.36; font-size: 50px; } .logo { margin: 0 auto 80px; } .basicinfo { background: #fafbfa; } .important { margin: 5px 0 50px; line-height: 1.36; font-size: 25px; } h3 { margin: 0 0 10px; line-height: 1.366666666666667; font-size: 30px; } h3.onecol { text-align: center; } h3.onecol:before, h3.onecol:after { content: ''; display: inline-block; width: 50px; height: 2px; vertical-align: middle; margin: 0 20px; background: #e9e9e9; } .desc p, .desc li { line-height: 1.5; font-size: 20px; color: #72757d; } .content, .content-part { padding: 60px 0; } .content-part { padding-top: 30px; } .expected { background: url("images/bg-expected.jpg") 0 0; } .centered-content { text-align: center; } .accepted .meme { display: inline-block; width: 230px; height: 230px; margin: 0 0 30px; padding-top: 28px; border-radius: 300px; background: #fafafa; } footer { overflow: hidden; color: #fff; background: #292b2c; } footer h3 { line-height: 1.92; font-size: 25px; } footer a { color: inherit; } .social { padding: 80px 0 60px; border-bottom: 1px solid #494b4c; } .social-list li { display: inline; } .social-list li .icon { display: inline-block; width: 50px; height: 50px; background-size: 50px; } .social-list li .facebook { background-image: url("images/social-facebook.svg"); } .social-list li .facebook:hover, .social-list li .facebook:focus, .social-list li .facebook:active { background-image: url("images/social-facebook-hover.svg"); } .social-list li .twitter { background-image: url("images/social-twitter.svg"); } .social-list li .twitter:hover, .social-list li .twitter:focus, .social-list li .twitter:active { background-image: url("images/social-twitter-hover.svg"); } .social-list li .linkedin { background-image: url("images/social-linkedin.svg"); } .social-list li .linkedin:hover, .social-list li .linkedin:focus, .social-list li .linkedin:active { background-image: url("images/social-linkedin-hover.svg"); } .contact { padding: 25px 0; vertical-align: middle; line-height: 2.214285714285714; font-size: 14px; } .contact p { margin: 0; } .contact img { display: block; }
app.css
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; /* 1 */ padding: 0; /* 2 */ } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } .row { max-width: 960px; margin: 0 auto; } .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .columns, .small-1, .small-2, .small-3, .small-4, .small-5, .small-6, .small-7, .small-8, .small-9, .small-10, .small-11, .small-12, .medium-1, .medium-2, .medium-3, .medium-4, .medium-5, .medium-6, .medium-7, .medium-8, .medium-9, .medium-10, .medium-11, .medium-12, .large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12, .xlarge-1, .xlarge-2, .xlarge-3, .xlarge-4, .xlarge-5, .xlarge-6, .xlarge-7, .xlarge-8, .xlarge-9, .xlarge-10, .xlarge-11, .xlarge-12 { float: left; min-height: 1px; border-left: 0 solid transparent; padding-left: 5px; padding-right: 5px; margin-left: 0; } .columns.split, .small-1.split, .small-2.split, .small-3.split, .small-4.split, .small-5.split, .small-6.split, .small-7.split, .small-8.split, .small-9.split, .small-10.split, .small-11.split, .small-12.split, .medium-1.split, .medium-2.split, .medium-3.split, .medium-4.split, .medium-5.split, .medium-6.split, .medium-7.split, .medium-8.split, .medium-9.split, .medium-10.split, .medium-11.split, .medium-12.split, .large-1.split, .large-2.split, .large-3.split, .large-4.split, .large-5.split, .large-6.split, .large-7.split, .large-8.split, .large-9.split, .large-10.split, .large-11.split, .large-12.split, .xlarge-1.split, .xlarge-2.split, .xlarge-3.split, .xlarge-4.split, .xlarge-5.split, .xlarge-6.split, .xlarge-7.split, .xlarge-8.split, .xlarge-9.split, .xlarge-10.split, .xlarge-11.split, .xlarge-12.split { padding-right: 0; padding-left: 0; } .columns.right, .small-1.right, .small-2.right, .small-3.right, .small-4.right, .small-5.right, .small-6.right, .small-7.right, .small-8.right, .small-9.right, .small-10.right, .small-11.right, .small-12.right, .medium-1.right, .medium-2.right, .medium-3.right, .medium-4.right, .medium-5.right, .medium-6.right, .medium-7.right, .medium-8.right, .medium-9.right, .medium-10.right, .medium-11.right, .medium-12.right, .large-1.right, .large-2.right, .large-3.right, .large-4.right, .large-5.right, .large-6.right, .large-7.right, .large-8.right, .large-9.right, .large-10.right, .large-11.right, .large-12.right, .xlarge-1.right, .xlarge-2.right, .xlarge-3.right, .xlarge-4.right, .xlarge-5.right, .xlarge-6.right, .xlarge-7.right, .xlarge-8.right, .xlarge-9.right, .xlarge-10.right, .xlarge-11.right, .xlarge-12.right { float: right; } .columns.center, .small-1.center, .small-2.center, .small-3.center, .small-4.center, .small-5.center, .small-6.center, .small-7.center, .small-8.center, .small-9.center, .small-10.center, .small-11.center, .small-12.center, .medium-1.center, .medium-2.center, .medium-3.center, .medium-4.center, .medium-5.center, .medium-6.center, .medium-7.center, .medium-8.center, .medium-9.center, .medium-10.center, .medium-11.center, .medium-12.center, .large-1.center, .large-2.center, .large-3.center, .large-4.center, .large-5.center, .large-6.center, .large-7.center, .large-8.center, .large-9.center, .large-10.center, .large-11.center, .large-12.center, .xlarge-1.center, .xlarge-2.center, .xlarge-3.center, .xlarge-4.center, .xlarge-5.center, .xlarge-6.center, .xlarge-7.center, .xlarge-8.center, .xlarge-9.center, .xlarge-10.center, .xlarge-11.center, .xlarge-12.center { float: none; margin-left: auto; margin-right: auto; } @media only screen { .small-1 { width: 8.3333333333333%; } .small-offset-1 { margin-left: 8.3333333333333%; } .small-2 { width: 16.6666666666667%; } .small-offset-2 { margin-left: 16.6666666666667%; } .small-3 { width: 25%; } .small-offset-3 { margin-left: 25%; } .small-4 { width: 33.3333333333333%; } .small-offset-4 { margin-left: 33.3333333333333%; } .small-5 { width: 41.6666666666667%; } .small-offset-5 { margin-left: 41.6666666666667%; } .small-6 { width: 50%; } .small-offset-6 { margin-left: 50%; } .small-7 { width: 58.3333333333333%; } .small-offset-7 { margin-left: 58.3333333333333%; } .small-8 { width: 66.6666666666667%; } .small-offset-8 { margin-left: 66.6666666666667%; } .small-9 { width: 75%; } .small-offset-9 { margin-left: 75%; } .small-10 { width: 83.3333333333333%; } .small-offset-10 { margin-left: 83.3333333333333%; } .small-11 { width: 91.6666666666667%; } .small-offset-11 { margin-left: 91.6666666666667%; } .small-12 { width: 100%; } .small-offset-12 { margin-left: 100%; } } @media only screen and (min-width:601px) { .medium-1 { width: 8.3333333333333%; } .medium-offset-1 { margin-left: 8.3333333333333%; } .medium-2 { width: 16.6666666666667%; } .medium-offset-2 { margin-left: 16.6666666666667%; } .medium-3 { width: 25%; } .medium-offset-3 { margin-left: 25%; } .medium-4 { width: 33.3333333333333%; } .medium-offset-4 { margin-left: 33.3333333333333%; } .medium-5 { width: 41.6666666666667%; } .medium-offset-5 { margin-left: 41.6666666666667%; } .medium-6 { width: 50%; } .medium-offset-6 { margin-left: 50%; } .medium-7 { width: 58.3333333333333%; } .medium-offset-7 { margin-left: 58.3333333333333%; } .medium-8 { width: 66.6666666666667%; } .medium-offset-8 { margin-left: 66.6666666666667%; } .medium-9 { width: 75%; } .medium-offset-9 { margin-left: 75%; } .medium-10 { width: 83.3333333333333%; } .medium-offset-10 { margin-left: 83.3333333333333%; } .medium-11 { width: 91.6666666666667%; } .medium-offset-11 { margin-left: 91.6666666666667%; } .medium-12 { width: 100%; } .medium-offset-12 { margin-left: 100%; } } @media only screen and (min-width:769px) { .large-1 { width: 8.3333333333333%; } .large-offset-1 { margin-left: 8.3333333333333%; } .large-2 { width: 16.6666666666667%; } .large-offset-2 { margin-left: 16.6666666666667%; } .large-3 { width: 25%; } .large-offset-3 { margin-left: 25%; } .large-4 { width: 33.3333333333333%; } .large-offset-4 { margin-left: 33.3333333333333%; } .large-5 { width: 41.6666666666667%; } .large-offset-5 { margin-left: 41.6666666666667%; } .large-6 { width: 50%; } .large-offset-6 { margin-left: 50%; } .large-7 { width: 58.3333333333333%; } .large-offset-7 { margin-left: 58.3333333333333%; } .large-8 { width: 66.6666666666667%; } .large-offset-8 { margin-left: 66.6666666666667%; } .large-9 { width: 75%; } .large-offset-9 { margin-left: 75%; } .large-10 { width: 83.3333333333333%; } .large-offset-10 { margin-left: 83.3333333333333%; } .large-11 { width: 91.6666666666667%; } .large-offset-11 { margin-left: 91.6666666666667%; } .large-12 { width: 100%; } .large-offset-12 { margin-left: 100%; } } @media only screen and (min-width:993px) { .xlarge-1 { width: 8.3333333333333%; } .xlarge-offset-1 { margin-left: 8.3333333333333%; } .xlarge-2 { width: 16.6666666666667%; } .xlarge-offset-2 { margin-left: 16.6666666666667%; } .xlarge-3 { width: 25%; } .xlarge-offset-3 { margin-left: 25%; } .xlarge-4 { width: 33.3333333333333%; } .xlarge-offset-4 { margin-left: 33.3333333333333%; } .xlarge-5 { width: 41.6666666666667%; } .xlarge-offset-5 { margin-left: 41.6666666666667%; } .xlarge-6 { width: 50%; } .xlarge-offset-6 { margin-left: 50%; } .xlarge-7 { width: 58.3333333333333%; } .xlarge-offset-7 { margin-left: 58.3333333333333%; } .xlarge-8 { width: 66.6666666666667%; } .xlarge-offset-8 { margin-left: 66.6666666666667%; } .xlarge-9 { width: 75%; } .xlarge-offset-9 { margin-left: 75%; } .xlarge-10 { width: 83.3333333333333%; } .xlarge-offset-10 { margin-left: 83.3333333333333%; } .xlarge-11 { width: 91.6666666666667%; } .xlarge-offset-11 { margin-left: 91.6666666666667%; } .xlarge-12 { width: 100%; } .xlarge-offset-12 { margin-left: 100%; } } @font-face { font-family: 'Avenir'; src: url("fonts/Avenir-Heavy.eot"); src: url("fonts/Avenir-Heavy.eot?#iefix") format('embedded-opentype'), url("fonts/Avenir-Heavy.woff") format('woff'), url("fonts/Avenir-Heavy.ttf") format('truetype'), url("fonts/Avenir-Heavy.svg#5210a83cbeaba3c69473142e37abdff7") format('svg'); font-style: normal; font-weight: bold; } @font-face { font-family: 'Avenir'; src: url("fonts/Avenir-Roman.eot"); src: url("fonts/Avenir-Roman.eot?#iefix") format('embedded-opentype'), url("fonts/Avenir-Roman.woff") format('woff'), url("fonts/Avenir-Roman.ttf") format('truetype'), url("fonts/Avenir-Roman.svg#2b3cb83e00b279c4ab15de4d02a9caf1") format('svg'); font-style: normal; font-weight: 400; } * { box-sizing: border-box; } html, body { height: 100%; min-height: 100%; margin: 0; padding: 0; font-family: 'Avenir' sans-serif; color: #000; background: #fff; } ul, li { margin: 0; padding: 0; color: #f00; } li { list-style: none; padding-left: 30px; } .simple li, .colored li { background: url("images/bullet-gray.svg") 5px 0.4em no-repeat; background-size: 10px; } .colored li:nth-child(4n-3) { background-image: url("images/bullet-blue.svg"); } .colored li:nth-child(4n-2) { background-image: url("images/bullet-pink.svg"); } .colored li:nth-child(4n-1) { background-image: url("images/bullet-yellow.svg"); } .colored li:nth-child(4n) { background-image: url("images/bullet-green.svg"); } .call-to-action { display: inline-block; padding: 0 15px; line-height: 51px; border: none; border-radius: 5px; text-decoration: none; color: #fff; background: #1fc6c6; } .header { padding: 70px 0; text-align: center; background: url("images/bg-l.svg") 0 0 no-repeat, url("images/bg-r.svg") 100% 0 no-repeat; } .header h2 { margin: 0; line-height: 1.36; font-size: 50px; } .logo { margin: 0 auto 80px; } .basicinfo { background: #fafbfa; } .important { margin: 5px 0 50px; line-height: 1.36; font-size: 25px; } h3 { margin: 0 0 10px; line-height: 1.366666666666667; font-size: 30px; } h3.onecol { text-align: center; } h3.onecol:before, h3.onecol:after { content: ''; display: inline-block; width: 50px; height: 2px; vertical-align: middle; margin: 0 20px; background: #e9e9e9; } .desc p, .desc li { line-height: 1.5; font-size: 20px; color: #72757d; } .content, .content-part { padding: 60px 0; } .content-part { padding-top: 30px; } .expected { background: url("images/bg-expected.jpg") 0 0; } .centered-content { text-align: center; } .accepted .meme { display: inline-block; width: 230px; height: 230px; margin: 0 0 30px; padding-top: 28px; border-radius: 300px; background: #fafafa; } footer { overflow: hidden; color: #fff; background: #292b2c; } footer h3 { line-height: 1.92; font-size: 25px; } footer a { color: inherit; } .social { padding: 80px 0 60px; border-bottom: 1px solid #494b4c; } .social-list li { display: inline; } .social-list li .icon { display: inline-block; width: 50px; height: 50px; background-size: 50px; } .social-list li .facebook { background-image: url("images/social-facebook.svg"); } .social-list li .facebook:hover, .social-list li .facebook:focus, .social-list li .facebook:active { background-image: url("images/social-facebook-hover.svg"); } .social-list li .twitter { background-image: url("images/social-twitter.svg"); } .social-list li .twitter:hover, .social-list li .twitter:focus, .social-list li .twitter:active { background-image: url("images/social-twitter-hover.svg"); } .social-list li .linkedin { background-image: url("images/social-linkedin.svg"); } .social-list li .linkedin:hover, .social-list li .linkedin:focus, .social-list li .linkedin:active { background-image: url("images/social-linkedin-hover.svg"); } .contact { padding: 25px 0; vertical-align: middle; line-height: 2.214285714285714; font-size: 14px; } .contact p { margin: 0; } .contact img { display: block; }
0.331336
0.089574
*, *::after, *::before { box-sizing: border-box; } :root { font-size: 14px; } body { margin: 0; --color-text: #e5e3e0; --color-bg: #000; --color-link: #e5e3e0; --color-link-hover: #fff; --color-title: #faedba; --color-bg-item: #282b27; --color-menu-tag: #f0b579; --color-menu-link: #fff; --color-menu-link-hover: #f0b579; --font-menu-link: rigatoni, sans-serif; --font-weight-menu-link: 400; --font-size-menu-link: 5vw; --clip-1: polygon(37% 15%, 63% 15%, 63% 85%, 37% 85%); color: var(--color-text); background-color: var(--color-bg); font-family: soleil, Futura, "Trebuchet MS", Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .demo-2 { --color-text: #fff; --color-bg: #000; --color-link: #e5e3e0; --color-link-hover: #fff; --color-title: #faedba; --color-bg-item: #282b27; --color-menu-tag: #f0b579; --color-menu-link: #fff; --color-menu-link-hover: #f0b579; --font-menu-link: poynter-oldstyle-display, serif; --font-weight-menu-link: 400; --font-size-menu-link: 4vw; --clip-1: polygon(5% 10, 25% 0%, 40% 60%, 50% 25%, 70% 60%, 60% 0, 90% 0, 80% 100%, 50% 60%, 20% 100%); } .demo-3 { --color-text: #fff; --color-bg: #000; --color-link: #6c6c6c; --color-link-hover: #fff; --color-title: #737476; --color-bg-item: #282b27; --color-menu-tag: #f0f0f0; --color-menu-link: #e88e41; --color-menu-link-hover: #fff; --font-menu-link: rigatoni, serif; --font-weight-menu-link: 400; --font-size-menu-link: 5vw; --clip-1: polygon(80% 10%, 20% 90%, 70% 90%); } .demo-4 { --color-text: #fff; --color-bg: #000; --color-link: #e5e3e0; --color-link-hover: #fff; --color-title: #ffffff; --color-bg-item: #282b27; --color-menu-tag: #ffffff; --color-menu-link: #d05d3b; --color-menu-link-hover: #ffffff; --font-menu-link: latienne-pro, serif; --font-weight-menu-link: 700; --font-size-menu-link: 5vw; --clip-1: polygon(49% at 19% 99%); --clip-2: circle(12% at 74% 28%); } /* Page Loader */ .js .loading::before, .js .loading::after { content: ''; position: fixed; z-index: 1100; } .js .loading::before { top: 0; left: 0; width: 100%; height: 100%; background: var(--color-bg); } .js .loading::after { top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; border-radius: 50%; opacity: 0.4; background: var(--color-link); animation: loaderAnim 0.7s linear infinite alternate forwards; } @keyframes loaderAnim { to { opacity: 1; transform: scale3d(0.6,0.55,1); } } a { text-decoration: none; color: var(--color-link); outline: none; } a:hover, a:focus { color: var(--color-link-hover); outline: none; } main { position: relative; } .frame { padding: 3rem 5vw; position: relative; z-index: 1000; } .frame__title { font-size: 1rem; margin: 0; } .frame__header--grid { width: fit-content; display: grid; grid-template-columns: auto auto; } .frame__header--grid::before, .frame__header--grid::after { content: '---'; } .frame__header--grid::before { grid-area: 1 / 1 / 2 / 3; } .frame__header { margin: 0; } .frame__header dd { margin: 0 0 0 0.5rem; } .frame__header dd a { text-decoration: underline; } .frame__header dd a:hover, .frame__header dd a:focus { text-decoration: none; } .frame__pagetitle { font-size: 1rem; margin: 0 0 1rem; font-weight: 600; color: var(--color-title); } .frame__demos a:not(:last-child) { margin-right: 1rem; } .frame__demos { margin: 1rem 0; } .frame__demo--current, .frame__demo--current:hover { color: var(--color-text); } .screens, .screen__item, .screen { top: 0; position: absolute; width: 100%; height: 100%; min-height: 100vh; } .screen__item { opacity: 0; background: var(--color-bg-item); z-index: 1; } .screen__item:first-child { opacity: 1; z-index: 100; } .screen { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; background-image: var(--bg-img); will-change: opacity; } .screen--full { opacity: 0.6; will-change: transform; } .screen--clip-1 { clip-path: var(--clip-1); } .screen--clip-2 { clip-path: var(--clip-2); } .content { padding: 2rem; position: relative; z-index: 100; } .menu { display: flex; flex-direction: column; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .menu__item { display: inline-block; text-align: left; margin: 2vh 0; } .menu__item-tag { color: var(--color-menu-tag); } .menu__item-link { color: var(--color-menu-link); font-family: var(--font-menu-link); font-weight: var(--font-weight-menu-link); font-size: 3rem; line-height: 1; display: block; cursor: pointer; /*transition: color 0.2s;*/ } .menu__item-link:hover, .menu__item-link:focus { color: var(--color-menu-link-hover); } @media screen and (min-width: 53em) { body { overflow: hidden; } .frame { position: fixed; text-align: left; z-index: 1000; top: 0; left: 0; display: grid; align-content: space-between; width: 100%; max-width: none; height: 100vh; padding: 3rem 4rem; pointer-events: none; grid-template-columns: 30% 40% 30%; grid-template-rows: auto auto auto; grid-template-areas: 'header pagetitle menu' '... ... ...' '... ... demos'; } .frame__pagetitle { grid-area: pagetitle; justify-self: center; } .frame__header { grid-area: header; justify-self: start; } .frame__nav a { margin: 0 1rem 0 0; } .frame__demos { margin: 0; grid-area: demos; justify-self: end; } .frame__menu { grid-area: menu; justify-self: end; } .frame a { pointer-events: auto; } .content { height: 100vh; display: flex; justify-content: center; align-items: center; position: relative; z-index: 100; } .menu { margin: 0 auto; max-width: 74vw; text-align: center; display: block; } .menu__item { margin: 3vh 3vw; } .menu__item-tag { margin: 0 0 0 0.25vw; } .menu__item-link { font-size: var(--font-size-menu-link); } }
src/css/base.css
*, *::after, *::before { box-sizing: border-box; } :root { font-size: 14px; } body { margin: 0; --color-text: #e5e3e0; --color-bg: #000; --color-link: #e5e3e0; --color-link-hover: #fff; --color-title: #faedba; --color-bg-item: #282b27; --color-menu-tag: #f0b579; --color-menu-link: #fff; --color-menu-link-hover: #f0b579; --font-menu-link: rigatoni, sans-serif; --font-weight-menu-link: 400; --font-size-menu-link: 5vw; --clip-1: polygon(37% 15%, 63% 15%, 63% 85%, 37% 85%); color: var(--color-text); background-color: var(--color-bg); font-family: soleil, Futura, "Trebuchet MS", Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .demo-2 { --color-text: #fff; --color-bg: #000; --color-link: #e5e3e0; --color-link-hover: #fff; --color-title: #faedba; --color-bg-item: #282b27; --color-menu-tag: #f0b579; --color-menu-link: #fff; --color-menu-link-hover: #f0b579; --font-menu-link: poynter-oldstyle-display, serif; --font-weight-menu-link: 400; --font-size-menu-link: 4vw; --clip-1: polygon(5% 10, 25% 0%, 40% 60%, 50% 25%, 70% 60%, 60% 0, 90% 0, 80% 100%, 50% 60%, 20% 100%); } .demo-3 { --color-text: #fff; --color-bg: #000; --color-link: #6c6c6c; --color-link-hover: #fff; --color-title: #737476; --color-bg-item: #282b27; --color-menu-tag: #f0f0f0; --color-menu-link: #e88e41; --color-menu-link-hover: #fff; --font-menu-link: rigatoni, serif; --font-weight-menu-link: 400; --font-size-menu-link: 5vw; --clip-1: polygon(80% 10%, 20% 90%, 70% 90%); } .demo-4 { --color-text: #fff; --color-bg: #000; --color-link: #e5e3e0; --color-link-hover: #fff; --color-title: #ffffff; --color-bg-item: #282b27; --color-menu-tag: #ffffff; --color-menu-link: #d05d3b; --color-menu-link-hover: #ffffff; --font-menu-link: latienne-pro, serif; --font-weight-menu-link: 700; --font-size-menu-link: 5vw; --clip-1: polygon(49% at 19% 99%); --clip-2: circle(12% at 74% 28%); } /* Page Loader */ .js .loading::before, .js .loading::after { content: ''; position: fixed; z-index: 1100; } .js .loading::before { top: 0; left: 0; width: 100%; height: 100%; background: var(--color-bg); } .js .loading::after { top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; border-radius: 50%; opacity: 0.4; background: var(--color-link); animation: loaderAnim 0.7s linear infinite alternate forwards; } @keyframes loaderAnim { to { opacity: 1; transform: scale3d(0.6,0.55,1); } } a { text-decoration: none; color: var(--color-link); outline: none; } a:hover, a:focus { color: var(--color-link-hover); outline: none; } main { position: relative; } .frame { padding: 3rem 5vw; position: relative; z-index: 1000; } .frame__title { font-size: 1rem; margin: 0; } .frame__header--grid { width: fit-content; display: grid; grid-template-columns: auto auto; } .frame__header--grid::before, .frame__header--grid::after { content: '---'; } .frame__header--grid::before { grid-area: 1 / 1 / 2 / 3; } .frame__header { margin: 0; } .frame__header dd { margin: 0 0 0 0.5rem; } .frame__header dd a { text-decoration: underline; } .frame__header dd a:hover, .frame__header dd a:focus { text-decoration: none; } .frame__pagetitle { font-size: 1rem; margin: 0 0 1rem; font-weight: 600; color: var(--color-title); } .frame__demos a:not(:last-child) { margin-right: 1rem; } .frame__demos { margin: 1rem 0; } .frame__demo--current, .frame__demo--current:hover { color: var(--color-text); } .screens, .screen__item, .screen { top: 0; position: absolute; width: 100%; height: 100%; min-height: 100vh; } .screen__item { opacity: 0; background: var(--color-bg-item); z-index: 1; } .screen__item:first-child { opacity: 1; z-index: 100; } .screen { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; background-image: var(--bg-img); will-change: opacity; } .screen--full { opacity: 0.6; will-change: transform; } .screen--clip-1 { clip-path: var(--clip-1); } .screen--clip-2 { clip-path: var(--clip-2); } .content { padding: 2rem; position: relative; z-index: 100; } .menu { display: flex; flex-direction: column; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .menu__item { display: inline-block; text-align: left; margin: 2vh 0; } .menu__item-tag { color: var(--color-menu-tag); } .menu__item-link { color: var(--color-menu-link); font-family: var(--font-menu-link); font-weight: var(--font-weight-menu-link); font-size: 3rem; line-height: 1; display: block; cursor: pointer; /*transition: color 0.2s;*/ } .menu__item-link:hover, .menu__item-link:focus { color: var(--color-menu-link-hover); } @media screen and (min-width: 53em) { body { overflow: hidden; } .frame { position: fixed; text-align: left; z-index: 1000; top: 0; left: 0; display: grid; align-content: space-between; width: 100%; max-width: none; height: 100vh; padding: 3rem 4rem; pointer-events: none; grid-template-columns: 30% 40% 30%; grid-template-rows: auto auto auto; grid-template-areas: 'header pagetitle menu' '... ... ...' '... ... demos'; } .frame__pagetitle { grid-area: pagetitle; justify-self: center; } .frame__header { grid-area: header; justify-self: start; } .frame__nav a { margin: 0 1rem 0 0; } .frame__demos { margin: 0; grid-area: demos; justify-self: end; } .frame__menu { grid-area: menu; justify-self: end; } .frame a { pointer-events: auto; } .content { height: 100vh; display: flex; justify-content: center; align-items: center; position: relative; z-index: 100; } .menu { margin: 0 auto; max-width: 74vw; text-align: center; display: block; } .menu__item { margin: 3vh 3vw; } .menu__item-tag { margin: 0 0 0 0.25vw; } .menu__item-link { font-size: var(--font-size-menu-link); } }
0.38122
0.070496
width:93vw; height:100%; border:none; border-radius: 20px; background-color:#f3f3f3; } #AMK2.in { animation-duration: 0.5s; animation-name: fadeInDown; } #AMK2.out { animation-duration: 1s; animation-name: fadeOutUp; } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -150%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeOutUp { from { opacity: 1; transform: translate3d(0, 0, 0); } to { opacity: 0; transform: translate3d(0, -200%, 0); } } #AMK2.hidden { display: none } #AMK2_STATUS { -webkit-flex: none; flex: none; height:105px; width:100px; margin-top:4px; margin-left:4px; border-radius: 20px; background-color:#f3f3f3; } #AMK2_STATUS.reply { background-image:url('../../resources/reply.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.error { background-image:url('../../resources/error.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.think { background-image:url('../../resources/think.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.continue { background-image:url('../../resources/continue.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.listen { background-image:url('../../resources/listen.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.confirmation { background-image:url('../../resources/confirmation.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.standby { background-image:url('../../resources/standby.gif'); background-position: 0px 2px; background-repeat: no-repeat; background-size: contain; } #AMK2_STATUS.hook { background-image:url('../../resources/hook.gif'); background-position : -46px -15px; background-repeat: no-repeat; background-size: 195%; } #AMK2_TRANSCRIPTION { flex: 1 1 auto; vertical-align: top; margin-top: 0px; margin-left: 5px; background-color:#f3f3f3; } #AMK2_TRANSCRIPTION p { color:#7b858e; margin-top: 30px; margin-left : 10px; } #AMK2_TRANSCRIPTION.hidden { display: none } #AMK2_CHIME { display: none } #AMK2_LOGO { -webkit-flex: none; flex: none; width: 150px; height:100px; margin-top: 2px; margin-left: 5px; border-radius: 20px; background-color:#f3f3f3; background-image:url('../../resources/AMk2_Small.png'); background-position : 2px -5px; background-repeat: no-repeat; background-size: 90%; } #AMK2_CONTENER { height : 100%; width : 100%; display: flex; } /*** Helper windows ***/ #AMK2_HELPER { position:absolute; width:100%; height:100%; bottom:0; display:block; } #AMK2_HELPER.hidden { display:none; } #AMK2_RESULT_WINDOW { position:absolute; width:100%; height:100%; bottom:0; display:block; } #AMK2_HELPER.hidden #AMK2_RESULT_WINDOW { visibility: hidden; opacity: 0; transition: visibility 0s 1s, opacity 1s linear; } #AMK2_SCREENOUTPUT { width:100%; height:100%; display:block; border:none; }
ui/Fullscreen/Fullscreen.css
width:93vw; height:100%; border:none; border-radius: 20px; background-color:#f3f3f3; } #AMK2.in { animation-duration: 0.5s; animation-name: fadeInDown; } #AMK2.out { animation-duration: 1s; animation-name: fadeOutUp; } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -150%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeOutUp { from { opacity: 1; transform: translate3d(0, 0, 0); } to { opacity: 0; transform: translate3d(0, -200%, 0); } } #AMK2.hidden { display: none } #AMK2_STATUS { -webkit-flex: none; flex: none; height:105px; width:100px; margin-top:4px; margin-left:4px; border-radius: 20px; background-color:#f3f3f3; } #AMK2_STATUS.reply { background-image:url('../../resources/reply.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.error { background-image:url('../../resources/error.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.think { background-image:url('../../resources/think.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.continue { background-image:url('../../resources/continue.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.listen { background-image:url('../../resources/listen.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.confirmation { background-image:url('../../resources/confirmation.gif'); background-position: -60px; background-repeat: no-repeat; background-size: 230%; } #AMK2_STATUS.standby { background-image:url('../../resources/standby.gif'); background-position: 0px 2px; background-repeat: no-repeat; background-size: contain; } #AMK2_STATUS.hook { background-image:url('../../resources/hook.gif'); background-position : -46px -15px; background-repeat: no-repeat; background-size: 195%; } #AMK2_TRANSCRIPTION { flex: 1 1 auto; vertical-align: top; margin-top: 0px; margin-left: 5px; background-color:#f3f3f3; } #AMK2_TRANSCRIPTION p { color:#7b858e; margin-top: 30px; margin-left : 10px; } #AMK2_TRANSCRIPTION.hidden { display: none } #AMK2_CHIME { display: none } #AMK2_LOGO { -webkit-flex: none; flex: none; width: 150px; height:100px; margin-top: 2px; margin-left: 5px; border-radius: 20px; background-color:#f3f3f3; background-image:url('../../resources/AMk2_Small.png'); background-position : 2px -5px; background-repeat: no-repeat; background-size: 90%; } #AMK2_CONTENER { height : 100%; width : 100%; display: flex; } /*** Helper windows ***/ #AMK2_HELPER { position:absolute; width:100%; height:100%; bottom:0; display:block; } #AMK2_HELPER.hidden { display:none; } #AMK2_RESULT_WINDOW { position:absolute; width:100%; height:100%; bottom:0; display:block; } #AMK2_HELPER.hidden #AMK2_RESULT_WINDOW { visibility: hidden; opacity: 0; transition: visibility 0s 1s, opacity 1s linear; } #AMK2_SCREENOUTPUT { width:100%; height:100%; display:block; border:none; }
0.581778
0.072933
body { background-image: url("starryPaper2.png"); background-color: #cccccc; } .ribbon { text-align: center; font-size: 20px !important; background: #D64B4B; background: -webkit-gradient(linear, left top, left bottom, from(#D64B4B), to(#AB2C2C)); background: -webkit-linear-gradient(top, #D64B4B, #AB2C2C); background: -moz-linear-gradient(top, #D64B4B, #AB2C2C); background: -ms-linear-gradient(top, #D64B4B, #AB2C2C); background: -o-linear-gradient(top, #D64B4B, #AB2C2C); background-image: -ms-linear-gradient(top, #D64B4B 0%, #AB2C2C 100%); -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px; box-shadow: rgba(0,0,0,0.3) 0 1px 1px; font-family: 'Helvetica Neue',Helvetica, sans-serif; } .ribbon h1 { font-size: 25px !important; color: #801111; text-shadow: #D65C5C 0 1px 0; margin:0px; padding: 15px 10px; } .ribbon:before, .ribbon:after { content: ''; position: absolute; display: block; bottom: -1em; border: 1.5em solid #C23A3A; z-index: -1; } .ribbon:before { left: -2em; border-right-width: 1.5em; border-left-color: transparent; -webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 1px; -moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 1px; box-shadow: rgba(0,0,0,0.4) 1px 1px 1px; } .ribbon:after { right: -2em; border-left-width: 1.5em; border-right-color: transparent; -webkit-box-shadow: rgba(0,0,0,0.4) -1px 1px 1px; -moz-box-shadow: rgba(0,0,0,0.4) -1px 1px 1px; box-shadow: rgba(0,0,0,0.4) -1px 1px 1px; } .ribbon .ribbon-content:before, .ribbon .ribbon-content:after { border-color: #871616 transparent transparent transparent; position: absolute; display: block; border-style: solid; bottom: -1em; content: ''; } .ribbon .ribbon-content:before { left: 0; border-width: 1em 0 0 1em; } .ribbon .ribbon-content:after { right: 0; border-width: 1em 1em 0 0; } .ribbon-stitches-top { margin-top:2px; border-top: 1px dashed rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5); } .ribbon-stitches-bottom { margin-bottom:2px; border-top: 1px dashed rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3); }
assets/stylesheet.css
body { background-image: url("starryPaper2.png"); background-color: #cccccc; } .ribbon { text-align: center; font-size: 20px !important; background: #D64B4B; background: -webkit-gradient(linear, left top, left bottom, from(#D64B4B), to(#AB2C2C)); background: -webkit-linear-gradient(top, #D64B4B, #AB2C2C); background: -moz-linear-gradient(top, #D64B4B, #AB2C2C); background: -ms-linear-gradient(top, #D64B4B, #AB2C2C); background: -o-linear-gradient(top, #D64B4B, #AB2C2C); background-image: -ms-linear-gradient(top, #D64B4B 0%, #AB2C2C 100%); -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px; box-shadow: rgba(0,0,0,0.3) 0 1px 1px; font-family: 'Helvetica Neue',Helvetica, sans-serif; } .ribbon h1 { font-size: 25px !important; color: #801111; text-shadow: #D65C5C 0 1px 0; margin:0px; padding: 15px 10px; } .ribbon:before, .ribbon:after { content: ''; position: absolute; display: block; bottom: -1em; border: 1.5em solid #C23A3A; z-index: -1; } .ribbon:before { left: -2em; border-right-width: 1.5em; border-left-color: transparent; -webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 1px; -moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 1px; box-shadow: rgba(0,0,0,0.4) 1px 1px 1px; } .ribbon:after { right: -2em; border-left-width: 1.5em; border-right-color: transparent; -webkit-box-shadow: rgba(0,0,0,0.4) -1px 1px 1px; -moz-box-shadow: rgba(0,0,0,0.4) -1px 1px 1px; box-shadow: rgba(0,0,0,0.4) -1px 1px 1px; } .ribbon .ribbon-content:before, .ribbon .ribbon-content:after { border-color: #871616 transparent transparent transparent; position: absolute; display: block; border-style: solid; bottom: -1em; content: ''; } .ribbon .ribbon-content:before { left: 0; border-width: 1em 0 0 1em; } .ribbon .ribbon-content:after { right: 0; border-width: 1em 1em 0 0; } .ribbon-stitches-top { margin-top:2px; border-top: 1px dashed rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5); } .ribbon-stitches-bottom { margin-bottom:2px; border-top: 1px dashed rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3); }
0.414188
0.150216
@import '_normalize'; @import '_vars'; @import '_one'; @import '_two'; @import '_icons'; @font-face { font-family: 'notify'; src: url("../fonts/notify.eot"); src: url("../fonts/notify.eot?#iefix") format("embedded-opentype"), url("../fonts/notify.ttf") format("truetype"), url("../fonts/notify.woff") format("woff"), url("../fonts/notify.svg#notify") format("svg"); font-weight: normal; font-style: normal; } /* font-family: 'Work Sans'; font-weight: 400;*/ div.material-icons { font-size: 1.5rem; display: block; color: #333; line-height: 1.5rem; float: left; } /* Testing font-pack plugin */ .foo { font: 1rem/1.2 roboto; } /* END - Testing font-pack plugin */ body { /* Sass like variables: postcss-simple-vars */ background:$rgbaVar; color: $mainFontColor; font-size: $baseFontSize; line-height: $baseLineHeight; } /* Icon layout for test page - not important */ [class^="icon-"], [class*=" icon-"] { width: 100px; height: 100px; display: inline-block; margin: 1rem; float: left; } p { float: left; } /* Testing font-magician plugin */ div.fonticon { font-family: "notify"; line-height: 1; font-size: 6.6rem; width: 100px; height: 100px; display: inline-block; float: left; color: #333; } .material-icons { margin: 1rem; width: 100px; height: 100px; display: inline-block; float: left; color: #333; text-transform: none; letter-spacing: normal; word-wrap: normal; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; img { width: 6.6rem; } } /* Testing postcss-center */ .center-me { top: center; left: center; width: 80%; max-width: 80rem; } .container { width: 80%; max-width: 80rem; margin: 1rem auto; } /* Correctly combined into one selector: postcss-merge-rules */ h1 { font-size: 50px; } h1 { font-weight: 300; } /* EXTEND EXAMLE */ @define-placeholder simple-list { list-style-type: none; margin: 0; padding: 0; } .list-i-want-to-be-simple { @extend simple-list; /* or @simple-extend-addto simple-list; */ font-size: 1rem; } /* END - EXTEND EXAMLE */ span { border-radius:20px; animation:test 1s ease; /* Testing color manipulation plugin */ color: color(red a(10%)); border-color: color(hsla(125, 50%, 50%, .4) saturation(+ 10%) w(- 20%)); &:hover { background-color: color(red lightness(50%)); } &.amp-dot-class { /* &.class works as expected */ width: 50px; } .class-space-amp & { /* `.class &` worked and changed it to `div .class {}` */ } width: 70px; } @media (max-width: 500px) { /* Need to test indented media queries like sass further */ background: red; color: blue; } /* Triggers the autoprefixer */ @keyframes test { 0% { left: 0; } 100% { left: 100vw; } }
css/main.css
@import '_normalize'; @import '_vars'; @import '_one'; @import '_two'; @import '_icons'; @font-face { font-family: 'notify'; src: url("../fonts/notify.eot"); src: url("../fonts/notify.eot?#iefix") format("embedded-opentype"), url("../fonts/notify.ttf") format("truetype"), url("../fonts/notify.woff") format("woff"), url("../fonts/notify.svg#notify") format("svg"); font-weight: normal; font-style: normal; } /* font-family: 'Work Sans'; font-weight: 400;*/ div.material-icons { font-size: 1.5rem; display: block; color: #333; line-height: 1.5rem; float: left; } /* Testing font-pack plugin */ .foo { font: 1rem/1.2 roboto; } /* END - Testing font-pack plugin */ body { /* Sass like variables: postcss-simple-vars */ background:$rgbaVar; color: $mainFontColor; font-size: $baseFontSize; line-height: $baseLineHeight; } /* Icon layout for test page - not important */ [class^="icon-"], [class*=" icon-"] { width: 100px; height: 100px; display: inline-block; margin: 1rem; float: left; } p { float: left; } /* Testing font-magician plugin */ div.fonticon { font-family: "notify"; line-height: 1; font-size: 6.6rem; width: 100px; height: 100px; display: inline-block; float: left; color: #333; } .material-icons { margin: 1rem; width: 100px; height: 100px; display: inline-block; float: left; color: #333; text-transform: none; letter-spacing: normal; word-wrap: normal; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; img { width: 6.6rem; } } /* Testing postcss-center */ .center-me { top: center; left: center; width: 80%; max-width: 80rem; } .container { width: 80%; max-width: 80rem; margin: 1rem auto; } /* Correctly combined into one selector: postcss-merge-rules */ h1 { font-size: 50px; } h1 { font-weight: 300; } /* EXTEND EXAMLE */ @define-placeholder simple-list { list-style-type: none; margin: 0; padding: 0; } .list-i-want-to-be-simple { @extend simple-list; /* or @simple-extend-addto simple-list; */ font-size: 1rem; } /* END - EXTEND EXAMLE */ span { border-radius:20px; animation:test 1s ease; /* Testing color manipulation plugin */ color: color(red a(10%)); border-color: color(hsla(125, 50%, 50%, .4) saturation(+ 10%) w(- 20%)); &:hover { background-color: color(red lightness(50%)); } &.amp-dot-class { /* &.class works as expected */ width: 50px; } .class-space-amp & { /* `.class &` worked and changed it to `div .class {}` */ } width: 70px; } @media (max-width: 500px) { /* Need to test indented media queries like sass further */ background: red; color: blue; } /* Triggers the autoprefixer */ @keyframes test { 0% { left: 0; } 100% { left: 100vw; } }
0.326701
0.065515
.service-container{ width: 100vw; min-height: 50vh; display: flex; flex-direction: row; justify-content: center; } .services-title-container{ width: 50%; background-color: #4a5562 ; display: flex; /* padding: 40px 20% 40px 0px; */ padding-top: 40px; padding-left: 20%; flex-direction: column; } .services-content-container{ padding: 40px 3%; width: 50%; display: flex; flex-direction: column; } .header{ color: #fff; font-size: 22px; text-transform: uppercase; letter-spacing: 3px; } .services-content-list{ margin-top: 30px; display: flex; flex-direction: column; } .services-list-container{ width: 100%; height: 50px; display: flex; align-items: center; cursor: pointer; } .services-list-container p{ font-weight: 500; color: #fff; text-transform: uppercase; letter-spacing: 3px; margin-top: 20px; transition: font-size 300ms ease; } .services-list-container:hover p{ font-size: 22px; } .diamond{ font-size:25px; color:#4a5562 !important; margin-right:-13px; display: none; transition: display 500ms ease; } .services-list-container:hover .diamond{ display: flex !important; } .services-content{ flex-direction: column; align-items: flex-start; padding-right: 20%; } .services-content-title{ font-size: 30px; margin-bottom: 10px; color: #000000; font-weight: 400; } .services-content-desc{ font-size:20px; margin-top: 0; max-width: 70%; color: #4a5562; font-weight: 400; } .services-content-bnt{ padding:18px 30px; color: #fff; background-color: #4a5562; font-size: 15px; font-weight: 500; border:1px solid #4a5562; cursor: pointer; } .services-content-bnt:hover{ color: #4a5562; background-color: #fff; border:1px solid #4a5562; transition: all 200ms ease; } @media only screen and (max-width: 1366px){ .service-container{ padding:0em 10% ; } } @media only screen and (max-width: 1280px){ } @media only screen and (max-width:768px){ .service-container{ width: 100vw; min-height: 50vh; display: flex; padding:1em 0px !important; } .services-title-container{ padding: 40px 3%; width: 40%; } .services-content-container{ padding: 40px 1em; width: 100%; } .services-content-desc{ max-width: 100%; color: #4a5562; } .services-content{ padding-right: 0%; width: 100%; } .diamond{ display:none !important; position: relative; z-index: -999; } } @media only screen and (max-width: 540px){ .service-container{ width: 100vw; min-height: 50vh; display: flex; flex-direction: column; } .services-title-container{ width: 100%; display: flex; padding-left: 20%; } .services-content-desc{ max-width: 100%; color: #4a5562; font-size: 18px; } .services-content-title{ font-size: 25px; } }
src/style/services.css
.service-container{ width: 100vw; min-height: 50vh; display: flex; flex-direction: row; justify-content: center; } .services-title-container{ width: 50%; background-color: #4a5562 ; display: flex; /* padding: 40px 20% 40px 0px; */ padding-top: 40px; padding-left: 20%; flex-direction: column; } .services-content-container{ padding: 40px 3%; width: 50%; display: flex; flex-direction: column; } .header{ color: #fff; font-size: 22px; text-transform: uppercase; letter-spacing: 3px; } .services-content-list{ margin-top: 30px; display: flex; flex-direction: column; } .services-list-container{ width: 100%; height: 50px; display: flex; align-items: center; cursor: pointer; } .services-list-container p{ font-weight: 500; color: #fff; text-transform: uppercase; letter-spacing: 3px; margin-top: 20px; transition: font-size 300ms ease; } .services-list-container:hover p{ font-size: 22px; } .diamond{ font-size:25px; color:#4a5562 !important; margin-right:-13px; display: none; transition: display 500ms ease; } .services-list-container:hover .diamond{ display: flex !important; } .services-content{ flex-direction: column; align-items: flex-start; padding-right: 20%; } .services-content-title{ font-size: 30px; margin-bottom: 10px; color: #000000; font-weight: 400; } .services-content-desc{ font-size:20px; margin-top: 0; max-width: 70%; color: #4a5562; font-weight: 400; } .services-content-bnt{ padding:18px 30px; color: #fff; background-color: #4a5562; font-size: 15px; font-weight: 500; border:1px solid #4a5562; cursor: pointer; } .services-content-bnt:hover{ color: #4a5562; background-color: #fff; border:1px solid #4a5562; transition: all 200ms ease; } @media only screen and (max-width: 1366px){ .service-container{ padding:0em 10% ; } } @media only screen and (max-width: 1280px){ } @media only screen and (max-width:768px){ .service-container{ width: 100vw; min-height: 50vh; display: flex; padding:1em 0px !important; } .services-title-container{ padding: 40px 3%; width: 40%; } .services-content-container{ padding: 40px 1em; width: 100%; } .services-content-desc{ max-width: 100%; color: #4a5562; } .services-content{ padding-right: 0%; width: 100%; } .diamond{ display:none !important; position: relative; z-index: -999; } } @media only screen and (max-width: 540px){ .service-container{ width: 100vw; min-height: 50vh; display: flex; flex-direction: column; } .services-title-container{ width: 100%; display: flex; padding-left: 20%; } .services-content-desc{ max-width: 100%; color: #4a5562; font-size: 18px; } .services-content-title{ font-size: 25px; } }
0.321034
0.059102
@font-face { font-family: 'Gadugi'; src: url('font/gadugi-bold.ttf') format('Bold '), url('font/gadugi-normal.ttf') format('normal '); } :root{ --vinho: #9E4F51; --amarelo-claro: #F4E7D5; --light-green: #3dd705; --red: #e92929; } *{ margin: 0; padding: 0; box-sizing: border-box; } .mainBox{ max-width: 1200px; margin: auto; } html{ font-family: 'Gadugi', Fallback, sans-serif; } /*cabeçalho estatus============================================*/ .boxHeader{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } .boxHeader .statusHeader{ display: flex; width: 100%; background-color: black; color: white; font-size: 70%; padding: 8px; } .boxHeader .statusHeader .tresPontos{ display: flex; justify-content: center; align-items: center; width: 100%; margin: 0 10px 0 10px; } .boxHeader .statusHeader .tresPontos img{ border-radius: 50%; width: 17px; height: 17px; margin-right: 10px; } .boxHeader .statusHeader .status{ display: flex; justify-content: flex-end; align-items: center; width: 100%; margin: 0 10px 0 10px; } .boxHeader .statusHeader .status .statusOn{ width: 0.8rem; height: 0.8rem; border-radius: 50%; margin: 0 5px 0 5px; } .boxHeader .statusHeader .status p{ margin-left: 10px; } .boxHeader .statusHeader .jogadoresOn{ display: flex; justify-content: flex-start; align-items: center; width: 100%; margin-left: 20px; } /*cabeçalho background=========================================*/ .menuHeader{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; background-image: url(img/headerBG.jpeg); background-size: 1200px 268px; width: 100%; height: 268px; } .menuHeader .menuTop{ display: flex;/*alinha itens ao meio*/ align-items:flex-start;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ } /*login=========================================================*/ .menuHeader .menuTop :nth-child(7){ background-color: white; border-radius: 0.20rem; color: rgb(172, 15, 15); padding: 5px 20px 5px 20px; margin-top: -55px; } .menuHeader .menuTop a{ text-decoration: none; color: ivory; margin: -50px 12px 0 12px; font-size: 70%; } .menuHeader .menuTop :first-child{ margin: 0px 90px 0 -90px; margin-top: -44px; } .menuHeader .menuTop img{ height: 3rem; width: 7rem; } .menuHeader .HeaderAvatar{ height: 200px; width: 370px; margin-bottom: -35px; } /*cabeçalho cards manu=========================================*/ .menuHeader .boxMenuDown{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ font-size: 75%; margin-bottom: -90px; } .menuHeader .boxMenuDown .menuDown{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ background-color: white; box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5); border-radius: 0.20rem; margin: 0 10px 0 10px; width: 11rem; height: 4rem; } .menuHeader .boxMenuDown .menuDown .MenuDownNumber{ color: var(--vinho); font-size: 300%; } .menuHeader .boxMenuDown .menuDown .menuDowText .MenuDownTittle{ color: var(--vinho); } /*boxBody======================================================*/ .boxBody{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } /*sobre========================================================*/ .boxAboutServer{ width: 70%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ margin-top: 50px; } .boxAboutServer p{ margin-bottom: 10px; } .boxAboutServer .boxAboutServerImg img{ width: 250px; height: 280px; } .boxAboutServer .sobreComece{ display: flex;/*alinha itens ao meio*/ flex-direction: column; margin: 10px; } .boxAboutServer .sobreComece .comece{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } .boxAboutServer .sobreComece .comece #boxComece{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-flow: wrap; margin-top: -10px; } .boxAboutServer .sobreComece .comece #boxComece .boxComece{ background-color: var(--amarelo-claro); display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ opacity: 0.9; padding: 5px; margin: 3px 7px 3px 7px; width: 200px; height: 40px; border-radius: 0.40rem; } .boxAboutServer .sobreComece .comece #boxComece :hover{ background-color: #9E4F51; color: snow; } /*noticias=====================================================*/ .boxNoticias{ width: 70%; display: flex;/*alinha itens ao meio*/ flex-direction: column; margin: 10px; } .boxNoticias h3{ margin-bottom: 15px; } .boxNoticias .boxNoticiasCards{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ } .boxNoticias .boxNoticiasCards .cardNoticias p{ margin: 10px; } .boxNoticias .boxNoticiasCards .cardNoticias{ display: flex;/*alinha itens ao meio*/ flex-direction: column; width: 24%; height: 25%; margin: 10px; box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2); } /*features===================================================*/ .boxFeatures img{ width: 40%; height: 40%; } .boxFeatures{ width: 70%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; margin: 10px; } .boxFeatures .boxFeaturesInterno{ margin: 10px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ } .boxFeatures .boxFeaturesInterno .esquerdaFeatures{ margin: 10px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } .boxFeatures .boxFeaturesInterno .esquerdaFeatures .cardFeatures{ margin: 10px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ border-radius: 0.80rem 0 0.80rem 0; background-color: rgb(114, 167, 153); width: 16rem; height: 3rem; color: rgb(240, 227, 56); } .boxFeatures .boxFeaturesInterno .direitaFeatures .cardFeatures{ margin: 10px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ border-radius: 0.80rem 0 0.80rem 0; background-color: rgb(114, 167, 153); width: 16rem; height: 3rem; color: rgb(240, 227, 56); } /*boxAssassin================================================*/ .boxAssassin .boxAssassinImg img{ width: 80%; height: 80%; margin-bottom: 35px; margin-left: 35px; } .boxAssassin{ margin-top: 40px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ background-color: var(--vinho); width: 1200px; height: 160px; } .boxAssassin .boxAssassin999{ color: snow; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; margin: 0 20px 0 20px; } .boxAssassin .boxAssassin999 :nth-child(1){ font-size: 140%; } /*woeBox=====================================================*/ .woeBox .woeTresBox .woeCharBox img{ width: 15rem; height: 15rem; } .woeBox .woeTresBox .woeFlagBox img{ width: 6rem; height: 8rem; } .woeBox{ width: 70%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; margin: 2rem; } .woeBox .woeTresBox{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ margin: 2rem; } .woeBox .woeTresBox .woeFlagBox{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ margin: 1rem; width: 17rem; height: 10rem; padding: 2rem; border-style: solid; border-Color:rgb(175, 173, 173); box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2); border-radius: 0.5rem; } .woeBox .woeTresBox .TEXT{ display: flex;/*alinha itens ao meio*/ flex-direction: column; margin: 2rem; } .woeBox .woeTresBox .TEXT p{ font-size: 70%; } .woeBox .woeTresBox .TEXT :nth-child(1){ font-size: 120%; } /*woeRulesBox================================================*/ .woeBox .woeRules img{ width: 70%; height: 60%; margin-left: 40px; } .woeBox .woeRules{ width: 90%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ background-color: var(--amarelo-claro); padding: 10px; } .woeBox .woeRulesText{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } .woeBox .woeRulesText :nth-child(1){ color: var(--vinho); } /*footer*/ .boxFooter{ width: 1200px; height: 9rem; background-color: rgb(22, 21, 21); color: white; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: flex-end;/*alinha itens ao meio*/ flex-direction: column; font-size: 60%; margin-top: -110px; z-index: -1; } .boxFooter .Footer{ background-color: black; width: 100%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: flex-end;/*alinha itens ao meio*/ flex-direction: column; }
style.css
@font-face { font-family: 'Gadugi'; src: url('font/gadugi-bold.ttf') format('Bold '), url('font/gadugi-normal.ttf') format('normal '); } :root{ --vinho: #9E4F51; --amarelo-claro: #F4E7D5; --light-green: #3dd705; --red: #e92929; } *{ margin: 0; padding: 0; box-sizing: border-box; } .mainBox{ max-width: 1200px; margin: auto; } html{ font-family: 'Gadugi', Fallback, sans-serif; } /*cabeçalho estatus============================================*/ .boxHeader{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } .boxHeader .statusHeader{ display: flex; width: 100%; background-color: black; color: white; font-size: 70%; padding: 8px; } .boxHeader .statusHeader .tresPontos{ display: flex; justify-content: center; align-items: center; width: 100%; margin: 0 10px 0 10px; } .boxHeader .statusHeader .tresPontos img{ border-radius: 50%; width: 17px; height: 17px; margin-right: 10px; } .boxHeader .statusHeader .status{ display: flex; justify-content: flex-end; align-items: center; width: 100%; margin: 0 10px 0 10px; } .boxHeader .statusHeader .status .statusOn{ width: 0.8rem; height: 0.8rem; border-radius: 50%; margin: 0 5px 0 5px; } .boxHeader .statusHeader .status p{ margin-left: 10px; } .boxHeader .statusHeader .jogadoresOn{ display: flex; justify-content: flex-start; align-items: center; width: 100%; margin-left: 20px; } /*cabeçalho background=========================================*/ .menuHeader{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; background-image: url(img/headerBG.jpeg); background-size: 1200px 268px; width: 100%; height: 268px; } .menuHeader .menuTop{ display: flex;/*alinha itens ao meio*/ align-items:flex-start;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ } /*login=========================================================*/ .menuHeader .menuTop :nth-child(7){ background-color: white; border-radius: 0.20rem; color: rgb(172, 15, 15); padding: 5px 20px 5px 20px; margin-top: -55px; } .menuHeader .menuTop a{ text-decoration: none; color: ivory; margin: -50px 12px 0 12px; font-size: 70%; } .menuHeader .menuTop :first-child{ margin: 0px 90px 0 -90px; margin-top: -44px; } .menuHeader .menuTop img{ height: 3rem; width: 7rem; } .menuHeader .HeaderAvatar{ height: 200px; width: 370px; margin-bottom: -35px; } /*cabeçalho cards manu=========================================*/ .menuHeader .boxMenuDown{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ font-size: 75%; margin-bottom: -90px; } .menuHeader .boxMenuDown .menuDown{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ background-color: white; box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5); border-radius: 0.20rem; margin: 0 10px 0 10px; width: 11rem; height: 4rem; } .menuHeader .boxMenuDown .menuDown .MenuDownNumber{ color: var(--vinho); font-size: 300%; } .menuHeader .boxMenuDown .menuDown .menuDowText .MenuDownTittle{ color: var(--vinho); } /*boxBody======================================================*/ .boxBody{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } /*sobre========================================================*/ .boxAboutServer{ width: 70%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ margin-top: 50px; } .boxAboutServer p{ margin-bottom: 10px; } .boxAboutServer .boxAboutServerImg img{ width: 250px; height: 280px; } .boxAboutServer .sobreComece{ display: flex;/*alinha itens ao meio*/ flex-direction: column; margin: 10px; } .boxAboutServer .sobreComece .comece{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } .boxAboutServer .sobreComece .comece #boxComece{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-flow: wrap; margin-top: -10px; } .boxAboutServer .sobreComece .comece #boxComece .boxComece{ background-color: var(--amarelo-claro); display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ opacity: 0.9; padding: 5px; margin: 3px 7px 3px 7px; width: 200px; height: 40px; border-radius: 0.40rem; } .boxAboutServer .sobreComece .comece #boxComece :hover{ background-color: #9E4F51; color: snow; } /*noticias=====================================================*/ .boxNoticias{ width: 70%; display: flex;/*alinha itens ao meio*/ flex-direction: column; margin: 10px; } .boxNoticias h3{ margin-bottom: 15px; } .boxNoticias .boxNoticiasCards{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ } .boxNoticias .boxNoticiasCards .cardNoticias p{ margin: 10px; } .boxNoticias .boxNoticiasCards .cardNoticias{ display: flex;/*alinha itens ao meio*/ flex-direction: column; width: 24%; height: 25%; margin: 10px; box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2); } /*features===================================================*/ .boxFeatures img{ width: 40%; height: 40%; } .boxFeatures{ width: 70%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; margin: 10px; } .boxFeatures .boxFeaturesInterno{ margin: 10px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ } .boxFeatures .boxFeaturesInterno .esquerdaFeatures{ margin: 10px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } .boxFeatures .boxFeaturesInterno .esquerdaFeatures .cardFeatures{ margin: 10px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ border-radius: 0.80rem 0 0.80rem 0; background-color: rgb(114, 167, 153); width: 16rem; height: 3rem; color: rgb(240, 227, 56); } .boxFeatures .boxFeaturesInterno .direitaFeatures .cardFeatures{ margin: 10px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ border-radius: 0.80rem 0 0.80rem 0; background-color: rgb(114, 167, 153); width: 16rem; height: 3rem; color: rgb(240, 227, 56); } /*boxAssassin================================================*/ .boxAssassin .boxAssassinImg img{ width: 80%; height: 80%; margin-bottom: 35px; margin-left: 35px; } .boxAssassin{ margin-top: 40px; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ background-color: var(--vinho); width: 1200px; height: 160px; } .boxAssassin .boxAssassin999{ color: snow; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; margin: 0 20px 0 20px; } .boxAssassin .boxAssassin999 :nth-child(1){ font-size: 140%; } /*woeBox=====================================================*/ .woeBox .woeTresBox .woeCharBox img{ width: 15rem; height: 15rem; } .woeBox .woeTresBox .woeFlagBox img{ width: 6rem; height: 8rem; } .woeBox{ width: 70%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; margin: 2rem; } .woeBox .woeTresBox{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ margin: 2rem; } .woeBox .woeTresBox .woeFlagBox{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ margin: 1rem; width: 17rem; height: 10rem; padding: 2rem; border-style: solid; border-Color:rgb(175, 173, 173); box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2); border-radius: 0.5rem; } .woeBox .woeTresBox .TEXT{ display: flex;/*alinha itens ao meio*/ flex-direction: column; margin: 2rem; } .woeBox .woeTresBox .TEXT p{ font-size: 70%; } .woeBox .woeTresBox .TEXT :nth-child(1){ font-size: 120%; } /*woeRulesBox================================================*/ .woeBox .woeRules img{ width: 70%; height: 60%; margin-left: 40px; } .woeBox .woeRules{ width: 90%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ background-color: var(--amarelo-claro); padding: 10px; } .woeBox .woeRulesText{ display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: center;/*alinha itens ao meio*/ flex-direction: column; } .woeBox .woeRulesText :nth-child(1){ color: var(--vinho); } /*footer*/ .boxFooter{ width: 1200px; height: 9rem; background-color: rgb(22, 21, 21); color: white; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: flex-end;/*alinha itens ao meio*/ flex-direction: column; font-size: 60%; margin-top: -110px; z-index: -1; } .boxFooter .Footer{ background-color: black; width: 100%; display: flex;/*alinha itens ao meio*/ align-items: center;/*alinha itens ao meio*/ justify-content: flex-end;/*alinha itens ao meio*/ flex-direction: column; }
0.121074
0.051918
a.gwt-InlineHyperlink,a.gwt-Anchor { outline: none; text-decoration: none; font-family: Arial,sans-serif; } .gwt-PushButton { outline: none; } .gwt-Label { font-family: Arial,sans-serif; } /* oVirt legacy styles */ .rhev-Masthead { background-image: url(images/tbl_middle.gif); background-repeat: repeat-x; cellpadding: 0px; } .rhev-Masthead-Logo { /* height: 48px; width: 48px; */ padding-top: 4px; padding-left: 8px; } .rhev-MastHead-Name { color: #FFFFFF; font-family: Tahoma, Verdana, sans-serif; font-size: 14px; font-weight: bold; overflow: hidden; padding-top: 12px; padding-left: 2px; text-align: left; } .engine-MasterHead-Right { background-image: url(images/tbl_right.gif); } .rhev-MastHead-SignedInUser { color: #FFFFFF; font-family: Tahoma, Verdana, sans-serif; font-size: 10px; font-weight: normal; overflow: hidden; padding-right: 4px; text-align: right; } .engine-footer-text { color: white; } .engine-progress-box { border: 1px solid #AAAAAA; width: 60%; height: 1em; margin: auto; } .engine-progress-text { bottom: 1.3em; text-align: center; font-family: Verdana,Arial,sans-serif; font-size: 0.8em; position: relative; } .subTabPanelContainer { border-top: 1px dashed #7C7C7C; border-left: 1px dashed #7C7C7C; } .subTabGeneralItemValue { color: #777777 } .dialog-button-text-disabled, .dialog-button-text { font-family: Arial, sans-serif; font-size:13px; padding-left: 5px; padding-right: 5px; color: black; white-space: nowrap; } .dialog-button-text { cursor: pointer; } .dialog-button-text-disabled { color: #888888; } .gwt-ListBox { background-color: white; color: #000000; } .gwt-ListBox:disabled { background-color: #F6F6F5; color: #888888; } .gwt-PopupPanelGlass { z-index: 1; } /* right click menu spacing */ .gwt-MenuBar .gwt-MenuItem { padding: 0 10px !important; }
frontend/webadmin/modules/webadmin/gwt/org/ovirt/engine/ui/webadmin/public/WebAdmin.css
a.gwt-InlineHyperlink,a.gwt-Anchor { outline: none; text-decoration: none; font-family: Arial,sans-serif; } .gwt-PushButton { outline: none; } .gwt-Label { font-family: Arial,sans-serif; } /* oVirt legacy styles */ .rhev-Masthead { background-image: url(images/tbl_middle.gif); background-repeat: repeat-x; cellpadding: 0px; } .rhev-Masthead-Logo { /* height: 48px; width: 48px; */ padding-top: 4px; padding-left: 8px; } .rhev-MastHead-Name { color: #FFFFFF; font-family: Tahoma, Verdana, sans-serif; font-size: 14px; font-weight: bold; overflow: hidden; padding-top: 12px; padding-left: 2px; text-align: left; } .engine-MasterHead-Right { background-image: url(images/tbl_right.gif); } .rhev-MastHead-SignedInUser { color: #FFFFFF; font-family: Tahoma, Verdana, sans-serif; font-size: 10px; font-weight: normal; overflow: hidden; padding-right: 4px; text-align: right; } .engine-footer-text { color: white; } .engine-progress-box { border: 1px solid #AAAAAA; width: 60%; height: 1em; margin: auto; } .engine-progress-text { bottom: 1.3em; text-align: center; font-family: Verdana,Arial,sans-serif; font-size: 0.8em; position: relative; } .subTabPanelContainer { border-top: 1px dashed #7C7C7C; border-left: 1px dashed #7C7C7C; } .subTabGeneralItemValue { color: #777777 } .dialog-button-text-disabled, .dialog-button-text { font-family: Arial, sans-serif; font-size:13px; padding-left: 5px; padding-right: 5px; color: black; white-space: nowrap; } .dialog-button-text { cursor: pointer; } .dialog-button-text-disabled { color: #888888; } .gwt-ListBox { background-color: white; color: #000000; } .gwt-ListBox:disabled { background-color: #F6F6F5; color: #888888; } .gwt-PopupPanelGlass { z-index: 1; } /* right click menu spacing */ .gwt-MenuBar .gwt-MenuItem { padding: 0 10px !important; }
0.480235
0.132234
html { font-size: 62.5%; } * { font-size: 2rem; line-height: 1.5rem; color: #282f3b; box-sizing: border-box; font-weight: 400; } body { margin: 0; padding: 0; min-height: 100vh; } .header { background-color: #539ccf; clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%); } .body-wrapper { position: relative; } .footer { position: absolute; bottom: 0; top: 95%; width: 100%; background-color: #539ccf; } .section, .header, .footer { width: 100; padding: 5rem; } .u-center-text { text-align: center; } .heading-primary { font-weight: 900; font-size: 7rem; text-transform: uppercase; } .heading-secondary { font-weight: 700; font-size: 3rem; margin-left: 17.5%; } .input-box { display: flex; justify-content: center; align-items: center; } .input-box input[type="url"] { align-self: center; padding: 2rem; width: 50%; outline: none; } .input-box input[type="submit"] { padding: 2rem; width: 15%; color: #539ccf; } .output { display: none; width: 64%; margin-bottom: 2rem; padding: 1rem; margin: 0 auto; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.8); } .error { display: none; margin-top: 2rem; text-align: center; } .error__text { color: red; } @media screen and (max-width: 900px) { .input-box { flex-direction: column; } .input-box input[type="url"] { width: 100%; } .input-box input[type="submit"] { width: 100%; padding: 1rem; } .heading-secondary { margin-left: 0; } .output { width: 90%; } } @media screen and (max-width: 670px) { .heading-primary { font-size: 4rem; } .heading-secondary { font-size: 2rem; } * { font-size: 1.5rem; } } @media screen and (max-width: 470px) { .heading-primary { font-size: 3rem; } .heading-secondary { font-size: 1.5rem; } * { font-size: 1rem; } } @media screen and (max-width: 350px) { .heading-primary { font-size: 2rem; } .heading-secondary { font-size: 1rem; } .output { width: 95%; } * { font-size: 1rem; } .input-box input[type="submit"] { padding: 1rem; } }
public/css/style.css
html { font-size: 62.5%; } * { font-size: 2rem; line-height: 1.5rem; color: #282f3b; box-sizing: border-box; font-weight: 400; } body { margin: 0; padding: 0; min-height: 100vh; } .header { background-color: #539ccf; clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%); } .body-wrapper { position: relative; } .footer { position: absolute; bottom: 0; top: 95%; width: 100%; background-color: #539ccf; } .section, .header, .footer { width: 100; padding: 5rem; } .u-center-text { text-align: center; } .heading-primary { font-weight: 900; font-size: 7rem; text-transform: uppercase; } .heading-secondary { font-weight: 700; font-size: 3rem; margin-left: 17.5%; } .input-box { display: flex; justify-content: center; align-items: center; } .input-box input[type="url"] { align-self: center; padding: 2rem; width: 50%; outline: none; } .input-box input[type="submit"] { padding: 2rem; width: 15%; color: #539ccf; } .output { display: none; width: 64%; margin-bottom: 2rem; padding: 1rem; margin: 0 auto; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.8); } .error { display: none; margin-top: 2rem; text-align: center; } .error__text { color: red; } @media screen and (max-width: 900px) { .input-box { flex-direction: column; } .input-box input[type="url"] { width: 100%; } .input-box input[type="submit"] { width: 100%; padding: 1rem; } .heading-secondary { margin-left: 0; } .output { width: 90%; } } @media screen and (max-width: 670px) { .heading-primary { font-size: 4rem; } .heading-secondary { font-size: 2rem; } * { font-size: 1.5rem; } } @media screen and (max-width: 470px) { .heading-primary { font-size: 3rem; } .heading-secondary { font-size: 1.5rem; } * { font-size: 1rem; } } @media screen and (max-width: 350px) { .heading-primary { font-size: 2rem; } .heading-secondary { font-size: 1rem; } .output { width: 95%; } * { font-size: 1rem; } .input-box input[type="submit"] { padding: 1rem; } }
0.690142
0.100923
html, body, #mainContainer { padding: 0; margin: 0; height: 100%; width: 100%; font-family: verdana, helvetica, sans-serif; color: #eee; background-color: #777; } :focus { outline: none; } a { color: inherit; } /* UI container nodes */ .claro .dijitSplitContainer-dijitContentPane, .claro .dijitBorderContainer-dijitContentPane { background-color: inherit; } #topContainer { height: 60px; } #topContainer .dijitContentPane { border: none !important; overflow: hidden; padding: 10px; background-color: inherit; } #titleNode { font-size: x-large; } #infoContainer { width: 275px; background-color: inherit !important; } #descriptionPane { height: auto; max-height: 50%; } #mapPane { padding: 0 !important; } #search { position: absolute; top: 20px; right: 10px; z-index: 20; } #profileChartPane { height: 275px; padding: 0; background-color: inherit !important; -moz-box-shadow: inset -1px -1px 4px #444; -webkit-box-shadow: inset -1px -1px 4px #444; box-shadow: inset -1px -1px 4px #444; } #topContainer { border-bottom: solid 2px #575757; } .dijitSplitterH { background-color: #575757 !important; } .dijitSplitterHHover { background-image:none !important; background-color:#575757; } .dijitSplitterHHover, .dijitSplitterHActive { background-color: #575757 !important; } .dijitSplitterHHover .dijitSplitterThumb { background-color: #eee !important; } /* Esri dijits */ .esriPopup .titlePane, .dj_ie7 .esriPopup .titlePane .title { color: #eee; background-color: #777; font-weight: bolder; } .esriAttribution { padding: 3px; border-radius: 3px; } .esriLegendService { font-size: small; overflow: hidden; } .esriLegendServiceLabel { margin-left: 10px; } .esriLegendLayerLabel { margin-left: 15px; font-style: italic; display: none; } .esriLegendLayer { margin-left: 25px; } /* Esri SignIn Dialog */ .esriSignInDialog { color: #eee !important; border: solid 1px #666 !important; border-radius: 6px; } .esriSignInDialog .dijitDialogTitleBar { border: none !important; background: #555 none !important; border: none !important; border-radius: 4px 4px 0 0; } .esriSignInDialog .dijitDialogTitle { color: #eee; font-weight: bolder !important; } .esriSignInDialog .dijitDialogPaneContent { border: none !important; background-color: #555 !important; border-radius: 0 0 4px 4px; } .esriSignInDialog .dijitDialogPaneContentArea { background-color: #555 !important; border: none !important; } .esriSignInDialog .dijitDialogPaneActionBar { background-color: #555 !important; border: none !important; border-radius: 0 0 4px 4px; } .esriSignInDialog .dijitButtonNode { background: #333 !important; border-color: #555 !important; } .esriSignInDialog .dijitButtonNode:hover { box-shadow: 0 0 5px #222; } .esriSignInDialog .dijitButtonText { color: #ccc !important; } .esriSignInDialog .dijitButtonText:hover { color: #eee !important; } .esriSignInDialog a { color: #eee !important; } .elevationsProfileMeasurePane .dijitDialogCloseIcon { z-index: 99; }
css/main.css
html, body, #mainContainer { padding: 0; margin: 0; height: 100%; width: 100%; font-family: verdana, helvetica, sans-serif; color: #eee; background-color: #777; } :focus { outline: none; } a { color: inherit; } /* UI container nodes */ .claro .dijitSplitContainer-dijitContentPane, .claro .dijitBorderContainer-dijitContentPane { background-color: inherit; } #topContainer { height: 60px; } #topContainer .dijitContentPane { border: none !important; overflow: hidden; padding: 10px; background-color: inherit; } #titleNode { font-size: x-large; } #infoContainer { width: 275px; background-color: inherit !important; } #descriptionPane { height: auto; max-height: 50%; } #mapPane { padding: 0 !important; } #search { position: absolute; top: 20px; right: 10px; z-index: 20; } #profileChartPane { height: 275px; padding: 0; background-color: inherit !important; -moz-box-shadow: inset -1px -1px 4px #444; -webkit-box-shadow: inset -1px -1px 4px #444; box-shadow: inset -1px -1px 4px #444; } #topContainer { border-bottom: solid 2px #575757; } .dijitSplitterH { background-color: #575757 !important; } .dijitSplitterHHover { background-image:none !important; background-color:#575757; } .dijitSplitterHHover, .dijitSplitterHActive { background-color: #575757 !important; } .dijitSplitterHHover .dijitSplitterThumb { background-color: #eee !important; } /* Esri dijits */ .esriPopup .titlePane, .dj_ie7 .esriPopup .titlePane .title { color: #eee; background-color: #777; font-weight: bolder; } .esriAttribution { padding: 3px; border-radius: 3px; } .esriLegendService { font-size: small; overflow: hidden; } .esriLegendServiceLabel { margin-left: 10px; } .esriLegendLayerLabel { margin-left: 15px; font-style: italic; display: none; } .esriLegendLayer { margin-left: 25px; } /* Esri SignIn Dialog */ .esriSignInDialog { color: #eee !important; border: solid 1px #666 !important; border-radius: 6px; } .esriSignInDialog .dijitDialogTitleBar { border: none !important; background: #555 none !important; border: none !important; border-radius: 4px 4px 0 0; } .esriSignInDialog .dijitDialogTitle { color: #eee; font-weight: bolder !important; } .esriSignInDialog .dijitDialogPaneContent { border: none !important; background-color: #555 !important; border-radius: 0 0 4px 4px; } .esriSignInDialog .dijitDialogPaneContentArea { background-color: #555 !important; border: none !important; } .esriSignInDialog .dijitDialogPaneActionBar { background-color: #555 !important; border: none !important; border-radius: 0 0 4px 4px; } .esriSignInDialog .dijitButtonNode { background: #333 !important; border-color: #555 !important; } .esriSignInDialog .dijitButtonNode:hover { box-shadow: 0 0 5px #222; } .esriSignInDialog .dijitButtonText { color: #ccc !important; } .esriSignInDialog .dijitButtonText:hover { color: #eee !important; } .esriSignInDialog a { color: #eee !important; } .elevationsProfileMeasurePane .dijitDialogCloseIcon { z-index: 99; }
0.321247
0.094218
.top-banner { width: 100%; height: 800px; overflow: hidden; position: relative; } .top-banner h1 { width: 100%; position: absolute; left: 0; z-index: 4; color: #fff; text-align: center; top: 40%; font-size: 60px; letter-spacing: 20px; text-shadow: 0 5px 10px 5px; } .top-banner p { width: 100%; position: absolute; left: 0; z-index: 4; color: #f9bc05; text-align: center; top: 55%; font-size: 20px; font-weight: bold; } #c { position: absolute; top: 0; left: 0; background-color: black; width: 100%; height: 100%; z-index: 3; } .web-list { width: 100%; height: auto; overflow: hidden; } .web-list ul { overflow: hidden; border: 1px solid #e3e3e3; box-sizing: border-box; } .web-list ul li { width: 25%; float: left; overflow: hidden; padding: 20px; padding-bottom: 30px; border-right: 1px solid #e3e3e3; box-sizing: border-box; position: relative; cursor: pointer; } .web-list ul li .item-info { position: relative; z-index: 999; } .web-list ul li .list-mask { display: block; position: absolute; left: 50%; top: 50%; margin-left: 0; margin-top: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #000; opacity: 0; width: 0px; height: 0px; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; z-index: 99; } .web-list ul li .svg-class { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 0.3s; opacity: 0; pointer-events: none; z-index: 101; } .web-list ul li h4 { text-align: center; font-size: 25px; color: #777; line-height: 25px; margin-top: 30px; } .web-list ul li small { text-align: center; width: 100%; display: block; font-size: 16px; color: #999; line-height: 16px; margin-top: 20px; } .web-list ul li p { font-size: 15px; color: #666; width: 70%; margin: 0 auto; line-height: 25px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .web-list ul li i { margin: 20px auto; display: block; text-align: center; font-size: 50px; } .web-list ul:hover { border-top: 1px solid rgba(0, 0, 0, 0.8); border-left: 1px solid rgba(0, 0, 0, 0.8); border-right: 1px solid rgba(0, 0, 0, 0.8); } .web-list li:last-child:hover { border-right: 1px solid rgba(0, 0, 0, 0.8); } .web-list li:hover .list-mask { opacity: .8; width: 1000px; height: 1000px; margin-left: -500px; margin-top: -500px; } .web-list li:hover .svg-class { opacity: .7; } .web-list li:hover h4, .web-list li:hover small, .web-list li:hover p, .web-list li:hover i { color: #fff; } .web-list li:hover i { animation: mymove 2s infinite; position: relative; } .web-bg01 { background-image: url(../images/web-item-bg1.jpg); } .web-bg02 { background-image: url(../images/web-item-bg2.jpg); } .web-bg03 { background-image: url(../images/web-item-bg3.jpg); } .item-mask { position: absolute; left: 0; top: 0; width: 100% !important; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 9; } .item-pos { position: relative; left: 0; top: 0; z-index: 99; } .web-item { overflow: hidden; padding: 50px 0; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; min-height: 300px; } .web-item .item-wrap { width: 1350px; overflow: hidden; margin: 0 auto; } .web-item div { width: 50%; } .web-item .float-left { float: left; } .web-item .float-right { float: left; } .web-item .words-right-style h3 { color: #fff !important; } .web-item .words-right-style p { color: #fff !important; } .web-item .item-words { overflow: hidden; box-sizing: border-box; } .web-item .item-words h3 { font-size: 30px; color: #444; line-height: 30px; text-indent: -5px; overflow: hidden; position: relative; } .web-item .item-words h3 span { display: block; width: 20px; height: 20px; border-left: 4px solid #cf1132; border-bottom: 4px solid #cf1132; float: left; margin-top: 18px; } .web-item .item-words .line-color1 { text-indent: 0; line-height: 60px; } .web-item .item-words .line-color2 { text-indent: 0; line-height: 60px; } .web-item .item-words .line-color3 { text-indent: 0; line-height: 60px; } .web-item .item-words .line-color4 { text-indent: 0; line-height: 60px; } .web-item .item-words .line-color1:after { content: ''; display: block; width: 80px; height: 5px; background: #268bc0; position: absolute; left: 0; bottom: 0; } .web-item .item-words .line-color3:after { content: ''; display: inline-block; width: 60px; height: 5px; background: #e32347; margin-bottom: 7px; margin-left: 7px; } .web-item .item-words .line-color4:after { content: ''; display: block; width: 60px; height: 5px; background: #23a6e3; position: absolute; left: 60px; bottom: 0; } .web-item .item-words .line-color2:after { content: ''; display: block; width: 80px; height: 5px; background: #e38623; position: absolute; left: 0; bottom: 0; } .web-item .item-words .line-color2:before { content: ''; display: block; width: 80px; height: 5px; background: #e38623; position: absolute; left: 0; top: 0; } .web-item .item-words p { font-size: 16px; color: #666; padding-left: 15px; margin-top: 20px; width: 70%; line-height: 25px; } .web-item .item-img { text-align: center; } .web-item .img-left { text-align: left; } .messqge { margin-top: 60px; background: #fff; overflow: hidden; padding-bottom: 50px; margin-bottom: 10px; } .messqge .mes-title { width: 1300px; margin: 0 auto; overflow: hidden; } .messqge .mes-title h3 { color: #717171; font-weight: bold; font-size: 31px; padding-left: 20px; position: relative; border-left: 2px solid #f65314; padding: 15px 0; padding-left: 30px; line-height: 40px; } .messqge .mes-title p { color: #aeaeae; font-size: 14px; width: 40%; } .messqge .mes-list { width: 1300px; margin: 0 auto; overflow: hidden; } .messqge .mes-list ul { width: 30%; float: left; margin-left: 4%; margin-top: 50px; } .messqge .mes-list ul li.list-item-title { margin-bottom: 20px; } .messqge .mes-list ul li.list-item-title h4 { color: #666; font-weight: bold; font-size: 20px; overflow: hidden; margin-bottom: 20px; } .messqge .mes-list ul li.list-item-title h4 a { float: right; font-size: 16px; color: #eabe25; margin-top: 8px; } .messqge .mes-list ul li.list-item-title h4 a:hover { text-decoration: none; color: #b68f08; } .messqge .mes-list ul li.list-item-title h4 span { font-size: 14px; position: relative; display: inline-block; margin-left: 15px; top: 5px; } .messqge .mes-list ul li.list-item-title h4 span strong { color: #f02f2f; } .messqge .mes-list ul li.list-item-title h4 span:before { content: ''; display: block; width: 2px; height: 30px; background: #dbd8d8; position: absolute; transform: rotate(30deg); left: -10px; top: -10px; } .messqge .mes-list ul li { margin-bottom: 10px; } .messqge .mes-list ul li a { color: #969696; } .messqge .mes-list ul li a span { float: right; } .messqge .mes-list ul li a:hover { text-decoration: none; } .messqge .mes-list ul li:hover a { color: #666; } .messqge .mes-list ul:first-child { margin-left: 0; } .our-case { width: 100%; height: auto; background: #212121; position: relative; margin-top: 30px; } .our-case .case-middle { width: 1200px; overflow: hidden; margin: 0 auto; padding: 80px 0; } .our-case .case-middle .left-img { width: 250px; position: relative; margin-left: 50px; float: left; margin-right: 50px; } .our-case .case-middle .left-img img { display: block; width: 100%; height: auto; } .our-case .case-middle .left-img:before { content: ''; display: block; width: 1px; height: 90px; background: #fff; transform: rotate(45deg); position: absolute; right: 0px; top: -30px; } .our-case .case-middle .left-img:after { content: ''; display: block; width: 1px; height: 90px; background: #fff; transform: rotate(45deg); position: absolute; left: 0px; bottom: -70px; } .our-case .case-middle .case-info { overflow: hidden; margin-top: 20px; width: 450px; float: left; } .our-case .case-middle .case-info h3 { color: #fff; margin: 0; position: relative; font-size: 24px; } .our-case .case-middle .case-info h3:after { content: ''; display: block; width: 110px; height: 3px; background: #fff; margin-top: 10px; border-left: 50px solid #f02445; } .our-case .case-middle .case-info span { color: #dad6d6; margin: 15px 0; display: block; } .our-case .case-middle .case-info p { color: #dad6d6; width: 100%; font-size: 16px; line-height: 25px; } .our-case .case-middle .case-info a { display: block; width: 120px; border: 1px solid #efbb30; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 40px; line-height: 38px; color: #efbb30; text-align: center; margin-top: 20px; transition: all 0.3s; } .our-case .case-middle .case-info a:hover { text-decoration: none; background: #efbb30; color: #fff; } .our-case .right-img { width: 1200px; cursor: pointer; position: absolute; left: 50%; margin-left: -600px; top: -70px; } .our-case .right-img img { display: block; width: 400px; height: auto; float: right; } @keyframes mymove { 0% { top: -10px; opacity: .4; } 50% { top: 10px; opacity: 1; } 100% { top: -10px; opacity: .4; } }
template/default/css/website.css
.top-banner { width: 100%; height: 800px; overflow: hidden; position: relative; } .top-banner h1 { width: 100%; position: absolute; left: 0; z-index: 4; color: #fff; text-align: center; top: 40%; font-size: 60px; letter-spacing: 20px; text-shadow: 0 5px 10px 5px; } .top-banner p { width: 100%; position: absolute; left: 0; z-index: 4; color: #f9bc05; text-align: center; top: 55%; font-size: 20px; font-weight: bold; } #c { position: absolute; top: 0; left: 0; background-color: black; width: 100%; height: 100%; z-index: 3; } .web-list { width: 100%; height: auto; overflow: hidden; } .web-list ul { overflow: hidden; border: 1px solid #e3e3e3; box-sizing: border-box; } .web-list ul li { width: 25%; float: left; overflow: hidden; padding: 20px; padding-bottom: 30px; border-right: 1px solid #e3e3e3; box-sizing: border-box; position: relative; cursor: pointer; } .web-list ul li .item-info { position: relative; z-index: 999; } .web-list ul li .list-mask { display: block; position: absolute; left: 50%; top: 50%; margin-left: 0; margin-top: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #000; opacity: 0; width: 0px; height: 0px; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; z-index: 99; } .web-list ul li .svg-class { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 0.3s; opacity: 0; pointer-events: none; z-index: 101; } .web-list ul li h4 { text-align: center; font-size: 25px; color: #777; line-height: 25px; margin-top: 30px; } .web-list ul li small { text-align: center; width: 100%; display: block; font-size: 16px; color: #999; line-height: 16px; margin-top: 20px; } .web-list ul li p { font-size: 15px; color: #666; width: 70%; margin: 0 auto; line-height: 25px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .web-list ul li i { margin: 20px auto; display: block; text-align: center; font-size: 50px; } .web-list ul:hover { border-top: 1px solid rgba(0, 0, 0, 0.8); border-left: 1px solid rgba(0, 0, 0, 0.8); border-right: 1px solid rgba(0, 0, 0, 0.8); } .web-list li:last-child:hover { border-right: 1px solid rgba(0, 0, 0, 0.8); } .web-list li:hover .list-mask { opacity: .8; width: 1000px; height: 1000px; margin-left: -500px; margin-top: -500px; } .web-list li:hover .svg-class { opacity: .7; } .web-list li:hover h4, .web-list li:hover small, .web-list li:hover p, .web-list li:hover i { color: #fff; } .web-list li:hover i { animation: mymove 2s infinite; position: relative; } .web-bg01 { background-image: url(../images/web-item-bg1.jpg); } .web-bg02 { background-image: url(../images/web-item-bg2.jpg); } .web-bg03 { background-image: url(../images/web-item-bg3.jpg); } .item-mask { position: absolute; left: 0; top: 0; width: 100% !important; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 9; } .item-pos { position: relative; left: 0; top: 0; z-index: 99; } .web-item { overflow: hidden; padding: 50px 0; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; min-height: 300px; } .web-item .item-wrap { width: 1350px; overflow: hidden; margin: 0 auto; } .web-item div { width: 50%; } .web-item .float-left { float: left; } .web-item .float-right { float: left; } .web-item .words-right-style h3 { color: #fff !important; } .web-item .words-right-style p { color: #fff !important; } .web-item .item-words { overflow: hidden; box-sizing: border-box; } .web-item .item-words h3 { font-size: 30px; color: #444; line-height: 30px; text-indent: -5px; overflow: hidden; position: relative; } .web-item .item-words h3 span { display: block; width: 20px; height: 20px; border-left: 4px solid #cf1132; border-bottom: 4px solid #cf1132; float: left; margin-top: 18px; } .web-item .item-words .line-color1 { text-indent: 0; line-height: 60px; } .web-item .item-words .line-color2 { text-indent: 0; line-height: 60px; } .web-item .item-words .line-color3 { text-indent: 0; line-height: 60px; } .web-item .item-words .line-color4 { text-indent: 0; line-height: 60px; } .web-item .item-words .line-color1:after { content: ''; display: block; width: 80px; height: 5px; background: #268bc0; position: absolute; left: 0; bottom: 0; } .web-item .item-words .line-color3:after { content: ''; display: inline-block; width: 60px; height: 5px; background: #e32347; margin-bottom: 7px; margin-left: 7px; } .web-item .item-words .line-color4:after { content: ''; display: block; width: 60px; height: 5px; background: #23a6e3; position: absolute; left: 60px; bottom: 0; } .web-item .item-words .line-color2:after { content: ''; display: block; width: 80px; height: 5px; background: #e38623; position: absolute; left: 0; bottom: 0; } .web-item .item-words .line-color2:before { content: ''; display: block; width: 80px; height: 5px; background: #e38623; position: absolute; left: 0; top: 0; } .web-item .item-words p { font-size: 16px; color: #666; padding-left: 15px; margin-top: 20px; width: 70%; line-height: 25px; } .web-item .item-img { text-align: center; } .web-item .img-left { text-align: left; } .messqge { margin-top: 60px; background: #fff; overflow: hidden; padding-bottom: 50px; margin-bottom: 10px; } .messqge .mes-title { width: 1300px; margin: 0 auto; overflow: hidden; } .messqge .mes-title h3 { color: #717171; font-weight: bold; font-size: 31px; padding-left: 20px; position: relative; border-left: 2px solid #f65314; padding: 15px 0; padding-left: 30px; line-height: 40px; } .messqge .mes-title p { color: #aeaeae; font-size: 14px; width: 40%; } .messqge .mes-list { width: 1300px; margin: 0 auto; overflow: hidden; } .messqge .mes-list ul { width: 30%; float: left; margin-left: 4%; margin-top: 50px; } .messqge .mes-list ul li.list-item-title { margin-bottom: 20px; } .messqge .mes-list ul li.list-item-title h4 { color: #666; font-weight: bold; font-size: 20px; overflow: hidden; margin-bottom: 20px; } .messqge .mes-list ul li.list-item-title h4 a { float: right; font-size: 16px; color: #eabe25; margin-top: 8px; } .messqge .mes-list ul li.list-item-title h4 a:hover { text-decoration: none; color: #b68f08; } .messqge .mes-list ul li.list-item-title h4 span { font-size: 14px; position: relative; display: inline-block; margin-left: 15px; top: 5px; } .messqge .mes-list ul li.list-item-title h4 span strong { color: #f02f2f; } .messqge .mes-list ul li.list-item-title h4 span:before { content: ''; display: block; width: 2px; height: 30px; background: #dbd8d8; position: absolute; transform: rotate(30deg); left: -10px; top: -10px; } .messqge .mes-list ul li { margin-bottom: 10px; } .messqge .mes-list ul li a { color: #969696; } .messqge .mes-list ul li a span { float: right; } .messqge .mes-list ul li a:hover { text-decoration: none; } .messqge .mes-list ul li:hover a { color: #666; } .messqge .mes-list ul:first-child { margin-left: 0; } .our-case { width: 100%; height: auto; background: #212121; position: relative; margin-top: 30px; } .our-case .case-middle { width: 1200px; overflow: hidden; margin: 0 auto; padding: 80px 0; } .our-case .case-middle .left-img { width: 250px; position: relative; margin-left: 50px; float: left; margin-right: 50px; } .our-case .case-middle .left-img img { display: block; width: 100%; height: auto; } .our-case .case-middle .left-img:before { content: ''; display: block; width: 1px; height: 90px; background: #fff; transform: rotate(45deg); position: absolute; right: 0px; top: -30px; } .our-case .case-middle .left-img:after { content: ''; display: block; width: 1px; height: 90px; background: #fff; transform: rotate(45deg); position: absolute; left: 0px; bottom: -70px; } .our-case .case-middle .case-info { overflow: hidden; margin-top: 20px; width: 450px; float: left; } .our-case .case-middle .case-info h3 { color: #fff; margin: 0; position: relative; font-size: 24px; } .our-case .case-middle .case-info h3:after { content: ''; display: block; width: 110px; height: 3px; background: #fff; margin-top: 10px; border-left: 50px solid #f02445; } .our-case .case-middle .case-info span { color: #dad6d6; margin: 15px 0; display: block; } .our-case .case-middle .case-info p { color: #dad6d6; width: 100%; font-size: 16px; line-height: 25px; } .our-case .case-middle .case-info a { display: block; width: 120px; border: 1px solid #efbb30; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 40px; line-height: 38px; color: #efbb30; text-align: center; margin-top: 20px; transition: all 0.3s; } .our-case .case-middle .case-info a:hover { text-decoration: none; background: #efbb30; color: #fff; } .our-case .right-img { width: 1200px; cursor: pointer; position: absolute; left: 50%; margin-left: -600px; top: -70px; } .our-case .right-img img { display: block; width: 400px; height: auto; float: right; } @keyframes mymove { 0% { top: -10px; opacity: .4; } 50% { top: 10px; opacity: 1; } 100% { top: -10px; opacity: .4; } }
0.456894
0.056418
.item-details { background: linear-gradient(165deg, #251431 0%, #161130 22%); color: #fff; } .item-details-header-info { background-size: cover !important; height: 350px; width: 100%; } .item-details-header-info-nav { display: -ms-grid; display: grid; -ms-grid-columns: 30px 30px; grid-template-columns: 30px 30px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 2rem 1rem 90px; } .item-details-header-info-nav__icon { cursor: pointer; fill: #fff; height: auto; width: 30px; } .item-details-header-info-share-buttons { display: -ms-grid; display: grid; -ms-grid-columns: 40px; grid-template-columns: 40px; -ms-grid-rows: (6)[40px]; grid-template-rows: repeat(40px, 6); height: 282px; overflow: hidden; position: absolute; right: 12px; top: 4.5rem; -webkit-transition: height .5s; transition: height .5s; } .item-details-header-info-share-buttons a img { height: auto; width: 40px; } .item-details-header-info-share-buttons__hide { height: 0; overflow: hidden; -webkit-transition: height .5s; transition: height .5s; } .item-details-header-info-container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -ms-grid; display: grid; grid-gap: 10px; -ms-grid-columns: 100px 1fr; grid-template-columns: 100px 1fr; position: relative; } .item-details-header-info-container-image { border-radius: 25px; padding: 20px; } .item-details-header-info-container-content { font-size: .9rem; height: 140px; line-height: normal; padding: 20px; } .item-details-header-info-container-content__title { margin: 0; max-height: 70px; overflow: hidden; } .item-details-header-info-container-content-rating { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -ms-grid; display: grid; grid-column-gap: 10px; -ms-grid-columns: 25px 75px; grid-template-columns: 25px 75px; -ms-grid-rows: 25px; grid-template-rows: 25px; } .item-details-header-info-container-content__detail { color: rgba(255, 255, 255, 0.7); } .item-details-header-info-container-content__genre { color: rgba(255, 255, 255, 0.4); } .item-details-header-info-container-content__favorite { border-radius: 50%; cursor: pointer; fill: #fff; height: auto; padding: 10px; position: absolute; right: 1rem; top: 5rem; width: 30px; } .item-details-header-info-container-content__favorite--active { background: linear-gradient(157deg, rgba(235, 78, 122, 0.847926) 0%, #251431 79%); } .item-details-header-info-container-account-warning { background-color: rgba(246, 0, 0, 0.5); padding: .5rem; text-align: center; } .item-details-header-info-container-account-warning--hide { display: none; } .item-details-main { padding: 1rem; } .item-details-main-summary { font-family: "Alegreya Sans", sans-serif; } .item-details-main-summary__title { font-weight: normal; letter-spacing: .3rem; text-transform: uppercase; } .item-details-main-summary__content { color: rgba(255, 255, 255, 0.7); font-size: 1.15rem; } .item-details-main-cast__title { font-family: "Alegreya Sans", sans-serif; font-weight: normal; letter-spacing: .3rem; text-transform: uppercase; } .item-details-main-trailers__title { font-family: "Alegreya Sans", sans-serif; font-weight: normal; letter-spacing: .3rem; text-transform: uppercase; } .item-details-main-trailers__error { text-align: center; } .item-details-main-reviews__title { font-family: "Alegreya Sans", sans-serif; font-weight: normal; letter-spacing: .3rem; text-transform: uppercase; } .item-details-main-reviews-container { background: #1C262B; font-family: "Alegreya Sans", sans-serif; font-size: 1.1rem; margin-bottom: 4rem; padding: 1rem 2rem; } .item-details-main-reviews-container__content { color: rgba(255, 255, 255, 0.7); } .item-details-main-reviews-container__link { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; } .item-details-main-reviews-container__link p { color: rgba(255, 255, 255, 0.5); margin-right: 5px; -webkit-transition: margin-right 1s; transition: margin-right 1s; } .item-details-main-reviews-container__link p:hover { margin-right: 10px; -webkit-transition: margin-right 1s; transition: margin-right 1s; } .item-details-main-reviews-container__link svg { fill: rgba(255, 255, 255, 0.7); height: auto; width: 15px; } .item-details-main-reviews-container a, .item-details-main-reviews-container a:active, .item-details-main-reviews-container a:hover, .item-details-main-reviews-container a:visited { color: inherit; text-decoration: none; } .item-details-main-reviews-container__error { font-weight: bold; text-align: center; } .item-details-main-reviews-container:nth-child(even) { border-left: 5px solid #fff; } .item-details-main-reviews-container:nth-child(odd) { border-right: 5px solid #fff; } .item-details-main-popular-roles-container { background: #1C262B; margin-bottom: 4rem; padding: 1rem 2rem; } .item-details-main-popular-roles-container-header { display: -ms-grid; display: grid; -ms-grid-columns: 95px 1fr; grid-template-columns: 95px 1fr; grid-column-gap: 1rem; line-height: normal; } .item-details-main-popular-roles-container-header-info { margin: auto 0; } .item-details-main-popular-roles-container-header-info__title { font-size: 1.1rem; } .item-details-main-popular-roles-container-header-info__character { margin: 0rem 0; } .item-details-main-popular-roles-container__content { color: rgba(255, 255, 255, 0.7); } .item-details-main-popular-roles-container__error { font-weight: bold; text-align: center; } .item-details-main-popular-roles-container a, .item-details-main-popular-roles-container a:active, .item-details-main-popular-roles-container a:visited, .item-details-main-popular-roles-container a:hover { color: inherit; text-decoration: none; } .item-details-main-popular-roles-container:nth-child(even) { border-left: 5px solid #fff; } .item-details-main-popular-roles-container:nth-child(odd) { border-right: 5px solid #fff; } @media only screen and (min-width: 500px) { .item-details-main { padding: 2rem 4rem; } } @media only screen and (min-width: 700px) { .item-details-header-info { padding: 2rem 2rem; width: auto; } .item-details-main { padding: 4rem; } } @media only screen and (min-width: 900px) { .item-details-header-info { height: 94vh; padding: 3% 10%; } .item-details-header-info-nav__icon { width: 40px; } .item-details-header-info-container { margin-top: 450px; grid-column-gap: 3rem; } .item-details-header-info-container-image { width: 110px; } .item-details-header-info-container-content { font-size: 1.1rem; } .item-details-header-info-container-content__favorite { width: 40px; } .item-details-main { margin: 0 auto; max-width: 70%; } } @media only screen and (min-width: 1200px) { .item-details-header-info { height: 92vh; } .item-details-header-info-container { margin-top: 390px; } } /*# sourceMappingURL=ItemDetails.css.map */
src/components/ItemDetails/ItemDetails.css
.item-details { background: linear-gradient(165deg, #251431 0%, #161130 22%); color: #fff; } .item-details-header-info { background-size: cover !important; height: 350px; width: 100%; } .item-details-header-info-nav { display: -ms-grid; display: grid; -ms-grid-columns: 30px 30px; grid-template-columns: 30px 30px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 2rem 1rem 90px; } .item-details-header-info-nav__icon { cursor: pointer; fill: #fff; height: auto; width: 30px; } .item-details-header-info-share-buttons { display: -ms-grid; display: grid; -ms-grid-columns: 40px; grid-template-columns: 40px; -ms-grid-rows: (6)[40px]; grid-template-rows: repeat(40px, 6); height: 282px; overflow: hidden; position: absolute; right: 12px; top: 4.5rem; -webkit-transition: height .5s; transition: height .5s; } .item-details-header-info-share-buttons a img { height: auto; width: 40px; } .item-details-header-info-share-buttons__hide { height: 0; overflow: hidden; -webkit-transition: height .5s; transition: height .5s; } .item-details-header-info-container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -ms-grid; display: grid; grid-gap: 10px; -ms-grid-columns: 100px 1fr; grid-template-columns: 100px 1fr; position: relative; } .item-details-header-info-container-image { border-radius: 25px; padding: 20px; } .item-details-header-info-container-content { font-size: .9rem; height: 140px; line-height: normal; padding: 20px; } .item-details-header-info-container-content__title { margin: 0; max-height: 70px; overflow: hidden; } .item-details-header-info-container-content-rating { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -ms-grid; display: grid; grid-column-gap: 10px; -ms-grid-columns: 25px 75px; grid-template-columns: 25px 75px; -ms-grid-rows: 25px; grid-template-rows: 25px; } .item-details-header-info-container-content__detail { color: rgba(255, 255, 255, 0.7); } .item-details-header-info-container-content__genre { color: rgba(255, 255, 255, 0.4); } .item-details-header-info-container-content__favorite { border-radius: 50%; cursor: pointer; fill: #fff; height: auto; padding: 10px; position: absolute; right: 1rem; top: 5rem; width: 30px; } .item-details-header-info-container-content__favorite--active { background: linear-gradient(157deg, rgba(235, 78, 122, 0.847926) 0%, #251431 79%); } .item-details-header-info-container-account-warning { background-color: rgba(246, 0, 0, 0.5); padding: .5rem; text-align: center; } .item-details-header-info-container-account-warning--hide { display: none; } .item-details-main { padding: 1rem; } .item-details-main-summary { font-family: "Alegreya Sans", sans-serif; } .item-details-main-summary__title { font-weight: normal; letter-spacing: .3rem; text-transform: uppercase; } .item-details-main-summary__content { color: rgba(255, 255, 255, 0.7); font-size: 1.15rem; } .item-details-main-cast__title { font-family: "Alegreya Sans", sans-serif; font-weight: normal; letter-spacing: .3rem; text-transform: uppercase; } .item-details-main-trailers__title { font-family: "Alegreya Sans", sans-serif; font-weight: normal; letter-spacing: .3rem; text-transform: uppercase; } .item-details-main-trailers__error { text-align: center; } .item-details-main-reviews__title { font-family: "Alegreya Sans", sans-serif; font-weight: normal; letter-spacing: .3rem; text-transform: uppercase; } .item-details-main-reviews-container { background: #1C262B; font-family: "Alegreya Sans", sans-serif; font-size: 1.1rem; margin-bottom: 4rem; padding: 1rem 2rem; } .item-details-main-reviews-container__content { color: rgba(255, 255, 255, 0.7); } .item-details-main-reviews-container__link { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; } .item-details-main-reviews-container__link p { color: rgba(255, 255, 255, 0.5); margin-right: 5px; -webkit-transition: margin-right 1s; transition: margin-right 1s; } .item-details-main-reviews-container__link p:hover { margin-right: 10px; -webkit-transition: margin-right 1s; transition: margin-right 1s; } .item-details-main-reviews-container__link svg { fill: rgba(255, 255, 255, 0.7); height: auto; width: 15px; } .item-details-main-reviews-container a, .item-details-main-reviews-container a:active, .item-details-main-reviews-container a:hover, .item-details-main-reviews-container a:visited { color: inherit; text-decoration: none; } .item-details-main-reviews-container__error { font-weight: bold; text-align: center; } .item-details-main-reviews-container:nth-child(even) { border-left: 5px solid #fff; } .item-details-main-reviews-container:nth-child(odd) { border-right: 5px solid #fff; } .item-details-main-popular-roles-container { background: #1C262B; margin-bottom: 4rem; padding: 1rem 2rem; } .item-details-main-popular-roles-container-header { display: -ms-grid; display: grid; -ms-grid-columns: 95px 1fr; grid-template-columns: 95px 1fr; grid-column-gap: 1rem; line-height: normal; } .item-details-main-popular-roles-container-header-info { margin: auto 0; } .item-details-main-popular-roles-container-header-info__title { font-size: 1.1rem; } .item-details-main-popular-roles-container-header-info__character { margin: 0rem 0; } .item-details-main-popular-roles-container__content { color: rgba(255, 255, 255, 0.7); } .item-details-main-popular-roles-container__error { font-weight: bold; text-align: center; } .item-details-main-popular-roles-container a, .item-details-main-popular-roles-container a:active, .item-details-main-popular-roles-container a:visited, .item-details-main-popular-roles-container a:hover { color: inherit; text-decoration: none; } .item-details-main-popular-roles-container:nth-child(even) { border-left: 5px solid #fff; } .item-details-main-popular-roles-container:nth-child(odd) { border-right: 5px solid #fff; } @media only screen and (min-width: 500px) { .item-details-main { padding: 2rem 4rem; } } @media only screen and (min-width: 700px) { .item-details-header-info { padding: 2rem 2rem; width: auto; } .item-details-main { padding: 4rem; } } @media only screen and (min-width: 900px) { .item-details-header-info { height: 94vh; padding: 3% 10%; } .item-details-header-info-nav__icon { width: 40px; } .item-details-header-info-container { margin-top: 450px; grid-column-gap: 3rem; } .item-details-header-info-container-image { width: 110px; } .item-details-header-info-container-content { font-size: 1.1rem; } .item-details-header-info-container-content__favorite { width: 40px; } .item-details-main { margin: 0 auto; max-width: 70%; } } @media only screen and (min-width: 1200px) { .item-details-header-info { height: 92vh; } .item-details-header-info-container { margin-top: 390px; } } /*# sourceMappingURL=ItemDetails.css.map */
0.446012
0.064565
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800"); /*-- Common Style --*/ *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; } body { background-color: #ffffff; line-height: 24px; font-size: 14px; font-style: normal; font-weight: normal; visibility: visible; font-family: "Open Sans", sans-serif; color: #666666; } h1, h2, h3, h4, h5, h6 { color: #444444; font-family: "Poppins", sans-serif; font-weight: 400; margin-top: 0; } h1, .h1 { font-size: 36px; line-height: 42px; } h2, .h2 { font-size: 30px; line-height: 36px; } h3, .h3 { font-size: 24px; line-height: 30px; } h4, .h4 { font-size: 18px; line-height: 24px; } h5, .h5 { font-size: 14px; line-height: 22px; } h6, .h6 { font-size: 12px; line-height: 18px; } .italic { font-style: italic; } p:last-child { margin-bottom: 0; } a, button { color: inherit; display: inline-block; line-height: inherit; text-decoration: none; cursor: pointer; } a, i, button, img, input, span, *:before, *:after { -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } *:focus { outline: none !important; } a:focus { color: inherit; outline: none; text-decoration: none; } a:hover { text-decoration: none; color: #00c8fa; } button, input[type="submit"] { cursor: pointer; } ul { list-style: outside none none; margin: 0; padding: 0; } /*-- Common CSS -----------------------------------------*/ .fix { overflow: hidden; } .clear { clear: both; } .section { float: left; width: 100%; } /*-- Background color -----------------------------------------*/ .bg-white { background-color: #ffffff; } .bg-black { background-color: #000000; } .bg-light-gray { background-color: #f6f6f6; } .bg-dark { background-color: #1f2024 !important; } .bg-dark-gray { background-color: #2d2d2d; } .bg-blue { background-color: #00c8fa; } .bg-yellow { background-color: #ffc61c; } /*-- Container Width For Mobile Device --*/ @media (min-width: 1200px) { .container { max-width: 1200px; } } @media only screen and (max-width: 767px) { .container { width: 450px; } } @media only screen and (max-width: 479px) { .container { width: 100%; } } /*-- Margin & Padding -----------------------------------------*/ /*-- Margin Top --*/ .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; } .mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; } .mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; } .mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; } .mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px; } .mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; } .mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; } .mt-135 { margin-top: 135px; } .mt-140 { margin-top: 140px; } .mt-145 { margin-top: 145px; } .mt-150 { margin-top: 150px; } .mt-155 { margin-top: 155px; } .mt-160 { margin-top: 160px; } .mt-165 { margin-top: 165px; } .mt-170 { margin-top: 170px; } .mt-175 { margin-top: 175px; } .mt-180 { margin-top: 180px; } .mt-185 { margin-top: 185px; } .mt-190 { margin-top: 190px; } .mt-195 { margin-top: 195px; } .mt-200 { margin-top: 200px; } /*-- Margin Bottom --*/ .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-65 { margin-bottom: 65px; } .mb-70 { margin-bottom: 70px; } .mb-75 { margin-bottom: 75px; } .mb-80 { margin-bottom: 80px; } .mb-85 { margin-bottom: 85px; } .mb-90 { margin-bottom: 90px; } .mb-95 { margin-bottom: 95px; } .mb-100 { margin-bottom: 100px; } .mb-105 { margin-bottom: 105px; } .mb-110 { margin-bottom: 110px; } .mb-115 { margin-bottom: 115px; } .mb-120 { margin-bottom: 120px; } .mb-125 { margin-bottom: 125px; } .mb-130 { margin-bottom: 130px; } .mb-135 { margin-bottom: 135px; } .mb-140 { margin-bottom: 140px; } .mb-145 { margin-bottom: 145px; } .mb-150 { margin-bottom: 150px; } .mb-155 { margin-bottom: 155px; } .mb-160 { margin-bottom: 160px; } .mb-165 { margin-bottom: 165px; } .mb-170 { margin-bottom: 170px; } .mb-175 { margin-bottom: 175px; } .mb-180 { margin-bottom: 180px; } .mb-185 { margin-bottom: 185px; } .mb-190 { margin-bottom: 190px; } .mb-195 { margin-bottom: 195px; } .mb-200 { margin-bottom: 200px; } /*-- Padding Top --*/ .pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; } .pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; } .pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; } .pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; } .pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; } .pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; } .pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; } .pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; } .pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; } .pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; } .pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; } .pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; } .pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; } .pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; } .pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; } /*-- Padding Bottom --*/ .pb-5 { padding-bottom: 5px; } .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; } .pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; } .pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; } .pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; } .pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; } .pb-100 { padding-bottom: 100px; } .pb-105 { padding-bottom: 105px; } .pb-110 { padding-bottom: 110px; } .pb-115 { padding-bottom: 115px; } .pb-120 { padding-bottom: 120px; } .pb-125 { padding-bottom: 125px; } .pb-130 { padding-bottom: 130px; } .pb-135 { padding-bottom: 135px; } .pb-140 { padding-bottom: 140px; } .pb-145 { padding-bottom: 145px; } .pb-150 { padding-bottom: 150px; } .pb-155 { padding-bottom: 155px; } .pb-160 { padding-bottom: 160px; } .pb-165 { padding-bottom: 165px; } .pb-170 { padding-bottom: 170px; } .pb-175 { padding-bottom: 175px; } .pb-180 { padding-bottom: 180px; } .pb-185 { padding-bottom: 185px; } .pb-190 { padding-bottom: 190px; } .pb-195 { padding-bottom: 195px; } .pb-200 { padding-bottom: 200px; } /*-- Custom Row -----------------------------------------*/ .row-1 { margin-left: -1px; margin-right: -1px; } .row-1 > [class*="col"] { padding-left: 1px; padding-right: 1px; } /*-- Input Placeholder -----------------------------------------*/ input:-moz-placeholder, textarea:-moz-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } /*-- Overlay CSS -----------------------------------------*/ [class*="overlay-opacity"] { position: relative; -webkit-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; } [class*="overlay-opacity"]::before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background-color: #000000; } /*-- Opacity --*/ .overlay-opacity-10::before { opacity: 0.1; } .overlay-opacity-15::before { opacity: 0.15; } .overlay-opacity-20::before { opacity: 0.2; } .overlay-opacity-25::before { opacity: 0.25; } .overlay-opacity-30::before { opacity: 0.3; } .overlay-opacity-35::before { opacity: 0.35; } .overlay-opacity-40::before { opacity: 0.4; } .overlay-opacity-45::before { opacity: 0.45; } .overlay-opacity-50::before { opacity: 0.5; } .overlay-opacity-55::before { opacity: 0.55; } .overlay-opacity-60::before { opacity: 0.6; } .overlay-opacity-65::before { opacity: 0.65; } .overlay-opacity-70::before { opacity: 0.7; } .overlay-opacity-75::before { opacity: 0.75; } .overlay-opacity-80::before { opacity: 0.8; } .overlay-opacity-85::before { opacity: 0.85; } .overlay-opacity-90::before { opacity: 0.9; } .overlay-opacity-95::before { opacity: 0.95; } /*-- Scroll Up -----------------------------------------*/ #scrollUp { width: 40px; height: 40px; background-color: #00c8fa; color: #ffffff; right: 40px; bottom: 40px; text-align: center; overflow: hidden; } @media only screen and (max-width: 767px) { #scrollUp { display: none !important; } } #scrollUp i { display: block; line-height: 40px; font-size: 24px; } #scrollUp:hover i { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } /*-- Main Wrapper -----------------------------------------*/ #main-wrapper { position: relative; } /*-- Youtube Video PlayList -----------------------------------------*/ .RYPP { padding: 18px 18px 350px 18px; } @media only screen and (max-width: 767px) { .RYPP { padding-bottom: 18px; } } .RYPP .RYPP-playlist { bottom: 18px; height: 314px; left: 18px; right: 18px; top: auto; overflow: hidden; width: auto; } @media only screen and (max-width: 767px) { .RYPP .RYPP-playlist { margin-top: 18px; position: relative; left: 0; right: 0; bottom: 0; top: 0; } } .RYPP .RYPP-playlist .RYPP-items { top: 0; } .RYPP .RYPP-playlist .RYPP-items ol { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; float: left; padding: 0; width: 100%; } .RYPP .RYPP-playlist .RYPP-items ol li { width: 50%; float: left; border-right: 1px solid #000000; border-bottom: 1px solid #000000; } @media only screen and (max-width: 767px) { .RYPP .RYPP-playlist .RYPP-items ol li { width: 100%; } } .RYPP .RYPP-playlist .RYPP-items ol li:nth-child(2n+1) { clear: both; } .RYPP .RYPP-playlist .RYPP-items ol li:nth-child(2n) { border-right-color: transparent; } .RYPP .RYPP-playlist .RYPP-items ol li::before { font-size: 100%; margin-right: 5px; } .RYPP .RYPP-playlist .nicescroll-rails-vr { left: auto !important; width: 3px !important; right: 0; } .RYPP .RYPP-playlist .nicescroll-rails-vr .nicescroll-cursors { border-color: transparent !important; background-color: #f05555 !important; } /*-- Instagram Carousel -----------------------------------------*/ .instagram-carousel { /*-- Instagram --*/ } .instagram-carousel .instagram-item { display: block; overflow: hidden; position: relative; z-index: 1; } .instagram-carousel .instagram-item::before { content: "\f16d"; font-family: 'Fontawesome'; position: absolute; color: #ffffff; left: 10px; top: 10px; font-size: 24px; line-height: 24px; display: block; z-index: 3; } .instagram-carousel .instagram-item::after { background-color: #000000; position: absolute; content: ""; left: 0; top: 0; bottom: 0; right: 0; z-index: 2; opacity: 0; } .instagram-carousel .instagram-item img { width: 100%; } .instagram-carousel .instagram-item:hover::after { opacity: 0.3; } .instagram-carousel .instagram-item:hover img { -webkit-transform: scale(1.2) rotate(5deg); -ms-transform: scale(1.2) rotate(5deg); transform: scale(1.2) rotate(5deg); } /*-- Page Banner -----------------------------------------*/ /*-- Page Banner --*/ .page-banner { background-repeat: no-repeat; background-size: cover; background-position: center right; padding: 64px 30px; overflow: hidden; /*-- Page Breadcrumb --*/ } @media only screen and (min-width: 992px) and (max-width: 1200px) { .page-banner { padding: 37px 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .page-banner { padding: 30px; } } @media only screen and (max-width: 767px) { .page-banner { padding: 30px; } } .page-banner h2 { color: #ffffff; font-weight: 700; text-transform: capitalize; margin-bottom: 15px; } @media only screen and (max-width: 767px) { .page-banner h2 { font-size: 24px; } } .page-banner h2 span.category-travel { color: #ffc61c; } .page-banner h2 span.category-life-style { color: #ffc61c; } .page-banner h2 span.category-fashion { color: #ff58c8; } .page-banner h2 span.category-sports { color: #67bf35; } .page-banner h2 span.category-gadgets { color: #1f2024; } .page-banner h2 span.category-feature { color: #00c8fa; } .page-banner h2 span.category-politic { color: #f05555; } .page-banner h2 span.category-education { color: #008bff; } .page-banner h2 span.category-health { color: #008bff; } .page-banner h2 span.category-madical { color: #008bff; } .page-banner h2 span.category-video { color: #ec0000; } .page-banner h2 span.category-businsee { color: #26d572; } .page-banner .page-breadcrumb { margin: 0; padding: 0; width: 100%; float: left; margin-bottom: 11px; } .page-banner .page-breadcrumb li { color: #cccccc; display: block; float: left; text-transform: capitalize; } .page-banner .page-breadcrumb li::after { content: "/"; margin: 0 5px; } .page-banner .page-breadcrumb li:last-child::after { display: none; } .page-banner .page-breadcrumb li a { color: #cccccc; } .page-banner .page-breadcrumb li a:hover { color: #00c8fa; } .page-banner p { color: #cccccc; } /*-- Page Banner Right Image --*/ .page-banner-image img { width: 100%; } /*-- Page Pagination -----------------------------------------*/ .page-pagination ul li { display: inline-block; } .page-pagination ul li a { display: block; width: 30px; height: 30px; border: 1px solid #dddddd; line-height: 30px; text-align: center; color: #666666; } .page-pagination ul li a i { display: block; line-height: 29px; font-size: 16px; } .page-pagination ul li a:hover { color: #00c8fa; border-color: #00c8fa; } .page-pagination-2 ul li { display: inline-block; } .page-pagination-2 ul li a { display: block; width: 30px; height: 30px; border: 1px solid #dddddd; line-height: 30px; text-align: center; color: #666666; font-weight: 600; border-radius: 50%; } .page-pagination-2 ul li a i { display: block; line-height: 29px; font-size: 16px; } .page-pagination-2 ul li a:hover { color: #00c8fa; border-color: #00c8fa; } .page-pagination-2 ul li.active a { background-color: #00c8fa; border-color: #00c8fa; color: #ffffff; } /*-- Blockquote -----------------------------------------*/ blockquote.blockquote { text-align: center; background-color: #00c8fa; position: relative; overflow: hidden; width: 100%; float: left; padding: 35px 90px; } blockquote.blockquote::before { font-family: 'Fontawesome'; content: "\f10d"; position: absolute; left: -2px; top: 3px; font-size: 60px; color: #ffffff; } blockquote.blockquote p { color: #ffffff; font-size: 16px; line-height: 29px; letter-spacing: 0.5px; font-weight: 600; } blockquote.blockquote.blockquote-bg { background-size: cover; background-repeat: no-repeat; background-position: center right; background-color: transparent; } blockquote.blockquote.blockquote-bg::before { color: #00c8fa; } blockquote.blockquote.blockquote-bg p { color: #a7bdd6; } /*----------------------------------------*/ /* 2. Header /*----------------------------------------*/ /*---- Header Top ------------------------------------------*/ .header-top { padding: 5px 0; border-bottom: 1px solid #f1f1f1; /*-- Header Top Two --*/ /*-- Header Top Three --*/ } .header-top.header-top-2 { background-color: #00c8fa; border-bottom: none; } /*-- Header Top Links --*/ .header-top-links { /*-- Header Links --*/ } @media only screen and (max-width: 479px) { .header-top-links { min-width: 100%; text-align: center; } } .header-top-links .header-links { display: block; float: left; /*-- Header Links Two --*/ /*-- Header Links Three --*/ } @media only screen and (max-width: 479px) { .header-top-links .header-links { display: inline-block; float: none; vertical-align: top; } } .header-top-links .header-links li { display: block; float: left; padding-right: 11px; margin-right: 10px; margin-top: 5px; margin-bottom: 5px; position: relative; /*-- Disabled Link --*/ } .header-top-links .header-links li::before { position: absolute; right: 0; content: ""; width: 1px; background-color: #e5e5e5; height: 12px; top: 4px; } .header-top-links .header-links li:last-child { margin-right: 0; padding-right: 0; } .header-top-links .header-links li:last-child::before { display: none; } .header-top-links .header-links li a { display: block; line-height: 20px; color: #444444; font-size: 11px; text-transform: capitalize; /*-- Weather --*/ } .header-top-links .header-links li a .weather-degrees { position: relative; padding-right: 5px; margin-right: 5px; } .header-top-links .header-links li a .weather-degrees .unit { position: absolute; font-size: 8px; right: 0; top: 0; line-height: 9px; } .header-top-links .header-links li a:hover { color: #00c8fa; } .header-top-links .header-links li a i { display: block; float: left; margin-right: 5px; font-size: 12px; line-height: 20px; } .header-top-links .header-links li.disabled::before { display: none; } .header-top-links .header-links li.disabled a { cursor: auto; pointer-events: none; padding: 10px 20px; background-color: #00c8fa; color: #ffffff; margin-top: -10px; margin-bottom: -10px; } .header-top-links .header-links li.disabled a:hover { color: #ffffff; } .header-top-links .header-links.header-links-2 li { /*-- Disabled Link --*/ } .header-top-links .header-links.header-links-2 li a { color: #ffffff; } .header-top-links .header-links.header-links-2 li a:hover { color: #444444; } .header-top-links .header-links.header-links-2 li.disabled a { padding: 0; background-color: transparent; color: #ffffff; margin-top: 0; margin-bottom: 0; } .header-top-links .header-links.header-links-2 li.disabled a:hover { color: #ffffff; } .header-top-links .header-links.header-links-3 li { /*-- Disabled Link --*/ } .header-top-links .header-links.header-links-3 li a:hover { color: #ffc61c; } .header-top-links .header-links.header-links-3 li.disabled a { padding: 0; background-color: transparent; color: #444444; margin-top: 0; margin-bottom: 0; } .header-top-links .header-links.header-links-3 li.disabled a:hover { color: #ffc61c; } /*-- Header Top Social --*/ .header-top-social { /*-- Header Social --*/ } @media only screen and (max-width: 479px) { .header-top-social { min-width: 100%; text-align: center; } } .header-top-social .header-social { display: block; float: right; /*-- Header Social Two --*/ /*-- Header Social Three --*/ } @media only screen and (max-width: 479px) { .header-top-social .header-social { display: inline-block; float: none; vertical-align: top; } } .header-top-social .header-social a { display: block; float: left; margin-left: 15px; color: #444444; } .header-top-social .header-social a:first-child { margin-left: 0; } .header-top-social .header-social a:hover { color: #00c8fa; } .header-top-social .header-social a i { font-size: 12px; display: block; line-height: 30px; } .header-top-social .header-social.header-social-2 a { color: #ffffff; } .header-top-social .header-social.header-social-2 a:hover { color: #444444; } .header-top-social .header-social.header-social-3 a:hover { color: #ffc61c; } /*---- Header Section ------------------------------------------*/ .header-section { padding: 20px 0; } /*-- Header Logo --*/ .header-logo { /*-- Logo --*/ } .header-logo .logo { display: block; float: left; } .header-logo .logo img { max-width: 100%; } /*-- Header Banner --*/ .header-banner { /*-- Banner --*/ } .header-banner .banner { float: right; } .header-banner .banner a { display: block; } .header-banner .banner a img { max-width: 100%; width: 100%; } /*---- Menu Section ------------------------------------------*/ .menu-section { /*-- Menu Section Two --*/ } .menu-section.menu-section-2 { background-color: #ffc61c; } /*-- Menu Section Wrap --*/ .menu-section-wrap { position: relative; display: block; float: left; width: 100%; } /*-- Mobile Logo --*/ .mobile-logo { text-align: center; padding: 0 70px; height: 50px; } .mobile-logo a { max-width: 170px; display: inline-block; line-height: 50px; } .mobile-logo a img { width: 100%; } /*-- Main Menu --*/ .main-menu { /*-- Menu Style Two --*/ } .main-menu nav { float: left; } .main-menu nav > ul { float: left; } .main-menu nav > ul > li { display: block; float: left; margin-right: 30px; /*-- Active & Hover Menu Color --*/ /*-- DropDown Arrow --*/ /*-- Sub Menu --*/ } .main-menu nav > ul > li:last-child { margin-right: 0; } .main-menu nav > ul > li > a { font-size: 13px; font-family: "Poppins", sans-serif; letter-spacing: 0.5px; font-weight: 600; text-transform: uppercase; line-height: 30px; padding: 10px 0; color: #ffffff; position: relative; } .main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a { color: #00c8fa; } .main-menu nav > ul > li.has-dropdown > a::after { font-family: 'Fontawesome'; content: '\f107'; margin-left: 8px; display: block; float: right; } .main-menu nav > ul > li:hover .sub-menu, .main-menu nav > ul > li:hover .mega-menu { opacity: 1; z-index: 999; visibility: visible; } .main-menu.main-menu-2 nav > ul > li { margin-right: 1px; /*-- Active & Hover Menu Color --*/ } .main-menu.main-menu-2 nav > ul > li:last-child { margin-right: 0; } .main-menu.main-menu-2 nav > ul > li > a { padding: 10px 15px; color: #1f2024; } .main-menu.main-menu-2 nav > ul > li.active > a, .main-menu.main-menu-2 nav > ul > li:hover > a { color: #ffffff; background-color: #1f2024; } /*-- Sub Menu --*/ .sub-menu { background-color: #ffffff; width: 220px; position: absolute; top: 100%; z-index: -999; visibility: hidden; opacity: 0; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .sub-menu li { display: block; border-bottom: 1px solid #f1f1f1; } .sub-menu li a { display: block; line-height: 30px; padding: 5px 15px; text-transform: capitalize; } .sub-menu li.active a, .sub-menu li:hover a { color: #00c8fa; } /*-- Mega Menu --*/ .mega-menu { background-color: #ffffff; width: 100%; position: absolute; top: 100%; left: 0; visibility: hidden; opacity: 0; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .menu-tab-list { width: 220px; float: left; border-right: 1px solid #f1f1f1; text-align: right; } .menu-tab-list li { border-bottom: 1px solid #f1f1f1; display: block; width: 100%; } .menu-tab-list li:last-child { border-bottom: none; } .menu-tab-list li a { display: block; line-height: 30px; padding: 5px 20px; text-transform: capitalize; font-weight: 600; } .menu-tab-content { padding: 30px 30px 0; } /*-- Mobile Menu ----------------------*/ .mobile-menu { width: 100%; float: left; display: none; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .mobile-menu { display: block; } } @media only screen and (max-width: 767px) { .mobile-menu { display: block; } } .mean-push { display: none; } /*-- Mean Bar --*/ .mean-bar { background-color: transparent; min-height: auto; padding: 0; } .mean-bar .meanmenu-reveal { top: -49px; margin: 16px 0; padding: 0; width: auto; height: auto; overflow: hidden; } .mean-bar .meanmenu-reveal .menu-bar { position: relative; height: 2px; width: 26px; background-color: #ffffff; margin: 8px 0; } .mean-bar .meanmenu-reveal .menu-bar::before, .mean-bar .meanmenu-reveal .menu-bar::after { width: 100%; height: 100%; background-color: #ffffff; position: absolute; left: 0; content: ""; } .mean-bar .meanmenu-reveal .menu-bar::before { top: -8px; } .mean-bar .meanmenu-reveal .menu-bar::after { bottom: -8px; } .mean-bar .meanmenu-reveal.meanclose .menu-close { position: relative; height: 2px; width: 30px; background-color: transparent; margin: 10px 0; } .mean-bar .meanmenu-reveal.meanclose .menu-close::before, .mean-bar .meanmenu-reveal.meanclose .menu-close::after { width: 100%; height: 100%; background-color: #ffffff; position: absolute; left: 0; content: ""; } .mean-bar .meanmenu-reveal.meanclose .menu-close::before { top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .mean-bar .meanmenu-reveal.meanclose .menu-close::after { bottom: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar { background-color: #1f2024; } .mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar::before, .mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar::after { background-color: #1f2024; } .mobile-menu-2 .mean-bar .meanmenu-reveal.meanclose .menu-close::before, .mobile-menu-2 .mean-bar .meanmenu-reveal.meanclose .menu-close::after { background-color: #1f2024; } /*-- Mean Nav --*/ .mean-nav { background-color: transparent; margin-top: 0; } .mean-nav ul li { padding-left: 0; margin: 0; } .mean-nav ul li.mean-last { padding-bottom: 10px; } .mean-nav ul li a { display: block; line-height: 24px; padding: 8px 0; border-top: 1px solid #333333; font-size: 14px; text-transform: capitalize; color: #ffffff; font-family: "Poppins", sans-serif; } .mean-nav ul li a:hover { color: #00c8fa; } .mean-nav ul li a.mean-expand { width: 40px; top: 0; color: #ffffff !important; padding: 0 !important; border: none !important; right: 0; height: 42px; text-align: center; line-height: 42px; font-size: 14px !important; background-color: rgba(255, 255, 255, 0.1) !important; } .mean-nav ul li:hover > a, .mean-nav ul li.active > a { color: #00c8fa; background-color: transparent; } .mean-nav ul li ul li a { padding: 8px 0; padding-left: 15px; border-top: 1px solid #333333; opacity: 1; } .mean-nav ul li ul li ul li a { padding-left: 30px; } .mobile-menu-2 .mean-nav ul li a { color: #1f2024; } .mobile-menu-2 .mean-nav ul li a:hover { color: #ffffff; background-color: #1f2024; } .mobile-menu-2 .mean-nav ul li a.mean-expand { color: #ffffff !important; background-color: rgba(31, 32, 36, 0.15) !important; } .mobile-menu-2 .mean-nav ul li:hover > a, .mobile-menu-2 .mean-nav ul li.active > a { color: #ffffff; background-color: #1f2024; padding-left: 15px; } .mobile-menu-2 .mean-nav ul li:hover .mean-expand, .mobile-menu-2 .mean-nav ul li.active .mean-expand { color: #ffffff !important; background-color: #4e515b !important; } .mobile-menu-2 .mean-nav ul li ul li a { border-top: 1px solid #333333; } /*-- Mobile Sub Menu --*/ .mean-nav .sub-menu { -webkit-box-shadow: none; box-shadow: none; opacity: 1; padding: 0; position: static; -webkit-transition: none 0s ease 0s; -o-transition: none 0s ease 0s; transition: none 0s ease 0s; visibility: visible; z-index: 1; background-color: transparent; } .mean-nav .sub-menu li { border: 0px solid transparent; } .mean-nav .sub-menu li a { display: block; line-height: 24px; padding: 8px 15px; border-top: 1px solid #333333; font-size: 13px; text-transform: capitalize; color: #ffffff; font-family: "Poppins", sans-serif; } .mean-nav .sub-menu li a:hover { color: #00c8fa; background-color: transparent; } /*-- Header Search --*/ .header-search { position: relative; /*-- Search Toggle --*/ /*-- Search Form --*/ /*-- Header Search Two --*/ } @media only screen and (max-width: 767px) { .header-search { position: absolute; top: 0; right: 0; } } .header-search .header-search-toggle { display: block; width: 50px; height: 50px; padding: 10px; border: none; background-color: #444444; color: #ffffff; } .header-search .header-search-toggle i { display: block; line-height: 30px; } .header-search .header-search-form { position: absolute; top: 0; right: 100%; background-color: #444444; border-right: 1px solid #1f2024; overflow: hidden; } .header-search .header-search-form form input[type="text"] { line-height: 30px; padding: 10px 20px; width: 210px; border: none; background-color: transparent; color: #b1b1b1; letter-spacing: 0.5px; font-size: 13px; font-family: "Poppins", sans-serif; font-weight: 500; min-height: 50px; } .header-search.header-search-2 { /*-- Search Toggle --*/ /*-- Search Form --*/ } .header-search.header-search-2 .header-search-toggle { background-color: #1f2024; } .header-search.header-search-2 .header-search-form { background-color: #1f2024; border-right: 1px solid #444444; } /*-- Breaking News Section ------------------------------------------*/ .breaking-news-section { background-color: #00c8fa; /*-- Breaking News Section Two --*/ /*-- Breaking News Section Three --*/ } .breaking-news-section.breaking-news-section-2 { background-color: #ffffff; border-bottom: 1px solid #f1f1f1; } .breaking-news-section.breaking-news-section-3 { background-color: #1f2024; } /*-- Breaking News Wrapper --*/ .breaking-news-wrapper { position: relative; display: block; float: left; width: 100%; /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/ /*-- Breaking News Wrapper Two --*/ /*-- Breaking News Wrapper Three --*/ } @media only screen and (max-width: 767px) { .breaking-news-wrapper { text-align: center; } } .breaking-news-wrapper .breaking-news-title { display: block; line-height: 30px; padding: 5px 20px; color: #ffffff; font-weight: 600; font-size: 13px; letter-spacing: 0.5px; margin: 0; text-transform: uppercase; background-color: #f05555; } @media only screen and (max-width: 767px) { .breaking-news-wrapper .breaking-news-title { display: inline-block; float: none !important; padding: 0 20px; } } .breaking-news-wrapper .breaking-news-ticker { margin-left: 20px; } @media only screen and (max-width: 767px) { .breaking-news-wrapper .breaking-news-ticker { margin-left: 0; } } .breaking-news-wrapper .breaking-news-ticker li { padding: 5px 0; } .breaking-news-wrapper .breaking-news-ticker li a { display: block; line-height: 30px; color: #ffffff; font-size: 13px; font-family: "Open Sans", sans-serif; } .breaking-news-wrapper .breaking-news-ticker li a:hover { text-decoration: underline; } .breaking-news-wrapper .breaking-news-nav { float: right; } @media only screen and (max-width: 767px) { .breaking-news-wrapper .breaking-news-nav { display: none; } } .breaking-news-wrapper .breaking-news-nav button { display: block; float: left; width: 40px; height: 40px; background-color: #00bceb; border: none; color: #ffffff; margin-left: 1px; /*-- Hover --*/ } .breaking-news-wrapper .breaking-news-nav button:first-child { margin-left: 0; border-radius: 1px solid #00a6cf; } .breaking-news-wrapper .breaking-news-nav button i { display: block; font-size: 24px; line-height: 40px; } .breaking-news-wrapper .breaking-news-nav button:hover { background-color: #f05555; } .breaking-news-wrapper.breaking-news-wrapper-2 { /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/ } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-title { background-color: #1f2024; } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-ticker li a { color: #1f2024; } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button { background-color: transparent; border-width: 0 1px 0 0; border-color: #f1f1f1; border-style: solid; color: #444444; margin-left: 0; /*-- Hover --*/ } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button:first-child { border-left: 1px solid #f1f1f1; } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button:hover { background-color: transparent; color: #00c8fa; } .breaking-news-wrapper.breaking-news-wrapper-3 { /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/ } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-title { background-color: #ffc61c; color: #1f2024; } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-ticker li a { color: #d8d8d8; } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button { background-color: transparent; border-width: 0 1px 0 0; border-color: #444444; border-style: solid; color: #444444; margin-left: 0; } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button:first-child { border-left: 1px solid #444444; } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button:hover { background-color: transparent; color: #ffc61c; } /*----------------------------------------*/ /* 3. Post Common Style For Post Block, Carousel & Nav Etc /*----------------------------------------*/ /*-- Popular Section --*/ .popular-section { background-color: #effcff; } /*-- Popular Post Slider --*/ .popular-post-slider .post-overlay .post-wrap { border: 1px solid transparent; } /*-- Post Block Wrapper --*/ .post-block-wrapper { border: 1px solid #f1f1f1; float: left; width: 100%; /*-- Post Block Head --*/ /*-- Post Block Body --*/ } .post-block-wrapper.dark { border-color: #343434; } .post-block-wrapper.dark .head { border-color: #343434; } .post-block-wrapper .head { float: left; width: 100%; padding: 15px 20px; position: relative; border-bottom: 1px solid #f1f1f1; border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/ } .post-block-wrapper .head:first-child { border-top: 0px solid transparent; } .post-block-wrapper .head::before, .post-block-wrapper .head::after { position: absolute; width: 4px; height: 14px; top: 50%; margin-top: -7px; background-color: #00c8fa; content: ""; } .post-block-wrapper .head::before { left: -1px; } .post-block-wrapper .head::after { right: -1px; } .post-block-wrapper .head .title { float: left; margin: 0; line-height: 24px; font-weight: 600; text-transform: capitalize; color: #00c8fa; } @media only screen and (max-width: 767px) { .post-block-wrapper .head .title { font-size: 14px; } } .post-block-wrapper .head.feature-head { /*-- Title --*/ } .post-block-wrapper .head.feature-head::before, .post-block-wrapper .head.feature-head::after { background-color: #00c8fa; } .post-block-wrapper .head.feature-head .title { color: #00c8fa; } .post-block-wrapper .head.life-style-head { /*-- Title --*/ } .post-block-wrapper .head.life-style-head::before, .post-block-wrapper .head.life-style-head::after { background-color: #ffc61c; } .post-block-wrapper .head.life-style-head .title { color: #ffc61c; } .post-block-wrapper .head.travel-head { /*-- Title --*/ } .post-block-wrapper .head.travel-head::before, .post-block-wrapper .head.travel-head::after { background-color: #ffc61c; } .post-block-wrapper .head.travel-head .title { color: #ffc61c; } .post-block-wrapper .head.fashion-head { /*-- Title --*/ } .post-block-wrapper .head.fashion-head::before, .post-block-wrapper .head.fashion-head::after { background-color: #ff58c8; } .post-block-wrapper .head.fashion-head .title { color: #ff58c8; } .post-block-wrapper .head.sports-head { /*-- Title --*/ } .post-block-wrapper .head.sports-head::before, .post-block-wrapper .head.sports-head::after { background-color: #67bf35; } .post-block-wrapper .head.sports-head .title { color: #67bf35; } .post-block-wrapper .head.gadgets-head { /*-- Title --*/ } .post-block-wrapper .head.gadgets-head::before, .post-block-wrapper .head.gadgets-head::after { background-color: #1f2024; } .post-block-wrapper .head.gadgets-head .title { color: #1f2024; } .post-block-wrapper .head.politic-head { /*-- Title --*/ } .post-block-wrapper .head.politic-head::before, .post-block-wrapper .head.politic-head::after { background-color: #f05555; } .post-block-wrapper .head.politic-head .title { color: #f05555; } .post-block-wrapper .head.education-head { /*-- Title --*/ } .post-block-wrapper .head.education-head::before, .post-block-wrapper .head.education-head::after { background-color: #008bff; } .post-block-wrapper .head.education-head .title { color: #008bff; } .post-block-wrapper .head.health-head { /*-- Title --*/ } .post-block-wrapper .head.health-head::before, .post-block-wrapper .head.health-head::after { background-color: #008bff; } .post-block-wrapper .head.health-head .title { color: #008bff; } .post-block-wrapper .head.madical-head { /*-- Title --*/ } .post-block-wrapper .head.madical-head::before, .post-block-wrapper .head.madical-head::after { background-color: #008bff; } .post-block-wrapper .head.madical-head .title { color: #008bff; } .post-block-wrapper .head.video-head { /*-- Title --*/ } .post-block-wrapper .head.video-head::before, .post-block-wrapper .head.video-head::after { background-color: #ec0000; } .post-block-wrapper .head.video-head .title { color: #ec0000; } .post-block-wrapper .head.businsee-head { /*-- Title --*/ } .post-block-wrapper .head.businsee-head::before, .post-block-wrapper .head.businsee-head::after { background-color: #26d572; } .post-block-wrapper .head.businsee-head .title { color: #26d572; } .post-block-wrapper .head .post-block-tab-list { float: right; /*-- Feature Post Tab List --*/ /*-- Life Style Post Tab List --*/ /*-- Travel Post Tab List --*/ /*-- Fashion Post Tab List --*/ /*-- Sports Post Tab List --*/ /*-- Gadgets Post Tab List --*/ /*-- Politic Post Tab List --*/ /*-- Education Post Tab List --*/ /*-- Health Post Tab List --*/ /*-- Madical Post Tab List --*/ /*-- Video Post Tab List --*/ /*-- Businsee Post Tab List --*/ } .post-block-wrapper .head .post-block-tab-list > li { margin-right: 30px; position: relative; float: left; } .post-block-wrapper .head .post-block-tab-list > li:last-child { margin-right: 0; } .post-block-wrapper .head .post-block-tab-list > li > a { font-size: 13px; font-family: "Open Sans", sans-serif; line-height: 24px; text-transform: capitalize; color: #444444; } .post-block-wrapper .head .post-block-tab-list > li > a:hover { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu { left: auto !important; right: 0px !important; top: 100% !important; -webkit-transform: translate(0px) !important; -ms-transform: translate(0px) !important; transform: translate(0px) !important; margin-top: 15px; border-radius: 0px; text-align: right; padding: 10px 20px; border: 1px solid #f1f1f1; } .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a { font-size: 13px; font-family: "Open Sans", sans-serif; line-height: 24px; text-transform: capitalize; color: #444444; } .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li > a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li .dropdown-menu li a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.life-style-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.life-style-post-tab-list > li > a.active { color: #ffc61c; } .post-block-wrapper .head .post-block-tab-list.life-style-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.life-style-post-tab-list > li .dropdown-menu li a.active { color: #ffc61c; } .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li > a.active { color: #ffc61c; } .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li .dropdown-menu li a.active { color: #ffc61c; } .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li > a.active { color: #ff58c8; } .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li .dropdown-menu li a.active { color: #ff58c8; } .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li > a.active { color: #67bf35; } .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li .dropdown-menu li a.active { color: #67bf35; } .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li > a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li .dropdown-menu li a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li > a.active { color: #f05555; } .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li .dropdown-menu li a.active { color: #f05555; } .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li > a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li .dropdown-menu li a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li > a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li .dropdown-menu li a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li > a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li .dropdown-menu li a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li > a.active { color: #ec0000; } .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li .dropdown-menu li a.active { color: #ec0000; } .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li > a.active { color: #26d572; } .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li .dropdown-menu li a.active { color: #26d572; } .post-block-wrapper .body { padding: 20px; float: left; width: 100%; } /*-- Post Block Carousel --*/ .post-block-carousel { /*-- Post Block Carousel Dark --*/ /*-- Life Style --*/ /*-- Travel --*/ /*-- Fashion --*/ /*-- Sports --*/ /*-- Gadgets --*/ /*-- Feature --*/ /*-- Politic --*/ /*-- Education --*/ /*-- Health --*/ /*-- Madical --*/ /*-- Video --*/ /*-- Businsee --*/ } .post-block-carousel .slick-arrow { position: absolute; width: 28px; height: 28px; border: 1px solid #f1f1f1; text-align: center; border-radius: 2px; padding: 0; background-color: transparent; top: -62px; } .post-block-carousel .slick-arrow.slick-prev { right: 38px; } .post-block-carousel .slick-arrow.slick-next { right: 0; } .post-block-carousel .slick-arrow i { font-size: 20px; display: block; line-height: 26px; margin-top: -1px; } .post-block-carousel .slick-arrow:hover { color: #00c8fa; border-color: #00c8fa; } .post-block-carousel.dark .slick-arrow { border-color: #343434; color: #ffffff; } .post-block-carousel.life-style-post-carousel .slick-arrow:hover { color: #ffc61c; border-color: #ffc61c; } .post-block-carousel.travel-post-carousel .slick-arrow:hover { color: #ffc61c; border-color: #ffc61c; } .post-block-carousel.fashion-post-carousel .slick-arrow:hover { color: #ff58c8; border-color: #ff58c8; } .post-block-carousel.sports-post-carousel .slick-arrow:hover { color: #67bf35; border-color: #67bf35; } .post-block-carousel.gadgets-post-carousel .slick-arrow:hover { color: #1f2024; border-color: #1f2024; } .post-block-carousel.feature-post-carousel .slick-arrow:hover { color: #00c8fa; border-color: #00c8fa; } .post-block-carousel.politic-post-carousel .slick-arrow:hover { color: #f05555; border-color: #f05555; } .post-block-carousel.education-post-carousel .slick-arrow:hover { color: #008bff; border-color: #008bff; } .post-block-carousel.health-post-carousel .slick-arrow:hover { color: #008bff; border-color: #008bff; } .post-block-carousel.madical-post-carousel .slick-arrow:hover { color: #008bff; border-color: #008bff; } .post-block-carousel.video-post-carousel .slick-arrow:hover { color: #ec0000; border-color: #ec0000; } .post-block-carousel.businsee-post-carousel .slick-arrow:hover { color: #26d572; border-color: #26d572; } /*-- Row Post Carousel --*/ .row-post-carousel .slick-slide > div .post { display: block !important; } .row-post-carousel .slick-slide > div .post .post-wrap { display: block; float: left; border-bottom: 1px solid #f1f1f1; padding-bottom: 20px; margin-bottom: 20px; width: 100%; } .row-post-carousel .slick-slide > div .post.post-overlay { border-bottom: 1px solid #f1f1f1; padding-bottom: 20px; margin-bottom: 20px; float: left; width: 100%; } .row-post-carousel .slick-slide > div .post.post-overlay .post-wrap { border-bottom: 0px solid transparent; padding-bottom: 0; margin-bottom: 0; } .row-post-carousel .slick-slide > div:last-child .post .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } .row-post-carousel .slick-slide > div:last-child .post.post-overlay { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } .row-post-carousel .slick-slide > div:last-child .post.post-overlay .post-wrap { border-bottom: 0px solid transparent; padding-bottom: 0; margin-bottom: 0; } /*-- Column Post Carousel --*/ .column-post-carousel .slick-arrow.slick-prev { right: 53px; } .column-post-carousel .slick-arrow.slick-next { right: 15px; } /*-- Post Middle Banner --*/ .post-middle-banner { display: block; overflow: hidden; } .post-middle-banner img { width: 100%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .post-middle-banner:hover img { -webkit-transform: scale(1.1) rotate(-1deg); -ms-transform: scale(1.1) rotate(-1deg); transform: scale(1.1) rotate(-1deg); } /*-- Post Carousel One --*/ .post-carousel-1 .slick-arrow { width: 35px; text-align: center; height: 42px; background-color: #ffffff; position: absolute; top: 50%; border: none; margin-top: -21px; z-index: 9; } .post-carousel-1 .slick-arrow i { display: block; font-size: 28px; line-height: 42px; } .post-carousel-1 .slick-arrow.slick-prev { left: 0; border-radius: 0 2px 2px 0; } .post-carousel-1 .slick-arrow.slick-next { right: 0; border-radius: 2px 0 0 2px; } .post-carousel-1 .slick-arrow:hover { color: #f05555; } /*----------------------------------------*/ /* 4. Post Styles /*----------------------------------------*/ .post { /*-- Post Wrap --*/ /*-- List Style Post --*/ /*-- Dark Post --*/ /*-- Post Separator --*/ /*-- Large Post --*/ /*-- Small Post --*/ /*-- Hero Post --*/ /*-- Overlay Post --*/ /*-- Hover Color For Post Category --*/ /*-- Travel --*/ /*-- Life Style --*/ /*-- Fashion --*/ /*-- Sports --*/ /*-- Gadgets --*/ /*-- Feature --*/ /*-- Politic --*/ /*-- Education --*/ /*-- Health --*/ /*-- Madical --*/ /*-- Video --*/ /*-- Businsee --*/ } .post .post-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; /*-- Image --*/ /*-- Category --*/ /*-- Content --*/ } .post .post-wrap .image { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; margin-bottom: 17px; /*-- Video Popup Button --*/ } .post .post-wrap .image img { width: 100%; } .post .post-wrap .image:last-child { margin-bottom: 0; } .post .post-wrap .image .video-btn { width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; margin-top: -30px; margin-left: -30px; background-color: #ffffff; color: #00c8fa; text-align: center; border-radius: 50%; -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2); } .post .post-wrap .image .video-btn i { display: block; line-height: 60px; font-size: 24px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post .post-wrap .image .video-btn { width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; } .post .post-wrap .image .video-btn i { line-height: 40px; font-size: 18px; } } .post .post-wrap .category { z-index: 5; font-size: 11px; font-family: "Open Sans", sans-serif; font-weight: 600; letter-spacing: 0.8px; color: #ffffff; line-height: 24px; padding: 0 9px; display: block; text-transform: uppercase; background-color: #00c8fa; /*-- Category Background --*/ } .post .post-wrap .category.travel { background-color: #ffc61c; } .post .post-wrap .category.life-style { background-color: #ffc61c; } .post .post-wrap .category.fashion { background-color: #ff58c8; } .post .post-wrap .category.sports { background-color: #67bf35; } .post .post-wrap .category.gadgets { background-color: #1f2024; } .post .post-wrap .category.feature { background-color: #00c8fa; } .post .post-wrap .category.politic { background-color: #f05555; } .post .post-wrap .category.education { background-color: #008bff; } .post .post-wrap .category.health { background-color: #008bff; } .post .post-wrap .category.madical { background-color: #008bff; } .post .post-wrap .category.video { background-color: #ec0000; } .post .post-wrap .category.businsee { background-color: #26d572; } .post .post-wrap .content { z-index: 9; overflow: hidden; width: 100%; /*-- Title --*/ /*-- Meta Tags --*/ /*-- Description --*/ /*-- Read More Button --*/ } .post .post-wrap .content .title { font-weight: 600; font-size: 18px; line-height: 24px; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post .post-wrap .content .title { font-size: 16px; } } @media only screen and (max-width: 479px) { .post .post-wrap .content .title { font-size: 14px; line-height: 18px; } } .post .post-wrap .content .title a:hover { color: #00c8fa; } .post .post-wrap .content .meta { margin-top: 10px; /*-- Meta List --*/ /*-- Meta Hover --*/ } .post .post-wrap .content .meta .meta-item { margin-top: 5px; font-size: 13px; font-family: "Open Sans", sans-serif; line-height: 16px; display: block; float: left; margin-right: 15px; /*-- Icon --*/ } @media only screen and (max-width: 479px) { .post .post-wrap .content .meta .meta-item { font-size: 11px; margin-right: 10px; } } .post .post-wrap .content .meta .meta-item:last-child { margin-right: 0; } .post .post-wrap .content .meta .meta-item i { display: block; float: left; margin-right: 6px; font-size: 13px; line-height: 16px; padding-left: 1px; } .post .post-wrap .content .meta a:hover { color: #00c8fa; } .post .post-wrap .content p { margin-bottom: 0; margin-top: 10px; } .post .post-wrap .content .read-more { margin-top: 16px; text-transform: capitalize; font-weight: 600; color: #666666; text-decoration: underline; font-size: 13px; } .post.post-default-list .post-wrap { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; } @media only screen and (max-width: 767px) { .post.post-default-list .post-wrap { -webkit-box-flex: column; -ms-flex-positive: column; flex-grow: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } } .post.post-default-list .post-wrap .image { -webkit-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; margin-right: 20px; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post.post-default-list .post-wrap .image { width: 225px; } } @media only screen and (max-width: 767px) { .post.post-default-list .post-wrap .image { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 17px; } } .post.post-default-list .post-wrap .content { width: auto; } @media only screen and (max-width: 767px) { .post.post-default-list .post-wrap .content { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } .post.post-default-list .post-wrap .content .meta { margin-top: 8px; } .post.post-dark .post-wrap .content .title a { color: #ffffff; } .post.post-dark .post-wrap .content .title a:hover { color: #00c8fa; } .post.post-dark .post-wrap .content .meta .meta-item { color: #cccccc; } .post.post-dark .post-wrap .content .meta .meta-item:hover { color: #00c8fa; } .post.post-dark .post-wrap .content p { color: #cccccc; } .post.post-dark .post-wrap .content .read-more { color: #00c8fa; } .post.post-dark .post-wrap .content .read-more:hover { text-decoration: underline; } .post.post-dark.post-separator-border .post-wrap { border-color: #343434; } .post.post-separator .post-wrap { margin-bottom: 20px; } .post.post-separator:last-child .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .post.post-separator:nth-last-child(2) .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } @media only screen and (max-width: 767px) { .post.post-separator:nth-last-child(2) .post-wrap { margin-bottom: 20px; } } .post.post-separator-border .post-wrap { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1; } .post.post-separator-border:last-child .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .post.post-large .post-wrap .title { font-size: 30px; line-height: 36px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post.post-large .post-wrap .title { font-size: 26px; line-height: 32px; } } @media only screen and (max-width: 767px) { .post.post-large .post-wrap .title { font-size: 24px; line-height: 30px; } } @media only screen and (max-width: 479px) { .post.post-large .post-wrap .title { font-size: 14px; line-height: 18px; } } .post.post-small { /*-- List Style Post --*/ } .post.post-small .post-wrap { /*-- Image --*/ /*-- Content --*/ } .post.post-small .post-wrap .image { margin-bottom: 10px; } .post.post-small .post-wrap .content { /*-- Title --*/ /*-- Meta Tags --*/ } .post.post-small .post-wrap .content .title { font-size: 14px; line-height: 22px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post.post-small .post-wrap .content .title { font-size: 12px; line-height: 18px; } } .post.post-small .post-wrap .content .meta { margin-top: 10px; } .post.post-small.post-list .post-wrap { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; /*-- Image --*/ /*-- Content --*/ } .post.post-small.post-list .post-wrap .image { -webkit-box-flex: 0; -ms-flex: 0 0 124px; flex: 0 0 124px; margin-right: 20px; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post.post-small.post-list .post-wrap .image { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; } } @media only screen and (max-width: 479px) { .post.post-small.post-list .post-wrap .image { -webkit-box-flex: 0; -ms-flex: 0 0 90px; flex: 0 0 90px; margin-right: 15px; } } .post.post-small.post-list .post-wrap .content { width: auto; } .post.post-small.post-list .post-wrap .content .meta { margin-top: 6px; } .post.post-small.post-list.popular-post .post-wrap { background-color: #1f2024; padding: 20px; border: 1px solid #3d3d3d; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; /*-- Image --*/ /*-- Content --*/ } .post.post-small.post-list.popular-post .post-wrap .image { border-radius: 5px; overflow: hidden; } .post.post-small.post-list.popular-post .post-wrap .content { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .post.post-small.post-list.popular-post .post-wrap .content .read-more { margin-top: 8px; } .post.hero-post { padding-bottom: 1px; padding-top: 1px; } .post.hero-post .post-wrap { padding: 0; border: none; margin: 0; } .post.post-overlay { /*-- Large Post --*/ /*-- Small Post --*/ /*-- Overlay Post Separator --*/ /*-- Overlay Gradient --*/ /*-- One --*/ /*-- Two --*/ /*-- Three --*/ /*-- Four --*/ /*-- Five --*/ /*-- Six --*/ } .post.post-overlay .post-wrap { /*-- Image --*/ /*-- Video Popup --*/ /*-- Category --*/ /*-- Content --*/ } .post.post-overlay .post-wrap .image { margin-bottom: 0; } .post.post-overlay .post-wrap .image::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000000; content: ""; z-index: 2; opacity: 0.3; } .post.post-overlay .post-wrap .video-btn { width: 50px; height: 50px; border: 1px solid #ffffff; color: #ffffff; border-radius: 50%; background-color: rgba(0, 0, 0, 0.4); position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; text-align: center; z-index: 3; } .post.post-overlay .post-wrap .video-btn i { line-height: 48px; font-size: 20px; } .post.post-overlay .post-wrap .category { position: absolute; left: 0; top: 0; } .post.post-overlay .post-wrap .content { position: absolute; left: 20px; bottom: 20px; right: 20px; width: auto; /*-- Title --*/ /*-- Meta Tags --*/ } .post.post-overlay .post-wrap .content .title a { color: #ffffff; } .post.post-overlay .post-wrap .content .title a:hover { text-decoration: underline; color: #ffffff; } .post.post-overlay .post-wrap .content .meta .meta-item { color: #ffffff; } .post.post-overlay .post-wrap .content .meta a:hover { text-decoration: underline; color: #ffffff; } .post.post-overlay.post-large .content { bottom: 30px; left: 30px; right: 30px; } @media only screen and (max-width: 479px) { .post.post-overlay.post-large .content { left: 20px; bottom: 20px; right: 20px; } } .post.post-overlay.post-small .content { bottom: 10px; left: 10px; right: 10px; } .post.post-overlay.post-separator-border .content { bottom: 40px; } .post.post-overlay.post-separator-border:last-child .content { bottom: 20px; } .post.post-overlay.post-separator-border.post-large .content { bottom: 50px; } @media only screen and (max-width: 479px) { .post.post-overlay.post-separator-border.post-large .content { bottom: 40px; } } .post.post-overlay.post-separator-border.post-large:last-child .content { bottom: 30px; } .post.post-overlay.post-separator-border.post-small .content { bottom: 30px; } .post.post-overlay.post-separator-border.post-small .content:last-child .content { bottom: 10px; } .post.post-overlay.gradient-overlay-1 .image::before { background: rgba(133, 188, 66, 0); background: -webkit-gradient(linear, left top, left bottom, from(rgba(133, 188, 66, 0)), color-stop(50%, rgba(133, 188, 66, 0.3)), to(rgba(0, 0, 0, 0.6))); background: -webkit-linear-gradient(top, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%); background: -o-linear-gradient(top, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%); background: linear-gradient(to bottom, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%); opacity: 1; } .post.post-overlay.gradient-overlay-2 .image::before { background: #00dbde; background: -webkit-gradient(linear, left top, left bottom, from(#00dbde), to(#fc00ff)); background: -webkit-linear-gradient(top, #00dbde 0%, #fc00ff 100%); background: -o-linear-gradient(top, #00dbde 0%, #fc00ff 100%); background: linear-gradient(to bottom, #00dbde 0%, #fc00ff 100%); opacity: 0.8; } .post.post-overlay.gradient-overlay-3 .image::before { background: #ff4e50; background: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), to(#f9d423)); background: -webkit-linear-gradient(top, #ff4e50 0%, #f9d423 100%); background: -o-linear-gradient(top, #ff4e50 0%, #f9d423 100%); background: linear-gradient(to bottom, #ff4e50 0%, #f9d423 100%); opacity: 0.8; } .post.post-overlay.gradient-overlay-4 .image::before { background: #0abfbc; background: -webkit-gradient(linear, left top, left bottom, from(#0abfbc), to(#fc354c)); background: -webkit-linear-gradient(top, #0abfbc 0%, #fc354c 100%); background: -o-linear-gradient(top, #0abfbc 0%, #fc354c 100%); background: linear-gradient(to bottom, #0abfbc 0%, #fc354c 100%); opacity: 0.8; } .post.post-overlay.gradient-overlay-5 .image::before { background: #1d2671; background: -webkit-gradient(linear, left top, left bottom, from(#1d2671), to(#c33764)); background: -webkit-linear-gradient(top, #1d2671 0%, #c33764 100%); background: -o-linear-gradient(top, #1d2671 0%, #c33764 100%); background: linear-gradient(to bottom, #1d2671 0%, #c33764 100%); opacity: 0.8; } .post.post-overlay.gradient-overlay-6 .image::before { background: #a43931; background: -webkit-gradient(linear, left top, left bottom, from(#a43931), to(#67bf35)); background: -webkit-linear-gradient(top, #a43931 0%, #67bf35 100%); background: -o-linear-gradient(top, #a43931 0%, #67bf35 100%); background: linear-gradient(to bottom, #a43931 0%, #67bf35 100%); opacity: 0.8; } .post.travel-post .image .video-popup { color: #ffc61c; } .post.travel-post .content .title a:hover { color: #ffc61c; } .post.travel-post .content .meta a:hover { color: #ffc61c; } .post.travel-post .content .read-more:hover { color: #ffc61c; } .post.life-style-post .image .video-popup { color: #ffc61c; } .post.life-style-post .content .title a:hover { color: #ffc61c; } .post.life-style-post .content .meta a:hover { color: #ffc61c; } .post.life-style-post .content .read-more:hover { color: #ffc61c; } .post.fashion-post .image .video-popup { color: #ff58c8; } .post.fashion-post .content .title a:hover { color: #ff58c8; } .post.fashion-post .content .meta a:hover { color: #ff58c8; } .post.fashion-post .content .read-more:hover { color: #ff58c8; } .post.sports-post .image .video-popup { color: #67bf35; } .post.sports-post .content .title a:hover { color: #67bf35; } .post.sports-post .content .meta a:hover { color: #67bf35; } .post.sports-post .content .read-more:hover { color: #67bf35; } .post.gadgets-post .image .video-popup { color: #1f2024; } .post.gadgets-post .content .title a:hover { color: #1f2024; } .post.gadgets-post .content .meta a:hover { color: #1f2024; } .post.gadgets-post .content .read-more:hover { color: #1f2024; } .post.feature-post .image .video-popup { color: #00c8fa; } .post.feature-post .content .title a:hover { color: #00c8fa; } .post.feature-post .content .meta a:hover { color: #00c8fa; } .post.feature-post .content .read-more:hover { color: #00c8fa; } .post.politic-post .image .video-popup { color: #f05555; } .post.politic-post .content .title a:hover { color: #f05555; } .post.politic-post .content .meta a:hover { color: #f05555; } .post.politic-post .content .read-more:hover { color: #f05555; } .post.education-post .image .video-popup { color: #008bff; } .post.education-post .content .title a:hover { color: #008bff; } .post.education-post .content .meta a:hover { color: #008bff; } .post.education-post .content .read-more:hover { color: #008bff; } .post.health-post .image .video-popup { color: #008bff; } .post.health-post .content .title a:hover { color: #008bff; } .post.health-post .content .meta a:hover { color: #008bff; } .post.health-post .content .read-more:hover { color: #008bff; } .post.madical-post .image .video-popup { color: #008bff; } .post.madical-post .content .title a:hover { color: #008bff; } .post.madical-post .content .meta a:hover { color: #008bff; } .post.madical-post .content .read-more:hover { color: #008bff; } .post.video-post .image .video-popup { color: #ec0000; } .post.video-post .content .title a:hover { color: #ec0000; } .post.video-post .content .meta a:hover { color: #ec0000; } .post.video-post .content .read-more:hover { color: #ec0000; } .post.businsee-post .image .video-popup { color: #26d572; } .post.businsee-post .content .title a:hover { color: #26d572; } .post.businsee-post .content .meta a:hover { color: #26d572; } .post.businsee-post .content .read-more:hover { color: #26d572; } /*----------------------------------------*/ /* 5. Single Post Details /*----------------------------------------*/ /*-- Post Header --*/ .post-header { padding: 50px 30px; background-size: cover; background-position: center right; background-repeat: no-repeat; /*-- Meta --*/ /*-- Title --*/ } @media only screen and (max-width: 767px) { .post-header { padding-bottom: 40px; } } .post-header .meta { display: block; margin-bottom: 8px; /*-- Meta Item --*/ } .post-header .meta .meta-item { display: block; float: left; font-size: 13px; color: #ffffff; letter-spacing: 0.75px; line-height: 30px; font-family: "Open Sans", sans-serif; margin-left: 20px; /*-- Category --*/ } @media only screen and (max-width: 767px) { .post-header .meta .meta-item { margin-left: 0; margin-right: 20px; margin-bottom: 10px; float: left; } .post-header .meta .meta-item:last-child { margin-right: 0; } } .post-header .meta .meta-item i { font-size: 16px; color: #00c8fa; margin-right: 10px; line-height: 30px; } .post-header .meta .meta-item img { width: 30px; height: 30px; border: 1px solid #e4e4e4; border-radius: 50%; margin-right: 10px; } .post-header .meta .meta-item.category { font-size: 12px; text-transform: uppercase; font-weight: 600; color: #ffffff; letter-spacing: 1px; background-color: #00c8fa; border-radius: 5px; padding: 0 13px; height: 30px; line-height: 31px; margin-left: 0; /*-- Category Color --*/ } .post-header .meta .meta-item.category.travel { background-color: #ffc61c; } .post-header .meta .meta-item.category.life-style { background-color: #ffc61c; } .post-header .meta .meta-item.category.fashion { background-color: #ff58c8; } .post-header .meta .meta-item.category.sports { background-color: #67bf35; } .post-header .meta .meta-item.category.gadgets { background-color: #1f2024; } .post-header .meta .meta-item.category.feature { background-color: #00c8fa; } .post-header .meta .meta-item.category.politic { background-color: #f05555; } .post-header .meta .meta-item.category.education { background-color: #008bff; } .post-header .meta .meta-item.category.health { background-color: #008bff; } .post-header .meta .meta-item.category.madical { background-color: #008bff; } .post-header .meta .meta-item.category.video { background-color: #ec0000; } .post-header .meta .meta-item.category.businsee { background-color: #26d572; } .post-header .meta .meta-item.view { float: right; } @media only screen and (max-width: 767px) { .post-header .meta .meta-item.view { float: left; } } .post-header .meta .meta-item.comments { float: right; } @media only screen and (max-width: 767px) { .post-header .meta .meta-item.comments { float: left; } } .post-header .meta a:hover { color: #00c8fa; } .post-header .title { color: #ffffff; font-size: 26px; font-weight: 600; line-height: 40px; margin-bottom: 16px; } @media only screen and (max-width: 767px) { .post-header .title { font-size: 18px; line-height: 24px; } } /*-- Single Post --*/ .single-post .post-wrap { /*-- Content --*/ /*-- Tags & Social --*/ } .single-post .post-wrap .content { /*-- Blockquote --*/ } .single-post .post-wrap .content p { margin-bottom: 30px; display: block; float: left; } .single-post .post-wrap .content p span { line-height: 32px; color: #444444; margin-bottom: 20px; } @media only screen and (max-width: 767px) { .single-post .post-wrap .content p img { width: 100%; margin-bottom: 20px; } } .single-post .post-wrap .content span.italic { line-height: 32px; color: #444444; margin-bottom: 20px; } .single-post .post-wrap .content ol { list-style: decimal inside; } .single-post .post-wrap .content .dropcap { display: block; } .single-post .post-wrap .content .dropcap::first-letter { font-size: 100px; float: left; display: block; font-weight: 800; color: #444444; padding: 8px 10px 5px 0; line-height: 1; } @media only screen and (max-width: 767px) { .single-post .post-wrap .content .dropcap::first-letter { font-size: 70px; } } .single-post .post-wrap .content > img { margin-bottom: 30px; max-width: 100%; } .single-post .post-wrap .content .blockquote { margin-bottom: 30px; } @media only screen and (max-width: 767px) { .single-post .post-wrap .content .blockquote { padding: 40px 30px; } } .single-post .post-wrap .content .blockquote p { margin: 0; } .single-post .post-wrap .tags-social { width: 100%; padding-top: 20px; border-top: 1px solid #f1f1f1; margin-top: 20px; /*-- Tags --*/ /*-- Post Social --*/ } .single-post .post-wrap .tags-social .tags i { width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; background-color: #00c8fa; line-height: 36px; float: left; margin-right: 20px; } .single-post .post-wrap .tags-social .tags a { line-height: 24px; margin: 6px 0; } @media only screen and (max-width: 767px) { .single-post .post-wrap .tags-social .post-social { width: 100%; margin-top: 15px; } } .single-post .post-wrap .tags-social .post-social a { background-color: #00c8fa; width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); } .single-post .post-wrap .tags-social .post-social a i { font-size: 16px; line-height: 38px; } .single-post .post-wrap .tags-social .post-social a.facebook { background-color: #516eab; } .single-post .post-wrap .tags-social .post-social a.twitter { background-color: #40bff5; } .single-post .post-wrap .tags-social .post-social a.dribbble { background-color: #f7659c; } .single-post .post-wrap .tags-social .post-social a.google-plus { background-color: #eb5e4c; } /*-- Preview & Next Post Links --*/ .post-nav { border: 1px solid #f1f1f1; float: left; width: 100%; } .post-nav a { display: block; float: left; width: 50%; padding: 20px; font-size: 18px; font-weight: 600; font-family: "Poppins", sans-serif; color: #444444; } @media only screen and (max-width: 767px) { .post-nav a { width: 100%; } } .post-nav a span { display: block; font-size: 14px; font-weight: 400; text-transform: capitalize; color: #666666; margin-bottom: 5px; } .post-nav a.prev-post { border-right: 1px solid #f1f1f1; text-align: left; } @media only screen and (max-width: 767px) { .post-nav a.prev-post { border-bottom: 1px solid #f1f1f1; border-right: 0px solid #f1f1f1; } } .post-nav a.next-post { text-align: right; } .post-nav a:hover { color: #00c8fa; } /*-- Post Author --*/ .post-author { border: 1px solid #f1f1f1; float: left; width: 100%; padding: 20px; } .post-author .image { width: 90px; border: 1px solid #f1f1f1; margin-right: 20px; border-radius: 5px; } @media only screen and (max-width: 767px) { .post-author .image { float: none !important; margin-bottom: 20px; } } .post-author .image img { width: 100%; border-radius: 5px; } .post-author .content h5 { text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 5px; } .post-author .content h5 a:hover { color: #00c8fa; } .post-author .content p { margin-bottom: 8px; } .post-author .content .social a { color: #444444; margin-right: 10px; } .post-author .content .social a:hover { color: #00c8fa; } .post-author .content .social a i { font-size: 16px; } /*-- Post Comment Form --*/ .post-comment-form label { display: block; line-height: 18px; } .post-comment-form label sup { color: #00c8fa; } .post-comment-form input { width: 100%; height: 40px; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .post-comment-form input[type="submit"] { width: auto; border-radius: 5px; background-color: #00c8fa; color: #ffffff; text-transform: capitalize; border: none; padding: 8px 30px; } .post-comment-form input[type="submit"]:focus { border: none; } .post-comment-form input:focus { border-color: #00c8fa; } .post-comment-form textarea { width: 100%; height: 100px; resize: none; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .post-comment-form textarea:focus { border-color: #00c8fa; } /*----------------------------------------*/ /* 6. Blog & Blog Details /*----------------------------------------*/ /*-- Single Post --*/ .single-blog { border: 1px solid #f1f1f1; float: left; width: 100%; padding: 20px; } .single-blog .blog-wrap { /*-- Meta --*/ /*-- Title --*/ /*-- Image --*/ /*-- Content --*/ /*-- Tags & Social --*/ } .single-blog .blog-wrap .meta { display: block; margin-bottom: 8px; /*-- Meta Item --*/ } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .meta { margin-bottom: 0; } } .single-blog .blog-wrap .meta .meta-item { display: block; float: left; font-size: 13px; letter-spacing: 0.75px; line-height: 30px; font-family: "Open Sans", sans-serif; margin-left: 20px; /*-- Category --*/ } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .meta .meta-item { margin-left: 0; margin-bottom: 10px; margin-right: 20px; float: left; } .single-blog .blog-wrap .meta .meta-item:last-child { margin-right: 0; } } .single-blog .blog-wrap .meta .meta-item i { font-size: 16px; color: #00c8fa; margin-right: 10px; line-height: 30px; } .single-blog .blog-wrap .meta .meta-item img { width: 30px; height: 30px; border: 1px solid #e4e4e4; border-radius: 50%; margin-right: 10px; } .single-blog .blog-wrap .meta .meta-item.category { font-size: 12px; text-transform: uppercase; font-weight: 600; color: #ffffff; letter-spacing: 1px; background-color: #00c8fa; border-radius: 5px; padding: 0 13px; height: 30px; line-height: 31px; margin-left: 0; /*-- Category Color --*/ } .single-blog .blog-wrap .meta .meta-item.category.travel { background-color: #ffc61c; } .single-blog .blog-wrap .meta .meta-item.category.life-style { background-color: #ffc61c; } .single-blog .blog-wrap .meta .meta-item.category.fashion { background-color: #ff58c8; } .single-blog .blog-wrap .meta .meta-item.category.sports { background-color: #67bf35; } .single-blog .blog-wrap .meta .meta-item.category.gadgets { background-color: #1f2024; } .single-blog .blog-wrap .meta .meta-item.category.feature { background-color: #00c8fa; } .single-blog .blog-wrap .meta .meta-item.category.politic { background-color: #f05555; } .single-blog .blog-wrap .meta .meta-item.category.education { background-color: #008bff; } .single-blog .blog-wrap .meta .meta-item.category.health { background-color: #008bff; } .single-blog .blog-wrap .meta .meta-item.category.madical { background-color: #008bff; } .single-blog .blog-wrap .meta .meta-item.category.video { background-color: #ec0000; } .single-blog .blog-wrap .meta .meta-item.category.businsee { background-color: #26d572; } .single-blog .blog-wrap .meta .meta-item.view { float: right; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .meta .meta-item.view { float: left; } } .single-blog .blog-wrap .meta .meta-item.comments { float: right; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .meta .meta-item.comments { float: left; } } .single-blog .blog-wrap .meta a:hover { color: #00c8fa; } .single-blog .blog-wrap .title { font-size: 26px; font-weight: 600; line-height: 40px; margin-bottom: 16px; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .title { font-size: 18px; line-height: 24px; } } .single-blog .blog-wrap .title a { color: #444444; } .single-blog .blog-wrap .title a:hover { color: #00c8fa; } .single-blog .blog-wrap .image { margin-bottom: 15px; } .single-blog .blog-wrap .image img { width: 100%; } .single-blog .blog-wrap .content { /*-- Blockquote --*/ /*-- Read More Button --*/ } .single-blog .blog-wrap .content p { margin-bottom: 30px; display: block; float: left; } .single-blog .blog-wrap .content p span { line-height: 32px; color: #444444; margin-bottom: 20px; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .content p img { width: 100%; margin-bottom: 20px; } } .single-blog .blog-wrap .content span.italic { line-height: 32px; color: #444444; margin-bottom: 20px; } .single-blog .blog-wrap .content ol { list-style: decimal inside; } .single-blog .blog-wrap .content .dropcap { display: block; } .single-blog .blog-wrap .content .dropcap::first-letter { font-size: 100px; float: left; display: block; font-weight: 800; color: #444444; padding: 8px 10px 5px 0; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .content .dropcap::first-letter { font-size: 70px; } } .single-blog .blog-wrap .content > img { margin-bottom: 30px; max-width: 100%; } .single-blog .blog-wrap .content .blockquote { margin-bottom: 30px; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .content .blockquote { padding: 40px 30px; } } .single-blog .blog-wrap .content .blockquote p { margin: 0; } .single-blog .blog-wrap .content .read-more { text-transform: capitalize; font-weight: 600; color: #666666; text-decoration: underline; font-size: 13px; } .single-blog .blog-wrap .content .read-more:hover { color: #00c8fa; } .single-blog .blog-wrap .tags-social { width: 100%; padding-top: 20px; border-top: 1px solid #f1f1f1; margin-top: 20px; /*-- Tags --*/ /*-- Post Social --*/ } .single-blog .blog-wrap .tags-social .tags i { width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; background-color: #00c8fa; line-height: 36px; float: left; margin-right: 20px; } .single-blog .blog-wrap .tags-social .tags a { line-height: 24px; margin: 6px 0; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .tags-social .blog-social { width: 100%; margin-top: 15px; } } .single-blog .blog-wrap .tags-social .blog-social a { background-color: #00c8fa; width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); } .single-blog .blog-wrap .tags-social .blog-social a i { font-size: 16px; line-height: 38px; } .single-blog .blog-wrap .tags-social .blog-social a.facebook { background-color: #516eab; } .single-blog .blog-wrap .tags-social .blog-social a.twitter { background-color: #40bff5; } .single-blog .blog-wrap .tags-social .blog-social a.dribbble { background-color: #f7659c; } .single-blog .blog-wrap .tags-social .blog-social a.google-plus { background-color: #eb5e4c; } /*-- Preview & Next Post Links --*/ .post-nav { border: 1px solid #f1f1f1; float: left; width: 100%; } .post-nav a { display: block; float: left; width: 50%; padding: 20px; font-size: 18px; font-weight: 600; font-family: "Poppins", sans-serif; color: #444444; } @media only screen and (max-width: 767px) { .post-nav a { width: 100%; } } .post-nav a span { display: block; font-size: 14px; font-weight: 400; text-transform: capitalize; color: #666666; margin-bottom: 5px; } .post-nav a.prev-post { border-right: 1px solid #f1f1f1; text-align: left; } @media only screen and (max-width: 767px) { .post-nav a.prev-post { border-bottom: 1px solid #f1f1f1; border-right: 0px solid #f1f1f1; } } .post-nav a.next-post { text-align: right; } .post-nav a:hover { color: #00c8fa; } /*-- Post Author --*/ .post-author { border: 1px solid #f1f1f1; float: left; width: 100%; padding: 20px; } .post-author .image { width: 90px; border: 1px solid #f1f1f1; margin-right: 20px; border-radius: 5px; } @media only screen and (max-width: 767px) { .post-author .image { float: none !important; margin-bottom: 20px; } } .post-author .image img { width: 100%; border-radius: 5px; } .post-author .content h5 { text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 5px; } .post-author .content h5 a:hover { color: #00c8fa; } .post-author .content p { margin-bottom: 8px; } .post-author .content .social a { color: #444444; margin-right: 10px; } .post-author .content .social a:hover { color: #00c8fa; } .post-author .content .social a i { font-size: 16px; } /*-- Post Comment Form --*/ .post-comment-form label { display: block; line-height: 18px; } .post-comment-form label sup { color: #00c8fa; } .post-comment-form input { width: 100%; height: 40px; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .post-comment-form input[type="submit"] { width: auto; border-radius: 5px; background-color: #00c8fa; color: #ffffff; text-transform: capitalize; border: none; padding: 8px 30px; } .post-comment-form input[type="submit"]:focus { border: none; } .post-comment-form input:focus { border-color: #00c8fa; } .post-comment-form textarea { width: 100%; height: 100px; resize: none; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .post-comment-form textarea:focus { border-color: #00c8fa; } /*----------------------------------------*/ /* 7. Sidebar /*----------------------------------------*/ /*-- Single Sidebar --*/ .single-sidebar { margin-bottom: 40px; float: left; width: 100%; } .single-sidebar:last-child { margin-bottom: 0; } /*-- Sidebar Block Wrapper --*/ .sidebar-block-wrapper { border: 1px solid #f1f1f1; float: left; width: 100%; /*-- Head --*/ /*-- Body --*/ } .sidebar-block-wrapper .head { float: left; width: 100%; padding: 15px 20px; position: relative; border-bottom: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature --*/ /*-- Gadgets --*/ /*-- Life Style --*/ /*-- Travel --*/ /*-- Fashion --*/ /*-- Sports --*/ /*-- Politic --*/ /*-- Education --*/ /*-- Health --*/ /*-- Madical --*/ /*-- Video --*/ /*-- Businsee --*/ } .sidebar-block-wrapper .head::before, .sidebar-block-wrapper .head::after { position: absolute; width: 4px; height: 14px; top: 50%; margin-top: -7px; background-color: #00c8fa; content: ""; } .sidebar-block-wrapper .head::before { left: -1px; } .sidebar-block-wrapper .head::after { right: -1px; } .sidebar-block-wrapper .head .title { margin: 0; line-height: 24px; font-weight: 600; text-transform: capitalize; color: #00c8fa; } @media only screen and (max-width: 767px) { .sidebar-block-wrapper .head .title { font-size: 14px; } } .sidebar-block-wrapper .head.feature-head { /*-- Title --*/ } .sidebar-block-wrapper .head.feature-head::before, .sidebar-block-wrapper .head.feature-head::after { background-color: #00c8fa; } .sidebar-block-wrapper .head.feature-head .title { color: #00c8fa; } .sidebar-block-wrapper .head.gadgets-head { /*-- Title --*/ } .sidebar-block-wrapper .head.gadgets-head::before, .sidebar-block-wrapper .head.gadgets-head::after { background-color: #00c8fa; } .sidebar-block-wrapper .head.gadgets-head .title { color: #00c8fa; } .sidebar-block-wrapper .head.life-style-head { /*-- Title --*/ } .sidebar-block-wrapper .head.life-style-head::before, .sidebar-block-wrapper .head.life-style-head::after { background-color: #ffc61c; } .sidebar-block-wrapper .head.life-style-head .title { color: #ffc61c; } .sidebar-block-wrapper .head.travel-head { /*-- Title --*/ } .sidebar-block-wrapper .head.travel-head::before, .sidebar-block-wrapper .head.travel-head::after { background-color: #ffc61c; } .sidebar-block-wrapper .head.travel-head .title { color: #ffc61c; } .sidebar-block-wrapper .head.fashion-head { /*-- Title --*/ } .sidebar-block-wrapper .head.fashion-head::before, .sidebar-block-wrapper .head.fashion-head::after { background-color: #ff58c8; } .sidebar-block-wrapper .head.fashion-head .title { color: #ff58c8; } .sidebar-block-wrapper .head.sports-head { /*-- Title --*/ } .sidebar-block-wrapper .head.sports-head::before, .sidebar-block-wrapper .head.sports-head::after { background-color: #67bf35; } .sidebar-block-wrapper .head.sports-head .title { color: #67bf35; } .sidebar-block-wrapper .head.politic-head { /*-- Title --*/ } .sidebar-block-wrapper .head.politic-head::before, .sidebar-block-wrapper .head.politic-head::after { background-color: #f05555; } .sidebar-block-wrapper .head.politic-head .title { color: #f05555; } .sidebar-block-wrapper .head.education-head { /*-- Title --*/ } .sidebar-block-wrapper .head.education-head::before, .sidebar-block-wrapper .head.education-head::after { background-color: #008bff; } .sidebar-block-wrapper .head.education-head .title { color: #008bff; } .sidebar-block-wrapper .head.health-head { /*-- Title --*/ } .sidebar-block-wrapper .head.health-head::before, .sidebar-block-wrapper .head.health-head::after { background-color: #008bff; } .sidebar-block-wrapper .head.health-head .title { color: #008bff; } .sidebar-block-wrapper .head.madical-head { /*-- Title --*/ } .sidebar-block-wrapper .head.madical-head::before, .sidebar-block-wrapper .head.madical-head::after { background-color: #008bff; } .sidebar-block-wrapper .head.madical-head .title { color: #008bff; } .sidebar-block-wrapper .head.video-head { /*-- Title --*/ } .sidebar-block-wrapper .head.video-head::before, .sidebar-block-wrapper .head.video-head::after { background-color: #ec0000; } .sidebar-block-wrapper .head.video-head .title { color: #ec0000; } .sidebar-block-wrapper .head.politic-head { /*-- Title --*/ } .sidebar-block-wrapper .head.politic-head::before, .sidebar-block-wrapper .head.politic-head::after { background-color: #26d572; } .sidebar-block-wrapper .head.politic-head .title { color: #26d572; } .sidebar-block-wrapper .body { padding: 20px; float: left; width: 100%; } /*-- Sidebar Social Follow --*/ .sidebar-social-follow { margin-left: -1px; margin-right: -1px; } .sidebar-social-follow > div { padding: 1px; width: 50%; float: left; } .sidebar-social-follow > div a { text-align: center; border-radius: 3px; display: block; padding: 25px; } .sidebar-social-follow > div a i { display: inline-block; width: 47px; height: 47px; line-height: 47px; border-radius: 50%; background-color: #ffffff; -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); font-size: 20px; margin-bottom: 10px; } .sidebar-social-follow > div a h3 { font-size: 22px; font-weight: 500; color: #ffffff; margin-bottom: 4px; } .sidebar-social-follow > div a span { display: block; color: #ffffff; font-size: 15px; letter-spacing: 1px; text-transform: capitalize; line-height: 16px; } .sidebar-social-follow > div a.facebook { background-color: #516eab; } .sidebar-social-follow > div a.facebook i { color: #516eab; } .sidebar-social-follow > div a.google-plus { background-color: #eb5e4c; } .sidebar-social-follow > div a.google-plus i { color: #eb5e4c; } .sidebar-social-follow > div a.twitter { background-color: #40bff5; } .sidebar-social-follow > div a.twitter i { color: #40bff5; } .sidebar-social-follow > div a.dribbble { background-color: #f7659c; } .sidebar-social-follow > div a.dribbble i { color: #f7659c; } /*-- Sidebar Banner --*/ .sidebar-banner { display: block; overflow: hidden; } .sidebar-banner img { width: 100%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .sidebar-banner:hover img { -webkit-transform: scale(1.1) rotate(-5deg); -ms-transform: scale(1.1) rotate(-5deg); transform: scale(1.1) rotate(-5deg); } /*-- Sidebar Tab List For Latest & Popular News --*/ .sidebar-tab-list { margin: -15px -20px; z-index: 2; position: relative; /*-- Active Color For Category --*/ } .sidebar-tab-list a { width: 50%; display: block; float: left; text-align: center; position: relative; line-height: 24px; padding: 15px; font-size: 18px; font-weight: 600; font-family: "Open Sans", sans-serif; text-transform: capitalize; color: #444444; position: relative; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .sidebar-tab-list a { font-size: 14px; } } @media only screen and (max-width: 479px) { .sidebar-tab-list a { font-size: 14px; } } .sidebar-tab-list a::before, .sidebar-tab-list a::after { position: absolute; top: 50%; height: 14px; width: 4px; background-color: #00c8fa; margin-top: -7px; content: ""; } .sidebar-tab-list a::before { left: -1px; } .sidebar-tab-list a::after { right: -1px; } .sidebar-tab-list a:first-child::after { background-color: #ffffff !important; right: -3px; width: 6px; } .sidebar-tab-list a:last-child::before { background-color: #ffffff !important; left: -3px; width: 6px; } .sidebar-tab-list a.active { background-color: #00c8fa; z-index: 2; color: #ffffff; } .sidebar-tab-list a.active::before, .sidebar-tab-list a.active::after { background-color: #ffffff !important; } .sidebar-tab-list.travel-sidebar-tab-list a::before, .sidebar-tab-list.travel-sidebar-tab-list a::after { background-color: #ffc61c; } .sidebar-tab-list.travel-sidebar-tab-list a.active { background-color: #ffc61c; } .sidebar-tab-list.life-style-sidebar-tab-list a::before, .sidebar-tab-list.life-style-sidebar-tab-list a::after { background-color: #ffc61c; } .sidebar-tab-list.life-style-sidebar-tab-list a.active { background-color: #ffc61c; } .sidebar-tab-list.fashion-sidebar-tab-list a::before, .sidebar-tab-list.fashion-sidebar-tab-list a::after { background-color: #ff58c8; } .sidebar-tab-list.fashion-sidebar-tab-list a.active { background-color: #ff58c8; } .sidebar-tab-list.sports-sidebar-tab-list a::before, .sidebar-tab-list.sports-sidebar-tab-list a::after { background-color: #67bf35; } .sidebar-tab-list.sports-sidebar-tab-list a.active { background-color: #67bf35; } .sidebar-tab-list.gadgets-sidebar-tab-list a::before, .sidebar-tab-list.gadgets-sidebar-tab-list a::after { background-color: #1f2024; } .sidebar-tab-list.gadgets-sidebar-tab-list a.active { background-color: #1f2024; } .sidebar-tab-list.feature-sidebar-tab-list a::before, .sidebar-tab-list.feature-sidebar-tab-list a::after { background-color: #00c8fa; } .sidebar-tab-list.feature-sidebar-tab-list a.active { background-color: #00c8fa; } .sidebar-tab-list.politic-sidebar-tab-list a::before, .sidebar-tab-list.politic-sidebar-tab-list a::after { background-color: #f05555; } .sidebar-tab-list.politic-sidebar-tab-list a.active { background-color: #f05555; } .sidebar-tab-list.education-sidebar-tab-list a::before, .sidebar-tab-list.education-sidebar-tab-list a::after { background-color: #008bff; } .sidebar-tab-list.education-sidebar-tab-list a.active { background-color: #008bff; } .sidebar-tab-list.health-sidebar-tab-list a::before, .sidebar-tab-list.health-sidebar-tab-list a::after { background-color: #008bff; } .sidebar-tab-list.health-sidebar-tab-list a.active { background-color: #008bff; } .sidebar-tab-list.madical-sidebar-tab-list a::before, .sidebar-tab-list.madical-sidebar-tab-list a::after { background-color: #008bff; } .sidebar-tab-list.madical-sidebar-tab-list a.active { background-color: #008bff; } .sidebar-tab-list.video-sidebar-tab-list a::before, .sidebar-tab-list.video-sidebar-tab-list a::after { background-color: #ec0000; } .sidebar-tab-list.video-sidebar-tab-list a.active { background-color: #ec0000; } .sidebar-tab-list.businsee-sidebar-tab-list a::before, .sidebar-tab-list.businsee-sidebar-tab-list a::after { background-color: #26d572; } .sidebar-tab-list.businsee-sidebar-tab-list a.active { background-color: #26d572; } /*-- Sidebar Category --*/ .sidebar-category { /*-- Active Color For Category --*/ } .sidebar-category li { margin-bottom: 10px; display: block; } .sidebar-category li a { display: block; color: #666666; line-height: 24px; font-size: 14px; font-family: "Open Sans", sans-serif; } .sidebar-category li a:before { content: "\f0da"; font-family: 'Fontawesome'; font-size: 18px; line-height: 24px; float: left; margin-right: 15px; padding-left: 1px; } .sidebar-category li a:hover { color: #00c8fa; } .sidebar-category li:last-child { margin-bottom: 0; } .sidebar-category.travel-category li a:hover { color: #ffc61c; } .sidebar-category.life-style-category li a:hover { color: #ffc61c; } .sidebar-category.fashion-category li a:hover { color: #ff58c8; } .sidebar-category.sports-category li a:hover { color: #67bf35; } .sidebar-category.gadgets-category li a:hover { color: #1f2024; } .sidebar-category.feature-category li a:hover { color: #00c8fa; } .sidebar-category.politic-category li a:hover { color: #f05555; } .sidebar-category.education-category li a:hover { color: #008bff; } .sidebar-category.health-category li a:hover { color: #008bff; } .sidebar-category.madical-category li a:hover { color: #008bff; } .sidebar-category.video-category li a:hover { color: #ec0000; } .sidebar-category.businsee-category li a:hover { color: #26d572; } /*-- Sidebar Subscribe --*/ .sidebar-subscribe { position: relative; z-index: 1; text-align: center; background-color: #f6f6f6; padding: 47px 30px; /*-- Sidebar Subscribe Form --*/ } .sidebar-subscribe::before { content: url("img/shape/mail-1.png"); left: 0; position: absolute; top: 0; z-index: -1; } .sidebar-subscribe::after { bottom: 0; content: url("img/shape/mail-2.png"); position: absolute; right: 0; z-index: -1; } .sidebar-subscribe h4 { display: block; font-weight: 600; margin-bottom: 13px; } .sidebar-subscribe h4 span { color: #f05555; } .sidebar-subscribe .subscribe-form input[type="email"] { width: 265px; height: 40px; background-color: #ffffff; color: #444444; line-height: 24px; padding: 8px 20px; font-size: 12px; border: none; clear: both; margin: auto; max-width: 100%; } .sidebar-subscribe .subscribe-form .button { height: 40px; background-color: #f05555; color: #ffffff; line-height: 24px; padding: 8px 40px; border: none; font-size: 12px; font-weight: 600; font-family: "Poppins", sans-serif; clear: both; margin: auto; text-transform: uppercase; margin-top: 15px; } .sidebar-subscribe .subscribe-form .button:hover { background-color: #ec2626; } /*----------------------------------------*/ /* 8. Contact /*----------------------------------------*/ .contact-info, .contact-form { padding: 30px 10px; } /*-- Single Contact --*/ @media only screen and (max-width: 767px) { .single-contact { margin-bottom: 30px; } .single-contact:last-child { margin-bottom: 0; } } .single-contact i { font-size: 36px; color: #00c8fa; margin-bottom: 10px; } /*-- Contact Form --*/ .contact-form label { display: block; line-height: 18px; } .contact-form label sup { color: #00c8fa; } .contact-form input { width: 100%; height: 40px; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .contact-form input[type="submit"] { width: auto; border-radius: 5px; background-color: #00c8fa; color: #ffffff; text-transform: capitalize; border: none; padding: 8px 30px; } .contact-form input[type="submit"]:focus { border: none; } .contact-form input:focus { border-color: #00c8fa; } .contact-form textarea { width: 100%; height: 100px; resize: none; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .contact-form textarea:focus { border-color: #00c8fa; } /*-- Contact Map Wrap --*/ .contact-map-wrap { padding: 10px; } /*-- Contact Map --*/ #contact-map { height: 350px; width: 100%; } /*----------------------------------------*/ /* 9. Footer /*----------------------------------------*/ /*-- Footer Top ----------------------------------------*/ .footer-top-section { padding: 100px 105px 40px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .footer-top-section { padding-left: 15px; padding-right: 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .footer-top-section { padding: 100px 65px 40px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .footer-top-section { padding-left: 0; padding-right: 0; } } @media only screen and (max-width: 767px) { .footer-top-section { padding-left: 5px; padding-right: 5px; } } /*-- Footer Widget --*/ .footer-widget { padding: 0 35px; /*-- Title --*/ /*-- Content --*/ /*-- Footer Widget Post --*/ /*-- Footer Tweet --*/ } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .footer-widget { padding-left: 15px; padding-right: 15px; } } @media only screen and (max-width: 479px) { .footer-widget { padding-left: 10px; padding-right: 10px; } } .footer-widget .widget-title { font-family: "Open Sans", sans-serif; font-weight: 600; color: #ffffff; line-height: 14px; text-transform: capitalize; padding-left: 15px; border-left: 4px solid #00c8fa; margin-bottom: 30px; } .footer-widget .content { /*-- Footer Contact --*/ /*-- Footer Social --*/ } .footer-widget .content p { font-size: 13px; color: #cccccc; } .footer-widget .content .footer-contact { padding-left: 0; float: left; margin-top: 8px; width: 100%; margin-bottom: 25px; } .footer-widget .content .footer-contact li { margin-bottom: 10px; color: #cccccc; } .footer-widget .content .footer-contact li:last-child { margin-bottom: 0; } .footer-widget .content .footer-contact li i { width: 20px; text-align: left; margin-right: 10px; font-size: 16px; } .footer-widget .content .footer-social a { width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); } .footer-widget .content .footer-social a i { font-size: 16px; line-height: 38px; } .footer-widget .content .footer-social a.facebook { background-color: #516eab; } .footer-widget .content .footer-social a.twitter { background-color: #40bff5; } .footer-widget .content .footer-social a.dribbble { background-color: #f7659c; } .footer-widget .content .footer-social a.google-plus { background-color: #eb5e4c; } .footer-widget .footer-widget-post { overflow: hidden; border-bottom: 1px solid #282828; margin-bottom: 20px; padding-bottom: 20px; /*-- Post Wrap --*/ } .footer-widget .footer-widget-post:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .footer-widget .footer-widget-post .post-wrap { overflow: hidden; /*-- Image --*/ /*-- Content --*/ } .footer-widget .footer-widget-post .post-wrap .image { width: 104px; margin-right: 20px; float: left; } @media only screen and (max-width: 479px) { .footer-widget .footer-widget-post .post-wrap .image { width: 90px; margin-right: 15px; } } .footer-widget .footer-widget-post .post-wrap .image img { width: 100%; } .footer-widget .footer-widget-post .post-wrap .content { overflow: hidden; } .footer-widget .footer-widget-post .post-wrap .content .title a { color: #cccccc; font-weight: 600; } .footer-widget .footer-widget-post .post-wrap .content .title a:hover { color: #00c8fa; } .footer-widget .footer-widget-post .post-wrap .content .meta { /*-- Meta List --*/ } .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item { color: #cccccc; margin-top: 5px; font-size: 13px; font-family: "Open Sans", sans-serif; line-height: 16px; display: block; float: left; margin-right: 15px; /*-- Icon --*/ } .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item:last-child { margin-right: 0; } .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item i { display: block; float: left; margin-right: 6px; font-size: 13px; line-height: 16px; padding-left: 1px; } .footer-widget .single-tweet { border-bottom: 1px solid #282828; margin-bottom: 20px; padding-bottom: 20px; position: relative; /*-- Image --*/ /*-- Content --*/ } .footer-widget .single-tweet:last-child { margin-bottom: 0; border-bottom: none; } .footer-widget .single-tweet::before { position: absolute; right: 0; bottom: 0; content: "\f099"; font-family: 'Fontawesome'; color: #00c8fa; opacity: 0.1; font-size: 70px; line-height: 50px; } .footer-widget .single-tweet .image { width: 40px; margin-right: 10px; float: left; } .footer-widget .single-tweet .image img { width: 100%; } .footer-widget .single-tweet .content { /*-- Head --*/ /*-- Tags --*/ /*-- LInks --*/ /*-- Meta --*/ } .footer-widget .single-tweet .content .head { overflow: hidden; } .footer-widget .single-tweet .content .head h5 { float: left; font-family: "Open Sans", sans-serif; font-weight: 600; border-right: 1px solid #3b3b3b; margin-right: 15px; padding-right: 15px; line-height: 14px; } .footer-widget .single-tweet .content .head h5 a { color: #cccccc; } .footer-widget .single-tweet .content .head h5 a:hover { color: #00c8fa; } .footer-widget .single-tweet .content .head span { display: block; line-height: 14px; color: #cccccc; } .footer-widget .single-tweet .content .tags a { font-size: 13px; line-height: 20px; color: #cccccc; } .footer-widget .single-tweet .content .tags a:hover { color: #00c8fa; } .footer-widget .single-tweet .content .links a { font-size: 13px; line-height: 20px; color: #00c8fa; } .footer-widget .single-tweet .content .links a:hover { text-decoration: underline; } .footer-widget .single-tweet .content .meta { margin-top: 10px; } .footer-widget .single-tweet .content .meta li { border-right: 1px solid #3b3b3b; margin-right: 20px; padding-right: 20px; float: left; display: block; line-height: 12px; margin-top: 7px; } .footer-widget .single-tweet .content .meta li:last-child { margin-right: 0; padding-right: 0; border-right: none; } .footer-widget .single-tweet .content .meta li a { font-size: 13px; color: #cccccc; line-height: 12px; } .footer-widget .single-tweet .content .meta li a:hover { color: #00c8fa; } .footer-widget .single-tweet .content .meta li a i { font-size: 14px; float: left; line-height: 12px; margin-right: 10px; padding-left: 1px; } /*-- Footer Bottom ----------------------------------------*/ .footer-bottom-section { border-top: 1px solid #343434; padding: 15px 0; /*-- Copyright --*/ } .footer-bottom-section .copyright { line-height: 30px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #cccccc; } /*# sourceMappingURL=style.css.map */
public/style.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800"); /*-- Common Style --*/ *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; } body { background-color: #ffffff; line-height: 24px; font-size: 14px; font-style: normal; font-weight: normal; visibility: visible; font-family: "Open Sans", sans-serif; color: #666666; } h1, h2, h3, h4, h5, h6 { color: #444444; font-family: "Poppins", sans-serif; font-weight: 400; margin-top: 0; } h1, .h1 { font-size: 36px; line-height: 42px; } h2, .h2 { font-size: 30px; line-height: 36px; } h3, .h3 { font-size: 24px; line-height: 30px; } h4, .h4 { font-size: 18px; line-height: 24px; } h5, .h5 { font-size: 14px; line-height: 22px; } h6, .h6 { font-size: 12px; line-height: 18px; } .italic { font-style: italic; } p:last-child { margin-bottom: 0; } a, button { color: inherit; display: inline-block; line-height: inherit; text-decoration: none; cursor: pointer; } a, i, button, img, input, span, *:before, *:after { -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } *:focus { outline: none !important; } a:focus { color: inherit; outline: none; text-decoration: none; } a:hover { text-decoration: none; color: #00c8fa; } button, input[type="submit"] { cursor: pointer; } ul { list-style: outside none none; margin: 0; padding: 0; } /*-- Common CSS -----------------------------------------*/ .fix { overflow: hidden; } .clear { clear: both; } .section { float: left; width: 100%; } /*-- Background color -----------------------------------------*/ .bg-white { background-color: #ffffff; } .bg-black { background-color: #000000; } .bg-light-gray { background-color: #f6f6f6; } .bg-dark { background-color: #1f2024 !important; } .bg-dark-gray { background-color: #2d2d2d; } .bg-blue { background-color: #00c8fa; } .bg-yellow { background-color: #ffc61c; } /*-- Container Width For Mobile Device --*/ @media (min-width: 1200px) { .container { max-width: 1200px; } } @media only screen and (max-width: 767px) { .container { width: 450px; } } @media only screen and (max-width: 479px) { .container { width: 100%; } } /*-- Margin & Padding -----------------------------------------*/ /*-- Margin Top --*/ .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; } .mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; } .mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; } .mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; } .mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px; } .mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; } .mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; } .mt-135 { margin-top: 135px; } .mt-140 { margin-top: 140px; } .mt-145 { margin-top: 145px; } .mt-150 { margin-top: 150px; } .mt-155 { margin-top: 155px; } .mt-160 { margin-top: 160px; } .mt-165 { margin-top: 165px; } .mt-170 { margin-top: 170px; } .mt-175 { margin-top: 175px; } .mt-180 { margin-top: 180px; } .mt-185 { margin-top: 185px; } .mt-190 { margin-top: 190px; } .mt-195 { margin-top: 195px; } .mt-200 { margin-top: 200px; } /*-- Margin Bottom --*/ .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-65 { margin-bottom: 65px; } .mb-70 { margin-bottom: 70px; } .mb-75 { margin-bottom: 75px; } .mb-80 { margin-bottom: 80px; } .mb-85 { margin-bottom: 85px; } .mb-90 { margin-bottom: 90px; } .mb-95 { margin-bottom: 95px; } .mb-100 { margin-bottom: 100px; } .mb-105 { margin-bottom: 105px; } .mb-110 { margin-bottom: 110px; } .mb-115 { margin-bottom: 115px; } .mb-120 { margin-bottom: 120px; } .mb-125 { margin-bottom: 125px; } .mb-130 { margin-bottom: 130px; } .mb-135 { margin-bottom: 135px; } .mb-140 { margin-bottom: 140px; } .mb-145 { margin-bottom: 145px; } .mb-150 { margin-bottom: 150px; } .mb-155 { margin-bottom: 155px; } .mb-160 { margin-bottom: 160px; } .mb-165 { margin-bottom: 165px; } .mb-170 { margin-bottom: 170px; } .mb-175 { margin-bottom: 175px; } .mb-180 { margin-bottom: 180px; } .mb-185 { margin-bottom: 185px; } .mb-190 { margin-bottom: 190px; } .mb-195 { margin-bottom: 195px; } .mb-200 { margin-bottom: 200px; } /*-- Padding Top --*/ .pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; } .pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; } .pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; } .pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; } .pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; } .pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; } .pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; } .pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; } .pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; } .pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; } .pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; } .pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; } .pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; } .pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; } .pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; } /*-- Padding Bottom --*/ .pb-5 { padding-bottom: 5px; } .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; } .pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; } .pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; } .pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; } .pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; } .pb-100 { padding-bottom: 100px; } .pb-105 { padding-bottom: 105px; } .pb-110 { padding-bottom: 110px; } .pb-115 { padding-bottom: 115px; } .pb-120 { padding-bottom: 120px; } .pb-125 { padding-bottom: 125px; } .pb-130 { padding-bottom: 130px; } .pb-135 { padding-bottom: 135px; } .pb-140 { padding-bottom: 140px; } .pb-145 { padding-bottom: 145px; } .pb-150 { padding-bottom: 150px; } .pb-155 { padding-bottom: 155px; } .pb-160 { padding-bottom: 160px; } .pb-165 { padding-bottom: 165px; } .pb-170 { padding-bottom: 170px; } .pb-175 { padding-bottom: 175px; } .pb-180 { padding-bottom: 180px; } .pb-185 { padding-bottom: 185px; } .pb-190 { padding-bottom: 190px; } .pb-195 { padding-bottom: 195px; } .pb-200 { padding-bottom: 200px; } /*-- Custom Row -----------------------------------------*/ .row-1 { margin-left: -1px; margin-right: -1px; } .row-1 > [class*="col"] { padding-left: 1px; padding-right: 1px; } /*-- Input Placeholder -----------------------------------------*/ input:-moz-placeholder, textarea:-moz-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } /*-- Overlay CSS -----------------------------------------*/ [class*="overlay-opacity"] { position: relative; -webkit-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; } [class*="overlay-opacity"]::before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background-color: #000000; } /*-- Opacity --*/ .overlay-opacity-10::before { opacity: 0.1; } .overlay-opacity-15::before { opacity: 0.15; } .overlay-opacity-20::before { opacity: 0.2; } .overlay-opacity-25::before { opacity: 0.25; } .overlay-opacity-30::before { opacity: 0.3; } .overlay-opacity-35::before { opacity: 0.35; } .overlay-opacity-40::before { opacity: 0.4; } .overlay-opacity-45::before { opacity: 0.45; } .overlay-opacity-50::before { opacity: 0.5; } .overlay-opacity-55::before { opacity: 0.55; } .overlay-opacity-60::before { opacity: 0.6; } .overlay-opacity-65::before { opacity: 0.65; } .overlay-opacity-70::before { opacity: 0.7; } .overlay-opacity-75::before { opacity: 0.75; } .overlay-opacity-80::before { opacity: 0.8; } .overlay-opacity-85::before { opacity: 0.85; } .overlay-opacity-90::before { opacity: 0.9; } .overlay-opacity-95::before { opacity: 0.95; } /*-- Scroll Up -----------------------------------------*/ #scrollUp { width: 40px; height: 40px; background-color: #00c8fa; color: #ffffff; right: 40px; bottom: 40px; text-align: center; overflow: hidden; } @media only screen and (max-width: 767px) { #scrollUp { display: none !important; } } #scrollUp i { display: block; line-height: 40px; font-size: 24px; } #scrollUp:hover i { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } /*-- Main Wrapper -----------------------------------------*/ #main-wrapper { position: relative; } /*-- Youtube Video PlayList -----------------------------------------*/ .RYPP { padding: 18px 18px 350px 18px; } @media only screen and (max-width: 767px) { .RYPP { padding-bottom: 18px; } } .RYPP .RYPP-playlist { bottom: 18px; height: 314px; left: 18px; right: 18px; top: auto; overflow: hidden; width: auto; } @media only screen and (max-width: 767px) { .RYPP .RYPP-playlist { margin-top: 18px; position: relative; left: 0; right: 0; bottom: 0; top: 0; } } .RYPP .RYPP-playlist .RYPP-items { top: 0; } .RYPP .RYPP-playlist .RYPP-items ol { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; float: left; padding: 0; width: 100%; } .RYPP .RYPP-playlist .RYPP-items ol li { width: 50%; float: left; border-right: 1px solid #000000; border-bottom: 1px solid #000000; } @media only screen and (max-width: 767px) { .RYPP .RYPP-playlist .RYPP-items ol li { width: 100%; } } .RYPP .RYPP-playlist .RYPP-items ol li:nth-child(2n+1) { clear: both; } .RYPP .RYPP-playlist .RYPP-items ol li:nth-child(2n) { border-right-color: transparent; } .RYPP .RYPP-playlist .RYPP-items ol li::before { font-size: 100%; margin-right: 5px; } .RYPP .RYPP-playlist .nicescroll-rails-vr { left: auto !important; width: 3px !important; right: 0; } .RYPP .RYPP-playlist .nicescroll-rails-vr .nicescroll-cursors { border-color: transparent !important; background-color: #f05555 !important; } /*-- Instagram Carousel -----------------------------------------*/ .instagram-carousel { /*-- Instagram --*/ } .instagram-carousel .instagram-item { display: block; overflow: hidden; position: relative; z-index: 1; } .instagram-carousel .instagram-item::before { content: "\f16d"; font-family: 'Fontawesome'; position: absolute; color: #ffffff; left: 10px; top: 10px; font-size: 24px; line-height: 24px; display: block; z-index: 3; } .instagram-carousel .instagram-item::after { background-color: #000000; position: absolute; content: ""; left: 0; top: 0; bottom: 0; right: 0; z-index: 2; opacity: 0; } .instagram-carousel .instagram-item img { width: 100%; } .instagram-carousel .instagram-item:hover::after { opacity: 0.3; } .instagram-carousel .instagram-item:hover img { -webkit-transform: scale(1.2) rotate(5deg); -ms-transform: scale(1.2) rotate(5deg); transform: scale(1.2) rotate(5deg); } /*-- Page Banner -----------------------------------------*/ /*-- Page Banner --*/ .page-banner { background-repeat: no-repeat; background-size: cover; background-position: center right; padding: 64px 30px; overflow: hidden; /*-- Page Breadcrumb --*/ } @media only screen and (min-width: 992px) and (max-width: 1200px) { .page-banner { padding: 37px 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .page-banner { padding: 30px; } } @media only screen and (max-width: 767px) { .page-banner { padding: 30px; } } .page-banner h2 { color: #ffffff; font-weight: 700; text-transform: capitalize; margin-bottom: 15px; } @media only screen and (max-width: 767px) { .page-banner h2 { font-size: 24px; } } .page-banner h2 span.category-travel { color: #ffc61c; } .page-banner h2 span.category-life-style { color: #ffc61c; } .page-banner h2 span.category-fashion { color: #ff58c8; } .page-banner h2 span.category-sports { color: #67bf35; } .page-banner h2 span.category-gadgets { color: #1f2024; } .page-banner h2 span.category-feature { color: #00c8fa; } .page-banner h2 span.category-politic { color: #f05555; } .page-banner h2 span.category-education { color: #008bff; } .page-banner h2 span.category-health { color: #008bff; } .page-banner h2 span.category-madical { color: #008bff; } .page-banner h2 span.category-video { color: #ec0000; } .page-banner h2 span.category-businsee { color: #26d572; } .page-banner .page-breadcrumb { margin: 0; padding: 0; width: 100%; float: left; margin-bottom: 11px; } .page-banner .page-breadcrumb li { color: #cccccc; display: block; float: left; text-transform: capitalize; } .page-banner .page-breadcrumb li::after { content: "/"; margin: 0 5px; } .page-banner .page-breadcrumb li:last-child::after { display: none; } .page-banner .page-breadcrumb li a { color: #cccccc; } .page-banner .page-breadcrumb li a:hover { color: #00c8fa; } .page-banner p { color: #cccccc; } /*-- Page Banner Right Image --*/ .page-banner-image img { width: 100%; } /*-- Page Pagination -----------------------------------------*/ .page-pagination ul li { display: inline-block; } .page-pagination ul li a { display: block; width: 30px; height: 30px; border: 1px solid #dddddd; line-height: 30px; text-align: center; color: #666666; } .page-pagination ul li a i { display: block; line-height: 29px; font-size: 16px; } .page-pagination ul li a:hover { color: #00c8fa; border-color: #00c8fa; } .page-pagination-2 ul li { display: inline-block; } .page-pagination-2 ul li a { display: block; width: 30px; height: 30px; border: 1px solid #dddddd; line-height: 30px; text-align: center; color: #666666; font-weight: 600; border-radius: 50%; } .page-pagination-2 ul li a i { display: block; line-height: 29px; font-size: 16px; } .page-pagination-2 ul li a:hover { color: #00c8fa; border-color: #00c8fa; } .page-pagination-2 ul li.active a { background-color: #00c8fa; border-color: #00c8fa; color: #ffffff; } /*-- Blockquote -----------------------------------------*/ blockquote.blockquote { text-align: center; background-color: #00c8fa; position: relative; overflow: hidden; width: 100%; float: left; padding: 35px 90px; } blockquote.blockquote::before { font-family: 'Fontawesome'; content: "\f10d"; position: absolute; left: -2px; top: 3px; font-size: 60px; color: #ffffff; } blockquote.blockquote p { color: #ffffff; font-size: 16px; line-height: 29px; letter-spacing: 0.5px; font-weight: 600; } blockquote.blockquote.blockquote-bg { background-size: cover; background-repeat: no-repeat; background-position: center right; background-color: transparent; } blockquote.blockquote.blockquote-bg::before { color: #00c8fa; } blockquote.blockquote.blockquote-bg p { color: #a7bdd6; } /*----------------------------------------*/ /* 2. Header /*----------------------------------------*/ /*---- Header Top ------------------------------------------*/ .header-top { padding: 5px 0; border-bottom: 1px solid #f1f1f1; /*-- Header Top Two --*/ /*-- Header Top Three --*/ } .header-top.header-top-2 { background-color: #00c8fa; border-bottom: none; } /*-- Header Top Links --*/ .header-top-links { /*-- Header Links --*/ } @media only screen and (max-width: 479px) { .header-top-links { min-width: 100%; text-align: center; } } .header-top-links .header-links { display: block; float: left; /*-- Header Links Two --*/ /*-- Header Links Three --*/ } @media only screen and (max-width: 479px) { .header-top-links .header-links { display: inline-block; float: none; vertical-align: top; } } .header-top-links .header-links li { display: block; float: left; padding-right: 11px; margin-right: 10px; margin-top: 5px; margin-bottom: 5px; position: relative; /*-- Disabled Link --*/ } .header-top-links .header-links li::before { position: absolute; right: 0; content: ""; width: 1px; background-color: #e5e5e5; height: 12px; top: 4px; } .header-top-links .header-links li:last-child { margin-right: 0; padding-right: 0; } .header-top-links .header-links li:last-child::before { display: none; } .header-top-links .header-links li a { display: block; line-height: 20px; color: #444444; font-size: 11px; text-transform: capitalize; /*-- Weather --*/ } .header-top-links .header-links li a .weather-degrees { position: relative; padding-right: 5px; margin-right: 5px; } .header-top-links .header-links li a .weather-degrees .unit { position: absolute; font-size: 8px; right: 0; top: 0; line-height: 9px; } .header-top-links .header-links li a:hover { color: #00c8fa; } .header-top-links .header-links li a i { display: block; float: left; margin-right: 5px; font-size: 12px; line-height: 20px; } .header-top-links .header-links li.disabled::before { display: none; } .header-top-links .header-links li.disabled a { cursor: auto; pointer-events: none; padding: 10px 20px; background-color: #00c8fa; color: #ffffff; margin-top: -10px; margin-bottom: -10px; } .header-top-links .header-links li.disabled a:hover { color: #ffffff; } .header-top-links .header-links.header-links-2 li { /*-- Disabled Link --*/ } .header-top-links .header-links.header-links-2 li a { color: #ffffff; } .header-top-links .header-links.header-links-2 li a:hover { color: #444444; } .header-top-links .header-links.header-links-2 li.disabled a { padding: 0; background-color: transparent; color: #ffffff; margin-top: 0; margin-bottom: 0; } .header-top-links .header-links.header-links-2 li.disabled a:hover { color: #ffffff; } .header-top-links .header-links.header-links-3 li { /*-- Disabled Link --*/ } .header-top-links .header-links.header-links-3 li a:hover { color: #ffc61c; } .header-top-links .header-links.header-links-3 li.disabled a { padding: 0; background-color: transparent; color: #444444; margin-top: 0; margin-bottom: 0; } .header-top-links .header-links.header-links-3 li.disabled a:hover { color: #ffc61c; } /*-- Header Top Social --*/ .header-top-social { /*-- Header Social --*/ } @media only screen and (max-width: 479px) { .header-top-social { min-width: 100%; text-align: center; } } .header-top-social .header-social { display: block; float: right; /*-- Header Social Two --*/ /*-- Header Social Three --*/ } @media only screen and (max-width: 479px) { .header-top-social .header-social { display: inline-block; float: none; vertical-align: top; } } .header-top-social .header-social a { display: block; float: left; margin-left: 15px; color: #444444; } .header-top-social .header-social a:first-child { margin-left: 0; } .header-top-social .header-social a:hover { color: #00c8fa; } .header-top-social .header-social a i { font-size: 12px; display: block; line-height: 30px; } .header-top-social .header-social.header-social-2 a { color: #ffffff; } .header-top-social .header-social.header-social-2 a:hover { color: #444444; } .header-top-social .header-social.header-social-3 a:hover { color: #ffc61c; } /*---- Header Section ------------------------------------------*/ .header-section { padding: 20px 0; } /*-- Header Logo --*/ .header-logo { /*-- Logo --*/ } .header-logo .logo { display: block; float: left; } .header-logo .logo img { max-width: 100%; } /*-- Header Banner --*/ .header-banner { /*-- Banner --*/ } .header-banner .banner { float: right; } .header-banner .banner a { display: block; } .header-banner .banner a img { max-width: 100%; width: 100%; } /*---- Menu Section ------------------------------------------*/ .menu-section { /*-- Menu Section Two --*/ } .menu-section.menu-section-2 { background-color: #ffc61c; } /*-- Menu Section Wrap --*/ .menu-section-wrap { position: relative; display: block; float: left; width: 100%; } /*-- Mobile Logo --*/ .mobile-logo { text-align: center; padding: 0 70px; height: 50px; } .mobile-logo a { max-width: 170px; display: inline-block; line-height: 50px; } .mobile-logo a img { width: 100%; } /*-- Main Menu --*/ .main-menu { /*-- Menu Style Two --*/ } .main-menu nav { float: left; } .main-menu nav > ul { float: left; } .main-menu nav > ul > li { display: block; float: left; margin-right: 30px; /*-- Active & Hover Menu Color --*/ /*-- DropDown Arrow --*/ /*-- Sub Menu --*/ } .main-menu nav > ul > li:last-child { margin-right: 0; } .main-menu nav > ul > li > a { font-size: 13px; font-family: "Poppins", sans-serif; letter-spacing: 0.5px; font-weight: 600; text-transform: uppercase; line-height: 30px; padding: 10px 0; color: #ffffff; position: relative; } .main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a { color: #00c8fa; } .main-menu nav > ul > li.has-dropdown > a::after { font-family: 'Fontawesome'; content: '\f107'; margin-left: 8px; display: block; float: right; } .main-menu nav > ul > li:hover .sub-menu, .main-menu nav > ul > li:hover .mega-menu { opacity: 1; z-index: 999; visibility: visible; } .main-menu.main-menu-2 nav > ul > li { margin-right: 1px; /*-- Active & Hover Menu Color --*/ } .main-menu.main-menu-2 nav > ul > li:last-child { margin-right: 0; } .main-menu.main-menu-2 nav > ul > li > a { padding: 10px 15px; color: #1f2024; } .main-menu.main-menu-2 nav > ul > li.active > a, .main-menu.main-menu-2 nav > ul > li:hover > a { color: #ffffff; background-color: #1f2024; } /*-- Sub Menu --*/ .sub-menu { background-color: #ffffff; width: 220px; position: absolute; top: 100%; z-index: -999; visibility: hidden; opacity: 0; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .sub-menu li { display: block; border-bottom: 1px solid #f1f1f1; } .sub-menu li a { display: block; line-height: 30px; padding: 5px 15px; text-transform: capitalize; } .sub-menu li.active a, .sub-menu li:hover a { color: #00c8fa; } /*-- Mega Menu --*/ .mega-menu { background-color: #ffffff; width: 100%; position: absolute; top: 100%; left: 0; visibility: hidden; opacity: 0; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .menu-tab-list { width: 220px; float: left; border-right: 1px solid #f1f1f1; text-align: right; } .menu-tab-list li { border-bottom: 1px solid #f1f1f1; display: block; width: 100%; } .menu-tab-list li:last-child { border-bottom: none; } .menu-tab-list li a { display: block; line-height: 30px; padding: 5px 20px; text-transform: capitalize; font-weight: 600; } .menu-tab-content { padding: 30px 30px 0; } /*-- Mobile Menu ----------------------*/ .mobile-menu { width: 100%; float: left; display: none; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .mobile-menu { display: block; } } @media only screen and (max-width: 767px) { .mobile-menu { display: block; } } .mean-push { display: none; } /*-- Mean Bar --*/ .mean-bar { background-color: transparent; min-height: auto; padding: 0; } .mean-bar .meanmenu-reveal { top: -49px; margin: 16px 0; padding: 0; width: auto; height: auto; overflow: hidden; } .mean-bar .meanmenu-reveal .menu-bar { position: relative; height: 2px; width: 26px; background-color: #ffffff; margin: 8px 0; } .mean-bar .meanmenu-reveal .menu-bar::before, .mean-bar .meanmenu-reveal .menu-bar::after { width: 100%; height: 100%; background-color: #ffffff; position: absolute; left: 0; content: ""; } .mean-bar .meanmenu-reveal .menu-bar::before { top: -8px; } .mean-bar .meanmenu-reveal .menu-bar::after { bottom: -8px; } .mean-bar .meanmenu-reveal.meanclose .menu-close { position: relative; height: 2px; width: 30px; background-color: transparent; margin: 10px 0; } .mean-bar .meanmenu-reveal.meanclose .menu-close::before, .mean-bar .meanmenu-reveal.meanclose .menu-close::after { width: 100%; height: 100%; background-color: #ffffff; position: absolute; left: 0; content: ""; } .mean-bar .meanmenu-reveal.meanclose .menu-close::before { top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .mean-bar .meanmenu-reveal.meanclose .menu-close::after { bottom: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar { background-color: #1f2024; } .mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar::before, .mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar::after { background-color: #1f2024; } .mobile-menu-2 .mean-bar .meanmenu-reveal.meanclose .menu-close::before, .mobile-menu-2 .mean-bar .meanmenu-reveal.meanclose .menu-close::after { background-color: #1f2024; } /*-- Mean Nav --*/ .mean-nav { background-color: transparent; margin-top: 0; } .mean-nav ul li { padding-left: 0; margin: 0; } .mean-nav ul li.mean-last { padding-bottom: 10px; } .mean-nav ul li a { display: block; line-height: 24px; padding: 8px 0; border-top: 1px solid #333333; font-size: 14px; text-transform: capitalize; color: #ffffff; font-family: "Poppins", sans-serif; } .mean-nav ul li a:hover { color: #00c8fa; } .mean-nav ul li a.mean-expand { width: 40px; top: 0; color: #ffffff !important; padding: 0 !important; border: none !important; right: 0; height: 42px; text-align: center; line-height: 42px; font-size: 14px !important; background-color: rgba(255, 255, 255, 0.1) !important; } .mean-nav ul li:hover > a, .mean-nav ul li.active > a { color: #00c8fa; background-color: transparent; } .mean-nav ul li ul li a { padding: 8px 0; padding-left: 15px; border-top: 1px solid #333333; opacity: 1; } .mean-nav ul li ul li ul li a { padding-left: 30px; } .mobile-menu-2 .mean-nav ul li a { color: #1f2024; } .mobile-menu-2 .mean-nav ul li a:hover { color: #ffffff; background-color: #1f2024; } .mobile-menu-2 .mean-nav ul li a.mean-expand { color: #ffffff !important; background-color: rgba(31, 32, 36, 0.15) !important; } .mobile-menu-2 .mean-nav ul li:hover > a, .mobile-menu-2 .mean-nav ul li.active > a { color: #ffffff; background-color: #1f2024; padding-left: 15px; } .mobile-menu-2 .mean-nav ul li:hover .mean-expand, .mobile-menu-2 .mean-nav ul li.active .mean-expand { color: #ffffff !important; background-color: #4e515b !important; } .mobile-menu-2 .mean-nav ul li ul li a { border-top: 1px solid #333333; } /*-- Mobile Sub Menu --*/ .mean-nav .sub-menu { -webkit-box-shadow: none; box-shadow: none; opacity: 1; padding: 0; position: static; -webkit-transition: none 0s ease 0s; -o-transition: none 0s ease 0s; transition: none 0s ease 0s; visibility: visible; z-index: 1; background-color: transparent; } .mean-nav .sub-menu li { border: 0px solid transparent; } .mean-nav .sub-menu li a { display: block; line-height: 24px; padding: 8px 15px; border-top: 1px solid #333333; font-size: 13px; text-transform: capitalize; color: #ffffff; font-family: "Poppins", sans-serif; } .mean-nav .sub-menu li a:hover { color: #00c8fa; background-color: transparent; } /*-- Header Search --*/ .header-search { position: relative; /*-- Search Toggle --*/ /*-- Search Form --*/ /*-- Header Search Two --*/ } @media only screen and (max-width: 767px) { .header-search { position: absolute; top: 0; right: 0; } } .header-search .header-search-toggle { display: block; width: 50px; height: 50px; padding: 10px; border: none; background-color: #444444; color: #ffffff; } .header-search .header-search-toggle i { display: block; line-height: 30px; } .header-search .header-search-form { position: absolute; top: 0; right: 100%; background-color: #444444; border-right: 1px solid #1f2024; overflow: hidden; } .header-search .header-search-form form input[type="text"] { line-height: 30px; padding: 10px 20px; width: 210px; border: none; background-color: transparent; color: #b1b1b1; letter-spacing: 0.5px; font-size: 13px; font-family: "Poppins", sans-serif; font-weight: 500; min-height: 50px; } .header-search.header-search-2 { /*-- Search Toggle --*/ /*-- Search Form --*/ } .header-search.header-search-2 .header-search-toggle { background-color: #1f2024; } .header-search.header-search-2 .header-search-form { background-color: #1f2024; border-right: 1px solid #444444; } /*-- Breaking News Section ------------------------------------------*/ .breaking-news-section { background-color: #00c8fa; /*-- Breaking News Section Two --*/ /*-- Breaking News Section Three --*/ } .breaking-news-section.breaking-news-section-2 { background-color: #ffffff; border-bottom: 1px solid #f1f1f1; } .breaking-news-section.breaking-news-section-3 { background-color: #1f2024; } /*-- Breaking News Wrapper --*/ .breaking-news-wrapper { position: relative; display: block; float: left; width: 100%; /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/ /*-- Breaking News Wrapper Two --*/ /*-- Breaking News Wrapper Three --*/ } @media only screen and (max-width: 767px) { .breaking-news-wrapper { text-align: center; } } .breaking-news-wrapper .breaking-news-title { display: block; line-height: 30px; padding: 5px 20px; color: #ffffff; font-weight: 600; font-size: 13px; letter-spacing: 0.5px; margin: 0; text-transform: uppercase; background-color: #f05555; } @media only screen and (max-width: 767px) { .breaking-news-wrapper .breaking-news-title { display: inline-block; float: none !important; padding: 0 20px; } } .breaking-news-wrapper .breaking-news-ticker { margin-left: 20px; } @media only screen and (max-width: 767px) { .breaking-news-wrapper .breaking-news-ticker { margin-left: 0; } } .breaking-news-wrapper .breaking-news-ticker li { padding: 5px 0; } .breaking-news-wrapper .breaking-news-ticker li a { display: block; line-height: 30px; color: #ffffff; font-size: 13px; font-family: "Open Sans", sans-serif; } .breaking-news-wrapper .breaking-news-ticker li a:hover { text-decoration: underline; } .breaking-news-wrapper .breaking-news-nav { float: right; } @media only screen and (max-width: 767px) { .breaking-news-wrapper .breaking-news-nav { display: none; } } .breaking-news-wrapper .breaking-news-nav button { display: block; float: left; width: 40px; height: 40px; background-color: #00bceb; border: none; color: #ffffff; margin-left: 1px; /*-- Hover --*/ } .breaking-news-wrapper .breaking-news-nav button:first-child { margin-left: 0; border-radius: 1px solid #00a6cf; } .breaking-news-wrapper .breaking-news-nav button i { display: block; font-size: 24px; line-height: 40px; } .breaking-news-wrapper .breaking-news-nav button:hover { background-color: #f05555; } .breaking-news-wrapper.breaking-news-wrapper-2 { /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/ } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-title { background-color: #1f2024; } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-ticker li a { color: #1f2024; } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button { background-color: transparent; border-width: 0 1px 0 0; border-color: #f1f1f1; border-style: solid; color: #444444; margin-left: 0; /*-- Hover --*/ } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button:first-child { border-left: 1px solid #f1f1f1; } .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button:hover { background-color: transparent; color: #00c8fa; } .breaking-news-wrapper.breaking-news-wrapper-3 { /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/ } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-title { background-color: #ffc61c; color: #1f2024; } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-ticker li a { color: #d8d8d8; } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button { background-color: transparent; border-width: 0 1px 0 0; border-color: #444444; border-style: solid; color: #444444; margin-left: 0; } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button:first-child { border-left: 1px solid #444444; } .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button:hover { background-color: transparent; color: #ffc61c; } /*----------------------------------------*/ /* 3. Post Common Style For Post Block, Carousel & Nav Etc /*----------------------------------------*/ /*-- Popular Section --*/ .popular-section { background-color: #effcff; } /*-- Popular Post Slider --*/ .popular-post-slider .post-overlay .post-wrap { border: 1px solid transparent; } /*-- Post Block Wrapper --*/ .post-block-wrapper { border: 1px solid #f1f1f1; float: left; width: 100%; /*-- Post Block Head --*/ /*-- Post Block Body --*/ } .post-block-wrapper.dark { border-color: #343434; } .post-block-wrapper.dark .head { border-color: #343434; } .post-block-wrapper .head { float: left; width: 100%; padding: 15px 20px; position: relative; border-bottom: 1px solid #f1f1f1; border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/ } .post-block-wrapper .head:first-child { border-top: 0px solid transparent; } .post-block-wrapper .head::before, .post-block-wrapper .head::after { position: absolute; width: 4px; height: 14px; top: 50%; margin-top: -7px; background-color: #00c8fa; content: ""; } .post-block-wrapper .head::before { left: -1px; } .post-block-wrapper .head::after { right: -1px; } .post-block-wrapper .head .title { float: left; margin: 0; line-height: 24px; font-weight: 600; text-transform: capitalize; color: #00c8fa; } @media only screen and (max-width: 767px) { .post-block-wrapper .head .title { font-size: 14px; } } .post-block-wrapper .head.feature-head { /*-- Title --*/ } .post-block-wrapper .head.feature-head::before, .post-block-wrapper .head.feature-head::after { background-color: #00c8fa; } .post-block-wrapper .head.feature-head .title { color: #00c8fa; } .post-block-wrapper .head.life-style-head { /*-- Title --*/ } .post-block-wrapper .head.life-style-head::before, .post-block-wrapper .head.life-style-head::after { background-color: #ffc61c; } .post-block-wrapper .head.life-style-head .title { color: #ffc61c; } .post-block-wrapper .head.travel-head { /*-- Title --*/ } .post-block-wrapper .head.travel-head::before, .post-block-wrapper .head.travel-head::after { background-color: #ffc61c; } .post-block-wrapper .head.travel-head .title { color: #ffc61c; } .post-block-wrapper .head.fashion-head { /*-- Title --*/ } .post-block-wrapper .head.fashion-head::before, .post-block-wrapper .head.fashion-head::after { background-color: #ff58c8; } .post-block-wrapper .head.fashion-head .title { color: #ff58c8; } .post-block-wrapper .head.sports-head { /*-- Title --*/ } .post-block-wrapper .head.sports-head::before, .post-block-wrapper .head.sports-head::after { background-color: #67bf35; } .post-block-wrapper .head.sports-head .title { color: #67bf35; } .post-block-wrapper .head.gadgets-head { /*-- Title --*/ } .post-block-wrapper .head.gadgets-head::before, .post-block-wrapper .head.gadgets-head::after { background-color: #1f2024; } .post-block-wrapper .head.gadgets-head .title { color: #1f2024; } .post-block-wrapper .head.politic-head { /*-- Title --*/ } .post-block-wrapper .head.politic-head::before, .post-block-wrapper .head.politic-head::after { background-color: #f05555; } .post-block-wrapper .head.politic-head .title { color: #f05555; } .post-block-wrapper .head.education-head { /*-- Title --*/ } .post-block-wrapper .head.education-head::before, .post-block-wrapper .head.education-head::after { background-color: #008bff; } .post-block-wrapper .head.education-head .title { color: #008bff; } .post-block-wrapper .head.health-head { /*-- Title --*/ } .post-block-wrapper .head.health-head::before, .post-block-wrapper .head.health-head::after { background-color: #008bff; } .post-block-wrapper .head.health-head .title { color: #008bff; } .post-block-wrapper .head.madical-head { /*-- Title --*/ } .post-block-wrapper .head.madical-head::before, .post-block-wrapper .head.madical-head::after { background-color: #008bff; } .post-block-wrapper .head.madical-head .title { color: #008bff; } .post-block-wrapper .head.video-head { /*-- Title --*/ } .post-block-wrapper .head.video-head::before, .post-block-wrapper .head.video-head::after { background-color: #ec0000; } .post-block-wrapper .head.video-head .title { color: #ec0000; } .post-block-wrapper .head.businsee-head { /*-- Title --*/ } .post-block-wrapper .head.businsee-head::before, .post-block-wrapper .head.businsee-head::after { background-color: #26d572; } .post-block-wrapper .head.businsee-head .title { color: #26d572; } .post-block-wrapper .head .post-block-tab-list { float: right; /*-- Feature Post Tab List --*/ /*-- Life Style Post Tab List --*/ /*-- Travel Post Tab List --*/ /*-- Fashion Post Tab List --*/ /*-- Sports Post Tab List --*/ /*-- Gadgets Post Tab List --*/ /*-- Politic Post Tab List --*/ /*-- Education Post Tab List --*/ /*-- Health Post Tab List --*/ /*-- Madical Post Tab List --*/ /*-- Video Post Tab List --*/ /*-- Businsee Post Tab List --*/ } .post-block-wrapper .head .post-block-tab-list > li { margin-right: 30px; position: relative; float: left; } .post-block-wrapper .head .post-block-tab-list > li:last-child { margin-right: 0; } .post-block-wrapper .head .post-block-tab-list > li > a { font-size: 13px; font-family: "Open Sans", sans-serif; line-height: 24px; text-transform: capitalize; color: #444444; } .post-block-wrapper .head .post-block-tab-list > li > a:hover { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu { left: auto !important; right: 0px !important; top: 100% !important; -webkit-transform: translate(0px) !important; -ms-transform: translate(0px) !important; transform: translate(0px) !important; margin-top: 15px; border-radius: 0px; text-align: right; padding: 10px 20px; border: 1px solid #f1f1f1; } .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a { font-size: 13px; font-family: "Open Sans", sans-serif; line-height: 24px; text-transform: capitalize; color: #444444; } .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li > a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li .dropdown-menu li a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.life-style-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.life-style-post-tab-list > li > a.active { color: #ffc61c; } .post-block-wrapper .head .post-block-tab-list.life-style-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.life-style-post-tab-list > li .dropdown-menu li a.active { color: #ffc61c; } .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li > a.active { color: #ffc61c; } .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li .dropdown-menu li a.active { color: #ffc61c; } .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li > a.active { color: #ff58c8; } .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li .dropdown-menu li a.active { color: #ff58c8; } .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li > a.active { color: #67bf35; } .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li .dropdown-menu li a.active { color: #67bf35; } .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li > a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li .dropdown-menu li a.active { color: #00c8fa; } .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li > a.active { color: #f05555; } .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li .dropdown-menu li a.active { color: #f05555; } .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li > a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li .dropdown-menu li a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li > a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li .dropdown-menu li a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li > a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li .dropdown-menu li a.active { color: #008bff; } .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li > a.active { color: #ec0000; } .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li .dropdown-menu li a.active { color: #ec0000; } .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li > a.active { color: #26d572; } .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li .dropdown-menu li a.active { color: #26d572; } .post-block-wrapper .body { padding: 20px; float: left; width: 100%; } /*-- Post Block Carousel --*/ .post-block-carousel { /*-- Post Block Carousel Dark --*/ /*-- Life Style --*/ /*-- Travel --*/ /*-- Fashion --*/ /*-- Sports --*/ /*-- Gadgets --*/ /*-- Feature --*/ /*-- Politic --*/ /*-- Education --*/ /*-- Health --*/ /*-- Madical --*/ /*-- Video --*/ /*-- Businsee --*/ } .post-block-carousel .slick-arrow { position: absolute; width: 28px; height: 28px; border: 1px solid #f1f1f1; text-align: center; border-radius: 2px; padding: 0; background-color: transparent; top: -62px; } .post-block-carousel .slick-arrow.slick-prev { right: 38px; } .post-block-carousel .slick-arrow.slick-next { right: 0; } .post-block-carousel .slick-arrow i { font-size: 20px; display: block; line-height: 26px; margin-top: -1px; } .post-block-carousel .slick-arrow:hover { color: #00c8fa; border-color: #00c8fa; } .post-block-carousel.dark .slick-arrow { border-color: #343434; color: #ffffff; } .post-block-carousel.life-style-post-carousel .slick-arrow:hover { color: #ffc61c; border-color: #ffc61c; } .post-block-carousel.travel-post-carousel .slick-arrow:hover { color: #ffc61c; border-color: #ffc61c; } .post-block-carousel.fashion-post-carousel .slick-arrow:hover { color: #ff58c8; border-color: #ff58c8; } .post-block-carousel.sports-post-carousel .slick-arrow:hover { color: #67bf35; border-color: #67bf35; } .post-block-carousel.gadgets-post-carousel .slick-arrow:hover { color: #1f2024; border-color: #1f2024; } .post-block-carousel.feature-post-carousel .slick-arrow:hover { color: #00c8fa; border-color: #00c8fa; } .post-block-carousel.politic-post-carousel .slick-arrow:hover { color: #f05555; border-color: #f05555; } .post-block-carousel.education-post-carousel .slick-arrow:hover { color: #008bff; border-color: #008bff; } .post-block-carousel.health-post-carousel .slick-arrow:hover { color: #008bff; border-color: #008bff; } .post-block-carousel.madical-post-carousel .slick-arrow:hover { color: #008bff; border-color: #008bff; } .post-block-carousel.video-post-carousel .slick-arrow:hover { color: #ec0000; border-color: #ec0000; } .post-block-carousel.businsee-post-carousel .slick-arrow:hover { color: #26d572; border-color: #26d572; } /*-- Row Post Carousel --*/ .row-post-carousel .slick-slide > div .post { display: block !important; } .row-post-carousel .slick-slide > div .post .post-wrap { display: block; float: left; border-bottom: 1px solid #f1f1f1; padding-bottom: 20px; margin-bottom: 20px; width: 100%; } .row-post-carousel .slick-slide > div .post.post-overlay { border-bottom: 1px solid #f1f1f1; padding-bottom: 20px; margin-bottom: 20px; float: left; width: 100%; } .row-post-carousel .slick-slide > div .post.post-overlay .post-wrap { border-bottom: 0px solid transparent; padding-bottom: 0; margin-bottom: 0; } .row-post-carousel .slick-slide > div:last-child .post .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } .row-post-carousel .slick-slide > div:last-child .post.post-overlay { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } .row-post-carousel .slick-slide > div:last-child .post.post-overlay .post-wrap { border-bottom: 0px solid transparent; padding-bottom: 0; margin-bottom: 0; } /*-- Column Post Carousel --*/ .column-post-carousel .slick-arrow.slick-prev { right: 53px; } .column-post-carousel .slick-arrow.slick-next { right: 15px; } /*-- Post Middle Banner --*/ .post-middle-banner { display: block; overflow: hidden; } .post-middle-banner img { width: 100%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .post-middle-banner:hover img { -webkit-transform: scale(1.1) rotate(-1deg); -ms-transform: scale(1.1) rotate(-1deg); transform: scale(1.1) rotate(-1deg); } /*-- Post Carousel One --*/ .post-carousel-1 .slick-arrow { width: 35px; text-align: center; height: 42px; background-color: #ffffff; position: absolute; top: 50%; border: none; margin-top: -21px; z-index: 9; } .post-carousel-1 .slick-arrow i { display: block; font-size: 28px; line-height: 42px; } .post-carousel-1 .slick-arrow.slick-prev { left: 0; border-radius: 0 2px 2px 0; } .post-carousel-1 .slick-arrow.slick-next { right: 0; border-radius: 2px 0 0 2px; } .post-carousel-1 .slick-arrow:hover { color: #f05555; } /*----------------------------------------*/ /* 4. Post Styles /*----------------------------------------*/ .post { /*-- Post Wrap --*/ /*-- List Style Post --*/ /*-- Dark Post --*/ /*-- Post Separator --*/ /*-- Large Post --*/ /*-- Small Post --*/ /*-- Hero Post --*/ /*-- Overlay Post --*/ /*-- Hover Color For Post Category --*/ /*-- Travel --*/ /*-- Life Style --*/ /*-- Fashion --*/ /*-- Sports --*/ /*-- Gadgets --*/ /*-- Feature --*/ /*-- Politic --*/ /*-- Education --*/ /*-- Health --*/ /*-- Madical --*/ /*-- Video --*/ /*-- Businsee --*/ } .post .post-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; /*-- Image --*/ /*-- Category --*/ /*-- Content --*/ } .post .post-wrap .image { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; margin-bottom: 17px; /*-- Video Popup Button --*/ } .post .post-wrap .image img { width: 100%; } .post .post-wrap .image:last-child { margin-bottom: 0; } .post .post-wrap .image .video-btn { width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; margin-top: -30px; margin-left: -30px; background-color: #ffffff; color: #00c8fa; text-align: center; border-radius: 50%; -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2); } .post .post-wrap .image .video-btn i { display: block; line-height: 60px; font-size: 24px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post .post-wrap .image .video-btn { width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; } .post .post-wrap .image .video-btn i { line-height: 40px; font-size: 18px; } } .post .post-wrap .category { z-index: 5; font-size: 11px; font-family: "Open Sans", sans-serif; font-weight: 600; letter-spacing: 0.8px; color: #ffffff; line-height: 24px; padding: 0 9px; display: block; text-transform: uppercase; background-color: #00c8fa; /*-- Category Background --*/ } .post .post-wrap .category.travel { background-color: #ffc61c; } .post .post-wrap .category.life-style { background-color: #ffc61c; } .post .post-wrap .category.fashion { background-color: #ff58c8; } .post .post-wrap .category.sports { background-color: #67bf35; } .post .post-wrap .category.gadgets { background-color: #1f2024; } .post .post-wrap .category.feature { background-color: #00c8fa; } .post .post-wrap .category.politic { background-color: #f05555; } .post .post-wrap .category.education { background-color: #008bff; } .post .post-wrap .category.health { background-color: #008bff; } .post .post-wrap .category.madical { background-color: #008bff; } .post .post-wrap .category.video { background-color: #ec0000; } .post .post-wrap .category.businsee { background-color: #26d572; } .post .post-wrap .content { z-index: 9; overflow: hidden; width: 100%; /*-- Title --*/ /*-- Meta Tags --*/ /*-- Description --*/ /*-- Read More Button --*/ } .post .post-wrap .content .title { font-weight: 600; font-size: 18px; line-height: 24px; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post .post-wrap .content .title { font-size: 16px; } } @media only screen and (max-width: 479px) { .post .post-wrap .content .title { font-size: 14px; line-height: 18px; } } .post .post-wrap .content .title a:hover { color: #00c8fa; } .post .post-wrap .content .meta { margin-top: 10px; /*-- Meta List --*/ /*-- Meta Hover --*/ } .post .post-wrap .content .meta .meta-item { margin-top: 5px; font-size: 13px; font-family: "Open Sans", sans-serif; line-height: 16px; display: block; float: left; margin-right: 15px; /*-- Icon --*/ } @media only screen and (max-width: 479px) { .post .post-wrap .content .meta .meta-item { font-size: 11px; margin-right: 10px; } } .post .post-wrap .content .meta .meta-item:last-child { margin-right: 0; } .post .post-wrap .content .meta .meta-item i { display: block; float: left; margin-right: 6px; font-size: 13px; line-height: 16px; padding-left: 1px; } .post .post-wrap .content .meta a:hover { color: #00c8fa; } .post .post-wrap .content p { margin-bottom: 0; margin-top: 10px; } .post .post-wrap .content .read-more { margin-top: 16px; text-transform: capitalize; font-weight: 600; color: #666666; text-decoration: underline; font-size: 13px; } .post.post-default-list .post-wrap { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; } @media only screen and (max-width: 767px) { .post.post-default-list .post-wrap { -webkit-box-flex: column; -ms-flex-positive: column; flex-grow: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } } .post.post-default-list .post-wrap .image { -webkit-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; margin-right: 20px; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post.post-default-list .post-wrap .image { width: 225px; } } @media only screen and (max-width: 767px) { .post.post-default-list .post-wrap .image { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 17px; } } .post.post-default-list .post-wrap .content { width: auto; } @media only screen and (max-width: 767px) { .post.post-default-list .post-wrap .content { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } .post.post-default-list .post-wrap .content .meta { margin-top: 8px; } .post.post-dark .post-wrap .content .title a { color: #ffffff; } .post.post-dark .post-wrap .content .title a:hover { color: #00c8fa; } .post.post-dark .post-wrap .content .meta .meta-item { color: #cccccc; } .post.post-dark .post-wrap .content .meta .meta-item:hover { color: #00c8fa; } .post.post-dark .post-wrap .content p { color: #cccccc; } .post.post-dark .post-wrap .content .read-more { color: #00c8fa; } .post.post-dark .post-wrap .content .read-more:hover { text-decoration: underline; } .post.post-dark.post-separator-border .post-wrap { border-color: #343434; } .post.post-separator .post-wrap { margin-bottom: 20px; } .post.post-separator:last-child .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .post.post-separator:nth-last-child(2) .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } @media only screen and (max-width: 767px) { .post.post-separator:nth-last-child(2) .post-wrap { margin-bottom: 20px; } } .post.post-separator-border .post-wrap { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1; } .post.post-separator-border:last-child .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .post.post-large .post-wrap .title { font-size: 30px; line-height: 36px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post.post-large .post-wrap .title { font-size: 26px; line-height: 32px; } } @media only screen and (max-width: 767px) { .post.post-large .post-wrap .title { font-size: 24px; line-height: 30px; } } @media only screen and (max-width: 479px) { .post.post-large .post-wrap .title { font-size: 14px; line-height: 18px; } } .post.post-small { /*-- List Style Post --*/ } .post.post-small .post-wrap { /*-- Image --*/ /*-- Content --*/ } .post.post-small .post-wrap .image { margin-bottom: 10px; } .post.post-small .post-wrap .content { /*-- Title --*/ /*-- Meta Tags --*/ } .post.post-small .post-wrap .content .title { font-size: 14px; line-height: 22px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post.post-small .post-wrap .content .title { font-size: 12px; line-height: 18px; } } .post.post-small .post-wrap .content .meta { margin-top: 10px; } .post.post-small.post-list .post-wrap { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; /*-- Image --*/ /*-- Content --*/ } .post.post-small.post-list .post-wrap .image { -webkit-box-flex: 0; -ms-flex: 0 0 124px; flex: 0 0 124px; margin-right: 20px; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .post.post-small.post-list .post-wrap .image { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; } } @media only screen and (max-width: 479px) { .post.post-small.post-list .post-wrap .image { -webkit-box-flex: 0; -ms-flex: 0 0 90px; flex: 0 0 90px; margin-right: 15px; } } .post.post-small.post-list .post-wrap .content { width: auto; } .post.post-small.post-list .post-wrap .content .meta { margin-top: 6px; } .post.post-small.post-list.popular-post .post-wrap { background-color: #1f2024; padding: 20px; border: 1px solid #3d3d3d; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; /*-- Image --*/ /*-- Content --*/ } .post.post-small.post-list.popular-post .post-wrap .image { border-radius: 5px; overflow: hidden; } .post.post-small.post-list.popular-post .post-wrap .content { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .post.post-small.post-list.popular-post .post-wrap .content .read-more { margin-top: 8px; } .post.hero-post { padding-bottom: 1px; padding-top: 1px; } .post.hero-post .post-wrap { padding: 0; border: none; margin: 0; } .post.post-overlay { /*-- Large Post --*/ /*-- Small Post --*/ /*-- Overlay Post Separator --*/ /*-- Overlay Gradient --*/ /*-- One --*/ /*-- Two --*/ /*-- Three --*/ /*-- Four --*/ /*-- Five --*/ /*-- Six --*/ } .post.post-overlay .post-wrap { /*-- Image --*/ /*-- Video Popup --*/ /*-- Category --*/ /*-- Content --*/ } .post.post-overlay .post-wrap .image { margin-bottom: 0; } .post.post-overlay .post-wrap .image::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000000; content: ""; z-index: 2; opacity: 0.3; } .post.post-overlay .post-wrap .video-btn { width: 50px; height: 50px; border: 1px solid #ffffff; color: #ffffff; border-radius: 50%; background-color: rgba(0, 0, 0, 0.4); position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; text-align: center; z-index: 3; } .post.post-overlay .post-wrap .video-btn i { line-height: 48px; font-size: 20px; } .post.post-overlay .post-wrap .category { position: absolute; left: 0; top: 0; } .post.post-overlay .post-wrap .content { position: absolute; left: 20px; bottom: 20px; right: 20px; width: auto; /*-- Title --*/ /*-- Meta Tags --*/ } .post.post-overlay .post-wrap .content .title a { color: #ffffff; } .post.post-overlay .post-wrap .content .title a:hover { text-decoration: underline; color: #ffffff; } .post.post-overlay .post-wrap .content .meta .meta-item { color: #ffffff; } .post.post-overlay .post-wrap .content .meta a:hover { text-decoration: underline; color: #ffffff; } .post.post-overlay.post-large .content { bottom: 30px; left: 30px; right: 30px; } @media only screen and (max-width: 479px) { .post.post-overlay.post-large .content { left: 20px; bottom: 20px; right: 20px; } } .post.post-overlay.post-small .content { bottom: 10px; left: 10px; right: 10px; } .post.post-overlay.post-separator-border .content { bottom: 40px; } .post.post-overlay.post-separator-border:last-child .content { bottom: 20px; } .post.post-overlay.post-separator-border.post-large .content { bottom: 50px; } @media only screen and (max-width: 479px) { .post.post-overlay.post-separator-border.post-large .content { bottom: 40px; } } .post.post-overlay.post-separator-border.post-large:last-child .content { bottom: 30px; } .post.post-overlay.post-separator-border.post-small .content { bottom: 30px; } .post.post-overlay.post-separator-border.post-small .content:last-child .content { bottom: 10px; } .post.post-overlay.gradient-overlay-1 .image::before { background: rgba(133, 188, 66, 0); background: -webkit-gradient(linear, left top, left bottom, from(rgba(133, 188, 66, 0)), color-stop(50%, rgba(133, 188, 66, 0.3)), to(rgba(0, 0, 0, 0.6))); background: -webkit-linear-gradient(top, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%); background: -o-linear-gradient(top, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%); background: linear-gradient(to bottom, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%); opacity: 1; } .post.post-overlay.gradient-overlay-2 .image::before { background: #00dbde; background: -webkit-gradient(linear, left top, left bottom, from(#00dbde), to(#fc00ff)); background: -webkit-linear-gradient(top, #00dbde 0%, #fc00ff 100%); background: -o-linear-gradient(top, #00dbde 0%, #fc00ff 100%); background: linear-gradient(to bottom, #00dbde 0%, #fc00ff 100%); opacity: 0.8; } .post.post-overlay.gradient-overlay-3 .image::before { background: #ff4e50; background: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), to(#f9d423)); background: -webkit-linear-gradient(top, #ff4e50 0%, #f9d423 100%); background: -o-linear-gradient(top, #ff4e50 0%, #f9d423 100%); background: linear-gradient(to bottom, #ff4e50 0%, #f9d423 100%); opacity: 0.8; } .post.post-overlay.gradient-overlay-4 .image::before { background: #0abfbc; background: -webkit-gradient(linear, left top, left bottom, from(#0abfbc), to(#fc354c)); background: -webkit-linear-gradient(top, #0abfbc 0%, #fc354c 100%); background: -o-linear-gradient(top, #0abfbc 0%, #fc354c 100%); background: linear-gradient(to bottom, #0abfbc 0%, #fc354c 100%); opacity: 0.8; } .post.post-overlay.gradient-overlay-5 .image::before { background: #1d2671; background: -webkit-gradient(linear, left top, left bottom, from(#1d2671), to(#c33764)); background: -webkit-linear-gradient(top, #1d2671 0%, #c33764 100%); background: -o-linear-gradient(top, #1d2671 0%, #c33764 100%); background: linear-gradient(to bottom, #1d2671 0%, #c33764 100%); opacity: 0.8; } .post.post-overlay.gradient-overlay-6 .image::before { background: #a43931; background: -webkit-gradient(linear, left top, left bottom, from(#a43931), to(#67bf35)); background: -webkit-linear-gradient(top, #a43931 0%, #67bf35 100%); background: -o-linear-gradient(top, #a43931 0%, #67bf35 100%); background: linear-gradient(to bottom, #a43931 0%, #67bf35 100%); opacity: 0.8; } .post.travel-post .image .video-popup { color: #ffc61c; } .post.travel-post .content .title a:hover { color: #ffc61c; } .post.travel-post .content .meta a:hover { color: #ffc61c; } .post.travel-post .content .read-more:hover { color: #ffc61c; } .post.life-style-post .image .video-popup { color: #ffc61c; } .post.life-style-post .content .title a:hover { color: #ffc61c; } .post.life-style-post .content .meta a:hover { color: #ffc61c; } .post.life-style-post .content .read-more:hover { color: #ffc61c; } .post.fashion-post .image .video-popup { color: #ff58c8; } .post.fashion-post .content .title a:hover { color: #ff58c8; } .post.fashion-post .content .meta a:hover { color: #ff58c8; } .post.fashion-post .content .read-more:hover { color: #ff58c8; } .post.sports-post .image .video-popup { color: #67bf35; } .post.sports-post .content .title a:hover { color: #67bf35; } .post.sports-post .content .meta a:hover { color: #67bf35; } .post.sports-post .content .read-more:hover { color: #67bf35; } .post.gadgets-post .image .video-popup { color: #1f2024; } .post.gadgets-post .content .title a:hover { color: #1f2024; } .post.gadgets-post .content .meta a:hover { color: #1f2024; } .post.gadgets-post .content .read-more:hover { color: #1f2024; } .post.feature-post .image .video-popup { color: #00c8fa; } .post.feature-post .content .title a:hover { color: #00c8fa; } .post.feature-post .content .meta a:hover { color: #00c8fa; } .post.feature-post .content .read-more:hover { color: #00c8fa; } .post.politic-post .image .video-popup { color: #f05555; } .post.politic-post .content .title a:hover { color: #f05555; } .post.politic-post .content .meta a:hover { color: #f05555; } .post.politic-post .content .read-more:hover { color: #f05555; } .post.education-post .image .video-popup { color: #008bff; } .post.education-post .content .title a:hover { color: #008bff; } .post.education-post .content .meta a:hover { color: #008bff; } .post.education-post .content .read-more:hover { color: #008bff; } .post.health-post .image .video-popup { color: #008bff; } .post.health-post .content .title a:hover { color: #008bff; } .post.health-post .content .meta a:hover { color: #008bff; } .post.health-post .content .read-more:hover { color: #008bff; } .post.madical-post .image .video-popup { color: #008bff; } .post.madical-post .content .title a:hover { color: #008bff; } .post.madical-post .content .meta a:hover { color: #008bff; } .post.madical-post .content .read-more:hover { color: #008bff; } .post.video-post .image .video-popup { color: #ec0000; } .post.video-post .content .title a:hover { color: #ec0000; } .post.video-post .content .meta a:hover { color: #ec0000; } .post.video-post .content .read-more:hover { color: #ec0000; } .post.businsee-post .image .video-popup { color: #26d572; } .post.businsee-post .content .title a:hover { color: #26d572; } .post.businsee-post .content .meta a:hover { color: #26d572; } .post.businsee-post .content .read-more:hover { color: #26d572; } /*----------------------------------------*/ /* 5. Single Post Details /*----------------------------------------*/ /*-- Post Header --*/ .post-header { padding: 50px 30px; background-size: cover; background-position: center right; background-repeat: no-repeat; /*-- Meta --*/ /*-- Title --*/ } @media only screen and (max-width: 767px) { .post-header { padding-bottom: 40px; } } .post-header .meta { display: block; margin-bottom: 8px; /*-- Meta Item --*/ } .post-header .meta .meta-item { display: block; float: left; font-size: 13px; color: #ffffff; letter-spacing: 0.75px; line-height: 30px; font-family: "Open Sans", sans-serif; margin-left: 20px; /*-- Category --*/ } @media only screen and (max-width: 767px) { .post-header .meta .meta-item { margin-left: 0; margin-right: 20px; margin-bottom: 10px; float: left; } .post-header .meta .meta-item:last-child { margin-right: 0; } } .post-header .meta .meta-item i { font-size: 16px; color: #00c8fa; margin-right: 10px; line-height: 30px; } .post-header .meta .meta-item img { width: 30px; height: 30px; border: 1px solid #e4e4e4; border-radius: 50%; margin-right: 10px; } .post-header .meta .meta-item.category { font-size: 12px; text-transform: uppercase; font-weight: 600; color: #ffffff; letter-spacing: 1px; background-color: #00c8fa; border-radius: 5px; padding: 0 13px; height: 30px; line-height: 31px; margin-left: 0; /*-- Category Color --*/ } .post-header .meta .meta-item.category.travel { background-color: #ffc61c; } .post-header .meta .meta-item.category.life-style { background-color: #ffc61c; } .post-header .meta .meta-item.category.fashion { background-color: #ff58c8; } .post-header .meta .meta-item.category.sports { background-color: #67bf35; } .post-header .meta .meta-item.category.gadgets { background-color: #1f2024; } .post-header .meta .meta-item.category.feature { background-color: #00c8fa; } .post-header .meta .meta-item.category.politic { background-color: #f05555; } .post-header .meta .meta-item.category.education { background-color: #008bff; } .post-header .meta .meta-item.category.health { background-color: #008bff; } .post-header .meta .meta-item.category.madical { background-color: #008bff; } .post-header .meta .meta-item.category.video { background-color: #ec0000; } .post-header .meta .meta-item.category.businsee { background-color: #26d572; } .post-header .meta .meta-item.view { float: right; } @media only screen and (max-width: 767px) { .post-header .meta .meta-item.view { float: left; } } .post-header .meta .meta-item.comments { float: right; } @media only screen and (max-width: 767px) { .post-header .meta .meta-item.comments { float: left; } } .post-header .meta a:hover { color: #00c8fa; } .post-header .title { color: #ffffff; font-size: 26px; font-weight: 600; line-height: 40px; margin-bottom: 16px; } @media only screen and (max-width: 767px) { .post-header .title { font-size: 18px; line-height: 24px; } } /*-- Single Post --*/ .single-post .post-wrap { /*-- Content --*/ /*-- Tags & Social --*/ } .single-post .post-wrap .content { /*-- Blockquote --*/ } .single-post .post-wrap .content p { margin-bottom: 30px; display: block; float: left; } .single-post .post-wrap .content p span { line-height: 32px; color: #444444; margin-bottom: 20px; } @media only screen and (max-width: 767px) { .single-post .post-wrap .content p img { width: 100%; margin-bottom: 20px; } } .single-post .post-wrap .content span.italic { line-height: 32px; color: #444444; margin-bottom: 20px; } .single-post .post-wrap .content ol { list-style: decimal inside; } .single-post .post-wrap .content .dropcap { display: block; } .single-post .post-wrap .content .dropcap::first-letter { font-size: 100px; float: left; display: block; font-weight: 800; color: #444444; padding: 8px 10px 5px 0; line-height: 1; } @media only screen and (max-width: 767px) { .single-post .post-wrap .content .dropcap::first-letter { font-size: 70px; } } .single-post .post-wrap .content > img { margin-bottom: 30px; max-width: 100%; } .single-post .post-wrap .content .blockquote { margin-bottom: 30px; } @media only screen and (max-width: 767px) { .single-post .post-wrap .content .blockquote { padding: 40px 30px; } } .single-post .post-wrap .content .blockquote p { margin: 0; } .single-post .post-wrap .tags-social { width: 100%; padding-top: 20px; border-top: 1px solid #f1f1f1; margin-top: 20px; /*-- Tags --*/ /*-- Post Social --*/ } .single-post .post-wrap .tags-social .tags i { width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; background-color: #00c8fa; line-height: 36px; float: left; margin-right: 20px; } .single-post .post-wrap .tags-social .tags a { line-height: 24px; margin: 6px 0; } @media only screen and (max-width: 767px) { .single-post .post-wrap .tags-social .post-social { width: 100%; margin-top: 15px; } } .single-post .post-wrap .tags-social .post-social a { background-color: #00c8fa; width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); } .single-post .post-wrap .tags-social .post-social a i { font-size: 16px; line-height: 38px; } .single-post .post-wrap .tags-social .post-social a.facebook { background-color: #516eab; } .single-post .post-wrap .tags-social .post-social a.twitter { background-color: #40bff5; } .single-post .post-wrap .tags-social .post-social a.dribbble { background-color: #f7659c; } .single-post .post-wrap .tags-social .post-social a.google-plus { background-color: #eb5e4c; } /*-- Preview & Next Post Links --*/ .post-nav { border: 1px solid #f1f1f1; float: left; width: 100%; } .post-nav a { display: block; float: left; width: 50%; padding: 20px; font-size: 18px; font-weight: 600; font-family: "Poppins", sans-serif; color: #444444; } @media only screen and (max-width: 767px) { .post-nav a { width: 100%; } } .post-nav a span { display: block; font-size: 14px; font-weight: 400; text-transform: capitalize; color: #666666; margin-bottom: 5px; } .post-nav a.prev-post { border-right: 1px solid #f1f1f1; text-align: left; } @media only screen and (max-width: 767px) { .post-nav a.prev-post { border-bottom: 1px solid #f1f1f1; border-right: 0px solid #f1f1f1; } } .post-nav a.next-post { text-align: right; } .post-nav a:hover { color: #00c8fa; } /*-- Post Author --*/ .post-author { border: 1px solid #f1f1f1; float: left; width: 100%; padding: 20px; } .post-author .image { width: 90px; border: 1px solid #f1f1f1; margin-right: 20px; border-radius: 5px; } @media only screen and (max-width: 767px) { .post-author .image { float: none !important; margin-bottom: 20px; } } .post-author .image img { width: 100%; border-radius: 5px; } .post-author .content h5 { text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 5px; } .post-author .content h5 a:hover { color: #00c8fa; } .post-author .content p { margin-bottom: 8px; } .post-author .content .social a { color: #444444; margin-right: 10px; } .post-author .content .social a:hover { color: #00c8fa; } .post-author .content .social a i { font-size: 16px; } /*-- Post Comment Form --*/ .post-comment-form label { display: block; line-height: 18px; } .post-comment-form label sup { color: #00c8fa; } .post-comment-form input { width: 100%; height: 40px; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .post-comment-form input[type="submit"] { width: auto; border-radius: 5px; background-color: #00c8fa; color: #ffffff; text-transform: capitalize; border: none; padding: 8px 30px; } .post-comment-form input[type="submit"]:focus { border: none; } .post-comment-form input:focus { border-color: #00c8fa; } .post-comment-form textarea { width: 100%; height: 100px; resize: none; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .post-comment-form textarea:focus { border-color: #00c8fa; } /*----------------------------------------*/ /* 6. Blog & Blog Details /*----------------------------------------*/ /*-- Single Post --*/ .single-blog { border: 1px solid #f1f1f1; float: left; width: 100%; padding: 20px; } .single-blog .blog-wrap { /*-- Meta --*/ /*-- Title --*/ /*-- Image --*/ /*-- Content --*/ /*-- Tags & Social --*/ } .single-blog .blog-wrap .meta { display: block; margin-bottom: 8px; /*-- Meta Item --*/ } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .meta { margin-bottom: 0; } } .single-blog .blog-wrap .meta .meta-item { display: block; float: left; font-size: 13px; letter-spacing: 0.75px; line-height: 30px; font-family: "Open Sans", sans-serif; margin-left: 20px; /*-- Category --*/ } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .meta .meta-item { margin-left: 0; margin-bottom: 10px; margin-right: 20px; float: left; } .single-blog .blog-wrap .meta .meta-item:last-child { margin-right: 0; } } .single-blog .blog-wrap .meta .meta-item i { font-size: 16px; color: #00c8fa; margin-right: 10px; line-height: 30px; } .single-blog .blog-wrap .meta .meta-item img { width: 30px; height: 30px; border: 1px solid #e4e4e4; border-radius: 50%; margin-right: 10px; } .single-blog .blog-wrap .meta .meta-item.category { font-size: 12px; text-transform: uppercase; font-weight: 600; color: #ffffff; letter-spacing: 1px; background-color: #00c8fa; border-radius: 5px; padding: 0 13px; height: 30px; line-height: 31px; margin-left: 0; /*-- Category Color --*/ } .single-blog .blog-wrap .meta .meta-item.category.travel { background-color: #ffc61c; } .single-blog .blog-wrap .meta .meta-item.category.life-style { background-color: #ffc61c; } .single-blog .blog-wrap .meta .meta-item.category.fashion { background-color: #ff58c8; } .single-blog .blog-wrap .meta .meta-item.category.sports { background-color: #67bf35; } .single-blog .blog-wrap .meta .meta-item.category.gadgets { background-color: #1f2024; } .single-blog .blog-wrap .meta .meta-item.category.feature { background-color: #00c8fa; } .single-blog .blog-wrap .meta .meta-item.category.politic { background-color: #f05555; } .single-blog .blog-wrap .meta .meta-item.category.education { background-color: #008bff; } .single-blog .blog-wrap .meta .meta-item.category.health { background-color: #008bff; } .single-blog .blog-wrap .meta .meta-item.category.madical { background-color: #008bff; } .single-blog .blog-wrap .meta .meta-item.category.video { background-color: #ec0000; } .single-blog .blog-wrap .meta .meta-item.category.businsee { background-color: #26d572; } .single-blog .blog-wrap .meta .meta-item.view { float: right; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .meta .meta-item.view { float: left; } } .single-blog .blog-wrap .meta .meta-item.comments { float: right; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .meta .meta-item.comments { float: left; } } .single-blog .blog-wrap .meta a:hover { color: #00c8fa; } .single-blog .blog-wrap .title { font-size: 26px; font-weight: 600; line-height: 40px; margin-bottom: 16px; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .title { font-size: 18px; line-height: 24px; } } .single-blog .blog-wrap .title a { color: #444444; } .single-blog .blog-wrap .title a:hover { color: #00c8fa; } .single-blog .blog-wrap .image { margin-bottom: 15px; } .single-blog .blog-wrap .image img { width: 100%; } .single-blog .blog-wrap .content { /*-- Blockquote --*/ /*-- Read More Button --*/ } .single-blog .blog-wrap .content p { margin-bottom: 30px; display: block; float: left; } .single-blog .blog-wrap .content p span { line-height: 32px; color: #444444; margin-bottom: 20px; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .content p img { width: 100%; margin-bottom: 20px; } } .single-blog .blog-wrap .content span.italic { line-height: 32px; color: #444444; margin-bottom: 20px; } .single-blog .blog-wrap .content ol { list-style: decimal inside; } .single-blog .blog-wrap .content .dropcap { display: block; } .single-blog .blog-wrap .content .dropcap::first-letter { font-size: 100px; float: left; display: block; font-weight: 800; color: #444444; padding: 8px 10px 5px 0; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .content .dropcap::first-letter { font-size: 70px; } } .single-blog .blog-wrap .content > img { margin-bottom: 30px; max-width: 100%; } .single-blog .blog-wrap .content .blockquote { margin-bottom: 30px; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .content .blockquote { padding: 40px 30px; } } .single-blog .blog-wrap .content .blockquote p { margin: 0; } .single-blog .blog-wrap .content .read-more { text-transform: capitalize; font-weight: 600; color: #666666; text-decoration: underline; font-size: 13px; } .single-blog .blog-wrap .content .read-more:hover { color: #00c8fa; } .single-blog .blog-wrap .tags-social { width: 100%; padding-top: 20px; border-top: 1px solid #f1f1f1; margin-top: 20px; /*-- Tags --*/ /*-- Post Social --*/ } .single-blog .blog-wrap .tags-social .tags i { width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; background-color: #00c8fa; line-height: 36px; float: left; margin-right: 20px; } .single-blog .blog-wrap .tags-social .tags a { line-height: 24px; margin: 6px 0; } @media only screen and (max-width: 767px) { .single-blog .blog-wrap .tags-social .blog-social { width: 100%; margin-top: 15px; } } .single-blog .blog-wrap .tags-social .blog-social a { background-color: #00c8fa; width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); } .single-blog .blog-wrap .tags-social .blog-social a i { font-size: 16px; line-height: 38px; } .single-blog .blog-wrap .tags-social .blog-social a.facebook { background-color: #516eab; } .single-blog .blog-wrap .tags-social .blog-social a.twitter { background-color: #40bff5; } .single-blog .blog-wrap .tags-social .blog-social a.dribbble { background-color: #f7659c; } .single-blog .blog-wrap .tags-social .blog-social a.google-plus { background-color: #eb5e4c; } /*-- Preview & Next Post Links --*/ .post-nav { border: 1px solid #f1f1f1; float: left; width: 100%; } .post-nav a { display: block; float: left; width: 50%; padding: 20px; font-size: 18px; font-weight: 600; font-family: "Poppins", sans-serif; color: #444444; } @media only screen and (max-width: 767px) { .post-nav a { width: 100%; } } .post-nav a span { display: block; font-size: 14px; font-weight: 400; text-transform: capitalize; color: #666666; margin-bottom: 5px; } .post-nav a.prev-post { border-right: 1px solid #f1f1f1; text-align: left; } @media only screen and (max-width: 767px) { .post-nav a.prev-post { border-bottom: 1px solid #f1f1f1; border-right: 0px solid #f1f1f1; } } .post-nav a.next-post { text-align: right; } .post-nav a:hover { color: #00c8fa; } /*-- Post Author --*/ .post-author { border: 1px solid #f1f1f1; float: left; width: 100%; padding: 20px; } .post-author .image { width: 90px; border: 1px solid #f1f1f1; margin-right: 20px; border-radius: 5px; } @media only screen and (max-width: 767px) { .post-author .image { float: none !important; margin-bottom: 20px; } } .post-author .image img { width: 100%; border-radius: 5px; } .post-author .content h5 { text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 5px; } .post-author .content h5 a:hover { color: #00c8fa; } .post-author .content p { margin-bottom: 8px; } .post-author .content .social a { color: #444444; margin-right: 10px; } .post-author .content .social a:hover { color: #00c8fa; } .post-author .content .social a i { font-size: 16px; } /*-- Post Comment Form --*/ .post-comment-form label { display: block; line-height: 18px; } .post-comment-form label sup { color: #00c8fa; } .post-comment-form input { width: 100%; height: 40px; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .post-comment-form input[type="submit"] { width: auto; border-radius: 5px; background-color: #00c8fa; color: #ffffff; text-transform: capitalize; border: none; padding: 8px 30px; } .post-comment-form input[type="submit"]:focus { border: none; } .post-comment-form input:focus { border-color: #00c8fa; } .post-comment-form textarea { width: 100%; height: 100px; resize: none; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .post-comment-form textarea:focus { border-color: #00c8fa; } /*----------------------------------------*/ /* 7. Sidebar /*----------------------------------------*/ /*-- Single Sidebar --*/ .single-sidebar { margin-bottom: 40px; float: left; width: 100%; } .single-sidebar:last-child { margin-bottom: 0; } /*-- Sidebar Block Wrapper --*/ .sidebar-block-wrapper { border: 1px solid #f1f1f1; float: left; width: 100%; /*-- Head --*/ /*-- Body --*/ } .sidebar-block-wrapper .head { float: left; width: 100%; padding: 15px 20px; position: relative; border-bottom: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature --*/ /*-- Gadgets --*/ /*-- Life Style --*/ /*-- Travel --*/ /*-- Fashion --*/ /*-- Sports --*/ /*-- Politic --*/ /*-- Education --*/ /*-- Health --*/ /*-- Madical --*/ /*-- Video --*/ /*-- Businsee --*/ } .sidebar-block-wrapper .head::before, .sidebar-block-wrapper .head::after { position: absolute; width: 4px; height: 14px; top: 50%; margin-top: -7px; background-color: #00c8fa; content: ""; } .sidebar-block-wrapper .head::before { left: -1px; } .sidebar-block-wrapper .head::after { right: -1px; } .sidebar-block-wrapper .head .title { margin: 0; line-height: 24px; font-weight: 600; text-transform: capitalize; color: #00c8fa; } @media only screen and (max-width: 767px) { .sidebar-block-wrapper .head .title { font-size: 14px; } } .sidebar-block-wrapper .head.feature-head { /*-- Title --*/ } .sidebar-block-wrapper .head.feature-head::before, .sidebar-block-wrapper .head.feature-head::after { background-color: #00c8fa; } .sidebar-block-wrapper .head.feature-head .title { color: #00c8fa; } .sidebar-block-wrapper .head.gadgets-head { /*-- Title --*/ } .sidebar-block-wrapper .head.gadgets-head::before, .sidebar-block-wrapper .head.gadgets-head::after { background-color: #00c8fa; } .sidebar-block-wrapper .head.gadgets-head .title { color: #00c8fa; } .sidebar-block-wrapper .head.life-style-head { /*-- Title --*/ } .sidebar-block-wrapper .head.life-style-head::before, .sidebar-block-wrapper .head.life-style-head::after { background-color: #ffc61c; } .sidebar-block-wrapper .head.life-style-head .title { color: #ffc61c; } .sidebar-block-wrapper .head.travel-head { /*-- Title --*/ } .sidebar-block-wrapper .head.travel-head::before, .sidebar-block-wrapper .head.travel-head::after { background-color: #ffc61c; } .sidebar-block-wrapper .head.travel-head .title { color: #ffc61c; } .sidebar-block-wrapper .head.fashion-head { /*-- Title --*/ } .sidebar-block-wrapper .head.fashion-head::before, .sidebar-block-wrapper .head.fashion-head::after { background-color: #ff58c8; } .sidebar-block-wrapper .head.fashion-head .title { color: #ff58c8; } .sidebar-block-wrapper .head.sports-head { /*-- Title --*/ } .sidebar-block-wrapper .head.sports-head::before, .sidebar-block-wrapper .head.sports-head::after { background-color: #67bf35; } .sidebar-block-wrapper .head.sports-head .title { color: #67bf35; } .sidebar-block-wrapper .head.politic-head { /*-- Title --*/ } .sidebar-block-wrapper .head.politic-head::before, .sidebar-block-wrapper .head.politic-head::after { background-color: #f05555; } .sidebar-block-wrapper .head.politic-head .title { color: #f05555; } .sidebar-block-wrapper .head.education-head { /*-- Title --*/ } .sidebar-block-wrapper .head.education-head::before, .sidebar-block-wrapper .head.education-head::after { background-color: #008bff; } .sidebar-block-wrapper .head.education-head .title { color: #008bff; } .sidebar-block-wrapper .head.health-head { /*-- Title --*/ } .sidebar-block-wrapper .head.health-head::before, .sidebar-block-wrapper .head.health-head::after { background-color: #008bff; } .sidebar-block-wrapper .head.health-head .title { color: #008bff; } .sidebar-block-wrapper .head.madical-head { /*-- Title --*/ } .sidebar-block-wrapper .head.madical-head::before, .sidebar-block-wrapper .head.madical-head::after { background-color: #008bff; } .sidebar-block-wrapper .head.madical-head .title { color: #008bff; } .sidebar-block-wrapper .head.video-head { /*-- Title --*/ } .sidebar-block-wrapper .head.video-head::before, .sidebar-block-wrapper .head.video-head::after { background-color: #ec0000; } .sidebar-block-wrapper .head.video-head .title { color: #ec0000; } .sidebar-block-wrapper .head.politic-head { /*-- Title --*/ } .sidebar-block-wrapper .head.politic-head::before, .sidebar-block-wrapper .head.politic-head::after { background-color: #26d572; } .sidebar-block-wrapper .head.politic-head .title { color: #26d572; } .sidebar-block-wrapper .body { padding: 20px; float: left; width: 100%; } /*-- Sidebar Social Follow --*/ .sidebar-social-follow { margin-left: -1px; margin-right: -1px; } .sidebar-social-follow > div { padding: 1px; width: 50%; float: left; } .sidebar-social-follow > div a { text-align: center; border-radius: 3px; display: block; padding: 25px; } .sidebar-social-follow > div a i { display: inline-block; width: 47px; height: 47px; line-height: 47px; border-radius: 50%; background-color: #ffffff; -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); font-size: 20px; margin-bottom: 10px; } .sidebar-social-follow > div a h3 { font-size: 22px; font-weight: 500; color: #ffffff; margin-bottom: 4px; } .sidebar-social-follow > div a span { display: block; color: #ffffff; font-size: 15px; letter-spacing: 1px; text-transform: capitalize; line-height: 16px; } .sidebar-social-follow > div a.facebook { background-color: #516eab; } .sidebar-social-follow > div a.facebook i { color: #516eab; } .sidebar-social-follow > div a.google-plus { background-color: #eb5e4c; } .sidebar-social-follow > div a.google-plus i { color: #eb5e4c; } .sidebar-social-follow > div a.twitter { background-color: #40bff5; } .sidebar-social-follow > div a.twitter i { color: #40bff5; } .sidebar-social-follow > div a.dribbble { background-color: #f7659c; } .sidebar-social-follow > div a.dribbble i { color: #f7659c; } /*-- Sidebar Banner --*/ .sidebar-banner { display: block; overflow: hidden; } .sidebar-banner img { width: 100%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .sidebar-banner:hover img { -webkit-transform: scale(1.1) rotate(-5deg); -ms-transform: scale(1.1) rotate(-5deg); transform: scale(1.1) rotate(-5deg); } /*-- Sidebar Tab List For Latest & Popular News --*/ .sidebar-tab-list { margin: -15px -20px; z-index: 2; position: relative; /*-- Active Color For Category --*/ } .sidebar-tab-list a { width: 50%; display: block; float: left; text-align: center; position: relative; line-height: 24px; padding: 15px; font-size: 18px; font-weight: 600; font-family: "Open Sans", sans-serif; text-transform: capitalize; color: #444444; position: relative; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .sidebar-tab-list a { font-size: 14px; } } @media only screen and (max-width: 479px) { .sidebar-tab-list a { font-size: 14px; } } .sidebar-tab-list a::before, .sidebar-tab-list a::after { position: absolute; top: 50%; height: 14px; width: 4px; background-color: #00c8fa; margin-top: -7px; content: ""; } .sidebar-tab-list a::before { left: -1px; } .sidebar-tab-list a::after { right: -1px; } .sidebar-tab-list a:first-child::after { background-color: #ffffff !important; right: -3px; width: 6px; } .sidebar-tab-list a:last-child::before { background-color: #ffffff !important; left: -3px; width: 6px; } .sidebar-tab-list a.active { background-color: #00c8fa; z-index: 2; color: #ffffff; } .sidebar-tab-list a.active::before, .sidebar-tab-list a.active::after { background-color: #ffffff !important; } .sidebar-tab-list.travel-sidebar-tab-list a::before, .sidebar-tab-list.travel-sidebar-tab-list a::after { background-color: #ffc61c; } .sidebar-tab-list.travel-sidebar-tab-list a.active { background-color: #ffc61c; } .sidebar-tab-list.life-style-sidebar-tab-list a::before, .sidebar-tab-list.life-style-sidebar-tab-list a::after { background-color: #ffc61c; } .sidebar-tab-list.life-style-sidebar-tab-list a.active { background-color: #ffc61c; } .sidebar-tab-list.fashion-sidebar-tab-list a::before, .sidebar-tab-list.fashion-sidebar-tab-list a::after { background-color: #ff58c8; } .sidebar-tab-list.fashion-sidebar-tab-list a.active { background-color: #ff58c8; } .sidebar-tab-list.sports-sidebar-tab-list a::before, .sidebar-tab-list.sports-sidebar-tab-list a::after { background-color: #67bf35; } .sidebar-tab-list.sports-sidebar-tab-list a.active { background-color: #67bf35; } .sidebar-tab-list.gadgets-sidebar-tab-list a::before, .sidebar-tab-list.gadgets-sidebar-tab-list a::after { background-color: #1f2024; } .sidebar-tab-list.gadgets-sidebar-tab-list a.active { background-color: #1f2024; } .sidebar-tab-list.feature-sidebar-tab-list a::before, .sidebar-tab-list.feature-sidebar-tab-list a::after { background-color: #00c8fa; } .sidebar-tab-list.feature-sidebar-tab-list a.active { background-color: #00c8fa; } .sidebar-tab-list.politic-sidebar-tab-list a::before, .sidebar-tab-list.politic-sidebar-tab-list a::after { background-color: #f05555; } .sidebar-tab-list.politic-sidebar-tab-list a.active { background-color: #f05555; } .sidebar-tab-list.education-sidebar-tab-list a::before, .sidebar-tab-list.education-sidebar-tab-list a::after { background-color: #008bff; } .sidebar-tab-list.education-sidebar-tab-list a.active { background-color: #008bff; } .sidebar-tab-list.health-sidebar-tab-list a::before, .sidebar-tab-list.health-sidebar-tab-list a::after { background-color: #008bff; } .sidebar-tab-list.health-sidebar-tab-list a.active { background-color: #008bff; } .sidebar-tab-list.madical-sidebar-tab-list a::before, .sidebar-tab-list.madical-sidebar-tab-list a::after { background-color: #008bff; } .sidebar-tab-list.madical-sidebar-tab-list a.active { background-color: #008bff; } .sidebar-tab-list.video-sidebar-tab-list a::before, .sidebar-tab-list.video-sidebar-tab-list a::after { background-color: #ec0000; } .sidebar-tab-list.video-sidebar-tab-list a.active { background-color: #ec0000; } .sidebar-tab-list.businsee-sidebar-tab-list a::before, .sidebar-tab-list.businsee-sidebar-tab-list a::after { background-color: #26d572; } .sidebar-tab-list.businsee-sidebar-tab-list a.active { background-color: #26d572; } /*-- Sidebar Category --*/ .sidebar-category { /*-- Active Color For Category --*/ } .sidebar-category li { margin-bottom: 10px; display: block; } .sidebar-category li a { display: block; color: #666666; line-height: 24px; font-size: 14px; font-family: "Open Sans", sans-serif; } .sidebar-category li a:before { content: "\f0da"; font-family: 'Fontawesome'; font-size: 18px; line-height: 24px; float: left; margin-right: 15px; padding-left: 1px; } .sidebar-category li a:hover { color: #00c8fa; } .sidebar-category li:last-child { margin-bottom: 0; } .sidebar-category.travel-category li a:hover { color: #ffc61c; } .sidebar-category.life-style-category li a:hover { color: #ffc61c; } .sidebar-category.fashion-category li a:hover { color: #ff58c8; } .sidebar-category.sports-category li a:hover { color: #67bf35; } .sidebar-category.gadgets-category li a:hover { color: #1f2024; } .sidebar-category.feature-category li a:hover { color: #00c8fa; } .sidebar-category.politic-category li a:hover { color: #f05555; } .sidebar-category.education-category li a:hover { color: #008bff; } .sidebar-category.health-category li a:hover { color: #008bff; } .sidebar-category.madical-category li a:hover { color: #008bff; } .sidebar-category.video-category li a:hover { color: #ec0000; } .sidebar-category.businsee-category li a:hover { color: #26d572; } /*-- Sidebar Subscribe --*/ .sidebar-subscribe { position: relative; z-index: 1; text-align: center; background-color: #f6f6f6; padding: 47px 30px; /*-- Sidebar Subscribe Form --*/ } .sidebar-subscribe::before { content: url("img/shape/mail-1.png"); left: 0; position: absolute; top: 0; z-index: -1; } .sidebar-subscribe::after { bottom: 0; content: url("img/shape/mail-2.png"); position: absolute; right: 0; z-index: -1; } .sidebar-subscribe h4 { display: block; font-weight: 600; margin-bottom: 13px; } .sidebar-subscribe h4 span { color: #f05555; } .sidebar-subscribe .subscribe-form input[type="email"] { width: 265px; height: 40px; background-color: #ffffff; color: #444444; line-height: 24px; padding: 8px 20px; font-size: 12px; border: none; clear: both; margin: auto; max-width: 100%; } .sidebar-subscribe .subscribe-form .button { height: 40px; background-color: #f05555; color: #ffffff; line-height: 24px; padding: 8px 40px; border: none; font-size: 12px; font-weight: 600; font-family: "Poppins", sans-serif; clear: both; margin: auto; text-transform: uppercase; margin-top: 15px; } .sidebar-subscribe .subscribe-form .button:hover { background-color: #ec2626; } /*----------------------------------------*/ /* 8. Contact /*----------------------------------------*/ .contact-info, .contact-form { padding: 30px 10px; } /*-- Single Contact --*/ @media only screen and (max-width: 767px) { .single-contact { margin-bottom: 30px; } .single-contact:last-child { margin-bottom: 0; } } .single-contact i { font-size: 36px; color: #00c8fa; margin-bottom: 10px; } /*-- Contact Form --*/ .contact-form label { display: block; line-height: 18px; } .contact-form label sup { color: #00c8fa; } .contact-form input { width: 100%; height: 40px; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .contact-form input[type="submit"] { width: auto; border-radius: 5px; background-color: #00c8fa; color: #ffffff; text-transform: capitalize; border: none; padding: 8px 30px; } .contact-form input[type="submit"]:focus { border: none; } .contact-form input:focus { border-color: #00c8fa; } .contact-form textarea { width: 100%; height: 100px; resize: none; border: 1px solid #f1f1f1; line-height: 24px; padding: 7px 15px; } .contact-form textarea:focus { border-color: #00c8fa; } /*-- Contact Map Wrap --*/ .contact-map-wrap { padding: 10px; } /*-- Contact Map --*/ #contact-map { height: 350px; width: 100%; } /*----------------------------------------*/ /* 9. Footer /*----------------------------------------*/ /*-- Footer Top ----------------------------------------*/ .footer-top-section { padding: 100px 105px 40px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .footer-top-section { padding-left: 15px; padding-right: 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .footer-top-section { padding: 100px 65px 40px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .footer-top-section { padding-left: 0; padding-right: 0; } } @media only screen and (max-width: 767px) { .footer-top-section { padding-left: 5px; padding-right: 5px; } } /*-- Footer Widget --*/ .footer-widget { padding: 0 35px; /*-- Title --*/ /*-- Content --*/ /*-- Footer Widget Post --*/ /*-- Footer Tweet --*/ } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .footer-widget { padding-left: 15px; padding-right: 15px; } } @media only screen and (max-width: 479px) { .footer-widget { padding-left: 10px; padding-right: 10px; } } .footer-widget .widget-title { font-family: "Open Sans", sans-serif; font-weight: 600; color: #ffffff; line-height: 14px; text-transform: capitalize; padding-left: 15px; border-left: 4px solid #00c8fa; margin-bottom: 30px; } .footer-widget .content { /*-- Footer Contact --*/ /*-- Footer Social --*/ } .footer-widget .content p { font-size: 13px; color: #cccccc; } .footer-widget .content .footer-contact { padding-left: 0; float: left; margin-top: 8px; width: 100%; margin-bottom: 25px; } .footer-widget .content .footer-contact li { margin-bottom: 10px; color: #cccccc; } .footer-widget .content .footer-contact li:last-child { margin-bottom: 0; } .footer-widget .content .footer-contact li i { width: 20px; text-align: left; margin-right: 10px; font-size: 16px; } .footer-widget .content .footer-social a { width: 36px; height: 36px; border-radius: 3px; text-align: center; color: #ffffff; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); } .footer-widget .content .footer-social a i { font-size: 16px; line-height: 38px; } .footer-widget .content .footer-social a.facebook { background-color: #516eab; } .footer-widget .content .footer-social a.twitter { background-color: #40bff5; } .footer-widget .content .footer-social a.dribbble { background-color: #f7659c; } .footer-widget .content .footer-social a.google-plus { background-color: #eb5e4c; } .footer-widget .footer-widget-post { overflow: hidden; border-bottom: 1px solid #282828; margin-bottom: 20px; padding-bottom: 20px; /*-- Post Wrap --*/ } .footer-widget .footer-widget-post:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .footer-widget .footer-widget-post .post-wrap { overflow: hidden; /*-- Image --*/ /*-- Content --*/ } .footer-widget .footer-widget-post .post-wrap .image { width: 104px; margin-right: 20px; float: left; } @media only screen and (max-width: 479px) { .footer-widget .footer-widget-post .post-wrap .image { width: 90px; margin-right: 15px; } } .footer-widget .footer-widget-post .post-wrap .image img { width: 100%; } .footer-widget .footer-widget-post .post-wrap .content { overflow: hidden; } .footer-widget .footer-widget-post .post-wrap .content .title a { color: #cccccc; font-weight: 600; } .footer-widget .footer-widget-post .post-wrap .content .title a:hover { color: #00c8fa; } .footer-widget .footer-widget-post .post-wrap .content .meta { /*-- Meta List --*/ } .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item { color: #cccccc; margin-top: 5px; font-size: 13px; font-family: "Open Sans", sans-serif; line-height: 16px; display: block; float: left; margin-right: 15px; /*-- Icon --*/ } .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item:last-child { margin-right: 0; } .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item i { display: block; float: left; margin-right: 6px; font-size: 13px; line-height: 16px; padding-left: 1px; } .footer-widget .single-tweet { border-bottom: 1px solid #282828; margin-bottom: 20px; padding-bottom: 20px; position: relative; /*-- Image --*/ /*-- Content --*/ } .footer-widget .single-tweet:last-child { margin-bottom: 0; border-bottom: none; } .footer-widget .single-tweet::before { position: absolute; right: 0; bottom: 0; content: "\f099"; font-family: 'Fontawesome'; color: #00c8fa; opacity: 0.1; font-size: 70px; line-height: 50px; } .footer-widget .single-tweet .image { width: 40px; margin-right: 10px; float: left; } .footer-widget .single-tweet .image img { width: 100%; } .footer-widget .single-tweet .content { /*-- Head --*/ /*-- Tags --*/ /*-- LInks --*/ /*-- Meta --*/ } .footer-widget .single-tweet .content .head { overflow: hidden; } .footer-widget .single-tweet .content .head h5 { float: left; font-family: "Open Sans", sans-serif; font-weight: 600; border-right: 1px solid #3b3b3b; margin-right: 15px; padding-right: 15px; line-height: 14px; } .footer-widget .single-tweet .content .head h5 a { color: #cccccc; } .footer-widget .single-tweet .content .head h5 a:hover { color: #00c8fa; } .footer-widget .single-tweet .content .head span { display: block; line-height: 14px; color: #cccccc; } .footer-widget .single-tweet .content .tags a { font-size: 13px; line-height: 20px; color: #cccccc; } .footer-widget .single-tweet .content .tags a:hover { color: #00c8fa; } .footer-widget .single-tweet .content .links a { font-size: 13px; line-height: 20px; color: #00c8fa; } .footer-widget .single-tweet .content .links a:hover { text-decoration: underline; } .footer-widget .single-tweet .content .meta { margin-top: 10px; } .footer-widget .single-tweet .content .meta li { border-right: 1px solid #3b3b3b; margin-right: 20px; padding-right: 20px; float: left; display: block; line-height: 12px; margin-top: 7px; } .footer-widget .single-tweet .content .meta li:last-child { margin-right: 0; padding-right: 0; border-right: none; } .footer-widget .single-tweet .content .meta li a { font-size: 13px; color: #cccccc; line-height: 12px; } .footer-widget .single-tweet .content .meta li a:hover { color: #00c8fa; } .footer-widget .single-tweet .content .meta li a i { font-size: 14px; float: left; line-height: 12px; margin-right: 10px; padding-left: 1px; } /*-- Footer Bottom ----------------------------------------*/ .footer-bottom-section { border-top: 1px solid #343434; padding: 15px 0; /*-- Copyright --*/ } .footer-bottom-section .copyright { line-height: 30px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #cccccc; } /*# sourceMappingURL=style.css.map */
0.31363
0.056107
.blue .cg-board { background-image: url('images/board/blue2.jpg'); } .wood .cg-board { background-image: url('images/board/wood2.jpg'); } .marble .cg-board { background-image: url('images/board/marble.jpg'); } .chessground.light-wood-3d .cg-board-wrap { position: relative; background-image: url('images/board/3d/Light-Wood.png'); background-size: cover; } .chessground.small.light-wood-3d .cg-board-wrap { width: calc(1400px / 4.6666); height: calc(1310px / 4.6666); } .chessground.large.light-wood-3d .cg-board-wrap { width: calc(1400px / 1); height: calc(1310px / 1); } .light-wood-3d .cg-board { position: absolute; left: 0; top: 0.6168702%; width: 100%; height: 97.0229%; } /* whole: 1400x1310 useful: 1400x1271, top: 8, bottom: 31 /* * Pieces */ .pirouetti piece { bottom: 0; left: -15%; width: 130%; height: 130%; } .pirouetti piece.pawn.white { background-image: url('images/pieces/pirouetti/wP.svg'); } .pirouetti piece.bishop.white { background-image: url('images/pieces/pirouetti/wB.svg'); } .pirouetti piece.knight.white { background-image: url('images/pieces/pirouetti/wN.svg'); } .pirouetti piece.rook.white { background-image: url('images/pieces/pirouetti/wR.svg'); } .pirouetti piece.queen.white { background-image: url('images/pieces/pirouetti/wQ.svg'); } .pirouetti piece.king.white { background-image: url('images/pieces/pirouetti/wK.svg'); } .pirouetti piece.pawn.black { background-image: url('images/pieces/pirouetti/bP.svg'); } .pirouetti piece.bishop.black { background-image: url('images/pieces/pirouetti/bB.svg'); } .pirouetti piece.knight.black { background-image: url('images/pieces/pirouetti/bN.svg'); } .pirouetti piece.rook.black { background-image: url('images/pieces/pirouetti/bR.svg'); } .pirouetti piece.queen.black { background-image: url('images/pieces/pirouetti/bQ.svg'); } .pirouetti piece.king.black { background-image: url('images/pieces/pirouetti/bK.svg'); } .cburnett piece.pawn.white { background-image: url('images/pieces/cburnett/wP.svg'); } .cburnett piece.bishop.white { background-image: url('images/pieces/cburnett/wB.svg'); } .cburnett piece.knight.white { background-image: url('images/pieces/cburnett/wN.svg'); } .cburnett piece.rook.white { background-image: url('images/pieces/cburnett/wR.svg'); } .cburnett piece.queen.white { background-image: url('images/pieces/cburnett/wQ.svg'); } .cburnett piece.king.white { background-image: url('images/pieces/cburnett/wK.svg'); } .cburnett piece.pawn.black { background-image: url('images/pieces/cburnett/bP.svg'); } .cburnett piece.bishop.black { background-image: url('images/pieces/cburnett/bB.svg'); } .cburnett piece.knight.black { background-image: url('images/pieces/cburnett/bN.svg'); } .cburnett piece.rook.black { background-image: url('images/pieces/cburnett/bR.svg'); } .cburnett piece.queen.black { background-image: url('images/pieces/cburnett/bQ.svg'); } .cburnett piece.king.black { background-image: url('images/pieces/cburnett/bK.svg'); } .merida piece.pawn.white { background-image: url('images/pieces/merida/wP.svg'); } .merida piece.bishop.white { background-image: url('images/pieces/merida/wB.svg'); } .merida piece.knight.white { background-image: url('images/pieces/merida/wN.svg'); } .merida piece.rook.white { background-image: url('images/pieces/merida/wR.svg'); } .merida piece.queen.white { background-image: url('images/pieces/merida/wQ.svg'); } .merida piece.king.white { background-image: url('images/pieces/merida/wK.svg'); } .merida piece.pawn.black { background-image: url('images/pieces/merida/bP.svg'); } .merida piece.bishop.black { background-image: url('images/pieces/merida/bB.svg'); } .merida piece.knight.black { background-image: url('images/pieces/merida/bN.svg'); } .merida piece.rook.black { background-image: url('images/pieces/merida/bR.svg'); } .merida piece.queen.black { background-image: url('images/pieces/merida/bQ.svg'); } .merida piece.king.black { background-image: url('images/pieces/merida/bK.svg'); } .staunton piece.pawn.white { background-image: url('images/pieces/staunton/basic/White-Pawn.png'); } .staunton piece.bishop.white { background-image: url('images/pieces/staunton/basic/White-Bishop.png'); } .staunton .cg-board.orientation-black div.bishop.white { background-image: url('images/pieces/staunton/basic/White-Bishop-Flipped.png'); } .staunton piece.knight.white, #top div.piece_demo.staunton { background-image: url('images/pieces/staunton/basic/White-Knight.png'); } .staunton .cg-board.orientation-black div.knight.white { background-image: url('images/pieces/staunton/basic/White-Knight-Flipped.png'); } .staunton piece.rook.white { background-image: url('images/pieces/staunton/basic/White-Rook.png'); } .staunton piece.queen.white { background-image: url('images/pieces/staunton/basic/White-Queen.png'); } .staunton piece.king.white { background-image: url('images/pieces/staunton/basic/White-King.png'); } .staunton piece.pawn.black { background-image: url('images/pieces/staunton/basic/Black-Pawn.png'); } .staunton piece.bishop.black { background-image: url('images/pieces/staunton/basic/Black-Bishop.png'); } .staunton .cg-board.orientation-white div.bishop.black { background-image: url('images/pieces/staunton/basic/Black-Bishop-Flipped.png'); } .staunton piece.knight.black { background-image: url('images/pieces/staunton/basic/Black-Knight.png'); } .staunton .cg-board.orientation-white div.knight.black { background-image: url('images/pieces/staunton/basic/Black-Knight-Flipped.png'); } .staunton piece.rook.black { background-image: url('images/pieces/staunton/basic/Black-Rook.png'); } .staunton piece.queen.black { background-image: url('images/pieces/staunton/basic/Black-Queen.png'); } .staunton piece.king.black { background-image: url('images/pieces/staunton/basic/Black-King.png'); } .staunton piece { /* original size: width: 140.625%; height: 179.6875%; */ /* size on 3D board, with height/width = 90.78571% */ width: 140.625%; height: 197.92486231313927%; left: -18%; top: -77%; }
assets/theme.css
.blue .cg-board { background-image: url('images/board/blue2.jpg'); } .wood .cg-board { background-image: url('images/board/wood2.jpg'); } .marble .cg-board { background-image: url('images/board/marble.jpg'); } .chessground.light-wood-3d .cg-board-wrap { position: relative; background-image: url('images/board/3d/Light-Wood.png'); background-size: cover; } .chessground.small.light-wood-3d .cg-board-wrap { width: calc(1400px / 4.6666); height: calc(1310px / 4.6666); } .chessground.large.light-wood-3d .cg-board-wrap { width: calc(1400px / 1); height: calc(1310px / 1); } .light-wood-3d .cg-board { position: absolute; left: 0; top: 0.6168702%; width: 100%; height: 97.0229%; } /* whole: 1400x1310 useful: 1400x1271, top: 8, bottom: 31 /* * Pieces */ .pirouetti piece { bottom: 0; left: -15%; width: 130%; height: 130%; } .pirouetti piece.pawn.white { background-image: url('images/pieces/pirouetti/wP.svg'); } .pirouetti piece.bishop.white { background-image: url('images/pieces/pirouetti/wB.svg'); } .pirouetti piece.knight.white { background-image: url('images/pieces/pirouetti/wN.svg'); } .pirouetti piece.rook.white { background-image: url('images/pieces/pirouetti/wR.svg'); } .pirouetti piece.queen.white { background-image: url('images/pieces/pirouetti/wQ.svg'); } .pirouetti piece.king.white { background-image: url('images/pieces/pirouetti/wK.svg'); } .pirouetti piece.pawn.black { background-image: url('images/pieces/pirouetti/bP.svg'); } .pirouetti piece.bishop.black { background-image: url('images/pieces/pirouetti/bB.svg'); } .pirouetti piece.knight.black { background-image: url('images/pieces/pirouetti/bN.svg'); } .pirouetti piece.rook.black { background-image: url('images/pieces/pirouetti/bR.svg'); } .pirouetti piece.queen.black { background-image: url('images/pieces/pirouetti/bQ.svg'); } .pirouetti piece.king.black { background-image: url('images/pieces/pirouetti/bK.svg'); } .cburnett piece.pawn.white { background-image: url('images/pieces/cburnett/wP.svg'); } .cburnett piece.bishop.white { background-image: url('images/pieces/cburnett/wB.svg'); } .cburnett piece.knight.white { background-image: url('images/pieces/cburnett/wN.svg'); } .cburnett piece.rook.white { background-image: url('images/pieces/cburnett/wR.svg'); } .cburnett piece.queen.white { background-image: url('images/pieces/cburnett/wQ.svg'); } .cburnett piece.king.white { background-image: url('images/pieces/cburnett/wK.svg'); } .cburnett piece.pawn.black { background-image: url('images/pieces/cburnett/bP.svg'); } .cburnett piece.bishop.black { background-image: url('images/pieces/cburnett/bB.svg'); } .cburnett piece.knight.black { background-image: url('images/pieces/cburnett/bN.svg'); } .cburnett piece.rook.black { background-image: url('images/pieces/cburnett/bR.svg'); } .cburnett piece.queen.black { background-image: url('images/pieces/cburnett/bQ.svg'); } .cburnett piece.king.black { background-image: url('images/pieces/cburnett/bK.svg'); } .merida piece.pawn.white { background-image: url('images/pieces/merida/wP.svg'); } .merida piece.bishop.white { background-image: url('images/pieces/merida/wB.svg'); } .merida piece.knight.white { background-image: url('images/pieces/merida/wN.svg'); } .merida piece.rook.white { background-image: url('images/pieces/merida/wR.svg'); } .merida piece.queen.white { background-image: url('images/pieces/merida/wQ.svg'); } .merida piece.king.white { background-image: url('images/pieces/merida/wK.svg'); } .merida piece.pawn.black { background-image: url('images/pieces/merida/bP.svg'); } .merida piece.bishop.black { background-image: url('images/pieces/merida/bB.svg'); } .merida piece.knight.black { background-image: url('images/pieces/merida/bN.svg'); } .merida piece.rook.black { background-image: url('images/pieces/merida/bR.svg'); } .merida piece.queen.black { background-image: url('images/pieces/merida/bQ.svg'); } .merida piece.king.black { background-image: url('images/pieces/merida/bK.svg'); } .staunton piece.pawn.white { background-image: url('images/pieces/staunton/basic/White-Pawn.png'); } .staunton piece.bishop.white { background-image: url('images/pieces/staunton/basic/White-Bishop.png'); } .staunton .cg-board.orientation-black div.bishop.white { background-image: url('images/pieces/staunton/basic/White-Bishop-Flipped.png'); } .staunton piece.knight.white, #top div.piece_demo.staunton { background-image: url('images/pieces/staunton/basic/White-Knight.png'); } .staunton .cg-board.orientation-black div.knight.white { background-image: url('images/pieces/staunton/basic/White-Knight-Flipped.png'); } .staunton piece.rook.white { background-image: url('images/pieces/staunton/basic/White-Rook.png'); } .staunton piece.queen.white { background-image: url('images/pieces/staunton/basic/White-Queen.png'); } .staunton piece.king.white { background-image: url('images/pieces/staunton/basic/White-King.png'); } .staunton piece.pawn.black { background-image: url('images/pieces/staunton/basic/Black-Pawn.png'); } .staunton piece.bishop.black { background-image: url('images/pieces/staunton/basic/Black-Bishop.png'); } .staunton .cg-board.orientation-white div.bishop.black { background-image: url('images/pieces/staunton/basic/Black-Bishop-Flipped.png'); } .staunton piece.knight.black { background-image: url('images/pieces/staunton/basic/Black-Knight.png'); } .staunton .cg-board.orientation-white div.knight.black { background-image: url('images/pieces/staunton/basic/Black-Knight-Flipped.png'); } .staunton piece.rook.black { background-image: url('images/pieces/staunton/basic/Black-Rook.png'); } .staunton piece.queen.black { background-image: url('images/pieces/staunton/basic/Black-Queen.png'); } .staunton piece.king.black { background-image: url('images/pieces/staunton/basic/Black-King.png'); } .staunton piece { /* original size: width: 140.625%; height: 179.6875%; */ /* size on 3D board, with height/width = 90.78571% */ width: 140.625%; height: 197.92486231313927%; left: -18%; top: -77%; }
0.551815
0.170163
@charset "utf-8"; body,h1,h2,h3,h4,h5,h6 { font-family: "Lato", sans-serif; } body, html { height: 100%; color: #777; line-height: 1.8; } /* Create a Parallax Effect */ .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* First image (Logo. Full height) */ .bgimg-1 { background-image: url('../img/parallax1.jpg'); min-height: 100%; } /* Second image (Portfolio) */ .bgimg-2 { background-image: url("../img/parallax2.jpg"); min-height: 400px; } /* Third image (Contact) */ .bgimg-3 { background-image: url("../img/parallax3.jpg"); min-height: 400px; } .tm-wide {letter-spacing: 10px;} .tm-hover-opacity {cursor: pointer;} /* Turn off parallax scrolling for tablets and phones */ @media only screen and (max-device-width: 1024px) { .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: scroll; } } .table{ display: block; overflow: scroll; } .form-control:focus{ border-color: #c9c9c9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(86, 86, 86, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(86, 86, 86, 0.6); } #order{ width: 60%; margin: 0 auto; } .form-control{ border-radius: 0px; } .button.tm{ color: #fff; background-color: #000; border-radius: 0px; float: right; text-transform: uppercase; padding: 10px 20px; border: none; } .button.tm:hover{ color: #000; background-color: #ccc; } .admin-heading{ margin-top: 30px; } .panel.form{ width: 50%; margin: 50px auto; } .panel-info { border-color: #939393; } .panel-info > .panel-heading { background-image: none; color: #424242; background-color: #939393; border-color: #939393; } .admin-menu{ float: right; } .success-msg{ position: fixed; left: 50%; padding: 20px; margin: 0 auto; border: 2px solid #050505; color: #050505; width: 300px; text-align: center; margin-left: -150px; margin-top: 5%; z-index: 2; background: #f0f0f0; } /* STYLE */ html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit} html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block} audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline} audio:not([controls]){display:none;height:0}[hidden],template{display:none} a{background-color:transparent;-webkit-text-decoration-skip:objects} a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} dfn{font-style:italic}mark{background:#ff0;color:#000} small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}svg:not(:root){overflow:hidden} code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible} button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold} button,input{overflow:visible}button,select{text-transform:none} button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button} button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0} button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText} fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em} legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto} [type=checkbox],[type=radio]{padding:0} [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} [type=search]{-webkit-appearance:textfield;outline-offset:-2px} [type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none} ::-webkit-input-placeholder{color:inherit;opacity:0.54} ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit} /* End extract */ html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden} h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.tm-serif{font-family:serif} h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.tm-wide{letter-spacing:4px} hr{border:0;border-top:1px solid #eee;margin:2px 15px} .tm-image{max-width:100%;height:auto}img{margin-bottom:-5px}a{color:inherit} .tm-table,.tm-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.tm-table-all{border:1px solid #ccc} .tm-bordered tr,.tm-table-all tr{border-bottom:1px solid #ddd}.tm-striped tbody tr:nth-child(even){background-color:#f1f1f1} .tm-table-all tr:nth-child(odd){background-color:#fff}.tm-table-all tr:nth-child(even){background-color:#f1f1f1} .tm-hoverable tbody tr:hover,.tm-ul.tm-hoverable li:hover{background-color:#ccc}.tm-centered tr th,.tm-centered tr td{text-align:center} .tm-table td,.tm-table th,.tm-table-all td,.tm-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top} .tm-table th:first-child,.tm-table td:first-child,.tm-table-all th:first-child,.tm-table-all td:first-child{padding-left:16px} .tm-btn,.tm-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap} .tm-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)} .tm-btn,.tm-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .tm-disabled,.tm-btn:disabled,.tm-button:disabled{cursor:not-allowed;opacity:0.3}.tm-disabled *,:disabled *{pointer-events:none} .tm-btn.tm-disabled:hover,.tm-btn:disabled:hover{box-shadow:none} .tm-badge,.tm-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.tm-badge{border-radius:50%} .tm-ul{list-style-type:none;padding:0;margin:0}.tm-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.tm-ul li:last-child{border-bottom:none} .tm-tooltip,.tm-display-container{position:relative}.tm-tooltip .tm-text{display:none}.tm-tooltip:hover .tm-text{display:inline-block} .tm-ripple:active{opacity:0.5}.tm-ripple{transition:opacity 0s} .tm-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%} .tm-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc} .tm-dropdown-click,.tm-dropdown-hover{position:relative;display:inline-block;cursor:pointer} .tm-dropdown-hover:hover .tm-dropdown-content{display:block;z-index:1} .tm-dropdown-hover:first-child,.tm-dropdown-click:hover{background-color:#ccc;color:#000} .tm-dropdown-hover:hover > .tm-button:first-child,.tm-dropdown-click:hover > .tm-button:first-child{background-color:#ccc;color:#000} .tm-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0} .tm-check,.tm-radio{width:24px;height:24px;position:relative;top:6px} .tm-sidebar{height:100%;width:200px;background-color:#fff;position:fixed;z-index:1;overflow:auto} .tm-bar-block .tm-dropdown-hover,.tm-bar-block .tm-dropdown-click{width:100%} .tm-bar-block .tm-dropdown-hover .tm-dropdown-content,.tm-bar-block .tm-dropdown-click .tm-dropdown-content{min-width:100%} .tm-bar-block .tm-dropdown-hover .tm-button,.tm-bar-block .tm-dropdown-click .tm-button{width:100%;text-align:left;padding:8px 16px} .tm-main,#main{transition:margin-left .4s} .tm-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)} .tm-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px} .tm-bar{width:100%;overflow:hidden}.tm-center .tm-bar{display:inline-block;width:auto} .tm-bar .tm-bar-item{padding:8px 16px;float:left;width:auto;border:none;outline:none;display:block} .tm-bar .tm-dropdown-hover,.tm-bar .tm-dropdown-click{position:static;float:left} .tm-bar .tm-button{white-space:normal} .tm-bar-block .tm-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;outline:none;white-space:normal;float:none} .tm-bar-block.tm-center .tm-bar-item{text-align:center}.tm-block{display:block;width:100%} .tm-responsive{overflow-x:auto} .tm-container:after,.tm-container:before,.tm-panel:after,.tm-panel:before,.tm-row:after,.tm-row:before,.tm-row-padding:after,.tm-row-padding:before, .tm-cell-row:before,.tm-cell-row:after,.tm-clear:after,.tm-clear:before,.tm-bar:before,.tm-bar:after{content:"";display:table;clear:both} .tm-col,.tm-half,.tm-third,.tm-twothird,.tm-threequarter,.tm-quarter{float:left;width:100%} .tm-col.s1{width:8.33333%}.tm-col.s2{width:16.66666%}.tm-col.s3{width:24.99999%}.tm-col.s4{width:33.33333%} .tm-col.s5{width:41.66666%}.tm-col.s6{width:49.99999%}.tm-col.s7{width:58.33333%}.tm-col.s8{width:66.66666%} .tm-col.s9{width:74.99999%}.tm-col.s10{width:83.33333%}.tm-col.s11{width:91.66666%}.tm-col.s12{width:99.99999%} @media (min-width:601px){.tm-col.m1{width:8.33333%}.tm-col.m2{width:16.66666%}.tm-col.m3,.tm-quarter{width:24.99999%}.tm-col.m4,.tm-third{width:33.33333%} .tm-col.m5{width:41.66666%}.tm-col.m6,.tm-half{width:49.99999%}.tm-col.m7{width:58.33333%}.tm-col.m8,.tm-twothird{width:66.66666%} .tm-col.m9,.tm-threequarter{width:74.99999%}.tm-col.m10{width:83.33333%}.tm-col.m11{width:91.66666%}.tm-col.m12{width:99.99999%}} @media (min-width:993px){.tm-col.l1{width:8.33333%}.tm-col.l2{width:16.66666%}.tm-col.l3{width:24.99999%}.tm-col.l4{width:33.33333%} .tm-col.l5{width:41.66666%}.tm-col.l6{width:49.99999%}.tm-col.l7{width:58.33333%}.tm-col.l8{width:66.66666%} .tm-col.l9{width:74.99999%}.tm-col.l10{width:83.33333%}.tm-col.l11{width:91.66666%}.tm-col.l12{width:99.99999%}} .tm-content{max-width:980px;margin:auto}.tm-rest{overflow:hidden} .tm-cell-row{display:table;width:100%}.tm-cell{display:table-cell} .tm-cell-top{vertical-align:top}.tm-cell-middle{vertical-align:middle}.tm-cell-bottom{vertical-align:bottom} .tm-hide{display:none}.tm-show-block,.tm-show{display:block}.tm-show-inline-block{display:inline-block} @media (max-width:600px){.tm-modal-content{margin:0 10px;width:auto}.tm-modal{padding-top:30px} .tm-dropdown-hover.tm-mobile .tm-dropdown-content,.tm-dropdown-click.tm-mobile .tm-dropdown-content{position:relative} .tm-hide-small{display:none!important}.tm-mobile{display:block;width:100%}.tm-bar-item.tm-mobile,.tm-dropdown-hover.tm-mobile,.tm-dropdown-click.tm-mobile{text-align:center} .tm-dropdown-hover.tm-mobile,.tm-dropdown-hover.tm-mobile .tm-btn,.tm-dropdown-hover.tm-mobile .tm-button,.tm-dropdown-click.tm-mobile,.tm-dropdown-click.tm-mobile .tm-btn,.tm-dropdown-click.tm-mobile .tm-button{width:100%}} @media (max-width:768px){.tm-modal-content{width:500px}.panel-info.form {width: 80%}.tm-modal{padding-top:50px} #order{width: 90%}} @media (min-width:993px){.tm-modal-content{width:900px}.tm-hide-large{display:none!important}.tm-sidebar.tm-collapse{display:block}} @media (max-width:992px) and (min-width:601px){.tm-hide-medium{display:none!important}} @media (max-width:992px){.tm-sidebar.tm-collapse{display:none}.tm-main{margin-left:0;margin-right:0}} .tm-top,.tm-bottom{position:fixed;width:100%;z-index:1}.tm-top{top:0}.tm-bottom{bottom:0} .tm-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2} .tm-display-topleft{position:absolute;left:0;top:0}.tm-display-topright{position:absolute;right:0;top:0} .tm-display-bottomleft{position:absolute;left:0;bottom:0}.tm-display-bottomright{position:absolute;right:0;bottom:0} .tm-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)} .tm-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)} .tm-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)} .tm-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)} .tm-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)} .tm-display-container:hover .tm-display-hover{display:block}.tm-display-container:hover span.tm-display-hover{display:inline-block}.tm-display-hover{display:none} .tm-display-position{position:absolute} .tm-circle{border-radius:50%} .tm-round-small{border-radius:2px}.tm-round,.tm-round-medium{border-radius:4px}.tm-round-large{border-radius:8px}.tm-round-xlarge{border-radius:16px}.tm-round-xxlarge{border-radius:32px} .tm-row-padding,.tm-row-padding>.tm-half,.tm-row-padding>.tm-third,.tm-row-padding>.tm-twothird,.tm-row-padding>.tm-threequarter,.tm-row-padding>.tm-quarter,.tm-row-padding>.tm-col{padding:0 8px} .tm-container,.tm-panel{padding:0.01em 16px}.tm-panel{margin-top:16px;margin-bottom:16px} .tm-code,.tm-codespan{font-family:Consolas,"courier new";font-size:16px} .tm-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word} .tm-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%} .tm-card,.tm-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)} .tm-card-4,.tm-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)} .tm-spin{animation:tm-spin 2s infinite linear}@keyframes tm-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}} .tm-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}} .tm-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}} .tm-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}} .tm-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}} .tm-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}} .tm-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}} .tm-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} .tm-animate-input{transition:width 0.4s ease-in-out}.tm-animate-input:focus{width:100%} .tm-opacity,.tm-hover-opacity:hover{opacity:0.60}.tm-opacity-off,.tm-hover-opacity-off:hover{opacity:1} .tm-opacity-max{opacity:0.25}.tm-opacity-min{opacity:0.75} .tm-greyscale-max,.tm-grayscale-max,.tm-hover-greyscale:hover,.tm-hover-grayscale:hover{filter:grayscale(100%)} .tm-greyscale,.tm-grayscale{filter:grayscale(75%)}.tm-greyscale-min,.tm-grayscale-min{filter:grayscale(50%)} .tm-sepia{filter:sepia(75%)}.tm-sepia-max,.tm-hover-sepia:hover{filter:sepia(100%)}.tm-sepia-min{filter:sepia(50%)} .tm-tiny{font-size:10px}.tm-small{font-size:12px}.tm-medium{font-size:15px}.tm-large{font-size:18px} .tm-xlarge{font-size:24px}.tm-xxlarge{font-size:36px}.tm-xxxlarge{font-size:48px}.tm-jumbo{font-size:64px} .tm-left-align{text-align:left}.tm-right-align{text-align:right}.tm-justify{text-align:justify}.tm-center{text-align:center} .tm-border-0{border:0}.tm-border{border:1px solid #ccc} .tm-border-top{border-top:1px solid #ccc}.tm-border-bottom{border-bottom:1px solid #ccc} .tm-border-left{border-left:1px solid #ccc}.tm-border-right{border-right:1px solid #ccc} .tm-topbar{border-top:6px solid #ccc}.tm-bottombar{border-bottom:6px solid #ccc} .tm-leftbar{border-left:6px solid #ccc}.tm-rightbar{border-right:6px solid #ccc} .tm-section,.tm-code{margin-top:16px;margin-bottom:16px} .tm-margin{margin:16px}.tm-margin-top{margin-top:16px}.tm-margin-bottom{margin-bottom:16px} .tm-margin-left{margin-left:16px}.tm-margin-right{margin-right:16px} .tm-padding-small{padding:4px 8px}.tm-padding{padding:8px 16px}.tm-padding-large{padding:12px 24px} .tm-padding-16{padding-top:16px;padding-bottom:16px}.tm-padding-24{padding-top:24px;padding-bottom:24px} .tm-padding-32{padding-top:32px;padding-bottom:32px}.tm-padding-48{padding-top:48px;padding-bottom:48px} .tm-padding-64{padding-top:64px;padding-bottom:64px} .tm-left{float:left}.tm-right{float:right} .tm-button:hover{color:#000;background-color:#ccc} .tm-transparent,.tm-hover-none:hover{background-color:transparent} .tm-hover-none:hover{box-shadow:none} /* Colors */ .tm-amber,.tm-hover-amber:hover{color:#000;background-color:#ffc107} .tm-aqua,.tm-hover-aqua:hover{color:#000;background-color:#00ffff} .tm-blue,.tm-hover-blue:hover{color:#fff;background-color:#2196F3} .tm-light-blue,.tm-hover-light-blue:hover{color:#000;background-color:#87CEEB} .tm-brown,.tm-hover-brown:hover{color:#fff;background-color:#795548} .tm-cyan,.tm-hover-cyan:hover{color:#000;background-color:#00bcd4} .tm-blue-grey,.tm-hover-blue-grey:hover,.tm-blue-gray,.tm-hover-blue-gray:hover{color:#fff;background-color:#607d8b} .tm-green,.tm-hover-green:hover{color:#fff;background-color:#4CAF50} .tm-light-green,.tm-hover-light-green:hover{color:#000;background-color:#8bc34a} .tm-indigo,.tm-hover-indigo:hover{color:#fff;background-color:#3f51b5} .tm-khaki,.tm-hover-khaki:hover{color:#000;background-color:#f0e68c} .tm-lime,.tm-hover-lime:hover{color:#000;background-color:#cddc39} .tm-orange,.tm-hover-orange:hover{color:#000;background-color:#ff9800} .tm-deep-orange,.tm-hover-deep-orange:hover{color:#fff;background-color:#ff5722} .tm-pink,.tm-hover-pink:hover{color:#fff;background-color:#e91e63} .tm-purple,.tm-hover-purple:hover{color:#fff;background-color:#9c27b0} .tm-deep-purple,.tm-hover-deep-purple:hover{color:#fff;background-color:#673ab7} .tm-red,.tm-hover-red:hover{color:#fff;background-color:#f44336} .tm-sand,.tm-hover-sand:hover{color:#000;background-color:#fdf5e6} .tm-teal,.tm-hover-teal:hover{color:#fff;background-color:#009688} .tm-yellow,.tm-hover-yellow:hover{color:#000;background-color:#ffeb3b} .tm-white,.tm-hover-white:hover{color:#000;background-color:#fff} .tm-black,.tm-hover-black:hover{color:#fff;background-color:#000} .tm-grey,.tm-hover-grey:hover,.tm-gray,.tm-hover-gray:hover{color:#000;background-color:#bbb} .tm-light-grey,.tm-hover-light-grey:hover,.tm-light-gray,.tm-hover-light-gray:hover{color:#000;background-color:#f1f1f1} .tm-dark-grey,.tm-hover-dark-grey:hover,.tm-dark-gray,.tm-hover-dark-gray:hover{color:#fff;background-color:#616161} .tm-pale-red,.tm-hover-pale-red:hover{color:#000;background-color:#ffdddd} .tm-pale-green,.tm-hover-pale-green:hover{color:#000;background-color:#ddffdd} .tm-pale-yellow,.tm-hover-pale-yellow:hover{color:#000;background-color:#ffffcc} .tm-pale-blue,.tm-hover-pale-blue:hover{color:#000;background-color:#ddffff} .tm-text-red,.tm-hover-text-red:hover{color:#f44336} .tm-text-green,.tm-hover-text-green:hover{color:#4CAF50} .tm-text-blue,.tm-hover-text-blue:hover{color:#2196F3} .tm-text-yellow,.tm-hover-text-yellow:hover{color:#ffeb3b} .tm-text-white,.tm-hover-text-white:hover{color:#fff} .tm-text-black,.tm-hover-text-black:hover{color:#000} .tm-text-grey,.tm-hover-text-grey:hover,.tm-text-gray,.tm-hover-text-gray:hover{color:#757575} .tm-text-amber{color:#ffc107} .tm-text-aqua{color:#00ffff} .tm-text-light-blue{color:#87CEEB} .tm-text-brown{color:#795548} .tm-text-cyan{color:#00bcd4} .tm-text-blue-grey,.tm-text-blue-gray{color:#607d8b} .tm-text-light-green{color:#8bc34a} .tm-text-indigo{color:#3f51b5} .tm-text-khaki{color:#b4aa50} .tm-text-lime{color:#cddc39} .tm-text-orange{color:#ff9800} .tm-text-deep-orange{color:#ff5722} .tm-text-pink{color:#e91e63} .tm-text-purple{color:#9c27b0} .tm-text-deep-purple{color:#673ab7} .tm-text-sand{color:#fdf5e6} .tm-text-teal{color:#009688} .tm-text-light-grey,.tm-hover-text-light-grey:hover,.tm-text-light-gray,.tm-hover-text-light-gray:hover{color:#f1f1f1} .tm-text-dark-grey,.tm-hover-text-dark-grey:hover,.tm-text-dark-gray,.tm-hover-text-dark-gray:hover{color:#3a3a3a} .tm-border-red,.tm-hover-border-red:hover{border-color:#f44336} .tm-border-green,.tm-hover-border-green:hover{border-color:#4CAF50} .tm-border-blue,.tm-hover-border-blue:hover{border-color:#2196F3} .tm-border-yellow,.tm-hover-border-yellow:hover{border-color:#ffeb3b} .tm-border-white,.tm-hover-border-white:hover{border-color:#fff} .tm-border-black,.tm-hover-border-black:hover{border-color:#000} .tm-border-grey,.tm-hover-border-grey:hover,.tm-border-gray,.tm-hover-border-gray:hover{border-color:#bbb}
src/AppBundle/Resources/public/css/base.css
@charset "utf-8"; body,h1,h2,h3,h4,h5,h6 { font-family: "Lato", sans-serif; } body, html { height: 100%; color: #777; line-height: 1.8; } /* Create a Parallax Effect */ .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* First image (Logo. Full height) */ .bgimg-1 { background-image: url('../img/parallax1.jpg'); min-height: 100%; } /* Second image (Portfolio) */ .bgimg-2 { background-image: url("../img/parallax2.jpg"); min-height: 400px; } /* Third image (Contact) */ .bgimg-3 { background-image: url("../img/parallax3.jpg"); min-height: 400px; } .tm-wide {letter-spacing: 10px;} .tm-hover-opacity {cursor: pointer;} /* Turn off parallax scrolling for tablets and phones */ @media only screen and (max-device-width: 1024px) { .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: scroll; } } .table{ display: block; overflow: scroll; } .form-control:focus{ border-color: #c9c9c9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(86, 86, 86, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(86, 86, 86, 0.6); } #order{ width: 60%; margin: 0 auto; } .form-control{ border-radius: 0px; } .button.tm{ color: #fff; background-color: #000; border-radius: 0px; float: right; text-transform: uppercase; padding: 10px 20px; border: none; } .button.tm:hover{ color: #000; background-color: #ccc; } .admin-heading{ margin-top: 30px; } .panel.form{ width: 50%; margin: 50px auto; } .panel-info { border-color: #939393; } .panel-info > .panel-heading { background-image: none; color: #424242; background-color: #939393; border-color: #939393; } .admin-menu{ float: right; } .success-msg{ position: fixed; left: 50%; padding: 20px; margin: 0 auto; border: 2px solid #050505; color: #050505; width: 300px; text-align: center; margin-left: -150px; margin-top: 5%; z-index: 2; background: #f0f0f0; } /* STYLE */ html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit} html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block} audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline} audio:not([controls]){display:none;height:0}[hidden],template{display:none} a{background-color:transparent;-webkit-text-decoration-skip:objects} a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} dfn{font-style:italic}mark{background:#ff0;color:#000} small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}svg:not(:root){overflow:hidden} code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible} button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold} button,input{overflow:visible}button,select{text-transform:none} button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button} button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0} button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText} fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em} legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto} [type=checkbox],[type=radio]{padding:0} [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} [type=search]{-webkit-appearance:textfield;outline-offset:-2px} [type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none} ::-webkit-input-placeholder{color:inherit;opacity:0.54} ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit} /* End extract */ html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden} h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.tm-serif{font-family:serif} h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.tm-wide{letter-spacing:4px} hr{border:0;border-top:1px solid #eee;margin:2px 15px} .tm-image{max-width:100%;height:auto}img{margin-bottom:-5px}a{color:inherit} .tm-table,.tm-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.tm-table-all{border:1px solid #ccc} .tm-bordered tr,.tm-table-all tr{border-bottom:1px solid #ddd}.tm-striped tbody tr:nth-child(even){background-color:#f1f1f1} .tm-table-all tr:nth-child(odd){background-color:#fff}.tm-table-all tr:nth-child(even){background-color:#f1f1f1} .tm-hoverable tbody tr:hover,.tm-ul.tm-hoverable li:hover{background-color:#ccc}.tm-centered tr th,.tm-centered tr td{text-align:center} .tm-table td,.tm-table th,.tm-table-all td,.tm-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top} .tm-table th:first-child,.tm-table td:first-child,.tm-table-all th:first-child,.tm-table-all td:first-child{padding-left:16px} .tm-btn,.tm-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap} .tm-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)} .tm-btn,.tm-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .tm-disabled,.tm-btn:disabled,.tm-button:disabled{cursor:not-allowed;opacity:0.3}.tm-disabled *,:disabled *{pointer-events:none} .tm-btn.tm-disabled:hover,.tm-btn:disabled:hover{box-shadow:none} .tm-badge,.tm-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.tm-badge{border-radius:50%} .tm-ul{list-style-type:none;padding:0;margin:0}.tm-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.tm-ul li:last-child{border-bottom:none} .tm-tooltip,.tm-display-container{position:relative}.tm-tooltip .tm-text{display:none}.tm-tooltip:hover .tm-text{display:inline-block} .tm-ripple:active{opacity:0.5}.tm-ripple{transition:opacity 0s} .tm-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%} .tm-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc} .tm-dropdown-click,.tm-dropdown-hover{position:relative;display:inline-block;cursor:pointer} .tm-dropdown-hover:hover .tm-dropdown-content{display:block;z-index:1} .tm-dropdown-hover:first-child,.tm-dropdown-click:hover{background-color:#ccc;color:#000} .tm-dropdown-hover:hover > .tm-button:first-child,.tm-dropdown-click:hover > .tm-button:first-child{background-color:#ccc;color:#000} .tm-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0} .tm-check,.tm-radio{width:24px;height:24px;position:relative;top:6px} .tm-sidebar{height:100%;width:200px;background-color:#fff;position:fixed;z-index:1;overflow:auto} .tm-bar-block .tm-dropdown-hover,.tm-bar-block .tm-dropdown-click{width:100%} .tm-bar-block .tm-dropdown-hover .tm-dropdown-content,.tm-bar-block .tm-dropdown-click .tm-dropdown-content{min-width:100%} .tm-bar-block .tm-dropdown-hover .tm-button,.tm-bar-block .tm-dropdown-click .tm-button{width:100%;text-align:left;padding:8px 16px} .tm-main,#main{transition:margin-left .4s} .tm-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)} .tm-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px} .tm-bar{width:100%;overflow:hidden}.tm-center .tm-bar{display:inline-block;width:auto} .tm-bar .tm-bar-item{padding:8px 16px;float:left;width:auto;border:none;outline:none;display:block} .tm-bar .tm-dropdown-hover,.tm-bar .tm-dropdown-click{position:static;float:left} .tm-bar .tm-button{white-space:normal} .tm-bar-block .tm-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;outline:none;white-space:normal;float:none} .tm-bar-block.tm-center .tm-bar-item{text-align:center}.tm-block{display:block;width:100%} .tm-responsive{overflow-x:auto} .tm-container:after,.tm-container:before,.tm-panel:after,.tm-panel:before,.tm-row:after,.tm-row:before,.tm-row-padding:after,.tm-row-padding:before, .tm-cell-row:before,.tm-cell-row:after,.tm-clear:after,.tm-clear:before,.tm-bar:before,.tm-bar:after{content:"";display:table;clear:both} .tm-col,.tm-half,.tm-third,.tm-twothird,.tm-threequarter,.tm-quarter{float:left;width:100%} .tm-col.s1{width:8.33333%}.tm-col.s2{width:16.66666%}.tm-col.s3{width:24.99999%}.tm-col.s4{width:33.33333%} .tm-col.s5{width:41.66666%}.tm-col.s6{width:49.99999%}.tm-col.s7{width:58.33333%}.tm-col.s8{width:66.66666%} .tm-col.s9{width:74.99999%}.tm-col.s10{width:83.33333%}.tm-col.s11{width:91.66666%}.tm-col.s12{width:99.99999%} @media (min-width:601px){.tm-col.m1{width:8.33333%}.tm-col.m2{width:16.66666%}.tm-col.m3,.tm-quarter{width:24.99999%}.tm-col.m4,.tm-third{width:33.33333%} .tm-col.m5{width:41.66666%}.tm-col.m6,.tm-half{width:49.99999%}.tm-col.m7{width:58.33333%}.tm-col.m8,.tm-twothird{width:66.66666%} .tm-col.m9,.tm-threequarter{width:74.99999%}.tm-col.m10{width:83.33333%}.tm-col.m11{width:91.66666%}.tm-col.m12{width:99.99999%}} @media (min-width:993px){.tm-col.l1{width:8.33333%}.tm-col.l2{width:16.66666%}.tm-col.l3{width:24.99999%}.tm-col.l4{width:33.33333%} .tm-col.l5{width:41.66666%}.tm-col.l6{width:49.99999%}.tm-col.l7{width:58.33333%}.tm-col.l8{width:66.66666%} .tm-col.l9{width:74.99999%}.tm-col.l10{width:83.33333%}.tm-col.l11{width:91.66666%}.tm-col.l12{width:99.99999%}} .tm-content{max-width:980px;margin:auto}.tm-rest{overflow:hidden} .tm-cell-row{display:table;width:100%}.tm-cell{display:table-cell} .tm-cell-top{vertical-align:top}.tm-cell-middle{vertical-align:middle}.tm-cell-bottom{vertical-align:bottom} .tm-hide{display:none}.tm-show-block,.tm-show{display:block}.tm-show-inline-block{display:inline-block} @media (max-width:600px){.tm-modal-content{margin:0 10px;width:auto}.tm-modal{padding-top:30px} .tm-dropdown-hover.tm-mobile .tm-dropdown-content,.tm-dropdown-click.tm-mobile .tm-dropdown-content{position:relative} .tm-hide-small{display:none!important}.tm-mobile{display:block;width:100%}.tm-bar-item.tm-mobile,.tm-dropdown-hover.tm-mobile,.tm-dropdown-click.tm-mobile{text-align:center} .tm-dropdown-hover.tm-mobile,.tm-dropdown-hover.tm-mobile .tm-btn,.tm-dropdown-hover.tm-mobile .tm-button,.tm-dropdown-click.tm-mobile,.tm-dropdown-click.tm-mobile .tm-btn,.tm-dropdown-click.tm-mobile .tm-button{width:100%}} @media (max-width:768px){.tm-modal-content{width:500px}.panel-info.form {width: 80%}.tm-modal{padding-top:50px} #order{width: 90%}} @media (min-width:993px){.tm-modal-content{width:900px}.tm-hide-large{display:none!important}.tm-sidebar.tm-collapse{display:block}} @media (max-width:992px) and (min-width:601px){.tm-hide-medium{display:none!important}} @media (max-width:992px){.tm-sidebar.tm-collapse{display:none}.tm-main{margin-left:0;margin-right:0}} .tm-top,.tm-bottom{position:fixed;width:100%;z-index:1}.tm-top{top:0}.tm-bottom{bottom:0} .tm-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2} .tm-display-topleft{position:absolute;left:0;top:0}.tm-display-topright{position:absolute;right:0;top:0} .tm-display-bottomleft{position:absolute;left:0;bottom:0}.tm-display-bottomright{position:absolute;right:0;bottom:0} .tm-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)} .tm-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)} .tm-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)} .tm-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)} .tm-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)} .tm-display-container:hover .tm-display-hover{display:block}.tm-display-container:hover span.tm-display-hover{display:inline-block}.tm-display-hover{display:none} .tm-display-position{position:absolute} .tm-circle{border-radius:50%} .tm-round-small{border-radius:2px}.tm-round,.tm-round-medium{border-radius:4px}.tm-round-large{border-radius:8px}.tm-round-xlarge{border-radius:16px}.tm-round-xxlarge{border-radius:32px} .tm-row-padding,.tm-row-padding>.tm-half,.tm-row-padding>.tm-third,.tm-row-padding>.tm-twothird,.tm-row-padding>.tm-threequarter,.tm-row-padding>.tm-quarter,.tm-row-padding>.tm-col{padding:0 8px} .tm-container,.tm-panel{padding:0.01em 16px}.tm-panel{margin-top:16px;margin-bottom:16px} .tm-code,.tm-codespan{font-family:Consolas,"courier new";font-size:16px} .tm-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word} .tm-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%} .tm-card,.tm-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)} .tm-card-4,.tm-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)} .tm-spin{animation:tm-spin 2s infinite linear}@keyframes tm-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}} .tm-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}} .tm-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}} .tm-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}} .tm-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}} .tm-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}} .tm-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}} .tm-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} .tm-animate-input{transition:width 0.4s ease-in-out}.tm-animate-input:focus{width:100%} .tm-opacity,.tm-hover-opacity:hover{opacity:0.60}.tm-opacity-off,.tm-hover-opacity-off:hover{opacity:1} .tm-opacity-max{opacity:0.25}.tm-opacity-min{opacity:0.75} .tm-greyscale-max,.tm-grayscale-max,.tm-hover-greyscale:hover,.tm-hover-grayscale:hover{filter:grayscale(100%)} .tm-greyscale,.tm-grayscale{filter:grayscale(75%)}.tm-greyscale-min,.tm-grayscale-min{filter:grayscale(50%)} .tm-sepia{filter:sepia(75%)}.tm-sepia-max,.tm-hover-sepia:hover{filter:sepia(100%)}.tm-sepia-min{filter:sepia(50%)} .tm-tiny{font-size:10px}.tm-small{font-size:12px}.tm-medium{font-size:15px}.tm-large{font-size:18px} .tm-xlarge{font-size:24px}.tm-xxlarge{font-size:36px}.tm-xxxlarge{font-size:48px}.tm-jumbo{font-size:64px} .tm-left-align{text-align:left}.tm-right-align{text-align:right}.tm-justify{text-align:justify}.tm-center{text-align:center} .tm-border-0{border:0}.tm-border{border:1px solid #ccc} .tm-border-top{border-top:1px solid #ccc}.tm-border-bottom{border-bottom:1px solid #ccc} .tm-border-left{border-left:1px solid #ccc}.tm-border-right{border-right:1px solid #ccc} .tm-topbar{border-top:6px solid #ccc}.tm-bottombar{border-bottom:6px solid #ccc} .tm-leftbar{border-left:6px solid #ccc}.tm-rightbar{border-right:6px solid #ccc} .tm-section,.tm-code{margin-top:16px;margin-bottom:16px} .tm-margin{margin:16px}.tm-margin-top{margin-top:16px}.tm-margin-bottom{margin-bottom:16px} .tm-margin-left{margin-left:16px}.tm-margin-right{margin-right:16px} .tm-padding-small{padding:4px 8px}.tm-padding{padding:8px 16px}.tm-padding-large{padding:12px 24px} .tm-padding-16{padding-top:16px;padding-bottom:16px}.tm-padding-24{padding-top:24px;padding-bottom:24px} .tm-padding-32{padding-top:32px;padding-bottom:32px}.tm-padding-48{padding-top:48px;padding-bottom:48px} .tm-padding-64{padding-top:64px;padding-bottom:64px} .tm-left{float:left}.tm-right{float:right} .tm-button:hover{color:#000;background-color:#ccc} .tm-transparent,.tm-hover-none:hover{background-color:transparent} .tm-hover-none:hover{box-shadow:none} /* Colors */ .tm-amber,.tm-hover-amber:hover{color:#000;background-color:#ffc107} .tm-aqua,.tm-hover-aqua:hover{color:#000;background-color:#00ffff} .tm-blue,.tm-hover-blue:hover{color:#fff;background-color:#2196F3} .tm-light-blue,.tm-hover-light-blue:hover{color:#000;background-color:#87CEEB} .tm-brown,.tm-hover-brown:hover{color:#fff;background-color:#795548} .tm-cyan,.tm-hover-cyan:hover{color:#000;background-color:#00bcd4} .tm-blue-grey,.tm-hover-blue-grey:hover,.tm-blue-gray,.tm-hover-blue-gray:hover{color:#fff;background-color:#607d8b} .tm-green,.tm-hover-green:hover{color:#fff;background-color:#4CAF50} .tm-light-green,.tm-hover-light-green:hover{color:#000;background-color:#8bc34a} .tm-indigo,.tm-hover-indigo:hover{color:#fff;background-color:#3f51b5} .tm-khaki,.tm-hover-khaki:hover{color:#000;background-color:#f0e68c} .tm-lime,.tm-hover-lime:hover{color:#000;background-color:#cddc39} .tm-orange,.tm-hover-orange:hover{color:#000;background-color:#ff9800} .tm-deep-orange,.tm-hover-deep-orange:hover{color:#fff;background-color:#ff5722} .tm-pink,.tm-hover-pink:hover{color:#fff;background-color:#e91e63} .tm-purple,.tm-hover-purple:hover{color:#fff;background-color:#9c27b0} .tm-deep-purple,.tm-hover-deep-purple:hover{color:#fff;background-color:#673ab7} .tm-red,.tm-hover-red:hover{color:#fff;background-color:#f44336} .tm-sand,.tm-hover-sand:hover{color:#000;background-color:#fdf5e6} .tm-teal,.tm-hover-teal:hover{color:#fff;background-color:#009688} .tm-yellow,.tm-hover-yellow:hover{color:#000;background-color:#ffeb3b} .tm-white,.tm-hover-white:hover{color:#000;background-color:#fff} .tm-black,.tm-hover-black:hover{color:#fff;background-color:#000} .tm-grey,.tm-hover-grey:hover,.tm-gray,.tm-hover-gray:hover{color:#000;background-color:#bbb} .tm-light-grey,.tm-hover-light-grey:hover,.tm-light-gray,.tm-hover-light-gray:hover{color:#000;background-color:#f1f1f1} .tm-dark-grey,.tm-hover-dark-grey:hover,.tm-dark-gray,.tm-hover-dark-gray:hover{color:#fff;background-color:#616161} .tm-pale-red,.tm-hover-pale-red:hover{color:#000;background-color:#ffdddd} .tm-pale-green,.tm-hover-pale-green:hover{color:#000;background-color:#ddffdd} .tm-pale-yellow,.tm-hover-pale-yellow:hover{color:#000;background-color:#ffffcc} .tm-pale-blue,.tm-hover-pale-blue:hover{color:#000;background-color:#ddffff} .tm-text-red,.tm-hover-text-red:hover{color:#f44336} .tm-text-green,.tm-hover-text-green:hover{color:#4CAF50} .tm-text-blue,.tm-hover-text-blue:hover{color:#2196F3} .tm-text-yellow,.tm-hover-text-yellow:hover{color:#ffeb3b} .tm-text-white,.tm-hover-text-white:hover{color:#fff} .tm-text-black,.tm-hover-text-black:hover{color:#000} .tm-text-grey,.tm-hover-text-grey:hover,.tm-text-gray,.tm-hover-text-gray:hover{color:#757575} .tm-text-amber{color:#ffc107} .tm-text-aqua{color:#00ffff} .tm-text-light-blue{color:#87CEEB} .tm-text-brown{color:#795548} .tm-text-cyan{color:#00bcd4} .tm-text-blue-grey,.tm-text-blue-gray{color:#607d8b} .tm-text-light-green{color:#8bc34a} .tm-text-indigo{color:#3f51b5} .tm-text-khaki{color:#b4aa50} .tm-text-lime{color:#cddc39} .tm-text-orange{color:#ff9800} .tm-text-deep-orange{color:#ff5722} .tm-text-pink{color:#e91e63} .tm-text-purple{color:#9c27b0} .tm-text-deep-purple{color:#673ab7} .tm-text-sand{color:#fdf5e6} .tm-text-teal{color:#009688} .tm-text-light-grey,.tm-hover-text-light-grey:hover,.tm-text-light-gray,.tm-hover-text-light-gray:hover{color:#f1f1f1} .tm-text-dark-grey,.tm-hover-text-dark-grey:hover,.tm-text-dark-gray,.tm-hover-text-dark-gray:hover{color:#3a3a3a} .tm-border-red,.tm-hover-border-red:hover{border-color:#f44336} .tm-border-green,.tm-hover-border-green:hover{border-color:#4CAF50} .tm-border-blue,.tm-hover-border-blue:hover{border-color:#2196F3} .tm-border-yellow,.tm-hover-border-yellow:hover{border-color:#ffeb3b} .tm-border-white,.tm-hover-border-white:hover{border-color:#fff} .tm-border-black,.tm-hover-border-black:hover{border-color:#000} .tm-border-grey,.tm-hover-border-grey:hover,.tm-border-gray,.tm-hover-border-gray:hover{border-color:#bbb}
0.199854
0.063193
:root .grid-stack-item > .ui-resizable-handle { filter: none; } .grid-stack { position: relative; } .grid-stack.grid-stack-rtl { direction: ltr; } .grid-stack.grid-stack-rtl > .grid-stack-item { direction: rtl; } .grid-stack .grid-stack-placeholder > .placeholder-content { border: 1px dashed lightgray; margin: 0; position: absolute; top: 0; left: 2px; right: 2px; bottom: 0; width: auto; z-index: 0 !important; text-align: center; } .grid-stack > .grid-stack-item { min-width: 2%; position: absolute; padding: 0; } .grid-stack > .grid-stack-item > .grid-stack-item-content { margin: 0; position: absolute; top: 0; left: 2px; right: 2px; bottom: 0; width: auto; z-index: 0 !important; overflow-x: hidden; overflow-y: auto; } .grid-stack > .grid-stack-item > .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle { display: none; } .grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing { z-index: 1; } .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content { box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2); opacity: 0.8; } /* .grid-stack > .grid-stack-item > .ui-resizable-se { width: 20px; height: 20px; bottom: -8px; right: -8px; background-image: url('data:image/svg+xml;base64,<KEY>'); background-position: top left; background-repeat: no-repeat; cursor: se-resize; z-index: 20; } .grid-stack > .grid-stack-item > .ui-resizable-sw { width: 20px; height: 20px; bottom: -8px; right: -8px; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL<KEY>'); background-position: top left; background-repeat: no-repeat; cursor: se-resize; z-index: 20; transform: rotate(90deg); } .grid-stack > .grid-stack-item > .ui-resizable-nw { cursor: nw-resize; width: 20px; height: 20px; left: 10px; top: 0; } .grid-stack > .grid-stack-item > .ui-resizable-n { cursor: n-resize; height: 10px; top: 0; left: 25px; right: 25px; } .grid-stack > .grid-stack-item > .ui-resizable-ne { cursor: ne-resize; width: 20px; height: 20px; right: 10px; top: 0; } .grid-stack > .grid-stack-item > .ui-resizable-e { cursor: e-resize; width: 10px; right: 10px; top: 15px; bottom: 15px; } .grid-stack > .grid-stack-item > .ui-resizable-se { cursor: se-resize; width: 20px; height: 20px; right: 10px; bottom: 0; } .grid-stack > .grid-stack-item > .ui-resizable-s { cursor: s-resize; height: 10px; left: 25px; bottom: 0; right: 25px; } .grid-stack > .grid-stack-item > .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px; left: 10px; bottom: 0; } .grid-stack > .grid-stack-item > .ui-resizable-w { cursor: w-resize; width: 10px; left: 10px; top: 15px; bottom: 15px; } */ .grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle { display: none !important; } .grid-stack > .grid-stack-item[data-gs-width='1'] { width: 2%; } .grid-stack > .grid-stack-item[data-gs-x='1'] { left: 2%; } .grid-stack > .grid-stack-item[data-gs-min-width='1'] { min-width: 2%; } .grid-stack > .grid-stack-item[data-gs-max-width='1'] { max-width: 2%; } .grid-stack > .grid-stack-item[data-gs-width='2'] { width: 4%; } .grid-stack > .grid-stack-item[data-gs-x='2'] { left: 4%; } .grid-stack > .grid-stack-item[data-gs-min-width='2'] { min-width: 4%; } .grid-stack > .grid-stack-item[data-gs-max-width='2'] { max-width: 4%; } .grid-stack > .grid-stack-item[data-gs-width='3'] { width: 6%; } .grid-stack > .grid-stack-item[data-gs-x='3'] { left: 6%; } .grid-stack > .grid-stack-item[data-gs-min-width='3'] { min-width: 6%; } .grid-stack > .grid-stack-item[data-gs-max-width='3'] { max-width: 6%; } .grid-stack > .grid-stack-item[data-gs-width='4'] { width: 8%; } .grid-stack > .grid-stack-item[data-gs-x='4'] { left: 8%; } .grid-stack > .grid-stack-item[data-gs-min-width='4'] { min-width: 8%; } .grid-stack > .grid-stack-item[data-gs-max-width='4'] { max-width: 8%; } .grid-stack > .grid-stack-item[data-gs-width='5'] { width: 10%; } .grid-stack > .grid-stack-item[data-gs-x='5'] { left: 10%; } .grid-stack > .grid-stack-item[data-gs-min-width='5'] { min-width: 10%; } .grid-stack > .grid-stack-item[data-gs-max-width='5'] { max-width: 10%; } .grid-stack > .grid-stack-item[data-gs-width='6'] { width: 12%; } .grid-stack > .grid-stack-item[data-gs-x='6'] { left: 12%; } .grid-stack > .grid-stack-item[data-gs-min-width='6'] { min-width: 12%; } .grid-stack > .grid-stack-item[data-gs-max-width='6'] { max-width: 12%; } .grid-stack > .grid-stack-item[data-gs-width='7'] { width: 14%; } .grid-stack > .grid-stack-item[data-gs-x='7'] { left: 14%; } .grid-stack > .grid-stack-item[data-gs-min-width='7'] { min-width: 14%; } .grid-stack > .grid-stack-item[data-gs-max-width='7'] { max-width: 14%; } .grid-stack > .grid-stack-item[data-gs-width='8'] { width: 16%; } .grid-stack > .grid-stack-item[data-gs-x='8'] { left: 16%; } .grid-stack > .grid-stack-item[data-gs-min-width='8'] { min-width: 16%; } .grid-stack > .grid-stack-item[data-gs-max-width='8'] { max-width: 16%; } .grid-stack > .grid-stack-item[data-gs-width='9'] { width: 18%; } .grid-stack > .grid-stack-item[data-gs-x='9'] { left: 18%; } .grid-stack > .grid-stack-item[data-gs-min-width='9'] { min-width: 18%; } .grid-stack > .grid-stack-item[data-gs-max-width='9'] { max-width: 18%; } .grid-stack > .grid-stack-item[data-gs-width='10'] { width: 20%; } .grid-stack > .grid-stack-item[data-gs-x='10'] { left: 20%; } .grid-stack > .grid-stack-item[data-gs-min-width='10'] { min-width: 20%; } .grid-stack > .grid-stack-item[data-gs-max-width='10'] { max-width: 20%; } .grid-stack > .grid-stack-item[data-gs-width='11'] { width: 22%; } .grid-stack > .grid-stack-item[data-gs-x='11'] { left: 22%; } .grid-stack > .grid-stack-item[data-gs-min-width='11'] { min-width: 22%; } .grid-stack > .grid-stack-item[data-gs-max-width='11'] { max-width: 22%; } .grid-stack > .grid-stack-item[data-gs-width='12'] { width: 24%; } .grid-stack > .grid-stack-item[data-gs-x='12'] { left: 24%; } .grid-stack > .grid-stack-item[data-gs-min-width='12'] { min-width: 24%; } .grid-stack > .grid-stack-item[data-gs-max-width='12'] { max-width: 24%; } .grid-stack > .grid-stack-item[data-gs-width='13'] { width: 26%; } .grid-stack > .grid-stack-item[data-gs-x='13'] { left: 26%; } .grid-stack > .grid-stack-item[data-gs-min-width='13'] { min-width: 26%; } .grid-stack > .grid-stack-item[data-gs-max-width='13'] { max-width: 26%; } .grid-stack > .grid-stack-item[data-gs-width='14'] { width: 28%; } .grid-stack > .grid-stack-item[data-gs-x='14'] { left: 28%; } .grid-stack > .grid-stack-item[data-gs-min-width='14'] { min-width: 28%; } .grid-stack > .grid-stack-item[data-gs-max-width='14'] { max-width: 28%; } .grid-stack > .grid-stack-item[data-gs-width='15'] { width: 30%; } .grid-stack > .grid-stack-item[data-gs-x='15'] { left: 30%; } .grid-stack > .grid-stack-item[data-gs-min-width='15'] { min-width: 30%; } .grid-stack > .grid-stack-item[data-gs-max-width='15'] { max-width: 30%; } .grid-stack > .grid-stack-item[data-gs-width='16'] { width: 32%; } .grid-stack > .grid-stack-item[data-gs-x='16'] { left: 32%; } .grid-stack > .grid-stack-item[data-gs-min-width='16'] { min-width: 32%; } .grid-stack > .grid-stack-item[data-gs-max-width='16'] { max-width: 32%; } .grid-stack > .grid-stack-item[data-gs-width='17'] { width: 34%; } .grid-stack > .grid-stack-item[data-gs-x='17'] { left: 34%; } .grid-stack > .grid-stack-item[data-gs-min-width='17'] { min-width: 34%; } .grid-stack > .grid-stack-item[data-gs-max-width='17'] { max-width: 34%; } .grid-stack > .grid-stack-item[data-gs-width='18'] { width: 36%; } .grid-stack > .grid-stack-item[data-gs-x='18'] { left: 36%; } .grid-stack > .grid-stack-item[data-gs-min-width='18'] { min-width: 36%; } .grid-stack > .grid-stack-item[data-gs-max-width='18'] { max-width: 36%; } .grid-stack > .grid-stack-item[data-gs-width='19'] { width: 38%; } .grid-stack > .grid-stack-item[data-gs-x='19'] { left: 38%; } .grid-stack > .grid-stack-item[data-gs-min-width='19'] { min-width: 38%; } .grid-stack > .grid-stack-item[data-gs-max-width='19'] { max-width: 38%; } .grid-stack > .grid-stack-item[data-gs-width='20'] { width: 40%; } .grid-stack > .grid-stack-item[data-gs-x='20'] { left: 40%; } .grid-stack > .grid-stack-item[data-gs-min-width='20'] { min-width: 40%; } .grid-stack > .grid-stack-item[data-gs-max-width='20'] { max-width: 40%; } .grid-stack > .grid-stack-item[data-gs-width='21'] { width: 42%; } .grid-stack > .grid-stack-item[data-gs-x='21'] { left: 42%; } .grid-stack > .grid-stack-item[data-gs-min-width='21'] { min-width: 42%; } .grid-stack > .grid-stack-item[data-gs-max-width='21'] { max-width: 42%; } .grid-stack > .grid-stack-item[data-gs-width='22'] { width: 44%; } .grid-stack > .grid-stack-item[data-gs-x='22'] { left: 44%; } .grid-stack > .grid-stack-item[data-gs-min-width='22'] { min-width: 44%; } .grid-stack > .grid-stack-item[data-gs-max-width='22'] { max-width: 44%; } .grid-stack > .grid-stack-item[data-gs-width='23'] { width: 46%; } .grid-stack > .grid-stack-item[data-gs-x='23'] { left: 46%; } .grid-stack > .grid-stack-item[data-gs-min-width='23'] { min-width: 46%; } .grid-stack > .grid-stack-item[data-gs-max-width='23'] { max-width: 46%; } .grid-stack > .grid-stack-item[data-gs-width='24'] { width: 48%; } .grid-stack > .grid-stack-item[data-gs-x='24'] { left: 48%; } .grid-stack > .grid-stack-item[data-gs-min-width='24'] { min-width: 48%; } .grid-stack > .grid-stack-item[data-gs-max-width='24'] { max-width: 48%; } .grid-stack > .grid-stack-item[data-gs-width='25'] { width: 50%; } .grid-stack > .grid-stack-item[data-gs-x='25'] { left: 50%; } .grid-stack > .grid-stack-item[data-gs-min-width='25'] { min-width: 50%; } .grid-stack > .grid-stack-item[data-gs-max-width='25'] { max-width: 50%; } .grid-stack > .grid-stack-item[data-gs-width='26'] { width: 52%; } .grid-stack > .grid-stack-item[data-gs-x='26'] { left: 52%; } .grid-stack > .grid-stack-item[data-gs-min-width='26'] { min-width: 52%; } .grid-stack > .grid-stack-item[data-gs-max-width='26'] { max-width: 52%; } .grid-stack > .grid-stack-item[data-gs-width='27'] { width: 54%; } .grid-stack > .grid-stack-item[data-gs-x='27'] { left: 54%; } .grid-stack > .grid-stack-item[data-gs-min-width='27'] { min-width: 54%; } .grid-stack > .grid-stack-item[data-gs-max-width='27'] { max-width: 54%; } .grid-stack > .grid-stack-item[data-gs-width='28'] { width: 56%; } .grid-stack > .grid-stack-item[data-gs-x='28'] { left: 56%; } .grid-stack > .grid-stack-item[data-gs-min-width='28'] { min-width: 56%; } .grid-stack > .grid-stack-item[data-gs-max-width='28'] { max-width: 56%; } .grid-stack > .grid-stack-item[data-gs-width='29'] { width: 58%; } .grid-stack > .grid-stack-item[data-gs-x='29'] { left: 58%; } .grid-stack > .grid-stack-item[data-gs-min-width='29'] { min-width: 58%; } .grid-stack > .grid-stack-item[data-gs-max-width='29'] { max-width: 58%; } .grid-stack > .grid-stack-item[data-gs-width='30'] { width: 60%; } .grid-stack > .grid-stack-item[data-gs-x='30'] { left: 60%; } .grid-stack > .grid-stack-item[data-gs-min-width='30'] { min-width: 60%; } .grid-stack > .grid-stack-item[data-gs-max-width='30'] { max-width: 60%; } .grid-stack > .grid-stack-item[data-gs-width='31'] { width: 62%; } .grid-stack > .grid-stack-item[data-gs-x='31'] { left: 62%; } .grid-stack > .grid-stack-item[data-gs-min-width='31'] { min-width: 62%; } .grid-stack > .grid-stack-item[data-gs-max-width='31'] { max-width: 62%; } .grid-stack > .grid-stack-item[data-gs-width='32'] { width: 64%; } .grid-stack > .grid-stack-item[data-gs-x='32'] { left: 64%; } .grid-stack > .grid-stack-item[data-gs-min-width='32'] { min-width: 64%; } .grid-stack > .grid-stack-item[data-gs-max-width='32'] { max-width: 64%; } .grid-stack > .grid-stack-item[data-gs-width='33'] { width: 66%; } .grid-stack > .grid-stack-item[data-gs-x='33'] { left: 66%; } .grid-stack > .grid-stack-item[data-gs-min-width='33'] { min-width: 66%; } .grid-stack > .grid-stack-item[data-gs-max-width='33'] { max-width: 66%; } .grid-stack > .grid-stack-item[data-gs-width='34'] { width: 68%; } .grid-stack > .grid-stack-item[data-gs-x='34'] { left: 68%; } .grid-stack > .grid-stack-item[data-gs-min-width='34'] { min-width: 68%; } .grid-stack > .grid-stack-item[data-gs-max-width='34'] { max-width: 68%; } .grid-stack > .grid-stack-item[data-gs-width='35'] { width: 70%; } .grid-stack > .grid-stack-item[data-gs-x='35'] { left: 70%; } .grid-stack > .grid-stack-item[data-gs-min-width='35'] { min-width: 70%; } .grid-stack > .grid-stack-item[data-gs-max-width='35'] { max-width: 70%; } .grid-stack > .grid-stack-item[data-gs-width='36'] { width: 72%; } .grid-stack > .grid-stack-item[data-gs-x='36'] { left: 72%; } .grid-stack > .grid-stack-item[data-gs-min-width='36'] { min-width: 72%; } .grid-stack > .grid-stack-item[data-gs-max-width='36'] { max-width: 72%; } .grid-stack > .grid-stack-item[data-gs-width='37'] { width: 74%; } .grid-stack > .grid-stack-item[data-gs-x='37'] { left: 74%; } .grid-stack > .grid-stack-item[data-gs-min-width='37'] { min-width: 74%; } .grid-stack > .grid-stack-item[data-gs-max-width='37'] { max-width: 74%; } .grid-stack > .grid-stack-item[data-gs-width='38'] { width: 76%; } .grid-stack > .grid-stack-item[data-gs-x='38'] { left: 76%; } .grid-stack > .grid-stack-item[data-gs-min-width='38'] { min-width: 76%; } .grid-stack > .grid-stack-item[data-gs-max-width='38'] { max-width: 76%; } .grid-stack > .grid-stack-item[data-gs-width='39'] { width: 78%; } .grid-stack > .grid-stack-item[data-gs-x='39'] { left: 78%; } .grid-stack > .grid-stack-item[data-gs-min-width='39'] { min-width: 78%; } .grid-stack > .grid-stack-item[data-gs-max-width='39'] { max-width: 78%; } .grid-stack > .grid-stack-item[data-gs-width='40'] { width: 80%; } .grid-stack > .grid-stack-item[data-gs-x='40'] { left: 80%; } .grid-stack > .grid-stack-item[data-gs-min-width='40'] { min-width: 80%; } .grid-stack > .grid-stack-item[data-gs-max-width='40'] { max-width: 80%; } .grid-stack > .grid-stack-item[data-gs-width='41'] { width: 82%; } .grid-stack > .grid-stack-item[data-gs-x='41'] { left: 82%; } .grid-stack > .grid-stack-item[data-gs-min-width='41'] { min-width: 82%; } .grid-stack > .grid-stack-item[data-gs-max-width='41'] { max-width: 82%; } .grid-stack > .grid-stack-item[data-gs-width='42'] { width: 84%; } .grid-stack > .grid-stack-item[data-gs-x='42'] { left: 84%; } .grid-stack > .grid-stack-item[data-gs-min-width='42'] { min-width: 84%; } .grid-stack > .grid-stack-item[data-gs-max-width='42'] { max-width: 84%; } .grid-stack > .grid-stack-item[data-gs-width='43'] { width: 86%; } .grid-stack > .grid-stack-item[data-gs-x='43'] { left: 86%; } .grid-stack > .grid-stack-item[data-gs-min-width='43'] { min-width: 86%; } .grid-stack > .grid-stack-item[data-gs-max-width='43'] { max-width: 86%; } .grid-stack > .grid-stack-item[data-gs-width='44'] { width: 88%; } .grid-stack > .grid-stack-item[data-gs-x='44'] { left: 88%; } .grid-stack > .grid-stack-item[data-gs-min-width='44'] { min-width: 88%; } .grid-stack > .grid-stack-item[data-gs-max-width='44'] { max-width: 88%; } .grid-stack > .grid-stack-item[data-gs-width='45'] { width: 90%; } .grid-stack > .grid-stack-item[data-gs-x='45'] { left: 90%; } .grid-stack > .grid-stack-item[data-gs-min-width='45'] { min-width: 90%; } .grid-stack > .grid-stack-item[data-gs-max-width='45'] { max-width: 90%; } .grid-stack > .grid-stack-item[data-gs-width='46'] { width: 92%; } .grid-stack > .grid-stack-item[data-gs-x='46'] { left: 92%; } .grid-stack > .grid-stack-item[data-gs-min-width='46'] { min-width: 92%; } .grid-stack > .grid-stack-item[data-gs-max-width='46'] { max-width: 92%; } .grid-stack > .grid-stack-item[data-gs-width='47'] { width: 94%; } .grid-stack > .grid-stack-item[data-gs-x='47'] { left: 94%; } .grid-stack > .grid-stack-item[data-gs-min-width='47'] { min-width: 94%; } .grid-stack > .grid-stack-item[data-gs-max-width='47'] { max-width: 94%; } .grid-stack > .grid-stack-item[data-gs-width='48'] { width: 96%; } .grid-stack > .grid-stack-item[data-gs-x='48'] { left: 96%; } .grid-stack > .grid-stack-item[data-gs-min-width='48'] { min-width: 96%; } .grid-stack > .grid-stack-item[data-gs-max-width='48'] { max-width: 96%; } .grid-stack > .grid-stack-item[data-gs-width='49'] { width: 98%; } .grid-stack > .grid-stack-item[data-gs-x='49'] { left: 98%; } .grid-stack > .grid-stack-item[data-gs-min-width='49'] { min-width: 98%; } .grid-stack > .grid-stack-item[data-gs-max-width='49'] { max-width: 98%; } .grid-stack > .grid-stack-item[data-gs-width='50'] { width: 100%; } .grid-stack > .grid-stack-item[data-gs-x='50'] { left: 100%; } .grid-stack > .grid-stack-item[data-gs-min-width='50'] { min-width: 100%; } .grid-stack > .grid-stack-item[data-gs-max-width='50'] { max-width: 100%; } .grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item { -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; } .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder { -webkit-transition: left 0s, top 0s, height 0s, width 0s; -moz-transition: left 0s, top 0s, height 0s, width 0s; -ms-transition: left 0s, top 0s, height 0s, width 0s; -o-transition: left 0s, top 0s, height 0s, width 0s; transition: left 0s, top 0s, height 0s, width 0s; } .grid-stack.grid-stack-one-column-mode { height: auto !important; } .grid-stack.grid-stack-one-column-mode > .grid-stack-item { position: relative !important; width: auto !important; left: 0 !important; top: auto !important; margin-bottom: 20px; max-width: none !important; } .grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle { display: none; }
plug/gridstack/css/gridstack.css
:root .grid-stack-item > .ui-resizable-handle { filter: none; } .grid-stack { position: relative; } .grid-stack.grid-stack-rtl { direction: ltr; } .grid-stack.grid-stack-rtl > .grid-stack-item { direction: rtl; } .grid-stack .grid-stack-placeholder > .placeholder-content { border: 1px dashed lightgray; margin: 0; position: absolute; top: 0; left: 2px; right: 2px; bottom: 0; width: auto; z-index: 0 !important; text-align: center; } .grid-stack > .grid-stack-item { min-width: 2%; position: absolute; padding: 0; } .grid-stack > .grid-stack-item > .grid-stack-item-content { margin: 0; position: absolute; top: 0; left: 2px; right: 2px; bottom: 0; width: auto; z-index: 0 !important; overflow-x: hidden; overflow-y: auto; } .grid-stack > .grid-stack-item > .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle { display: none; } .grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing { z-index: 1; } .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content { box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2); opacity: 0.8; } /* .grid-stack > .grid-stack-item > .ui-resizable-se { width: 20px; height: 20px; bottom: -8px; right: -8px; background-image: url('data:image/svg+xml;base64,<KEY>'); background-position: top left; background-repeat: no-repeat; cursor: se-resize; z-index: 20; } .grid-stack > .grid-stack-item > .ui-resizable-sw { width: 20px; height: 20px; bottom: -8px; right: -8px; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL<KEY>'); background-position: top left; background-repeat: no-repeat; cursor: se-resize; z-index: 20; transform: rotate(90deg); } .grid-stack > .grid-stack-item > .ui-resizable-nw { cursor: nw-resize; width: 20px; height: 20px; left: 10px; top: 0; } .grid-stack > .grid-stack-item > .ui-resizable-n { cursor: n-resize; height: 10px; top: 0; left: 25px; right: 25px; } .grid-stack > .grid-stack-item > .ui-resizable-ne { cursor: ne-resize; width: 20px; height: 20px; right: 10px; top: 0; } .grid-stack > .grid-stack-item > .ui-resizable-e { cursor: e-resize; width: 10px; right: 10px; top: 15px; bottom: 15px; } .grid-stack > .grid-stack-item > .ui-resizable-se { cursor: se-resize; width: 20px; height: 20px; right: 10px; bottom: 0; } .grid-stack > .grid-stack-item > .ui-resizable-s { cursor: s-resize; height: 10px; left: 25px; bottom: 0; right: 25px; } .grid-stack > .grid-stack-item > .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px; left: 10px; bottom: 0; } .grid-stack > .grid-stack-item > .ui-resizable-w { cursor: w-resize; width: 10px; left: 10px; top: 15px; bottom: 15px; } */ .grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle { display: none !important; } .grid-stack > .grid-stack-item[data-gs-width='1'] { width: 2%; } .grid-stack > .grid-stack-item[data-gs-x='1'] { left: 2%; } .grid-stack > .grid-stack-item[data-gs-min-width='1'] { min-width: 2%; } .grid-stack > .grid-stack-item[data-gs-max-width='1'] { max-width: 2%; } .grid-stack > .grid-stack-item[data-gs-width='2'] { width: 4%; } .grid-stack > .grid-stack-item[data-gs-x='2'] { left: 4%; } .grid-stack > .grid-stack-item[data-gs-min-width='2'] { min-width: 4%; } .grid-stack > .grid-stack-item[data-gs-max-width='2'] { max-width: 4%; } .grid-stack > .grid-stack-item[data-gs-width='3'] { width: 6%; } .grid-stack > .grid-stack-item[data-gs-x='3'] { left: 6%; } .grid-stack > .grid-stack-item[data-gs-min-width='3'] { min-width: 6%; } .grid-stack > .grid-stack-item[data-gs-max-width='3'] { max-width: 6%; } .grid-stack > .grid-stack-item[data-gs-width='4'] { width: 8%; } .grid-stack > .grid-stack-item[data-gs-x='4'] { left: 8%; } .grid-stack > .grid-stack-item[data-gs-min-width='4'] { min-width: 8%; } .grid-stack > .grid-stack-item[data-gs-max-width='4'] { max-width: 8%; } .grid-stack > .grid-stack-item[data-gs-width='5'] { width: 10%; } .grid-stack > .grid-stack-item[data-gs-x='5'] { left: 10%; } .grid-stack > .grid-stack-item[data-gs-min-width='5'] { min-width: 10%; } .grid-stack > .grid-stack-item[data-gs-max-width='5'] { max-width: 10%; } .grid-stack > .grid-stack-item[data-gs-width='6'] { width: 12%; } .grid-stack > .grid-stack-item[data-gs-x='6'] { left: 12%; } .grid-stack > .grid-stack-item[data-gs-min-width='6'] { min-width: 12%; } .grid-stack > .grid-stack-item[data-gs-max-width='6'] { max-width: 12%; } .grid-stack > .grid-stack-item[data-gs-width='7'] { width: 14%; } .grid-stack > .grid-stack-item[data-gs-x='7'] { left: 14%; } .grid-stack > .grid-stack-item[data-gs-min-width='7'] { min-width: 14%; } .grid-stack > .grid-stack-item[data-gs-max-width='7'] { max-width: 14%; } .grid-stack > .grid-stack-item[data-gs-width='8'] { width: 16%; } .grid-stack > .grid-stack-item[data-gs-x='8'] { left: 16%; } .grid-stack > .grid-stack-item[data-gs-min-width='8'] { min-width: 16%; } .grid-stack > .grid-stack-item[data-gs-max-width='8'] { max-width: 16%; } .grid-stack > .grid-stack-item[data-gs-width='9'] { width: 18%; } .grid-stack > .grid-stack-item[data-gs-x='9'] { left: 18%; } .grid-stack > .grid-stack-item[data-gs-min-width='9'] { min-width: 18%; } .grid-stack > .grid-stack-item[data-gs-max-width='9'] { max-width: 18%; } .grid-stack > .grid-stack-item[data-gs-width='10'] { width: 20%; } .grid-stack > .grid-stack-item[data-gs-x='10'] { left: 20%; } .grid-stack > .grid-stack-item[data-gs-min-width='10'] { min-width: 20%; } .grid-stack > .grid-stack-item[data-gs-max-width='10'] { max-width: 20%; } .grid-stack > .grid-stack-item[data-gs-width='11'] { width: 22%; } .grid-stack > .grid-stack-item[data-gs-x='11'] { left: 22%; } .grid-stack > .grid-stack-item[data-gs-min-width='11'] { min-width: 22%; } .grid-stack > .grid-stack-item[data-gs-max-width='11'] { max-width: 22%; } .grid-stack > .grid-stack-item[data-gs-width='12'] { width: 24%; } .grid-stack > .grid-stack-item[data-gs-x='12'] { left: 24%; } .grid-stack > .grid-stack-item[data-gs-min-width='12'] { min-width: 24%; } .grid-stack > .grid-stack-item[data-gs-max-width='12'] { max-width: 24%; } .grid-stack > .grid-stack-item[data-gs-width='13'] { width: 26%; } .grid-stack > .grid-stack-item[data-gs-x='13'] { left: 26%; } .grid-stack > .grid-stack-item[data-gs-min-width='13'] { min-width: 26%; } .grid-stack > .grid-stack-item[data-gs-max-width='13'] { max-width: 26%; } .grid-stack > .grid-stack-item[data-gs-width='14'] { width: 28%; } .grid-stack > .grid-stack-item[data-gs-x='14'] { left: 28%; } .grid-stack > .grid-stack-item[data-gs-min-width='14'] { min-width: 28%; } .grid-stack > .grid-stack-item[data-gs-max-width='14'] { max-width: 28%; } .grid-stack > .grid-stack-item[data-gs-width='15'] { width: 30%; } .grid-stack > .grid-stack-item[data-gs-x='15'] { left: 30%; } .grid-stack > .grid-stack-item[data-gs-min-width='15'] { min-width: 30%; } .grid-stack > .grid-stack-item[data-gs-max-width='15'] { max-width: 30%; } .grid-stack > .grid-stack-item[data-gs-width='16'] { width: 32%; } .grid-stack > .grid-stack-item[data-gs-x='16'] { left: 32%; } .grid-stack > .grid-stack-item[data-gs-min-width='16'] { min-width: 32%; } .grid-stack > .grid-stack-item[data-gs-max-width='16'] { max-width: 32%; } .grid-stack > .grid-stack-item[data-gs-width='17'] { width: 34%; } .grid-stack > .grid-stack-item[data-gs-x='17'] { left: 34%; } .grid-stack > .grid-stack-item[data-gs-min-width='17'] { min-width: 34%; } .grid-stack > .grid-stack-item[data-gs-max-width='17'] { max-width: 34%; } .grid-stack > .grid-stack-item[data-gs-width='18'] { width: 36%; } .grid-stack > .grid-stack-item[data-gs-x='18'] { left: 36%; } .grid-stack > .grid-stack-item[data-gs-min-width='18'] { min-width: 36%; } .grid-stack > .grid-stack-item[data-gs-max-width='18'] { max-width: 36%; } .grid-stack > .grid-stack-item[data-gs-width='19'] { width: 38%; } .grid-stack > .grid-stack-item[data-gs-x='19'] { left: 38%; } .grid-stack > .grid-stack-item[data-gs-min-width='19'] { min-width: 38%; } .grid-stack > .grid-stack-item[data-gs-max-width='19'] { max-width: 38%; } .grid-stack > .grid-stack-item[data-gs-width='20'] { width: 40%; } .grid-stack > .grid-stack-item[data-gs-x='20'] { left: 40%; } .grid-stack > .grid-stack-item[data-gs-min-width='20'] { min-width: 40%; } .grid-stack > .grid-stack-item[data-gs-max-width='20'] { max-width: 40%; } .grid-stack > .grid-stack-item[data-gs-width='21'] { width: 42%; } .grid-stack > .grid-stack-item[data-gs-x='21'] { left: 42%; } .grid-stack > .grid-stack-item[data-gs-min-width='21'] { min-width: 42%; } .grid-stack > .grid-stack-item[data-gs-max-width='21'] { max-width: 42%; } .grid-stack > .grid-stack-item[data-gs-width='22'] { width: 44%; } .grid-stack > .grid-stack-item[data-gs-x='22'] { left: 44%; } .grid-stack > .grid-stack-item[data-gs-min-width='22'] { min-width: 44%; } .grid-stack > .grid-stack-item[data-gs-max-width='22'] { max-width: 44%; } .grid-stack > .grid-stack-item[data-gs-width='23'] { width: 46%; } .grid-stack > .grid-stack-item[data-gs-x='23'] { left: 46%; } .grid-stack > .grid-stack-item[data-gs-min-width='23'] { min-width: 46%; } .grid-stack > .grid-stack-item[data-gs-max-width='23'] { max-width: 46%; } .grid-stack > .grid-stack-item[data-gs-width='24'] { width: 48%; } .grid-stack > .grid-stack-item[data-gs-x='24'] { left: 48%; } .grid-stack > .grid-stack-item[data-gs-min-width='24'] { min-width: 48%; } .grid-stack > .grid-stack-item[data-gs-max-width='24'] { max-width: 48%; } .grid-stack > .grid-stack-item[data-gs-width='25'] { width: 50%; } .grid-stack > .grid-stack-item[data-gs-x='25'] { left: 50%; } .grid-stack > .grid-stack-item[data-gs-min-width='25'] { min-width: 50%; } .grid-stack > .grid-stack-item[data-gs-max-width='25'] { max-width: 50%; } .grid-stack > .grid-stack-item[data-gs-width='26'] { width: 52%; } .grid-stack > .grid-stack-item[data-gs-x='26'] { left: 52%; } .grid-stack > .grid-stack-item[data-gs-min-width='26'] { min-width: 52%; } .grid-stack > .grid-stack-item[data-gs-max-width='26'] { max-width: 52%; } .grid-stack > .grid-stack-item[data-gs-width='27'] { width: 54%; } .grid-stack > .grid-stack-item[data-gs-x='27'] { left: 54%; } .grid-stack > .grid-stack-item[data-gs-min-width='27'] { min-width: 54%; } .grid-stack > .grid-stack-item[data-gs-max-width='27'] { max-width: 54%; } .grid-stack > .grid-stack-item[data-gs-width='28'] { width: 56%; } .grid-stack > .grid-stack-item[data-gs-x='28'] { left: 56%; } .grid-stack > .grid-stack-item[data-gs-min-width='28'] { min-width: 56%; } .grid-stack > .grid-stack-item[data-gs-max-width='28'] { max-width: 56%; } .grid-stack > .grid-stack-item[data-gs-width='29'] { width: 58%; } .grid-stack > .grid-stack-item[data-gs-x='29'] { left: 58%; } .grid-stack > .grid-stack-item[data-gs-min-width='29'] { min-width: 58%; } .grid-stack > .grid-stack-item[data-gs-max-width='29'] { max-width: 58%; } .grid-stack > .grid-stack-item[data-gs-width='30'] { width: 60%; } .grid-stack > .grid-stack-item[data-gs-x='30'] { left: 60%; } .grid-stack > .grid-stack-item[data-gs-min-width='30'] { min-width: 60%; } .grid-stack > .grid-stack-item[data-gs-max-width='30'] { max-width: 60%; } .grid-stack > .grid-stack-item[data-gs-width='31'] { width: 62%; } .grid-stack > .grid-stack-item[data-gs-x='31'] { left: 62%; } .grid-stack > .grid-stack-item[data-gs-min-width='31'] { min-width: 62%; } .grid-stack > .grid-stack-item[data-gs-max-width='31'] { max-width: 62%; } .grid-stack > .grid-stack-item[data-gs-width='32'] { width: 64%; } .grid-stack > .grid-stack-item[data-gs-x='32'] { left: 64%; } .grid-stack > .grid-stack-item[data-gs-min-width='32'] { min-width: 64%; } .grid-stack > .grid-stack-item[data-gs-max-width='32'] { max-width: 64%; } .grid-stack > .grid-stack-item[data-gs-width='33'] { width: 66%; } .grid-stack > .grid-stack-item[data-gs-x='33'] { left: 66%; } .grid-stack > .grid-stack-item[data-gs-min-width='33'] { min-width: 66%; } .grid-stack > .grid-stack-item[data-gs-max-width='33'] { max-width: 66%; } .grid-stack > .grid-stack-item[data-gs-width='34'] { width: 68%; } .grid-stack > .grid-stack-item[data-gs-x='34'] { left: 68%; } .grid-stack > .grid-stack-item[data-gs-min-width='34'] { min-width: 68%; } .grid-stack > .grid-stack-item[data-gs-max-width='34'] { max-width: 68%; } .grid-stack > .grid-stack-item[data-gs-width='35'] { width: 70%; } .grid-stack > .grid-stack-item[data-gs-x='35'] { left: 70%; } .grid-stack > .grid-stack-item[data-gs-min-width='35'] { min-width: 70%; } .grid-stack > .grid-stack-item[data-gs-max-width='35'] { max-width: 70%; } .grid-stack > .grid-stack-item[data-gs-width='36'] { width: 72%; } .grid-stack > .grid-stack-item[data-gs-x='36'] { left: 72%; } .grid-stack > .grid-stack-item[data-gs-min-width='36'] { min-width: 72%; } .grid-stack > .grid-stack-item[data-gs-max-width='36'] { max-width: 72%; } .grid-stack > .grid-stack-item[data-gs-width='37'] { width: 74%; } .grid-stack > .grid-stack-item[data-gs-x='37'] { left: 74%; } .grid-stack > .grid-stack-item[data-gs-min-width='37'] { min-width: 74%; } .grid-stack > .grid-stack-item[data-gs-max-width='37'] { max-width: 74%; } .grid-stack > .grid-stack-item[data-gs-width='38'] { width: 76%; } .grid-stack > .grid-stack-item[data-gs-x='38'] { left: 76%; } .grid-stack > .grid-stack-item[data-gs-min-width='38'] { min-width: 76%; } .grid-stack > .grid-stack-item[data-gs-max-width='38'] { max-width: 76%; } .grid-stack > .grid-stack-item[data-gs-width='39'] { width: 78%; } .grid-stack > .grid-stack-item[data-gs-x='39'] { left: 78%; } .grid-stack > .grid-stack-item[data-gs-min-width='39'] { min-width: 78%; } .grid-stack > .grid-stack-item[data-gs-max-width='39'] { max-width: 78%; } .grid-stack > .grid-stack-item[data-gs-width='40'] { width: 80%; } .grid-stack > .grid-stack-item[data-gs-x='40'] { left: 80%; } .grid-stack > .grid-stack-item[data-gs-min-width='40'] { min-width: 80%; } .grid-stack > .grid-stack-item[data-gs-max-width='40'] { max-width: 80%; } .grid-stack > .grid-stack-item[data-gs-width='41'] { width: 82%; } .grid-stack > .grid-stack-item[data-gs-x='41'] { left: 82%; } .grid-stack > .grid-stack-item[data-gs-min-width='41'] { min-width: 82%; } .grid-stack > .grid-stack-item[data-gs-max-width='41'] { max-width: 82%; } .grid-stack > .grid-stack-item[data-gs-width='42'] { width: 84%; } .grid-stack > .grid-stack-item[data-gs-x='42'] { left: 84%; } .grid-stack > .grid-stack-item[data-gs-min-width='42'] { min-width: 84%; } .grid-stack > .grid-stack-item[data-gs-max-width='42'] { max-width: 84%; } .grid-stack > .grid-stack-item[data-gs-width='43'] { width: 86%; } .grid-stack > .grid-stack-item[data-gs-x='43'] { left: 86%; } .grid-stack > .grid-stack-item[data-gs-min-width='43'] { min-width: 86%; } .grid-stack > .grid-stack-item[data-gs-max-width='43'] { max-width: 86%; } .grid-stack > .grid-stack-item[data-gs-width='44'] { width: 88%; } .grid-stack > .grid-stack-item[data-gs-x='44'] { left: 88%; } .grid-stack > .grid-stack-item[data-gs-min-width='44'] { min-width: 88%; } .grid-stack > .grid-stack-item[data-gs-max-width='44'] { max-width: 88%; } .grid-stack > .grid-stack-item[data-gs-width='45'] { width: 90%; } .grid-stack > .grid-stack-item[data-gs-x='45'] { left: 90%; } .grid-stack > .grid-stack-item[data-gs-min-width='45'] { min-width: 90%; } .grid-stack > .grid-stack-item[data-gs-max-width='45'] { max-width: 90%; } .grid-stack > .grid-stack-item[data-gs-width='46'] { width: 92%; } .grid-stack > .grid-stack-item[data-gs-x='46'] { left: 92%; } .grid-stack > .grid-stack-item[data-gs-min-width='46'] { min-width: 92%; } .grid-stack > .grid-stack-item[data-gs-max-width='46'] { max-width: 92%; } .grid-stack > .grid-stack-item[data-gs-width='47'] { width: 94%; } .grid-stack > .grid-stack-item[data-gs-x='47'] { left: 94%; } .grid-stack > .grid-stack-item[data-gs-min-width='47'] { min-width: 94%; } .grid-stack > .grid-stack-item[data-gs-max-width='47'] { max-width: 94%; } .grid-stack > .grid-stack-item[data-gs-width='48'] { width: 96%; } .grid-stack > .grid-stack-item[data-gs-x='48'] { left: 96%; } .grid-stack > .grid-stack-item[data-gs-min-width='48'] { min-width: 96%; } .grid-stack > .grid-stack-item[data-gs-max-width='48'] { max-width: 96%; } .grid-stack > .grid-stack-item[data-gs-width='49'] { width: 98%; } .grid-stack > .grid-stack-item[data-gs-x='49'] { left: 98%; } .grid-stack > .grid-stack-item[data-gs-min-width='49'] { min-width: 98%; } .grid-stack > .grid-stack-item[data-gs-max-width='49'] { max-width: 98%; } .grid-stack > .grid-stack-item[data-gs-width='50'] { width: 100%; } .grid-stack > .grid-stack-item[data-gs-x='50'] { left: 100%; } .grid-stack > .grid-stack-item[data-gs-min-width='50'] { min-width: 100%; } .grid-stack > .grid-stack-item[data-gs-max-width='50'] { max-width: 100%; } .grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item { -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; } .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder { -webkit-transition: left 0s, top 0s, height 0s, width 0s; -moz-transition: left 0s, top 0s, height 0s, width 0s; -ms-transition: left 0s, top 0s, height 0s, width 0s; -o-transition: left 0s, top 0s, height 0s, width 0s; transition: left 0s, top 0s, height 0s, width 0s; } .grid-stack.grid-stack-one-column-mode { height: auto !important; } .grid-stack.grid-stack-one-column-mode > .grid-stack-item { position: relative !important; width: auto !important; left: 0 !important; top: auto !important; margin-bottom: 20px; max-width: none !important; } .grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle { display: none; }
0.556761
0.205914
.arrow-scroll { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); } .arrow-container { display: flex; position: relative; width: 24px; height: 24px; } .chevron { position: absolute; width: 28px; height: 8px; opacity: 0; transform: scale3d(0.5, 0.5, 0.5); -webkit-transform: scale3d(0.5, 0.5, 0.5); -o-transform: scale3d(0.5, 0.5, 0.5); animation: move 3s ease-out infinite; -webkit-animation: move 3s ease-out infinite; -o-animation: move 3s ease-out infinite; } .chevron:first-child { animation: move 3s ease-out 1s infinite; -webkit-animation: move 3s ease-out 1s infinite; -o-animation: move 3s ease-out 1s infinite; } .chevron:nth-child(2) { animation: move 3s ease-out 2s infinite; -webkit-animation: move 3s ease-out 2s infinite; -o-animation: move 3s ease-out 2s infinite; } .chevron:before, .chevron:after { content: ' '; position: absolute; top: 0; height: 100%; width: 51%; background: #fff; } .chevron:before { left: 0; transform: skew(0deg, 30deg); -webkit-transform: skew(0deg, 30deg); -o-transform: skew(0deg, 30deg); } .chevron:after { right: 0; width: 50%; transform: skew(0deg, -30deg); -webkit-transform: skew(0deg, -30deg); -o-transform: skew(0deg, -30deg); } @keyframes move { 25% { opacity: 1; } 33% { opacity: 1; transform: translateY(30px); -webkit-transform: translateY(30px); -o-transform: translateY(30px); } 67% { opacity: 1; transform: translateY(40px); -webkit-transform: translateY(40px); -o-transform: translateY(40px); } 100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5); -o-transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } } .arrow-text { display: block; margin-top: 75px; margin-left: -63px; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; font-size: 15px; color: #fff; text-transform: uppercase; white-space: nowrap; opacity: 0.25; animation: pulse 2s linear alternate infinite; } @keyframes pulse { to { opacity: 1; } } @-webkit-keyframes pulse { to { opacity: 1; } } @-o-keyframes pulse { to { opacity: 1; } } /*# sourceMappingURL=ArrowStyle.css.map */
frontend/nau4ok/src/static/styles/ArrowStyle.css
.arrow-scroll { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); } .arrow-container { display: flex; position: relative; width: 24px; height: 24px; } .chevron { position: absolute; width: 28px; height: 8px; opacity: 0; transform: scale3d(0.5, 0.5, 0.5); -webkit-transform: scale3d(0.5, 0.5, 0.5); -o-transform: scale3d(0.5, 0.5, 0.5); animation: move 3s ease-out infinite; -webkit-animation: move 3s ease-out infinite; -o-animation: move 3s ease-out infinite; } .chevron:first-child { animation: move 3s ease-out 1s infinite; -webkit-animation: move 3s ease-out 1s infinite; -o-animation: move 3s ease-out 1s infinite; } .chevron:nth-child(2) { animation: move 3s ease-out 2s infinite; -webkit-animation: move 3s ease-out 2s infinite; -o-animation: move 3s ease-out 2s infinite; } .chevron:before, .chevron:after { content: ' '; position: absolute; top: 0; height: 100%; width: 51%; background: #fff; } .chevron:before { left: 0; transform: skew(0deg, 30deg); -webkit-transform: skew(0deg, 30deg); -o-transform: skew(0deg, 30deg); } .chevron:after { right: 0; width: 50%; transform: skew(0deg, -30deg); -webkit-transform: skew(0deg, -30deg); -o-transform: skew(0deg, -30deg); } @keyframes move { 25% { opacity: 1; } 33% { opacity: 1; transform: translateY(30px); -webkit-transform: translateY(30px); -o-transform: translateY(30px); } 67% { opacity: 1; transform: translateY(40px); -webkit-transform: translateY(40px); -o-transform: translateY(40px); } 100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5); -o-transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } } .arrow-text { display: block; margin-top: 75px; margin-left: -63px; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; font-size: 15px; color: #fff; text-transform: uppercase; white-space: nowrap; opacity: 0.25; animation: pulse 2s linear alternate infinite; } @keyframes pulse { to { opacity: 1; } } @-webkit-keyframes pulse { to { opacity: 1; } } @-o-keyframes pulse { to { opacity: 1; } } /*# sourceMappingURL=ArrowStyle.css.map */
0.547222
0.110639
@charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ } .el-notification{ width: 330px; padding: 20px; box-sizing: border-box; border-radius: 2px; position: fixed; right: 16px; background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04); transition: opacity 0.3s, transform .3s, right .3s, top 0.4s; overflow: hidden; } .el-notification .el-icon-circle-check{ color: #13ce66; } .el-notification .el-icon-circle-cross{ color: #ff4949; } .el-notification .el-icon-information{ color: #50bfff; } .el-notification .el-icon-warning{ color: #f7ba2a; } .el-notification__group{ margin-left: 0; } .el-notification__group.is-with-icon{ margin-left: 55px; } .el-notification__title{ font-weight: 400; font-size: 16px; color: rgb(31, 45, 61); } .el-notification__content{ font-size: 14px; line-height: 21px; margin: 10px 0 0 0; color: rgb(131, 145, 165); text-align: justify; } .el-notification__icon{ width: 40px; height: 40px; font-size: 40px; float: left; position: relative; top: 3px; } .el-notification__closeBtn{ top: 20px; right: 20px; position: absolute; cursor: pointer; color: rgb(191, 203, 217); font-size: 14px; } .el-notification__closeBtn:hover{ color: rgb(151, 168, 190); } .el-notification-fade-enter { transform: translateX(100%); right: 0; } .el-notification-fade-leave-active { opacity: 0; } :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ }
src/theme/notification.css
@charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ } .el-notification{ width: 330px; padding: 20px; box-sizing: border-box; border-radius: 2px; position: fixed; right: 16px; background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04); transition: opacity 0.3s, transform .3s, right .3s, top 0.4s; overflow: hidden; } .el-notification .el-icon-circle-check{ color: #13ce66; } .el-notification .el-icon-circle-cross{ color: #ff4949; } .el-notification .el-icon-information{ color: #50bfff; } .el-notification .el-icon-warning{ color: #f7ba2a; } .el-notification__group{ margin-left: 0; } .el-notification__group.is-with-icon{ margin-left: 55px; } .el-notification__title{ font-weight: 400; font-size: 16px; color: rgb(31, 45, 61); } .el-notification__content{ font-size: 14px; line-height: 21px; margin: 10px 0 0 0; color: rgb(131, 145, 165); text-align: justify; } .el-notification__icon{ width: 40px; height: 40px; font-size: 40px; float: left; position: relative; top: 3px; } .el-notification__closeBtn{ top: 20px; right: 20px; position: absolute; cursor: pointer; color: rgb(191, 203, 217); font-size: 14px; } .el-notification__closeBtn:hover{ color: rgb(151, 168, 190); } .el-notification-fade-enter { transform: translateX(100%); right: 0; } .el-notification-fade-leave-active { opacity: 0; } :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ }
0.251556
0.032253
.pi-menu, .pi-menu-btn-list, .pi-simple-menu { display: inline-block; vertical-align: middle; list-style: none; -webkit-padding-start: 0px; padding: 0; margin: 0; } .pi-header-block .pi-menu, .pi-header-block .pi-menu-btn-list, .pi-header-block .pi-simple-menu { margin: 0; } .pi-menu li, .pi-menu-btn-list li, .pi-simple-menu li { position: relative; text-align: left; margin: 0; } .pi-menu a, .pi-menu-btn-list a, .pi-simple-menu a { display: block; text-decoration: none; border: none; position: relative; } .pi-menu a.active, .pi-menu-btn-list a.active, .pi-simple-menu a.active, .pi-menu a:hover, .pi-menu-btn-list a:hover, .pi-simple-menu a:hover { border: none; } .pi-menu > li, .pi-menu-btn-list > li, .pi-simple-menu > li { float: left; vertical-align: top; } .pi-menu > li > a, .pi-menu-btn-list > li > a, .pi-simple-menu > li > a { border: 0; } .pi-menu > li > .pi-submenu, .pi-menu-btn-list > li > .pi-submenu, .pi-simple-menu > li > .pi-submenu { top: 100%; left: 0; } .pi-menu > li > .pi-submenu.pi-submenu-left-side, .pi-menu-btn-list > li > .pi-submenu.pi-submenu-left-side, .pi-simple-menu > li > .pi-submenu.pi-submenu-left-side { left: auto; right: 0; } .pi-menu > li.pi-has-dropdown-wide, .pi-menu-btn-list > li.pi-has-dropdown-wide, .pi-simple-menu > li.pi-has-dropdown-wide { position: static; } .pi-menu > li:hover > .pi-submenu, .pi-menu-btn-list > li:hover > .pi-submenu, .pi-simple-menu > li:hover > .pi-submenu, .pi-menu > li:hover > .pi-submenu-wide, .pi-menu-btn-list > li:hover > .pi-submenu-wide, .pi-simple-menu > li:hover > .pi-submenu-wide { visibility: visible; opacity: 1; } .pi-menu li i, .pi-menu-btn-list li i, .pi-simple-menu li i { margin-right: 8px; font-size: 14px; opacity: 0.5; } .pi-menu li.pi-has-dropdown > a, .pi-menu-btn-list li.pi-has-dropdown > a, .pi-simple-menu li.pi-has-dropdown > a { position: relative; padding-right: 28px; } .pi-menu li.pi-has-dropdown > a:after, .pi-menu-btn-list li.pi-has-dropdown > a:after, .pi-simple-menu li.pi-has-dropdown > a:after { display: block; content: "\e8d2"; position: absolute; top: 50%; right: 16px; margin: -5px 0 0 0; font-family: fontello; font-size: 12px; opacity: 0.3; line-height: 1em; -webkit-transition: -webkit-transform 0.2s ease-in; -moz-transition: -moz-transform 0.2s ease-in; -ms-transition: -ms-transform 0.2s ease-in; -o-transition: -o-transform 0.2s ease-in; transition: transform 0.2s ease-in; } .pi-menu li.pi-has-dropdown:hover > a:after, .pi-menu-btn-list li.pi-has-dropdown:hover > a:after, .pi-simple-menu li.pi-has-dropdown:hover > a:after { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0.9; margin-top: -6px; } .pi-section-base .pi-menu li.pi-has-dropdown > a:after, .pi-section-base .pi-menu-btn-list li.pi-has-dropdown > a:after, .pi-section-base .pi-simple-menu li.pi-has-dropdown > a:after { opacity: 0.5; } .pi-section-base .pi-menu li.pi-has-dropdown:hover > a:after, .pi-section-base .pi-menu-btn-list li.pi-has-dropdown:hover > a:after, .pi-section-base .pi-simple-menu li.pi-has-dropdown:hover > a:after { opacity: 1; } .pi-simple-menu > li > a { padding: 0 16px; } .pi-simple-menu > li > a span { display: inline-block; position: relative; padding: 0; } .pi-simple-menu > li > .pi-submenu { left: 16px; } .pi-simple-menu.pi-has-hover-border > li > a { display: block; overflow: hidden; } .pi-simple-menu.pi-has-hover-border > li > a > span:before { display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; border-bottom: 3px solid transparent; -webkit-transition: border-color 0.1s ease-in-out 0s; -moz-transition: border-color 0.1s ease-in-out 0s; -ms-transition: border-color 0.1s ease-in-out 0s; -o-transition: border-color 0.1s ease-in-out 0s; transition: border-color 0.1s ease-in-out 0s; } .pi-menu-btn-list > li { margin-right: 6px; } .pi-menu-btn-list > li > a { line-height: 20px; padding: 9px 17px; } .pi-menu-btn-list > li > a { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .pi-menu-btn-list > li.active > a:hover, .pi-menu-btn-list > li > a:hover { -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .pi-menu-btn-list > li:last-child { margin-right: 0; } .pi-menu-btn-list > li > .pi-submenu { margin-top: 0; left: 0; } .pi-menu-btn-list > li.pi-has-dropdown > a { padding-right: 24px; } .pi-menu-btn-list > li.pi-has-dropdown > a:after { right: 12px; } .pi-menu-btn-list.pi-menu-btn-list-groupped > li { margin-right: 1px; } .pi-menu-btn-list.pi-menu-btn-list-groupped > li > a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .pi-menu-btn-list.pi-menu-btn-list-groupped > li:first-child > a { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .pi-menu-btn-list.pi-menu-btn-list-groupped > li:last-child > a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .pi-menu > li > a { padding: 0 18px; } .pi-menu.pi-items-have-borders > li, .pi-menu.pi-items-have-double-borders > li { margin: 0 0 0 -1px; border-left: 1px solid transparent; border-right: 1px solid transparent; } .pi-menu.pi-items-have-borders > li:first-child, .pi-menu.pi-items-have-double-borders > li:first-child { margin-left: 0; } .pi-menu.pi-items-have-double-borders:before, .pi-menu.pi-items-have-double-borders:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: transparent; } .pi-menu.pi-items-have-double-borders:before { left: 0; } .pi-menu.pi-items-have-double-borders:after { right: 0; } .pi-menu.pi-items-have-double-borders:hover:before, .pi-menu.pi-items-have-double-borders:hover:after { background: transparent; } .pi-menu.pi-has-hover-border > li > a { display: block; overflow: hidden; } .pi-menu.pi-has-hover-border > li > a:before { display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; border-bottom: 3px solid transparent; -webkit-transition: border-color 0.1s ease-in-out 0s; -moz-transition: border-color 0.1s ease-in-out 0s; -ms-transition: border-color 0.1s ease-in-out 0s; -o-transition: border-color 0.1s ease-in-out 0s; transition: border-color 0.1s ease-in-out 0s; } .pi-submenu { width: 180px; position: absolute; z-index: 10; top: 0px; left: 100%; margin: 0; padding: 0; list-style: none; visibility: hidden; opacity: 0; transition: opacity 0.2s ease-in; font-size: 13px; } .pi-submenu.pi-has-border, .pi-submenu.pi-has-border .pi-submenu { border-top: 1px solid transparent; border-top-width: 3px; margin: -3px 0 0 0; } .pi-submenu.pi-items-have-borders li, .pi-submenu.pi-items-have-double-borders li { border-top: 1px solid transparent; border-bottom: 1px solid transparent; margin: -1px 0 0 0; } .pi-submenu.pi-items-have-borders li:first-child, .pi-submenu.pi-items-have-double-borders li:first-child { border-top: none; margin: 0; } .pi-submenu.pi-items-have-borders li:first-child:before, .pi-submenu.pi-items-have-double-borders li:first-child:before { display: none; } .pi-submenu.pi-items-have-borders li:last-child, .pi-submenu.pi-items-have-double-borders li:last-child { border-bottom: none; } .pi-submenu.pi-items-have-borders li:last-child:after, .pi-submenu.pi-items-have-double-borders li:last-child:after { display: none; } .pi-submenu.pi-submenu-left-side { left: auto; right: 100%; } .pi-submenu li:hover > .pi-submenu { visibility: visible; opacity: 1; } .pi-submenu li:last-child { -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .pi-submenu a { padding: 13px 18px; line-height: 16px; } .pi-submenu li i { margin-right: 8px; } .pi-submenu-wide { position: absolute; z-index: 10; top: 100%; left: 40px; right: 40px; list-style: none; visibility: hidden; opacity: 0; transition: opacity 0.2s ease-in; font-size: 13px; border-radius: 0 0 3px 3px; } .pi-submenu-wide.pi-has-border { border-top: 1px solid transparent; border-top-width: 3px; margin: -3px 0 0 0; } .pi-submenu-wide .pi-section { border-radius: 0 0 3px 3px; } .pi-section-header-sm { font-size: 14px; } .pi-section-header-sm .pi-simple-menu, .pi-section-header-sm .pi-menu-btn-list, .pi-section-header-sm .pi-menu { font-size: 14px; vertical-align: top; } .pi-section-header-sm .pi-submenu { font-size: 13px; } .pi-section-header-sm .pi-menu-btn-list { margin-top: 6px; } .pi-section-header-sm .pi-menu { font-size: 14px; vertical-align: top; } .pi-section-header-sm .pi-menu > li > a { padding: 0 17px; } .pi-section-header-sm .pi-menu > li.pi-has-dropdown > a { padding-right: 30px; } .pi-section-header-md { font-size: 14px; } .pi-section-header-md .pi-simple-menu, .pi-section-header-md .pi-menu-btn-list, .pi-section-header-md .pi-menu { font-size: 14px; vertical-align: top; } .pi-section-header-md .pi-simple-menu > li > a, .pi-section-header-md .pi-menu-btn-list > li > a, .pi-section-header-md .pi-menu > li > a { font-size: 14px; } .pi-section-header-md .pi-simple-menu li i, .pi-section-header-md .pi-menu-btn-list li i, .pi-section-header-md .pi-menu li i { font-size: 14px; } .pi-section-header-md .pi-submenu { font-size: 13px; } .pi-section-header-md .pi-menu-btn-list { margin-top: 15px; } .pi-section-header-lg { font-size: 14px; } .pi-section-header-lg .pi-simple-menu, .pi-section-header-lg .pi-menu-btn-list, .pi-section-header-lg .pi-menu { font-size: 14px; vertical-align: top; } .pi-section-header-lg .pi-simple-menu > li > a, .pi-section-header-lg .pi-menu-btn-list > li > a, .pi-section-header-lg .pi-menu > li > a { font-size: 14px; } .pi-section-header-lg .pi-simple-menu li i, .pi-section-header-lg .pi-menu-btn-list li i, .pi-section-header-lg .pi-menu li i { font-size: 14px; } .pi-section-header-lg .pi-submenu { font-size: 13px; } .pi-section-header-lg .pi-menu-btn-list { margin-top: 31px; } .pi-section-header-sm .pi-full-height > li > a { line-height: 48px; } .pi-section-header-md .pi-full-height > li > a { line-height: 70px; } .pi-section-header-lg .pi-full-height > li > a { line-height: 100px; } .pi-section-white .pi-menu > li { background: transparent; color: #21252b; } .pi-section-white .pi-menu > li > a { color: #21252b; } .pi-section-white .pi-menu > li:hover { background: #f8fafa; color: #8463a9; } .pi-section-white .pi-menu > li:hover > a { color: #8463a9; } .pi-section-white .pi-menu > li.active { background: #f8fafa; color: #8463a9; } .pi-section-white .pi-menu > li.active > a { color: #8463a9; } .pi-section-white .pi-menu > li.active:hover { background: #f8fafa; color: #8463a9; } .pi-section-white .pi-menu > li.active:hover > a { color: #8463a9; } .pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4d5258; } .pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-section-white .pi-menu.pi-items-have-borders > li { border-color: #eef1f1; } .pi-section-white .pi-menu.pi-items-have-double-borders > li { border-color: #eef1f1; } .pi-section-white .pi-menu.pi-items-have-double-borders > li:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: transparent; } .pi-section-white .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li:hover:after { background: #fcfdfd; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active { border-color: #eef1f1; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #fcfdfd; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #fcfdfd; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #eef1f1; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #fcfdfd; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #fcfdfd; } .pi-section-white .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-white .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #8463a9; } .pi-section-white .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #8463a9; } .pi-section-white .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #8463a9; } .pi-section-white .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-white .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #8463a9; } .pi-section-white .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #8463a9; } .pi-section-white .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #8463a9; } .pi-section-grey .pi-menu > li { background: transparent; color: #21252b; } .pi-section-grey .pi-menu > li > a { color: #21252b; } .pi-section-grey .pi-menu > li:hover { background: #fafbfc; color: #8463a9; } .pi-section-grey .pi-menu > li:hover > a { color: #8463a9; } .pi-section-grey .pi-menu > li.active { background: #fafbfc; color: #8463a9; } .pi-section-grey .pi-menu > li.active > a { color: #8463a9; } .pi-section-grey .pi-menu > li.active:hover { background: #fafbfc; color: #8463a9; } .pi-section-grey .pi-menu > li.active:hover > a { color: #8463a9; } .pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #2e343c; } .pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-section-grey .pi-menu.pi-items-have-borders > li { border-color: #e6eaea; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li { border-color: #e6eaea; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #f5f7f9; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li:hover:after { background: #fdfdfe; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active { border-color: #e6eaea; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #fdfdfe; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #fdfdfe; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #e6eaea; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #fdfdfe; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #fdfdfe; } .pi-section-grey .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-grey .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #8463a9; } .pi-section-grey .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #8463a9; } .pi-section-grey .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #8463a9; } .pi-section-grey .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-grey .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #8463a9; } .pi-section-grey .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #8463a9; } .pi-section-grey .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #8463a9; } .pi-section-base .pi-menu > li { background: transparent; color: #ffffff; } .pi-section-base .pi-menu > li > a { color: #ffffff; } .pi-section-base .pi-menu > li:hover { background: #7a5b9f; color: #ffffff; } .pi-section-base .pi-menu > li:hover > a { color: #ffffff; } .pi-section-base .pi-menu > li.active { background: #7a5b9f; color: #ffffff; } .pi-section-base .pi-menu > li.active > a { color: #ffffff; } .pi-section-base .pi-menu > li.active:hover { background: #7a5b9f; color: #ffffff; } .pi-section-base .pi-menu > li.active:hover > a { color: #ffffff; } .pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #ffffff; } .pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-base .pi-menu.pi-items-have-borders > li { border-color: #8569a6; } .pi-section-base .pi-menu.pi-items-have-double-borders > li { border-color: #624785; } .pi-section-base .pi-menu.pi-items-have-double-borders > li:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #785b9c; } .pi-section-base .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li:hover:after { background: #7e60a2; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active { border-color: #624785; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #7e60a2; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #7e60a2; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #624785; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #7e60a2; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #7e60a2; } .pi-section-base .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-base .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #ffffff; } .pi-section-base .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #ffffff; } .pi-section-base .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #ffffff; } .pi-section-base .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-base .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #ffffff; } .pi-section-base .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #ffffff; } .pi-section-base .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #ffffff; } .pi-section-dark .pi-menu > li { background: transparent; color: #bfc8cd; } .pi-section-dark .pi-menu > li > a { color: #bfc8cd; } .pi-section-dark .pi-menu > li:hover { background: #262b31; color: #9373b8; } .pi-section-dark .pi-menu > li:hover > a { color: #9373b8; } .pi-section-dark .pi-menu > li.active { background: #262b31; color: #9373b8; } .pi-section-dark .pi-menu > li.active > a { color: #9373b8; } .pi-section-dark .pi-menu > li.active:hover { background: #262b31; color: #9373b8; } .pi-section-dark .pi-menu > li.active:hover > a { color: #9373b8; } .pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #bfc8cd; } .pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #9373b8; } .pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #9373b8; } .pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #9373b8; } .pi-section-dark .pi-menu.pi-items-have-borders > li { border-color: #2e343a; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li { border-color: #191c20; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #24292f; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li:hover:after { background: #2b3036; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active { border-color: #191c20; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #2b3036; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #2b3036; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #191c20; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #2b3036; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #2b3036; } .pi-section-dark .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-dark .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #8463a9; } .pi-section-dark .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #8463a9; } .pi-section-dark .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #8463a9; } .pi-section-dark .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-dark .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #8463a9; } .pi-section-dark .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #8463a9; } .pi-section-dark .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #8463a9; } .pi-section-parallax .pi-menu > li { background: transparent; color: #c7c7ce; } .pi-section-parallax .pi-menu > li > a { color: #c7c7ce; } .pi-section-parallax .pi-menu > li:hover { background: #1b1c1e; color: #ffffff; } .pi-section-parallax .pi-menu > li:hover > a { color: #ffffff; } .pi-section-parallax .pi-menu > li.active { background: #1b1c1e; color: #ffffff; } .pi-section-parallax .pi-menu > li.active > a { color: #ffffff; } .pi-section-parallax .pi-menu > li.active:hover { background: #1b1c1e; color: #ffffff; } .pi-section-parallax .pi-menu > li.active:hover > a { color: #ffffff; } .pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #c7c7ce; } .pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-menu.pi-items-have-borders > li { border-color: #242427; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li { border-color: #0d0e0f; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #1b1c1e; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:hover:after { background: #1e1f21; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active { border-color: #0d0e0f; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #1e1f21; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #1e1f21; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #0d0e0f; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #1e1f21; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #1e1f21; } .pi-section-parallax .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-parallax .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #8463a9; } .pi-section-parallax .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #8463a9; } .pi-section-parallax .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #8463a9; } .pi-section-parallax .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-parallax .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #8463a9; } .pi-section-parallax .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #8463a9; } .pi-section-parallax .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #8463a9; } .pi-section-white .pi-simple-menu > li { color: #21252b; } .pi-section-white .pi-simple-menu > li > a { color: #21252b; } .pi-section-white .pi-simple-menu > li:hover { color: #8463a9; } .pi-section-white .pi-simple-menu > li:hover > a { color: #8463a9; } .pi-section-white .pi-simple-menu > li.active { color: #8463a9; } .pi-section-white .pi-simple-menu > li.active > a { color: #8463a9; } .pi-section-white .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-white .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #8463a9; } .pi-section-white .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #8463a9; } .pi-section-white .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #8463a9; } .pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4d5258; } .pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-section-grey .pi-simple-menu > li { color: #373942; } .pi-section-grey .pi-simple-menu > li > a { color: #373942; } .pi-section-grey .pi-simple-menu > li:hover { color: #8463a9; } .pi-section-grey .pi-simple-menu > li:hover > a { color: #8463a9; } .pi-section-grey .pi-simple-menu > li.active { color: #8463a9; } .pi-section-grey .pi-simple-menu > li.active > a { color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-grey .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4b4d55; } .pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-section-base .pi-simple-menu > li { color: #ffffff; } .pi-section-base .pi-simple-menu > li > a { color: #ffffff; } .pi-section-base .pi-simple-menu > li:hover { color: #ffffff; } .pi-section-base .pi-simple-menu > li:hover > a { color: #ffffff; } .pi-section-base .pi-simple-menu > li.active { color: #ffffff; } .pi-section-base .pi-simple-menu > li.active > a { color: #ffffff; } .pi-section-base .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-base .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #ffffff; } .pi-section-base .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #ffffff; } .pi-section-base .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #ffffff; } .pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #ffffff; } .pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-dark .pi-simple-menu > li { color: #bfc8cd; } .pi-section-dark .pi-simple-menu > li > a { color: #bfc8cd; } .pi-section-dark .pi-simple-menu > li:hover { color: #8463a9; } .pi-section-dark .pi-simple-menu > li:hover > a { color: #8463a9; } .pi-section-dark .pi-simple-menu > li.active { color: #8463a9; } .pi-section-dark .pi-simple-menu > li.active > a { color: #8463a9; } .pi-section-dark .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-dark .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #8463a9; } .pi-section-dark .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #8463a9; } .pi-section-dark .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #8463a9; } .pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #cdcdd5; } .pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-simple-menu > li { color: #c7c7ce; } .pi-section-parallax .pi-simple-menu > li > a { color: #c7c7ce; } .pi-section-parallax .pi-simple-menu > li:hover { color: #ffffff; } .pi-section-parallax .pi-simple-menu > li:hover > a { color: #ffffff; } .pi-section-parallax .pi-simple-menu > li.active { color: #ffffff; } .pi-section-parallax .pi-simple-menu > li.active > a { color: #ffffff; } .pi-section-parallax .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-parallax .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #8463a9; } .pi-section-parallax .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #8463a9; } .pi-section-parallax .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #8463a9; } .pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #c7c7ce; } .pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-white .pi-menu-btn-list > li { color: #21252b; } .pi-section-white .pi-menu-btn-list > li > a { background: transparent; color: #21252b; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-white .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-white .pi-menu-btn-list > li:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-white .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-white .pi-menu-btn-list > li.active > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-white .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-white .pi-menu-btn-list > li.active:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-white .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4d5258; } .pi-section-white .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-white .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-white .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-grey .pi-menu-btn-list > li { color: #21252b; } .pi-section-grey .pi-menu-btn-list > li > a { background: transparent; color: #21252b; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-grey .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-grey .pi-menu-btn-list > li:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-grey .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-grey .pi-menu-btn-list > li.active > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-grey .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-grey .pi-menu-btn-list > li.active:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-grey .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4d5258; } .pi-section-grey .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-grey .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-grey .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li > a { background: transparent; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-base .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li:hover > a { background: #644786; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-base .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li.active > a { background: #644786; color: #ffffff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .pi-section-base .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li.active:hover > a { background: #644786; color: #ffffff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .pi-section-base .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #ffffff; } .pi-section-base .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #62972e; } .pi-section-base .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-base .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-dark .pi-menu-btn-list > li { color: #bfc8cd; } .pi-section-dark .pi-menu-btn-list > li > a { background: transparent; color: #bfc8cd; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-dark .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-dark .pi-menu-btn-list > li:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-dark .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-dark .pi-menu-btn-list > li.active > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-dark .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-dark .pi-menu-btn-list > li.active:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-dark .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #bfc8cd; } .pi-section-dark .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-dark .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-dark .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list > li { color: #c7c7ce; } .pi-section-parallax .pi-menu-btn-list > li > a { background: transparent; color: #c7c7ce; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-parallax .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list > li:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-parallax .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list > li.active > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-parallax .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list > li.active:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-parallax .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #c7c7ce; } .pi-section-parallax .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-submenu-white li { background: #ffffff; color: #4a5058; } .pi-submenu-white li > a { color: #4a5058; } .pi-submenu-white li:hover { background: #f8fafa; color: #8463a9; } .pi-submenu-white li:hover > a { color: #8463a9; } .pi-submenu-white li.active { background: #f8fafa; color: #8463a9; } .pi-submenu-white li.active > a { color: #8463a9; } .pi-submenu-white li.active:hover { background: #f8fafa; color: #8463a9; } .pi-submenu-white li.active:hover > a { color: #8463a9; } .pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown > a:after { color: #4d5258; } .pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-submenu-white.pi-has-shadow { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .pi-submenu-white.pi-has-shadow .pi-submenu { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .pi-submenu-white.pi-has-border, .pi-submenu-white.pi-has-border .pi-submenu { border-color: #8463a9; } .pi-submenu-white.pi-items-have-borders li { border-color: #eef1f1; } .pi-submenu-white.pi-items-have-double-borders li { border-color: #eef1f1; } .pi-submenu-white.pi-items-have-double-borders li:before, .pi-submenu-white.pi-items-have-double-borders li:after { display: block; width: 100%; height: 1px; content: " "; position: absolute; left: 0; z-index: 1; background: #ffffff; } .pi-submenu-white.pi-items-have-double-borders li:before { top: 0; } .pi-submenu-white.pi-items-have-double-borders li:after { bottom: 0; } .pi-submenu-white.pi-items-have-double-borders li:hover:before, .pi-submenu-white.pi-items-have-double-borders li:hover:after { background: #fcfdfd; } .pi-submenu-grey li { background: #f4f6f6; color: #4a5058; } .pi-submenu-grey li > a { color: #4a5058; } .pi-submenu-grey li:hover { background: #fafbfc; color: #8463a9; } .pi-submenu-grey li:hover > a { color: #8463a9; } .pi-submenu-grey li.active { background: #fafbfc; color: #8463a9; } .pi-submenu-grey li.active > a { color: #8463a9; } .pi-submenu-grey li.active:hover { background: #fafbfc; color: #8463a9; } .pi-submenu-grey li.active:hover > a { color: #8463a9; } .pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown > a:after { color: #666970; } .pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-submenu-grey.pi-has-shadow { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .pi-submenu-grey.pi-has-shadow .pi-submenu { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .pi-submenu-grey.pi-has-border, .pi-submenu-grey.pi-has-border .pi-submenu { border-color: #8463a9; } .pi-submenu-grey.pi-items-have-borders li { border-color: #e6eaea; } .pi-submenu-grey.pi-items-have-double-borders li { border-color: #e6eaea; } .pi-submenu-grey.pi-items-have-double-borders li:before, .pi-submenu-grey.pi-items-have-double-borders li:after { display: block; width: 100%; height: 1px; content: " "; position: absolute; left: 0; z-index: 1; background: #f5f7f9; } .pi-submenu-grey.pi-items-have-double-borders li:before { top: 0; } .pi-submenu-grey.pi-items-have-double-borders li:after { bottom: 0; } .pi-submenu-grey.pi-items-have-double-borders li:hover:before, .pi-submenu-grey.pi-items-have-double-borders li:hover:after { background: #fdfdfe; } .pi-submenu-base li { background: #745698; color: #ffffff; } .pi-submenu-base li > a { color: #ffffff; } .pi-submenu-base li:hover { background: #7a5b9f; color: #ffffff; } .pi-submenu-base li:hover > a { color: #ffffff; } .pi-submenu-base li.active { background: #7a5b9f; color: #ffffff; } .pi-submenu-base li.active > a { color: #ffffff; } .pi-submenu-base li.active:hover { background: #7a5b9f; color: #ffffff; } .pi-submenu-base li.active:hover > a { color: #ffffff; } .pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown > a:after { color: #ffffff; } .pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-submenu-base.pi-has-shadow { -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } .pi-submenu-base.pi-has-shadow .pi-submenu { -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } .pi-submenu-base.pi-has-border, .pi-submenu-base.pi-has-border .pi-submenu { border-color: #644786; } .pi-submenu-base.pi-items-have-borders li { border-color: #8569a6; } .pi-submenu-base.pi-items-have-double-borders li { border-color: #624785; } .pi-submenu-base.pi-items-have-double-borders li:before, .pi-submenu-base.pi-items-have-double-borders li:after { display: block; width: 100%; height: 1px; content: " "; position: absolute; left: 0; z-index: 1; background: #785b9c; } .pi-submenu-base.pi-items-have-double-borders li:before { top: 0; } .pi-submenu-base.pi-items-have-double-borders li:after { bottom: 0; } .pi-submenu-base.pi-items-have-double-borders li:hover:before, .pi-submenu-base.pi-items-have-double-borders li:hover:after { background: #7e60a2; } .pi-submenu-dark li { background: #1e2127; color: #abb3b9; } .pi-submenu-dark li > a { color: #abb3b9; } .pi-submenu-dark li:hover { background: #21262c; color: #9373b8; } .pi-submenu-dark li:hover > a { color: #9373b8; } .pi-submenu-dark li.active { background: #21262c; color: #9373b8; } .pi-submenu-dark li.active > a { color: #9373b8; } .pi-submenu-dark li.active:hover { background: #21262c; color: #9373b8; } .pi-submenu-dark li.active:hover > a { color: #9373b8; } .pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown > a:after { color: #9dadb4; } .pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after { color: #9373b8; } .pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-submenu-dark.pi-has-shadow { -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); } .pi-submenu-dark.pi-has-shadow .pi-submenu { -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); } .pi-submenu-dark.pi-has-border, .pi-submenu-dark.pi-has-border .pi-submenu { border-color: #8463a9; } .pi-submenu-dark.pi-items-have-borders li { border-color: #262c33; } .pi-submenu-dark.pi-items-have-double-borders li { border-color: #15171b; } .pi-submenu-dark.pi-items-have-double-borders li:before, .pi-submenu-dark.pi-items-have-double-borders li:after { display: block; width: 100%; height: 1px; content: " "; position: absolute; left: 0; z-index: 1; background: #21242b; } .pi-submenu-dark.pi-items-have-double-borders li:before { top: 0; } .pi-submenu-dark.pi-items-have-double-borders li:after { bottom: 0; } .pi-submenu-dark.pi-items-have-double-borders li:hover:before, .pi-submenu-dark.pi-items-have-double-borders li:hover:after { background: #242a30; } .pi-submenu-wide-white.pi-has-border { border-color: #8463a9; } .pi-submenu-wide-grey.pi-has-border { border-color: #8463a9; } .pi-submenu-wide-base.pi-has-border { border-color: #644786; } .pi-submenu-wide-dark.pi-has-border { border-color: #8463a9; } .pi-section-base .pi-submenu-base.pi-has-border, .pi-section-base .pi-submenu-dark.pi-has-border { border-color: #644786 !important; } .pi-section-base .pi-submenu-white.pi-has-border, .pi-section-base .pi-submenu-grey.pi-has-border { border-color: #CDDBDB !important; } .pi-section-base .pi-menu-btn-list .pi-submenu-base.pi-has-border, .pi-section-base .pi-menu-btn-list .pi-submenu-dark.pi-has-border, .pi-section-base .pi-menu-btn-list .pi-submenu-white.pi-has-border, .pi-section-base .pi-menu-btn-list .pi-submenu-grey.pi-has-border { border-color: #644786 !important; }
aura/purple/css/menu.css
.pi-menu, .pi-menu-btn-list, .pi-simple-menu { display: inline-block; vertical-align: middle; list-style: none; -webkit-padding-start: 0px; padding: 0; margin: 0; } .pi-header-block .pi-menu, .pi-header-block .pi-menu-btn-list, .pi-header-block .pi-simple-menu { margin: 0; } .pi-menu li, .pi-menu-btn-list li, .pi-simple-menu li { position: relative; text-align: left; margin: 0; } .pi-menu a, .pi-menu-btn-list a, .pi-simple-menu a { display: block; text-decoration: none; border: none; position: relative; } .pi-menu a.active, .pi-menu-btn-list a.active, .pi-simple-menu a.active, .pi-menu a:hover, .pi-menu-btn-list a:hover, .pi-simple-menu a:hover { border: none; } .pi-menu > li, .pi-menu-btn-list > li, .pi-simple-menu > li { float: left; vertical-align: top; } .pi-menu > li > a, .pi-menu-btn-list > li > a, .pi-simple-menu > li > a { border: 0; } .pi-menu > li > .pi-submenu, .pi-menu-btn-list > li > .pi-submenu, .pi-simple-menu > li > .pi-submenu { top: 100%; left: 0; } .pi-menu > li > .pi-submenu.pi-submenu-left-side, .pi-menu-btn-list > li > .pi-submenu.pi-submenu-left-side, .pi-simple-menu > li > .pi-submenu.pi-submenu-left-side { left: auto; right: 0; } .pi-menu > li.pi-has-dropdown-wide, .pi-menu-btn-list > li.pi-has-dropdown-wide, .pi-simple-menu > li.pi-has-dropdown-wide { position: static; } .pi-menu > li:hover > .pi-submenu, .pi-menu-btn-list > li:hover > .pi-submenu, .pi-simple-menu > li:hover > .pi-submenu, .pi-menu > li:hover > .pi-submenu-wide, .pi-menu-btn-list > li:hover > .pi-submenu-wide, .pi-simple-menu > li:hover > .pi-submenu-wide { visibility: visible; opacity: 1; } .pi-menu li i, .pi-menu-btn-list li i, .pi-simple-menu li i { margin-right: 8px; font-size: 14px; opacity: 0.5; } .pi-menu li.pi-has-dropdown > a, .pi-menu-btn-list li.pi-has-dropdown > a, .pi-simple-menu li.pi-has-dropdown > a { position: relative; padding-right: 28px; } .pi-menu li.pi-has-dropdown > a:after, .pi-menu-btn-list li.pi-has-dropdown > a:after, .pi-simple-menu li.pi-has-dropdown > a:after { display: block; content: "\e8d2"; position: absolute; top: 50%; right: 16px; margin: -5px 0 0 0; font-family: fontello; font-size: 12px; opacity: 0.3; line-height: 1em; -webkit-transition: -webkit-transform 0.2s ease-in; -moz-transition: -moz-transform 0.2s ease-in; -ms-transition: -ms-transform 0.2s ease-in; -o-transition: -o-transform 0.2s ease-in; transition: transform 0.2s ease-in; } .pi-menu li.pi-has-dropdown:hover > a:after, .pi-menu-btn-list li.pi-has-dropdown:hover > a:after, .pi-simple-menu li.pi-has-dropdown:hover > a:after { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0.9; margin-top: -6px; } .pi-section-base .pi-menu li.pi-has-dropdown > a:after, .pi-section-base .pi-menu-btn-list li.pi-has-dropdown > a:after, .pi-section-base .pi-simple-menu li.pi-has-dropdown > a:after { opacity: 0.5; } .pi-section-base .pi-menu li.pi-has-dropdown:hover > a:after, .pi-section-base .pi-menu-btn-list li.pi-has-dropdown:hover > a:after, .pi-section-base .pi-simple-menu li.pi-has-dropdown:hover > a:after { opacity: 1; } .pi-simple-menu > li > a { padding: 0 16px; } .pi-simple-menu > li > a span { display: inline-block; position: relative; padding: 0; } .pi-simple-menu > li > .pi-submenu { left: 16px; } .pi-simple-menu.pi-has-hover-border > li > a { display: block; overflow: hidden; } .pi-simple-menu.pi-has-hover-border > li > a > span:before { display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; border-bottom: 3px solid transparent; -webkit-transition: border-color 0.1s ease-in-out 0s; -moz-transition: border-color 0.1s ease-in-out 0s; -ms-transition: border-color 0.1s ease-in-out 0s; -o-transition: border-color 0.1s ease-in-out 0s; transition: border-color 0.1s ease-in-out 0s; } .pi-menu-btn-list > li { margin-right: 6px; } .pi-menu-btn-list > li > a { line-height: 20px; padding: 9px 17px; } .pi-menu-btn-list > li > a { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .pi-menu-btn-list > li.active > a:hover, .pi-menu-btn-list > li > a:hover { -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .pi-menu-btn-list > li:last-child { margin-right: 0; } .pi-menu-btn-list > li > .pi-submenu { margin-top: 0; left: 0; } .pi-menu-btn-list > li.pi-has-dropdown > a { padding-right: 24px; } .pi-menu-btn-list > li.pi-has-dropdown > a:after { right: 12px; } .pi-menu-btn-list.pi-menu-btn-list-groupped > li { margin-right: 1px; } .pi-menu-btn-list.pi-menu-btn-list-groupped > li > a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .pi-menu-btn-list.pi-menu-btn-list-groupped > li:first-child > a { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .pi-menu-btn-list.pi-menu-btn-list-groupped > li:last-child > a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .pi-menu > li > a { padding: 0 18px; } .pi-menu.pi-items-have-borders > li, .pi-menu.pi-items-have-double-borders > li { margin: 0 0 0 -1px; border-left: 1px solid transparent; border-right: 1px solid transparent; } .pi-menu.pi-items-have-borders > li:first-child, .pi-menu.pi-items-have-double-borders > li:first-child { margin-left: 0; } .pi-menu.pi-items-have-double-borders:before, .pi-menu.pi-items-have-double-borders:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: transparent; } .pi-menu.pi-items-have-double-borders:before { left: 0; } .pi-menu.pi-items-have-double-borders:after { right: 0; } .pi-menu.pi-items-have-double-borders:hover:before, .pi-menu.pi-items-have-double-borders:hover:after { background: transparent; } .pi-menu.pi-has-hover-border > li > a { display: block; overflow: hidden; } .pi-menu.pi-has-hover-border > li > a:before { display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; border-bottom: 3px solid transparent; -webkit-transition: border-color 0.1s ease-in-out 0s; -moz-transition: border-color 0.1s ease-in-out 0s; -ms-transition: border-color 0.1s ease-in-out 0s; -o-transition: border-color 0.1s ease-in-out 0s; transition: border-color 0.1s ease-in-out 0s; } .pi-submenu { width: 180px; position: absolute; z-index: 10; top: 0px; left: 100%; margin: 0; padding: 0; list-style: none; visibility: hidden; opacity: 0; transition: opacity 0.2s ease-in; font-size: 13px; } .pi-submenu.pi-has-border, .pi-submenu.pi-has-border .pi-submenu { border-top: 1px solid transparent; border-top-width: 3px; margin: -3px 0 0 0; } .pi-submenu.pi-items-have-borders li, .pi-submenu.pi-items-have-double-borders li { border-top: 1px solid transparent; border-bottom: 1px solid transparent; margin: -1px 0 0 0; } .pi-submenu.pi-items-have-borders li:first-child, .pi-submenu.pi-items-have-double-borders li:first-child { border-top: none; margin: 0; } .pi-submenu.pi-items-have-borders li:first-child:before, .pi-submenu.pi-items-have-double-borders li:first-child:before { display: none; } .pi-submenu.pi-items-have-borders li:last-child, .pi-submenu.pi-items-have-double-borders li:last-child { border-bottom: none; } .pi-submenu.pi-items-have-borders li:last-child:after, .pi-submenu.pi-items-have-double-borders li:last-child:after { display: none; } .pi-submenu.pi-submenu-left-side { left: auto; right: 100%; } .pi-submenu li:hover > .pi-submenu { visibility: visible; opacity: 1; } .pi-submenu li:last-child { -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .pi-submenu a { padding: 13px 18px; line-height: 16px; } .pi-submenu li i { margin-right: 8px; } .pi-submenu-wide { position: absolute; z-index: 10; top: 100%; left: 40px; right: 40px; list-style: none; visibility: hidden; opacity: 0; transition: opacity 0.2s ease-in; font-size: 13px; border-radius: 0 0 3px 3px; } .pi-submenu-wide.pi-has-border { border-top: 1px solid transparent; border-top-width: 3px; margin: -3px 0 0 0; } .pi-submenu-wide .pi-section { border-radius: 0 0 3px 3px; } .pi-section-header-sm { font-size: 14px; } .pi-section-header-sm .pi-simple-menu, .pi-section-header-sm .pi-menu-btn-list, .pi-section-header-sm .pi-menu { font-size: 14px; vertical-align: top; } .pi-section-header-sm .pi-submenu { font-size: 13px; } .pi-section-header-sm .pi-menu-btn-list { margin-top: 6px; } .pi-section-header-sm .pi-menu { font-size: 14px; vertical-align: top; } .pi-section-header-sm .pi-menu > li > a { padding: 0 17px; } .pi-section-header-sm .pi-menu > li.pi-has-dropdown > a { padding-right: 30px; } .pi-section-header-md { font-size: 14px; } .pi-section-header-md .pi-simple-menu, .pi-section-header-md .pi-menu-btn-list, .pi-section-header-md .pi-menu { font-size: 14px; vertical-align: top; } .pi-section-header-md .pi-simple-menu > li > a, .pi-section-header-md .pi-menu-btn-list > li > a, .pi-section-header-md .pi-menu > li > a { font-size: 14px; } .pi-section-header-md .pi-simple-menu li i, .pi-section-header-md .pi-menu-btn-list li i, .pi-section-header-md .pi-menu li i { font-size: 14px; } .pi-section-header-md .pi-submenu { font-size: 13px; } .pi-section-header-md .pi-menu-btn-list { margin-top: 15px; } .pi-section-header-lg { font-size: 14px; } .pi-section-header-lg .pi-simple-menu, .pi-section-header-lg .pi-menu-btn-list, .pi-section-header-lg .pi-menu { font-size: 14px; vertical-align: top; } .pi-section-header-lg .pi-simple-menu > li > a, .pi-section-header-lg .pi-menu-btn-list > li > a, .pi-section-header-lg .pi-menu > li > a { font-size: 14px; } .pi-section-header-lg .pi-simple-menu li i, .pi-section-header-lg .pi-menu-btn-list li i, .pi-section-header-lg .pi-menu li i { font-size: 14px; } .pi-section-header-lg .pi-submenu { font-size: 13px; } .pi-section-header-lg .pi-menu-btn-list { margin-top: 31px; } .pi-section-header-sm .pi-full-height > li > a { line-height: 48px; } .pi-section-header-md .pi-full-height > li > a { line-height: 70px; } .pi-section-header-lg .pi-full-height > li > a { line-height: 100px; } .pi-section-white .pi-menu > li { background: transparent; color: #21252b; } .pi-section-white .pi-menu > li > a { color: #21252b; } .pi-section-white .pi-menu > li:hover { background: #f8fafa; color: #8463a9; } .pi-section-white .pi-menu > li:hover > a { color: #8463a9; } .pi-section-white .pi-menu > li.active { background: #f8fafa; color: #8463a9; } .pi-section-white .pi-menu > li.active > a { color: #8463a9; } .pi-section-white .pi-menu > li.active:hover { background: #f8fafa; color: #8463a9; } .pi-section-white .pi-menu > li.active:hover > a { color: #8463a9; } .pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4d5258; } .pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-section-white .pi-menu.pi-items-have-borders > li { border-color: #eef1f1; } .pi-section-white .pi-menu.pi-items-have-double-borders > li { border-color: #eef1f1; } .pi-section-white .pi-menu.pi-items-have-double-borders > li:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: transparent; } .pi-section-white .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li:hover:after { background: #fcfdfd; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active { border-color: #eef1f1; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #fcfdfd; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #fcfdfd; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #eef1f1; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #fcfdfd; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #fcfdfd; } .pi-section-white .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-white .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #8463a9; } .pi-section-white .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #8463a9; } .pi-section-white .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #8463a9; } .pi-section-white .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-white .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #8463a9; } .pi-section-white .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #8463a9; } .pi-section-white .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #8463a9; } .pi-section-grey .pi-menu > li { background: transparent; color: #21252b; } .pi-section-grey .pi-menu > li > a { color: #21252b; } .pi-section-grey .pi-menu > li:hover { background: #fafbfc; color: #8463a9; } .pi-section-grey .pi-menu > li:hover > a { color: #8463a9; } .pi-section-grey .pi-menu > li.active { background: #fafbfc; color: #8463a9; } .pi-section-grey .pi-menu > li.active > a { color: #8463a9; } .pi-section-grey .pi-menu > li.active:hover { background: #fafbfc; color: #8463a9; } .pi-section-grey .pi-menu > li.active:hover > a { color: #8463a9; } .pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #2e343c; } .pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-section-grey .pi-menu.pi-items-have-borders > li { border-color: #e6eaea; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li { border-color: #e6eaea; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #f5f7f9; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li:hover:after { background: #fdfdfe; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active { border-color: #e6eaea; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #fdfdfe; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #fdfdfe; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #e6eaea; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #fdfdfe; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #fdfdfe; } .pi-section-grey .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-grey .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #8463a9; } .pi-section-grey .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #8463a9; } .pi-section-grey .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #8463a9; } .pi-section-grey .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-grey .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #8463a9; } .pi-section-grey .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #8463a9; } .pi-section-grey .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #8463a9; } .pi-section-base .pi-menu > li { background: transparent; color: #ffffff; } .pi-section-base .pi-menu > li > a { color: #ffffff; } .pi-section-base .pi-menu > li:hover { background: #7a5b9f; color: #ffffff; } .pi-section-base .pi-menu > li:hover > a { color: #ffffff; } .pi-section-base .pi-menu > li.active { background: #7a5b9f; color: #ffffff; } .pi-section-base .pi-menu > li.active > a { color: #ffffff; } .pi-section-base .pi-menu > li.active:hover { background: #7a5b9f; color: #ffffff; } .pi-section-base .pi-menu > li.active:hover > a { color: #ffffff; } .pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #ffffff; } .pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-base .pi-menu.pi-items-have-borders > li { border-color: #8569a6; } .pi-section-base .pi-menu.pi-items-have-double-borders > li { border-color: #624785; } .pi-section-base .pi-menu.pi-items-have-double-borders > li:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #785b9c; } .pi-section-base .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li:hover:after { background: #7e60a2; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active { border-color: #624785; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #7e60a2; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #7e60a2; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #624785; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #7e60a2; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #7e60a2; } .pi-section-base .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-base .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #ffffff; } .pi-section-base .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #ffffff; } .pi-section-base .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #ffffff; } .pi-section-base .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-base .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #ffffff; } .pi-section-base .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #ffffff; } .pi-section-base .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #ffffff; } .pi-section-dark .pi-menu > li { background: transparent; color: #bfc8cd; } .pi-section-dark .pi-menu > li > a { color: #bfc8cd; } .pi-section-dark .pi-menu > li:hover { background: #262b31; color: #9373b8; } .pi-section-dark .pi-menu > li:hover > a { color: #9373b8; } .pi-section-dark .pi-menu > li.active { background: #262b31; color: #9373b8; } .pi-section-dark .pi-menu > li.active > a { color: #9373b8; } .pi-section-dark .pi-menu > li.active:hover { background: #262b31; color: #9373b8; } .pi-section-dark .pi-menu > li.active:hover > a { color: #9373b8; } .pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #bfc8cd; } .pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #9373b8; } .pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #9373b8; } .pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #9373b8; } .pi-section-dark .pi-menu.pi-items-have-borders > li { border-color: #2e343a; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li { border-color: #191c20; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #24292f; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li:hover:after { background: #2b3036; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active { border-color: #191c20; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #2b3036; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #2b3036; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #191c20; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #2b3036; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #2b3036; } .pi-section-dark .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-dark .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #8463a9; } .pi-section-dark .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #8463a9; } .pi-section-dark .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #8463a9; } .pi-section-dark .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-dark .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #8463a9; } .pi-section-dark .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #8463a9; } .pi-section-dark .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #8463a9; } .pi-section-parallax .pi-menu > li { background: transparent; color: #c7c7ce; } .pi-section-parallax .pi-menu > li > a { color: #c7c7ce; } .pi-section-parallax .pi-menu > li:hover { background: #1b1c1e; color: #ffffff; } .pi-section-parallax .pi-menu > li:hover > a { color: #ffffff; } .pi-section-parallax .pi-menu > li.active { background: #1b1c1e; color: #ffffff; } .pi-section-parallax .pi-menu > li.active > a { color: #ffffff; } .pi-section-parallax .pi-menu > li.active:hover { background: #1b1c1e; color: #ffffff; } .pi-section-parallax .pi-menu > li.active:hover > a { color: #ffffff; } .pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #c7c7ce; } .pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-menu.pi-items-have-borders > li { border-color: #242427; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li { border-color: #0d0e0f; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #1b1c1e; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:before { left: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:after { right: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:hover:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li:hover:after { background: #1e1f21; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active { border-color: #0d0e0f; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #1e1f21; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:before { left: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:after { right: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after { background: #1e1f21; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover { border-color: #0d0e0f; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after { display: block; width: 1px; height: 100%; content: " "; position: absolute; z-index: 1; top: 0; background: #1e1f21; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before { left: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after { right: 0; } .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before, .pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after { background: #1e1f21; } .pi-section-parallax .pi-menu.pi-menu-hover-border > li > a:before { border-top-color: transparent; } .pi-section-parallax .pi-menu.pi-menu-hover-border > li:hover > a:before { border-top-color: #8463a9; } .pi-section-parallax .pi-menu.pi-menu-hover-border > li.active > a:before { border-top-color: #8463a9; } .pi-section-parallax .pi-menu.pi-menu-hover-border > li.active:hover > a:before { border-top-color: #8463a9; } .pi-section-parallax .pi-menu.pi-has-hover-border > li > a:before { border-color: transparent; } .pi-section-parallax .pi-menu.pi-has-hover-border > li:hover > a:before { border-color: #8463a9; } .pi-section-parallax .pi-menu.pi-has-hover-border > li.active > a:before { border-color: #8463a9; } .pi-section-parallax .pi-menu.pi-has-hover-border > li.active:hover > a:before { border-color: #8463a9; } .pi-section-white .pi-simple-menu > li { color: #21252b; } .pi-section-white .pi-simple-menu > li > a { color: #21252b; } .pi-section-white .pi-simple-menu > li:hover { color: #8463a9; } .pi-section-white .pi-simple-menu > li:hover > a { color: #8463a9; } .pi-section-white .pi-simple-menu > li.active { color: #8463a9; } .pi-section-white .pi-simple-menu > li.active > a { color: #8463a9; } .pi-section-white .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-white .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #8463a9; } .pi-section-white .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #8463a9; } .pi-section-white .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #8463a9; } .pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4d5258; } .pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-section-grey .pi-simple-menu > li { color: #373942; } .pi-section-grey .pi-simple-menu > li > a { color: #373942; } .pi-section-grey .pi-simple-menu > li:hover { color: #8463a9; } .pi-section-grey .pi-simple-menu > li:hover > a { color: #8463a9; } .pi-section-grey .pi-simple-menu > li.active { color: #8463a9; } .pi-section-grey .pi-simple-menu > li.active > a { color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-grey .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4b4d55; } .pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-section-base .pi-simple-menu > li { color: #ffffff; } .pi-section-base .pi-simple-menu > li > a { color: #ffffff; } .pi-section-base .pi-simple-menu > li:hover { color: #ffffff; } .pi-section-base .pi-simple-menu > li:hover > a { color: #ffffff; } .pi-section-base .pi-simple-menu > li.active { color: #ffffff; } .pi-section-base .pi-simple-menu > li.active > a { color: #ffffff; } .pi-section-base .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-base .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #ffffff; } .pi-section-base .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #ffffff; } .pi-section-base .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #ffffff; } .pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #ffffff; } .pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-dark .pi-simple-menu > li { color: #bfc8cd; } .pi-section-dark .pi-simple-menu > li > a { color: #bfc8cd; } .pi-section-dark .pi-simple-menu > li:hover { color: #8463a9; } .pi-section-dark .pi-simple-menu > li:hover > a { color: #8463a9; } .pi-section-dark .pi-simple-menu > li.active { color: #8463a9; } .pi-section-dark .pi-simple-menu > li.active > a { color: #8463a9; } .pi-section-dark .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-dark .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #8463a9; } .pi-section-dark .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #8463a9; } .pi-section-dark .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #8463a9; } .pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #cdcdd5; } .pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-simple-menu > li { color: #c7c7ce; } .pi-section-parallax .pi-simple-menu > li > a { color: #c7c7ce; } .pi-section-parallax .pi-simple-menu > li:hover { color: #ffffff; } .pi-section-parallax .pi-simple-menu > li:hover > a { color: #ffffff; } .pi-section-parallax .pi-simple-menu > li.active { color: #ffffff; } .pi-section-parallax .pi-simple-menu > li.active > a { color: #ffffff; } .pi-section-parallax .pi-simple-menu.pi-has-hover-border > li > a > span:before { border-color: transparent; } .pi-section-parallax .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before { border-color: #8463a9; } .pi-section-parallax .pi-simple-menu.pi-has-hover-border > li.active > a > span:before { border-color: #8463a9; } .pi-section-parallax .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before { border-color: #8463a9; } .pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #c7c7ce; } .pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-white .pi-menu-btn-list > li { color: #21252b; } .pi-section-white .pi-menu-btn-list > li > a { background: transparent; color: #21252b; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-white .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-white .pi-menu-btn-list > li:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-white .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-white .pi-menu-btn-list > li.active > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-white .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-white .pi-menu-btn-list > li.active:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-white .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4d5258; } .pi-section-white .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-white .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-white .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-grey .pi-menu-btn-list > li { color: #21252b; } .pi-section-grey .pi-menu-btn-list > li > a { background: transparent; color: #21252b; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-grey .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-grey .pi-menu-btn-list > li:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-grey .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-grey .pi-menu-btn-list > li.active > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-grey .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-grey .pi-menu-btn-list > li.active:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-grey .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #4d5258; } .pi-section-grey .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-grey .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-grey .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li > a { background: transparent; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-base .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li:hover > a { background: #644786; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-base .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li.active > a { background: #644786; color: #ffffff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .pi-section-base .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-base .pi-menu-btn-list > li.active:hover > a { background: #644786; color: #ffffff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .pi-section-base .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #ffffff; } .pi-section-base .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #62972e; } .pi-section-base .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-base .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-dark .pi-menu-btn-list > li { color: #bfc8cd; } .pi-section-dark .pi-menu-btn-list > li > a { background: transparent; color: #bfc8cd; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-dark .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-dark .pi-menu-btn-list > li:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-dark .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-dark .pi-menu-btn-list > li.active > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-dark .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-dark .pi-menu-btn-list > li.active:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-dark .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #bfc8cd; } .pi-section-dark .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-dark .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-dark .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list > li { color: #c7c7ce; } .pi-section-parallax .pi-menu-btn-list > li > a { background: transparent; color: #c7c7ce; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-parallax .pi-menu-btn-list > li:hover { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list > li:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-parallax .pi-menu-btn-list > li.active { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list > li.active > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-parallax .pi-menu-btn-list > li.active:hover { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list > li.active:hover > a { background: #8463a9; color: #ffffff; -webkit-box-shadow: transparent; -moz-box-shadow: transparent; box-shadow: transparent; } .pi-section-parallax .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown > a:after { color: #c7c7ce; } .pi-section-parallax .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-section-parallax .pi-menu-btn-list.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-submenu-white li { background: #ffffff; color: #4a5058; } .pi-submenu-white li > a { color: #4a5058; } .pi-submenu-white li:hover { background: #f8fafa; color: #8463a9; } .pi-submenu-white li:hover > a { color: #8463a9; } .pi-submenu-white li.active { background: #f8fafa; color: #8463a9; } .pi-submenu-white li.active > a { color: #8463a9; } .pi-submenu-white li.active:hover { background: #f8fafa; color: #8463a9; } .pi-submenu-white li.active:hover > a { color: #8463a9; } .pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown > a:after { color: #4d5258; } .pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-submenu-white.pi-has-shadow { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .pi-submenu-white.pi-has-shadow .pi-submenu { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .pi-submenu-white.pi-has-border, .pi-submenu-white.pi-has-border .pi-submenu { border-color: #8463a9; } .pi-submenu-white.pi-items-have-borders li { border-color: #eef1f1; } .pi-submenu-white.pi-items-have-double-borders li { border-color: #eef1f1; } .pi-submenu-white.pi-items-have-double-borders li:before, .pi-submenu-white.pi-items-have-double-borders li:after { display: block; width: 100%; height: 1px; content: " "; position: absolute; left: 0; z-index: 1; background: #ffffff; } .pi-submenu-white.pi-items-have-double-borders li:before { top: 0; } .pi-submenu-white.pi-items-have-double-borders li:after { bottom: 0; } .pi-submenu-white.pi-items-have-double-borders li:hover:before, .pi-submenu-white.pi-items-have-double-borders li:hover:after { background: #fcfdfd; } .pi-submenu-grey li { background: #f4f6f6; color: #4a5058; } .pi-submenu-grey li > a { color: #4a5058; } .pi-submenu-grey li:hover { background: #fafbfc; color: #8463a9; } .pi-submenu-grey li:hover > a { color: #8463a9; } .pi-submenu-grey li.active { background: #fafbfc; color: #8463a9; } .pi-submenu-grey li.active > a { color: #8463a9; } .pi-submenu-grey li.active:hover { background: #fafbfc; color: #8463a9; } .pi-submenu-grey li.active:hover > a { color: #8463a9; } .pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown > a:after { color: #666970; } .pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after { color: #8463a9; } .pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-submenu-grey.pi-has-shadow { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .pi-submenu-grey.pi-has-shadow .pi-submenu { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .pi-submenu-grey.pi-has-border, .pi-submenu-grey.pi-has-border .pi-submenu { border-color: #8463a9; } .pi-submenu-grey.pi-items-have-borders li { border-color: #e6eaea; } .pi-submenu-grey.pi-items-have-double-borders li { border-color: #e6eaea; } .pi-submenu-grey.pi-items-have-double-borders li:before, .pi-submenu-grey.pi-items-have-double-borders li:after { display: block; width: 100%; height: 1px; content: " "; position: absolute; left: 0; z-index: 1; background: #f5f7f9; } .pi-submenu-grey.pi-items-have-double-borders li:before { top: 0; } .pi-submenu-grey.pi-items-have-double-borders li:after { bottom: 0; } .pi-submenu-grey.pi-items-have-double-borders li:hover:before, .pi-submenu-grey.pi-items-have-double-borders li:hover:after { background: #fdfdfe; } .pi-submenu-base li { background: #745698; color: #ffffff; } .pi-submenu-base li > a { color: #ffffff; } .pi-submenu-base li:hover { background: #7a5b9f; color: #ffffff; } .pi-submenu-base li:hover > a { color: #ffffff; } .pi-submenu-base li.active { background: #7a5b9f; color: #ffffff; } .pi-submenu-base li.active > a { color: #ffffff; } .pi-submenu-base li.active:hover { background: #7a5b9f; color: #ffffff; } .pi-submenu-base li.active:hover > a { color: #ffffff; } .pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown > a:after { color: #ffffff; } .pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after { color: #ffffff; } .pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after { color: #ffffff; } .pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after { color: #ffffff; } .pi-submenu-base.pi-has-shadow { -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } .pi-submenu-base.pi-has-shadow .pi-submenu { -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } .pi-submenu-base.pi-has-border, .pi-submenu-base.pi-has-border .pi-submenu { border-color: #644786; } .pi-submenu-base.pi-items-have-borders li { border-color: #8569a6; } .pi-submenu-base.pi-items-have-double-borders li { border-color: #624785; } .pi-submenu-base.pi-items-have-double-borders li:before, .pi-submenu-base.pi-items-have-double-borders li:after { display: block; width: 100%; height: 1px; content: " "; position: absolute; left: 0; z-index: 1; background: #785b9c; } .pi-submenu-base.pi-items-have-double-borders li:before { top: 0; } .pi-submenu-base.pi-items-have-double-borders li:after { bottom: 0; } .pi-submenu-base.pi-items-have-double-borders li:hover:before, .pi-submenu-base.pi-items-have-double-borders li:hover:after { background: #7e60a2; } .pi-submenu-dark li { background: #1e2127; color: #abb3b9; } .pi-submenu-dark li > a { color: #abb3b9; } .pi-submenu-dark li:hover { background: #21262c; color: #9373b8; } .pi-submenu-dark li:hover > a { color: #9373b8; } .pi-submenu-dark li.active { background: #21262c; color: #9373b8; } .pi-submenu-dark li.active > a { color: #9373b8; } .pi-submenu-dark li.active:hover { background: #21262c; color: #9373b8; } .pi-submenu-dark li.active:hover > a { color: #9373b8; } .pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown > a:after { color: #9dadb4; } .pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after { color: #9373b8; } .pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after { color: #8463a9; } .pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after { color: #8463a9; } .pi-submenu-dark.pi-has-shadow { -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); } .pi-submenu-dark.pi-has-shadow .pi-submenu { -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); } .pi-submenu-dark.pi-has-border, .pi-submenu-dark.pi-has-border .pi-submenu { border-color: #8463a9; } .pi-submenu-dark.pi-items-have-borders li { border-color: #262c33; } .pi-submenu-dark.pi-items-have-double-borders li { border-color: #15171b; } .pi-submenu-dark.pi-items-have-double-borders li:before, .pi-submenu-dark.pi-items-have-double-borders li:after { display: block; width: 100%; height: 1px; content: " "; position: absolute; left: 0; z-index: 1; background: #21242b; } .pi-submenu-dark.pi-items-have-double-borders li:before { top: 0; } .pi-submenu-dark.pi-items-have-double-borders li:after { bottom: 0; } .pi-submenu-dark.pi-items-have-double-borders li:hover:before, .pi-submenu-dark.pi-items-have-double-borders li:hover:after { background: #242a30; } .pi-submenu-wide-white.pi-has-border { border-color: #8463a9; } .pi-submenu-wide-grey.pi-has-border { border-color: #8463a9; } .pi-submenu-wide-base.pi-has-border { border-color: #644786; } .pi-submenu-wide-dark.pi-has-border { border-color: #8463a9; } .pi-section-base .pi-submenu-base.pi-has-border, .pi-section-base .pi-submenu-dark.pi-has-border { border-color: #644786 !important; } .pi-section-base .pi-submenu-white.pi-has-border, .pi-section-base .pi-submenu-grey.pi-has-border { border-color: #CDDBDB !important; } .pi-section-base .pi-menu-btn-list .pi-submenu-base.pi-has-border, .pi-section-base .pi-menu-btn-list .pi-submenu-dark.pi-has-border, .pi-section-base .pi-menu-btn-list .pi-submenu-white.pi-has-border, .pi-section-base .pi-menu-btn-list .pi-submenu-grey.pi-has-border { border-color: #644786 !important; }
0.252845
0.050729
@import url('https://fonts.googleapis.com/css?family=Lato'); @import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css'); @import './styles/reset.css'; @import './styles/typography.css'; @import './styles/buttons.css'; @import './styles/forms.css'; body { background: #FBF8F6; } /* header styles */ header { background: #FFFFFF; height: 6rem; box-shadow: 0 0.125rem 0.1875rem -0.125rem rgba(0, 0, 0, .2) } .header-wrapper { max-width: 72rem; margin: 0 auto; height: 6rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; flex: 1 0 100%; position: relative; padding: 0 1rem; color: #666666; } .header-wrapper img { max-width: 10rem; } .header-wrapper .logo { flex: 0 0 10rem; } .header-wrapper .signup { flex: 0 0 30%; text-align: right; font-size: .875rem; } /* main styles */ .main-wrapper { max-width: 72rem; margin: 4rem auto; /* padding: 4rem 0; */ } .main-wrapper .form-container { /* width: 58.33333%; */ max-width: 40.833125rem; background: #FFFFFF; margin: 0 auto; box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, .1); border-radius: 4px; } .main-wrapper .form-container .heading { font-size: 2.5rem; font-weight: 600; line-height: 3rem; text-align: center; padding: 2rem 1rem; border-bottom: 1px solid #ddd; } .main-wrapper .form-container .content { margin: 0 auto; text-align: center; padding: 2rem 0rem; max-width: 18rem; } .main-wrapper .form-container .or-wrapper { margin: 1rem 0; margin-bottom: 1.4rem; position: relative; text-align: center; z-index: 1; text-align: center; } .main-wrapper .form-container .or-wrapper .or span { font-weight: bold; background: #FFFFFF; padding: 0 2rem; } .main-wrapper .form-container .or-wrapper .or::after { background: #dddddd; bottom: .5rem; content: ''; display: block; height: .0625rem; left: 0; position: absolute; width: 100%; z-index: -1; } .main-wrapper .form-container .footer { text-align: center; padding: 2rem 1rem; border-top: 1px solid #ddd; } /* footer styles */ .footer-logo { background: url(./assets/images/icons/logo-bbb.png) no-repeat left center #ccc; border-radius: .625rem; border: 1px solid #ddd; color: #fff; display: table; font-weight: 600; font-size: .625rem; line-height: 1.2; margin: 0 auto; padding: .625rem .5rem .625rem 3.125rem; text-transform: uppercase; }
style.css
@import url('https://fonts.googleapis.com/css?family=Lato'); @import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css'); @import './styles/reset.css'; @import './styles/typography.css'; @import './styles/buttons.css'; @import './styles/forms.css'; body { background: #FBF8F6; } /* header styles */ header { background: #FFFFFF; height: 6rem; box-shadow: 0 0.125rem 0.1875rem -0.125rem rgba(0, 0, 0, .2) } .header-wrapper { max-width: 72rem; margin: 0 auto; height: 6rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; flex: 1 0 100%; position: relative; padding: 0 1rem; color: #666666; } .header-wrapper img { max-width: 10rem; } .header-wrapper .logo { flex: 0 0 10rem; } .header-wrapper .signup { flex: 0 0 30%; text-align: right; font-size: .875rem; } /* main styles */ .main-wrapper { max-width: 72rem; margin: 4rem auto; /* padding: 4rem 0; */ } .main-wrapper .form-container { /* width: 58.33333%; */ max-width: 40.833125rem; background: #FFFFFF; margin: 0 auto; box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, .1); border-radius: 4px; } .main-wrapper .form-container .heading { font-size: 2.5rem; font-weight: 600; line-height: 3rem; text-align: center; padding: 2rem 1rem; border-bottom: 1px solid #ddd; } .main-wrapper .form-container .content { margin: 0 auto; text-align: center; padding: 2rem 0rem; max-width: 18rem; } .main-wrapper .form-container .or-wrapper { margin: 1rem 0; margin-bottom: 1.4rem; position: relative; text-align: center; z-index: 1; text-align: center; } .main-wrapper .form-container .or-wrapper .or span { font-weight: bold; background: #FFFFFF; padding: 0 2rem; } .main-wrapper .form-container .or-wrapper .or::after { background: #dddddd; bottom: .5rem; content: ''; display: block; height: .0625rem; left: 0; position: absolute; width: 100%; z-index: -1; } .main-wrapper .form-container .footer { text-align: center; padding: 2rem 1rem; border-top: 1px solid #ddd; } /* footer styles */ .footer-logo { background: url(./assets/images/icons/logo-bbb.png) no-repeat left center #ccc; border-radius: .625rem; border: 1px solid #ddd; color: #fff; display: table; font-weight: 600; font-size: .625rem; line-height: 1.2; margin: 0 auto; padding: .625rem .5rem .625rem 3.125rem; text-transform: uppercase; }
0.387922
0.059047
.filter_label{ color: #017083; } .filter_link{ color: #FFFFFF; text-decoration: none; } .filter_link:hover{ text-decoration: underline; } .sf_filter_header{ background: #5D93CE; border-radius: 3px; } .sf_filter_header a{ color: white; } .sf_table .sortable, .sf_table .sorted a{ color: #FFFFFF; } .sf_table .sortable:hover, .sf_table .sorted a:hover{ text-decoration: underline; } .sf_table .pagination { margin: 3px 0; } #sf_filter ul li{ display: inline-block; } #sf_filter td{ min-width: 370px; width: 370px; border-top: none; border-bottom: 1px solid #DDDDDD; } #sf_filter th{ text-align: center; } #sf_filter img{ margin-bottom: 10px; } #sf_filter .sf_filter_condition_pattern, #sf_filter .sf_filter_condition_operator, #sf_filter .sf_filter_text, #sf_filter .sf_filter_select{ line-height: 18px !important; height: 18px !important; font-size: 10px !important; padding: 1px !important; } #sf_filter .sf_filter_condition_pattern{ width: 50px !important; } #sf_filter .sf_filter_condition_operator{ width: 60px !important; } #sf_filter .sf_filter_text{ line-height: 14px !important; height: 14px !important; font-size: 9px !important; width: 180px !important; } #sf_filter .sf_filter_text_min{ width: 100px !important; } #sf_filter .sf_filter_select{ width: 180px !important; } #sf_filter .th_footer{ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #5D93CE !important; } /* END FILTER */ .table-condensed th, .table-condensed td { padding: 4px 5px; } .sf_table th, .sf_table td { border-top: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD; line-height: 20px; padding: 8px; vertical-align: top; } .sf_table th{ background: #5D93CE !important; vertical-align: middle !important; text-align: center; padding-left: 5px !important; padding-right: 5px !important; } .pagination{ font-size: 10px; } .autosum th{ background: #D9DBDB !important; border-top: 2px solid #999999; }
src/Zk/InterfaceBundle/Resources/public/css/admin_interface.css
.filter_label{ color: #017083; } .filter_link{ color: #FFFFFF; text-decoration: none; } .filter_link:hover{ text-decoration: underline; } .sf_filter_header{ background: #5D93CE; border-radius: 3px; } .sf_filter_header a{ color: white; } .sf_table .sortable, .sf_table .sorted a{ color: #FFFFFF; } .sf_table .sortable:hover, .sf_table .sorted a:hover{ text-decoration: underline; } .sf_table .pagination { margin: 3px 0; } #sf_filter ul li{ display: inline-block; } #sf_filter td{ min-width: 370px; width: 370px; border-top: none; border-bottom: 1px solid #DDDDDD; } #sf_filter th{ text-align: center; } #sf_filter img{ margin-bottom: 10px; } #sf_filter .sf_filter_condition_pattern, #sf_filter .sf_filter_condition_operator, #sf_filter .sf_filter_text, #sf_filter .sf_filter_select{ line-height: 18px !important; height: 18px !important; font-size: 10px !important; padding: 1px !important; } #sf_filter .sf_filter_condition_pattern{ width: 50px !important; } #sf_filter .sf_filter_condition_operator{ width: 60px !important; } #sf_filter .sf_filter_text{ line-height: 14px !important; height: 14px !important; font-size: 9px !important; width: 180px !important; } #sf_filter .sf_filter_text_min{ width: 100px !important; } #sf_filter .sf_filter_select{ width: 180px !important; } #sf_filter .th_footer{ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #5D93CE !important; } /* END FILTER */ .table-condensed th, .table-condensed td { padding: 4px 5px; } .sf_table th, .sf_table td { border-top: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD; line-height: 20px; padding: 8px; vertical-align: top; } .sf_table th{ background: #5D93CE !important; vertical-align: middle !important; text-align: center; padding-left: 5px !important; padding-right: 5px !important; } .pagination{ font-size: 10px; } .autosum th{ background: #D9DBDB !important; border-top: 2px solid #999999; }
0.351089
0.082994
.row-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: -15px; margin-left: -15px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .row-flex.reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .col-flex-xs-1, .col-flex-sm-1, .col-flex-md-1, .col-flex-lg-1, .col-flex-xs-2, .col-flex-sm-2, .col-flex-md-2, .col-flex-lg-2, .col-flex-xs-3, .col-flex-sm-3, .col-flex-md-3, .col-flex-lg-3, .col-flex-xs-4, .col-flex-sm-4, .col-flex-md-4, .col-flex-lg-4, .col-flex-xs-5, .col-flex-sm-5, .col-flex-md-5, .col-flex-lg-5, .col-flex-xs-6, .col-flex-sm-6, .col-flex-md-6, .col-flex-lg-6, .col-flex-xs-7, .col-flex-sm-7, .col-flex-md-7, .col-flex-lg-7, .col-flex-xs-8, .col-flex-sm-8, .col-flex-md-8, .col-flex-lg-8, .col-flex-xs-9, .col-flex-sm-9, .col-flex-md-9, .col-flex-lg-9, .col-flex-xs-10, .col-flex-sm-10, .col-flex-md-10, .col-flex-lg-10, .col-flex-xs-11, .col-flex-sm-11, .col-flex-md-11, .col-flex-lg-11, .col-flex-xs-12, .col-flex-sm-12, .col-flex-md-12, .col-flex-lg-12 { width: 100%; max-width: 100%; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 15px; padding-left: 15px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .start-xs { -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .start-xs.text-start { text-align: start; } .center-xs { -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .center-xs.text-center { text-align: center; } .end-xs { -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } .end-xs.text-end { text-align: end; } .top-xs { -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .middle-xs { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .bottom-xs { -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .col-flex-xs-1 { width: 8.333333%; max-width: 8.333333%; -webkit-flex-basis: 8.333333%; -ms-flex-preferred-size: 8.333333%; flex-basis: 8.333333%; } .col-flex-xs-2 { width: 16.666667%; max-width: 16.666667%; -webkit-flex-basis: 16.666667%; -ms-flex-preferred-size: 16.666667%; flex-basis: 16.666667%; } .col-flex-xs-3 { width: 25%; max-width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } .col-flex-xs-4 { width: 33.333333%; max-width: 33.333333%; -webkit-flex-basis: 33.333333%; -ms-flex-preferred-size: 33.333333%; flex-basis: 33.333333%; } .col-flex-xs-5 { width: 41.666667%; max-width: 41.666667%; -webkit-flex-basis: 41.666667%; -ms-flex-preferred-size: 41.666667%; flex-basis: 41.666667%; } .col-flex-xs-6 { width: 50%; max-width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } .col-flex-xs-7 { width: 58.333333%; max-width: 58.333333%; -webkit-flex-basis: 58.333333%; -ms-flex-preferred-size: 58.333333%; flex-basis: 58.333333%; } .col-flex-xs-8 { width: 66.666667%; max-width: 66.666667%; -webkit-flex-basis: 66.666667%; -ms-flex-preferred-size: 66.666667%; flex-basis: 66.666667%; } .col-flex-xs-9 { width: 75%; max-width: 75%; -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; } .col-flex-xs-10 { width: 83.333333%; max-width: 83.333333%; -webkit-flex-basis: 83.333333%; -ms-flex-preferred-size: 83.333333%; flex-basis: 83.333333%; } .col-flex-xs-11 { width: 91.666667%; max-width: 91.666667%; -webkit-flex-basis: 91.666667%; -ms-flex-preferred-size: 91.666667%; flex-basis: 91.666667%; } .col-flex-xs-12 { width: 100%; max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .col-flex-xs-pull-0 { right: auto; } .col-flex-xs-pull-1 { right: 8.333333%; } .col-flex-xs-pull-2 { right: 16.666667%; } .col-flex-xs-pull-3 { right: 25%; } .col-flex-xs-pull-4 { right: 33.333333%; } .col-flex-xs-pull-5 { right: 41.666667%; } .col-flex-xs-pull-6 { right: 50%; } .col-flex-xs-pull-7 { right: 58.333333%; } .col-flex-xs-pull-8 { right: 66.666667%; } .col-flex-xs-pull-9 { right: 75%; } .col-flex-xs-pull-10 { right: 83.333333%; } .col-flex-xs-pull-11 { right: 91.666667%; } .col-flex-xs-pull-12 { right: 100%; } .col-flex-xs-push-0 { left: auto; } .col-flex-xs-push-1 { left: 8.333333%; } .col-flex-xs-push-2 { left: 16.666667%; } .col-flex-xs-push-3 { left: 25%; } .col-flex-xs-push-4 { left: 33.333333%; } .col-flex-xs-push-5 { left: 41.666667%; } .col-flex-xs-push-6 { left: 50%; } .col-flex-xs-push-7 { left: 58.333333%; } .col-flex-xs-push-8 { left: 66.666667%; } .col-flex-xs-push-9 { left: 75%; } .col-flex-xs-push-10 { left: 83.333333%; } .col-flex-xs-push-11 { left: 91.666667%; } .col-flex-xs-push-12 { left: 100%; } .col-flex-xs-offset-0 { margin-left: 0; } .col-flex-xs-offset-1 { margin-left: 8.333333%; } .col-flex-xs-offset-2 { margin-left: 16.666667%; } .col-flex-xs-offset-3 { margin-left: 25%; } .col-flex-xs-offset-4 { margin-left: 33.333333%; } .col-flex-xs-offset-5 { margin-left: 41.666667%; } .col-flex-xs-offset-6 { margin-left: 50%; } .col-flex-xs-offset-7 { margin-left: 58.333333%; } .col-flex-xs-offset-8 { margin-left: 66.666667%; } .col-flex-xs-offset-9 { margin-left: 75%; } .col-flex-xs-offset-10 { margin-left: 83.333333%; } .col-flex-xs-offset-11 { margin-left: 91.666667%; } .col-flex-xs-offset-12 { margin-left: 100%; } @media (min-width: 768px) { .start-sm { -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .start-sm.text-start { text-align: start; } .center-sm { -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .center-sm.text-center { text-align: center; } .end-sm { -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } .end-sm.text-end { text-align: end; } .top-sm { -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .middle-sm { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .bottom-sm { -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .col-flex-sm-1 { width: 8.333333%; max-width: 8.333333%; -webkit-flex-basis: 8.333333%; -ms-flex-preferred-size: 8.333333%; flex-basis: 8.333333%; } .col-flex-sm-2 { width: 16.666667%; max-width: 16.666667%; -webkit-flex-basis: 16.666667%; -ms-flex-preferred-size: 16.666667%; flex-basis: 16.666667%; } .col-flex-sm-3 { width: 25%; max-width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } .col-flex-sm-4 { width: 33.333333%; max-width: 33.333333%; -webkit-flex-basis: 33.333333%; -ms-flex-preferred-size: 33.333333%; flex-basis: 33.333333%; } .col-flex-sm-5 { width: 41.666667%; max-width: 41.666667%; -webkit-flex-basis: 41.666667%; -ms-flex-preferred-size: 41.666667%; flex-basis: 41.666667%; } .col-flex-sm-6 { width: 50%; max-width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } .col-flex-sm-7 { width: 58.333333%; max-width: 58.333333%; -webkit-flex-basis: 58.333333%; -ms-flex-preferred-size: 58.333333%; flex-basis: 58.333333%; } .col-flex-sm-8 { width: 66.666667%; max-width: 66.666667%; -webkit-flex-basis: 66.666667%; -ms-flex-preferred-size: 66.666667%; flex-basis: 66.666667%; } .col-flex-sm-9 { width: 75%; max-width: 75%; -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; } .col-flex-sm-10 { width: 83.333333%; max-width: 83.333333%; -webkit-flex-basis: 83.333333%; -ms-flex-preferred-size: 83.333333%; flex-basis: 83.333333%; } .col-flex-sm-11 { width: 91.666667%; max-width: 91.666667%; -webkit-flex-basis: 91.666667%; -ms-flex-preferred-size: 91.666667%; flex-basis: 91.666667%; } .col-flex-sm-12 { width: 100%; max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .col-flex-sm-pull-0 { right: auto; } .col-flex-sm-pull-1 { right: 8.333333%; } .col-flex-sm-pull-2 { right: 16.666667%; } .col-flex-sm-pull-3 { right: 25%; } .col-flex-sm-pull-4 { right: 33.333333%; } .col-flex-sm-pull-5 { right: 41.666667%; } .col-flex-sm-pull-6 { right: 50%; } .col-flex-sm-pull-7 { right: 58.333333%; } .col-flex-sm-pull-8 { right: 66.666667%; } .col-flex-sm-pull-9 { right: 75%; } .col-flex-sm-pull-10 { right: 83.333333%; } .col-flex-sm-pull-11 { right: 91.666667%; } .col-flex-sm-pull-12 { right: 100%; } .col-flex-sm-push-0 { left: auto; } .col-flex-sm-push-1 { left: 8.333333%; } .col-flex-sm-push-2 { left: 16.666667%; } .col-flex-sm-push-3 { left: 25%; } .col-flex-sm-push-4 { left: 33.333333%; } .col-flex-sm-push-5 { left: 41.666667%; } .col-flex-sm-push-6 { left: 50%; } .col-flex-sm-push-7 { left: 58.333333%; } .col-flex-sm-push-8 { left: 66.666667%; } .col-flex-sm-push-9 { left: 75%; } .col-flex-sm-push-10 { left: 83.333333%; } .col-flex-sm-push-11 { left: 91.666667%; } .col-flex-sm-push-12 { left: 100%; } .col-flex-sm-offset-0 { margin-left: 0; } .col-flex-sm-offset-1 { margin-left: 8.333333%; } .col-flex-sm-offset-2 { margin-left: 16.666667%; } .col-flex-sm-offset-3 { margin-left: 25%; } .col-flex-sm-offset-4 { margin-left: 33.333333%; } .col-flex-sm-offset-5 { margin-left: 41.666667%; } .col-flex-sm-offset-6 { margin-left: 50%; } .col-flex-sm-offset-7 { margin-left: 58.333333%; } .col-flex-sm-offset-8 { margin-left: 66.666667%; } .col-flex-sm-offset-9 { margin-left: 75%; } .col-flex-sm-offset-10 { margin-left: 83.333333%; } .col-flex-sm-offset-11 { margin-left: 91.666667%; } .col-flex-sm-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { .start-md { -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .start-md.text-start { text-align: start; } .center-md { -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .center-md.text-center { text-align: center; } .end-md { -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } .end-md.text-end { text-align: end; } .top-md { -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .middle-md { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .bottom-md { -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .col-flex-md-1 { width: 8.333333%; max-width: 8.333333%; -webkit-flex-basis: 8.333333%; -ms-flex-preferred-size: 8.333333%; flex-basis: 8.333333%; } .col-flex-md-2 { width: 16.666667%; max-width: 16.666667%; -webkit-flex-basis: 16.666667%; -ms-flex-preferred-size: 16.666667%; flex-basis: 16.666667%; } .col-flex-md-3 { width: 25%; max-width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } .col-flex-md-4 { width: 33.333333%; max-width: 33.333333%; -webkit-flex-basis: 33.333333%; -ms-flex-preferred-size: 33.333333%; flex-basis: 33.333333%; } .col-flex-md-5 { width: 41.666667%; max-width: 41.666667%; -webkit-flex-basis: 41.666667%; -ms-flex-preferred-size: 41.666667%; flex-basis: 41.666667%; } .col-flex-md-6 { width: 50%; max-width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } .col-flex-md-7 { width: 58.333333%; max-width: 58.333333%; -webkit-flex-basis: 58.333333%; -ms-flex-preferred-size: 58.333333%; flex-basis: 58.333333%; } .col-flex-md-8 { width: 66.666667%; max-width: 66.666667%; -webkit-flex-basis: 66.666667%; -ms-flex-preferred-size: 66.666667%; flex-basis: 66.666667%; } .col-flex-md-9 { width: 75%; max-width: 75%; -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; } .col-flex-md-10 { width: 83.333333%; max-width: 83.333333%; -webkit-flex-basis: 83.333333%; -ms-flex-preferred-size: 83.333333%; flex-basis: 83.333333%; } .col-flex-md-11 { width: 91.666667%; max-width: 91.666667%; -webkit-flex-basis: 91.666667%; -ms-flex-preferred-size: 91.666667%; flex-basis: 91.666667%; } .col-flex-md-12 { width: 100%; max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .col-flex-md-pull-0 { right: auto; } .col-flex-md-pull-1 { right: 8.333333%; } .col-flex-md-pull-2 { right: 16.666667%; } .col-flex-md-pull-3 { right: 25%; } .col-flex-md-pull-4 { right: 33.333333%; } .col-flex-md-pull-5 { right: 41.666667%; } .col-flex-md-pull-6 { right: 50%; } .col-flex-md-pull-7 { right: 58.333333%; } .col-flex-md-pull-8 { right: 66.666667%; } .col-flex-md-pull-9 { right: 75%; } .col-flex-md-pull-10 { right: 83.333333%; } .col-flex-md-pull-11 { right: 91.666667%; } .col-flex-md-pull-12 { right: 100%; } .col-flex-md-push-0 { left: auto; } .col-flex-md-push-1 { left: 8.333333%; } .col-flex-md-push-2 { left: 16.666667%; } .col-flex-md-push-3 { left: 25%; } .col-flex-md-push-4 { left: 33.333333%; } .col-flex-md-push-5 { left: 41.666667%; } .col-flex-md-push-6 { left: 50%; } .col-flex-md-push-7 { left: 58.333333%; } .col-flex-md-push-8 { left: 66.666667%; } .col-flex-md-push-9 { left: 75%; } .col-flex-md-push-10 { left: 83.333333%; } .col-flex-md-push-11 { left: 91.666667%; } .col-flex-md-push-12 { left: 100%; } .col-flex-md-offset-0 { margin-left: 0; } .col-flex-md-offset-1 { margin-left: 8.333333%; } .col-flex-md-offset-2 { margin-left: 16.666667%; } .col-flex-md-offset-3 { margin-left: 25%; } .col-flex-md-offset-4 { margin-left: 33.333333%; } .col-flex-md-offset-5 { margin-left: 41.666667%; } .col-flex-md-offset-6 { margin-left: 50%; } .col-flex-md-offset-7 { margin-left: 58.333333%; } .col-flex-md-offset-8 { margin-left: 66.666667%; } .col-flex-md-offset-9 { margin-left: 75%; } .col-flex-md-offset-10 { margin-left: 83.333333%; } .col-flex-md-offset-11 { margin-left: 91.666667%; } .col-flex-md-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { .start-lg { -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .start-lg.text-start { text-align: start; } .center-lg { -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .center-lg.text-center { text-align: center; } .end-lg { -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } .end-lg.text-end { text-align: end; } .top-lg { -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .middle-lg { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .bottom-lg { -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .col-flex-lg-1 { width: 8.333333%; max-width: 8.333333%; -webkit-flex-basis: 8.333333%; -ms-flex-preferred-size: 8.333333%; flex-basis: 8.333333%; } .col-flex-lg-2 { width: 16.666667%; max-width: 16.666667%; -webkit-flex-basis: 16.666667%; -ms-flex-preferred-size: 16.666667%; flex-basis: 16.666667%; } .col-flex-lg-3 { width: 25%; max-width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } .col-flex-lg-4 { width: 33.333333%; max-width: 33.333333%; -webkit-flex-basis: 33.333333%; -ms-flex-preferred-size: 33.333333%; flex-basis: 33.333333%; } .col-flex-lg-5 { width: 41.666667%; max-width: 41.666667%; -webkit-flex-basis: 41.666667%; -ms-flex-preferred-size: 41.666667%; flex-basis: 41.666667%; } .col-flex-lg-6 { width: 50%; max-width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } .col-flex-lg-7 { width: 58.333333%; max-width: 58.333333%; -webkit-flex-basis: 58.333333%; -ms-flex-preferred-size: 58.333333%; flex-basis: 58.333333%; } .col-flex-lg-8 { width: 66.666667%; max-width: 66.666667%; -webkit-flex-basis: 66.666667%; -ms-flex-preferred-size: 66.666667%; flex-basis: 66.666667%; } .col-flex-lg-9 { width: 75%; max-width: 75%; -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; } .col-flex-lg-10 { width: 83.333333%; max-width: 83.333333%; -webkit-flex-basis: 83.333333%; -ms-flex-preferred-size: 83.333333%; flex-basis: 83.333333%; } .col-flex-lg-11 { width: 91.666667%; max-width: 91.666667%; -webkit-flex-basis: 91.666667%; -ms-flex-preferred-size: 91.666667%; flex-basis: 91.666667%; } .col-flex-lg-12 { width: 100%; max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .col-flex-lg-pull-0 { right: auto; } .col-flex-lg-pull-1 { right: 8.333333%; } .col-flex-lg-pull-2 { right: 16.666667%; } .col-flex-lg-pull-3 { right: 25%; } .col-flex-lg-pull-4 { right: 33.333333%; } .col-flex-lg-pull-5 { right: 41.666667%; } .col-flex-lg-pull-6 { right: 50%; } .col-flex-lg-pull-7 { right: 58.333333%; } .col-flex-lg-pull-8 { right: 66.666667%; } .col-flex-lg-pull-9 { right: 75%; } .col-flex-lg-pull-10 { right: 83.333333%; } .col-flex-lg-pull-11 { right: 91.666667%; } .col-flex-lg-pull-12 { right: 100%; } .col-flex-lg-push-0 { left: auto; } .col-flex-lg-push-1 { left: 8.333333%; } .col-flex-lg-push-2 { left: 16.666667%; } .col-flex-lg-push-3 { left: 25%; } .col-flex-lg-push-4 { left: 33.333333%; } .col-flex-lg-push-5 { left: 41.666667%; } .col-flex-lg-push-6 { left: 50%; } .col-flex-lg-push-7 { left: 58.333333%; } .col-flex-lg-push-8 { left: 66.666667%; } .col-flex-lg-push-9 { left: 75%; } .col-flex-lg-push-10 { left: 83.333333%; } .col-flex-lg-push-11 { left: 91.666667%; } .col-flex-lg-push-12 { left: 100%; } .col-flex-lg-offset-0 { margin-left: 0; } .col-flex-lg-offset-1 { margin-left: 8.333333%; } .col-flex-lg-offset-2 { margin-left: 16.666667%; } .col-flex-lg-offset-3 { margin-left: 25%; } .col-flex-lg-offset-4 { margin-left: 33.333333%; } .col-flex-lg-offset-5 { margin-left: 41.666667%; } .col-flex-lg-offset-6 { margin-left: 50%; } .col-flex-lg-offset-7 { margin-left: 58.333333%; } .col-flex-lg-offset-8 { margin-left: 66.666667%; } .col-flex-lg-offset-9 { margin-left: 75%; } .col-flex-lg-offset-10 { margin-left: 83.333333%; } .col-flex-lg-offset-11 { margin-left: 91.666667%; } .col-flex-lg-offset-12 { margin-left: 100%; } } /*# sourceMappingURL=bootstrap-grid-flexbox.css.map */
TenneSite/site/src/main/resources/css/bootstrap-grid-flexbox.css
.row-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: -15px; margin-left: -15px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .row-flex.reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .col-flex-xs-1, .col-flex-sm-1, .col-flex-md-1, .col-flex-lg-1, .col-flex-xs-2, .col-flex-sm-2, .col-flex-md-2, .col-flex-lg-2, .col-flex-xs-3, .col-flex-sm-3, .col-flex-md-3, .col-flex-lg-3, .col-flex-xs-4, .col-flex-sm-4, .col-flex-md-4, .col-flex-lg-4, .col-flex-xs-5, .col-flex-sm-5, .col-flex-md-5, .col-flex-lg-5, .col-flex-xs-6, .col-flex-sm-6, .col-flex-md-6, .col-flex-lg-6, .col-flex-xs-7, .col-flex-sm-7, .col-flex-md-7, .col-flex-lg-7, .col-flex-xs-8, .col-flex-sm-8, .col-flex-md-8, .col-flex-lg-8, .col-flex-xs-9, .col-flex-sm-9, .col-flex-md-9, .col-flex-lg-9, .col-flex-xs-10, .col-flex-sm-10, .col-flex-md-10, .col-flex-lg-10, .col-flex-xs-11, .col-flex-sm-11, .col-flex-md-11, .col-flex-lg-11, .col-flex-xs-12, .col-flex-sm-12, .col-flex-md-12, .col-flex-lg-12 { width: 100%; max-width: 100%; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 15px; padding-left: 15px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .start-xs { -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .start-xs.text-start { text-align: start; } .center-xs { -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .center-xs.text-center { text-align: center; } .end-xs { -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } .end-xs.text-end { text-align: end; } .top-xs { -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .middle-xs { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .bottom-xs { -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .col-flex-xs-1 { width: 8.333333%; max-width: 8.333333%; -webkit-flex-basis: 8.333333%; -ms-flex-preferred-size: 8.333333%; flex-basis: 8.333333%; } .col-flex-xs-2 { width: 16.666667%; max-width: 16.666667%; -webkit-flex-basis: 16.666667%; -ms-flex-preferred-size: 16.666667%; flex-basis: 16.666667%; } .col-flex-xs-3 { width: 25%; max-width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } .col-flex-xs-4 { width: 33.333333%; max-width: 33.333333%; -webkit-flex-basis: 33.333333%; -ms-flex-preferred-size: 33.333333%; flex-basis: 33.333333%; } .col-flex-xs-5 { width: 41.666667%; max-width: 41.666667%; -webkit-flex-basis: 41.666667%; -ms-flex-preferred-size: 41.666667%; flex-basis: 41.666667%; } .col-flex-xs-6 { width: 50%; max-width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } .col-flex-xs-7 { width: 58.333333%; max-width: 58.333333%; -webkit-flex-basis: 58.333333%; -ms-flex-preferred-size: 58.333333%; flex-basis: 58.333333%; } .col-flex-xs-8 { width: 66.666667%; max-width: 66.666667%; -webkit-flex-basis: 66.666667%; -ms-flex-preferred-size: 66.666667%; flex-basis: 66.666667%; } .col-flex-xs-9 { width: 75%; max-width: 75%; -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; } .col-flex-xs-10 { width: 83.333333%; max-width: 83.333333%; -webkit-flex-basis: 83.333333%; -ms-flex-preferred-size: 83.333333%; flex-basis: 83.333333%; } .col-flex-xs-11 { width: 91.666667%; max-width: 91.666667%; -webkit-flex-basis: 91.666667%; -ms-flex-preferred-size: 91.666667%; flex-basis: 91.666667%; } .col-flex-xs-12 { width: 100%; max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .col-flex-xs-pull-0 { right: auto; } .col-flex-xs-pull-1 { right: 8.333333%; } .col-flex-xs-pull-2 { right: 16.666667%; } .col-flex-xs-pull-3 { right: 25%; } .col-flex-xs-pull-4 { right: 33.333333%; } .col-flex-xs-pull-5 { right: 41.666667%; } .col-flex-xs-pull-6 { right: 50%; } .col-flex-xs-pull-7 { right: 58.333333%; } .col-flex-xs-pull-8 { right: 66.666667%; } .col-flex-xs-pull-9 { right: 75%; } .col-flex-xs-pull-10 { right: 83.333333%; } .col-flex-xs-pull-11 { right: 91.666667%; } .col-flex-xs-pull-12 { right: 100%; } .col-flex-xs-push-0 { left: auto; } .col-flex-xs-push-1 { left: 8.333333%; } .col-flex-xs-push-2 { left: 16.666667%; } .col-flex-xs-push-3 { left: 25%; } .col-flex-xs-push-4 { left: 33.333333%; } .col-flex-xs-push-5 { left: 41.666667%; } .col-flex-xs-push-6 { left: 50%; } .col-flex-xs-push-7 { left: 58.333333%; } .col-flex-xs-push-8 { left: 66.666667%; } .col-flex-xs-push-9 { left: 75%; } .col-flex-xs-push-10 { left: 83.333333%; } .col-flex-xs-push-11 { left: 91.666667%; } .col-flex-xs-push-12 { left: 100%; } .col-flex-xs-offset-0 { margin-left: 0; } .col-flex-xs-offset-1 { margin-left: 8.333333%; } .col-flex-xs-offset-2 { margin-left: 16.666667%; } .col-flex-xs-offset-3 { margin-left: 25%; } .col-flex-xs-offset-4 { margin-left: 33.333333%; } .col-flex-xs-offset-5 { margin-left: 41.666667%; } .col-flex-xs-offset-6 { margin-left: 50%; } .col-flex-xs-offset-7 { margin-left: 58.333333%; } .col-flex-xs-offset-8 { margin-left: 66.666667%; } .col-flex-xs-offset-9 { margin-left: 75%; } .col-flex-xs-offset-10 { margin-left: 83.333333%; } .col-flex-xs-offset-11 { margin-left: 91.666667%; } .col-flex-xs-offset-12 { margin-left: 100%; } @media (min-width: 768px) { .start-sm { -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .start-sm.text-start { text-align: start; } .center-sm { -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .center-sm.text-center { text-align: center; } .end-sm { -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } .end-sm.text-end { text-align: end; } .top-sm { -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .middle-sm { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .bottom-sm { -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .col-flex-sm-1 { width: 8.333333%; max-width: 8.333333%; -webkit-flex-basis: 8.333333%; -ms-flex-preferred-size: 8.333333%; flex-basis: 8.333333%; } .col-flex-sm-2 { width: 16.666667%; max-width: 16.666667%; -webkit-flex-basis: 16.666667%; -ms-flex-preferred-size: 16.666667%; flex-basis: 16.666667%; } .col-flex-sm-3 { width: 25%; max-width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } .col-flex-sm-4 { width: 33.333333%; max-width: 33.333333%; -webkit-flex-basis: 33.333333%; -ms-flex-preferred-size: 33.333333%; flex-basis: 33.333333%; } .col-flex-sm-5 { width: 41.666667%; max-width: 41.666667%; -webkit-flex-basis: 41.666667%; -ms-flex-preferred-size: 41.666667%; flex-basis: 41.666667%; } .col-flex-sm-6 { width: 50%; max-width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } .col-flex-sm-7 { width: 58.333333%; max-width: 58.333333%; -webkit-flex-basis: 58.333333%; -ms-flex-preferred-size: 58.333333%; flex-basis: 58.333333%; } .col-flex-sm-8 { width: 66.666667%; max-width: 66.666667%; -webkit-flex-basis: 66.666667%; -ms-flex-preferred-size: 66.666667%; flex-basis: 66.666667%; } .col-flex-sm-9 { width: 75%; max-width: 75%; -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; } .col-flex-sm-10 { width: 83.333333%; max-width: 83.333333%; -webkit-flex-basis: 83.333333%; -ms-flex-preferred-size: 83.333333%; flex-basis: 83.333333%; } .col-flex-sm-11 { width: 91.666667%; max-width: 91.666667%; -webkit-flex-basis: 91.666667%; -ms-flex-preferred-size: 91.666667%; flex-basis: 91.666667%; } .col-flex-sm-12 { width: 100%; max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .col-flex-sm-pull-0 { right: auto; } .col-flex-sm-pull-1 { right: 8.333333%; } .col-flex-sm-pull-2 { right: 16.666667%; } .col-flex-sm-pull-3 { right: 25%; } .col-flex-sm-pull-4 { right: 33.333333%; } .col-flex-sm-pull-5 { right: 41.666667%; } .col-flex-sm-pull-6 { right: 50%; } .col-flex-sm-pull-7 { right: 58.333333%; } .col-flex-sm-pull-8 { right: 66.666667%; } .col-flex-sm-pull-9 { right: 75%; } .col-flex-sm-pull-10 { right: 83.333333%; } .col-flex-sm-pull-11 { right: 91.666667%; } .col-flex-sm-pull-12 { right: 100%; } .col-flex-sm-push-0 { left: auto; } .col-flex-sm-push-1 { left: 8.333333%; } .col-flex-sm-push-2 { left: 16.666667%; } .col-flex-sm-push-3 { left: 25%; } .col-flex-sm-push-4 { left: 33.333333%; } .col-flex-sm-push-5 { left: 41.666667%; } .col-flex-sm-push-6 { left: 50%; } .col-flex-sm-push-7 { left: 58.333333%; } .col-flex-sm-push-8 { left: 66.666667%; } .col-flex-sm-push-9 { left: 75%; } .col-flex-sm-push-10 { left: 83.333333%; } .col-flex-sm-push-11 { left: 91.666667%; } .col-flex-sm-push-12 { left: 100%; } .col-flex-sm-offset-0 { margin-left: 0; } .col-flex-sm-offset-1 { margin-left: 8.333333%; } .col-flex-sm-offset-2 { margin-left: 16.666667%; } .col-flex-sm-offset-3 { margin-left: 25%; } .col-flex-sm-offset-4 { margin-left: 33.333333%; } .col-flex-sm-offset-5 { margin-left: 41.666667%; } .col-flex-sm-offset-6 { margin-left: 50%; } .col-flex-sm-offset-7 { margin-left: 58.333333%; } .col-flex-sm-offset-8 { margin-left: 66.666667%; } .col-flex-sm-offset-9 { margin-left: 75%; } .col-flex-sm-offset-10 { margin-left: 83.333333%; } .col-flex-sm-offset-11 { margin-left: 91.666667%; } .col-flex-sm-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { .start-md { -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .start-md.text-start { text-align: start; } .center-md { -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .center-md.text-center { text-align: center; } .end-md { -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } .end-md.text-end { text-align: end; } .top-md { -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .middle-md { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .bottom-md { -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .col-flex-md-1 { width: 8.333333%; max-width: 8.333333%; -webkit-flex-basis: 8.333333%; -ms-flex-preferred-size: 8.333333%; flex-basis: 8.333333%; } .col-flex-md-2 { width: 16.666667%; max-width: 16.666667%; -webkit-flex-basis: 16.666667%; -ms-flex-preferred-size: 16.666667%; flex-basis: 16.666667%; } .col-flex-md-3 { width: 25%; max-width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } .col-flex-md-4 { width: 33.333333%; max-width: 33.333333%; -webkit-flex-basis: 33.333333%; -ms-flex-preferred-size: 33.333333%; flex-basis: 33.333333%; } .col-flex-md-5 { width: 41.666667%; max-width: 41.666667%; -webkit-flex-basis: 41.666667%; -ms-flex-preferred-size: 41.666667%; flex-basis: 41.666667%; } .col-flex-md-6 { width: 50%; max-width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } .col-flex-md-7 { width: 58.333333%; max-width: 58.333333%; -webkit-flex-basis: 58.333333%; -ms-flex-preferred-size: 58.333333%; flex-basis: 58.333333%; } .col-flex-md-8 { width: 66.666667%; max-width: 66.666667%; -webkit-flex-basis: 66.666667%; -ms-flex-preferred-size: 66.666667%; flex-basis: 66.666667%; } .col-flex-md-9 { width: 75%; max-width: 75%; -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; } .col-flex-md-10 { width: 83.333333%; max-width: 83.333333%; -webkit-flex-basis: 83.333333%; -ms-flex-preferred-size: 83.333333%; flex-basis: 83.333333%; } .col-flex-md-11 { width: 91.666667%; max-width: 91.666667%; -webkit-flex-basis: 91.666667%; -ms-flex-preferred-size: 91.666667%; flex-basis: 91.666667%; } .col-flex-md-12 { width: 100%; max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .col-flex-md-pull-0 { right: auto; } .col-flex-md-pull-1 { right: 8.333333%; } .col-flex-md-pull-2 { right: 16.666667%; } .col-flex-md-pull-3 { right: 25%; } .col-flex-md-pull-4 { right: 33.333333%; } .col-flex-md-pull-5 { right: 41.666667%; } .col-flex-md-pull-6 { right: 50%; } .col-flex-md-pull-7 { right: 58.333333%; } .col-flex-md-pull-8 { right: 66.666667%; } .col-flex-md-pull-9 { right: 75%; } .col-flex-md-pull-10 { right: 83.333333%; } .col-flex-md-pull-11 { right: 91.666667%; } .col-flex-md-pull-12 { right: 100%; } .col-flex-md-push-0 { left: auto; } .col-flex-md-push-1 { left: 8.333333%; } .col-flex-md-push-2 { left: 16.666667%; } .col-flex-md-push-3 { left: 25%; } .col-flex-md-push-4 { left: 33.333333%; } .col-flex-md-push-5 { left: 41.666667%; } .col-flex-md-push-6 { left: 50%; } .col-flex-md-push-7 { left: 58.333333%; } .col-flex-md-push-8 { left: 66.666667%; } .col-flex-md-push-9 { left: 75%; } .col-flex-md-push-10 { left: 83.333333%; } .col-flex-md-push-11 { left: 91.666667%; } .col-flex-md-push-12 { left: 100%; } .col-flex-md-offset-0 { margin-left: 0; } .col-flex-md-offset-1 { margin-left: 8.333333%; } .col-flex-md-offset-2 { margin-left: 16.666667%; } .col-flex-md-offset-3 { margin-left: 25%; } .col-flex-md-offset-4 { margin-left: 33.333333%; } .col-flex-md-offset-5 { margin-left: 41.666667%; } .col-flex-md-offset-6 { margin-left: 50%; } .col-flex-md-offset-7 { margin-left: 58.333333%; } .col-flex-md-offset-8 { margin-left: 66.666667%; } .col-flex-md-offset-9 { margin-left: 75%; } .col-flex-md-offset-10 { margin-left: 83.333333%; } .col-flex-md-offset-11 { margin-left: 91.666667%; } .col-flex-md-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { .start-lg { -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } .start-lg.text-start { text-align: start; } .center-lg { -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .center-lg.text-center { text-align: center; } .end-lg { -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } .end-lg.text-end { text-align: end; } .top-lg { -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .middle-lg { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .bottom-lg { -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .col-flex-lg-1 { width: 8.333333%; max-width: 8.333333%; -webkit-flex-basis: 8.333333%; -ms-flex-preferred-size: 8.333333%; flex-basis: 8.333333%; } .col-flex-lg-2 { width: 16.666667%; max-width: 16.666667%; -webkit-flex-basis: 16.666667%; -ms-flex-preferred-size: 16.666667%; flex-basis: 16.666667%; } .col-flex-lg-3 { width: 25%; max-width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } .col-flex-lg-4 { width: 33.333333%; max-width: 33.333333%; -webkit-flex-basis: 33.333333%; -ms-flex-preferred-size: 33.333333%; flex-basis: 33.333333%; } .col-flex-lg-5 { width: 41.666667%; max-width: 41.666667%; -webkit-flex-basis: 41.666667%; -ms-flex-preferred-size: 41.666667%; flex-basis: 41.666667%; } .col-flex-lg-6 { width: 50%; max-width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } .col-flex-lg-7 { width: 58.333333%; max-width: 58.333333%; -webkit-flex-basis: 58.333333%; -ms-flex-preferred-size: 58.333333%; flex-basis: 58.333333%; } .col-flex-lg-8 { width: 66.666667%; max-width: 66.666667%; -webkit-flex-basis: 66.666667%; -ms-flex-preferred-size: 66.666667%; flex-basis: 66.666667%; } .col-flex-lg-9 { width: 75%; max-width: 75%; -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; } .col-flex-lg-10 { width: 83.333333%; max-width: 83.333333%; -webkit-flex-basis: 83.333333%; -ms-flex-preferred-size: 83.333333%; flex-basis: 83.333333%; } .col-flex-lg-11 { width: 91.666667%; max-width: 91.666667%; -webkit-flex-basis: 91.666667%; -ms-flex-preferred-size: 91.666667%; flex-basis: 91.666667%; } .col-flex-lg-12 { width: 100%; max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .col-flex-lg-pull-0 { right: auto; } .col-flex-lg-pull-1 { right: 8.333333%; } .col-flex-lg-pull-2 { right: 16.666667%; } .col-flex-lg-pull-3 { right: 25%; } .col-flex-lg-pull-4 { right: 33.333333%; } .col-flex-lg-pull-5 { right: 41.666667%; } .col-flex-lg-pull-6 { right: 50%; } .col-flex-lg-pull-7 { right: 58.333333%; } .col-flex-lg-pull-8 { right: 66.666667%; } .col-flex-lg-pull-9 { right: 75%; } .col-flex-lg-pull-10 { right: 83.333333%; } .col-flex-lg-pull-11 { right: 91.666667%; } .col-flex-lg-pull-12 { right: 100%; } .col-flex-lg-push-0 { left: auto; } .col-flex-lg-push-1 { left: 8.333333%; } .col-flex-lg-push-2 { left: 16.666667%; } .col-flex-lg-push-3 { left: 25%; } .col-flex-lg-push-4 { left: 33.333333%; } .col-flex-lg-push-5 { left: 41.666667%; } .col-flex-lg-push-6 { left: 50%; } .col-flex-lg-push-7 { left: 58.333333%; } .col-flex-lg-push-8 { left: 66.666667%; } .col-flex-lg-push-9 { left: 75%; } .col-flex-lg-push-10 { left: 83.333333%; } .col-flex-lg-push-11 { left: 91.666667%; } .col-flex-lg-push-12 { left: 100%; } .col-flex-lg-offset-0 { margin-left: 0; } .col-flex-lg-offset-1 { margin-left: 8.333333%; } .col-flex-lg-offset-2 { margin-left: 16.666667%; } .col-flex-lg-offset-3 { margin-left: 25%; } .col-flex-lg-offset-4 { margin-left: 33.333333%; } .col-flex-lg-offset-5 { margin-left: 41.666667%; } .col-flex-lg-offset-6 { margin-left: 50%; } .col-flex-lg-offset-7 { margin-left: 58.333333%; } .col-flex-lg-offset-8 { margin-left: 66.666667%; } .col-flex-lg-offset-9 { margin-left: 75%; } .col-flex-lg-offset-10 { margin-left: 83.333333%; } .col-flex-lg-offset-11 { margin-left: 91.666667%; } .col-flex-lg-offset-12 { margin-left: 100%; } } /*# sourceMappingURL=bootstrap-grid-flexbox.css.map */
0.329607
0.029312
@custom-selector :--header h1, h2, h3, h4, h5, h6; /* Use `border-box` properly: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { background-color: color(var(--color-menu)); font-family: var(--font-body); font-size: var(--size-body); color: var(--color-body); line-height: var(--line-height); } a { color: inherit; text-decoration: inherit; } :--header { font-weight: inherit; font-size: calc(1em * 7 / 5); line-height: calc(var(--line-height) * 5 / 7); padding-top: calc(var(--line-height) * 4 * (5 / 7)); margin-top: calc(var(--line-height) * -2 * (5 / 7)); margin-bottom: calc(var(--line-height) * 1 * (5 / 7)); } :--header a.anchor { color: var(--color-light); margin-left: calc(1em * 1 / 2); text-decoration: none; } p, ul, ol, pre, table, blockquote { margin: 0 0 calc(var(--line-height) * 1); } ul, ol { padding: 0 0 0 1em; } li p { margin: 0; } li pre { margin: calc(var(--line-height) * 1 / 2) 0; } blockquote { color: var(--color-alt); border-left: 3px rgba(0, 0, 0, 0.125) solid; padding-left: calc(1em * 2 / 3); } pre, code { font-family: var(--font-mono); font-size: var(--size-mono); } pre { padding: calc(var(--line-height) * 1 / 2 - 1px); margin: calc(var(--line-height) * 3 / 2) 0; background: var(--color-pre); border: 1px rgba(0, 0, 0, 0.06) solid; border-radius: var(--border-radius); line-height: var(--mono-height); overflow: auto; } table { border-spacing: 0; border-collapse: collapse; position: relative; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset; width: 100%; } table td, table th { padding: calc(var(--line-height) * 1 / 3) calc(var(--line-height) * 2 / 3); } table th { hyphens: none; white-space: nowrap; background-color: var(--color-pre); } tbody code { background: none; padding: 0; } tbody tr:nth-of-type(2n) { background-color: var(--color-pre); } header { background-color: color(var(--color-literal) lightness(- 8%) saturation(- 12%)); position: fixed; z-index: 100; top: 0; left: 0; width: 100%; } header > div { min-width: var(--min-width); max-width: var(--max-width); margin: 0 auto; } header > div::after, main::after { display: block; content: ' '; clear: both; } header .logo-type { display: block; height: calc(var(--line-height) * 3 / 2); margin: calc(var(--line-height) * 1 / 2) 0; padding: 0 1em 0 calc(var(--line-height) * 3 / 2); float: left; } header .corner { display: block; position: relative; width: calc(var(--menu-width) + 1px); float: right; padding: calc(var(--line-height) * 3 / 4) calc(var(--line-height) * 3 / 2); color: var(--color-pre); } header .corner::after { content: '\272a'; float: right; opacity: calc(1 / 2); } main { position: relative; min-width: var(--min-width); max-width: var(--max-width); margin: 0 auto; /*border-right: 1px rgba(0, 0, 0, 0.08) solid;*/ } article { background: var(--color-background); max-width: calc(100% - var(--menu-width)); padding: calc(var(--line-height) * (5 / 2)) calc(var(--line-height) * (7 / 2)) 0 calc(var(--line-height) * 3 / 2); hyphens: auto; float: left; position: relative; } article::before { content: ' '; display: block; position: absolute; top: 0; right: 100%; width: 500em; height: 100%; background: var(--color-background); } article > h1:first-of-type { margin-top: 0; } article a { color: var(--color-link); text-decoration: underline; } nav { float: right; width: var(--menu-width); position: relative; } nav > div { position: fixed; background: var(--color-menu); top: calc(var(--line-height) * (5 / 2)); width: var(--menu-width); height: calc(100% - var(--line-height) * 2); padding: 0 calc(var(--line-height) * 3 / 2); overflow: auto; border-left: 1px rgba(0, 0, 0, 0.04) solid; } nav hr { height: calc(var(--line-height) * 2); padding: 0; margin: 0; border: none; } nav ul { margin: 0; } nav h4 { color: var(--color-alt); } nav .version { text-transform: none; font-weight: normal; } nav h4, .api h6, article > h1:first-of-type { position: relative; font-family: inherit; font-weight: bold; font-size: calc(1em * 3 / 4); line-height: calc(var(--line-height)); margin: 0; padding: 0; text-transform: uppercase; letter-spacing: 0.05em; padding-top: calc(var(--line-height) * 2 * 4 / 3); padding-bottom: calc(var(--line-height) * 1 / 4 * 4 / 3); margin-bottom: calc(var(--line-height) * 1 / 4 * 4 / 3); } nav h4::before, .api h6::before, article > h1:first-of-type::before { content: ' '; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; /*background: rgba(0, 0, 0, 0.12);*/ } article > h1:first-of-type { margin-bottom: calc(var(--line-height) * 3 / 2 * 8 / 7); } article > h1:first-of-type + h2, article > h1:first-of-type + h3 { margin-top: calc(var(--line-height) * -3 * (5 / 7)); } nav ul { list-style-type: none; padding: 0; } nav li { color: var(--color-link); } nav li:last-of-type { padding: 0; } nav li::before { content: '\2022'; color: var(--color-light); margin-right: calc(1em / 3); } footer { margin: calc(var(--line-height) * 5) 0 0; padding: 0 0 calc(var(--line-height) * 1); color: var(--color-alt); } footer a { color: inherit; }
website/stylesheets/page.css
@custom-selector :--header h1, h2, h3, h4, h5, h6; /* Use `border-box` properly: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { background-color: color(var(--color-menu)); font-family: var(--font-body); font-size: var(--size-body); color: var(--color-body); line-height: var(--line-height); } a { color: inherit; text-decoration: inherit; } :--header { font-weight: inherit; font-size: calc(1em * 7 / 5); line-height: calc(var(--line-height) * 5 / 7); padding-top: calc(var(--line-height) * 4 * (5 / 7)); margin-top: calc(var(--line-height) * -2 * (5 / 7)); margin-bottom: calc(var(--line-height) * 1 * (5 / 7)); } :--header a.anchor { color: var(--color-light); margin-left: calc(1em * 1 / 2); text-decoration: none; } p, ul, ol, pre, table, blockquote { margin: 0 0 calc(var(--line-height) * 1); } ul, ol { padding: 0 0 0 1em; } li p { margin: 0; } li pre { margin: calc(var(--line-height) * 1 / 2) 0; } blockquote { color: var(--color-alt); border-left: 3px rgba(0, 0, 0, 0.125) solid; padding-left: calc(1em * 2 / 3); } pre, code { font-family: var(--font-mono); font-size: var(--size-mono); } pre { padding: calc(var(--line-height) * 1 / 2 - 1px); margin: calc(var(--line-height) * 3 / 2) 0; background: var(--color-pre); border: 1px rgba(0, 0, 0, 0.06) solid; border-radius: var(--border-radius); line-height: var(--mono-height); overflow: auto; } table { border-spacing: 0; border-collapse: collapse; position: relative; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset; width: 100%; } table td, table th { padding: calc(var(--line-height) * 1 / 3) calc(var(--line-height) * 2 / 3); } table th { hyphens: none; white-space: nowrap; background-color: var(--color-pre); } tbody code { background: none; padding: 0; } tbody tr:nth-of-type(2n) { background-color: var(--color-pre); } header { background-color: color(var(--color-literal) lightness(- 8%) saturation(- 12%)); position: fixed; z-index: 100; top: 0; left: 0; width: 100%; } header > div { min-width: var(--min-width); max-width: var(--max-width); margin: 0 auto; } header > div::after, main::after { display: block; content: ' '; clear: both; } header .logo-type { display: block; height: calc(var(--line-height) * 3 / 2); margin: calc(var(--line-height) * 1 / 2) 0; padding: 0 1em 0 calc(var(--line-height) * 3 / 2); float: left; } header .corner { display: block; position: relative; width: calc(var(--menu-width) + 1px); float: right; padding: calc(var(--line-height) * 3 / 4) calc(var(--line-height) * 3 / 2); color: var(--color-pre); } header .corner::after { content: '\272a'; float: right; opacity: calc(1 / 2); } main { position: relative; min-width: var(--min-width); max-width: var(--max-width); margin: 0 auto; /*border-right: 1px rgba(0, 0, 0, 0.08) solid;*/ } article { background: var(--color-background); max-width: calc(100% - var(--menu-width)); padding: calc(var(--line-height) * (5 / 2)) calc(var(--line-height) * (7 / 2)) 0 calc(var(--line-height) * 3 / 2); hyphens: auto; float: left; position: relative; } article::before { content: ' '; display: block; position: absolute; top: 0; right: 100%; width: 500em; height: 100%; background: var(--color-background); } article > h1:first-of-type { margin-top: 0; } article a { color: var(--color-link); text-decoration: underline; } nav { float: right; width: var(--menu-width); position: relative; } nav > div { position: fixed; background: var(--color-menu); top: calc(var(--line-height) * (5 / 2)); width: var(--menu-width); height: calc(100% - var(--line-height) * 2); padding: 0 calc(var(--line-height) * 3 / 2); overflow: auto; border-left: 1px rgba(0, 0, 0, 0.04) solid; } nav hr { height: calc(var(--line-height) * 2); padding: 0; margin: 0; border: none; } nav ul { margin: 0; } nav h4 { color: var(--color-alt); } nav .version { text-transform: none; font-weight: normal; } nav h4, .api h6, article > h1:first-of-type { position: relative; font-family: inherit; font-weight: bold; font-size: calc(1em * 3 / 4); line-height: calc(var(--line-height)); margin: 0; padding: 0; text-transform: uppercase; letter-spacing: 0.05em; padding-top: calc(var(--line-height) * 2 * 4 / 3); padding-bottom: calc(var(--line-height) * 1 / 4 * 4 / 3); margin-bottom: calc(var(--line-height) * 1 / 4 * 4 / 3); } nav h4::before, .api h6::before, article > h1:first-of-type::before { content: ' '; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; /*background: rgba(0, 0, 0, 0.12);*/ } article > h1:first-of-type { margin-bottom: calc(var(--line-height) * 3 / 2 * 8 / 7); } article > h1:first-of-type + h2, article > h1:first-of-type + h3 { margin-top: calc(var(--line-height) * -3 * (5 / 7)); } nav ul { list-style-type: none; padding: 0; } nav li { color: var(--color-link); } nav li:last-of-type { padding: 0; } nav li::before { content: '\2022'; color: var(--color-light); margin-right: calc(1em / 3); } footer { margin: calc(var(--line-height) * 5) 0 0; padding: 0 0 calc(var(--line-height) * 1); color: var(--color-alt); } footer a { color: inherit; }
0.579043
0.139162
@charset "UTF-8"; /* fonts */ @font-face { font-family: 'ProximaNova'; font-weight: normal; font-style: normal; src: url("fonts/proxima-nova-regular.eot"); src: url("fonts/proxima-nova-regular.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-regular.woff") format("woff"), url("fonts/proxima-nova-regular.ttf") format("truetype"); } @font-face { font-family: 'ProximaNova'; font-weight: bold; font-style: normal; src: url("fonts/proxima-nova-bold.eot"); src: url("fonts/proxima-nova-bold.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-bold.woff") format("woff"), url("fonts/proxima-nova-bold.woff") format("truetype"); } @font-face { font-family: 'SourceCodePro'; font-weight: normal; font-style: normal; src: url("fonts/source-code-pro-regular.eot"); src: url("fonts/source-code-pro-regular.eot?#iefix") format("embedded-opentype"), url("fonts/source-code-pro-regular.woff") format("woff"), url("fonts/source-code-pro-regular.ttf") format("truetype"); } /* body */ body { background: #f3f7f8; color: #000; padding: 0; margin: 0; font-weight: normal; font-style: normal; line-height: 1.4em; cursor: default; font-family: "ProximaNova", Arial, Helvetica, sans-serif; font-size: 1em; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; } /* layout */ /* (not large size) */ @media screen and (max-width:63.9375em) { } .sticky-sidebar { z-index: 990; } /* (large size) */ @media screen and (min-width:64em) { .sticky-sidebar { position: sticky; top: 0px; background: white; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; width: 18.750rem; height: calc(100vh - 40px); min-height: calc(100vh - 40px); } body > main { margin-top: 40px; } .site-content-wrapper { display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; align-content: flex-start; } } .sticky-sidebar-header { position: relative; top: 0; left: 0; height: 180px; padding: 10px 0; z-index: 10; background: #15a9ce; color: #fff; width: 18.750rem; } .sticky-sidebar-contents { position: relative; top: 0; left: 0; width: 18.750rem; padding: 1rem 0 3rem 0; overflow-x: hidden; overflow-y: auto; background: #fff; transition: all 300ms ease-in-out; } .sticky-sidebar-footer { position: fixed; left: 0; bottom: 0; height: 3rem; width: 18.750rem; overflow: hidden; background: #128aaa; color: #fff; transition: all 300ms ease-in-out; } .fixed-shift-for-large { overflow-x: hidden; margin: 0; } @media screen and (min-width:110em) { .fixed-shift-for-large { margin: 0 auto; } } /* content */ .site-content .row { max-width: 67.500rem; } /* adjust top margin for sticky header (not large size) */ @media screen and (max-width:63.9375em) { .site-content { margin-top: 0; } } .page-content { position: relative; min-height: 600px; padding-top: 1.5rem; } /* headers */ h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: bold; margin-top: 1.3rem; } h1, h2 { color: #15a9ce; } h1 { font-size: 1.8em; margin-bottom: 0.5rem; } h2 { font-size: 1.5em; margin-bottom: 0.4rem; } h3, h4, h5, h6 { color: #0b5567; margin-bottom: 0.3rem; } h3 { font-size: 1.125em; } h4, h5, h6 { font-size: 1em; } h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; } /* text */ p { font-family: inherit; font-size: 1em; color: #000; line-height: 1.45em; margin-bottom: 1.5rem; } li p { margin-top: 0.5rem; margin-bottom: 0.5rem; } /* links */ a { font-family: inherit; font-weight: bold; color: #ffa94b; text-decoration: underline; cursor: pointer; } a:link { color: #ffa94b; } a:visited { color: #ffa94b; } a:hover { color: #ff931e; } a:active { color: #ffa94b; } /* header anchors */ a.anchor .anchor-link:before { content: '§'; } a.go-to-source::before { content: "📄"; } .prettyprint .icon { float: right; } a.anchor .anchor-link, .icon { font-size: 1.2rem; font-family: "icons"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; speak: none; display: inline-block; line-height: 1; vertical-align: middle; padding-bottom: 0.3rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a.icon { text-decoration: none; } /* adjust anchor targets for sticky header (not large size) */ @media screen and (max-width:63.9375em) { :target:before { content: ""; display: block; height: 4rem; margin-top: -4rem; } } /* adjust anchor targets to match magellan (large size) */ @media screen and (min-width:64em) { :target:before { content: ""; display: block; height: 25px; margin-top: -25px; } } h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { visibility: hidden; position: absolute; display: block; width: 2rem; margin-left: -2rem; padding-right: 0.2rem; text-align: right; text-decoration: none; } h1:hover > a.anchor, h2:hover > a.anchor, h3:hover > a.anchor, h4:hover > a.anchor, h5:hover > a.anchor, h6:hover > a.anchor { visibility: visible; color: inherit; text-decoration: none; } /* code */ pre { padding: 1rem !important; border: none !important; border-left: 10px solid #e5e6e4 !important; background: #fff !important; margin: 0 0 1.5rem 0 !important; white-space: pre; overflow: auto; } code { line-height: 1.1 !important; font-family: "SourceCodePro", Consolas, "Liberation Mono", Courier, monospace !important; font-size: 0.9375em !important; font-weight: normal !important; -webkit-border-radius: 3px; border-radius: 3px; border: none; background: #fff; color: #0c323b; padding: 0 0.2rem !important; } pre > code { background: none; border-radius: 0; padding: 0 !important; } h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { border: none; background: inherit; color: inherit; padding: 0 !important; } a code { border: none; color: inherit; font-weight: bold !important; } /* definition lists */ dl dt { margin-top: 1.5rem; } /* tabbed code snippets */ dl.tabbed { position: relative; } dl.tabbed dt { float: left; display: inline-block; position: relative; margin-top: 0; margin-left: 10px; background: #e5e6e4; } dl.tabbed dt.current { z-index: 2; } dl.tabbed dt a { display: block; padding: 0 20px; height: 30px; line-height: 2; color: #0b5567; font-weight: normal; text-decoration: none; } dl.tabbed dt a:hover { background: #fff; } dl.tabbed dt.current a { background: #fff; color: #0b5567; font-weight: bold; outline: none; } dl.tabbed dd { position: absolute; width: 100%; left: 0; top: 29px; } dl.tabbed dd.current { z-index: 1; } /* blockquotes */ blockquote { color: #0b5567; border-left: 10px solid #e5e6e4; } blockquote p { color: #0b5567; } blockquote code { color: #0b5567; } /* callouts */ .callout { background-color: #fff !important; border: 0; margin: 0 0 1.5rem !important; } .callout .callout-title { font-size: 1.1em; margin-bottom: 1rem; } .callout.note { border-left: 10px solid #15a9ce; } .callout.note .callout-title { color: #15a9ce; } .callout.warning { border-left: 10px solid #ff534b; } .callout.warning .callout-title { color: #ff534b; } .callout code { background: #f3f7f8; } .callout pre { border: none !important; background: #f3f7f8 !important; } /* sidenotes */ .sidenote { background: #fff; border-left: 10px solid #e5e6e4; padding: 1rem; font-size: 0.9rem; margin: 0 0 1.5rem; } .sidenote > :first-child { margin-top: 0 } .sidenote > :last-child { margin-bottom: 0 } @media screen and (min-width:64em) { .sidenote { position: absolute; right: 0; width: 25%; background: none; border: 0; padding-top: 0; } } /* tables */ table thead tr { background: #fff; } table thead tr th { border: 1px solid #e5e6e4; } table tbody tr { background: #fff !important; } table tbody tr td { border: 1px solid #e5e6e4; } table code { -webkit-border-radius: 3px; border-radius: 3px; border: none; background: #f3f7f8; padding: 0 0.2em !important; } /* sticky header with overlay menu (for small/medium screens) - also adjust lightbend banner for this use case */ @media screen and (max-width:64em) { .lightbend-banner .wrapper > div.nav .drop-down { display: none !important; } .lightbend-banner .wrapper { height: 50px !important; } .lightbend-banner .wrapper > div { height: 50px !important; } .lightbend-banner .wrapper > div.nav a.banner-btn { margin-bottom: 8px !important; } } .site-header { position: sticky; top: 0; z-index: 12; } .sticky-header { position: relative; top: 0; left: 0; z-index: 11; width: 100%; height: 3rem; background: #128aaa; color: #fff; } .sticky-header .logo { height: 2rem; margin-top: 0.5rem; margin-left: 1rem; } .sticky-header .menu-icon { margin-top: 1rem; margin-right: 1.5rem; } .overlay-nav { position: relative; z-index: 10; top: 0; left: 0; height: 0; width: 100%; padding-top: 0; background: #fff; overflow-x: hidden; overflow-y: auto; transition: height 0.5s linear; } .overlay-nav.nav-open { height: calc(100vh - 48px); } /* prevent scrolling of the body */ body.nav-open { overflow: hidden; } .overlay-nav .nav-header { background-image: none; } .overlay-nav .nav-header .nav-header-title h1 { margin-top: 0; padding-top: 0.5rem; } @media screen and (max-width:63.9375em) { .overlay-nav .algolia-autocomplete .ds-dropdown-menu { width: 100% !important; min-width: 100% !important; max-width: 100% !important; margin-left: 0 !important; } .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--content { width: 100% !important; padding-left: 0 !important; } .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--content:before { display: none !important; } .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column { display: none !important; } } .overlay-nav .nav-toc { padding: 1rem; } /* navigation header */ .nav-header { background-color: #15a9ce; background-size: cover; background-position: 0; background-image: url(../images/header-background.jpg); background-repeat: no-repeat; text-align: center; padding-bottom: 1rem; } .nav-header a { color: #fff; text-decoration: none; transition: all 300ms ease-in-out; } .nav-header a:hover { color: #0b5567; text-decoration: none; transition: all 300ms ease-in-out; } .nav-header .nav-header-title h1 { font-size: 1.2em; margin-top: 0.5rem; margin-bottom: 0; } .nav-header .nav-header-version { color: #fff; font-size: 0.9em; margin-bottom: 0.5rem; } .nav-header .nav-header-groups select.supergroup { width: 80%; height: 2rem; max-width: 20rem; font-size: 0.9em; padding-left: 1rem; border: none; } .nav-header .nav-header-groups select.supergroup:focus { box-shadow: 0 0 6px #eee; } .nav-header .nav-header-search { width: 80%; max-width: 20rem; margin: 0 auto; } .nav-header .nav-header-search .search { display: inline-block; width: 100%; height: 2rem; font-size: 0.9em; padding-left: 1rem; margin-bottom: 0; border: none; border-radius: 0; box-shadow: none; } .nav-header .nav-header-search .search:focus { box-shadow: 0 0 6px #eee; } /* navigation toc */ .nav-toc { background: #fff; } .nav-toc ul { margin: 0; padding: 0; line-height: 2rem; } .nav-toc ul > li { list-style-type: none; } .nav-toc ul > li ul { margin: 0.2rem 0 0.2rem 0.6rem; border-left: 2px solid #e7e7e7; } .nav-toc ul > li a { display: block; color: #0b5567; font-weight: bold; font-size: 0.9rem; margin-left: 0.5rem; margin-right: 0.5rem; text-decoration: none; transition: all 300ms ease-in-out; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-toc ul > li a.active { color: #15a9ce; } .nav-toc ul > li a:hover { color: #15a9ce; text-decoration: none; transition: all 300ms ease-in-out; } .nav-toc ul > li a.header { font-size: 0.9rem; font-weight: normal; } /* navigation footer */ .nav-footer { background-color: #128aaa; text-align: center; } .nav-footer a { text-decoration: none; } .nav-footer a:hover { text-decoration: none; } .nav-footer .logo { height: 2rem; margin-top: 0.5rem; } /* block grid toc */ .page-content .toc ul.toc-grid { margin-top: 3rem; } .page-content .toc ul.toc-grid li { list-style-type: none; } .page-content .toc .toc-box { background: #fff; height: 100%; padding: 1rem; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } .page-content .toc .toc-box > a { display: block; color: #15a9ce; font-size: 1.5em; text-align: center; text-decoration: none; padding-bottom: 0.5rem; border-bottom: 1px solid #e7e7e7; margin-bottom: 1.5rem; transition: all 300ms ease-in-out; } .page-content .toc .toc-box a:hover { color: #0b5567; text-decoration: none; transition: all 300ms ease-in-out; } .page-content .toc .toc-box li { list-style-type: none; } .page-content .toc .toc-box ul { margin: 0; padding: 0; } .page-content .toc .toc-box ul li ul { margin: 0.2rem 0 0.2rem 0.6rem; border-left: 2px solid #e7e7e7; padding-left: 0.6rem; } .page-content .toc .toc-box li a { display: block; color: #0b5567; font-size: 1rem; font-weight: bold; text-decoration: none; padding-top: 0.2rem; padding-bottom: 0.2rem; transition: all 300ms ease-in-out; } .page-content .toc .toc-box li a.header { font-weight: normal; } .page-content .toc .toc-box li a:hover { color: #15a9ce; text-decoration: none; transition: all 300ms ease-in-out; } /* prev/next navigation */ .nav-prev-next { margin-top: 3rem; margin-bottom: 3rem; background: #fff; } .nav-prev { padding: 1rem; } .nav-next { padding: 1rem; } .nav-prev-next a { color: #0b5567; font-size: 1rem; font-weight: bold; text-decoration: none; transition: all 300ms ease-in-out; } .nav-prev-next a:hover { color: #15a9ce; text-decoration: none; transition: all 300ms ease-in-out; } /* footer */ .page-footer { margin-top: 1rem; border-top: 2px solid #e7e7e7; padding-top: 1rem; padding-bottom: 1rem; } .page-footer .copyright { font-size: 0.8rem; } @media screen and (min-width:40em) { .page-footer .copyright { padding-top: 0.5rem; } } .page-footer .copyright a { color: #15a9ce; text-decoration: none; transition: all 300ms ease-in-out; } .page-footer .copyright a:hover { color: #0b5567; text-decoration: none; transition: all 300ms ease-in-out; } .page-footer img.akka-icon { height: 5rem; padding-right: 1rem; padding-bottom: 1rem; } /*oneTrust cookie*/ body .optanon-alert-box-wrapper .optanon-alert-box-bottom-top { height: 20px } body .optanon-alert-box-wrapper .optanon-alert-box-bottom-padding { padding-bottom: 20px } .lightbend-privacy-cookie-footer { padding: 1rem 0 1rem 0; color: white; vertical-align: middle } .lightbend-privacy-cookie-footer p { font-size: 0.875rem; vertical-align: middle } .lightbend-privacy-cookie-footer .optanon-show-settings-wrapper { display: inline-block; vertical-align: middle } .optanon-cookie-policy-group { padding-top: 4rem } .optanon-cookie-policy-group:first-child { padding-top: 0 } .optanon-cookie-policy-group-name { font-weight: 700; margin-bottom: 0.5rem } .optanon-cookie-policy-subgroup-table-column-header { font-weight: 700 } .cookie-warning { background: #6cc04a; display: inline-block; margin: 1rem 0; padding: 1rem; font-weight: 700; border-radius: 3px; text-align: center } .cookie-warning p { color: white !important; font-size: 1rem !important; margin: 0 } .cookie-warning p>a { border: 1px solid white; color: white; display: inline-block; padding: .25rem .5rem; text-decoration: none; margin: .25rem 1rem; cursor: pointer } .cookie-warning p>a:hover { background: rgba(255, 255, 255, 0.6); color: #6cc04a } .cookie-warning small { color: white !important; font-size: .875rem !important } .flex-video { background-color: #ebeef0; text-align: center } .flex-video .cookie-warning { background: transparent; padding: .5rem 2rem; margin: 2rem auto 0 auto } .flex-video .cookie-warning p { color: #15A9CE !important } .flex-video .cookie-warning p>a { display: block; margin: 1rem auto; max-width: 300px; border: 1px solid #15A9CE; color: #15A9CE } .flex-video .cookie-warning p>a:hover { background: #107F9B; color: white } /* project/module metadata info table from sbt-paradox-project-info hidden initially, link toggles, see metadata-toggle.js */ table.project-info { display: none; } table.project-info tbody { border: none; border-left: 10px solid #15a9ce; } table.project-info tbody tr:nth-child(even) { background-color: #f7f7f7 !important; } table.project-info th { text-align: left; vertical-align: top; color: #0b5567; font-weight: normal; } table.project-info td { border: none; } a.project-info-toggle { margin-bottom: 16px; }
docs/css/page-6.css
@charset "UTF-8"; /* fonts */ @font-face { font-family: 'ProximaNova'; font-weight: normal; font-style: normal; src: url("fonts/proxima-nova-regular.eot"); src: url("fonts/proxima-nova-regular.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-regular.woff") format("woff"), url("fonts/proxima-nova-regular.ttf") format("truetype"); } @font-face { font-family: 'ProximaNova'; font-weight: bold; font-style: normal; src: url("fonts/proxima-nova-bold.eot"); src: url("fonts/proxima-nova-bold.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-bold.woff") format("woff"), url("fonts/proxima-nova-bold.woff") format("truetype"); } @font-face { font-family: 'SourceCodePro'; font-weight: normal; font-style: normal; src: url("fonts/source-code-pro-regular.eot"); src: url("fonts/source-code-pro-regular.eot?#iefix") format("embedded-opentype"), url("fonts/source-code-pro-regular.woff") format("woff"), url("fonts/source-code-pro-regular.ttf") format("truetype"); } /* body */ body { background: #f3f7f8; color: #000; padding: 0; margin: 0; font-weight: normal; font-style: normal; line-height: 1.4em; cursor: default; font-family: "ProximaNova", Arial, Helvetica, sans-serif; font-size: 1em; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; } /* layout */ /* (not large size) */ @media screen and (max-width:63.9375em) { } .sticky-sidebar { z-index: 990; } /* (large size) */ @media screen and (min-width:64em) { .sticky-sidebar { position: sticky; top: 0px; background: white; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; width: 18.750rem; height: calc(100vh - 40px); min-height: calc(100vh - 40px); } body > main { margin-top: 40px; } .site-content-wrapper { display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; align-content: flex-start; } } .sticky-sidebar-header { position: relative; top: 0; left: 0; height: 180px; padding: 10px 0; z-index: 10; background: #15a9ce; color: #fff; width: 18.750rem; } .sticky-sidebar-contents { position: relative; top: 0; left: 0; width: 18.750rem; padding: 1rem 0 3rem 0; overflow-x: hidden; overflow-y: auto; background: #fff; transition: all 300ms ease-in-out; } .sticky-sidebar-footer { position: fixed; left: 0; bottom: 0; height: 3rem; width: 18.750rem; overflow: hidden; background: #128aaa; color: #fff; transition: all 300ms ease-in-out; } .fixed-shift-for-large { overflow-x: hidden; margin: 0; } @media screen and (min-width:110em) { .fixed-shift-for-large { margin: 0 auto; } } /* content */ .site-content .row { max-width: 67.500rem; } /* adjust top margin for sticky header (not large size) */ @media screen and (max-width:63.9375em) { .site-content { margin-top: 0; } } .page-content { position: relative; min-height: 600px; padding-top: 1.5rem; } /* headers */ h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: bold; margin-top: 1.3rem; } h1, h2 { color: #15a9ce; } h1 { font-size: 1.8em; margin-bottom: 0.5rem; } h2 { font-size: 1.5em; margin-bottom: 0.4rem; } h3, h4, h5, h6 { color: #0b5567; margin-bottom: 0.3rem; } h3 { font-size: 1.125em; } h4, h5, h6 { font-size: 1em; } h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; } /* text */ p { font-family: inherit; font-size: 1em; color: #000; line-height: 1.45em; margin-bottom: 1.5rem; } li p { margin-top: 0.5rem; margin-bottom: 0.5rem; } /* links */ a { font-family: inherit; font-weight: bold; color: #ffa94b; text-decoration: underline; cursor: pointer; } a:link { color: #ffa94b; } a:visited { color: #ffa94b; } a:hover { color: #ff931e; } a:active { color: #ffa94b; } /* header anchors */ a.anchor .anchor-link:before { content: '§'; } a.go-to-source::before { content: "📄"; } .prettyprint .icon { float: right; } a.anchor .anchor-link, .icon { font-size: 1.2rem; font-family: "icons"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; speak: none; display: inline-block; line-height: 1; vertical-align: middle; padding-bottom: 0.3rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a.icon { text-decoration: none; } /* adjust anchor targets for sticky header (not large size) */ @media screen and (max-width:63.9375em) { :target:before { content: ""; display: block; height: 4rem; margin-top: -4rem; } } /* adjust anchor targets to match magellan (large size) */ @media screen and (min-width:64em) { :target:before { content: ""; display: block; height: 25px; margin-top: -25px; } } h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { visibility: hidden; position: absolute; display: block; width: 2rem; margin-left: -2rem; padding-right: 0.2rem; text-align: right; text-decoration: none; } h1:hover > a.anchor, h2:hover > a.anchor, h3:hover > a.anchor, h4:hover > a.anchor, h5:hover > a.anchor, h6:hover > a.anchor { visibility: visible; color: inherit; text-decoration: none; } /* code */ pre { padding: 1rem !important; border: none !important; border-left: 10px solid #e5e6e4 !important; background: #fff !important; margin: 0 0 1.5rem 0 !important; white-space: pre; overflow: auto; } code { line-height: 1.1 !important; font-family: "SourceCodePro", Consolas, "Liberation Mono", Courier, monospace !important; font-size: 0.9375em !important; font-weight: normal !important; -webkit-border-radius: 3px; border-radius: 3px; border: none; background: #fff; color: #0c323b; padding: 0 0.2rem !important; } pre > code { background: none; border-radius: 0; padding: 0 !important; } h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { border: none; background: inherit; color: inherit; padding: 0 !important; } a code { border: none; color: inherit; font-weight: bold !important; } /* definition lists */ dl dt { margin-top: 1.5rem; } /* tabbed code snippets */ dl.tabbed { position: relative; } dl.tabbed dt { float: left; display: inline-block; position: relative; margin-top: 0; margin-left: 10px; background: #e5e6e4; } dl.tabbed dt.current { z-index: 2; } dl.tabbed dt a { display: block; padding: 0 20px; height: 30px; line-height: 2; color: #0b5567; font-weight: normal; text-decoration: none; } dl.tabbed dt a:hover { background: #fff; } dl.tabbed dt.current a { background: #fff; color: #0b5567; font-weight: bold; outline: none; } dl.tabbed dd { position: absolute; width: 100%; left: 0; top: 29px; } dl.tabbed dd.current { z-index: 1; } /* blockquotes */ blockquote { color: #0b5567; border-left: 10px solid #e5e6e4; } blockquote p { color: #0b5567; } blockquote code { color: #0b5567; } /* callouts */ .callout { background-color: #fff !important; border: 0; margin: 0 0 1.5rem !important; } .callout .callout-title { font-size: 1.1em; margin-bottom: 1rem; } .callout.note { border-left: 10px solid #15a9ce; } .callout.note .callout-title { color: #15a9ce; } .callout.warning { border-left: 10px solid #ff534b; } .callout.warning .callout-title { color: #ff534b; } .callout code { background: #f3f7f8; } .callout pre { border: none !important; background: #f3f7f8 !important; } /* sidenotes */ .sidenote { background: #fff; border-left: 10px solid #e5e6e4; padding: 1rem; font-size: 0.9rem; margin: 0 0 1.5rem; } .sidenote > :first-child { margin-top: 0 } .sidenote > :last-child { margin-bottom: 0 } @media screen and (min-width:64em) { .sidenote { position: absolute; right: 0; width: 25%; background: none; border: 0; padding-top: 0; } } /* tables */ table thead tr { background: #fff; } table thead tr th { border: 1px solid #e5e6e4; } table tbody tr { background: #fff !important; } table tbody tr td { border: 1px solid #e5e6e4; } table code { -webkit-border-radius: 3px; border-radius: 3px; border: none; background: #f3f7f8; padding: 0 0.2em !important; } /* sticky header with overlay menu (for small/medium screens) - also adjust lightbend banner for this use case */ @media screen and (max-width:64em) { .lightbend-banner .wrapper > div.nav .drop-down { display: none !important; } .lightbend-banner .wrapper { height: 50px !important; } .lightbend-banner .wrapper > div { height: 50px !important; } .lightbend-banner .wrapper > div.nav a.banner-btn { margin-bottom: 8px !important; } } .site-header { position: sticky; top: 0; z-index: 12; } .sticky-header { position: relative; top: 0; left: 0; z-index: 11; width: 100%; height: 3rem; background: #128aaa; color: #fff; } .sticky-header .logo { height: 2rem; margin-top: 0.5rem; margin-left: 1rem; } .sticky-header .menu-icon { margin-top: 1rem; margin-right: 1.5rem; } .overlay-nav { position: relative; z-index: 10; top: 0; left: 0; height: 0; width: 100%; padding-top: 0; background: #fff; overflow-x: hidden; overflow-y: auto; transition: height 0.5s linear; } .overlay-nav.nav-open { height: calc(100vh - 48px); } /* prevent scrolling of the body */ body.nav-open { overflow: hidden; } .overlay-nav .nav-header { background-image: none; } .overlay-nav .nav-header .nav-header-title h1 { margin-top: 0; padding-top: 0.5rem; } @media screen and (max-width:63.9375em) { .overlay-nav .algolia-autocomplete .ds-dropdown-menu { width: 100% !important; min-width: 100% !important; max-width: 100% !important; margin-left: 0 !important; } .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--content { width: 100% !important; padding-left: 0 !important; } .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--content:before { display: none !important; } .overlay-nav .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column { display: none !important; } } .overlay-nav .nav-toc { padding: 1rem; } /* navigation header */ .nav-header { background-color: #15a9ce; background-size: cover; background-position: 0; background-image: url(../images/header-background.jpg); background-repeat: no-repeat; text-align: center; padding-bottom: 1rem; } .nav-header a { color: #fff; text-decoration: none; transition: all 300ms ease-in-out; } .nav-header a:hover { color: #0b5567; text-decoration: none; transition: all 300ms ease-in-out; } .nav-header .nav-header-title h1 { font-size: 1.2em; margin-top: 0.5rem; margin-bottom: 0; } .nav-header .nav-header-version { color: #fff; font-size: 0.9em; margin-bottom: 0.5rem; } .nav-header .nav-header-groups select.supergroup { width: 80%; height: 2rem; max-width: 20rem; font-size: 0.9em; padding-left: 1rem; border: none; } .nav-header .nav-header-groups select.supergroup:focus { box-shadow: 0 0 6px #eee; } .nav-header .nav-header-search { width: 80%; max-width: 20rem; margin: 0 auto; } .nav-header .nav-header-search .search { display: inline-block; width: 100%; height: 2rem; font-size: 0.9em; padding-left: 1rem; margin-bottom: 0; border: none; border-radius: 0; box-shadow: none; } .nav-header .nav-header-search .search:focus { box-shadow: 0 0 6px #eee; } /* navigation toc */ .nav-toc { background: #fff; } .nav-toc ul { margin: 0; padding: 0; line-height: 2rem; } .nav-toc ul > li { list-style-type: none; } .nav-toc ul > li ul { margin: 0.2rem 0 0.2rem 0.6rem; border-left: 2px solid #e7e7e7; } .nav-toc ul > li a { display: block; color: #0b5567; font-weight: bold; font-size: 0.9rem; margin-left: 0.5rem; margin-right: 0.5rem; text-decoration: none; transition: all 300ms ease-in-out; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-toc ul > li a.active { color: #15a9ce; } .nav-toc ul > li a:hover { color: #15a9ce; text-decoration: none; transition: all 300ms ease-in-out; } .nav-toc ul > li a.header { font-size: 0.9rem; font-weight: normal; } /* navigation footer */ .nav-footer { background-color: #128aaa; text-align: center; } .nav-footer a { text-decoration: none; } .nav-footer a:hover { text-decoration: none; } .nav-footer .logo { height: 2rem; margin-top: 0.5rem; } /* block grid toc */ .page-content .toc ul.toc-grid { margin-top: 3rem; } .page-content .toc ul.toc-grid li { list-style-type: none; } .page-content .toc .toc-box { background: #fff; height: 100%; padding: 1rem; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } .page-content .toc .toc-box > a { display: block; color: #15a9ce; font-size: 1.5em; text-align: center; text-decoration: none; padding-bottom: 0.5rem; border-bottom: 1px solid #e7e7e7; margin-bottom: 1.5rem; transition: all 300ms ease-in-out; } .page-content .toc .toc-box a:hover { color: #0b5567; text-decoration: none; transition: all 300ms ease-in-out; } .page-content .toc .toc-box li { list-style-type: none; } .page-content .toc .toc-box ul { margin: 0; padding: 0; } .page-content .toc .toc-box ul li ul { margin: 0.2rem 0 0.2rem 0.6rem; border-left: 2px solid #e7e7e7; padding-left: 0.6rem; } .page-content .toc .toc-box li a { display: block; color: #0b5567; font-size: 1rem; font-weight: bold; text-decoration: none; padding-top: 0.2rem; padding-bottom: 0.2rem; transition: all 300ms ease-in-out; } .page-content .toc .toc-box li a.header { font-weight: normal; } .page-content .toc .toc-box li a:hover { color: #15a9ce; text-decoration: none; transition: all 300ms ease-in-out; } /* prev/next navigation */ .nav-prev-next { margin-top: 3rem; margin-bottom: 3rem; background: #fff; } .nav-prev { padding: 1rem; } .nav-next { padding: 1rem; } .nav-prev-next a { color: #0b5567; font-size: 1rem; font-weight: bold; text-decoration: none; transition: all 300ms ease-in-out; } .nav-prev-next a:hover { color: #15a9ce; text-decoration: none; transition: all 300ms ease-in-out; } /* footer */ .page-footer { margin-top: 1rem; border-top: 2px solid #e7e7e7; padding-top: 1rem; padding-bottom: 1rem; } .page-footer .copyright { font-size: 0.8rem; } @media screen and (min-width:40em) { .page-footer .copyright { padding-top: 0.5rem; } } .page-footer .copyright a { color: #15a9ce; text-decoration: none; transition: all 300ms ease-in-out; } .page-footer .copyright a:hover { color: #0b5567; text-decoration: none; transition: all 300ms ease-in-out; } .page-footer img.akka-icon { height: 5rem; padding-right: 1rem; padding-bottom: 1rem; } /*oneTrust cookie*/ body .optanon-alert-box-wrapper .optanon-alert-box-bottom-top { height: 20px } body .optanon-alert-box-wrapper .optanon-alert-box-bottom-padding { padding-bottom: 20px } .lightbend-privacy-cookie-footer { padding: 1rem 0 1rem 0; color: white; vertical-align: middle } .lightbend-privacy-cookie-footer p { font-size: 0.875rem; vertical-align: middle } .lightbend-privacy-cookie-footer .optanon-show-settings-wrapper { display: inline-block; vertical-align: middle } .optanon-cookie-policy-group { padding-top: 4rem } .optanon-cookie-policy-group:first-child { padding-top: 0 } .optanon-cookie-policy-group-name { font-weight: 700; margin-bottom: 0.5rem } .optanon-cookie-policy-subgroup-table-column-header { font-weight: 700 } .cookie-warning { background: #6cc04a; display: inline-block; margin: 1rem 0; padding: 1rem; font-weight: 700; border-radius: 3px; text-align: center } .cookie-warning p { color: white !important; font-size: 1rem !important; margin: 0 } .cookie-warning p>a { border: 1px solid white; color: white; display: inline-block; padding: .25rem .5rem; text-decoration: none; margin: .25rem 1rem; cursor: pointer } .cookie-warning p>a:hover { background: rgba(255, 255, 255, 0.6); color: #6cc04a } .cookie-warning small { color: white !important; font-size: .875rem !important } .flex-video { background-color: #ebeef0; text-align: center } .flex-video .cookie-warning { background: transparent; padding: .5rem 2rem; margin: 2rem auto 0 auto } .flex-video .cookie-warning p { color: #15A9CE !important } .flex-video .cookie-warning p>a { display: block; margin: 1rem auto; max-width: 300px; border: 1px solid #15A9CE; color: #15A9CE } .flex-video .cookie-warning p>a:hover { background: #107F9B; color: white } /* project/module metadata info table from sbt-paradox-project-info hidden initially, link toggles, see metadata-toggle.js */ table.project-info { display: none; } table.project-info tbody { border: none; border-left: 10px solid #15a9ce; } table.project-info tbody tr:nth-child(even) { background-color: #f7f7f7 !important; } table.project-info th { text-align: left; vertical-align: top; color: #0b5567; font-weight: normal; } table.project-info td { border: none; } a.project-info-toggle { margin-bottom: 16px; }
0.363873
0.077868
* { margin: 0; padding: 0; } p{ font-size: 135%; } .container-fluid { padding: 0 !important; } body { margin: 0; font-family: 'Montserrat', sans-serif; } header { padding: 20px 0; background-color: #ffffff; box-shadow: 0 4px 6px rgba(0,0,0,.2); } .container { padding: 0 20px; max-width: 960px; margin: 0 auto; } .logo-box { float: left; margin-right: 20px; } .logo-box a { outline: none; display: block; } .logo-box img {display: block;} nav { overflow: hidden; } ul { list-style: none; margin: 0; padding: 0; float: right; } nav li { display: inline-block; margin-left: 25px; height: 70px; line-height: 70px; transition: .5s linear; } nav a { text-decoration: none; display: block; position: relative; color: #000000; text-transform: uppercase; } nav a:after { content: ""; width: 0; height: 2px; position: absolute; left: 0; bottom: 15px; background: #868686; transition: width .5s linear; } nav a:hover:after {width: 100%;} @media screen and (max-width: 660px) { header {text-align: center;} .logo-box { float: none; display: inline-block; margin: 0 0 16px 0; } ul {float: none;} nav li:first-of-type {margin-left: 0;} } @media screen and (max-width: 550px) { nav {overflow: visible;} nav li { display: block; margin: 0; height: 40px; line-height: 40px; } nav li:hover {background: rgba(0,0,0,.1);} nav a:after {content: none;} } .row, .column { box-sizing: border-box; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .column { position: relative; float: left; display: block; } .column + .column { margin-left: 1.6%; } .column-1 { width: 6.86666666667%; } .column-2 { width: 15.3333333333%; } .column-3 { width: 23.8%; } .column-4 { width: 32.2666666667%; } .column-5 { width: 40.7333333333%; } .column-6 { width: 49.2%; } .column-7 { width: 57.6666666667%; } .column-8 { width: 66.1333333333%; } .column-9 { width: 74.6%; } .column-10 { width: 83.0666666667%; } .column-11 { width: 91.5333333333%; } .column-12 { width: 100%; margin-left: 0; } @media only screen and (max-width: 550px) { .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 { float: none; width: auto; } .column + .column { margin-left: 0; } } .column { background: #eee; border: 1px solid #ccc; border-radius: 4px; color: #777; padding: 5px; min-height: 30px; text-align: center; } .row { margin-bottom: 10px; } .row:last-child { margin-bottom: 0; } .column .column { color: #eee; background: #333; border-color: #000; } .p { font-size: 14px; text-align: center; padding-top: 100px; } @media only screen and (max-width: 550px) { .row { margin-bottom: 0; } .column { margin-bottom: 10px; } .row:last-child .column:last-child { margin-bottom: 0; } } td{ color:#000000; } .sobre{ background-color: #000000; opacity: 0.75; border-radius: 90px; box-shadow: 0 4px 6px #000000; } @media screen and (max-width:767px){ .sobre{display:none;} .sobreb{display: none;} #myCarousel, .item{ height: 200%; } .item{ width: 200%; } } .sobreb{ text-shadow: 1px 1px 2px #000000; } #empresa, #instala{ margin-top: 75px; width: 100%; height: auto; text-align: center; color:#3e4095; margin-bottom: 12%; } #descricao, #descricao2{ text-align: left; float: left; color:#000000; min-height: 320px; } #galeria{ float: right; text-align: left; color:#000000; height: auto; min-height: 320px; } #galeria2{ float: left; margin-left: 6.8333333%; margin-right: 6.8333333%; color:#000000; height: auto; min-height: 320px; } .galeria{ width: 32%; height: auto; float: left; margin-top: 2%; margin-left: 1%; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #4335ff;; } .principal2 { position: relative; width: 100%; } .principal2:hover .overlay { opacity: 1; } .text { color: #ffffff; font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .principal{ width: 100%; display: block; } .msg{ color:#ff0000; text-align: center; font-size: 15px; } #fundo{ background-position: cover; background-image: url("../imagens/fundo.JPG"); width: 100%; height: 300px; background-repeat: no-repeat; background-position: bottom; background-attachment: fixed; } #produtos{ width: 100%; text-align: center; color:#3e4095; margin-bottom: 12%; } footer{ width: 100%; background-color: #3e4095; color: #ffffff; } .tdimg{ width: 7vw; float: right; } .prod{ border: 1px solid; border-bottom: 1px solid #000000; height: auto; background-color: #d3d3d3; color: #000000; width: 100% } .borda3d{ box-shadow: 0 4px 6px black; } .fotoprod{ height: auto; width: 30%; float: left; margin-left: 1%; margin-right: 1%; margin-top: 2%; margin-bottom: 2%; } .fotoprod img{ width: 400px; height: auto; } .nomeprod{ height: auto; width: 66%; float: right; margin-left:1%; margin-top: 2%; margin-right: 1%; } .descricaoprod{ height: auto; width: 66%; text-align: left; font-size: 90%; float: right; margin-left:1%; margin-right: 1%; margin-bottom: 2%; } @media screen and (max-width: 720px) { .fotoprod, #nomeprod1 { width:100%; float:left; text-align: center; } .fotoprod{ margin-top:40px; } } .britador{ float: right; margin-bottom: 5%; } .bt2{ padding-top: 20%; } .navbar-toggle{ background-color: #3e4095; border-color: #ff0000; } .icon-bar{ background-color: #ff0000; } .azul{ color: #3e4095; } /* .azul : hover{ color: #ff0000; background-color: #120a8f; }*/ .footer-copyright { background-color: #A52019; } .btn-primary{ background-color: #3e4095; border: none; } #caminhoes{ background-repeat: no-repeat; background-image: url("../imagens/DJI_0566.JPG"); width: 100%; height: 300px; background-attachment: fixed; } @media screen and (max-width:767px){ #caminhoes, #fundo{ background-attachment: scroll; } #caminhoes{ background-image: url("../imagens/DJI_0566-min.jpg"); } #fundo{ background-image: url("../imagens/fundo-min.jpg"); } } .jumbotron{ margin-bottom: 0; background-color: #A52019; text-align: center; color:#ffffff; } #dados{ text-align: left; width: 50%; float: left; } #email{ width: 50%; float: left; } @media screen and (max-width: 720px) { #dados, #email { width:100%; float:left; } #dados{ margin-top:0; } } .fa { padding: 20px; font-size: 30px; width: 50px; text-align: center; text-decoration: none; margin: 5px 2px; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-youtube { background: #bb0000; color: white;
css/estilo.css
* { margin: 0; padding: 0; } p{ font-size: 135%; } .container-fluid { padding: 0 !important; } body { margin: 0; font-family: 'Montserrat', sans-serif; } header { padding: 20px 0; background-color: #ffffff; box-shadow: 0 4px 6px rgba(0,0,0,.2); } .container { padding: 0 20px; max-width: 960px; margin: 0 auto; } .logo-box { float: left; margin-right: 20px; } .logo-box a { outline: none; display: block; } .logo-box img {display: block;} nav { overflow: hidden; } ul { list-style: none; margin: 0; padding: 0; float: right; } nav li { display: inline-block; margin-left: 25px; height: 70px; line-height: 70px; transition: .5s linear; } nav a { text-decoration: none; display: block; position: relative; color: #000000; text-transform: uppercase; } nav a:after { content: ""; width: 0; height: 2px; position: absolute; left: 0; bottom: 15px; background: #868686; transition: width .5s linear; } nav a:hover:after {width: 100%;} @media screen and (max-width: 660px) { header {text-align: center;} .logo-box { float: none; display: inline-block; margin: 0 0 16px 0; } ul {float: none;} nav li:first-of-type {margin-left: 0;} } @media screen and (max-width: 550px) { nav {overflow: visible;} nav li { display: block; margin: 0; height: 40px; line-height: 40px; } nav li:hover {background: rgba(0,0,0,.1);} nav a:after {content: none;} } .row, .column { box-sizing: border-box; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .column { position: relative; float: left; display: block; } .column + .column { margin-left: 1.6%; } .column-1 { width: 6.86666666667%; } .column-2 { width: 15.3333333333%; } .column-3 { width: 23.8%; } .column-4 { width: 32.2666666667%; } .column-5 { width: 40.7333333333%; } .column-6 { width: 49.2%; } .column-7 { width: 57.6666666667%; } .column-8 { width: 66.1333333333%; } .column-9 { width: 74.6%; } .column-10 { width: 83.0666666667%; } .column-11 { width: 91.5333333333%; } .column-12 { width: 100%; margin-left: 0; } @media only screen and (max-width: 550px) { .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 { float: none; width: auto; } .column + .column { margin-left: 0; } } .column { background: #eee; border: 1px solid #ccc; border-radius: 4px; color: #777; padding: 5px; min-height: 30px; text-align: center; } .row { margin-bottom: 10px; } .row:last-child { margin-bottom: 0; } .column .column { color: #eee; background: #333; border-color: #000; } .p { font-size: 14px; text-align: center; padding-top: 100px; } @media only screen and (max-width: 550px) { .row { margin-bottom: 0; } .column { margin-bottom: 10px; } .row:last-child .column:last-child { margin-bottom: 0; } } td{ color:#000000; } .sobre{ background-color: #000000; opacity: 0.75; border-radius: 90px; box-shadow: 0 4px 6px #000000; } @media screen and (max-width:767px){ .sobre{display:none;} .sobreb{display: none;} #myCarousel, .item{ height: 200%; } .item{ width: 200%; } } .sobreb{ text-shadow: 1px 1px 2px #000000; } #empresa, #instala{ margin-top: 75px; width: 100%; height: auto; text-align: center; color:#3e4095; margin-bottom: 12%; } #descricao, #descricao2{ text-align: left; float: left; color:#000000; min-height: 320px; } #galeria{ float: right; text-align: left; color:#000000; height: auto; min-height: 320px; } #galeria2{ float: left; margin-left: 6.8333333%; margin-right: 6.8333333%; color:#000000; height: auto; min-height: 320px; } .galeria{ width: 32%; height: auto; float: left; margin-top: 2%; margin-left: 1%; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #4335ff;; } .principal2 { position: relative; width: 100%; } .principal2:hover .overlay { opacity: 1; } .text { color: #ffffff; font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .principal{ width: 100%; display: block; } .msg{ color:#ff0000; text-align: center; font-size: 15px; } #fundo{ background-position: cover; background-image: url("../imagens/fundo.JPG"); width: 100%; height: 300px; background-repeat: no-repeat; background-position: bottom; background-attachment: fixed; } #produtos{ width: 100%; text-align: center; color:#3e4095; margin-bottom: 12%; } footer{ width: 100%; background-color: #3e4095; color: #ffffff; } .tdimg{ width: 7vw; float: right; } .prod{ border: 1px solid; border-bottom: 1px solid #000000; height: auto; background-color: #d3d3d3; color: #000000; width: 100% } .borda3d{ box-shadow: 0 4px 6px black; } .fotoprod{ height: auto; width: 30%; float: left; margin-left: 1%; margin-right: 1%; margin-top: 2%; margin-bottom: 2%; } .fotoprod img{ width: 400px; height: auto; } .nomeprod{ height: auto; width: 66%; float: right; margin-left:1%; margin-top: 2%; margin-right: 1%; } .descricaoprod{ height: auto; width: 66%; text-align: left; font-size: 90%; float: right; margin-left:1%; margin-right: 1%; margin-bottom: 2%; } @media screen and (max-width: 720px) { .fotoprod, #nomeprod1 { width:100%; float:left; text-align: center; } .fotoprod{ margin-top:40px; } } .britador{ float: right; margin-bottom: 5%; } .bt2{ padding-top: 20%; } .navbar-toggle{ background-color: #3e4095; border-color: #ff0000; } .icon-bar{ background-color: #ff0000; } .azul{ color: #3e4095; } /* .azul : hover{ color: #ff0000; background-color: #120a8f; }*/ .footer-copyright { background-color: #A52019; } .btn-primary{ background-color: #3e4095; border: none; } #caminhoes{ background-repeat: no-repeat; background-image: url("../imagens/DJI_0566.JPG"); width: 100%; height: 300px; background-attachment: fixed; } @media screen and (max-width:767px){ #caminhoes, #fundo{ background-attachment: scroll; } #caminhoes{ background-image: url("../imagens/DJI_0566-min.jpg"); } #fundo{ background-image: url("../imagens/fundo-min.jpg"); } } .jumbotron{ margin-bottom: 0; background-color: #A52019; text-align: center; color:#ffffff; } #dados{ text-align: left; width: 50%; float: left; } #email{ width: 50%; float: left; } @media screen and (max-width: 720px) { #dados, #email { width:100%; float:left; } #dados{ margin-top:0; } } .fa { padding: 20px; font-size: 30px; width: 50px; text-align: center; text-decoration: none; margin: 5px 2px; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-youtube { background: #bb0000; color: white;
0.309337
0.07921
.sidebar .nav li>a[aria-expanded="true"]:hover, .sidebar .nav li>a:hover { background-color: #32c787; color: white; } .sidebar .nav li>a:hover { color: white; background-color: #32c787 !important; } .sidebar .nav li:hover>a:hover { color: white; background-color: #32c787; } .date_form_container { display: flex; align-items: center; } .date_form_container>span { margin-left: 7px; } .auth-box .right .overlay { background: none; } #loadingScreen { display: block; position: fixed; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; height: 100vh; width: 100%; background: url(../img/loading.gif); background-repeat: repeat; background-position: center; z-index: 9099; background-repeat: no-repeat; background-color: #e9ecef; } .auth-box { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.30), 0 1px 1px rgba(0, 0, 0, 0.22); /*background-image: -moz-linear-gradient( -115deg, rgb(220, 36, 48) 0%, rgb(142, 45, 226) 100%);*/ /*background-image: -webkit-linear-gradient( -115deg, rgba(220, 104, 36, 0.36) 0%, rgba(165, 45, 226, 0.45) 100%);*/ /*background-image: -ms-linear-gradient( -115deg, rgb(220, 36, 48) 0%, rgb(142, 45, 226) 100%);*/ background-color: transparent; } .alert-success { color: #3c763d; background-color: white; border-color: transparent; border-radius: 0 !important; } .auth-box { -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); /* -webkit-box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.1); */ /* box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.1); */ -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .auth-box .left { margin-top: 0px; } .vertical-align-middle .auth-box { height: auto; padding-top: 20px; } .alert { margin-top: 20px; padding: 7px; } .display-none { display: none !important; } .nbk img { margin: 15px; height: 60px; } /*.sidebar .nav li > a[aria-expanded="true"], .sidebar .nav li > a.active {*/ /*background-color: transparent;*/ /*color: #000000;*/ /*}*/ #wrapper { /*background: linear-gradient(to top, rgba(0, 67, 30, 0.5) 10%, rgba(252, 187, 0, 0.5) 90%);*/ background: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)); display: flex; justify-content: center; align-items: center; /*animation: colorchange 3s ease-in infinite;*/ /*-webkit-animation: colorchange 3s ease-in infinite;*/ } .login-form { box-sizing: border-box; width: 40%; } .login-form .content { /*background: linear-gradient(to top, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.99));*/ box-shadow: 0px 0px 25px 30px rgba(20, 20, 20, 0.9); height: auto; padding: 2em 4em 3em 4em; } .login-form .header { text-align: center; } .login-form .login-footer { display: flex; justify-content: space-between; align-items: center; } @keyframes colorchange { 0% { background: linear-gradient(to top, rgba(0, 67, 30, 0.8) 10%, rgba(252, 187, 0, 0.8) 90%); } 50% { background: linear-gradient(to top, rgba(17, 153, 142, 0.8), rgba(56, 239, 125, 0.8)); } 100% { background: linear-gradient(to top, rgba(0, 67, 30, 0.8) 10%, rgba(252, 187, 0, 0.8) 90%); } } @-webkit-keyframes colorchange { 0% { background: linear-gradient(to top, rgba(0, 67, 30, 0.8) 10%, rgba(252, 187, 0, 0.8) 90%); } 50% { background: linear-gradient(to top, rgba(17, 153, 142, 0.8), rgba(56, 239, 125, 0.8)); } 100% { background: linear-gradient(to top, rgba(0, 67, 30, 0.8) 10%, rgba(252, 187, 0, 0.8) 90%); } } #tour-fullwidth { display: flex; } .mobile-footer { display: flex; justify-content: center; } .mobile-footer img { height: 50px; width: auto; } @media (max-width:1024px) { .login-form { width: 50%; } } @media (max-width:768px) { .login-form { width: 60%; } } @media (max-width:435px) { .login-form { width: 80%; } .login-form .content { padding: 2em; } } @media screen and (max-width: 767px) { .navbar-nav>li>a { padding: 10px 3px; } h4 { font-size: 14px; } .navbar-btn .btn-toggle-fullwidth { padding-right: 20px; padding: 3px; } }
public/assets/css/custom.css
.sidebar .nav li>a[aria-expanded="true"]:hover, .sidebar .nav li>a:hover { background-color: #32c787; color: white; } .sidebar .nav li>a:hover { color: white; background-color: #32c787 !important; } .sidebar .nav li:hover>a:hover { color: white; background-color: #32c787; } .date_form_container { display: flex; align-items: center; } .date_form_container>span { margin-left: 7px; } .auth-box .right .overlay { background: none; } #loadingScreen { display: block; position: fixed; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; height: 100vh; width: 100%; background: url(../img/loading.gif); background-repeat: repeat; background-position: center; z-index: 9099; background-repeat: no-repeat; background-color: #e9ecef; } .auth-box { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.30), 0 1px 1px rgba(0, 0, 0, 0.22); /*background-image: -moz-linear-gradient( -115deg, rgb(220, 36, 48) 0%, rgb(142, 45, 226) 100%);*/ /*background-image: -webkit-linear-gradient( -115deg, rgba(220, 104, 36, 0.36) 0%, rgba(165, 45, 226, 0.45) 100%);*/ /*background-image: -ms-linear-gradient( -115deg, rgb(220, 36, 48) 0%, rgb(142, 45, 226) 100%);*/ background-color: transparent; } .alert-success { color: #3c763d; background-color: white; border-color: transparent; border-radius: 0 !important; } .auth-box { -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); /* -webkit-box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.1); */ /* box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.1); */ -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .auth-box .left { margin-top: 0px; } .vertical-align-middle .auth-box { height: auto; padding-top: 20px; } .alert { margin-top: 20px; padding: 7px; } .display-none { display: none !important; } .nbk img { margin: 15px; height: 60px; } /*.sidebar .nav li > a[aria-expanded="true"], .sidebar .nav li > a.active {*/ /*background-color: transparent;*/ /*color: #000000;*/ /*}*/ #wrapper { /*background: linear-gradient(to top, rgba(0, 67, 30, 0.5) 10%, rgba(252, 187, 0, 0.5) 90%);*/ background: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)); display: flex; justify-content: center; align-items: center; /*animation: colorchange 3s ease-in infinite;*/ /*-webkit-animation: colorchange 3s ease-in infinite;*/ } .login-form { box-sizing: border-box; width: 40%; } .login-form .content { /*background: linear-gradient(to top, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.99));*/ box-shadow: 0px 0px 25px 30px rgba(20, 20, 20, 0.9); height: auto; padding: 2em 4em 3em 4em; } .login-form .header { text-align: center; } .login-form .login-footer { display: flex; justify-content: space-between; align-items: center; } @keyframes colorchange { 0% { background: linear-gradient(to top, rgba(0, 67, 30, 0.8) 10%, rgba(252, 187, 0, 0.8) 90%); } 50% { background: linear-gradient(to top, rgba(17, 153, 142, 0.8), rgba(56, 239, 125, 0.8)); } 100% { background: linear-gradient(to top, rgba(0, 67, 30, 0.8) 10%, rgba(252, 187, 0, 0.8) 90%); } } @-webkit-keyframes colorchange { 0% { background: linear-gradient(to top, rgba(0, 67, 30, 0.8) 10%, rgba(252, 187, 0, 0.8) 90%); } 50% { background: linear-gradient(to top, rgba(17, 153, 142, 0.8), rgba(56, 239, 125, 0.8)); } 100% { background: linear-gradient(to top, rgba(0, 67, 30, 0.8) 10%, rgba(252, 187, 0, 0.8) 90%); } } #tour-fullwidth { display: flex; } .mobile-footer { display: flex; justify-content: center; } .mobile-footer img { height: 50px; width: auto; } @media (max-width:1024px) { .login-form { width: 50%; } } @media (max-width:768px) { .login-form { width: 60%; } } @media (max-width:435px) { .login-form { width: 80%; } .login-form .content { padding: 2em; } } @media screen and (max-width: 767px) { .navbar-nav>li>a { padding: 10px 3px; } h4 { font-size: 14px; } .navbar-btn .btn-toggle-fullwidth { padding-right: 20px; padding: 3px; } }
0.425605
0.094552
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400&family=IBM+Plex+Sans&display=swap'); :root { /* fonts - families*/ --fonts-family-mono: 'IBM Plex Mono', monospace; --fonts-family-sans: 'IBM Plex Sans', sans-serif; /* fonts - sizes */ --fonts-size-md: 16px; --fonts-size-lg-mobile: 1.414rem; --fonts-size-lg: 1.5rem; --fonts-size-display-1-mobile: 5.643rem; --fonts-size-display-1: 7.594rem; /* background */ --background-gradient: linear-gradient(17.61deg, #151932 0%, #272D51 100%); /* colors */ --colors-copy: #f1f1f1; } body { display: grid; place-items: center; height: 100vh; margin: 0; font-family: var(--fonts-family-sans); font-size: var(--fonts-size-md); color: var(--colors-copy); background: center / cover no-repeat var(--background-gradient); } p { margin: 0; } .search { margin: 10px 0; padding: 5px; position: fixed; display: flex; justify-content: center; align-items: center; top: 0; left: 50%; transform: translateX(-50%); border-bottom: 2px solid; } .search-input:focus { outline: none; } .search:hover { border-color: #e96e4a; } .search-input { margin-right: 10px; background: none; color: var(--colors-copy); border: none; } .search-btn { cursor: pointer; } .search-btn svg { width: 20px; height: 20px; color: var(--colors-copy); } .results { display: flex; } .visuals { margin: 0 40px 0 0; } .portal-lip, .portal-ridge, .portal-background { display: flex; justify-content: center; align-items: center; border-radius: 50%; } .portal-lip { width: 250px; height: 250px; background: linear-gradient(135.22deg, #272D51 22.08%, #151932 85.76%); } .portal-ridge { width: 223.33px; height: 223.33px; background: linear-gradient(135.22deg, #151932 22.08%, #272D51 85.76%); } .portal-background { width: 167.5px; height: 167.5px; background: #1b203f; } .temp { font-family: var(--fonts-family-mono); font-size: var(--fonts-size-display-1); font-weight: 300; cursor: pointer; } .condition, .feels-like { font-size: var(--fonts-size-lg); } .feels-like { opacity: 0.5; } @media (max-width: 750px) { .results { flex-direction: column; } .visuals { margin: 0 0 40px; } .temp { font-family: var(--fonts-family-mono); font-size: var(--fonts-size-display-1-mobile); } .condition, .feels-like { font-size: var(--fonts-size-lg-mobile); } .feels-like { opacity: 0.5; } }
src/main.css
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400&family=IBM+Plex+Sans&display=swap'); :root { /* fonts - families*/ --fonts-family-mono: 'IBM Plex Mono', monospace; --fonts-family-sans: 'IBM Plex Sans', sans-serif; /* fonts - sizes */ --fonts-size-md: 16px; --fonts-size-lg-mobile: 1.414rem; --fonts-size-lg: 1.5rem; --fonts-size-display-1-mobile: 5.643rem; --fonts-size-display-1: 7.594rem; /* background */ --background-gradient: linear-gradient(17.61deg, #151932 0%, #272D51 100%); /* colors */ --colors-copy: #f1f1f1; } body { display: grid; place-items: center; height: 100vh; margin: 0; font-family: var(--fonts-family-sans); font-size: var(--fonts-size-md); color: var(--colors-copy); background: center / cover no-repeat var(--background-gradient); } p { margin: 0; } .search { margin: 10px 0; padding: 5px; position: fixed; display: flex; justify-content: center; align-items: center; top: 0; left: 50%; transform: translateX(-50%); border-bottom: 2px solid; } .search-input:focus { outline: none; } .search:hover { border-color: #e96e4a; } .search-input { margin-right: 10px; background: none; color: var(--colors-copy); border: none; } .search-btn { cursor: pointer; } .search-btn svg { width: 20px; height: 20px; color: var(--colors-copy); } .results { display: flex; } .visuals { margin: 0 40px 0 0; } .portal-lip, .portal-ridge, .portal-background { display: flex; justify-content: center; align-items: center; border-radius: 50%; } .portal-lip { width: 250px; height: 250px; background: linear-gradient(135.22deg, #272D51 22.08%, #151932 85.76%); } .portal-ridge { width: 223.33px; height: 223.33px; background: linear-gradient(135.22deg, #151932 22.08%, #272D51 85.76%); } .portal-background { width: 167.5px; height: 167.5px; background: #1b203f; } .temp { font-family: var(--fonts-family-mono); font-size: var(--fonts-size-display-1); font-weight: 300; cursor: pointer; } .condition, .feels-like { font-size: var(--fonts-size-lg); } .feels-like { opacity: 0.5; } @media (max-width: 750px) { .results { flex-direction: column; } .visuals { margin: 0 0 40px; } .temp { font-family: var(--fonts-family-mono); font-size: var(--fonts-size-display-1-mobile); } .condition, .feels-like { font-size: var(--fonts-size-lg-mobile); } .feels-like { opacity: 0.5; } }
0.424889
0.068944
body { margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } .bg { display: none; } .menu { position: fixed; left: 0; top: 0; bottom: 0; width: 210px; transition: ease-in-out left .36s; background: #fff; box-shadow: #ccc 0px 1px 3px; z-index: 20; } .click .menu{ left: -210px; } .menu header a { color: #eee; text-decoration: none; } .menu .toggle { width: 33px; height: 33px; overflow: hidden; position: absolute; left: 100%; bottom: 0; cursor: pointer; } .menu .toggle span { display: block; width: 20px; height: 2px; background: #171f26; border-radius: 3px; margin: 5px 5px; } .menu .toggle .up { margin-top: 8px; } .menu header { height: 52px; line-height: 52px; padding-left: 40px; background: #171f26; color: #eee; } .menu ul, .menu li { list-style: none; } .menu .menu-nav { height: calc(100% - 52px); -webkit-overflow-scrolling : touch; overflow-y: auto; } .menu .nav1>span { border-top: 1px solid #e3e3e3; padding: 10px 0; display: inline-block; color: #0e83cd; font-weight: bold; } .menu .nav2 { padding-left: 0; } .menu .nav2 a { color: #444; text-decoration: none; padding: 7px 0; display: block; } .menu .nav2 a:hover, .menu .nav2 a.active { color: #1094e8; } .page { padding: 20px 30px 130px 230px; transition: ease-in-out padding .36s; max-width: 900px; margin: 0 auto; } .click .page { padding-left: 30px; } .markdown-body { color: #40485B; } .markdown-body p { text-align: justify; text-justify: inter-ideograph; line-height: 1.6; } .markdown-body figure.highlight { margin-left: 0; margin-right: 0; } .markdown-body td.gutter, .markdown-body td.code { padding: 0; } @media (max-width: 991px) { .click .bg { display: block; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; background: rgba(200, 200, 200, .5); } .menu { left: -210px; } .click .menu { left: 0; } .page { padding-left: 30px; } }
source/css/doc.css
body { margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } .bg { display: none; } .menu { position: fixed; left: 0; top: 0; bottom: 0; width: 210px; transition: ease-in-out left .36s; background: #fff; box-shadow: #ccc 0px 1px 3px; z-index: 20; } .click .menu{ left: -210px; } .menu header a { color: #eee; text-decoration: none; } .menu .toggle { width: 33px; height: 33px; overflow: hidden; position: absolute; left: 100%; bottom: 0; cursor: pointer; } .menu .toggle span { display: block; width: 20px; height: 2px; background: #171f26; border-radius: 3px; margin: 5px 5px; } .menu .toggle .up { margin-top: 8px; } .menu header { height: 52px; line-height: 52px; padding-left: 40px; background: #171f26; color: #eee; } .menu ul, .menu li { list-style: none; } .menu .menu-nav { height: calc(100% - 52px); -webkit-overflow-scrolling : touch; overflow-y: auto; } .menu .nav1>span { border-top: 1px solid #e3e3e3; padding: 10px 0; display: inline-block; color: #0e83cd; font-weight: bold; } .menu .nav2 { padding-left: 0; } .menu .nav2 a { color: #444; text-decoration: none; padding: 7px 0; display: block; } .menu .nav2 a:hover, .menu .nav2 a.active { color: #1094e8; } .page { padding: 20px 30px 130px 230px; transition: ease-in-out padding .36s; max-width: 900px; margin: 0 auto; } .click .page { padding-left: 30px; } .markdown-body { color: #40485B; } .markdown-body p { text-align: justify; text-justify: inter-ideograph; line-height: 1.6; } .markdown-body figure.highlight { margin-left: 0; margin-right: 0; } .markdown-body td.gutter, .markdown-body td.code { padding: 0; } @media (max-width: 991px) { .click .bg { display: block; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; background: rgba(200, 200, 200, .5); } .menu { left: -210px; } .click .menu { left: 0; } .page { padding-left: 30px; } }
0.562777
0.082365
.background_royalBlue1, .hover_background_royalBlue1:hover, .active_background_royalBlue1:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(203, 214, 247)), color-stop(100%, rgb(125, 153, 235))); background-image: -webkit-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: -o-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: -ms-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: linear-gradient(to bottom, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd6f7', endColorstr='#7d99eb',GradientType=0 ); } .background_royalBlue1h, .hover_background_royalBlue1h:hover, .active_background_royalBlue1h:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(188, 202, 244))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bccaf4',GradientType=0 ); } .background_royalBlue1a, .hover_background_royalBlue1a:hover, .active_background_royalBlue1a:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(188, 202, 244)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccaf4', endColorstr='#ffffff',GradientType=0 ); } .background_royalBlue1s, .hover_background_royalBlue1s:hover, .active_background_royalBlue1s:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_royalBlue1, .hover_background_color_royalBlue1:hover, .active_background_color_royalBlue1:active:hover { background-color:#7d99eb; } .background_first_color_royalBlue1, .hover_background_first_color_royalBlue1:hover, .active_background_first_color_royalBlue1:active:hover { background-color:#cbd6f7; } .background_last_color_royalBlue1, .hover_background_last_color_royalBlue1:hover, .active_background_color_last_royalBlue1:active:hover { background-color:#7d99eb; } /* ------------------------------ color settings -------------------------------*/ .color_royalBlue1, .hover_color_royalBlue1:hover, .active_color_royalBlue1:active:hover { color: #c8c8c8; } .color_royalBlue1h, .hover_color_royalBlue1h:hover, .active_color_royalBlue1h:active:hover { color: #c8c8c8; } .color_royalBlue1a, .hover_color_royalBlue1a:hover, .active_color_royalBlue1a:active:hover { color: #ff0; } .color_royalBlue1s, .hover_color_royalBlue1s:hover, .active_color_royalBlue1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_royalBlue1, .hover_border_royalBlue1:hover, .active_border_royalBlue1:active:hover { border-color: #7d99eb #7d99eb #7d99eb #7d99eb; } .border_royalBlue1h, .hover_border_royalBlue1h:hover, .active_border_royalBlue1h:active:hover { border-color: #5e80e6 #5e80e6 #5e80e6 #5e80e6; } .border_royalBlue1a, .hover_border_royalBlue1a:hover, .active_border_royalBlue1a:active:hover { border-color: #3f68e1 #3f68e1 #3f68e1 #3f68e1; } .border_royalBlue1s, .hover_border_royalBlue1s:hover, .active_border_royalBlue1s:active:hover { border-color: #ffffff #ffffff #ffffff #ffffff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_royalBlue1, .hover_shadow_expand_royalBlue1:hover, .active_shadow_expand_royalBlue1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(125, 153, 235, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(125, 153, 235, .39); box-shadow: 0em 0em 1em 0.25em rgba(125, 153, 235, .39); } .shadow_expand_royalBlue1h, .hover_shadow_expand_royalBlue1h:hover, .active_shadow_expand_royalBlue1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(188, 202, 244, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(188, 202, 244, .50); box-shadow: 0em 0em 1em 0.25em rgba(188, 202, 244, .50); } .shadow_expand_royalBlue1a, .hover_shadow_expand_royalBlue1a:hover, .active_shadow_expand_royalBlue1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); } .shadow_expand_royalBlue1s, .hover_shadow_expand_royalBlue1s:hover, .active_shadow_expand_royalBlue1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_royalBlue1, .hover_shadow_left_royalBlue1:hover, .active_shadow_left_royalBlue1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); } .shadow_left_royalBlue1h, .hover_shadow_left_royalBlue1h:hover, .active_shadow_left_royalBlue1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); } .shadow_left_royalBlue1a, .hover_shadow_left_royalBlue1a:hover, .active_shadow_left_royalBlue1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_left_royalBlue1s, .hover_shadow_left_royalBlue1s:hover, .active_shadow_left_royalBlue1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_royalBlue1, .hover_shadow_right_royalBlue1:hover, .active_shadow_right_royalBlue1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0.5em 0em 1em rgba(125, 153, 235, .39); box-shadow: 0.5em 0em 1em rgba(125, 153, 235, .39); } .shadow_right_royalBlue1h, .hover_shadow_right_royalBlue1h:hover, .active_shadow_right_royalBlue1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0.5em 0em 1em rgba(188, 202, 244, .50); box-shadow: 0.5em 0em 1em rgba(188, 202, 244, .50); } .shadow_right_royalBlue1a, .hover_shadow_right_royalBlue1a:hover, .active_shadow_right_royalBlue1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); } .shadow_right_royalBlue1s, .hover_shadow_right_royalBlue1s:hover, .active_shadow_right_royalBlue1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_royalBlue1, .hover_shadow_top_royalBlue1:hover, .active_shadow_top_royalBlue1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0em -0.5em 1em rgba(125, 153, 235, .39); box-shadow: 0em -0.5em 1em rgba(125, 153, 235, .39); } .shadow_top_royalBlue1h, .hover_shadow_top_royalBlue1h:hover, .active_shadow_top_royalBlue1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0em -0.5em 1em rgba(188, 202, 244, .50); box-shadow: 0em -0.5em 1em rgba(188, 202, 244, .50); } .shadow_top_royalBlue1a, .hover_shadow_top_royalBlue1a:hover, .active_shadow_top_royalBlue1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_royalBlue1s, .hover_shadow_top_royalBlue1s:hover, .active_shadow_top_royalBlue1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_royalBlue1, .hover_shadow_bottom_royalBlue1:hover, .active_shadow_bottom_royalBlue1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0em 0.5em 1em rgba(125, 153, 235, .39); box-shadow: 0em 0.5em 1em rgba(125, 153, 235, .39); } .shadow_bottom_royalBlue1h, .hover_shadow_bottom_royalBlue1h:hover, .active_shadow_bottom_royalBlue1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0em 0.5em 1em rgba(188, 202, 244, .50); box-shadow: 0em 0.5em 1em rgba(188, 202, 244, .50); } .shadow_bottom_royalBlue1a, .hover_shadow_bottom_royalBlue1a:hover, .active_shadow_bottom_royalBlue1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_royalBlue1s, .hover_shadow_bottom_royalBlue1s:hover, .active_shadow_bottom_royalBlue1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_royalBlue1, .hover_shadow_top_left_royalBlue1:hover, .active_shadow_top_left_royalBlue1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); } .shadow_top_left_royalBlue1h, .hover_shadow_top_left_royalBlue1h:hover, .active_shadow_top_left_royalBlue1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); } .shadow_top_left_royalBlue1a, .hover_shadow_top_left_royalBlue1a:hover, .active_shadow_top_left_royalBlue1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_left_royalBlue1s, .hover_shadow_top_left_royalBlue1s:hover, .active_shadow_top_left_royalBlue1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_royalBlue1, .hover_shadow_top_right_royalBlue1:hover, .active_shadow_top_right_royalBlue1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(125, 153, 235, .39); box-shadow: 0.5em -0.5em 1em rgba(125, 153, 235, .39); } .shadow_top_right_royalBlue1h, .hover_shadow_top_right_royalBlue1h:hover, .active_shadow_top_right_royalBlue1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(188, 202, 244, .50); box-shadow: 0.5em -0.5em 1em rgba(188, 202, 244, .50); } .shadow_top_right_royalBlue1a, .hover_shadow_top_right_royalBlue1a:hover, .active_shadow_top_right_royalBlue1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_right_royalBlue1s, .hover_shadow_top_right_royalBlue1s:hover, .active_shadow_top_right_royalBlue1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_royalBlue1, .hover_shadow_bottom_left_royalBlue1:hover, .active_shadow_bottom_left_royalBlue1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(125, 153, 235, .39); box-shadow: -0.5em 0.5em 1em rgba(125, 153, 235, .39); } .shadow_bottom_left_royalBlue1h, .hover_shadow_bottom_left_royalBlue1h:hover, .active_shadow_bottom_left_royalBlue1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(188, 202, 244, .50); box-shadow: -0.5em 0.5em 1em rgba(188, 202, 244, .50); } .shadow_bottom_left_royalBlue1a, .hover_shadow_bottom_left_royalBlue1a:hover, .active_shadow_bottom_left_royalBlue1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_left_royalBlue1s, .hover_shadow_bottom_left_royalBlue1s:hover, .active_shadow_bottom_left_royalBlue1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_royalBlue1, .hover_shadow_bottom_right_royalBlue1:hover, .active_shadow_bottom_right_royalBlue1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(125, 153, 235, .39); box-shadow: 0.5em 0.5em 1em rgba(125, 153, 235, .39); } .shadow_bottom_right_royalBlue1h, .hover_shadow_bottom_right_royalBlue1h:hover, .active_shadow_bottom_right_royalBlue1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(188, 202, 244, .50); box-shadow: 0.5em 0.5em 1em rgba(188, 202, 244, .50); } .shadow_bottom_right_royalBlue1a, .hover_shadow_bottom_right_royalBlue1a:hover, .active_shadow_bottom_right_royalBlue1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_right_royalBlue1s, .hover_shadow_bottom_right_royalBlue1s:hover, .active_shadow_bottom_right_royalBlue1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); }
widgets/common/assets/gradients/simple/royalBlue/royalBlue1.css
.background_royalBlue1, .hover_background_royalBlue1:hover, .active_background_royalBlue1:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(203, 214, 247)), color-stop(100%, rgb(125, 153, 235))); background-image: -webkit-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: -o-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: -ms-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: linear-gradient(to bottom, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd6f7', endColorstr='#7d99eb',GradientType=0 ); } .background_royalBlue1h, .hover_background_royalBlue1h:hover, .active_background_royalBlue1h:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(188, 202, 244))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(188, 202, 244) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bccaf4',GradientType=0 ); } .background_royalBlue1a, .hover_background_royalBlue1a:hover, .active_background_royalBlue1a:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(188, 202, 244)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(188, 202, 244) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccaf4', endColorstr='#ffffff',GradientType=0 ); } .background_royalBlue1s, .hover_background_royalBlue1s:hover, .active_background_royalBlue1s:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_royalBlue1, .hover_background_color_royalBlue1:hover, .active_background_color_royalBlue1:active:hover { background-color:#7d99eb; } .background_first_color_royalBlue1, .hover_background_first_color_royalBlue1:hover, .active_background_first_color_royalBlue1:active:hover { background-color:#cbd6f7; } .background_last_color_royalBlue1, .hover_background_last_color_royalBlue1:hover, .active_background_color_last_royalBlue1:active:hover { background-color:#7d99eb; } /* ------------------------------ color settings -------------------------------*/ .color_royalBlue1, .hover_color_royalBlue1:hover, .active_color_royalBlue1:active:hover { color: #c8c8c8; } .color_royalBlue1h, .hover_color_royalBlue1h:hover, .active_color_royalBlue1h:active:hover { color: #c8c8c8; } .color_royalBlue1a, .hover_color_royalBlue1a:hover, .active_color_royalBlue1a:active:hover { color: #ff0; } .color_royalBlue1s, .hover_color_royalBlue1s:hover, .active_color_royalBlue1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_royalBlue1, .hover_border_royalBlue1:hover, .active_border_royalBlue1:active:hover { border-color: #7d99eb #7d99eb #7d99eb #7d99eb; } .border_royalBlue1h, .hover_border_royalBlue1h:hover, .active_border_royalBlue1h:active:hover { border-color: #5e80e6 #5e80e6 #5e80e6 #5e80e6; } .border_royalBlue1a, .hover_border_royalBlue1a:hover, .active_border_royalBlue1a:active:hover { border-color: #3f68e1 #3f68e1 #3f68e1 #3f68e1; } .border_royalBlue1s, .hover_border_royalBlue1s:hover, .active_border_royalBlue1s:active:hover { border-color: #ffffff #ffffff #ffffff #ffffff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_royalBlue1, .hover_shadow_expand_royalBlue1:hover, .active_shadow_expand_royalBlue1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(125, 153, 235, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(125, 153, 235, .39); box-shadow: 0em 0em 1em 0.25em rgba(125, 153, 235, .39); } .shadow_expand_royalBlue1h, .hover_shadow_expand_royalBlue1h:hover, .active_shadow_expand_royalBlue1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(188, 202, 244, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(188, 202, 244, .50); box-shadow: 0em 0em 1em 0.25em rgba(188, 202, 244, .50); } .shadow_expand_royalBlue1a, .hover_shadow_expand_royalBlue1a:hover, .active_shadow_expand_royalBlue1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); } .shadow_expand_royalBlue1s, .hover_shadow_expand_royalBlue1s:hover, .active_shadow_expand_royalBlue1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_royalBlue1, .hover_shadow_left_royalBlue1:hover, .active_shadow_left_royalBlue1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); } .shadow_left_royalBlue1h, .hover_shadow_left_royalBlue1h:hover, .active_shadow_left_royalBlue1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); } .shadow_left_royalBlue1a, .hover_shadow_left_royalBlue1a:hover, .active_shadow_left_royalBlue1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_left_royalBlue1s, .hover_shadow_left_royalBlue1s:hover, .active_shadow_left_royalBlue1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_royalBlue1, .hover_shadow_right_royalBlue1:hover, .active_shadow_right_royalBlue1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0.5em 0em 1em rgba(125, 153, 235, .39); box-shadow: 0.5em 0em 1em rgba(125, 153, 235, .39); } .shadow_right_royalBlue1h, .hover_shadow_right_royalBlue1h:hover, .active_shadow_right_royalBlue1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0.5em 0em 1em rgba(188, 202, 244, .50); box-shadow: 0.5em 0em 1em rgba(188, 202, 244, .50); } .shadow_right_royalBlue1a, .hover_shadow_right_royalBlue1a:hover, .active_shadow_right_royalBlue1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); } .shadow_right_royalBlue1s, .hover_shadow_right_royalBlue1s:hover, .active_shadow_right_royalBlue1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_royalBlue1, .hover_shadow_top_royalBlue1:hover, .active_shadow_top_royalBlue1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0em -0.5em 1em rgba(125, 153, 235, .39); box-shadow: 0em -0.5em 1em rgba(125, 153, 235, .39); } .shadow_top_royalBlue1h, .hover_shadow_top_royalBlue1h:hover, .active_shadow_top_royalBlue1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0em -0.5em 1em rgba(188, 202, 244, .50); box-shadow: 0em -0.5em 1em rgba(188, 202, 244, .50); } .shadow_top_royalBlue1a, .hover_shadow_top_royalBlue1a:hover, .active_shadow_top_royalBlue1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_royalBlue1s, .hover_shadow_top_royalBlue1s:hover, .active_shadow_top_royalBlue1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_royalBlue1, .hover_shadow_bottom_royalBlue1:hover, .active_shadow_bottom_royalBlue1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0em 0.5em 1em rgba(125, 153, 235, .39); box-shadow: 0em 0.5em 1em rgba(125, 153, 235, .39); } .shadow_bottom_royalBlue1h, .hover_shadow_bottom_royalBlue1h:hover, .active_shadow_bottom_royalBlue1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0em 0.5em 1em rgba(188, 202, 244, .50); box-shadow: 0em 0.5em 1em rgba(188, 202, 244, .50); } .shadow_bottom_royalBlue1a, .hover_shadow_bottom_royalBlue1a:hover, .active_shadow_bottom_royalBlue1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_royalBlue1s, .hover_shadow_bottom_royalBlue1s:hover, .active_shadow_bottom_royalBlue1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_royalBlue1, .hover_shadow_top_left_royalBlue1:hover, .active_shadow_top_left_royalBlue1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); box-shadow: -0.5em -0.5em 1em rgba(125, 153, 235, .39); } .shadow_top_left_royalBlue1h, .hover_shadow_top_left_royalBlue1h:hover, .active_shadow_top_left_royalBlue1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); box-shadow: -0.5em -0.5em 1em rgba(188, 202, 244, .50); } .shadow_top_left_royalBlue1a, .hover_shadow_top_left_royalBlue1a:hover, .active_shadow_top_left_royalBlue1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_left_royalBlue1s, .hover_shadow_top_left_royalBlue1s:hover, .active_shadow_top_left_royalBlue1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_royalBlue1, .hover_shadow_top_right_royalBlue1:hover, .active_shadow_top_right_royalBlue1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(125, 153, 235, .39); box-shadow: 0.5em -0.5em 1em rgba(125, 153, 235, .39); } .shadow_top_right_royalBlue1h, .hover_shadow_top_right_royalBlue1h:hover, .active_shadow_top_right_royalBlue1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(188, 202, 244, .50); box-shadow: 0.5em -0.5em 1em rgba(188, 202, 244, .50); } .shadow_top_right_royalBlue1a, .hover_shadow_top_right_royalBlue1a:hover, .active_shadow_top_right_royalBlue1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_right_royalBlue1s, .hover_shadow_top_right_royalBlue1s:hover, .active_shadow_top_right_royalBlue1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_royalBlue1, .hover_shadow_bottom_left_royalBlue1:hover, .active_shadow_bottom_left_royalBlue1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(125, 153, 235, .39); box-shadow: -0.5em 0.5em 1em rgba(125, 153, 235, .39); } .shadow_bottom_left_royalBlue1h, .hover_shadow_bottom_left_royalBlue1h:hover, .active_shadow_bottom_left_royalBlue1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(188, 202, 244, .50); box-shadow: -0.5em 0.5em 1em rgba(188, 202, 244, .50); } .shadow_bottom_left_royalBlue1a, .hover_shadow_bottom_left_royalBlue1a:hover, .active_shadow_bottom_left_royalBlue1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_left_royalBlue1s, .hover_shadow_bottom_left_royalBlue1s:hover, .active_shadow_bottom_left_royalBlue1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_royalBlue1, .hover_shadow_bottom_right_royalBlue1:hover, .active_shadow_bottom_right_royalBlue1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(125, 153, 235, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(125, 153, 235, .39); box-shadow: 0.5em 0.5em 1em rgba(125, 153, 235, .39); } .shadow_bottom_right_royalBlue1h, .hover_shadow_bottom_right_royalBlue1h:hover, .active_shadow_bottom_right_royalBlue1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(188, 202, 244, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(188, 202, 244, .50); box-shadow: 0.5em 0.5em 1em rgba(188, 202, 244, .50); } .shadow_bottom_right_royalBlue1a, .hover_shadow_bottom_right_royalBlue1a:hover, .active_shadow_bottom_right_royalBlue1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_right_royalBlue1s, .hover_shadow_bottom_right_royalBlue1s:hover, .active_shadow_bottom_right_royalBlue1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); }
0.500977
0.100437
@charset "utf-8"; body { background-color: #EEE; } .m2-regist-main{ width:100%; background: url(../images/main-bg.png) repeat-x; min-height: 768px; } .m2-regist-center{ width:1038px; margin:0 auto; padding-top:20px; } .m2-regist-logo{margin-left:140px;margin-top:20px} .m2-regist-left{ float:left; width:560px; margin-top:70px; padding-left:140px; background: url(../images/suggest-bg.png) no-repeat 0 148px; } .m2-regist-left ul li{ display:inline-block; font-size:20px; color:#fff; line-height: 50px; margin-left:75px; _display:inline; zoom:1; } .m2-regist-left ul li i{ width:22px; height: 22px; display: inline-block; background-color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius:50%; vertical-align: middle; margin-top:-5px; margin-right:10px; } .m2-regist-left ul li i.m2-regist-step{ background-color: #f5944f; border:6px solid #fff; width:11px; height: 11px; } .m2-regist-inputarea{ width:438px; padding:20px 60px; background-color: #fff; border:1px solid #d9d9d9; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius:15px; } .m2-regist-inputarea h4{ text-align: right; font-size:14px; color:#888; font-weight: normal; border-bottom:1px solid #eeeeee; line-height: 60px; } .m2-regist-inputarea h4 b{ font-size:20px; float:left; } .m2-regist-inputarea h4 a:link{color:#0a97cf;} .m2-regist-inputarea h4 a:visited{color:#0a97cf;} .m2-regist-inputarea h4 a:hover{color:#0d80ad;} .m2-regist-inputarea h4 a:active{color:#0d80ad;} .m2-regist-inputarea table{ width: 100%; font-size:14px; line-height: 60px; color:#717171; } .m2-regist-inputarea table td i{ background: url(../images/su-icon.png) no-repeat; display:inline-block; margin-right:5px; vertical-align: middle; } .m2-regist-inputarea table td i.m2-regist-usericon{ width:18px; height: 16px; background-position: 0 0; margin-top:-2px; } .m2-regist-inputarea table td i.m2-regist-passicon{ width:18px; height: 18px; background-position: -20px 0; } .m2-regist-inputarea table td i.m2-regist-mobicon{ width:15px; height: 23px; background-position: -40px 0; } .m2-regist-username{ width:264px; height: 31px; border:1px solid #d9d9d9; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-indent: 10px; float: right; } .m2-regist-code{width:175px;} .m2-regist-btn{ border-top:1px solid #eeeeee; font-size:14px; color:#717171; margin-top:20px; text-align: center; line-height: 50px; padding-top:10px; padding-left: 80px; } .m2-regist-tdInput{ position: relative; } .m2-regist-errMsg{ position: absolute; top: 49px; left: 80px; color: #d44950; font-size: 12px; height: 14px; line-height: 14px; } .m2-regist-check img{ float:right; margin-right:5px; border: none; width: 84px; height: 32px; cursor: pointer; } .m2-regist-btn b{ color:#0a97cf; font-weight: normal; cursor: pointer; } .m2-regist-btn b:hover{color: #0bf;} .m2-regist-btn b:active{color: #0bf;} .m2-regist-btn input{ vertical-align: middle; margin-top:-3px; margin-right:4px; width:15px; height:15px; } .m2-loginBg{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; opacity: 0.85; filter:alpha(opacity=85); z-index: 50; } .m2-loginReg-box{ position: fixed; width: 460px; height: 430px; padding: 20px 20px; background-color: #fff; z-index: 51; left: 50%; margin-left: -255px; top: 160px; border:5px solid #616161; } .m2-loginReg-box h3{ height: 30px; color: #000; text-align: center; border-bottom: 1px solid #f1f1f1; font-size: 18px; margin-bottom: 10px; } .m2-loginRegarea{ height: 395px; overflow: auto; } .m2-loginReg-boxClose{ display: block; position: absolute; top: 8px; right: 8px; width: 15px; height: 15px; cursor: pointer; background: url(../images/su-icon.png) no-repeat -80px 0px; } .m2-loginRegarea p{ font-size: 14px; color: #4e4e4e; line-height: 24px; min-height: 24px; _height:24px; } .m2-regist-btn a{ width:130px; height:40px; background-color: #f5944f; display: inline-block; text-align: center; line-height: 40px; font-size:16px; margin-left:10px; _display:inline; zoom:1; } .m2-regist-btn a:link{color:#fff;} .m2-regist-btn a:visited{color:#fff;} .m2-regist-btn a:hover{color:#fff;background-color: #e2823d;} .m2-regist-btn a:active{color:#fff;background-color: #e2823d;} .m2-regist-left p{ color:#bebebe; font-size:14px; text-align: center; margin-top:35px; } .m2-login-right{ float:left; width: 308px; margin-top:115px; padding-left:30px; background: url(../images/xiaoai.png) 30px 148px no-repeat; min-height: 440px; _height:440px; } .m2-login-right img{ float:right; } .m2-login-right h2{ font-size:48px; line-height: 72px; color:#fff; } .m2-login-right p{ color:#c0ecfd; font-size:12px; margin:140px 0 0 123px; } .m2-login-right a{ width:80px; height: 18px; display: inline-block; text-align: center; font-size:12px; line-height: 18px; background-color: #c0ecfd; border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius:3px; margin-left:5px; } .m2-login-right a:link{color:#0a97cf;} .m2-login-right a:visited{color:#0a97cf;} .m2-login-right a:hover{color:#0a97cf;background-color: #8fdbf8;} .m2-login-right a:active{color:#0a97cf;background-color: #8fdbf8;} /*success*/ .m2-regist-sucess h4{text-align: left;} .m2-regist-sucess h4 i{ position: relative; top: 3px; margin-right: 8px; display: inline-block; height: 25px; width: 25px; background: url(../images/m2-loginIcon.png) no-repeat -175px 0; } .m2-regist-sucess h4 b{ float:none; } .m2-regist-sucess img{ box-shadow:3px 3px 3px #d8d8d8; margin:10px 0 0 8px; } .m2-regist-invest{ text-align: right; } .m2-login-right h4{ color:#fff; font-size:22px; line-height: 27px; } .m2-login-right h3{ color:#fff; font-size:26px; line-height: 41px; } .m2-login-right p.m2-sucsess-join{ margin:170px 0 0 130px; } /*trust*/ .m2-regist-successTips{ font-size:18px; color:#717171; line-height: 36px; padding:80px 0 120px 0; display: block; } .m2-regist-sucess p.m2-regSuc-nor{ color: #717171; text-align: left; font-size: 18px; line-height: 40px; margin-top: 0; } .m2-regist-btn p.m2-regist-btnNum{ color: #717171; margin-top: 0; font-size: 18px; text-align: right; padding-right: 10px; line-height: 40px; } .m2-regist-quit a.m2-regist-look{background-color: #0a97cf;} .m2-regist-quit a.m2-regist-look:hover{background-color: #0983b4;} .m2-regist-quit a.m2-regist-look:active{background-color: #0983b4;} .m2-login-right2{ float:left; width: 308px; margin-top:90px; padding-left:30px; min-height: 440px; _height:440px; } .m2-login-right2 p{ text-align: center; color: #0a97cf; font-size:14px; line-height: 100px; } .m2-login-right2 a{ width:80px; height: 18px; display: inline-block; text-align: center; font-size:12px; line-height: 18px; background-color: #0a97cf; border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius:3px; margin-left:5px; } .m2-login-right2 a:link{color:#fff;} .m2-login-right2 a:visited{color:#fff;} .m2-login-right2 a:hover{color:#fff;background-color: #0885b6;} .m2-login-right2 a:active{color:#fff;background-color: #0885b6;} /*password*/ .m2-regist-btn2{text-align: right;} .m2-regist-sucess h4 ul{width:100%;} .m2-regist-sucess h4 ul li{ color:#888; font-size: 18px; margin:0; width:49%; text-align: center; } /*公共提示*/ .m2-pwdBg{ position: fixed; width: 100%; height: 100%; background-color: #000; opacity: 0.8; filter:alpha(opacity=80); z-index: 100; } .m2-pwdConfirm{ position: fixed; width: 610px; height: 338px; left: 50%; top: 50%; margin: -169px 0 0 -305px; background:url(../images/m2-pwd-confirm.png); z-index: 101; } .m2-pwdConfirm-close{ display: block; position: absolute; right: 5px; top: 78px; width: 40px; height: 40px; cursor: pointer; } .m2-pwdConfirm-ture{ position: absolute; top: 85px; right: 115px; display: block; width: 50px; height: 40px; background:url(../images/m2-loginIcon.png) no-repeat -35px -65px; } .m2-pwdConfirm-false{ position: absolute; top: 85px; right: 115px; display: block; width: 50px; height: 40px; background:url(../images/m2-loginIcon.png) no-repeat -85px -65px; } .m2-pwdConfirm-con{ position: absolute; top: 125px; right: 39px; width: 215px; height: 52px; font-size: 16px; line-height: 26px; color: #ca4b2a; } /*login*/ .m2-loginBox{ float:left; width:850px; margin-top:50px; padding-left:140px; background: url(../images/m2-suggest-bg.png) no-repeat 0 148px; min-height: 400px; } .m2-loginArea{ width: 780px; padding: 25px 35px 20px 20px; margin: 0 auto; background-color: #fff; border-radius: 15px; zoom: 1; min-height: 388px; height: 388px; } .m2-loginArea:after{display:block;clear:both;visibility:hidden;height:0;content:'-';} .m2-loginArea-lef{ width: 380px; float: left; } .m2-loginArea-lef a.m2-login-actLink{ position: relative; display: block; width: 359px; height: 352px; overflow: hidden; cursor: default; } .m2-loginArea-lef a.m2-login-actLink img{ display: block; width: 359px; height: 352px; border: none; } .m2-login-actLink i{ display: block; position: absolute; width: 65px; height: 65px; top: 0; right: 0; cursor: pointer; } .m2-loginArea-lef p{ margin-top: 12px; font-size: 14px; height: 24px; line-height: 24px; } .m2-loginArea-lef p span{ font-size: 14px; height: 24px; line-height: 24px; color: #717171; } .m2-loginArea-rig{ width: 360px; margin-left: 30px; float: left; } .m2-login-moreLink{ font-size: 14px; height: 24px; line-height: 24px; color: #0a97cf; } .m2-login-moreLink:link{color: #0a97cf;} .m2-login-moreLink:visited{color: #0a97cf;} .m2-login-moreLink:hover{color: #00bfff;} .m2-login-moreLink:active{color: #00bfff;} .m2-loginArea-rigHead{ zoom: 1; margin-bottom: 30px; } .m2-loginArea-rigHead h2{ display: inline-block; float: left; width: 175px; height: 30px; line-height: 30px; float: left; color: #888; font-size: 20px; text-align: left; } .m2-loginArea-rigHead p{ display: inline-block; height: 30px; line-height: 30px; float: left; } .m2-loginArea-rigHead p span{ height: 30px; line-height: 30px; font-size: 14px; color: #888; } .m2-loginArea-rigHead p a{ height: 30px; line-height: 30px; font-size: 14px; color: #0a97cf; } .m2-loginArea-rigHead p a:link{color: #0a97cf;} .m2-loginArea-rigHead p a:visited{color: #0a97cf;} .m2-loginArea-rigHead p a:hover{color: #00bfff;} .m2-loginArea-rigHead p a:active{color: #00bfff;} .m2-loginArea-rigHead:after{display:block;clear:both;visibility:hidden;height:0;content:'-';} .m2-login-form{ padding: 19px 0 9px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 15px; } .m2-loginForm-item{ position: relative; zoom: 1; height: 60px; } .m2-loginForm-item:after{display:block;clear:both;visibility:hidden;height:0;content:'-';} .m2-loginForm-item span{ position: relative; display: inline-block; text-indent: 25px; width: 83px; height: 30px; line-height: 30px; font-size: 14px; color: #717171; float: left; } .m2-loginForm-item input{ display: inline-block; float: left; height: 30px; line-height: 30px; text-indent: 15px; border: 1px solid #D9D9D9; border-radius: 3px; } .m2-loginForm-item span i{ display: block; position: absolute; top: 3px; left: -3px; width: 25px; height: 25px; } .m2-login-username span i{background: url(../images/m2-loginIcon.png) no-repeat 0px 0px;} .m2-login-pwd span i{background: url(../images/m2-loginIcon.png) no-repeat -50px 0px;} .m2-login-code span i{background: url(../images/m2-loginIcon.png) no-repeat -50px 0px;} .m2-login-username input{ width: 272px; } .m2-login-pwd input{ width: 272px; } .m2-login-code input{ width: 172px; margin-right: 15px; } .m2-login-code img{ display: inline-block; float: left; width: 85px; height: 32px; border: none; cursor: pointer; } .m2-loginForm-item b{ position: absolute; display: block; top: 34px; left: 90px; font-size: 12px; line-height: 14px; height: 14px; color: #E94B42; } .m2-login-submit{ position: relative; margin-top: 20px; padding-left: 250px; } .m2-login-submit a.m2-loginBtn{ display: block; height: 40px; line-height: 40px; font-size: 16px; color: #fff; text-align: center; background-color: #F59451; } .m2-login-submit a.m2-loginForget{ position: absolute; display: block; top: 7px; left: 155px; padding: 2px 12px; height: 26px; line-height: 26px; color: #0a97cf; font-size: 14px; } .m2-login-submit a.m2-loginBtn:link{background-color: #f59451;} .m2-login-submit a.m2-loginBtn:visited{background-color: #f59451;} .m2-login-submit a.m2-loginBtn:hover{background-color: #e58441;} .m2-login-submit a.m2-loginBtn:active{background-color: #e58441;} .m2-login-submit a.m2-loginForget:link{color: #0a97cf;} .m2-login-submit a.m2-loginForget:visited{color: #0a97cf;} .m2-login-submit a.m2-loginForget:hover{color: #00bbff;} .m2-login-submit a.m2-loginForget:active{color: #00bbff;} .m2-loginBottontips{ font-size: 14px; color: #bebebe; text-align: center; height: 20px; line-height: 20px; margin-top: 32px; } .m2-regTeltips{ display: inline-block; float: right; text-align: center; border-radius: 3px; width: 128px; height: 33px; line-height: 33px; background-color: #B3B3B3; color: #fff; margin-left: 5px; } .m2-regTel-step1{ cursor: pointer; } .m2-regTel-step1:hover,.m2-regTel-step1:active{ background-color: #A3A3A3; } .m2-regTel-step2{ cursor: default; } .m2-regist-inputarea table td i.m2-regist-idnumber{ width:24px; height: 17px; background-position: -40px -40px; } .m2-regist-inputarea table td i.m2-regist-cardnumber{ width:24px; height: 17px; background-position: -40px -23px; } .m2-login-voice{ position: fixed; left: 50%; margin-left: -223px; width: 432px; border: 7px solid #555; top: 150px; z-index: 51; background-color: #fff; } .m2-logVoi-psg{ margin: 30px auto 0 auto; width: 350px; font-size: 15px; line-height: 28px; color: #4e4e4e; text-align: center; } .m2-logVoi-btn{ width: 310px; height: 50px; margin: 15px auto 0 auto; } .m2-logVoi-btn span{ display: inline-block; width: 130px; height: 40px; cursor: pointer; font-size: 16px; line-height: 40px; color: #fff; text-align: center; border-radius: 3px; } .m2-logVoi-sur{ float: left; background-color: #F59451; } .m2-logVoi-sur:hover,.m2-logVoi-sur:active{ background-color: #E58441; } .m2-logVoi-can{ float: right; background-color: #0997CF; } .m2-logVoi-can:hover,.m2-logVoi-can:active{ background-color: #0587BF; } .m2-loginVoi-boxClose{ display: block; position: absolute; top: 8px; right: 8px; width: 15px; height: 15px; cursor: pointer; background: url(../images/su-icon.png) no-repeat -80px 0px; } .m2-reg-voice{ position: absolute; top: 49px; right: 10px; font-size: 12px; height: 14px; line-height: 14px; } .m2-reg-voice-able{ color: #0a97cf; cursor: pointer; } .m2-reg-voice-unable{ color:#ccc; cursor:default; } .m2-reg-voice-able:hover,.m2-reg-voice-able:active{ color: #0be; } .m2-trust-btn{ font-size:14px; color:#717171; margin-top:10px; text-align: center; line-height: 50px; padding-left: 95px; } .m2-trust-btn b{ color:#0a97cf; font-weight: normal; cursor: pointer; } .m2-trust-btn b:hover{color: #0bf;} .m2-trust-btn b:active{color: #0bf;} .m2-trust-btn input{ vertical-align: middle; margin-top:-3px; margin-right:4px; }
public/statics/home2/css/login.css
@charset "utf-8"; body { background-color: #EEE; } .m2-regist-main{ width:100%; background: url(../images/main-bg.png) repeat-x; min-height: 768px; } .m2-regist-center{ width:1038px; margin:0 auto; padding-top:20px; } .m2-regist-logo{margin-left:140px;margin-top:20px} .m2-regist-left{ float:left; width:560px; margin-top:70px; padding-left:140px; background: url(../images/suggest-bg.png) no-repeat 0 148px; } .m2-regist-left ul li{ display:inline-block; font-size:20px; color:#fff; line-height: 50px; margin-left:75px; _display:inline; zoom:1; } .m2-regist-left ul li i{ width:22px; height: 22px; display: inline-block; background-color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius:50%; vertical-align: middle; margin-top:-5px; margin-right:10px; } .m2-regist-left ul li i.m2-regist-step{ background-color: #f5944f; border:6px solid #fff; width:11px; height: 11px; } .m2-regist-inputarea{ width:438px; padding:20px 60px; background-color: #fff; border:1px solid #d9d9d9; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius:15px; } .m2-regist-inputarea h4{ text-align: right; font-size:14px; color:#888; font-weight: normal; border-bottom:1px solid #eeeeee; line-height: 60px; } .m2-regist-inputarea h4 b{ font-size:20px; float:left; } .m2-regist-inputarea h4 a:link{color:#0a97cf;} .m2-regist-inputarea h4 a:visited{color:#0a97cf;} .m2-regist-inputarea h4 a:hover{color:#0d80ad;} .m2-regist-inputarea h4 a:active{color:#0d80ad;} .m2-regist-inputarea table{ width: 100%; font-size:14px; line-height: 60px; color:#717171; } .m2-regist-inputarea table td i{ background: url(../images/su-icon.png) no-repeat; display:inline-block; margin-right:5px; vertical-align: middle; } .m2-regist-inputarea table td i.m2-regist-usericon{ width:18px; height: 16px; background-position: 0 0; margin-top:-2px; } .m2-regist-inputarea table td i.m2-regist-passicon{ width:18px; height: 18px; background-position: -20px 0; } .m2-regist-inputarea table td i.m2-regist-mobicon{ width:15px; height: 23px; background-position: -40px 0; } .m2-regist-username{ width:264px; height: 31px; border:1px solid #d9d9d9; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-indent: 10px; float: right; } .m2-regist-code{width:175px;} .m2-regist-btn{ border-top:1px solid #eeeeee; font-size:14px; color:#717171; margin-top:20px; text-align: center; line-height: 50px; padding-top:10px; padding-left: 80px; } .m2-regist-tdInput{ position: relative; } .m2-regist-errMsg{ position: absolute; top: 49px; left: 80px; color: #d44950; font-size: 12px; height: 14px; line-height: 14px; } .m2-regist-check img{ float:right; margin-right:5px; border: none; width: 84px; height: 32px; cursor: pointer; } .m2-regist-btn b{ color:#0a97cf; font-weight: normal; cursor: pointer; } .m2-regist-btn b:hover{color: #0bf;} .m2-regist-btn b:active{color: #0bf;} .m2-regist-btn input{ vertical-align: middle; margin-top:-3px; margin-right:4px; width:15px; height:15px; } .m2-loginBg{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; opacity: 0.85; filter:alpha(opacity=85); z-index: 50; } .m2-loginReg-box{ position: fixed; width: 460px; height: 430px; padding: 20px 20px; background-color: #fff; z-index: 51; left: 50%; margin-left: -255px; top: 160px; border:5px solid #616161; } .m2-loginReg-box h3{ height: 30px; color: #000; text-align: center; border-bottom: 1px solid #f1f1f1; font-size: 18px; margin-bottom: 10px; } .m2-loginRegarea{ height: 395px; overflow: auto; } .m2-loginReg-boxClose{ display: block; position: absolute; top: 8px; right: 8px; width: 15px; height: 15px; cursor: pointer; background: url(../images/su-icon.png) no-repeat -80px 0px; } .m2-loginRegarea p{ font-size: 14px; color: #4e4e4e; line-height: 24px; min-height: 24px; _height:24px; } .m2-regist-btn a{ width:130px; height:40px; background-color: #f5944f; display: inline-block; text-align: center; line-height: 40px; font-size:16px; margin-left:10px; _display:inline; zoom:1; } .m2-regist-btn a:link{color:#fff;} .m2-regist-btn a:visited{color:#fff;} .m2-regist-btn a:hover{color:#fff;background-color: #e2823d;} .m2-regist-btn a:active{color:#fff;background-color: #e2823d;} .m2-regist-left p{ color:#bebebe; font-size:14px; text-align: center; margin-top:35px; } .m2-login-right{ float:left; width: 308px; margin-top:115px; padding-left:30px; background: url(../images/xiaoai.png) 30px 148px no-repeat; min-height: 440px; _height:440px; } .m2-login-right img{ float:right; } .m2-login-right h2{ font-size:48px; line-height: 72px; color:#fff; } .m2-login-right p{ color:#c0ecfd; font-size:12px; margin:140px 0 0 123px; } .m2-login-right a{ width:80px; height: 18px; display: inline-block; text-align: center; font-size:12px; line-height: 18px; background-color: #c0ecfd; border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius:3px; margin-left:5px; } .m2-login-right a:link{color:#0a97cf;} .m2-login-right a:visited{color:#0a97cf;} .m2-login-right a:hover{color:#0a97cf;background-color: #8fdbf8;} .m2-login-right a:active{color:#0a97cf;background-color: #8fdbf8;} /*success*/ .m2-regist-sucess h4{text-align: left;} .m2-regist-sucess h4 i{ position: relative; top: 3px; margin-right: 8px; display: inline-block; height: 25px; width: 25px; background: url(../images/m2-loginIcon.png) no-repeat -175px 0; } .m2-regist-sucess h4 b{ float:none; } .m2-regist-sucess img{ box-shadow:3px 3px 3px #d8d8d8; margin:10px 0 0 8px; } .m2-regist-invest{ text-align: right; } .m2-login-right h4{ color:#fff; font-size:22px; line-height: 27px; } .m2-login-right h3{ color:#fff; font-size:26px; line-height: 41px; } .m2-login-right p.m2-sucsess-join{ margin:170px 0 0 130px; } /*trust*/ .m2-regist-successTips{ font-size:18px; color:#717171; line-height: 36px; padding:80px 0 120px 0; display: block; } .m2-regist-sucess p.m2-regSuc-nor{ color: #717171; text-align: left; font-size: 18px; line-height: 40px; margin-top: 0; } .m2-regist-btn p.m2-regist-btnNum{ color: #717171; margin-top: 0; font-size: 18px; text-align: right; padding-right: 10px; line-height: 40px; } .m2-regist-quit a.m2-regist-look{background-color: #0a97cf;} .m2-regist-quit a.m2-regist-look:hover{background-color: #0983b4;} .m2-regist-quit a.m2-regist-look:active{background-color: #0983b4;} .m2-login-right2{ float:left; width: 308px; margin-top:90px; padding-left:30px; min-height: 440px; _height:440px; } .m2-login-right2 p{ text-align: center; color: #0a97cf; font-size:14px; line-height: 100px; } .m2-login-right2 a{ width:80px; height: 18px; display: inline-block; text-align: center; font-size:12px; line-height: 18px; background-color: #0a97cf; border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius:3px; margin-left:5px; } .m2-login-right2 a:link{color:#fff;} .m2-login-right2 a:visited{color:#fff;} .m2-login-right2 a:hover{color:#fff;background-color: #0885b6;} .m2-login-right2 a:active{color:#fff;background-color: #0885b6;} /*password*/ .m2-regist-btn2{text-align: right;} .m2-regist-sucess h4 ul{width:100%;} .m2-regist-sucess h4 ul li{ color:#888; font-size: 18px; margin:0; width:49%; text-align: center; } /*公共提示*/ .m2-pwdBg{ position: fixed; width: 100%; height: 100%; background-color: #000; opacity: 0.8; filter:alpha(opacity=80); z-index: 100; } .m2-pwdConfirm{ position: fixed; width: 610px; height: 338px; left: 50%; top: 50%; margin: -169px 0 0 -305px; background:url(../images/m2-pwd-confirm.png); z-index: 101; } .m2-pwdConfirm-close{ display: block; position: absolute; right: 5px; top: 78px; width: 40px; height: 40px; cursor: pointer; } .m2-pwdConfirm-ture{ position: absolute; top: 85px; right: 115px; display: block; width: 50px; height: 40px; background:url(../images/m2-loginIcon.png) no-repeat -35px -65px; } .m2-pwdConfirm-false{ position: absolute; top: 85px; right: 115px; display: block; width: 50px; height: 40px; background:url(../images/m2-loginIcon.png) no-repeat -85px -65px; } .m2-pwdConfirm-con{ position: absolute; top: 125px; right: 39px; width: 215px; height: 52px; font-size: 16px; line-height: 26px; color: #ca4b2a; } /*login*/ .m2-loginBox{ float:left; width:850px; margin-top:50px; padding-left:140px; background: url(../images/m2-suggest-bg.png) no-repeat 0 148px; min-height: 400px; } .m2-loginArea{ width: 780px; padding: 25px 35px 20px 20px; margin: 0 auto; background-color: #fff; border-radius: 15px; zoom: 1; min-height: 388px; height: 388px; } .m2-loginArea:after{display:block;clear:both;visibility:hidden;height:0;content:'-';} .m2-loginArea-lef{ width: 380px; float: left; } .m2-loginArea-lef a.m2-login-actLink{ position: relative; display: block; width: 359px; height: 352px; overflow: hidden; cursor: default; } .m2-loginArea-lef a.m2-login-actLink img{ display: block; width: 359px; height: 352px; border: none; } .m2-login-actLink i{ display: block; position: absolute; width: 65px; height: 65px; top: 0; right: 0; cursor: pointer; } .m2-loginArea-lef p{ margin-top: 12px; font-size: 14px; height: 24px; line-height: 24px; } .m2-loginArea-lef p span{ font-size: 14px; height: 24px; line-height: 24px; color: #717171; } .m2-loginArea-rig{ width: 360px; margin-left: 30px; float: left; } .m2-login-moreLink{ font-size: 14px; height: 24px; line-height: 24px; color: #0a97cf; } .m2-login-moreLink:link{color: #0a97cf;} .m2-login-moreLink:visited{color: #0a97cf;} .m2-login-moreLink:hover{color: #00bfff;} .m2-login-moreLink:active{color: #00bfff;} .m2-loginArea-rigHead{ zoom: 1; margin-bottom: 30px; } .m2-loginArea-rigHead h2{ display: inline-block; float: left; width: 175px; height: 30px; line-height: 30px; float: left; color: #888; font-size: 20px; text-align: left; } .m2-loginArea-rigHead p{ display: inline-block; height: 30px; line-height: 30px; float: left; } .m2-loginArea-rigHead p span{ height: 30px; line-height: 30px; font-size: 14px; color: #888; } .m2-loginArea-rigHead p a{ height: 30px; line-height: 30px; font-size: 14px; color: #0a97cf; } .m2-loginArea-rigHead p a:link{color: #0a97cf;} .m2-loginArea-rigHead p a:visited{color: #0a97cf;} .m2-loginArea-rigHead p a:hover{color: #00bfff;} .m2-loginArea-rigHead p a:active{color: #00bfff;} .m2-loginArea-rigHead:after{display:block;clear:both;visibility:hidden;height:0;content:'-';} .m2-login-form{ padding: 19px 0 9px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 15px; } .m2-loginForm-item{ position: relative; zoom: 1; height: 60px; } .m2-loginForm-item:after{display:block;clear:both;visibility:hidden;height:0;content:'-';} .m2-loginForm-item span{ position: relative; display: inline-block; text-indent: 25px; width: 83px; height: 30px; line-height: 30px; font-size: 14px; color: #717171; float: left; } .m2-loginForm-item input{ display: inline-block; float: left; height: 30px; line-height: 30px; text-indent: 15px; border: 1px solid #D9D9D9; border-radius: 3px; } .m2-loginForm-item span i{ display: block; position: absolute; top: 3px; left: -3px; width: 25px; height: 25px; } .m2-login-username span i{background: url(../images/m2-loginIcon.png) no-repeat 0px 0px;} .m2-login-pwd span i{background: url(../images/m2-loginIcon.png) no-repeat -50px 0px;} .m2-login-code span i{background: url(../images/m2-loginIcon.png) no-repeat -50px 0px;} .m2-login-username input{ width: 272px; } .m2-login-pwd input{ width: 272px; } .m2-login-code input{ width: 172px; margin-right: 15px; } .m2-login-code img{ display: inline-block; float: left; width: 85px; height: 32px; border: none; cursor: pointer; } .m2-loginForm-item b{ position: absolute; display: block; top: 34px; left: 90px; font-size: 12px; line-height: 14px; height: 14px; color: #E94B42; } .m2-login-submit{ position: relative; margin-top: 20px; padding-left: 250px; } .m2-login-submit a.m2-loginBtn{ display: block; height: 40px; line-height: 40px; font-size: 16px; color: #fff; text-align: center; background-color: #F59451; } .m2-login-submit a.m2-loginForget{ position: absolute; display: block; top: 7px; left: 155px; padding: 2px 12px; height: 26px; line-height: 26px; color: #0a97cf; font-size: 14px; } .m2-login-submit a.m2-loginBtn:link{background-color: #f59451;} .m2-login-submit a.m2-loginBtn:visited{background-color: #f59451;} .m2-login-submit a.m2-loginBtn:hover{background-color: #e58441;} .m2-login-submit a.m2-loginBtn:active{background-color: #e58441;} .m2-login-submit a.m2-loginForget:link{color: #0a97cf;} .m2-login-submit a.m2-loginForget:visited{color: #0a97cf;} .m2-login-submit a.m2-loginForget:hover{color: #00bbff;} .m2-login-submit a.m2-loginForget:active{color: #00bbff;} .m2-loginBottontips{ font-size: 14px; color: #bebebe; text-align: center; height: 20px; line-height: 20px; margin-top: 32px; } .m2-regTeltips{ display: inline-block; float: right; text-align: center; border-radius: 3px; width: 128px; height: 33px; line-height: 33px; background-color: #B3B3B3; color: #fff; margin-left: 5px; } .m2-regTel-step1{ cursor: pointer; } .m2-regTel-step1:hover,.m2-regTel-step1:active{ background-color: #A3A3A3; } .m2-regTel-step2{ cursor: default; } .m2-regist-inputarea table td i.m2-regist-idnumber{ width:24px; height: 17px; background-position: -40px -40px; } .m2-regist-inputarea table td i.m2-regist-cardnumber{ width:24px; height: 17px; background-position: -40px -23px; } .m2-login-voice{ position: fixed; left: 50%; margin-left: -223px; width: 432px; border: 7px solid #555; top: 150px; z-index: 51; background-color: #fff; } .m2-logVoi-psg{ margin: 30px auto 0 auto; width: 350px; font-size: 15px; line-height: 28px; color: #4e4e4e; text-align: center; } .m2-logVoi-btn{ width: 310px; height: 50px; margin: 15px auto 0 auto; } .m2-logVoi-btn span{ display: inline-block; width: 130px; height: 40px; cursor: pointer; font-size: 16px; line-height: 40px; color: #fff; text-align: center; border-radius: 3px; } .m2-logVoi-sur{ float: left; background-color: #F59451; } .m2-logVoi-sur:hover,.m2-logVoi-sur:active{ background-color: #E58441; } .m2-logVoi-can{ float: right; background-color: #0997CF; } .m2-logVoi-can:hover,.m2-logVoi-can:active{ background-color: #0587BF; } .m2-loginVoi-boxClose{ display: block; position: absolute; top: 8px; right: 8px; width: 15px; height: 15px; cursor: pointer; background: url(../images/su-icon.png) no-repeat -80px 0px; } .m2-reg-voice{ position: absolute; top: 49px; right: 10px; font-size: 12px; height: 14px; line-height: 14px; } .m2-reg-voice-able{ color: #0a97cf; cursor: pointer; } .m2-reg-voice-unable{ color:#ccc; cursor:default; } .m2-reg-voice-able:hover,.m2-reg-voice-able:active{ color: #0be; } .m2-trust-btn{ font-size:14px; color:#717171; margin-top:10px; text-align: center; line-height: 50px; padding-left: 95px; } .m2-trust-btn b{ color:#0a97cf; font-weight: normal; cursor: pointer; } .m2-trust-btn b:hover{color: #0bf;} .m2-trust-btn b:active{color: #0bf;} .m2-trust-btn input{ vertical-align: middle; margin-top:-3px; margin-right:4px; }
0.181953
0.069827
body[appearance="light"] { background: white; } body[appearance="light"] .navbar { background: lightgrey; } body[appearance="light"] .navname { color: black; } body[appearance="light"] a { color: black; } body[appearance="light"] .apptitle { color: black; } body[appearance="light"] .csstitle { color: black; } body[appearance="light"] .setitle { color: black; } body[appearance="light"] .settab2 { color: black; } body[appearance="light"] .settab8 { color: black; border: 1.5px solid black; } body[appearance="light"] .setcssinput { color: black; border: 1.5px solid black; } body[appearance="light"] .settit { color: black; border: 1.5px solid black; } body[appearance="light"] .setfav { color: black; border: 1.5px solid black; } body[appearance="light"] .setcssbtn { color: black; border: 1.5px solid black; } body[appearance="light"] .settab3 { border: 1px solid black; } body[appearance="light"] .settab4 { border: 1px solid black; } body[appearance="light"] .settab5 { border: 1px solid black; } body[appearance="light"] .settab6 { border: 1px solid black; } body[appearance="light"] .settab7 { border: 1px solid black; } body[appearance="light"] .se { color: black; border: 1px solid black; } body[appearance="light"] .seactive { background: black; border: 1px solid black; color: white; } body[appearance="light"] .chooseapp { color: black; border: 1px solid black; } body[appearance="light"] .chooseappactive { background: black; border: 1px solid black; color: white; } body[appearance="light"] .homename { color: black; } body[appearance="light"] .search { color: black; border: 2.5px solid black; } body[appearance="light"] .proxy { border: 2.5px solid black; color: black; } body[appearance="light"] .proxysel { color: white; background-color: black; } body[appearance="light"] .footer { color: black; } body[appearance="light"] .icon { border: 1px solid black; } body[appearance="light"] .searchgames { color: black; border: 1.5px solid black; } body[appearance="light"] #nogame { color: black; } body[appearance="light"] .gameinfo { color: black; } body[appearance="light"] .game { border: 1px solid black; } body[appearance="light"] .title { color: black; } body[appearance="light"] .body { color: black; } body[appearance="light"] #info { color: black; border: 1px solid black; } body[appearance="light"] #docspage { color: black; }
public/css/light.css
body[appearance="light"] { background: white; } body[appearance="light"] .navbar { background: lightgrey; } body[appearance="light"] .navname { color: black; } body[appearance="light"] a { color: black; } body[appearance="light"] .apptitle { color: black; } body[appearance="light"] .csstitle { color: black; } body[appearance="light"] .setitle { color: black; } body[appearance="light"] .settab2 { color: black; } body[appearance="light"] .settab8 { color: black; border: 1.5px solid black; } body[appearance="light"] .setcssinput { color: black; border: 1.5px solid black; } body[appearance="light"] .settit { color: black; border: 1.5px solid black; } body[appearance="light"] .setfav { color: black; border: 1.5px solid black; } body[appearance="light"] .setcssbtn { color: black; border: 1.5px solid black; } body[appearance="light"] .settab3 { border: 1px solid black; } body[appearance="light"] .settab4 { border: 1px solid black; } body[appearance="light"] .settab5 { border: 1px solid black; } body[appearance="light"] .settab6 { border: 1px solid black; } body[appearance="light"] .settab7 { border: 1px solid black; } body[appearance="light"] .se { color: black; border: 1px solid black; } body[appearance="light"] .seactive { background: black; border: 1px solid black; color: white; } body[appearance="light"] .chooseapp { color: black; border: 1px solid black; } body[appearance="light"] .chooseappactive { background: black; border: 1px solid black; color: white; } body[appearance="light"] .homename { color: black; } body[appearance="light"] .search { color: black; border: 2.5px solid black; } body[appearance="light"] .proxy { border: 2.5px solid black; color: black; } body[appearance="light"] .proxysel { color: white; background-color: black; } body[appearance="light"] .footer { color: black; } body[appearance="light"] .icon { border: 1px solid black; } body[appearance="light"] .searchgames { color: black; border: 1.5px solid black; } body[appearance="light"] #nogame { color: black; } body[appearance="light"] .gameinfo { color: black; } body[appearance="light"] .game { border: 1px solid black; } body[appearance="light"] .title { color: black; } body[appearance="light"] .body { color: black; } body[appearance="light"] #info { color: black; border: 1px solid black; } body[appearance="light"] #docspage { color: black; }
0.548915
0.099514
:root { --Color-primary: #111; /* [1] */ --Color-black: #000; --Color-white: #fff; --Color-grey-10: #f5f5f0; --Color-grey-15: #f6f9fc; --Color-grey-20: #eee; --Color-grey-30: #ddd; --Color-grey-40: #a5abb0; --Color-grey-50: #5a6772; --Color-grey-60: #444e57; --Color-grey-80: #30373d; --Color-grey-90: #1c2024; --Color-teal-30: #00c5ca; --Color-teal-50: #65dcdf; --Color-teal-70: #004a4d; --Color-focus: #ff8c00; --Color-5: color(var(--Color-primary) l(+50%) s(-50%)); --Color-10: color(var(--Color-primary) l(+40%) s(-40%)); --Color-20: color(var(--Color-primary) l(+30%) s(-30%)); --Color-30: color(var(--Color-primary) l(+20%) s(-20%)); --Color-40: color(var(--Color-primary) l(+8%) s(-15%)); --Color-50: var(--Color-primary); --Color-60: color(var(--Color-primary) l(-5%)); --Color-70: color(var(--Color-primary) l(-10%)); --Color-80: color(var(--Color-primary) l(-15%)); --Color-90: color(var(--Color-primary) l(-20%)); --Color-95: color(var(--Color-primary) l(-25%)); --Color-compl: color(var(--Color-primary) h(+180) s(100%) l(70%)); --Color-compl-5: color(var(--Color-primary) h(+180) s(20%) l(95%)); --Color-compl-10: color(var(--Color-primary) h(+180) s(30%) l(90%)); --Color-compl-80: color(var(--Color-primary) h(+180)); } .u-color-black { color: var(--Color-black) !important; } .u-background-black { background-color: var(--Color-black) !important; } .u-color-white { color: var(--Color-white) !important; } .u-background-white { background-color: var(--Color-white) !important; } .u-color-grey-10 { color: var(--Color-grey-10) !important; } .u-background-grey-10 { background-color: var(--Color-grey-10) !important; } .u-color-grey-15 { color: var(--Color-grey-15) !important; } .u-background-grey-15 { background-color: var(--Color-grey-15) !important; } .u-color-grey-20 { color: var(--Color-grey-20) !important; } .u-background-grey-20 { background-color: var(--Color-grey-20) !important; } .u-color-grey-30 { color: var(--Color-grey-30) !important; } .u-background-grey-30 { background-color: var(--Color-grey-30) !important; } .u-color-grey-40 { color: var(--Color-grey-40) !important; } .u-background-grey-40 { background-color: var(--Color-grey-40) !important; } .u-color-grey-50 { color: var(--Color-grey-50) !important; } .u-background-grey-50 { background-color: var(--Color-grey-50) !important; } .u-color-grey-60 { color: var(--Color-grey-60) !important; } .u-background-grey-60 { background-color: var(--Color-grey-60) !important; } .u-color-grey-80 { color: var(--Color-grey-80) !important; } .u-background-grey-80 { background-color: var(--Color-grey-80) !important; } .u-color-grey-90 { color: var(--Color-grey-90) !important; } .u-background-grey-90 { background-color: var(--Color-grey-90) !important; } /* Link / buttons */ .u-color-teal-30 { color: var(--Color-teal-30) !important; } .u-background-teal-30 { background-color: var(--Color-teal-30) !important; } .u-color-teal-50 { color: var(--Color-teal-50) !important; } .u-background-teal-50 { background-color: var(--Color-teal-50) !important; } .u-color-teal-70 { color: var(--Color-teal-70) !important; } .u-background-teal-70 { background-color: var(--Color-teal-70) !important; } /* Color primary */ .u-color-5 { color: var(--Color-5) !important; } .u-background-5 { background-color: var(--Color-5) !important; } .u-color-10 { color: var(--Color-10) !important; } .u-background-10 { background-color: var(--Color-10) !important; } .u-color-20 { color: var(--Color-20) !important; } .u-background-20 { background-color: var(--Color-20) !important; } .u-color-30 { color: var(--Color-30) !important; } .u-background-30 { background-color: var(--Color-30) !important; } .u-color-40 { color: var(--Color-40) !important; } .u-background-40 { background-color: var(--Color-40) !important; } .u-color-50 { color: var(--Color-50) !important; } .u-background-50 { background-color: var(--Color-50) !important; } .u-color-60 { color: var(--Color-60) !important; } .u-background-60 { background-color: var(--Color-60) !important; } .u-color-70 { color: var(--Color-70) !important; } .u-background-70 { background-color: var(--Color-70) !important; } .u-color-80 { color: var(--Color-80) !important; } .u-background-80 { background-color: var(--Color-80) !important; } .u-color-90 { color: var(--Color-90) !important; } .u-background-90 { background-color: var(--Color-90) !important; } .u-color-95 { color: var(--Color-95) !important; } .u-background-95 { background-color: var(--Color-95) !important; } .u-backround-none { background-color: transparent !important; } .u-color-compl { color: var(--Color-compl) !important; } .u-background-compl { background-color: var(--Color-compl) !important; } .u-background-compl-5 { background-color: var(--Color-compl-5) !important; } .u-color-compl-5 { color: var(--Color-compl-5) !important; } .u-color-compl-10 { color: var(--Color-compl-10) !important; } .u-background-compl-10 { background-color: var(--Color-compl-10) !important; } .u-color-compl-80 { color: var(--Color-compl-80) !important; } .u-background-compl-80 { background-color: var(--Color-compl-80) !important; }
src/utils/colors/index.css
:root { --Color-primary: #111; /* [1] */ --Color-black: #000; --Color-white: #fff; --Color-grey-10: #f5f5f0; --Color-grey-15: #f6f9fc; --Color-grey-20: #eee; --Color-grey-30: #ddd; --Color-grey-40: #a5abb0; --Color-grey-50: #5a6772; --Color-grey-60: #444e57; --Color-grey-80: #30373d; --Color-grey-90: #1c2024; --Color-teal-30: #00c5ca; --Color-teal-50: #65dcdf; --Color-teal-70: #004a4d; --Color-focus: #ff8c00; --Color-5: color(var(--Color-primary) l(+50%) s(-50%)); --Color-10: color(var(--Color-primary) l(+40%) s(-40%)); --Color-20: color(var(--Color-primary) l(+30%) s(-30%)); --Color-30: color(var(--Color-primary) l(+20%) s(-20%)); --Color-40: color(var(--Color-primary) l(+8%) s(-15%)); --Color-50: var(--Color-primary); --Color-60: color(var(--Color-primary) l(-5%)); --Color-70: color(var(--Color-primary) l(-10%)); --Color-80: color(var(--Color-primary) l(-15%)); --Color-90: color(var(--Color-primary) l(-20%)); --Color-95: color(var(--Color-primary) l(-25%)); --Color-compl: color(var(--Color-primary) h(+180) s(100%) l(70%)); --Color-compl-5: color(var(--Color-primary) h(+180) s(20%) l(95%)); --Color-compl-10: color(var(--Color-primary) h(+180) s(30%) l(90%)); --Color-compl-80: color(var(--Color-primary) h(+180)); } .u-color-black { color: var(--Color-black) !important; } .u-background-black { background-color: var(--Color-black) !important; } .u-color-white { color: var(--Color-white) !important; } .u-background-white { background-color: var(--Color-white) !important; } .u-color-grey-10 { color: var(--Color-grey-10) !important; } .u-background-grey-10 { background-color: var(--Color-grey-10) !important; } .u-color-grey-15 { color: var(--Color-grey-15) !important; } .u-background-grey-15 { background-color: var(--Color-grey-15) !important; } .u-color-grey-20 { color: var(--Color-grey-20) !important; } .u-background-grey-20 { background-color: var(--Color-grey-20) !important; } .u-color-grey-30 { color: var(--Color-grey-30) !important; } .u-background-grey-30 { background-color: var(--Color-grey-30) !important; } .u-color-grey-40 { color: var(--Color-grey-40) !important; } .u-background-grey-40 { background-color: var(--Color-grey-40) !important; } .u-color-grey-50 { color: var(--Color-grey-50) !important; } .u-background-grey-50 { background-color: var(--Color-grey-50) !important; } .u-color-grey-60 { color: var(--Color-grey-60) !important; } .u-background-grey-60 { background-color: var(--Color-grey-60) !important; } .u-color-grey-80 { color: var(--Color-grey-80) !important; } .u-background-grey-80 { background-color: var(--Color-grey-80) !important; } .u-color-grey-90 { color: var(--Color-grey-90) !important; } .u-background-grey-90 { background-color: var(--Color-grey-90) !important; } /* Link / buttons */ .u-color-teal-30 { color: var(--Color-teal-30) !important; } .u-background-teal-30 { background-color: var(--Color-teal-30) !important; } .u-color-teal-50 { color: var(--Color-teal-50) !important; } .u-background-teal-50 { background-color: var(--Color-teal-50) !important; } .u-color-teal-70 { color: var(--Color-teal-70) !important; } .u-background-teal-70 { background-color: var(--Color-teal-70) !important; } /* Color primary */ .u-color-5 { color: var(--Color-5) !important; } .u-background-5 { background-color: var(--Color-5) !important; } .u-color-10 { color: var(--Color-10) !important; } .u-background-10 { background-color: var(--Color-10) !important; } .u-color-20 { color: var(--Color-20) !important; } .u-background-20 { background-color: var(--Color-20) !important; } .u-color-30 { color: var(--Color-30) !important; } .u-background-30 { background-color: var(--Color-30) !important; } .u-color-40 { color: var(--Color-40) !important; } .u-background-40 { background-color: var(--Color-40) !important; } .u-color-50 { color: var(--Color-50) !important; } .u-background-50 { background-color: var(--Color-50) !important; } .u-color-60 { color: var(--Color-60) !important; } .u-background-60 { background-color: var(--Color-60) !important; } .u-color-70 { color: var(--Color-70) !important; } .u-background-70 { background-color: var(--Color-70) !important; } .u-color-80 { color: var(--Color-80) !important; } .u-background-80 { background-color: var(--Color-80) !important; } .u-color-90 { color: var(--Color-90) !important; } .u-background-90 { background-color: var(--Color-90) !important; } .u-color-95 { color: var(--Color-95) !important; } .u-background-95 { background-color: var(--Color-95) !important; } .u-backround-none { background-color: transparent !important; } .u-color-compl { color: var(--Color-compl) !important; } .u-background-compl { background-color: var(--Color-compl) !important; } .u-background-compl-5 { background-color: var(--Color-compl-5) !important; } .u-color-compl-5 { color: var(--Color-compl-5) !important; } .u-color-compl-10 { color: var(--Color-compl-10) !important; } .u-background-compl-10 { background-color: var(--Color-compl-10) !important; } .u-color-compl-80 { color: var(--Color-compl-80) !important; } .u-background-compl-80 { background-color: var(--Color-compl-80) !important; }
0.518546
0.143248
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("facebook.com") { /* Hide this shit! */ .highlightIndicator, .tinyman:after, .fbTimelineSideAds, .fbTimelineScrubber, .buttonWrap, .fbTimelineSpine, .spinePointer, .topBorder, .bottomBorder, #footerContainer, .middleLink, .moreSectionsLink, .uiStreamHeaderChronologicalForm, .uiStreamHeader { display:none !important; } #pagelet_timeline_recent{ border:0px solid red !important; } .fbxWelcomeBoxName{ border: 2px solid grey !important; width:250px !important; ; } #fbTimelineNavTopRow{ box-shadow:5px 5px 5px red; } /*Global Facebook Settings*/ body{ background:black !important; } .UIImageBlock{ border:0px solid red !important; box-shadow:3px 3px 3px black; } .UIImageBlock clearfix{ border:2px solid red !important; } .commentBox{ width:300px !important; border:5px solid red; } #sideNav { width:250px; border:0px solid red !important; } * { border-color: transparent !important; font-family: Arial !important; font-size:12px !important; color: #FFFFFF !important; background-color: transparent !important; /*Temporary Fix*/ } .ego_unit_container{ } .coverBorder{ border:20px solid black !important; opacity:0.5; } .storyContent{ border:1px solid black !important; opacity:0.9; box-shadow:-5px 10px 10px #000000; margin-bottom:20px !important; margin-left:0px !important; } .storyInnerContent{ width:866px !important; } .rightColumnWrapper{ opacity:1.0; } /* Work In Progress .inputContainer, .uiSelectorButton, .uiCloseButton:focus, .hidden_elem, .stage, .stageWrapper, .dialog_content, .dialog_title, .seeMore, #contentCurve, #pageFooter, .uiBoxLightblue, .fbCurrentThickline, .showOnceInteracted, span, .text, .fbDockChatTab .input, .fbFeedTickerStory, .ufiItem, .uiHeader, .uiSideNavCount, .clearfix, .uiUfi, .uiSearchInput, .uiSearchInput button, .uiMentionsInput, .uiComposerMetaContainer, .inputtext, .nub { background-color: transparent !important; } */ /* Facebook's Theatre (Photo Viewer) Mode */ .fbPhotoSnowbox { background-color: rgba(0, 0, 0, 0.75) !important; } .fbPhotoSnowboxInfo, .UIBeeper, .UIBeeper_Full, .menuDivider { background-color: #222222 !important; } .profile-picture img { max-width: 170px !important; } .inputtext { background-color: #111111 !important; } .webComposerPhotoUpload input, .webComposerPhotoUpload { color: #000000 !important; } .field_container { background-color: #000000 !important; } /* Background Image */ body { background-image:url('http://www.ashkan-amir.de/megan.jpg') !important; background-repeat:no-repeat !important; background-attachment:fixed !important; background-position:top-left !important; } .fbIndex .gradient { background: transparent !important; } .fbCurrentStory:hover, .connect_widget_like_button, .fbFeedTickerStory:hover, .item a:hover, .fbJewelFlyout li:hover, .uiSideNav a:hover, .fbNubFlyoutBody, .uiButtonConfirm { background-color: #333333 !important; } .fbChatMessageGroup { border-color: #000000 !important; } .fbChatSidebar { background-color: #111111 !important; opacity:0.9; } #leftCol { position: fixed !important; left:120px; top:92px; width:350px !important; min-height: 400px !important; min-width: 350px !important; background-color:#000000 !important; opacity:0.7; box-shadow:-5px 5px 10px #000000; } .arrowLeft a { background-image:url('http://i.imgur.com/26zf5.png') !important; border-color: #000000 !important; } .arrowRight a { background-image:url('http://i.imgur.com/v6B6z.png') !important; border-color: #000000 !important; } .uiStreamSubstory { border-color: transparent !important; } .uiHeader { background-color: transparent !important; } .fbSidebarGripper, .fbTickerFooter, .fbSidebarGripper div, .navSubmenu:hover { background-color: #222222 !important; } .fbTimelineCountButton, .uiBoxWhite, .uiButtonGroup { background-color: #1c1c1c !important; } .fbxWelcomeBox { background-color: transparent !important; text-align: center !important; } #leftCol { padding-top: 0px !important; padding-left: 0px !important; } .fbNubFlyoutFooter { background: #111111 !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important; color: #FFFFFF !important; border: #000000 !important; } .uiStream .uiSelectorButton { background-image: url("http://i.imgur.com/nOfuQ.png") !important; } .uiSearchInput { background-image: url("http://i.imgur.com/agNWI.png") !important; } .jewelButton { background-image: url("http://i.imgur.com/agNWI.png") !important; } .jewelButton:hover, .topNavLink a:hover { background-color: #222222 !important; } .uiScrollableAreaGripper { background-color: #666666 !important; } .uiSearchInput, .fbPhotosGridHeader, .uiComposerMessageBoxControls, #MessagingShelf, .uiBoxGray { background: #111111 !important; } .uiButton { background: #1c1c1c !important; } #blueBar { background: -moz-linear-gradient(top, #000000, #e5b374); border: transparent !important; opacity:0.3; } #blueBar:hover { background: -moz-linear-gradient(top, #000000, #e5b374); border: transparent !important; opacity:1; } #navSearch { width:510px !important; margin-top: 8px !important; margin-left: 22px !important; } #contentCol, #pageLogo a { background-color: transparent !important; border-color: transparent !important; } .uiMorePager { margin-bottom:6px !important; background-color: #000000 !important; -moz-border-radius: 5px 5px 5px 5px; border: 0px solid #333333 !important; } .uiStreamStory, .fbIndexFeaturedRegistration, .signupForm { margin-bottom:2px !important; background-color:transparent !important; background-image:url('http://i.imgur.com/T2LPj.png') !important; -moz-border-radius: 5px 5px 5px 5px; border: 0px solid #333333 !important; } #album_pagelet { background-color: #111111 !important; margin-left: 0px !important; margin-top: -15px !important; width: 722px !important; } .tagWrapper, #pagelet_main_column, .fbTimelineTopSection, #MessagingMessages { background-image:url('http://i.imgur.com/T2LPj.png') !important; width:100% !important; } .timelineUnitContainer{ -moz-border-radius: 25px 0px 25px 0px; border: 2px solid #333333 !important; box-shadow: 10px 10px 10px #000000; margin-bottom:0px !important; margin-left:0px !important; background-color:#222222 !important;opacity:0.97; width:380px !important; } #contentArea{ border:0px solid red !important; width:850px !important; } .fbTimelineFriendsBox { margin-bottom:20px !important; border:2px solid white !important; background-color:black !important; } #pagelet_main_column { width: 500px !important; border:0px solid red; } .fbJewelFlyout, .uiToggleFlyout, .navigation, .container, .uiOverlayContent, .search, .pop_container_advanced { background-color: #111111 !important; -moz-border-radius: 0px 5px 5px 5px; border: 0px solid #333333 !important; } #left_column, #leftCol, .MessagingReadHeader { -moz-border-radius: 0px 0px 0px 5px; } #left_column, #leftCol { margin-left:8px !important; width: 200px !important; } .uiMediaThumb i, .uiProfilePhoto { -moz-border-radius: 5px 5px 5px 5px; border: 1px solid #000000 !important; } #rightCol { margin-top: -930px !important; padding-top: 0px !important; background: #111111 !important; -moz-border-radius: 0px 0px 5px 0px; border: 0px solid #333333 !important; opacity:0.0; width:50px !important; } #right_column, .rightColumnWrapper { margin-top: 0px !important; padding-top: 0px !important; position: fixed !important; background: #111111 !important; -moz-border-radius: 0px 0px 5px 0px; border: 0px solid #333333 !important; width:50px !important; } .aboutMePagelet { background-color:transparent !important; background-image:url('http://i.imgur.com/T2LPj.png') !important; -moz-border-radius: 0px 0px 5px 5px; border: 0px solid #333333 !important; } .fbNubButton, .fbNubFlyoutTitlebar, .uiToggleFlyout, .fbChatSidebarFooter { background: -moz-linear-gradient(center top , #333333, #000000) !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important; color: #FFFFFF !important; -moz-border-radius: 5px 5px 0px 0px !important; border: #000000 !important; } .fbChatOrderedList { background: -moz-linear-gradient(center right , #333333, #000000) !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important; color: #FFFFFF !important; -moz-border-radius: 5px 5px 0px 0px !important; border: #333333 !important; } .uiTypeahead { background: #111111 !important; -moz-border-radius: 5px 5px 5px 5px; border: 2px solid #333333 !important; } }
data/usercss/60681.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("facebook.com") { /* Hide this shit! */ .highlightIndicator, .tinyman:after, .fbTimelineSideAds, .fbTimelineScrubber, .buttonWrap, .fbTimelineSpine, .spinePointer, .topBorder, .bottomBorder, #footerContainer, .middleLink, .moreSectionsLink, .uiStreamHeaderChronologicalForm, .uiStreamHeader { display:none !important; } #pagelet_timeline_recent{ border:0px solid red !important; } .fbxWelcomeBoxName{ border: 2px solid grey !important; width:250px !important; ; } #fbTimelineNavTopRow{ box-shadow:5px 5px 5px red; } /*Global Facebook Settings*/ body{ background:black !important; } .UIImageBlock{ border:0px solid red !important; box-shadow:3px 3px 3px black; } .UIImageBlock clearfix{ border:2px solid red !important; } .commentBox{ width:300px !important; border:5px solid red; } #sideNav { width:250px; border:0px solid red !important; } * { border-color: transparent !important; font-family: Arial !important; font-size:12px !important; color: #FFFFFF !important; background-color: transparent !important; /*Temporary Fix*/ } .ego_unit_container{ } .coverBorder{ border:20px solid black !important; opacity:0.5; } .storyContent{ border:1px solid black !important; opacity:0.9; box-shadow:-5px 10px 10px #000000; margin-bottom:20px !important; margin-left:0px !important; } .storyInnerContent{ width:866px !important; } .rightColumnWrapper{ opacity:1.0; } /* Work In Progress .inputContainer, .uiSelectorButton, .uiCloseButton:focus, .hidden_elem, .stage, .stageWrapper, .dialog_content, .dialog_title, .seeMore, #contentCurve, #pageFooter, .uiBoxLightblue, .fbCurrentThickline, .showOnceInteracted, span, .text, .fbDockChatTab .input, .fbFeedTickerStory, .ufiItem, .uiHeader, .uiSideNavCount, .clearfix, .uiUfi, .uiSearchInput, .uiSearchInput button, .uiMentionsInput, .uiComposerMetaContainer, .inputtext, .nub { background-color: transparent !important; } */ /* Facebook's Theatre (Photo Viewer) Mode */ .fbPhotoSnowbox { background-color: rgba(0, 0, 0, 0.75) !important; } .fbPhotoSnowboxInfo, .UIBeeper, .UIBeeper_Full, .menuDivider { background-color: #222222 !important; } .profile-picture img { max-width: 170px !important; } .inputtext { background-color: #111111 !important; } .webComposerPhotoUpload input, .webComposerPhotoUpload { color: #000000 !important; } .field_container { background-color: #000000 !important; } /* Background Image */ body { background-image:url('http://www.ashkan-amir.de/megan.jpg') !important; background-repeat:no-repeat !important; background-attachment:fixed !important; background-position:top-left !important; } .fbIndex .gradient { background: transparent !important; } .fbCurrentStory:hover, .connect_widget_like_button, .fbFeedTickerStory:hover, .item a:hover, .fbJewelFlyout li:hover, .uiSideNav a:hover, .fbNubFlyoutBody, .uiButtonConfirm { background-color: #333333 !important; } .fbChatMessageGroup { border-color: #000000 !important; } .fbChatSidebar { background-color: #111111 !important; opacity:0.9; } #leftCol { position: fixed !important; left:120px; top:92px; width:350px !important; min-height: 400px !important; min-width: 350px !important; background-color:#000000 !important; opacity:0.7; box-shadow:-5px 5px 10px #000000; } .arrowLeft a { background-image:url('http://i.imgur.com/26zf5.png') !important; border-color: #000000 !important; } .arrowRight a { background-image:url('http://i.imgur.com/v6B6z.png') !important; border-color: #000000 !important; } .uiStreamSubstory { border-color: transparent !important; } .uiHeader { background-color: transparent !important; } .fbSidebarGripper, .fbTickerFooter, .fbSidebarGripper div, .navSubmenu:hover { background-color: #222222 !important; } .fbTimelineCountButton, .uiBoxWhite, .uiButtonGroup { background-color: #1c1c1c !important; } .fbxWelcomeBox { background-color: transparent !important; text-align: center !important; } #leftCol { padding-top: 0px !important; padding-left: 0px !important; } .fbNubFlyoutFooter { background: #111111 !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important; color: #FFFFFF !important; border: #000000 !important; } .uiStream .uiSelectorButton { background-image: url("http://i.imgur.com/nOfuQ.png") !important; } .uiSearchInput { background-image: url("http://i.imgur.com/agNWI.png") !important; } .jewelButton { background-image: url("http://i.imgur.com/agNWI.png") !important; } .jewelButton:hover, .topNavLink a:hover { background-color: #222222 !important; } .uiScrollableAreaGripper { background-color: #666666 !important; } .uiSearchInput, .fbPhotosGridHeader, .uiComposerMessageBoxControls, #MessagingShelf, .uiBoxGray { background: #111111 !important; } .uiButton { background: #1c1c1c !important; } #blueBar { background: -moz-linear-gradient(top, #000000, #e5b374); border: transparent !important; opacity:0.3; } #blueBar:hover { background: -moz-linear-gradient(top, #000000, #e5b374); border: transparent !important; opacity:1; } #navSearch { width:510px !important; margin-top: 8px !important; margin-left: 22px !important; } #contentCol, #pageLogo a { background-color: transparent !important; border-color: transparent !important; } .uiMorePager { margin-bottom:6px !important; background-color: #000000 !important; -moz-border-radius: 5px 5px 5px 5px; border: 0px solid #333333 !important; } .uiStreamStory, .fbIndexFeaturedRegistration, .signupForm { margin-bottom:2px !important; background-color:transparent !important; background-image:url('http://i.imgur.com/T2LPj.png') !important; -moz-border-radius: 5px 5px 5px 5px; border: 0px solid #333333 !important; } #album_pagelet { background-color: #111111 !important; margin-left: 0px !important; margin-top: -15px !important; width: 722px !important; } .tagWrapper, #pagelet_main_column, .fbTimelineTopSection, #MessagingMessages { background-image:url('http://i.imgur.com/T2LPj.png') !important; width:100% !important; } .timelineUnitContainer{ -moz-border-radius: 25px 0px 25px 0px; border: 2px solid #333333 !important; box-shadow: 10px 10px 10px #000000; margin-bottom:0px !important; margin-left:0px !important; background-color:#222222 !important;opacity:0.97; width:380px !important; } #contentArea{ border:0px solid red !important; width:850px !important; } .fbTimelineFriendsBox { margin-bottom:20px !important; border:2px solid white !important; background-color:black !important; } #pagelet_main_column { width: 500px !important; border:0px solid red; } .fbJewelFlyout, .uiToggleFlyout, .navigation, .container, .uiOverlayContent, .search, .pop_container_advanced { background-color: #111111 !important; -moz-border-radius: 0px 5px 5px 5px; border: 0px solid #333333 !important; } #left_column, #leftCol, .MessagingReadHeader { -moz-border-radius: 0px 0px 0px 5px; } #left_column, #leftCol { margin-left:8px !important; width: 200px !important; } .uiMediaThumb i, .uiProfilePhoto { -moz-border-radius: 5px 5px 5px 5px; border: 1px solid #000000 !important; } #rightCol { margin-top: -930px !important; padding-top: 0px !important; background: #111111 !important; -moz-border-radius: 0px 0px 5px 0px; border: 0px solid #333333 !important; opacity:0.0; width:50px !important; } #right_column, .rightColumnWrapper { margin-top: 0px !important; padding-top: 0px !important; position: fixed !important; background: #111111 !important; -moz-border-radius: 0px 0px 5px 0px; border: 0px solid #333333 !important; width:50px !important; } .aboutMePagelet { background-color:transparent !important; background-image:url('http://i.imgur.com/T2LPj.png') !important; -moz-border-radius: 0px 0px 5px 5px; border: 0px solid #333333 !important; } .fbNubButton, .fbNubFlyoutTitlebar, .uiToggleFlyout, .fbChatSidebarFooter { background: -moz-linear-gradient(center top , #333333, #000000) !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important; color: #FFFFFF !important; -moz-border-radius: 5px 5px 0px 0px !important; border: #000000 !important; } .fbChatOrderedList { background: -moz-linear-gradient(center right , #333333, #000000) !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important; color: #FFFFFF !important; -moz-border-radius: 5px 5px 0px 0px !important; border: #333333 !important; } .uiTypeahead { background: #111111 !important; -moz-border-radius: 5px 5px 5px 5px; border: 2px solid #333333 !important; } }
0.191933
0.080574
.bg-white { background: #fff; color:#222; } .bg-primary { background: #05a8a6; color:#fff; } .bg-secondary { background: #0b8ed8; color:#fff; } .bg-primary-gradient { background: #6e35a5 url(../img/chain.svg) left center no-repeat; /* Old browsers */ background: url(../img/chain.svg) left center no-repeat, -moz-radial-gradient(center, ellipse cover, #6e35a5 0%, #3f116b 100%); /* FF3.6+ */ background: url(../img/chain.svg) left center no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6e35a5), color-stop(100%,#3f116b)); /* Chrome,Safari4+ */ background: url(../img/chain.svg) left center no-repeat, -webkit-radial-gradient(center, ellipse cover, #6e35a5 0%,#3f116b 100%); /* Chrome10+,Safari5.1+ */ background: url(../img/chain.svg) left center no-repeat, radial-gradient(ellipse at center, #6e35a5 0%,#3f116b 100%); /* W3C */ color:#fff; } /* Coin symbols */ .btc { background: url(../img/btc.svg) center no-repeat; } .eth { background: url(../img/eth.svg) center no-repeat; } .btc-testnet { background: url(../img/btc-testnet.svg) center no-repeat; } .grin { background: url(../img/grin.svg) center no-repeat; } .ltc { background: url(../img/ltc.svg) center no-repeat; } .bc-testnet, .bcy { background: url(../img/bc-testnet.svg) center no-repeat; } .doge { background: url(../img/doge.svg) center no-repeat; } .dash.coin { background: url(../img/dash.svg) center no-repeat; } .dash-logo { background: url(../img/dash.svg) center no-repeat; } .semi { opacity:.7; } .btn-primary { background: #0b8ed8; border-color:#0b8ed8; } .btn-xl { padding: 12px 70px; margin: 20px 0 0; } .truncate { min-width: 5em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .wrapit { word-wrap: break-word; } .img-center { margin:0 auto; } .reset { margin:0 !important; padding:0 !important; } /* Webfonts */ @font-face { font-family: 'myriad_pro_lightregular'; src: url('../fonts/myriadpro-light-webfont.eot'); src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype'), url('../fonts/myriadpro-light-webfont.svg#myriad_pro_lightregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MyriadProSemibold'; src: url('../fonts/myriadpro-semibold-webfont.eot'); src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-semibold-webfont.woff') format('woff'), url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg'); font-weight: normal; font-style: normal; } .mplr { font-family:'myriad_pro_lightregular', 'helvetica', arial, sans-serif; } .mpsb { font-family: 'MyriadProSemibold', 'helvetica', arial, sans-serif; } .acc { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; } /* Layout */ body { font-family:'myriad_pro_lightregular', 'helvetica', arial, sans-serif; background: #fff; } .container { min-width:310px; } .main-container { margin-top:50px; background: #fff; font-size:1.2em; } .main-container.home { margin-top:50px; padding: 0; } .section { padding:20px 0; } .page-header { padding:115px 0; font-size:1.2em; color: #fff; background: #371456 url(../img/chain.svg) left center no-repeat; background: url(../img/chain.svg) left center no-repeat, -moz-linear-gradient(top, #05a8a6 0%, #371456 100%); background: url(../img/chain.svg) left center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59218c), color-stop(100%, #371456)); background: url(../img/chain.svg) left center no-repeat, -webkit-linear-gradient(top, #59218c 0%, #371456 100%); background: url(../img/chain.svg) left center no-repeat, linear-gradient(to bottom, #05a8a6 0%, #371456 100%); } .page-header .tagline { font-size: 1.2em; margin:0; } .dash, .well { border: 1px solid #ddd; background: #f5f5f5; border-radius: 5px; -webkit-box-shadow: none; box-shadow: none; } .dash { padding:20px 0; font-family: 'MyriadProSemibold', 'helvetica', arial, sans-serif; } .dash ul { list-style: none; padding:0; } .dash li { float:left; display: block; padding:10px; border-right: 1px solid #ddd; font-size: 1.6em; text-align:center; line-height:1.2em; } .dash li:last-child { border:0; } .dash.dash-3 li { width:33%; } .dash.dash-4 li { width:25%; } .dash .dash-label { font-size: .7em; text-transform: uppercase; color:#888; font-family:'myriad_pro_lightregular', 'helvetica', arial, sans-serif; } .confirmed { color:green; } .pending { color:#BFA01A; } .unconfirmed { color:#A8184F; } /* Header */ /* Navbar */ .navbar { border-bottom:1px solid #dad3dc; background: #fff; padding:6px 0; } .navbar-brand { padding:0 15px; } .logo { background:url(../img/logo.png) center no-repeat; height:50px; width:313px; } .navbar-default .navbar-nav > li > a { color: #929191; text-transform: uppercase; font-family: 'MyriadProSemibold', 'helvetica', arial, sans-serif; } .header-coin { width:30px; height:30px; display:inline-block; } /* Footer */ .main-barter { background: #fff; padding:30px; color: #515151; font-size:1.2em; } .main-barter a { color: #515151; text-decoration: underline; } .main-barter a.social { text-decoration: none; } .main-barter .fa { font-size: 20px; text-decoration: none; padding-left: 5px; } .main-barter .btn { background: transparent; text-decoration: none; color:#888; border-color:#888; } .btn-gh { background: #444; border-color:#444; color:#fff; } .btn-gh:hover { background: #555; border-color:#555; color:#fff; } /* Homepage */ .search-filter .active, .search-filter .active:hover { color:#fff; text-decoration: none; cursor: default; } .coin { display: block; padding-top: 120%; margin: 30px auto 50px; } a.coin:hover { opacity: .9; } .coin>span { position: absolute; left: 0; right: 0; bottom: 0; height: 50px; color:#888; } .page-header .coin { padding-top:0; margin:0 auto; width:75px; height:75px; display:inline-block; } /* Transaction page */ .circle-chart { margin:10px auto; width:160px; height:160px; border-radius:50%; background:#fff; position:relative; overflow:hidden; border:1px solid #ddd; font-size:2em; } .circle-chart .val { position: absolute; width:100%; height:100%; line-height: 160px; text-align: center; text-transform: uppercase; display:block; font-family: 'MyriadProSemibold', 'helvetica', arial, sans-serif; } .circle-chart .fill { background:#0b8ed8; height:0; width:100%; position:absolute; bottom:0; -webkit-transition: height 400ms ease-in-out; -moz-transition: height 400ms ease-in-out; -ms-transition: height 400ms ease-in-out; -o-transition: height 400ms ease-in-out; transition: height 400ms ease-in-out; } .circle-chart .fill.low { height:10%; } .circle-chart .fill.medium { height:50%; } .circle-chart .fill.high { height:90%; } .txn-input, .txn-output { border:1px solid #ddd; padding:20px 30px; margin-bottom:10px; position: relative; background: #fff; border-radius: 40px; } .txn-arrow { background: url(../img/txn_arrow.svg) center no-repeat; min-height:150px; } .tx-list { font-family:monospace; } .ad { /* display: none; */ text-align: center; } .ad span { display: block; font-weight: bold; } /* Media queries */ @media(min-width:1200px){ .navbar-form .input-group>.form-control.search-input { width:360px; } } @media(min-width:992px) and (max-width:1199px){ .navbar-form .input-group>.form-control.search-input { width:160px; } } @media (max-width:991px){ .logo { width:220px; } .dash { padding:0 20px; } .dash li { float:none; border-right:0; border-bottom: 1px solid #ddd; } .dash.dash-3 li, .dash.dash-4 li { width:100%; } .txn-arrow { -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); } } @media (min-width:768px) and (max-width:991px){ .navbar-form .input-group>.form-control.search-input { width: 120px; } } @media (max-width:767px){ .main-barter, .main-barter .text-right { text-align: center !important; } .pager .text-right, .pager .text-left { text-align: center !important; } }
public/stylesheets/custom.css
.bg-white { background: #fff; color:#222; } .bg-primary { background: #05a8a6; color:#fff; } .bg-secondary { background: #0b8ed8; color:#fff; } .bg-primary-gradient { background: #6e35a5 url(../img/chain.svg) left center no-repeat; /* Old browsers */ background: url(../img/chain.svg) left center no-repeat, -moz-radial-gradient(center, ellipse cover, #6e35a5 0%, #3f116b 100%); /* FF3.6+ */ background: url(../img/chain.svg) left center no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6e35a5), color-stop(100%,#3f116b)); /* Chrome,Safari4+ */ background: url(../img/chain.svg) left center no-repeat, -webkit-radial-gradient(center, ellipse cover, #6e35a5 0%,#3f116b 100%); /* Chrome10+,Safari5.1+ */ background: url(../img/chain.svg) left center no-repeat, radial-gradient(ellipse at center, #6e35a5 0%,#3f116b 100%); /* W3C */ color:#fff; } /* Coin symbols */ .btc { background: url(../img/btc.svg) center no-repeat; } .eth { background: url(../img/eth.svg) center no-repeat; } .btc-testnet { background: url(../img/btc-testnet.svg) center no-repeat; } .grin { background: url(../img/grin.svg) center no-repeat; } .ltc { background: url(../img/ltc.svg) center no-repeat; } .bc-testnet, .bcy { background: url(../img/bc-testnet.svg) center no-repeat; } .doge { background: url(../img/doge.svg) center no-repeat; } .dash.coin { background: url(../img/dash.svg) center no-repeat; } .dash-logo { background: url(../img/dash.svg) center no-repeat; } .semi { opacity:.7; } .btn-primary { background: #0b8ed8; border-color:#0b8ed8; } .btn-xl { padding: 12px 70px; margin: 20px 0 0; } .truncate { min-width: 5em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .wrapit { word-wrap: break-word; } .img-center { margin:0 auto; } .reset { margin:0 !important; padding:0 !important; } /* Webfonts */ @font-face { font-family: 'myriad_pro_lightregular'; src: url('../fonts/myriadpro-light-webfont.eot'); src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype'), url('../fonts/myriadpro-light-webfont.svg#myriad_pro_lightregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MyriadProSemibold'; src: url('../fonts/myriadpro-semibold-webfont.eot'); src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-semibold-webfont.woff') format('woff'), url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg'); font-weight: normal; font-style: normal; } .mplr { font-family:'myriad_pro_lightregular', 'helvetica', arial, sans-serif; } .mpsb { font-family: 'MyriadProSemibold', 'helvetica', arial, sans-serif; } .acc { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; } /* Layout */ body { font-family:'myriad_pro_lightregular', 'helvetica', arial, sans-serif; background: #fff; } .container { min-width:310px; } .main-container { margin-top:50px; background: #fff; font-size:1.2em; } .main-container.home { margin-top:50px; padding: 0; } .section { padding:20px 0; } .page-header { padding:115px 0; font-size:1.2em; color: #fff; background: #371456 url(../img/chain.svg) left center no-repeat; background: url(../img/chain.svg) left center no-repeat, -moz-linear-gradient(top, #05a8a6 0%, #371456 100%); background: url(../img/chain.svg) left center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59218c), color-stop(100%, #371456)); background: url(../img/chain.svg) left center no-repeat, -webkit-linear-gradient(top, #59218c 0%, #371456 100%); background: url(../img/chain.svg) left center no-repeat, linear-gradient(to bottom, #05a8a6 0%, #371456 100%); } .page-header .tagline { font-size: 1.2em; margin:0; } .dash, .well { border: 1px solid #ddd; background: #f5f5f5; border-radius: 5px; -webkit-box-shadow: none; box-shadow: none; } .dash { padding:20px 0; font-family: 'MyriadProSemibold', 'helvetica', arial, sans-serif; } .dash ul { list-style: none; padding:0; } .dash li { float:left; display: block; padding:10px; border-right: 1px solid #ddd; font-size: 1.6em; text-align:center; line-height:1.2em; } .dash li:last-child { border:0; } .dash.dash-3 li { width:33%; } .dash.dash-4 li { width:25%; } .dash .dash-label { font-size: .7em; text-transform: uppercase; color:#888; font-family:'myriad_pro_lightregular', 'helvetica', arial, sans-serif; } .confirmed { color:green; } .pending { color:#BFA01A; } .unconfirmed { color:#A8184F; } /* Header */ /* Navbar */ .navbar { border-bottom:1px solid #dad3dc; background: #fff; padding:6px 0; } .navbar-brand { padding:0 15px; } .logo { background:url(../img/logo.png) center no-repeat; height:50px; width:313px; } .navbar-default .navbar-nav > li > a { color: #929191; text-transform: uppercase; font-family: 'MyriadProSemibold', 'helvetica', arial, sans-serif; } .header-coin { width:30px; height:30px; display:inline-block; } /* Footer */ .main-barter { background: #fff; padding:30px; color: #515151; font-size:1.2em; } .main-barter a { color: #515151; text-decoration: underline; } .main-barter a.social { text-decoration: none; } .main-barter .fa { font-size: 20px; text-decoration: none; padding-left: 5px; } .main-barter .btn { background: transparent; text-decoration: none; color:#888; border-color:#888; } .btn-gh { background: #444; border-color:#444; color:#fff; } .btn-gh:hover { background: #555; border-color:#555; color:#fff; } /* Homepage */ .search-filter .active, .search-filter .active:hover { color:#fff; text-decoration: none; cursor: default; } .coin { display: block; padding-top: 120%; margin: 30px auto 50px; } a.coin:hover { opacity: .9; } .coin>span { position: absolute; left: 0; right: 0; bottom: 0; height: 50px; color:#888; } .page-header .coin { padding-top:0; margin:0 auto; width:75px; height:75px; display:inline-block; } /* Transaction page */ .circle-chart { margin:10px auto; width:160px; height:160px; border-radius:50%; background:#fff; position:relative; overflow:hidden; border:1px solid #ddd; font-size:2em; } .circle-chart .val { position: absolute; width:100%; height:100%; line-height: 160px; text-align: center; text-transform: uppercase; display:block; font-family: 'MyriadProSemibold', 'helvetica', arial, sans-serif; } .circle-chart .fill { background:#0b8ed8; height:0; width:100%; position:absolute; bottom:0; -webkit-transition: height 400ms ease-in-out; -moz-transition: height 400ms ease-in-out; -ms-transition: height 400ms ease-in-out; -o-transition: height 400ms ease-in-out; transition: height 400ms ease-in-out; } .circle-chart .fill.low { height:10%; } .circle-chart .fill.medium { height:50%; } .circle-chart .fill.high { height:90%; } .txn-input, .txn-output { border:1px solid #ddd; padding:20px 30px; margin-bottom:10px; position: relative; background: #fff; border-radius: 40px; } .txn-arrow { background: url(../img/txn_arrow.svg) center no-repeat; min-height:150px; } .tx-list { font-family:monospace; } .ad { /* display: none; */ text-align: center; } .ad span { display: block; font-weight: bold; } /* Media queries */ @media(min-width:1200px){ .navbar-form .input-group>.form-control.search-input { width:360px; } } @media(min-width:992px) and (max-width:1199px){ .navbar-form .input-group>.form-control.search-input { width:160px; } } @media (max-width:991px){ .logo { width:220px; } .dash { padding:0 20px; } .dash li { float:none; border-right:0; border-bottom: 1px solid #ddd; } .dash.dash-3 li, .dash.dash-4 li { width:100%; } .txn-arrow { -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); } } @media (min-width:768px) and (max-width:991px){ .navbar-form .input-group>.form-control.search-input { width: 120px; } } @media (max-width:767px){ .main-barter, .main-barter .text-right { text-align: center !important; } .pager .text-right, .pager .text-left { text-align: center !important; } }
0.323166
0.063453
[1. Typography] */ body { font-family: 'Hind Madurai', 'Helvetica Neue', sans-serif; letter-spacing: 0; font-weight: 400; font-size: 1.5rem; line-height: 1.8; color: #6d7485; } h1, h2, h3, h4, h5, h6, input, button, .button, select, textarea, .post-title, .project-title, .product-title, .overlay-info>span>span, .project-description, .font-alt-1, .header .navigation>ul>li>a, .header .navigation>ul>li>div>a, /* #MOD */ .side-navigation>ul>li>a, .overlay-navigation>ul>li>a, .grid-filter-menu a, .dropdown a, [class*="stats-"] .counter { font-family: 'Roboto', 'Helvetica Neue', sans-serif; } /* Titles */ h1, h2, h3, h4, h5, h6 { line-height: 1.2; font-weight: 300; text-transform: none; color: #212325; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #6773f1; } h1 { font-size: 4.381rem; } h2 { font-size: 3.294rem; } h3 { font-size: 2.476rem; } h4 { font-size: 1.862rem; } h5 { font-size: 1.4rem; } h6 { font-size: 1.2rem; font-weight: 700; } /* Widget Titles */ .footer .widget-title, .footer .widget-title a { font-size: 1.4rem; font-weight: 400; text-transform: none; color: #edf2f7; } .footer-light .widget-title, .footer-light .widget-title a { color: #212325; } .sidebar .widget-title, .sidebar .widget-title a { font-size: 1.4rem; font-weight: 400; text-transform: none; color: #212325; } .side-navigation-wrapper .widget-title, .side-navigation-wrapper .widget-title a { font-size: 1.4rem; color: #212325; } .overlay-navigation-wrapper .widget-title, .overlay-navigation-wrapper .widget-title a { font-size: 1.4rem; color: #999; } /* Title Classes */ .title-xlarge { font-size: 7.749rem; line-height: 1.2; } .title-large { font-size: 5.826rem; line-height: 1.2; } .title-medium { font-size: 2.476rem; line-height: 1.2; } .title-small { font-size: 1.4rem; line-height: 1.2; } /* Lead */ .lead, blockquote.large { font-size: 1.995rem; font-weight: 400; } /* Text Classes */ .text-xlarge { font-size: 2.016rem; } .text-large { font-size: 1.68rem; } .text-medium { font-size: 1.4rem; } .text-small { font-size: 1.167rem; } /* Countdown */ .countdown .unit { font-size: 3.294rem; } .countdown-2 .unit { font-size: 5.826rem; } /* Special Text Classes */ .status-code-title { font-size: 13.707rem; line-height: 1; } /* Weight Classes */ .weight-light { font-weight: 300; } .weight-regular { font-weight: 400; } .weight-semi-bold { font-weight: 500; } .weight-bold { font-weight: 700; } /* Links */ a.animated-link { position: relative; } a.announcement { font-size: 1.3rem; line-height: 1.3; border-radius: 1.5rem; } a.announcement.rounded { border-radius: 0.4rem; } /* Lists */ ol, ul { font-size: inherit; } /* Link Colors */ a, p a, .box a:not(.button) { color: #6773f1; } .sidebar .widget :not(.widget-title) a:not(.button), .shop .product-summary :not(.widget-title) a:not(.button) { color: #959faa; } .shop .cart-overview a:not(.button) { color: #6d7485; } a, p a, .box a:not(.button):hover, .social-list li a:hover, .team-1 .social-list a:hover, .team-2 .social-list a:hover, .tabs li a:hover, .tabs li.active a, .tabs li.active a:hover, .blog-masonry .with-background .post-read-more a:hover, .post-info a:hover, .post-info-over a:hover, .post-info-over a:hover span, .post-author-aside a:hover, .post-love a:hover, .post-love a:hover span, .scroll-down a:hover, .widget a:not(.button):hover, .footer a:hover+.post-info .post-date, .footer .navigation a:hover, .footer .social-list a:hover, .footer .footer-bottom a:hover, .shop .product-summary a:hover, .shop .cart-overview a:hover, .navigation .sub-menu.custom-content a:not(.button):hover, .header .dropdown-list .recuperate-password:hover, .header .header-inner-top-dark a:hover, .dropdown-list:not(.custom-content) li a.active, .dropdown-list:not(.custom-content) li a:hover { color: #6773f1; } a[class*="icon-"]:hover { text-decoration: none; } .box>a:not(.button) { font-weight: 400; } @media only screen and (max-width: 768px) { body { font-size: 1.4rem; } h1 { font-size: 3.381rem; } h2 { font-size: 2.542rem; } h3 { font-size: 1.911rem; } h4 { font-size: 1.596rem; } h5 { font-size: 1.437rem; } h6 { font-size: 1.080rem; } .title-xlarge { font-size: 4.694rem; } .title-large { font-size: 3.529rem; } .title-medium { font-size: 2.123rem; } .title-small { font-size: 1.2rem; } .tms-caption.title-xlarge, .tmp-content .title-xlarge { font-size: 5.826rem; line-height: 5.826rem; } /* Lead */ .lead, blockquote.large { font-size: 1.7rem; } /* Countdown */ .countdown .unit { font-size: 2.542rem; } .countdown-2 .unit { font-size: 3.529rem; } /* Special Text Classes */ .status-code-title { font-size: 10.306rem; } .text-center { text-align: center !important; } /* Helpers */ .fullscreen-section .background-on-mobile { background: #f4f4f4; } .fullscreen-section .background-on-mobile * { color: #666 !important; } .fullscreen-section .background-on-mobile h1, .fullscreen-section .background-on-mobile h2, .fullscreen-section .background-on-mobile h3, .fullscreen-section .background-on-mobile h4, .fullscreen-section .background-on-mobile h5, .fullscreen-section .background-on-mobile h6 { color: #000 !important; } } /*------------------------------------------------------------------ [2. Background Color & Color Classes] */ body, .content, .featured-media:after, .section-block:not([class*="bkg-"]), .fullscreen-sections-wrapper { background-color: #fff; } .section-block.featured-media { background-color: #000; } .with-background, .post-content.with-background, .post-comments.with-background, .post-comment-respond.with-background { background-color: #fff; border: 1px solid #ecedf2; } .post, .with-background, .post-content.with-background, .post-comments.with-background, .post-comment-respond.with-background { border-radius: 0.3rem; } .with-background.shadow { box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, .15); } /* greyscale */ .wrapper-inner { -webkit-filter: none; filter: none; -webkit-transition: 350ms ease-in-out; transition: 350ms ease-in-out; } /* grey ulatrlight */ .bkg-grey-ultralight { background-color: #f5f7f9; border-color: #f5f7f9; } .bkg-hover-grey-ultralight:hover, .bkg-focus-grey-ultralight:focus { background-color: #fdfeff; border-color: #fdfeff; } .border-grey-ultralight { border-color: #f3f4f8; } .border-hover-grey-ultralight:hover, .border-focus-grey-ultralight:focus { border-color: #fdfeff; } .color-grey-ultralight { color: #f3f4f8; } .color-hover-grey-ultralight:hover { color: #fdfeff; } /* grey light*/ .bkg-grey-light { background-color: #ecedf2; border-color: #ecedf2; } .bkg-hover-grey-light:hover, .bkg-focus-grey-light:focus { background-color: #f6f7fc; border-color: #f6f7fc; } .border-grey-light { border-color: #ecedf2; } .border-hover-grey-light:hover, .border-focus-grey-light:focus { border-color: #f6f7fc; } .color-grey-light, .color-hover-grey-light:hover { color: #f6f7fc; } /* grey */ .bkg-grey { background-color: #4e4e4d; border-color: #4e4e4d; } .bkg-hover-grey:hover, .bkg-focus-grey:focus { background-color: #4e4e4d; border-color: #4e4e4d; } .border-grey { border-color: #4e4e4d; } .border-hover-grey:hover, .border-focus-grey:focus { border-color: #4e4e4d; } .color-grey { color: #6d7485; } .color-hover-grey:hover { color: #6d7485; } /* ash */ .bkg-ash { background-color: #343f44; border-color: #343f44; } .bkg-hover-ash:hover, .bkg-focus-ash:focus { background-color: #404c52; border-color: #404c52; } .border-ash { color: #343f44; } .border-hover-ash:hover, .border-focus-ash:focus { border-color: #404c52; } .color-ash { color: #343f44; } .color-hover-ash:hover { color: #404c52; } /* charcoal */ .bkg-charcoal-light { background-color: #212325; border-color: #212325; } .bkg-hover-charcoal-light:hover, .bkg-focus-charcoal-light:focus { background-color: #2f2f2f; border-color: #2f2f2f; } .border-charcoal-light { color: #212325; } .border-hover-charcoal-light:hover, .border-focus-charcoal-light:focus { border-color: #2f2f2f; } .color-charcoal-light { color: #212325; } .color-hover-charcoal-light:hover { color: #2f2f2f; } /* charcoal */ .bkg-charcoal { background-color: #1b2126; border-color: #1b2126; } .bkg-hover-charcoal:hover, .bkg-focus-charcoal:focus { background-color: #21282e; border-color: #21282e; } .border-charcoal { color: #1b2126; } .border-hover-charcoal:hover, .border-focus-charcoal:focus { border-color: #21282e; } .color-charcoal { color: #1b2126; } .color-hover-charcoal:hover { color: #21282e; } /* pink */ .bkg-pink { background-color: #f44c67; border-color: #f44c67; } .bkg-hover-pink:hover, .bkg-focus-pink:focus { background-color: #fe5671; border-color: #fe5671; } .border-pink { border-color: #f44c67; } .border-hover-pink:hover, .border-focus-pink:focus { border-color: #fe5671; } .color-pink { color: #f44c67; } .color-hover-pink:hover { color: #fe5671; } /* green light */ .bkg-green-light { background-color: #3ad880; border-color: #3ad880; } .bkg-hover-green-light:hover, .bkg-focus-green-light:focus { background-color: #2fca74; border-color: #2fca74; } .border-green-light { border-color: #3ad880; } .border-hover-green-light:hover, .border-focus-green-light:focus { border-color: #2fca74; } .color-green-light { color: #3ad880; } .color-hover-green-light:hover { color: #2fca74; } /* green */ .bkg-green { background-color: #2fca74; border-color: #2fca74; } .bkg-hover-green:hover, .bkg-focus-green:focus { background-color: #39d47e; border-color: #39d47e; } .border-green { border-color: #2fca74; } .border-hover-green:hover, .border-focus-green:focus { border-color: #39d47e; } .color-green { color: #2fca74; } .color-hover-green:hover { color: #39d47e; } /* blue lightb */ .bkg-blue-light { background-color: #92d7ef; border-color: #92d7ef; } .bkg-hover-blue-light:hover, .bkg-focus-blue-light:focus { background-color: #92d7ef; border-color: #92d7ef; } .border-blue-light { border-color: #92d7ef; } .border-hover-blue-light:hover, .border-focus-blue-light:focus { border-color: #92d7ef; } .color-blue-light { color: #92d7ef; } .color-hover-blue-light:hover { color: #92d7ef; } /* blue */ .bkg-blue { background-color: #0069ff; border-color: #0069ff; } .bkg-hover-blue:hover, .bkg-focus-blue:focus { background-color: #4081f2; border-color: #4081f2; } .border-blue { border-color: #0069ff; } .border-hover-blue:hover, .border-focus-blue:focus { border-color: #4081f2; } .color-blue { color: #0069ff; } .color-hover-blue:hover { color: #4081f2; } /* yellow */ .bkg-yellow { background-color: #f5be58; border-color: #f5be58; } .bkg-hover-yellow:hover, .bkg-focus-yellow:focus { background-color: #fcd669; border-color: #fcd669; } .border-yellow { border-color: #f5be58; } .border-hover-yellow:hover, .border-focus-yellow:focus { border-color: #fcd669; } .color-yellow { color: #f5be58; } .color-hover-yellow:hover { color: #fcd669; } /* navy */ .bkg-navy { background-color: #3b3c74; border-color: #3b3c74; } .bkg-hover-navy:hover, .bkg-focus-navy:focus { background-color: #444586; border-color: #444586; } .border-navy { border-color: #3b3c74; } .border-hover-navy:hover, .border-focus-navy:focus { border-color: #444586; } .color-navy { color: #3b3c74; } .color-hover-navy:hover { color: #444586; } /* theme */ .bkg-theme { background-color: #6773f1; border-color: #6773f1; } .bkg-hover-theme:hover, .bkg-focus-theme:focus { /* #MOD */ background-color: #717dfb; border-color: #717dfb; } .border-theme { border-color: #6773f1; } .border-hover-theme:hover, .border-focus-theme:focus { /* #MOD */ border-color: #717dfb; } .color-theme { color: #6773f1; } .color-hover-theme:hover { color: #717dfb; } /* Gradients */ .bkg-gradient-heavy-rain { background-image: linear-gradient(125deg, #cfd9df 0%, #e2ebf0 100%) !important; } .bkg-gradient-cold-ocean { background-image: linear-gradient(0deg, #4281f4 0%, #2f53da 100%) !important; } .bkg-gradient-light-ocean { background-image: linear-gradient(125deg, #92d7ef 0%, #5f54f1 100%) !important; } .bkg-gradient-dark-night { background-image: linear-gradient(125deg, #32325d 0%, #6162b5 100%) !important; } .bkg-gradient-warm-flame { background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important; } .bkg-gradient-royal-garden { background-image: linear-gradient(125deg, #ed6ea0 0%, #ec8c69 100%) !important; } .bkg-gradient-night-fade { background-image: linear-gradient(125deg, #a18cd1 0%, #fbc2eb 100%) !important; } .bkg-gradient-norse-beauty { background-image: linear-gradient(125deg, #ec77ab 0%, #7873f5 100%) !important; } .bkg-gradient-great-whale { background-image: linear-gradient(125deg, #a3bded 0%, #6991c7 100%) !important; } .bkg-gradient-purple-haze { background-image: linear-gradient(125deg, #6586f6 0%, #8b6ced 100%) !important; } .bkg-gradient-night-shade { background-image: radial-gradient(circle farthest-side at right bottom, #f8cdda 5%, #f8cdda 25%, #1d2b64 80%, #0e153a 98%) !important; } .color-gradient-heavy-rain { background-image: linear-gradient(125deg, #cfd9df 0%, #e2ebf0 100%) !important; } .color-gradient-cold-ocean { background-image: linear-gradient(0deg, #4281f4 0%, #2f53da 100%) !important; } .color-gradient-light-ocean { background-image: linear-gradient(-125deg, #92d7ef 0%, #5f54f1 100%) !important; } .color-gradient-dark-night { background-image: linear-gradient(125deg, #32325d 0%, #6162b5 100%) !important; } .color-gradient-warm-flame { background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important; } .color-gradient-royal-garden { background-image: linear-gradient(125deg, #ed6ea0 0%, #ec8c69 100%) !important; } .color-gradient-night-fade { background-image: linear-gradient(125deg, #a18cd1 0%, #fbc2eb 100%) !important; } .color-gradient-norse-beauty { background-image: linear-gradient(125deg, #ec77ab 0%, #7873f5 100%) !important; } .color-gradient-great-whale { background-image: linear-gradient(125deg, #a3bded 0%, #6991c7 100%) !important; } .color-gradient-purple-haze { background-image: linear-gradient(125deg, #6586f6 0%, #8b6ced 100%) !important; } .color-gradient-night-shade { background-image: radial-gradient(circle farthest-side at right bottom, #f8cdda 5%, #f8cdda 25%, #1d2b64 80%, #0e153a 98%) !important; } [class*="color-gradient-"] { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; } /*------------------------------------------------------------------ [3. Section Padding] */ /* Unique Template Padding & Margins */ .content { -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-transform-origin: bottom; transform-origin: bottom; } .animate-content { -webkit-transform: scale(0.95) translateY(0); transform: scale(0.95) translateY(0); } .section-block, .fullscreen-section .fullscreen-inner, .pagination-2 .pagination-next, .row.xlarge { padding-top: 5rem; padding-bottom: 5rem; } .replicable-content, .row.xlarge.replicable-content { padding-top: 11rem; padding-bottom: 8rem; } .section-block.slanted-top { overflow: visible; } .section-block.slanted-top>.row { position: relative; } .section-block.slanted-top:before { width: 100%; height: 35rem; display: block; content: ''; position: absolute; background: inherit; transform: skewY(-2deg); top: -7rem; z-index: 0; } .blog .with-background { padding: 7rem 5rem; } .blog .blog-masonry .with-background { padding: 3rem !important; } .shop:not(.blog) .with-background { padding: 5rem 3rem; } .blog .with-background>.post-media, .blog .with-background .full-width, .blog .with-background .full-width, .shop:not(.blog) .with-background .full-width { width: auto !important; max-width: none; } .blog .with-background>.box.full-width, .blog .with-background>.full-width .caption-below { padding-left: 5rem; padding-right: 5rem; } .shop:not(.blog) .with-background :not(.row).full-width { padding-left: 3rem; padding-right: 3rem; } .blog .with-background>.post-media, .blog .with-background .full-width { margin: 0 -5rem 3rem -5rem; } .blog-masonry .with-background .post-media { margin: -3rem -3rem 3rem -3rem !important; } .blog .with-background .full-width { margin: 0 -5rem 3rem -5rem; } .shop:not(.blog) .with-background .full-width { margin: 0 -3rem 3rem -3rem; } @media only screen and (max-width: 768px) { .blog .post-content.with-background, .blog .with-background .box.full-width, .blog .with-background { padding: 5rem 3rem; } .blog .with-background>.post-media, .blog .with-background .full-width, .blog .with-background .full-width { margin: 0 -3rem 3rem -3rem; } } .footer .footer-top { padding-top: 9rem; padding-bottom: 5rem; } .grid-filter-menu { padding-top: 5rem; padding-bottom: 5rem; } .home-page .grid-filter-menu { padding-bottom: 2rem; } .section-block.feature-2 { padding-bottom: 12rem; } .page-intro .divider, [class*="intro-title-"] .divider { margin-top: 0; margin-bottom: 2rem; } .separator { width: 5rem; height: 0.1rem; margin-top: 1.5rem; margin-bottom: 3rem; } @media only screen and (max-width: 768px) { .fullscreen-section.content-below-on-mobile .fullscreen-inner { padding-top: 12rem !important; padding-bottom: 12rem !important; } } /*------------------------------------------------------------------ [4. Header Styling] */ /* Initial Position */ .header-bottom { bottom: 0.1rem; } /* Intial Height */ .header .logo, .header .header-inner .navigation>ul>li, .header .header-inner .navigation>ul>li>a:not(.button), .header .header-inner .dropdown>.nav-icon, .header-sub { height: 8rem; line-height: 8rem; } .header-sub { min-height: 8rem; } /* Compacted Height */ .header-compact .logo, .header-compact .header-inner .navigation>ul>li, .header-compact .header-inner .navigation>ul>li>a:not(.button), .header-compact .header-inner .dropdown>.nav-icon { height: 6rem; line-height: 6rem; } /* Header Initial Styling */ .header .header-inner { background-color: #fff; border-bottom: none; border-bottom: 1px solid #ecedf2; } .header.shadow .header-inner { box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, .1); } .header .header-inner>.nav-bar { /*border-bottom: 1px solid #eee;*/ } /* Transparent Header Initial & Active Nav Colors */ .header-transparent .header-inner { background-color: transparent; border-bottom: 1px solid transparent; } .header-transparent .header-inner>.nav-bar { border-bottom: 1px solid transparent; } /* Background Header - On Scroll! */ .header-background .header-inner { background-color: rgba(255, 255, 255, 1); box-shadow: rgba(29, 29, 31, 0.07) 0 10px 60px; } .header-background .header-inner>.nav-bar { border-bottom: none; } /* Header Inner Top */ .header .header-inner-top { height: 4rem; background: #f9fbfd; color: #5a646f; } .header .header-inner-top a { color: #333; } .header .header-inner-top-dark { background: #333; color: #fff; } .header .dark-2 { background: #031b4e; } .header .header-inner-top-dark a { color: #fff; } .header-inner-top p { font-size: 1.2rem; line-height: 4rem; margin-bottom: 0; } /* Mobile Header Styles & Breakpoints */ .mobile .header .header-inner { background-color: #fff; border-top: none; } .mobile .header .header-inner { border-bottom: 1px solid #eee; } .mobile .header+.content { padding-top: 0; } @media only screen and (max-width: 960px) { .header .header, .header .header-inner, .header.header-transparent .header-inner { background-color: #fff; } .header .header-inner { border-bottom: 1px solid #eee; } .header .header-inner>.nav-bar { padding: 0; } } /*------------------------------------------------------------------ [5. Header Logo] */ /* Initial Logo Width */ .header .logo { width: 12.5rem; } /* Compacted Header Logo Width */ .header-compact .logo { width: 12.5rem; } .header .logo.center { margin: 0 auto; float: none; } /* Initial Logo Styling */ .header .logo a { display: block !important; position: absolute; top: 0; } .header-in .logo a, .header-out .logo a { -webkit-transition-duration: 0ms; transition-duration: 0ms; } .header .logo a:first-child { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .header .logo a+a { display: none !important; } /* Transparent Header Show Light Logo */ .header-transparent .logo a:first-child { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1); } .header-transparent .logo a+a { display: block !important; visibility: visible; -webkit-transform: scale(1); transform: scale(1); } /* Header Background Logo Swap to Dark Logo - On Scroll! */ .header-background .logo a:first-child { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .header-background .logo a+a { display: block !important; opacity: 0; visibility: hidden; -webkit-transform: scale(0.6); transform: scale(0.6); } /* Logo Nav Dark */ .nav-dark .logo a:first-child { display: block !important; top: 0; opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .nav-dark .logo a:last-child { display: none !important; } /* Logo Mobile Header & Breakpoints */ .mobile .header .logo a:first-child { display: block !important; opacity: 1; -webkit-transform: scale(1); transform: scale(1); } @media only screen and (max-width: 960px) { .header .logo-inner { display: table-cell; vertical-align: middle; } .header .logo { width: 11rem; } .header .logo a { position: relative; } .header .logo a:first-child { opacity: 1; top: 0; -webkit-transform: scale(1) !important; transform: scale(1) !important; } .header .logo a:last-child { display: none !important; } } /*------------------------------------------------------------------ [6. Header Navigation] */ /* Padding & Margins */ .header .logo-center~.navigation.nav-center { padding-top: 0.5rem; } .header .logo-center~.navigation.nav-center>ul>li>a { padding-bottom: 2rem; } .header .navigation>ul>li>a:not(.button), .header-sub .navigation>ul>li>a:not(.button) { font-size: 1.4rem; text-transform: none; font-weight: 500; letter-spacing: 0; } /* Header & Header Sub Initial & Active Nav Colors */ .header .navigation>ul>li>a, .header-sub .navigation>ul>li>a { color: #959faa; opacity: 1; } .header .navigation>ul>li.current>a, .header .navigation>ul>li>a:hover, .header-sub .navigation>ul>li.current>a, .header-sub .navigation>ul>li>a:hover { color: #000; opacity: 1; } .header .navigation>ul>li.current>a:hover, .header-sub .navigation>ul>li.current>a:hover { color: #000; } /* Transparent Header Initial, Hover & Current Nav Colors */ @media only screen and (min-width: 960px) { .header-transparent .navigation>ul>li>a:not(.button) { color: #fff; opacity: 0.6; } .header-transparent .navigation>ul>li>a:not(.button):hover { color: #fff; opacity: 1; } .header-transparent .navigation>ul>li.current>a:not(.button), .header-transparent .navigation>ul>li.current>a:not(.button):hover { color: #fff; opacity: 1; } } /* Nav Dark Initial, Hover & Current Colors */ .header-transparent.nav-dark .navigation>ul>li>a { color: #959faa; opacity: 1; } .header-transparent.nav-dark .navigation>ul>li>a:hover { color: #212325; } .nav-dark .navigation>ul>li.current>a, .nav-dark .navigation>ul>li.current>a:hover { color: #212325; opacity: 1; } /* Header Background Initial, Hover & Current Nav Colors - On Scroll! */ .header-background .navigation>ul>li>a:not(.button) { color: #959faa; } .header-background .navigation>ul>li.current>a:not(.button) { color: #212325; border-bottom: none; } .header-background .navigation>ul>li.current>a:not(.button):hover { color: #212325; } .header-background .navigation>ul>li>a:not(.button):hover { color: #212325; opacity: 1; } /* Sub Menus, Mega Menus, Dropdown List Initial Colors */ .navigation .sub-menu, .navigation .mega-sub-menu, .navigation .dropdown-list { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); border-radius: 0.3rem; } .navigation .sub-menu, .navigation .mega-sub-menu { -webkit-transform: translateY(-0.3rem); transform: translateY(-0.3rem); } .navigation li:hover .sub-menu, .navigation li:hover .mega-sub-menu, .navigation li:hover .dropdown-list { -webkit-transform: translateY(0); transform: translateY(0); } .navigation .sub-menu>li:first-child>a, .navigation .custom-content ul:first-child, .navigation .custom-content img:first-child, .navigation .custom-content video:first-child { border-top-right-radius: 0.3rem; border-top-left-radius: 0.3rem; } .navigation .sub-menu>li:last-child>a, .navigation .custom-content>ul:last-child { border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .navigation .custom-content .thumbnail a { display: inline-block; } .navigation .dropdown-list, .navigation .sub-menu { width: 20rem; } .navigation .sub-menu.custom-content { min-width: 30rem; } .navigation .sub-menu ul { left: 20rem; } .navigation>ul>li.sub-menu-right .sub-menu ul, .navigation>ul>li:last-child>.sub-menu ul { right: 20rem; left: auto; } .navigation .sub-menu li, .navigation .dropdown-list li { border-bottom: none; } .navigation .mega-sub-menu>li>a:not(.button) { font-size: 1.6rem; font-weight: 500; text-transform: none; } .navigation .sub-menu li>a:not(.button), .navigation .mega-sub-menu ul li>a:not(.button), .navigation .dropdown-list li>a:not(.button) { line-height: 1.6; font-weight: 400; font-size: 1.4rem; color: #6d7485; border-left: 3px solid transparent; } .navigation .mega-sub-menu ul li a:not(.button) span { margin-right: 1rem; font-size: 1.7rem; } .navigation .mega-sub-menu a span:before { top: 0.3rem; position: relative; } .navigation .sub-menu:not(.custom-content) li a, .navigation .dropdown-list:not(.custom-content) li a { padding: 1rem 1.5rem; } .navigation .mega-sub-menu>li { border-right: 1px solid #eee; } .navigation .mega-sub-menu>li>a { font-size: 1.3rem; } .navigation .sub-menu:not(.custom-content), .navigation .sub-menu:not(.custom-content) a, .navigation .sub-menu.custom-content, .navigation .mega-sub-menu, .navigation .dropdown-list { background-color: #fff; } .navigation .sub-menu:not(.custom-content) li.current>a, .navigation .mega-sub-menu ul li.current>a { background-color: transparent; border-left: 3px solid #92d7ef; color: #212325; } /* Menu Nav Cart Intial Colors */ .navigation .cart .badge { width: 1rem; height: 1rem; top: -0.5rem; left: 1rem; background-color: #2fca74; } .navigation .cart-overview .product-title { color: #fff; } .navigation .cart-overview .product-price, .navigation .cart-overview .product-quantity { color: #959faa; } .navigation .cart-overview a.product-remove { background-color: #ecedf2; color: #6d7485; } .navigation .cart-overview .cart-subtotal { border-top: 1px solid #ecedf2; font-size: 1.4rem; font-weight: 500; text-transform: none; color: #6d7485; } .navigation .cart-overview .cart-actions { border-color: #ecedf2; } .navigation .cart-overview .checkout.button { background-color: #6773f1; border-color: #717dfb; color: #fff; } .navigation .cart-overview .checkout.button:hover { background-color: #717dfb; border-color: #717dfb; color: #fff; } /* Sub Menus, Mega Menus, Dropdown List Hover Colors */ .navigation .sub-menu:not(.custom-content) li:hover>a, .navigation .mega-sub-menu:not(.custom-content) ul li:hover>a, .navigation .dropdown-list:not(.custom-content) li:hover a { background-color: transparent; border-left: 3px solid #92d7ef; } .navigation .sub-menu li>a:not(.button):hover, .navigation .mega-sub-menu ul li>a:not(.button):hover, .navigation .dropdown-list li>a:not(.button):hover, .navigation .cart-overview .product-title:hover, .navigation .cart-overview .product-remove:hover { color: #212325; } .navigation .sub-menu li.current>a:not(.button), .navigation .dropdown-list li.current>a:not(.button), .navigation .mega-sub-menu ul li.current>a:not(.button), .navigation .mega-sub-menu li.current>a:not(.button), .navigation .mega-sub-menu>li>a:not(.button):hover, .navigation .mega-sub-menu li.current>a:not(.button):hover { color: #212325; } /* Mega Menu Position */ .navigation .mega-sub-menu { left: 0; right: 0; } /* Labels Sub Menu */ .sub-menu li .label, .mega-menu li .label, .dropdown li .label { margin-left: 0.5rem; padding: 0.1rem 0.4rem; font-size: 1rem; text-transform: uppercase; background-color: #6773f1; border-color: #6773f1; color: #fff; } /*------------------------------------------------------------------ [7. Header Nav Icons, Buttons, Dropdowns ] */ /* Padding & Margins */ .header .dropdown a:not(.nav-icon)+.dropdown-list { margin-top: 1.8rem; } /* Initial Division Padding & Color */ .header .secondary-navigation.nav-left:not(.with-division)>ul { margin-left: -1.5rem; } .header .secondary-navigation.nav-right:not(.with-division)>ul { margin-right: -1.5rem; } .header .with-division ul { border-left-color: rgba(0, 0, 0, 0.1); } .header .with-division li { border-right-color: rgba(0, 0, 0, 0.1); } /* Nav Icons Initial, Hover & Active Colors */ .header .navigation .nav-icon { color: #999; font-size: 1.4rem; font-weight: 500; opacity: 1; } .header .navigation .nav-icon:hover, .header .navigation .nav-icon.active { background-color: transparent; color: #000; opacity: 1; } /* Social Icons Initial & Hover Colors */ .header .social-list li .nav-icon { padding: 0 !important; margin-right: 1.5rem; } /* Button, Dropdown Button Initial, Hover & Active Colors */ .header .v-align-middle>.button:not(.nav-icon), .header .dropdown>.button:not(.nav-icon) { background: transparent; border-color: #fff; color: #fff; } .header .v-align-middle>.button:not(.nav-icon):hover, .header .dropdown>.button:not(.nav-icon):hover, .header .dropdown>.button.active:not(.nav-icon) { background-color: #6773f1; border-color: #6773f1; color: #fff; } /* Transparent Header Division Color */ @media only screen and (min-width: 960px) { .header-transparent .with-division ul { border-left-color: rgba(255, 255, 255, 0.2); } .header-transparent .with-division li { border-right-color: rgba(255, 255, 255, 0.2); } } /* Transparent Header Initial, Hover & Active Colors */ .header-transparent .navigation .nav-icon { color: rgba(255, 255, 255, 0.6); opacity: 1; } .header-transparent .navigation .nav-icon:hover, .header-transparent .navigation .nav-icon.active { color: #fff; background-color: transparent; opacity: 1; } /* Nav Dark Button, Dropdown Button Initial, Hover & Active Colors */ .nav-dark .v-align-middle>.button:not(.nav-icon), .nav-dark .dropdown>.button:not(.nav-icon) { background: transparent; border-color: #efefef; color: #959faa; } .nav-dark .navigation .nav-icon { color: #959faa; } .nav-dark .navigation .nav-icon:hover, .nav-dark .navigation .nav-icon.active { color: #959faa; } .header-background.nav-dark .v-align-middle>.button:not(.nav-icon):not(:hover), .header-background.nav-dark .dropdown>.button:not(.nav-icon):not(:hover) { color: #fff; } .nav-dark .v-align-middle>.button:not(.nav-icon):hover, .nav-dark .dropdown>.button:not(.nav-icon):hover { background-color: #6773f1; border-color: transparent; color: #fff; } /* Header Background Divisions, Initial, Hover & Active Colors */ .header-background .with-division ul { border-left-color: #eee; } .header-background .with-division li { border-right-color: #eee; } .header-background .v-align-middle>.button:not(.nav-icon), .header-background .dropdown>.button:not(.nav-icon) { background: #212325; border-color: transparent; color: #fff; } .header-background .v-align-middle>.button:not(.nav-icon):hover, .header-background .dropdown>.button:not(.nav-icon):hover { background-color: #6773f1; border-color: transparent; color: #fff; } .header-background .navigation .nav-icon { color: #999; } .header-background .navigation .nav-icon:hover, .header-background .navigation .nav-icon.active { color: #000; } .header-background .social-list li a { color: #4e4e4d; } .header-background .social-list li a:hover { color: #6773f1; } /* Compacted Header Dropdown List Margin */ .header-compact .dropdown a:not(.nav-icon)+.dropdown-list { margin-top: 1.2rem; } /* Mobile Header Styles and Breakpoints */ .mobile .navigation.with-division ul { border-left-color: #eee; } .mobile .navigation.with-division li { border-right-color: #eee; } .mobile .navigation .v-align-middle>.button:not(.nav-icon), .mobile .navigation .dropdown>.button:not(.nav-icon) { background: #2c2e30; border-color: transparent; color: #fff; } .mobile .v-align-middle>.button:not(.nav-icon):hover, .mobile .dropdown>.button:not(.nav-icon):hover { background-color: #6773f1; border-color: transparent; color: #fff; } .mobile .navigation .nav-icon { color: #666; } .mobile .navigation .nav-icon:hover, .mobile .dropdown .nav-icon.active, .mobile .header-transparent .dropdown .nav-icon.active { color: #000; } @media only screen and (max-width: 960px) { .header .dropdown a:not(.nav-icon)+.dropdown-list { margin-top: 2.2rem; } .header .v-align-middle>.button:not(.nav-icon), .header .dropdown>.button:not(.nav-icon) { background: #2c2e30; border-color: transparent; color: #fff; } .header .v-align-middle>.button:not(.nav-icon):hover, .header .dropdown>.button:not(.nav-icon):hover { background-color: #6773f1; border-color: transparent; color: #fff; } .header .navigation .nav-icon { color: #666; } .header .navigation .nav-icon:hover, .header .dropdown .nav-icon.active { color: #000; } } /*------------------------------------------------------------------ [8. Auxiliary Navigation] */ /* Aux Navigation Show */ .header .navigation-show { width: 4.4rem; height: 4.4rem; margin-left: 0; } /* Initial & Hover Colors */ .header .navigation .navigation-show.nav-icon, .mobile .header .navigation .navigation-show.nav-icon { font-size: 2.5rem; text-align: center; color: #666; opacity: 1; } .header .navigation .navigation-show.nav-icon:hover, .mobile .header .navigation .navigation-show.nav-icon:hover { color: #000; opacity: 1; } /* Transparent Header Initial & Hover Colors */ @media only screen and (min-width: 961px) { .header-transparent .navigation .navigation-show.nav-icon { color: #fff; border-color: transparent; opacity: 0.6; } .header-transparent .navigation .navigation-show.nav-icon:hover { color: #fff; border-color: transparent; opacity: 1; } } /* Header with Background Initial & Hover Colors */ .header-background .navigation .navigation-show.nav-icon { color: #666; border-color: #eee; } .header-background .navigation .navigation-show.nav-icon:hover { color: #000; border-color: #eee; } /* Aux Navigation Hide */ .navigation-hide { width: 4.4rem; height: 4.4rem; margin-top: 1.9rem; margin-right: 0; } .navigation-hide a { background: none; } .navigation-hide a span { width: 4.4rem; font-size: 2rem; } /* Side Navigation Widts */ @media only screen and (min-width: 768px) { .side-navigation-wrapper.side-nav-wide { width: 50%; } .element-reveal-right.side-nav-wide { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); } } @media only screen and (max-width: 1140px) { .side-navigation-wrapper.side-nav-wide { width: 70%; } .element-reveal-right.side-nav-wide { -webkit-transform: translate3d(-70%, 0, 0); transform: translate3d(-70%, 0, 0); } } @media only screen and (max-width: 600px) { .side-navigation-wrapper.side-nav-wide { width: 100%; } .element-reveal-right.side-nav-wide { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } /* Side Navigation Background Color */ .side-navigation-wrapper .logo { width: 12rem; } .side-navigation-wrapper { background-color: #fff; box-shadow: none !important; border-right: 1px solid #ecedf2; } .side-navigation-wrapper.enter-right { border-left: 1px solid #ecedf2; border-right: none; } .side-navigation-header { border: none; } /* Side Main Nav Initial Colors & Padding */ .side-navigation>ul>li>a { padding: 0.6rem 4rem; font-size: 1.8rem; line-height: 1.2; letter-spacing: 0; text-transform: none; font-weight: 400; color: #959faa; position: relative; } .side-navigation ul li.current>a { color: #212325; font-weight: 400; } .side-navigation>ul>li>a:after { width: 3px; height: 0; margin-left: 0; content: ""; background-color: #92d7ef; opacity: 0; position: absolute; left: 0; top: 0; -webkit-transition-property: height, opacity; -ms-transition-property: height, opacity; transition-property: height, opacity; -webkit-transition-duration: 500ms; -ms-transition-duration: 500ms; transition-duration: 500ms; } .side-navigation>ul>li.current>a:after { height: 100%; opacity: 1; } .side-navigation-wrapper .navigation-hide { margin-right: 2rem; } .side-navigation-wrapper .navigation-hide af { color: #959faa; } .side-navigation-wrapper .navigation-hide a:hover { color: #212325; } /* Side Nav Sub Menu Initial Colors & Padding */ .side-navigation .sub-menu { background: none; } .side-navigation .sub-menu a { text-transform: none; font-size: 1.4rem; font-weight: 400; color: #959faa; } .side-navigation .sub-menu a:hover { color: #212325; } .side-navigation .sub-menu li:first-child { padding-top: 1rem; } .side-navigation .sub-menu li:last-child { padding-bottom: 1rem; } .side-navigation .custom-content>*:first-child { padding-top: 2rem; } .side-navigation .custom-content>*:last-child { padding-bottom: 2rem; } .side-navigation .sub-menu:not(.custom-content) a { padding: 1.1rem 4rem 1.1rem 5.5rem; } .side-navigation.center .sub-menu:not(.custom-content) a { padding: 1.1rem 4rem 1.1rem 4rem; } /* Side Nav Cart Initial Colors */ .side-navigation .cart .badge { width: 1rem; height: 1rem; background-color: #2fca74; top: 0.6rem; left: 0; } .side-navigation .cart-overview .product-title { color: #fff; } .side-navigation .cart-overview .product-price, .side-navigation .cart-overview .product-quantity { color: #959faa; } .side-navigation .cart-overview a.product-remove { background-color: #ecedf2; color: #6d7485; } .side-navigation .cart-overview .cart-subtotal { border-top: 1px solid #ecedf2; font-size: 1.4rem; font-weight: 500; text-transform: none; color: #6d7485; } .side-navigation .cart-overview .cart-actions { border-color: #ecedf2; } .side-navigation .cart-overview .checkout.button { margin: 0; background-color: #6773f1; border-color: #717dfb; color: #fff; } .side-navigation .cart-overview .checkout.button:hover { background-color: #717dfb; border-color: #717dfb; color: #fff; } /* Side Nav Hover Colors */ .side-navigation ul li a:hover, .side-navigation ul li.current a:hover { color: #212325; } /* Side Nav Widget */ .side-navigation-footer .widget p, .side-navigation-footer .widget a { color: #666; font-size: 1.3rem; } .side-navigation-footer .widget a:hover { color: #fff; } /* Side Nav Footer */ .side-navigation-footer, .side-navigation-footer .social-list a { color: #666; font-size: 1.1rem; } .side-navigation-footer .social-list a:hover { color: #fff; } .side-navigation-footer .copyright { font-size: 1.1rem; } /* Overlay Navigation Colors & Sizes */ .overlay-navigation-wrapper { background-color: rgba(255, 255, 255, 1); } .overlay-navigation-inner { text-align: left; } .overlay-navigation-header { top: 1.5rem; } .overlay-navigation-wrapper .menu-title { width: 100%; margin-bottom: 3rem; color: #000; font-size: 1.862rem; line-height: 1; font-weight: 700; text-transform: uppercase; display: block; } .overlay-navigation { max-width: 40rem; padding-left: 3rem; padding-right: 3rem; } /* Overlay Main Nav */ .overlay-navigation>ul>li>a { font-size: 1.8rem; color: #999; } .overlay-navigation ul li.current>a { font-weight: normal; } .overlay-navigation-wrapper .navigation-hide { top: 0; right: 3rem; } .overlay-navigation-wrapper .navigation-hide a { color: #999; } .overlay-navigation-wrapper .navigation-hide a:hover { color: #000; } /* Overlay Nav Sub Menu Initial Colors & Padding */ .overlay-navigation .sub-menu { padding-left: 0; } .overlay-navigation .sub-menu a { letter-spacing: 0.1rem; text-transform: normal; font-weight: normal; line-height: 1.2; color: #999; } .overlay-navigation .sub-menu .current>a { color: #000; } .overlay-navigation .sub-menu a:hover { color: #000; } .overlay-navigation .sub-menu li:first-child { padding-top: 1rem; } .overlay-navigation .sub-menu li:last-child { padding-bottom: 1rem; } .overlay-navigation .custom-content>*:first-child { padding-top: 2rem; } .overlay-navigation .custom-content>*:last-child { padding-bottom: 2rem; } /* Overlay Nav Cart */ .overlay-navigation .cart .badge { width: 1rem; height: 1rem; background-color: #2fca74; top: 0.6rem; left: 0; } .overlay-navigation .cart-overview .product-title { color: #fff; } .overlay-navigation .cart-overview .product-price, .overlay-navigation .cart-overview .product-quantity { color: #959faa; } .overlay-navigation .cart-overview a.product-remove { background-color: #ecedf2; color: #6d7485; } .overlay-navigation .cart-overview .cart-subtotal { border-top: 1px solid #ecedf2; font-size: 1.4rem; font-weight: 500; text-transform: none; color: #6d7485; } .overlay-navigation .cart-overview .cart-actions { border-color: #ecedf2; } .overlay-navigation .cart-overview .checkout.button { margin: 0; background-color: #6773f1; border-color: #717dfb; color: #fff; } .overlay-navigation .cart-overview .checkout.button:hover { background-color: #717dfb; border-color: #717dfb; color: #fff; } /* Overlay Nav Hover Colors */ .overlay-navigation>ul>li>a:hover, .overlay-navigation>ul>li.current>a, .overlay-navigation ul li.current>a:hover { color: #000; } /* Overlay Nav Widget */ .overlay-navigation-footer .widget p, .overlay-navigation-footer .widget a { color: #666; font-size: 1.3rem; } .overlay-navigation-footer .widget a:hover { color: #000; } /* Overlay Nav Footer */ .overlay-navigation-footer { padding-left: 3rem; padding-right: 3rem; } .overlay-navigation-footer, .overlay-navigation-footer .social-list a { color: #666; font-size: 1.3rem; } .overlay-navigation-footer .social-list a:hover { color: #000; } .overlay-navigation-footer .copyright { font-size: 1.1rem; } /* Mobile Styles and Breakpoints */ .mobile .navigation-show { margin-left: 2rem; } .mobile .navigation-show a { color: #666; border-color: #eee; } .mobile .navigation-show a:hover { color: #000; opacity: 1; } @media only screen and (max-width: 960px) { .header .navigation-show { margin-left: 2rem; } .header .navigation-show a { color: #666; border-color: #eee; } .header .navigation-show a:hover { color: #000; opacity: 1; } .overlay-navigation-header { top: 2rem; } .overlay-navigation-wrapper .navigation-hide { top: 0; right: 3rem; } } /*------------------------------------------------------------------ [9. Title Area] */ [class*="intro-title-"] { padding: 0; } [class*="intro-title-"] { height: 45rem; } [class*="intro-title-"].small { height: 25rem; } [class*="intro-title-"].xsmall { height: 15rem; } .intro-title-2 { background-image: url(../images/slider/slide-2-page-intro.jpg); } .intro-title-2-1 { background-image: url(../images/slider/slide-3-page-intro.jpg); } .intro-title-2-2 { background-image: url(../images/slider/slide-3-page-intro.jpg); } .intro-title-2-3 { background-image: url(../images/slider/slide-11-page-intro.jpg); } .intro-title-2-4 { background-image: url(../images/slider/slide-13-page-intro.jpg); } @media only screen and (max-width: 768px) { [class*="intro-title-"], [class*="intro-title-"].small { padding: 6rem 0; height: auto; } } /*------------------------------------------------------------------ [10. Slider & Parallax] */ .tm-slider-container:not([class*="bkg-"]) { background: none; } /* Slider Heights */ .featured-media, .full-width-slider, .parallax { height: 60rem; padding: 0; } .window-height { height: 100vh; } .hero-slider.window-height { min-height: 100vh; } .parallax.page-intro, .page-intro { height: 45rem; } .parallax.small, .page-intro.small { height: 30rem; } .page-intro .full-width-slider, .window-height .full-width-slider { height: inherit; } .logo-slider, .testimonial-slider, .team-slider, .recent-slider .thumbnail { min-height: 5rem; } .recent-slider { min-height: 10rem; } .team-slider { height: 42rem; } .hero-slider { min-height: 60rem; } .hero-slider .hero-content[class*="bkg-"] { background-color: inherit; } /* Slider Navigation Common */ .tms-arrow-nav { width: 4.4rem; height: 4.4rem; background: none; font-size: 1.3rem; line-height: 4.4rem; color: #fff; border: none; border-radius: 0.3rem; background-color: #000; } #tms-prev { left: 3rem; } #tms-next { right: 3rem; } .tms-arrow-nav:hover { opacity: 0.5 !important; } .tms-arrow-nav:before { line-height: 4.4rem; } .tms-arrow-nav:hover { width: 4.4rem; } .tms-bullet-nav { background-color: #fff; } .tms-nav-dark .tms-bullet-nav { background-color: #000; } .hide-arrow-nav .tms-arrow-nav, .hide-progress .tms-progress-bar { display: none !important } /* Featured Media Slider Navigation */ .featured-media .tms-pagination { width: 100%; bottom: 3rem; } .featured-media .tms-pagination a { display: inline-block; margin-bottom: 1rem; } .featured-media .tm-slider-container .tms-pagination { opacity: 1; } /* Feature Slider */ .feature-slider .tms-bullet-nav { background-color: #2c2e30; } /* Recent Slider */ .tm-slider-container.tms-carousel>ul { opacity: 1; } .tm-slider-container.tms-carousel.no-margins>ul>li { padding-right: 0; padding-left: 0; } /* Mobile Slider & Parallax */ .mobile .featured-media, .mobile .parallax.fixed-height { height: 50rem; } /* Featured Slider Nav Breakpoints */ @media only screen and (max-width: 768px) { .featured-media .tms-pagination a { display: inline-block; } .featured-media .tms-arrow-nav { display: none !important; } } /*------------------------------------------------------------------ [11. Lightbox] */ .tm-lightbox { background: rgb(61, 60, 60); } #tml-content-wrapper.zoomed+#tml-caption span { background-color: rgba(0, 0, 0, 0.3); border: none; color: #fff; } /* Standard Modal Mode */ #tm-lightbox.tml-modal-mode { background: rgba(0, 0, 0, 0.1); } .tml-modal-mode .modal-dialog { border-radius: 0.3rem; box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1); } .tml-modal-mode .modal-dialog .modal-header { background-color: #2fca74; color: #fff; } .tml-modal-mode .modal-dialog .modal-header-title { margin-bottom: 0; } .tml-modal-mode #tml-exit { color: #111; top: 0; right: 0; } .tml-exit-light #tml-exit { color: #fff; } .rounded .modal-dialog, .rounded .section-block { border-radius: 0.3rem; } #tm-lightbox.tml-modal-mode #tml-content-wrapper { top: 10% !important; bottom: 10% !important; } #tm-lightbox.height-auto .modal-dialog { height: auto !important; } /* Common Modal Mode */ .tml-form-modal .modal-dialog>div { padding-left: 0; padding-right: 0; } /* greyscale upon modal opening */ .modal-open .wrapper-inner, .aux-navigation-active .wrapper-inner { -webkit-filter: grayscale(10%); filter: grayscale(10%); } @media only screen and (max-width: 960px) { .tml-padding-small #tml-content-wrapper { left: 5% !important; right: 5% !important; } .tml-form-modal .modal-dialog-inner { padding-left: 1rem; padding-right: 1rem; } } @media only screen and (max-width: 768px) { .tml-modal-mode .modal-dialog { width: 100% !important; } .tml-modal-mode .modal-dialog>div { padding-left: 0; padding-right: 0; } .tml-swap-exit-light #tml-exit { color: #fff; } .tml-modal-mode .hero-5 { padding-bottom: 2rem; } .tml-modal-mode .hero-5 .column:first-child:not(.media-column) .split-hero-content { margin-top: 4rem; } } /* Navigation */ .tml-nav { color: rgb(207, 206, 206); opacity: 0.7; } .tml-nav:hover { color: #fff; } /*------------------------------------------------------------------ [12. Plugin Preloader] */ .tm-loader { width: 5rem; height: 5rem; margin: -2.5rem 0 0 -2.5rem; position: absolute; top: 50%; left: 50%; } .tm-loader:before { content: ''; display: block; padding-top: 100%; } .tm-loader #circle { background: none; width: 100%; height: 100%; margin: auto; border-radius: 50%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform-origin: center center; animation: rotate 2s linear infinite; } .stroke { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; stroke-linecap: round; stroke-width: 0.3rem; } /* fallback */ .ie-browser:not(.webkit) .tm-loader #circle { border: 3px solid rgba(0, 0, 0, 0); border-bottom-color: #ddd; animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite; } @keyframes rotate { 100% { transform: rotate(360deg); } } @keyframes dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } @keyframes color { 100%, 0% { stroke: #6773f1; border-bottom-color: #6773f1; } 40% { stroke: #2fca74; border-bottom-color: #2fca74; } 66% { stroke: #6773f1; border-bottom-color: #6773f1; } 80%, 90% { stroke: #2fca74; border-bottom-color: #2fca74; } } /*------------------------------------------------------------------ [13. Rollovers] */ /* Rollover Text */ .overlay-info>span>span, .shop .products .overlay-info .product-title { font-size: 1.862rem; font-weight: 300; line-height: 1.2; letter-spacing: 0; text-transform: none; color: #000; } .overlay-info .project-description { font-size: 1.4rem; opacity: 0.7; text-transform: none; font-weight: 400; font-style: normal; line-height: 1.2; } .overlay-info .project-title+.project-description { margin-top: 0; } /* Overlay */ .overlay-info { background: rgba(255, 255, 255, 0.5); } .overlay-info>span>span { text-align: center; } .overlay-info .project-title { display: block; } .overlay-fade-img-scale-out .overlay-info .overlay-info { opacity: 1; } .overlay-fade-img-scale-in .project-title { margin-bottom: 0; } .caption-below { padding-right: 0; padding-left: 0; padding-bottom: 0; border: none; opacity: 0.5; } /*------------------------------------------------------------------ [14. Homepage] */ /* Scroll Links */ .scroll-link.icon-circled, .scroll-to-top.icon-circled { width: 5rem; height: 5rem; } .scroll-link.icon-circled { line-height: 5rem; } .scroll-to-top.icon-circled { line-height: 4.8rem; } /* Stats */ .stats-1-1 { background-image: url(../images/generic/hero-1.jpg); } /* Hero */ .hero-5-1 .media-column { background-image: url(../images/generic/hero-half-1.jpg); } .hero-5-2 .media-column { background-image: url(../images/team/hero-half-2.jpg); } .hero-5-5 .media-column { background-image: url(../images/generic/hero-half-4@.jpg); } /* Call to Action */ .call-to-action-2-1 { background-image: url(../images/generic/call-to-action-1.jpg); background-size: cover; background-position: center; } /* Signup 2 */ .signup-2-1 { background-image: url(../images/generic/signup-1.jpg); } /* Fullscreen Section */ .home-page .fulscreen-sections-wrapper { background: #000; } .signup-box.box { padding: 10%; overflow: visible; } .fullscreen-bkg-1 { background-image: url(../images/slider/slide-2-fs.jpg); } .fullscreen-bkg-2 { background-image: url(../images/slider/slide-3-fs.jpg); } .fullscreen-bkg-3 { background-image: url(../images/slider/slide-4-fs.jpg); } .fullscreen-pattern-1 { background-image: url(../images/generic/microchip-seamless-pattern.png); } .fullscreen-pattern-2 { background-image: url(../images/generic/network-pattern.png); } .fullscreen-pattern-3 { background-image: url(../images/generic/map-seamless-pattern.jpg); background-repeat: repeat-x; } .fullscreen-pattern-4 { background-image: url(../images/generic/char-pattern.png); background-repeat: repeat-x; } .fullscreen-pattern-5 { background-image: url(../images/generic/disc-pattern.png); background-repeat: no-repeat; } /*------------------------------------------------------------------ [15. About Pages] */ /* Team Sections */ .team-1 h3, .team-2 h3 { margin-top: 0.5rem; } .team-2 .social-list { margin-bottom: 0; } [class*="team-"] .team-content-info .occupation { margin-bottom: 2rem; font-size: 1.5rem; font-weight: 400; text-transform: none; letter-spacing: 0; } /* Team Slider */ .team-slider { background: none; height: 42rem; } .team-slider li { padding-left: 1.5rem; padding-right: 1.5rem; } .team-slider .team-content { margin-bottom: 3rem; } /* Hero */ .hero-2 { background-image: url(../images/assets/pomsky-bg-3.jpg); } .hero-2-1 { background-image: url(../images/generic/hero-2-1.jpg); } .hero-2-2 { background-image: url(../images/generic/hero-2-2.jpg); } .hero-2-3 { background-image: url(../images/generic/hero-2-3.jpg); } .hero-2-4 { background-image: url(../images/generic/hero-2-4.jpg); } .hero-2-5 { background-image: url(../images/generic/hero-2-5.jpg); } .hero-2-6 { background-image: url(../images/generic/hero-2-6.jpg); } .hero-2-7 { background-image: url(../images/generic/hero-2-7.jpg); } .hero-2-8 { background-image: url(../images/generic/hero-2-8.jpg); } .hero-2-9 { background-image: url(../images/generic/hero-2-9.jpg); } .hero-2-10 { background-image: url(../images/generic/hero-2-10.jpg); } /*------------------------------------------------------------------ [15. Service Pages] */ .hero-3-1 { background-image: url(../images/generic/hero-3-1.jpg); } .hero-4-1 { background-image: url(../images/generic/hero-4-1.jpg); } .hero-5-3 .media-column { background-image: url(../images/services/hero-half-1.jpg); } /*------------------------------------------------------------------ [16. Contact Pages] */ /* Hero Sections */ .hero-5-contact-1 .media-column { background-image: url(../images/contact/hero-half.jpg); } .hero-5-contact-1 [class*="stats-"] .stat-inner { text-align: left; } /* Stats */ .stats-contact-1 { background: none; } /* Form Response */ .contact-form-container .form-response { color: #666; } /* Map */ .map-container { height: 45rem; } .accordion .map-container { height: 24rem; } .map-pan-link-container a.active { color: #2c2e30; } .hero-5 .map-pan-link-container * { opacity: 0.5; } .hero-5 .map-pan-link-container a.active { opacity: 1; } .map-pan-link-container a.button.active { background: none; border-color: #6773f1; color: #fff; } /*------------------------------------------------------------------ [17. Project Pages] */ /* Grid */ .caption-over-outer { background-color: rgba(0, 0, 0, 0.3); } .grid-container .content-inner { padding: 11rem 5rem; } h3.project-title { font-size: 1.862rem; } .project-title .label { font-size: 1rem; text-transform: uppercase; } .project-description { font-size: 1.2rem; } .item-description.with-background { padding: 2rem !important; margin: 0; border: none; border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } /* Project Info */ .center .project-attribute { margin-left: 1rem; margin-right: 1rem; } .project-attribute { margin-bottom: 0.3rem; } .project-attribute .project-label { min-width: 8rem; font-weight: 500; text-transform: none; display: table-cell; } .project-attribute .project-value { display: table-cell; } .project-attribute.center { margin: 0 auto; } /* Hero */ .hero-5-4 .media-column { background-image: url(../images/portfolio/projects/hero-half-1.jpg); } /* Folio Filter */ .grid-filter-menu ul, .grid-filter-menu li { padding: 0; text-transform: none; font-size: 1.3rem; letter-spacing: 0.1rem; } .grid-filter-menu li { padding: 0.8rem 0; } .grid-filter-menu.list-vertical li { display: block; padding: 0.8rem 0; } .grid-filter-menu:not(.center):not(.right) li:first-child { padding-left: 0; } .grid-filter-menu.right li:last-child { padding-right: 0; } .grid-filter-menu a { padding: 0.5rem 1.5rem; border-radius: 10rem; border: none; font-weight: 400; color: #999; display: block; position: relative; border: none; } .grid-filter-menu a:hover { color: #2c2e30; } .grid-filter-menu a.active { padding: 0.5rem 1.5rem; border-radius: 10rem; border: none; background-color: #6773f2; color: #fff; } .grid-filter-menu, .grid-filter-dropdown { z-index: 2; } .grid-filter-dropdown .dropdown .button { min-width: 15rem; } .grid-filter-dropdown .button { font-weight: 400; text-transform: none; letter-spacing: 0; } .grid-filter-dropdown .freeze .filter-menu-inner { border-bottom: 1px solid transparent; -webkit-transition-property: border; transition-property: border; -webkit-transition-duration: 300ms; transition-duration: 300ms; } .grid-filter-menu .freeze.sticky, .grid-filter-dropdown .freeze.sticky { border-bottom: 1px solid #ecedf2; } /* Color Swatch */ .project-swatch-list { margin-bottom: 0; } .project-swatch-list li { margin-bottom: 3rem; } .project-swatch { margin-right: 5rem; } .center .project-swatch { margin-left: 2.5rem; margin-right: 2.5rem; } @media only screen and (max-width: 768px) { .center-on-mobile .project-swatch { margin-left: 2.5rem; margin-right: 2.5rem; } } /* Template Grid Thumbs */ .template-grid .thumbnail { border: 1px solid #eee; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); } /*------------------------------------------------------------------ [18. Pagination] */ /* Pagination 3 Customized */ .pagination-3 ul { border-top: 1px solid transparent; } .pagination-3 li { margin-top: -1px; } .pagination-3 a { width: 4rem; height: 4rem; padding: 0; line-height: 4rem; font-size: 1.2rem; font-weight: 400; color: #6d7485; border-color: transparent; border-radius: 0; } .pagination-3.portfolio a { width: auto; padding: 0 1.5rem; font-size: 1.2rem; text-transform: none; } .pagination-3.portfolio .pagination-previous { padding-left: 1rem; } .pagination-3.portfolio .pagination-next { padding-right: 1rem; } .pagination-3 .pagination-previous, .pagination-3 .pagination-next, .pagination-3 .back-to-grid, .pagination-3 a.current { background: #fff; border: 1px solid #ecedf2; border-radius: 0.3rem; color: #6d7485; } .pagination-3 a:hover { background: #ecedf2; border: 1px solid #ecedf2; color: #212325; } .pagination-3 a.disabled, .pagination-3 a.disabled:hover { border-color: #eee; } .pagination-3 a span { margin: 0; } /*------------------------------------------------------------------ [19. Fullscreen Pages] */ .fullscreen-section .fullscreen-inner { background: rgba(0, 0, 0, 0.35); } .fs-bullet-nav { width: 1rem; height: 1rem; background: #fff; opacity: 0.4; } .nav-dark .fs-bullet-nav { background: #000; } .fs-bullet-nav.active { background: #fff; } .nav-dark .fs-bullet-nav.active { background: #000; } .fs-pagination { width: 3.2rem; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 6rem; right: 4rem; } /*------------------------------------------------------------------ [20. Blog Pages] */ /* Post Title */ .post-title a { color: #000; } h2.post-title { margin-bottom: 1rem; } .blog-masonry .post-title { margin-bottom: 0.5rem; font-size: 1.995rem; text-transform: none; display: block; } .blog-regular .post-title, .blog-wide .post-title { font-size: 3.294rem; } .single-post-tags .tags-title { font-size: 1.3rem; } .blog-masonry.masonry-set-dimensions .post-title { margin-bottom: 0.5rem; font-size: 1.995rem; line-height: 1.2; } .blog-masonry.masonry-set-dimensions .post-title.quote { line-height: inherit; } /* Common */ .post-info { margin-bottom: 3rem; display: block; font-size: 1.6rem; text-transform: none; font-weight: 400; letter-spacing: 0; color: #999; } .post-info.boxed { width: 100%; padding: 2rem 0; margin-bottom: 7rem; background-color: #fafafa; } .post-info .post-tag { margin-left: 0.2rem; margin-right: 0.2rem; font-size: 1.2rem; line-height: 1.8; } .post-info .post-tag:hover { color: #fff; } .post-info span, .post-info a { display: inline-block; } .post-info-aside .post-love, .post-author-aside span, .post-author-aside a, .post-comments-aside span, .post-comments-aside a { font-size: 1.2rem; text-transform: none; color: #999; margin-right: 0; margin-left: 0; letter-spacing: 0; } .post-info-aside .post-love, .post-author-aside span, .post-author-aside a, .post-comments-aside span, .post-comments-aside a { display: block; } .post-info-aside [class*="icon-"] { font-size: 1.2rem; } .post-info-aside, .post-author-aside, .post-comments-aside { min-width: 12rem; margin-left: 0; text-align: left; } .post-info-aside .post-info-inner, .post-author-aside .author-title { margin-top: 0; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #ccc; } .post-info-aside .post-love [class*="icon-"] { width: 1.3rem; margin-right: 0.6rem; } .post-info-aside .social-list { text-align: left; } .post-info-aside+.post-content, .post-author-aside+.author-bio, .post-comments-aside+.comments-inner { padding-left: 17rem; } @media only screen and (max-width: 768px) { .post-info-aside+.post-content { padding-left: 0; } .blog-masonry .post-title, .blog-masonry.masonry-set-dimensions .post-title { font-size: 1.862rem; } .blog-regular .post-title, .blog-wide .post-title { font-size: 2.542rem; } } /* Regular Blog */ .blog-regular .post { margin-bottom: 4rem; } .blog-single-post .post, .blog .post-comments, .blog .post-comments-respond { margin-bottom: 0; } .blog-regular.list .post { margin-bottom: 1rem; } /* post background images */ .blog-regular.list .post, .blog-regular.list .with-background { -webkit-transition-property: background; transition-property: background; -webkit-transition-duration: 1200ms; transition-duration: 1200ms; } .blog-regular.list .post { background-size: cover; background-repeat: no-repeat; background-position: 0 10%; } .blog-regular.list .with-background:hover *:not(.label) { -webkit-transition-duration: 300ms; transition-duration: 300ms; } .blog-regular.list .post:hover { background-size: cover; background-position: center; } .blog-regular.list .with-background:hover { background: rgba(0, 0, 0, 0.35); } .blog-regular.list .with-background:hover *:not(.label) { color: #fff !important; } .blog-regular.list .post-1-1 { background-image: url(../images/blog/regular/image-regular.jpg); } .blog-regular.list .post-1-2 { background-image: url(../images/blog/regular/image-regular-2.jpg); } .blog-regular.list .post-1-3 { background-image: url(../images/blog/regular/image-regular-3.jpg); } .blog-regular.list .post-1-4 { background-image: url(../images/blog/regular/image-regular-4.jpg); } .blog-regular.list .post-1-5 { background-image: url(../images/blog/regular/image-regular-5.jpg); } /* Blog Masonry */ .blog-masonry .post-content:not(.post-content.with-background) { padding: 0 2rem; } .blog-masonry .caption-over-outer .post-info .post-date { padding: 0; margin: 0; border: none; display: inline-block; } .blog-masonry .author-avatar { max-width: 4rem; } .blog-masonry .name { font-size: 1.4rem; } .blog-masonry .author-title { font-size: 1.2rem; } .blog-masonry .post-author:not(.center) .author-bio .author-avatar+.author-content { padding-top: 0; margin-left: 6rem; } /* Blog Masonry Set Dimentions */ @media only screen and (max-width: 768px) { .blog-masonry.masonry-set-dimensions .grid-item { width: 100% !important; height: 25.8rem !important; } } .blog-masonry.masonry-set-dimensions .post-title, .blog-masonry.masonry-set-dimensions .post-title a, .blog-masonry.masonry-set-dimensions .post-info, .blog-masonry.masonry-set-dimensions .post-info a { color: #fff; } .blog-masonry.masonry-set-dimensions .post-info { margin-bottom: 1rem; display: block; font-size: 1.4rem; text-transform: none; } .blog-masonry.masonry-set-dimensions .no-image .content-outer { border-radius: 0.3rem; } .blog-masonry.masonry-set-dimensions .no-image .content-inner { padding: 4rem; } /* Blog Mejs Player */ .post-media .mejs-container.mejs-audio .mejs-controls .mejs-play, .post-media .mejs-container.mejs-audio .mejs-controls .mejs-pause { border-radius: 0; } .post-media .mejs-container.mejs-audio .mejs-controls { border-radius: 0; } .masonry-set-dimensions .post-content.with-background { background: #f4f4f4; } .masonry-set-dimensions .post-media:hover .post-content { background: rgba(0, 0, 0, 0.8); } .masonry-set-dimensions .post-media:hover .post-content h2 a { color: #fdeb74; } .masonry-set-dimensions .post-media:hover .post-author a:hover { opacity: 0.5; } /* Comments */ .post-comments, .post-comment-respond { margin-top: 0; } .post-comments .comment-meta { font-size: 1.3rem; } .comment-meta span:first-child { margin-left: 0; } .comment-meta span { margin-left: 1rem; margin-right: 1rem; } .post-comments ol:not(.comment-list), .post-comments ul:not(.comment-list) { margin-left: 10rem; } .comment-list li { margin-bottom: 1rem; } .comment-list ul { margin-top: 0rem; margin-left: 10rem; } .comment-list ul .comment { padding: 3rem 3rem 0 3rem; background: #f5f7f9; border-radius: 0.3rem; overflow: hidden; } .post-comments .comment-meta a { font-weight: 400; } .post-comments .name { margin-bottom: 1rem; } .comment-form textarea { min-height: 20rem; } .post-comment-respond .comment-form .column { float: left; } .post-author, .post-comments, .post-comment-respond { border-color: #ecedf2; } .post-author .author-content { padding-top: 1rem; } .post-author .name { margin-bottom: 0; } @media only screen and (max-width: 768px) { .comment-list ul { margin-left: -5rem !important; margin-right: -5rem !important; } .comment-list ul .comment { padding: 5rem 5rem 0 5rem; } } /*------------------------------------------------------------------ [21. Form Elements] */ .field-wrapper { position: relative; overflow: hidden; } .field-wrapper label:not(.checkbox-label):not(.radio-label) { opacity: 0.5; } .form-submit.full-width { width: 100%; } [class*="form-container"] .column { position: relative; } /* Common Styling */ /* default */ .form-element, textarea, .input-indication { margin-bottom: 2rem; } form .list-inline .form-element { margin-bottom: 0; } .form-element, textarea { background-color: #fafbfc; border: 1px solid #ecedf2; } .form-element, textarea, select { font-size: 1.3rem; text-transform: none; font-weight: normal; letter-spacing: 0.1rem; color: #666; } /* form focus */ .form-element:focus, .form-element:focus+label:before, .input-indication .form-element:focus+.inherit-style, .input-indication.reverse .form-element:focus+.inherit-style, textarea:focus { background-color: #fff; border-color: #6773f1; box-shadow: none; color: #6773f1; } input[type="submit"]:focus { box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, .3); -webkit-transform: translateY(-1px); transform: translateY(-1px); } /* form error focus */ .form-element.required-field:focus, .form-element.required-field:focus+label:before textarea.required-field:focus { background-color: #fff; border-color: #6773f1; box-shadow: none; color: #6773f1; } /* form error */ .form-element.required-field, .form-element.required-field+label:before, textarea.required-field { background-color: #fff; border-color: #ff765f; box-shadow: none; color: #ff765f; position: relative; } /* checbox and radio */ .checkbox-label, .radio-label { color: #666; position: relative; } .checkbox+.checkbox-label:before, .radio+.radio-label:before { background: rgba(207, 215, 223, .1); border-color: #ecedf2; } .checkbox+.checkbox-label:before { border-radius: 0.3rem; } .checkbox:checked+.checkbox-label, .radio:checked+.radio-label { opacity: 1; } .checkbox:checked+.checkbox-label:before { content: '\e63a'; background: #6773f1; border-color: #6773f1; color: #fff; } .radio:checked+.radio-label:before { background: #6773f1; } .checkbox.required-field { position: absolute; } /* placeholder color */ .form-element::-webkit-input-placeholder { color: #666; } .form-element:focus::-webkit-input-placeholder { color: #6773f1; } .form-element::-moz-placeholder { color: #666; } .form-element:focus::-moz-placeholder { color: #6773f1; } .form-element:-ms-input-placeholder { color: #666; } .form-element:focus:-ms-input-placeholder { color: #6773f1; } /* Contact Specific */ .contact-form textarea { min-height: 15rem; } .contact-form-container ::-webkit-input-placeholder { color: #666; } .contact-form-container :focus::-webkit-input-placeholder { color: #6773f1; } .contact-form-container ::-moz-placeholder { color: #666; } .contact-form-container :focus::-moz-placeholder { color: #6773f1; } .contact-form-container :-ms-input-placeholder { color: #666; } .contact-form-container :focus:-ms-input-placeholder { color: #6773f1; } .contact-form-container .form-response { bottom: -3rem; } /* Overlay Search Form Elements */ .search-form-container .form-element:focus { color: #6773f1; } .search-form-container ::-webkit-input-placeholder { color: #666; } .search-form-container :focus::-webkit-input-placeholder { color: #6773f1; } .search-form-container ::-moz-placeholder { color: #666; } .search-form-container :focus::-moz-placeholder { color: #6773f1; } .search-form-container :-ms-input-placeholder { color: #666; } .search-form-container :focus:-ms-input-placeholder { color: #6773f1; } #signup-lightbox button, #signup-lightbox .button { width: auto; max-width: auto; } /* Signup Forms */ .signup-form-container .form-response { font-size: 1rem; } /* signup 1 */ .signup-1 .form-response { width: auto; text-align: center; color: #666; bottom: 0; } .signup-1 ::-webkit-input-placeholder { color: #666; } .signup-1 :focus::-webkit-input-placeholder { color: #6773f1; } .signup-1 ::-moz-placeholder { color: #666; } .signup-1 :focus::-moz-placeholder { color: #6773f1; } .signup-1 :-ms-input-placeholder { color: #666; } .signup-1 :focus:-ms-input-placeholder { color: #6773f1; } /* signup 2 */ .signup-2 .signup-form-container { background-color: #fff; border-radius: 0.3rem; } .signup-2 .form-response { width: 100%; padding: 0 4rem; text-align: left; } .signup-2 .form-response { margin-left: -4rem; } .signup-2 ::-webkit-input-placeholder { color: #666; } .signup-2 :focus::-webkit-input-placeholder { color: #6773f1; } .signup-2 ::-moz-placeholder { color: #666; } .signup-2 :focus::-moz-placeholder { color: #6773f1; } .signup-2 :-ms-input-placeholder { color: #666; } .signup-2 :focus:-ms-input-placeholder { color: #6773f1; } /* Create Acc. Specific */ .create-account .form-submit { position: relative; top: 2.9rem; } .tm-lightbox .create-account .form-submit, .tm-slider-container .create-account .form { top: 0; } .tms-caption.create-account { padding: 1.5rem 3.5rem; display: block !important } .tms-caption .form-response { bottom: 1rem; } /* Login Specific */ .header .dropdown-list .recuperate-password { font-size: 1.1rem; color: #999; } .login-form-container .form-element, .login-form-container textarea { background-color: rgba(207, 215, 223, .1); border: 1px solid #ecedf2; color: #999; } .login-form-container .form-element:focus { background-color: #fff; border-color: #6773f1; color: #6773f1; } .login-form-container .form-element.required-field { border-color: #999; color: #fff; } .login-form-container .form-element.required-field:focus { border-color: #ff765f; color: #fff; } .login-form-container .form-response { color: #999; } .login-form-container ::-webkit-input-placeholder { color: #666; } .login-form-container :focus::-webkit-input-placeholder { color: #6773f1; } .login-form-container ::-moz-placeholder { color: #666; } .login-form-container :focus::-moz-placeholder { color: #6773f1; } .login-form-container :-ms-input-placeholder { color: #666; } .login-form-container :focus:-ms-input-placeholder { color: #6773f1; } /* Footer Specific */ .footer .form-element, .footer textarea { background-color: rgba(207, 215, 223, .1); border: 1px solid #444; margin-bottom: 2rem; color: #666; } .footer .form-element:focus, .footer textarea:focus { background-color: #fff; box-shadow: none; color: #000; } .footer .form-element.required-field, .footer textarea.required-field { background-color: #fff; color: #666; } .footer .form-element.required-field:focus, .footer textarea.required-field:focus { background-color: #fff; box-shadow: none; color: #000; } .footer-light .form-element, .footer-light textarea { background-color: rgba(207, 215, 223, .1); border: 1px solid #ecedf2; margin-bottom: 2rem; color: #666; } .footer-light .form-element:focus, .footer-light textarea:focus { background-color: #fff; box-shadow: none; color: #6773f1; } .footer-light .form-element.required-field, .footer-light textarea.required-field { background-color: #fff; color: #ff765f; } .footer-light .form-element.required-field:focus, .footer-light textarea.required-field:focus { background-color: #fff; box-shadow: none; color: #6773f1; } @media only screen and (max-width: 768px) { .footer .signup-form-container .button { width: 12rem; } } .footer ::-webkit-input-placeholder { color: #666; } .footer :focus::-webkit-input-placeholder { color: #6773f1; } .footer ::-moz-placeholder { color: #666; } .footer :focus::-moz-placeholder { color: #6773f1; } .footer :-ms-input-placeholder { color: #666; } .footer :focus:-ms-input-placeholder { color: #6773f1; } /* Disabled */ .disabled { opacity: 0.6; background-color: #f4f4f4 !important; border-color: #eee !important; color: #999 !important; } .disabled:hover { opacity: 0.6; background-color: #f4f4f4; border-color: #eee; } /*------------------------------------------------------------------ [22. Social Lists] */ .social-list li { font-size: 1rem; text-transform: none; font-weight: 400; } .social-list li a { color: #333; } .social-list li.social-list-label { color: #333; } /*------------------------------------------------------------------ [23. Footer] */ /* Footer Text */ .footer .widget, .footer address { font-size: 1.3rem; color: #959faa; text-transform: none; font-style: normal; } .footer-top a:not(.button) { font-size: 1.4rem; color: #959faa; } .footer-bottom a { font-size: 1.2rem; color: #fff; } .footer .copyright { margin-bottom: 0; font-size: 1.2rem; float: none; } /* Footer Widgets */ .footer .widget li { padding-top: 0; border: none; border-color: #eee; } .footer .post-date { font-size: 1rem; font-weight: 700; text-transform: uppercase; } /* Footer Background */ .footer { width: 100%; background: #212325; color: #959faa; z-index: 0; } .footer-light { background: #fff; } .footer [class*="content-grid"] { margin-left: -1.5rem; margin-right: -1.5rem; } .footer .grid-item { padding-left: 1.5rem; padding-right: 1.5rem; } .footer-top { background-color: transparent; } .footer-top .footer-logo { width: 9rem; margin-bottom: 3rem !important; } .footer .footer-bottom { padding: 0 0 2rem 0; } .footer.with-border { border-style: solid; } .footer.with-border, .footer .footer-bottom { border-width: 1px 0 0 0; border-color: #303336; } .footer-light.with-border, .footer-light .footer-bottom { border-width: 1px 0 0 0; border-color: #ecedf2; } .footer .footer-bottom-inner { border-color: transparent; } .footer-light .footer-bottom-inner { border-color: transparent; } .footer .footer-bottom, .footer .footer-bottom a { color: #959faa; } .footer-bottom .footer-logo { width: 6.5rem; margin-bottom: 1rem; margin-right: 1.4rem; line-height: 1.7; } /* Footer Navigation */ .footer .navigation>ul>li>a:not(.button) { margin: 0 1rem; } .footer .navigation li, .footer .navigation ul li a:not(.button) { padding: 0; display: inline-block; float: none; } .footer .navigation a:not(.button), .footer .social-list, .footer .social-list a { font-size: 1.3rem; font-weight: normal; color: #959faa; text-transform: none; letter-spacing: 0; } .footer .navigation a:not(.button):hover { color: #212325; } .footer .footer-bottom .navigation, .footer .footer-bottom .social-list { float: none; } /* Columns */ @media only screen and (max-width: 960px) { .footer-top.two-columns-on-tablet>.row>[class*="width-"] { width: 50%; text-align: left !important; } } @media only screen and (max-width: 768px) { .footer-top.two-columns-on-tablet>.row>[class*="width-"] { width: 100% !important; } } /*------------------------------------------------------------------ [24. Sidebar] */ /* Sidebar Widgets */ .sidebar .widget, .sidebar .widget :not(.widget-title) a { font-size: 1.3rem; } .sidebar .widget .tag-cloud a { font-size: 1rem; } .sidebar .widget li { padding-top: 0rem; padding-bottom: 0rem; } .sidebar .widget .list-group li { padding-top: 1rem; padding-bottom: 1rem; } .sidebar .widget ul { margin-bottom: 5rem; } .sidebar .post-date { font-size: 1rem; font-weight: 700; text-transform: uppercase; } .sidebar .with-background { padding: 4rem 3rem; background-color: #fff; border-color: #ecedf2; } .sidebar .search-form-container .form-element { margin-bottom: 0 } .sidebar .widget.social li:first-child a { margin-left: 0; } @media only screen and (max-width: 960px) { .sidebar .sidebar-inner { margin-top: 7rem; border-top-color: #ecedf2; } } /*------------------------------------------------------------------ [25. Dividers] */ hr, .divider { border-color: #ecedf2; } .divider, .divider span { line-height: 0; } .divider span { padding: 0 1rem; position: relative; } .footer hr { border-color: #303336; } .footer.footer-light hr { border-color: #ecedf2; } .page-intro .divider, .intro-title-2 .divider, .footer-light hr { border-color: #ecedf2; } [class*="border-"].thick, [class*="border-"].thick * { border-width: 0.2rem; } /*------------------------------------------------------------------ [26. Media Element Player] */ .mejs-container.mejs-audio .mejs-controls { border-radius: 3px; } .mejs-container.mejs-audio .mejs-controls, .mejs-controls .mejs-volume-button .mejs-volume-slider { background: rgba(255, 255, 255, 0.9); } .mejs-container.mejs-audio .mejs-controls { background: #f9f9f9; } .mejs-minimal-player .mejs-container .mejs-controls { background: none; } /* Time track, vol track */ .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total { background: #999; } /* Time track, vol level track */ .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current { background: #666; } .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle { background: #fff; } .mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-total { background: #fff; } .mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-minimal-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-minimal-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current { background: #fff; } /* Tooltip */ .mejs-controls .mejs-time-rail .mejs-time-float { background: #000; } /* Play Button */ .mejs-container.mejs-audio .mejs-controls .mejs-play, .mejs-container.mejs-audio .mejs-controls .mejs-pause { background: #eee; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .mejs-minimal-player .mejs-container .mejs-controls .mejs-play, .mejs-minimal-player .mejs-container .mejs-controls .mejs-pause { background: none; } /* Time */ .mejs-container .mejs-controls .mejs-time span { color: #666; } .mejs-minimal-player .mejs-container .mejs-controls .mejs-time span { color: #fff; } /*------------------------------------------------------------------ [27. E-Commerce] */ /* Grid */ .shop .products .product h3.product-title { font-size: 1.862rem; } .product-title a { color: #000; } .shop .products .product .product-price { font-size: 1.6rem; } .shop .products .product .product-thumbnail .product-actions .add-to-cart-button { width: auto; } .shop .products .product .product-thumbnail:hover .product-actions { -webkit-transform: translateY(-2rem); transform: translateY(-2rem); } @media only screen and (max-width: 768px) { .shop .products .product h3.product-title { font-size: 1.596rem; } .shop .products .product .product-price { font-size: 1.5rem; } } /* Shop Overlay Tags */ .shop .products .product .onsale, .single-product .product .onsale { background-color: #6773f1; } .shop .products .product .outofstock, .single-product .product .outofstock { background-color: #2c2e30; } /* Tables */ .shop .table .product-details .product-description, .shop .table .product-details .product-remove { font-size: 1.2rem; background: none; } .shop .table .product-details .product-description { margin-bottom: 0.8rem; color: #959faa; } .shop .table>tbody>.cart-order-total>td, .shop .table>tbody>.cart-order-total>td { font-size: 1.862rem; font-weight: 400; } .shop .table>tbody>.cart-shipping-total>td, .shop .table>tbody>.cart-shipping-total>td { border-top: 1px solid #ecedf2; } .shop .table>tbody>.cart-order-total>td, .shop .table>tbody>.cart-order-total>td { border-width: 2px; border-color: #2fca74; } .single-product .review-comments .comment-list>li, .single-product .products-similar hr, .single-product .review-comments, .cart .cart-review, .checkout .cart-review, .checkout .cart-overview hr { margin-bottom: 5rem; } .shop .cart-overview .view-cart { padding: 0.2rem 0.7rem; margin-right: 0; color: #2fca74; } .shop .cart-overview .view-cart:hover { color: #212325; } /* Shop Buttons */ .shop .cart-overview .button, .shop .product .button { background-color: #2fca74; border-color: #2fca74; color: #fff; } .shop .cart-overview .button:hover, .shop .product .button:hover { background-color: #6773f1; border-color: #6773f1; color: #fff; } /* Widgets */ .sidebar .widget .product-list li { padding-top: 1.5rem; padding-bottom: 1.3rem; } .widget .cart-overview a.product-remove { background-color: #eee; } /* Single Product Page */ .single-product .product-images .tm-slider-container { width: 73rem; height: 54.1rem; } .single-product .product-images .tm-slider-container li { margin-bottom: 3rem; } .single-product .product-images .tm-slider-container .tms-pagination { bottom: -4rem; } .single-product .review-comments { padding-bottom: 5rem; } .single-product .products-similar hr { margin-top: 2rem; } .single-product .product-tabs .tab-panes { padding-top: 5rem !important; } .single-product .product-summary .product-rating { font-size: 1.2rem; } .single-product .product-summary .product-price { margin-bottom: 2rem; } .single-product .product-summary .product-price ins, .single-product .product-summary .product-price del { font-size: 2.476rem; font-weight: 400; } .single-product .product-summary .radio-label ins, .single-product .product-summary .radio-label del { font-size: 1.862rem; font-weight: 400; vertical-align: middle; } .single-product .product-summary .product-price ins .amount, .single-product .product-summary .radio-label ins .amount { color: #212325; } /* Cart Overview & Checkout */ .cart .cart-review .product-thumbnail a { width: auto; } .cart .cart-review .product-thumbnail a span>span { display: block; } .cart .cart-overview .product-remove a { background-color: #eee; } .checkout .product-summary .radio-label { font-size: 1.862rem; font-weight: 400; vertical-align: middle; } .checkout .form-security-code+.input-icon [class*="icon-"] { padding: 0.2rem; border-radius: 3rem; font-size: 1rem; } /*------------------------------------------------------------------ [27. Component Styling] */ /* Testimonial Slider */ .testimonial-slider { height: 14rem; } .testimonial-slider blockquote { width: 100%; } .testimonial-slider blockquote span { margin-bottom: 2rem; } .testimonial-slider cite { font-size: 1.4rem; font-weight: 400; text-transform: none; font-style: normal; } .testimonial-slider p+span { margin-top: 2rem; } /* Button */ .button { text-transform: none; font-weight: 400; text-transform: none; letter-spacing: 0; } .button-content { line-height: 1; } /* Lists */ .list-horizontal.flex li { width: 33.33333%; } /* Dropdown */ .dropdown-list a.active { color: #f5f7f9; } .dropdown-list { width: 18rem; border: 1px solid #ecedf2; box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); } .list-up .dropdown-list { box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); } .dropdown .button { min-width: 10rem; } .dropdown-label+.dropdown { margin-left: 1rem; } /* Box */ .box { font-size: inherit !important; line-height: inherit !important; } .box.js-fiddle { padding-top: 0; } .box.js-fiddle:before { width: 100%; height: 5rem; margin: 0 -3.5rem 0 -3.5rem; background-color: #f5f7f9; box-shadow: 0 0 5px rgba(57, 70, 78, 0.2); content: ""; position: absolute; z-index: 0; } .box.js-fiddle iframe { position: relative; } .box.box-1 { background-image: url(../images/generic/box-1.jpg); } .box.box-2 { background-image: url(../images/generic/box-2.jpg); } .box.box-3 { background-image: url(../images/generic/box-3.jpg); } /* Blockquote */ blockquote.border { border-color: #6773f1 !important; border-width: 3px !important; } blockquote.avatar.small span, blockquote.avatar.small span img, blockquote.avatar.medium span, blockquote.avatar.medium span img, blockquote.avatar.large span, blockquote.avatar.large span img, blockquote.avatar.xlarge span, blockquote.avatar.xlarge span img { width: 7rem; height: 7rem; } /* Video Container */ .video-container { border-radius: 0.3rem; } /* Thumbnail */ .thumbnail.background-image-container.large { min-height: 40rem; } .thumbnail.background-image-container { min-height: 30rem; } .thumbnail.background-image-container.small { min-height: 20rem; } /* Feature Section */ .feature-2 .feature-image img { width: 90%; } @media only screen and (max-width: 960px) { .feature-content-inner { padding-top: 0; } } /* Logo Section */ .logos-1 a { opacity: 1; } .logos-1 a:hover { opacity: 1; } .logo-slider { height: 14rem; } .logos-1 a, .logos-1 span { padding: 0.5rem 0; } /* Clients Section */ .clients-1 .client-name { text-transform: none; font-weight: 400; font-size: 1.4rem; opacity: 1; } .clients-1 .counter { font-size: 10rem; margin-bottom: 0; } /* Profile Image */ .profile-image.pull-left { margin-right: 3.5rem; margin-bottom: 2rem; } .profile-image.pull-right { margin-left: 3.5rem; margin-bottom: 2rem; } /* Hero Sections */ .hero-1, .hero-2, .hero-3, .hero-4, .hero-5, .hero-6 { height: 50rem; } [class*="hero-"].small { height: 25rem; } [class*="hero-"].window-height { height: 100vh; } .hero-5 .center .tms-pagination { text-align: center; } .hero-3 .hero-content { border-color: #6773f1 !important; } /* Stats */ [class*="stats-"] .counter { margin-bottom: 1rem; font-size: 3.294rem; font-weight: 300; } [class*="stats-"] .counter.xlarge { font-size: 4.381rem; } [class*="stats-"] .description { font-size: 1.6rem; text-transform: none; font-weight: 400; color: #000; } @media only screen and (min-width: 768px) { .stats-3 .grid-item { border-color: #ecedf2; border-right-style: solid; } } .stats-3 .mega-stat .counter { font-size: 6rem; font-weight: 300; } .stats-3 .description { padding-bottom: 2rem; margin-bottom: 2rem; } .stats-3 .description, .stats-3 .mega-stat .description { font-size: 1.4rem; font-weight: 400; } .maintenance-stat .counter { font-size: 6.5rem; font-weight: 300; line-height: 1; } /* Countdown */ .countdown-2 .unit { background-color: transparent; } .countdown-2 .unit-type { opacity: 0.7; font-size: 40%; } .countdown { -webkit-transition-duration: 1500ms; transition-duration: 1500ms; -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); } .countdown.active { max-height: 20rem; } /* Bar percentages */ .percent-10 { width: 10%; } .percent-15 { width: 15%; } .percent-20 { width: 20%; } .percent-25 { width: 25%; } .percent-30 { width: 30%; } .percent-35 { width: 35%; } .percent-40 { width: 40%; } .percent-45 { width: 45%; } .percent-50 { width: 50%; } .percent-55 { width: 55%; } .percent-60 { width: 60%; } .percent-65 { width: 65%; } .percent-70 { width: 70%; } .percent-75 { width: 10%; } .percent-80 { width: 80%; } .percent-85 { width: 85%; } .percent-90 { width: 90%; } .percent-95 { width: 10%; } .percent-100 { width: 100%; } /* Sizes */ .progress-bar { border: none; } .progress-bar.small { height: 0.4rem; font-size: 0.5rem; line-height: 0.5rem; } .progress-bar, .progress-bar.medium { height: 2rem; } .progress-bar.large { height: 3rem; font-size: 1.4rem; line-height: 2.6rem; } .progress-bar.xlarge { height: 4rem; font-size: 1.5rem; line-height: 3.6rem; } /* Accordion */ .accordion>ul>li>a { padding: 1.3rem 2.5rem; background-color: #ecedf2; border-color: #ecedf2; color: #666; font-size: 1.3rem; font-weight: 400; text-transform: none; } .accordion>ul>li.active>a, .accordion>ul>li.active>a:hover { border-color: transparent; background-color: #2c2e30; color: #fff; } .accordion>ul>li>a:hover { border-color: transparent; background-color: #f6f7fc; } .accordion .accordion-content { padding: 3rem; } /* button nav */ .accordion.button-nav>ul>li>a { padding: 1.3rem 2.5rem; color: #666; font-size: 1.3rem; font-weight: 400; } .accordion.button-nav>ul>li.active>a, .accordion.button-nav>ul>li.active>a:hover { background-color: #2fca74; border: none; color: #fff; } .accordion.button-nav>ul>li>div { border: none; } .accordion.button-nav .accordion-content { padding: 3rem 0; border: none } /* line nav */ .accordion.line-nav>ul>li>a { padding: 1.3rem 0; border: none; font-weight: 400; background-color: transparent; border-bottom: 1px solid #ecedf2; color: #666; } .accordion.line-nav>ul>li.active>a, .accordion.line-nav>ul>li.active>a:hover { background-color: transparent; border-bottom-color: #92d7ef; color: #92d7ef; } .accordion.line-nav .accordion-content { padding: 3rem 0; border: none; } .accordion.line-nav>ul>li>div { border: none; } .accordion.line-nav>ul>li.active>div { border-bottom: 1px solid #eee; } /* unstyled */ .accordion.unstyled>ul>li>a { padding: 1.3rem 0; border: none; font-weight: 400; background-color: transparent; border: none; color: #666; } .accordion.unstyled>ul>li.active>a, .accordion.unstyled>ul>li.active>a:hover { background-color: transparent; border-color: transparent; color: #2fca74; } .accordion.unstyled .accordion-content { padding: 3rem 0; border: none; } .accordion.unstyled>ul>li>div { border: none; } .accordion.unstyled>ul>li.active>div { border: none; } /* Tabs */ .tabs .tab-nav>li a { padding: 1.3rem 2.5rem; background-color: #ecedf2; border-color: #ecedf2; color: #666; font-size: 1.3rem; font-weight: 400; text-transform: none; } .tabs .tab-nav>li a:hover { background-color: #f6f7fc; border-color: #f6f7fc; color: #2c2e30; } .tabs .tab-nav>li, .tabs.vertical .tab-nav>li { margin: 0; } .tabs .tab-nav>li.active a, .tabs .tab-nav>li.active a:hover { border-left-color: #ecedf2; border-top-color: #ecedf2; border-right-color: #ecedf2; color: #2c2e30; } .tabs .tab-panes { padding: 3rem; border-color: #ecedf2; } .tabs.button-nav .tab-nav>li, .tabs.line-nav .tab-nav>li { margin: 0 !important; } .tabs.button-nav .tab-panes, .tabs.line-nav .tab-panes { border: none; } .tabs.button-nav:not(.style-3) .tab-panes, .tabs.line-nav:not(.style-3) .tab-panes { padding: 4rem 0 0 0; border: none; background: none; } .tab-panes>div.active { overflow: visible; } .tabs.button-nav.vertical.right .tab-panes, .tabs.line-nav.vertical.right .tab-panes { padding-right: 2.5rem; margin: 0 !important; } /* button nav */ .tabs.button-nav.vertical .tab-nav>li, .tabs.button-nav.vertical.right .tab-nav>li { margin-bottom: 0; } .tabs.button-nav .tab-nav>li a, .tabs.button-nav.vertical .tab-nav>li a { background-color: transparent; border: none; color: #666; } .tabs.button-nav .tab-nav>li a:hover { background-color: transparent; border: none; color: #2c2e30; } .tabs.button-nav .tab-nav>li.active a, .tabs.button-nav .tab-nav>li.active a:hover, .tabs.button-nav.vertical.right .tab-nav>li.active a, .tabs.button-nav.vertical.right .tab-nav>li.active a:hover { margin-right: 0; border: none; background-color: #2fca74; color: #fff; } .tabs.button-nav.rounded.bordered .tab-nav, .tabs.button-nav.rounded .tab-nav>li a { border-radius: 0.3rem; } .tabs.button-nav.pill.bordered .tab-nav, .tabs.button-nav.pill .tab-nav>li a { border-radius: 10.5rem; } /* line nav */ .tabs.line-nav .tab-nav>li a, .tabs.line-nav.vertical .tab-nav>li a, .tabs.line-nav.vertical.right .tab-nav>li a { background-color: transparent; border-width: 0 0 1px 0; border-color: #eee; color: #666; } .tabs.line-nav:not(.vertical) .tab-panes { border-top: 1px solid #ecedf2; } .tabs.line-nav .tab-nav>li.active a, .tabs.line-nav .tab-nav>li.active a:hover, .tabs.line-nav.vertical .tab-nav>li.active a, .tabs.line-nav.vertical.right .tab-nav>li.active a { background-color: transparent; border-width: 0 0 1px 0; border-color: #2fca74; color: #2c2e30; } /* unstyled */ .tabs.unstyled .tab-nav>li a, .tabs.unstyled.vertical .tab-nav>li a, .tabs.unstyled.vertical.right .tab-nav>li a, .tabs.unstyled .tab-panes { background-color: transparent; border-width: 0; color: #666; } .tabs.unstyled .tab-nav>li.active a, .tabs.unstyled .tab-nav>li.active a:hover, .tabs.unstyled.vertical .tab-nav>li.active a, .tabs.unstyled.vertical.right .tab-nav>li.active a { background-color: transparent; border: none; color: #2c2e30; } .tabs.unstyled .tab-nav>li a { opacity: 0.5; } .tabs.unstyled .tab-nav>li.active a, .tabs.unstyled .tab-nav>li a:hover { opacity: 1; } .tabs.unstyled:not(.vertical) .tab-nav>li a { padding: 1rem 0; margin-right: 3rem; } .tabs.unstyled.vertical .tab-nav>li a { padding: 0 5rem 2rem 0; margin: 0; } .tabs.unstyled.vertical.right .tab-nav>li a { padding: 0 0 2rem 5rem; margin: 0; } .tabs.unstyled.center:not(.vertical) .tab-nav>li a { margin: 0 1.5rem 0 1.5rem; } .tabs.unstyled.right:not(.vertical) .tab-nav>li a { margin: 0 0 0 3rem; } .tabs.unstyled .tab-panes { padding: 0; } /* animation */ .tab-panes .tab-content { -webkit-transition-property: transform, opacity, visibility; transition-property: transform, opacity, visibility; -webkit-transition-duration: 1000ms; transition-duration: 1000ms; -webkit-transform: translateY(1rem); transform: translateY(1rem); } .tab-panes .animate-in .tab-content { -webkit-transform: translateY(0); transform: translateY(0); } @media only screen and (min-width: 480px) { .tabs.button-nav .tab-nav { display: inline-block; } .tabs.button-nav.vertical .tab-panes { padding: 0 0 0 3.5rem; } .tabs.button-nav.vertical .tab-panes, .tabs.line-nav.vertical .tab-panes { padding: 0 0 0 3.5rem; margin: 0 !important; } .tabs.button-nav.vertical.right .tab-panes, .tabs.line-nav.vertical.right .tab-panes { padding: 0 3.5rem 0 0; margin: 0 !important; } .tabs.button-nav:not(.vertical).bordered .tab-nav { padding: 0.4rem; border: 1px solid #ecedf2; } .tabs.line-nav.vertical .tab-nav>li a { padding-left: 0; border: none; border-right: 1px solid #eee; } .tabs.line-nav.vertical.right .tab-nav>li a { padding-left: 2.5rem; padding-right: 0; border: none; border-left: 1px solid #eee; } .tabs.line-nav.vertical .tab-nav>li.active a, .tabs.line-nav.vertical .tab-nav>li.active a:hover { border: none; border-right: 1px solid #2fca74; } .tabs.line-nav.vertical.right .tab-nav>li.active a, .tabs.line-nav.vertical.right .tab-nav>li.active a:hover { border: none; border-left: 1px solid #2fca74; } } /* Menus */ .menu-list h4 { font-size: 1.4rem; } .menu-list li:nth-child(even) h4, .menu-list li:nth-child(even) .menu-description { color: #666; } .menu-list h4 .menu-line { bottom: 1px; } .menu-list .menu-content .menu-line { bottom: 8px; } .menu-item .menu-title, .menu-item .menu-description, .menu-item .menu-price { background: none; } .menu-item.dotted .menu-title, .menu-item.dotted .menu-description, .menu-item.dotted .menu-price, .menu-item.dashed .menu-title, .menu-item.dashed .menu-description, .menu-item.dashed .menu-price { background-color: #fff; } .dotted .menu-line { background-image: radial-gradient(circle closest-side, #ccc 99%, rgba(0, 0, 0, 0) 0%); } .dashed .menu-line { background-image: linear-gradient(to right, #ccc 50%, rgba(0, 0, 0, 0) 0%); } /* Timeline */ .timeline .timeline-item:before { background-color: #2fca74; } .timeline .timeline-item:after { background-color: #ecedf2; } .timeline .timeline-section:before { border-color: #ecedf2; } /* Pricing Tables */ .pricing-table .pricing-table-header { overflow: hidden; } .pricing-table-column.callout { box-shadow: 0rem 0rem 1.8rem rgba(0, 0, 0, .2); } .pricing-table-column.callout.with-background-image { background-image: url(../images/generic/pricing-table.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .pricing-table-column.callout.with-background-image>* { background-color: rgba(0, 0, 0, 0.4); } .pricing-table-options del { text-decoration: line-through; } .pricing-table-price h4 { font-weight: 300; } .pricing-table-price .interval, .pricing-table-price .currency { margin-top: 0; opacity: 0.5; font-weight: 400; } .pricing-table-price .interval { display: inline-block; } /* style 1 */ .pricing-table.style-1 .pricing-table-column * { text-align: left; } .pricing-table.style-1 .pricing-table-header h2 { font-size: 1.862rem; } /* style-2 */ .pricing-table.style-2 .pricing-table-column * { text-align: left; } .pricing-table.style-2 .pricing-table-header h2 { font-size: 1.862rem; } .pricing-table.style-2 .interval { display: block; font-size: 1.3rem !important; text-transform: none; opacity: 0.6; } /* style-3 */ .pricing-table.style-3 .pricing-table-header { overflow: hidden; } .pricing-table.style-3 .pricing-table-column * { text-align: center; } .pricing-table.style-3 .pricing-table-header h2 { font-size: 1.862rem; } .pricing-table.style-3 .interval { display: block; font-size: 1.3rem !important; text-transform: none; text-align: center; opacity: 0.6; } /* Tables */ table.table, .table th+th, .table td { border-color: #ecedf2; } .table>thead { background-color: #f5f7f9; } /* Breadcrumb */ .breadcrumb li, .breadcrumb li a { font-size: 1.3rem; } .intro-title-2 .breadcrumb, .page-intro .breadcrumb, .intro-title-2 .breadcrumb a, .page-intro .breadcrumb a { color: #fff; } .intro-title-2 .breadcrumb a, .page-intro .breadcrumb a { opacity: 0.6; } .intro-title-2 .breadcrumb a:hover, .page-intro .breadcrumb a:hover { opacity: 1; } /* Code */ .code-snippet-title { padding: 1rem; margin-bottom: 0; background-color: #f5f7f9; font-size: 1.1rem; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; } .code-snippet:hover { box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.1); } .code-snippet:hover { background-color: #fff; } .code-snippet-title+.code-snippet { border-top-left-radius: 0; border-top-right-radius: 0; } .code-snippet pre { line-height: 1.2; white-space: nowrap; } .code-snippet code { padding: 0; font-size: 1.3rem; background: none; } .code-snippet .copy-to-clipboard { padding: 0.4rem 0.7rem !important; display: none; position: absolute; top: 1rem; right: 1rem; } .code-snippet:hover .copy-to-clipboard { display: block; } /*------------------------------------------------------------------ [28. Resolution Media Queries] */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { /* Intro Sections */ .intro-title-2 { background-image: url(../images/slider/slide-2-page-intro@2x.jpg); } .intro-title-2-1 { background-image: url(../images/slider/slide-3-page-intro@2x.jpg); } .intro-title-2-2 { background-image: url(../images/slider/slide-3-page-intro@2x.jpg); } .intro-title-2-3 { background-image: url(../images/slider/slide-11-page-intro@2x.jpg); } .intro-title-2-4 { background-image: url(../images/slider/slide-13-page-intro@2x.jpg); } /* Fullscreen Sections */ .fullscreen-bkg-1 { background-image: url(../images/slider/slide-2-fs@2x.jpg); } .fullscreen-bkg-2 { background-image: url(../images/slider/slide-3-fs@2x.jpg); } .fullscreen-bkg-3 { background-image: url(../images/slider/slide-4-fs@2x.jpg); } /* Stat Sections */ .stats-1-1 { background-image: url(../images/generic/hero-1@2x.jpg); } /* Hero Sections */ .hero-2-1 { background-image: url(../images/generic/hero-2-1@2x.jpg); } .hero-2-2 { background-image: url(../images/generic/hero-2-2@2x.jpg); } .hero-2-3 { background-image: url(../images/generic/hero-2-3@2x.jpg); } .hero-2-4 { background-image: url(../images/generic/hero-2-4@2x.jpg); } .hero-2-5 { background-image: url(../images/generic/hero-2-5@2x.jpg); } .hero-2-6 { background-image: url(../images/generic/hero-2-6@2x.jpg); } .hero-2-7 { background-image: url(../images/generic/hero-2-7@2x.jpg); } .hero-2-8 { background-image: url(../images/generic/hero-2-8@2x.jpg); } .hero-2-9 { background-image: url(../images/generic/hero-2-9@2x.jpg); } .hero-2-10 { background-image: url(../images/generic/hero-2-10@2x.jpg); } .hero-3-1 { background-image: url(../images/generic/hero-3-1@2x.jpg); } .hero-4-1 { background-image: url(../images/generic/hero-4-1@2x.jpg); } .hero-5-1 .media-column { background-image: url(../images/generic/hero-half-1@2x.jpg); } .hero-5-2 .media-column { background-image: url(../images/team/hero-half-2@2x.jpg); } .hero-5-3 .media-column { background-image: url(../images/services/hero-half-1@2x.jpg); } .hero-5-4 .media-column { background-image: url(../images/portfolio/projects/hero-half-1@2x.jpg); } .hero-5-5 .media-column { background-image: url(../images/generic/hero-half-4@2x.jpg); } /* Call to Action Sections */ .call-to-action-2-1 { background-image: url(../images/generic/call-to-action-1@2x.jpg); } /* Signup */ .signup-2-1 { background-image: url(../images/generic/signup-1@2x.jpg); } /* Box */ .box.box-1 { background-image: url(../images/generic/box-1@2x.jpg); } .box.box-2 { background-image: url(../images/generic/box-2@2x.jpg); } .box.box-3 { background-image: url(../images/generic/box-3@2x.jpg); } }
public/css/skin.css
[1. Typography] */ body { font-family: 'Hind Madurai', 'Helvetica Neue', sans-serif; letter-spacing: 0; font-weight: 400; font-size: 1.5rem; line-height: 1.8; color: #6d7485; } h1, h2, h3, h4, h5, h6, input, button, .button, select, textarea, .post-title, .project-title, .product-title, .overlay-info>span>span, .project-description, .font-alt-1, .header .navigation>ul>li>a, .header .navigation>ul>li>div>a, /* #MOD */ .side-navigation>ul>li>a, .overlay-navigation>ul>li>a, .grid-filter-menu a, .dropdown a, [class*="stats-"] .counter { font-family: 'Roboto', 'Helvetica Neue', sans-serif; } /* Titles */ h1, h2, h3, h4, h5, h6 { line-height: 1.2; font-weight: 300; text-transform: none; color: #212325; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #6773f1; } h1 { font-size: 4.381rem; } h2 { font-size: 3.294rem; } h3 { font-size: 2.476rem; } h4 { font-size: 1.862rem; } h5 { font-size: 1.4rem; } h6 { font-size: 1.2rem; font-weight: 700; } /* Widget Titles */ .footer .widget-title, .footer .widget-title a { font-size: 1.4rem; font-weight: 400; text-transform: none; color: #edf2f7; } .footer-light .widget-title, .footer-light .widget-title a { color: #212325; } .sidebar .widget-title, .sidebar .widget-title a { font-size: 1.4rem; font-weight: 400; text-transform: none; color: #212325; } .side-navigation-wrapper .widget-title, .side-navigation-wrapper .widget-title a { font-size: 1.4rem; color: #212325; } .overlay-navigation-wrapper .widget-title, .overlay-navigation-wrapper .widget-title a { font-size: 1.4rem; color: #999; } /* Title Classes */ .title-xlarge { font-size: 7.749rem; line-height: 1.2; } .title-large { font-size: 5.826rem; line-height: 1.2; } .title-medium { font-size: 2.476rem; line-height: 1.2; } .title-small { font-size: 1.4rem; line-height: 1.2; } /* Lead */ .lead, blockquote.large { font-size: 1.995rem; font-weight: 400; } /* Text Classes */ .text-xlarge { font-size: 2.016rem; } .text-large { font-size: 1.68rem; } .text-medium { font-size: 1.4rem; } .text-small { font-size: 1.167rem; } /* Countdown */ .countdown .unit { font-size: 3.294rem; } .countdown-2 .unit { font-size: 5.826rem; } /* Special Text Classes */ .status-code-title { font-size: 13.707rem; line-height: 1; } /* Weight Classes */ .weight-light { font-weight: 300; } .weight-regular { font-weight: 400; } .weight-semi-bold { font-weight: 500; } .weight-bold { font-weight: 700; } /* Links */ a.animated-link { position: relative; } a.announcement { font-size: 1.3rem; line-height: 1.3; border-radius: 1.5rem; } a.announcement.rounded { border-radius: 0.4rem; } /* Lists */ ol, ul { font-size: inherit; } /* Link Colors */ a, p a, .box a:not(.button) { color: #6773f1; } .sidebar .widget :not(.widget-title) a:not(.button), .shop .product-summary :not(.widget-title) a:not(.button) { color: #959faa; } .shop .cart-overview a:not(.button) { color: #6d7485; } a, p a, .box a:not(.button):hover, .social-list li a:hover, .team-1 .social-list a:hover, .team-2 .social-list a:hover, .tabs li a:hover, .tabs li.active a, .tabs li.active a:hover, .blog-masonry .with-background .post-read-more a:hover, .post-info a:hover, .post-info-over a:hover, .post-info-over a:hover span, .post-author-aside a:hover, .post-love a:hover, .post-love a:hover span, .scroll-down a:hover, .widget a:not(.button):hover, .footer a:hover+.post-info .post-date, .footer .navigation a:hover, .footer .social-list a:hover, .footer .footer-bottom a:hover, .shop .product-summary a:hover, .shop .cart-overview a:hover, .navigation .sub-menu.custom-content a:not(.button):hover, .header .dropdown-list .recuperate-password:hover, .header .header-inner-top-dark a:hover, .dropdown-list:not(.custom-content) li a.active, .dropdown-list:not(.custom-content) li a:hover { color: #6773f1; } a[class*="icon-"]:hover { text-decoration: none; } .box>a:not(.button) { font-weight: 400; } @media only screen and (max-width: 768px) { body { font-size: 1.4rem; } h1 { font-size: 3.381rem; } h2 { font-size: 2.542rem; } h3 { font-size: 1.911rem; } h4 { font-size: 1.596rem; } h5 { font-size: 1.437rem; } h6 { font-size: 1.080rem; } .title-xlarge { font-size: 4.694rem; } .title-large { font-size: 3.529rem; } .title-medium { font-size: 2.123rem; } .title-small { font-size: 1.2rem; } .tms-caption.title-xlarge, .tmp-content .title-xlarge { font-size: 5.826rem; line-height: 5.826rem; } /* Lead */ .lead, blockquote.large { font-size: 1.7rem; } /* Countdown */ .countdown .unit { font-size: 2.542rem; } .countdown-2 .unit { font-size: 3.529rem; } /* Special Text Classes */ .status-code-title { font-size: 10.306rem; } .text-center { text-align: center !important; } /* Helpers */ .fullscreen-section .background-on-mobile { background: #f4f4f4; } .fullscreen-section .background-on-mobile * { color: #666 !important; } .fullscreen-section .background-on-mobile h1, .fullscreen-section .background-on-mobile h2, .fullscreen-section .background-on-mobile h3, .fullscreen-section .background-on-mobile h4, .fullscreen-section .background-on-mobile h5, .fullscreen-section .background-on-mobile h6 { color: #000 !important; } } /*------------------------------------------------------------------ [2. Background Color & Color Classes] */ body, .content, .featured-media:after, .section-block:not([class*="bkg-"]), .fullscreen-sections-wrapper { background-color: #fff; } .section-block.featured-media { background-color: #000; } .with-background, .post-content.with-background, .post-comments.with-background, .post-comment-respond.with-background { background-color: #fff; border: 1px solid #ecedf2; } .post, .with-background, .post-content.with-background, .post-comments.with-background, .post-comment-respond.with-background { border-radius: 0.3rem; } .with-background.shadow { box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, .15); } /* greyscale */ .wrapper-inner { -webkit-filter: none; filter: none; -webkit-transition: 350ms ease-in-out; transition: 350ms ease-in-out; } /* grey ulatrlight */ .bkg-grey-ultralight { background-color: #f5f7f9; border-color: #f5f7f9; } .bkg-hover-grey-ultralight:hover, .bkg-focus-grey-ultralight:focus { background-color: #fdfeff; border-color: #fdfeff; } .border-grey-ultralight { border-color: #f3f4f8; } .border-hover-grey-ultralight:hover, .border-focus-grey-ultralight:focus { border-color: #fdfeff; } .color-grey-ultralight { color: #f3f4f8; } .color-hover-grey-ultralight:hover { color: #fdfeff; } /* grey light*/ .bkg-grey-light { background-color: #ecedf2; border-color: #ecedf2; } .bkg-hover-grey-light:hover, .bkg-focus-grey-light:focus { background-color: #f6f7fc; border-color: #f6f7fc; } .border-grey-light { border-color: #ecedf2; } .border-hover-grey-light:hover, .border-focus-grey-light:focus { border-color: #f6f7fc; } .color-grey-light, .color-hover-grey-light:hover { color: #f6f7fc; } /* grey */ .bkg-grey { background-color: #4e4e4d; border-color: #4e4e4d; } .bkg-hover-grey:hover, .bkg-focus-grey:focus { background-color: #4e4e4d; border-color: #4e4e4d; } .border-grey { border-color: #4e4e4d; } .border-hover-grey:hover, .border-focus-grey:focus { border-color: #4e4e4d; } .color-grey { color: #6d7485; } .color-hover-grey:hover { color: #6d7485; } /* ash */ .bkg-ash { background-color: #343f44; border-color: #343f44; } .bkg-hover-ash:hover, .bkg-focus-ash:focus { background-color: #404c52; border-color: #404c52; } .border-ash { color: #343f44; } .border-hover-ash:hover, .border-focus-ash:focus { border-color: #404c52; } .color-ash { color: #343f44; } .color-hover-ash:hover { color: #404c52; } /* charcoal */ .bkg-charcoal-light { background-color: #212325; border-color: #212325; } .bkg-hover-charcoal-light:hover, .bkg-focus-charcoal-light:focus { background-color: #2f2f2f; border-color: #2f2f2f; } .border-charcoal-light { color: #212325; } .border-hover-charcoal-light:hover, .border-focus-charcoal-light:focus { border-color: #2f2f2f; } .color-charcoal-light { color: #212325; } .color-hover-charcoal-light:hover { color: #2f2f2f; } /* charcoal */ .bkg-charcoal { background-color: #1b2126; border-color: #1b2126; } .bkg-hover-charcoal:hover, .bkg-focus-charcoal:focus { background-color: #21282e; border-color: #21282e; } .border-charcoal { color: #1b2126; } .border-hover-charcoal:hover, .border-focus-charcoal:focus { border-color: #21282e; } .color-charcoal { color: #1b2126; } .color-hover-charcoal:hover { color: #21282e; } /* pink */ .bkg-pink { background-color: #f44c67; border-color: #f44c67; } .bkg-hover-pink:hover, .bkg-focus-pink:focus { background-color: #fe5671; border-color: #fe5671; } .border-pink { border-color: #f44c67; } .border-hover-pink:hover, .border-focus-pink:focus { border-color: #fe5671; } .color-pink { color: #f44c67; } .color-hover-pink:hover { color: #fe5671; } /* green light */ .bkg-green-light { background-color: #3ad880; border-color: #3ad880; } .bkg-hover-green-light:hover, .bkg-focus-green-light:focus { background-color: #2fca74; border-color: #2fca74; } .border-green-light { border-color: #3ad880; } .border-hover-green-light:hover, .border-focus-green-light:focus { border-color: #2fca74; } .color-green-light { color: #3ad880; } .color-hover-green-light:hover { color: #2fca74; } /* green */ .bkg-green { background-color: #2fca74; border-color: #2fca74; } .bkg-hover-green:hover, .bkg-focus-green:focus { background-color: #39d47e; border-color: #39d47e; } .border-green { border-color: #2fca74; } .border-hover-green:hover, .border-focus-green:focus { border-color: #39d47e; } .color-green { color: #2fca74; } .color-hover-green:hover { color: #39d47e; } /* blue lightb */ .bkg-blue-light { background-color: #92d7ef; border-color: #92d7ef; } .bkg-hover-blue-light:hover, .bkg-focus-blue-light:focus { background-color: #92d7ef; border-color: #92d7ef; } .border-blue-light { border-color: #92d7ef; } .border-hover-blue-light:hover, .border-focus-blue-light:focus { border-color: #92d7ef; } .color-blue-light { color: #92d7ef; } .color-hover-blue-light:hover { color: #92d7ef; } /* blue */ .bkg-blue { background-color: #0069ff; border-color: #0069ff; } .bkg-hover-blue:hover, .bkg-focus-blue:focus { background-color: #4081f2; border-color: #4081f2; } .border-blue { border-color: #0069ff; } .border-hover-blue:hover, .border-focus-blue:focus { border-color: #4081f2; } .color-blue { color: #0069ff; } .color-hover-blue:hover { color: #4081f2; } /* yellow */ .bkg-yellow { background-color: #f5be58; border-color: #f5be58; } .bkg-hover-yellow:hover, .bkg-focus-yellow:focus { background-color: #fcd669; border-color: #fcd669; } .border-yellow { border-color: #f5be58; } .border-hover-yellow:hover, .border-focus-yellow:focus { border-color: #fcd669; } .color-yellow { color: #f5be58; } .color-hover-yellow:hover { color: #fcd669; } /* navy */ .bkg-navy { background-color: #3b3c74; border-color: #3b3c74; } .bkg-hover-navy:hover, .bkg-focus-navy:focus { background-color: #444586; border-color: #444586; } .border-navy { border-color: #3b3c74; } .border-hover-navy:hover, .border-focus-navy:focus { border-color: #444586; } .color-navy { color: #3b3c74; } .color-hover-navy:hover { color: #444586; } /* theme */ .bkg-theme { background-color: #6773f1; border-color: #6773f1; } .bkg-hover-theme:hover, .bkg-focus-theme:focus { /* #MOD */ background-color: #717dfb; border-color: #717dfb; } .border-theme { border-color: #6773f1; } .border-hover-theme:hover, .border-focus-theme:focus { /* #MOD */ border-color: #717dfb; } .color-theme { color: #6773f1; } .color-hover-theme:hover { color: #717dfb; } /* Gradients */ .bkg-gradient-heavy-rain { background-image: linear-gradient(125deg, #cfd9df 0%, #e2ebf0 100%) !important; } .bkg-gradient-cold-ocean { background-image: linear-gradient(0deg, #4281f4 0%, #2f53da 100%) !important; } .bkg-gradient-light-ocean { background-image: linear-gradient(125deg, #92d7ef 0%, #5f54f1 100%) !important; } .bkg-gradient-dark-night { background-image: linear-gradient(125deg, #32325d 0%, #6162b5 100%) !important; } .bkg-gradient-warm-flame { background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important; } .bkg-gradient-royal-garden { background-image: linear-gradient(125deg, #ed6ea0 0%, #ec8c69 100%) !important; } .bkg-gradient-night-fade { background-image: linear-gradient(125deg, #a18cd1 0%, #fbc2eb 100%) !important; } .bkg-gradient-norse-beauty { background-image: linear-gradient(125deg, #ec77ab 0%, #7873f5 100%) !important; } .bkg-gradient-great-whale { background-image: linear-gradient(125deg, #a3bded 0%, #6991c7 100%) !important; } .bkg-gradient-purple-haze { background-image: linear-gradient(125deg, #6586f6 0%, #8b6ced 100%) !important; } .bkg-gradient-night-shade { background-image: radial-gradient(circle farthest-side at right bottom, #f8cdda 5%, #f8cdda 25%, #1d2b64 80%, #0e153a 98%) !important; } .color-gradient-heavy-rain { background-image: linear-gradient(125deg, #cfd9df 0%, #e2ebf0 100%) !important; } .color-gradient-cold-ocean { background-image: linear-gradient(0deg, #4281f4 0%, #2f53da 100%) !important; } .color-gradient-light-ocean { background-image: linear-gradient(-125deg, #92d7ef 0%, #5f54f1 100%) !important; } .color-gradient-dark-night { background-image: linear-gradient(125deg, #32325d 0%, #6162b5 100%) !important; } .color-gradient-warm-flame { background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important; } .color-gradient-royal-garden { background-image: linear-gradient(125deg, #ed6ea0 0%, #ec8c69 100%) !important; } .color-gradient-night-fade { background-image: linear-gradient(125deg, #a18cd1 0%, #fbc2eb 100%) !important; } .color-gradient-norse-beauty { background-image: linear-gradient(125deg, #ec77ab 0%, #7873f5 100%) !important; } .color-gradient-great-whale { background-image: linear-gradient(125deg, #a3bded 0%, #6991c7 100%) !important; } .color-gradient-purple-haze { background-image: linear-gradient(125deg, #6586f6 0%, #8b6ced 100%) !important; } .color-gradient-night-shade { background-image: radial-gradient(circle farthest-side at right bottom, #f8cdda 5%, #f8cdda 25%, #1d2b64 80%, #0e153a 98%) !important; } [class*="color-gradient-"] { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; } /*------------------------------------------------------------------ [3. Section Padding] */ /* Unique Template Padding & Margins */ .content { -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-transform-origin: bottom; transform-origin: bottom; } .animate-content { -webkit-transform: scale(0.95) translateY(0); transform: scale(0.95) translateY(0); } .section-block, .fullscreen-section .fullscreen-inner, .pagination-2 .pagination-next, .row.xlarge { padding-top: 5rem; padding-bottom: 5rem; } .replicable-content, .row.xlarge.replicable-content { padding-top: 11rem; padding-bottom: 8rem; } .section-block.slanted-top { overflow: visible; } .section-block.slanted-top>.row { position: relative; } .section-block.slanted-top:before { width: 100%; height: 35rem; display: block; content: ''; position: absolute; background: inherit; transform: skewY(-2deg); top: -7rem; z-index: 0; } .blog .with-background { padding: 7rem 5rem; } .blog .blog-masonry .with-background { padding: 3rem !important; } .shop:not(.blog) .with-background { padding: 5rem 3rem; } .blog .with-background>.post-media, .blog .with-background .full-width, .blog .with-background .full-width, .shop:not(.blog) .with-background .full-width { width: auto !important; max-width: none; } .blog .with-background>.box.full-width, .blog .with-background>.full-width .caption-below { padding-left: 5rem; padding-right: 5rem; } .shop:not(.blog) .with-background :not(.row).full-width { padding-left: 3rem; padding-right: 3rem; } .blog .with-background>.post-media, .blog .with-background .full-width { margin: 0 -5rem 3rem -5rem; } .blog-masonry .with-background .post-media { margin: -3rem -3rem 3rem -3rem !important; } .blog .with-background .full-width { margin: 0 -5rem 3rem -5rem; } .shop:not(.blog) .with-background .full-width { margin: 0 -3rem 3rem -3rem; } @media only screen and (max-width: 768px) { .blog .post-content.with-background, .blog .with-background .box.full-width, .blog .with-background { padding: 5rem 3rem; } .blog .with-background>.post-media, .blog .with-background .full-width, .blog .with-background .full-width { margin: 0 -3rem 3rem -3rem; } } .footer .footer-top { padding-top: 9rem; padding-bottom: 5rem; } .grid-filter-menu { padding-top: 5rem; padding-bottom: 5rem; } .home-page .grid-filter-menu { padding-bottom: 2rem; } .section-block.feature-2 { padding-bottom: 12rem; } .page-intro .divider, [class*="intro-title-"] .divider { margin-top: 0; margin-bottom: 2rem; } .separator { width: 5rem; height: 0.1rem; margin-top: 1.5rem; margin-bottom: 3rem; } @media only screen and (max-width: 768px) { .fullscreen-section.content-below-on-mobile .fullscreen-inner { padding-top: 12rem !important; padding-bottom: 12rem !important; } } /*------------------------------------------------------------------ [4. Header Styling] */ /* Initial Position */ .header-bottom { bottom: 0.1rem; } /* Intial Height */ .header .logo, .header .header-inner .navigation>ul>li, .header .header-inner .navigation>ul>li>a:not(.button), .header .header-inner .dropdown>.nav-icon, .header-sub { height: 8rem; line-height: 8rem; } .header-sub { min-height: 8rem; } /* Compacted Height */ .header-compact .logo, .header-compact .header-inner .navigation>ul>li, .header-compact .header-inner .navigation>ul>li>a:not(.button), .header-compact .header-inner .dropdown>.nav-icon { height: 6rem; line-height: 6rem; } /* Header Initial Styling */ .header .header-inner { background-color: #fff; border-bottom: none; border-bottom: 1px solid #ecedf2; } .header.shadow .header-inner { box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, .1); } .header .header-inner>.nav-bar { /*border-bottom: 1px solid #eee;*/ } /* Transparent Header Initial & Active Nav Colors */ .header-transparent .header-inner { background-color: transparent; border-bottom: 1px solid transparent; } .header-transparent .header-inner>.nav-bar { border-bottom: 1px solid transparent; } /* Background Header - On Scroll! */ .header-background .header-inner { background-color: rgba(255, 255, 255, 1); box-shadow: rgba(29, 29, 31, 0.07) 0 10px 60px; } .header-background .header-inner>.nav-bar { border-bottom: none; } /* Header Inner Top */ .header .header-inner-top { height: 4rem; background: #f9fbfd; color: #5a646f; } .header .header-inner-top a { color: #333; } .header .header-inner-top-dark { background: #333; color: #fff; } .header .dark-2 { background: #031b4e; } .header .header-inner-top-dark a { color: #fff; } .header-inner-top p { font-size: 1.2rem; line-height: 4rem; margin-bottom: 0; } /* Mobile Header Styles & Breakpoints */ .mobile .header .header-inner { background-color: #fff; border-top: none; } .mobile .header .header-inner { border-bottom: 1px solid #eee; } .mobile .header+.content { padding-top: 0; } @media only screen and (max-width: 960px) { .header .header, .header .header-inner, .header.header-transparent .header-inner { background-color: #fff; } .header .header-inner { border-bottom: 1px solid #eee; } .header .header-inner>.nav-bar { padding: 0; } } /*------------------------------------------------------------------ [5. Header Logo] */ /* Initial Logo Width */ .header .logo { width: 12.5rem; } /* Compacted Header Logo Width */ .header-compact .logo { width: 12.5rem; } .header .logo.center { margin: 0 auto; float: none; } /* Initial Logo Styling */ .header .logo a { display: block !important; position: absolute; top: 0; } .header-in .logo a, .header-out .logo a { -webkit-transition-duration: 0ms; transition-duration: 0ms; } .header .logo a:first-child { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .header .logo a+a { display: none !important; } /* Transparent Header Show Light Logo */ .header-transparent .logo a:first-child { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1); } .header-transparent .logo a+a { display: block !important; visibility: visible; -webkit-transform: scale(1); transform: scale(1); } /* Header Background Logo Swap to Dark Logo - On Scroll! */ .header-background .logo a:first-child { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .header-background .logo a+a { display: block !important; opacity: 0; visibility: hidden; -webkit-transform: scale(0.6); transform: scale(0.6); } /* Logo Nav Dark */ .nav-dark .logo a:first-child { display: block !important; top: 0; opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .nav-dark .logo a:last-child { display: none !important; } /* Logo Mobile Header & Breakpoints */ .mobile .header .logo a:first-child { display: block !important; opacity: 1; -webkit-transform: scale(1); transform: scale(1); } @media only screen and (max-width: 960px) { .header .logo-inner { display: table-cell; vertical-align: middle; } .header .logo { width: 11rem; } .header .logo a { position: relative; } .header .logo a:first-child { opacity: 1; top: 0; -webkit-transform: scale(1) !important; transform: scale(1) !important; } .header .logo a:last-child { display: none !important; } } /*------------------------------------------------------------------ [6. Header Navigation] */ /* Padding & Margins */ .header .logo-center~.navigation.nav-center { padding-top: 0.5rem; } .header .logo-center~.navigation.nav-center>ul>li>a { padding-bottom: 2rem; } .header .navigation>ul>li>a:not(.button), .header-sub .navigation>ul>li>a:not(.button) { font-size: 1.4rem; text-transform: none; font-weight: 500; letter-spacing: 0; } /* Header & Header Sub Initial & Active Nav Colors */ .header .navigation>ul>li>a, .header-sub .navigation>ul>li>a { color: #959faa; opacity: 1; } .header .navigation>ul>li.current>a, .header .navigation>ul>li>a:hover, .header-sub .navigation>ul>li.current>a, .header-sub .navigation>ul>li>a:hover { color: #000; opacity: 1; } .header .navigation>ul>li.current>a:hover, .header-sub .navigation>ul>li.current>a:hover { color: #000; } /* Transparent Header Initial, Hover & Current Nav Colors */ @media only screen and (min-width: 960px) { .header-transparent .navigation>ul>li>a:not(.button) { color: #fff; opacity: 0.6; } .header-transparent .navigation>ul>li>a:not(.button):hover { color: #fff; opacity: 1; } .header-transparent .navigation>ul>li.current>a:not(.button), .header-transparent .navigation>ul>li.current>a:not(.button):hover { color: #fff; opacity: 1; } } /* Nav Dark Initial, Hover & Current Colors */ .header-transparent.nav-dark .navigation>ul>li>a { color: #959faa; opacity: 1; } .header-transparent.nav-dark .navigation>ul>li>a:hover { color: #212325; } .nav-dark .navigation>ul>li.current>a, .nav-dark .navigation>ul>li.current>a:hover { color: #212325; opacity: 1; } /* Header Background Initial, Hover & Current Nav Colors - On Scroll! */ .header-background .navigation>ul>li>a:not(.button) { color: #959faa; } .header-background .navigation>ul>li.current>a:not(.button) { color: #212325; border-bottom: none; } .header-background .navigation>ul>li.current>a:not(.button):hover { color: #212325; } .header-background .navigation>ul>li>a:not(.button):hover { color: #212325; opacity: 1; } /* Sub Menus, Mega Menus, Dropdown List Initial Colors */ .navigation .sub-menu, .navigation .mega-sub-menu, .navigation .dropdown-list { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); border-radius: 0.3rem; } .navigation .sub-menu, .navigation .mega-sub-menu { -webkit-transform: translateY(-0.3rem); transform: translateY(-0.3rem); } .navigation li:hover .sub-menu, .navigation li:hover .mega-sub-menu, .navigation li:hover .dropdown-list { -webkit-transform: translateY(0); transform: translateY(0); } .navigation .sub-menu>li:first-child>a, .navigation .custom-content ul:first-child, .navigation .custom-content img:first-child, .navigation .custom-content video:first-child { border-top-right-radius: 0.3rem; border-top-left-radius: 0.3rem; } .navigation .sub-menu>li:last-child>a, .navigation .custom-content>ul:last-child { border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .navigation .custom-content .thumbnail a { display: inline-block; } .navigation .dropdown-list, .navigation .sub-menu { width: 20rem; } .navigation .sub-menu.custom-content { min-width: 30rem; } .navigation .sub-menu ul { left: 20rem; } .navigation>ul>li.sub-menu-right .sub-menu ul, .navigation>ul>li:last-child>.sub-menu ul { right: 20rem; left: auto; } .navigation .sub-menu li, .navigation .dropdown-list li { border-bottom: none; } .navigation .mega-sub-menu>li>a:not(.button) { font-size: 1.6rem; font-weight: 500; text-transform: none; } .navigation .sub-menu li>a:not(.button), .navigation .mega-sub-menu ul li>a:not(.button), .navigation .dropdown-list li>a:not(.button) { line-height: 1.6; font-weight: 400; font-size: 1.4rem; color: #6d7485; border-left: 3px solid transparent; } .navigation .mega-sub-menu ul li a:not(.button) span { margin-right: 1rem; font-size: 1.7rem; } .navigation .mega-sub-menu a span:before { top: 0.3rem; position: relative; } .navigation .sub-menu:not(.custom-content) li a, .navigation .dropdown-list:not(.custom-content) li a { padding: 1rem 1.5rem; } .navigation .mega-sub-menu>li { border-right: 1px solid #eee; } .navigation .mega-sub-menu>li>a { font-size: 1.3rem; } .navigation .sub-menu:not(.custom-content), .navigation .sub-menu:not(.custom-content) a, .navigation .sub-menu.custom-content, .navigation .mega-sub-menu, .navigation .dropdown-list { background-color: #fff; } .navigation .sub-menu:not(.custom-content) li.current>a, .navigation .mega-sub-menu ul li.current>a { background-color: transparent; border-left: 3px solid #92d7ef; color: #212325; } /* Menu Nav Cart Intial Colors */ .navigation .cart .badge { width: 1rem; height: 1rem; top: -0.5rem; left: 1rem; background-color: #2fca74; } .navigation .cart-overview .product-title { color: #fff; } .navigation .cart-overview .product-price, .navigation .cart-overview .product-quantity { color: #959faa; } .navigation .cart-overview a.product-remove { background-color: #ecedf2; color: #6d7485; } .navigation .cart-overview .cart-subtotal { border-top: 1px solid #ecedf2; font-size: 1.4rem; font-weight: 500; text-transform: none; color: #6d7485; } .navigation .cart-overview .cart-actions { border-color: #ecedf2; } .navigation .cart-overview .checkout.button { background-color: #6773f1; border-color: #717dfb; color: #fff; } .navigation .cart-overview .checkout.button:hover { background-color: #717dfb; border-color: #717dfb; color: #fff; } /* Sub Menus, Mega Menus, Dropdown List Hover Colors */ .navigation .sub-menu:not(.custom-content) li:hover>a, .navigation .mega-sub-menu:not(.custom-content) ul li:hover>a, .navigation .dropdown-list:not(.custom-content) li:hover a { background-color: transparent; border-left: 3px solid #92d7ef; } .navigation .sub-menu li>a:not(.button):hover, .navigation .mega-sub-menu ul li>a:not(.button):hover, .navigation .dropdown-list li>a:not(.button):hover, .navigation .cart-overview .product-title:hover, .navigation .cart-overview .product-remove:hover { color: #212325; } .navigation .sub-menu li.current>a:not(.button), .navigation .dropdown-list li.current>a:not(.button), .navigation .mega-sub-menu ul li.current>a:not(.button), .navigation .mega-sub-menu li.current>a:not(.button), .navigation .mega-sub-menu>li>a:not(.button):hover, .navigation .mega-sub-menu li.current>a:not(.button):hover { color: #212325; } /* Mega Menu Position */ .navigation .mega-sub-menu { left: 0; right: 0; } /* Labels Sub Menu */ .sub-menu li .label, .mega-menu li .label, .dropdown li .label { margin-left: 0.5rem; padding: 0.1rem 0.4rem; font-size: 1rem; text-transform: uppercase; background-color: #6773f1; border-color: #6773f1; color: #fff; } /*------------------------------------------------------------------ [7. Header Nav Icons, Buttons, Dropdowns ] */ /* Padding & Margins */ .header .dropdown a:not(.nav-icon)+.dropdown-list { margin-top: 1.8rem; } /* Initial Division Padding & Color */ .header .secondary-navigation.nav-left:not(.with-division)>ul { margin-left: -1.5rem; } .header .secondary-navigation.nav-right:not(.with-division)>ul { margin-right: -1.5rem; } .header .with-division ul { border-left-color: rgba(0, 0, 0, 0.1); } .header .with-division li { border-right-color: rgba(0, 0, 0, 0.1); } /* Nav Icons Initial, Hover & Active Colors */ .header .navigation .nav-icon { color: #999; font-size: 1.4rem; font-weight: 500; opacity: 1; } .header .navigation .nav-icon:hover, .header .navigation .nav-icon.active { background-color: transparent; color: #000; opacity: 1; } /* Social Icons Initial & Hover Colors */ .header .social-list li .nav-icon { padding: 0 !important; margin-right: 1.5rem; } /* Button, Dropdown Button Initial, Hover & Active Colors */ .header .v-align-middle>.button:not(.nav-icon), .header .dropdown>.button:not(.nav-icon) { background: transparent; border-color: #fff; color: #fff; } .header .v-align-middle>.button:not(.nav-icon):hover, .header .dropdown>.button:not(.nav-icon):hover, .header .dropdown>.button.active:not(.nav-icon) { background-color: #6773f1; border-color: #6773f1; color: #fff; } /* Transparent Header Division Color */ @media only screen and (min-width: 960px) { .header-transparent .with-division ul { border-left-color: rgba(255, 255, 255, 0.2); } .header-transparent .with-division li { border-right-color: rgba(255, 255, 255, 0.2); } } /* Transparent Header Initial, Hover & Active Colors */ .header-transparent .navigation .nav-icon { color: rgba(255, 255, 255, 0.6); opacity: 1; } .header-transparent .navigation .nav-icon:hover, .header-transparent .navigation .nav-icon.active { color: #fff; background-color: transparent; opacity: 1; } /* Nav Dark Button, Dropdown Button Initial, Hover & Active Colors */ .nav-dark .v-align-middle>.button:not(.nav-icon), .nav-dark .dropdown>.button:not(.nav-icon) { background: transparent; border-color: #efefef; color: #959faa; } .nav-dark .navigation .nav-icon { color: #959faa; } .nav-dark .navigation .nav-icon:hover, .nav-dark .navigation .nav-icon.active { color: #959faa; } .header-background.nav-dark .v-align-middle>.button:not(.nav-icon):not(:hover), .header-background.nav-dark .dropdown>.button:not(.nav-icon):not(:hover) { color: #fff; } .nav-dark .v-align-middle>.button:not(.nav-icon):hover, .nav-dark .dropdown>.button:not(.nav-icon):hover { background-color: #6773f1; border-color: transparent; color: #fff; } /* Header Background Divisions, Initial, Hover & Active Colors */ .header-background .with-division ul { border-left-color: #eee; } .header-background .with-division li { border-right-color: #eee; } .header-background .v-align-middle>.button:not(.nav-icon), .header-background .dropdown>.button:not(.nav-icon) { background: #212325; border-color: transparent; color: #fff; } .header-background .v-align-middle>.button:not(.nav-icon):hover, .header-background .dropdown>.button:not(.nav-icon):hover { background-color: #6773f1; border-color: transparent; color: #fff; } .header-background .navigation .nav-icon { color: #999; } .header-background .navigation .nav-icon:hover, .header-background .navigation .nav-icon.active { color: #000; } .header-background .social-list li a { color: #4e4e4d; } .header-background .social-list li a:hover { color: #6773f1; } /* Compacted Header Dropdown List Margin */ .header-compact .dropdown a:not(.nav-icon)+.dropdown-list { margin-top: 1.2rem; } /* Mobile Header Styles and Breakpoints */ .mobile .navigation.with-division ul { border-left-color: #eee; } .mobile .navigation.with-division li { border-right-color: #eee; } .mobile .navigation .v-align-middle>.button:not(.nav-icon), .mobile .navigation .dropdown>.button:not(.nav-icon) { background: #2c2e30; border-color: transparent; color: #fff; } .mobile .v-align-middle>.button:not(.nav-icon):hover, .mobile .dropdown>.button:not(.nav-icon):hover { background-color: #6773f1; border-color: transparent; color: #fff; } .mobile .navigation .nav-icon { color: #666; } .mobile .navigation .nav-icon:hover, .mobile .dropdown .nav-icon.active, .mobile .header-transparent .dropdown .nav-icon.active { color: #000; } @media only screen and (max-width: 960px) { .header .dropdown a:not(.nav-icon)+.dropdown-list { margin-top: 2.2rem; } .header .v-align-middle>.button:not(.nav-icon), .header .dropdown>.button:not(.nav-icon) { background: #2c2e30; border-color: transparent; color: #fff; } .header .v-align-middle>.button:not(.nav-icon):hover, .header .dropdown>.button:not(.nav-icon):hover { background-color: #6773f1; border-color: transparent; color: #fff; } .header .navigation .nav-icon { color: #666; } .header .navigation .nav-icon:hover, .header .dropdown .nav-icon.active { color: #000; } } /*------------------------------------------------------------------ [8. Auxiliary Navigation] */ /* Aux Navigation Show */ .header .navigation-show { width: 4.4rem; height: 4.4rem; margin-left: 0; } /* Initial & Hover Colors */ .header .navigation .navigation-show.nav-icon, .mobile .header .navigation .navigation-show.nav-icon { font-size: 2.5rem; text-align: center; color: #666; opacity: 1; } .header .navigation .navigation-show.nav-icon:hover, .mobile .header .navigation .navigation-show.nav-icon:hover { color: #000; opacity: 1; } /* Transparent Header Initial & Hover Colors */ @media only screen and (min-width: 961px) { .header-transparent .navigation .navigation-show.nav-icon { color: #fff; border-color: transparent; opacity: 0.6; } .header-transparent .navigation .navigation-show.nav-icon:hover { color: #fff; border-color: transparent; opacity: 1; } } /* Header with Background Initial & Hover Colors */ .header-background .navigation .navigation-show.nav-icon { color: #666; border-color: #eee; } .header-background .navigation .navigation-show.nav-icon:hover { color: #000; border-color: #eee; } /* Aux Navigation Hide */ .navigation-hide { width: 4.4rem; height: 4.4rem; margin-top: 1.9rem; margin-right: 0; } .navigation-hide a { background: none; } .navigation-hide a span { width: 4.4rem; font-size: 2rem; } /* Side Navigation Widts */ @media only screen and (min-width: 768px) { .side-navigation-wrapper.side-nav-wide { width: 50%; } .element-reveal-right.side-nav-wide { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); } } @media only screen and (max-width: 1140px) { .side-navigation-wrapper.side-nav-wide { width: 70%; } .element-reveal-right.side-nav-wide { -webkit-transform: translate3d(-70%, 0, 0); transform: translate3d(-70%, 0, 0); } } @media only screen and (max-width: 600px) { .side-navigation-wrapper.side-nav-wide { width: 100%; } .element-reveal-right.side-nav-wide { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } /* Side Navigation Background Color */ .side-navigation-wrapper .logo { width: 12rem; } .side-navigation-wrapper { background-color: #fff; box-shadow: none !important; border-right: 1px solid #ecedf2; } .side-navigation-wrapper.enter-right { border-left: 1px solid #ecedf2; border-right: none; } .side-navigation-header { border: none; } /* Side Main Nav Initial Colors & Padding */ .side-navigation>ul>li>a { padding: 0.6rem 4rem; font-size: 1.8rem; line-height: 1.2; letter-spacing: 0; text-transform: none; font-weight: 400; color: #959faa; position: relative; } .side-navigation ul li.current>a { color: #212325; font-weight: 400; } .side-navigation>ul>li>a:after { width: 3px; height: 0; margin-left: 0; content: ""; background-color: #92d7ef; opacity: 0; position: absolute; left: 0; top: 0; -webkit-transition-property: height, opacity; -ms-transition-property: height, opacity; transition-property: height, opacity; -webkit-transition-duration: 500ms; -ms-transition-duration: 500ms; transition-duration: 500ms; } .side-navigation>ul>li.current>a:after { height: 100%; opacity: 1; } .side-navigation-wrapper .navigation-hide { margin-right: 2rem; } .side-navigation-wrapper .navigation-hide af { color: #959faa; } .side-navigation-wrapper .navigation-hide a:hover { color: #212325; } /* Side Nav Sub Menu Initial Colors & Padding */ .side-navigation .sub-menu { background: none; } .side-navigation .sub-menu a { text-transform: none; font-size: 1.4rem; font-weight: 400; color: #959faa; } .side-navigation .sub-menu a:hover { color: #212325; } .side-navigation .sub-menu li:first-child { padding-top: 1rem; } .side-navigation .sub-menu li:last-child { padding-bottom: 1rem; } .side-navigation .custom-content>*:first-child { padding-top: 2rem; } .side-navigation .custom-content>*:last-child { padding-bottom: 2rem; } .side-navigation .sub-menu:not(.custom-content) a { padding: 1.1rem 4rem 1.1rem 5.5rem; } .side-navigation.center .sub-menu:not(.custom-content) a { padding: 1.1rem 4rem 1.1rem 4rem; } /* Side Nav Cart Initial Colors */ .side-navigation .cart .badge { width: 1rem; height: 1rem; background-color: #2fca74; top: 0.6rem; left: 0; } .side-navigation .cart-overview .product-title { color: #fff; } .side-navigation .cart-overview .product-price, .side-navigation .cart-overview .product-quantity { color: #959faa; } .side-navigation .cart-overview a.product-remove { background-color: #ecedf2; color: #6d7485; } .side-navigation .cart-overview .cart-subtotal { border-top: 1px solid #ecedf2; font-size: 1.4rem; font-weight: 500; text-transform: none; color: #6d7485; } .side-navigation .cart-overview .cart-actions { border-color: #ecedf2; } .side-navigation .cart-overview .checkout.button { margin: 0; background-color: #6773f1; border-color: #717dfb; color: #fff; } .side-navigation .cart-overview .checkout.button:hover { background-color: #717dfb; border-color: #717dfb; color: #fff; } /* Side Nav Hover Colors */ .side-navigation ul li a:hover, .side-navigation ul li.current a:hover { color: #212325; } /* Side Nav Widget */ .side-navigation-footer .widget p, .side-navigation-footer .widget a { color: #666; font-size: 1.3rem; } .side-navigation-footer .widget a:hover { color: #fff; } /* Side Nav Footer */ .side-navigation-footer, .side-navigation-footer .social-list a { color: #666; font-size: 1.1rem; } .side-navigation-footer .social-list a:hover { color: #fff; } .side-navigation-footer .copyright { font-size: 1.1rem; } /* Overlay Navigation Colors & Sizes */ .overlay-navigation-wrapper { background-color: rgba(255, 255, 255, 1); } .overlay-navigation-inner { text-align: left; } .overlay-navigation-header { top: 1.5rem; } .overlay-navigation-wrapper .menu-title { width: 100%; margin-bottom: 3rem; color: #000; font-size: 1.862rem; line-height: 1; font-weight: 700; text-transform: uppercase; display: block; } .overlay-navigation { max-width: 40rem; padding-left: 3rem; padding-right: 3rem; } /* Overlay Main Nav */ .overlay-navigation>ul>li>a { font-size: 1.8rem; color: #999; } .overlay-navigation ul li.current>a { font-weight: normal; } .overlay-navigation-wrapper .navigation-hide { top: 0; right: 3rem; } .overlay-navigation-wrapper .navigation-hide a { color: #999; } .overlay-navigation-wrapper .navigation-hide a:hover { color: #000; } /* Overlay Nav Sub Menu Initial Colors & Padding */ .overlay-navigation .sub-menu { padding-left: 0; } .overlay-navigation .sub-menu a { letter-spacing: 0.1rem; text-transform: normal; font-weight: normal; line-height: 1.2; color: #999; } .overlay-navigation .sub-menu .current>a { color: #000; } .overlay-navigation .sub-menu a:hover { color: #000; } .overlay-navigation .sub-menu li:first-child { padding-top: 1rem; } .overlay-navigation .sub-menu li:last-child { padding-bottom: 1rem; } .overlay-navigation .custom-content>*:first-child { padding-top: 2rem; } .overlay-navigation .custom-content>*:last-child { padding-bottom: 2rem; } /* Overlay Nav Cart */ .overlay-navigation .cart .badge { width: 1rem; height: 1rem; background-color: #2fca74; top: 0.6rem; left: 0; } .overlay-navigation .cart-overview .product-title { color: #fff; } .overlay-navigation .cart-overview .product-price, .overlay-navigation .cart-overview .product-quantity { color: #959faa; } .overlay-navigation .cart-overview a.product-remove { background-color: #ecedf2; color: #6d7485; } .overlay-navigation .cart-overview .cart-subtotal { border-top: 1px solid #ecedf2; font-size: 1.4rem; font-weight: 500; text-transform: none; color: #6d7485; } .overlay-navigation .cart-overview .cart-actions { border-color: #ecedf2; } .overlay-navigation .cart-overview .checkout.button { margin: 0; background-color: #6773f1; border-color: #717dfb; color: #fff; } .overlay-navigation .cart-overview .checkout.button:hover { background-color: #717dfb; border-color: #717dfb; color: #fff; } /* Overlay Nav Hover Colors */ .overlay-navigation>ul>li>a:hover, .overlay-navigation>ul>li.current>a, .overlay-navigation ul li.current>a:hover { color: #000; } /* Overlay Nav Widget */ .overlay-navigation-footer .widget p, .overlay-navigation-footer .widget a { color: #666; font-size: 1.3rem; } .overlay-navigation-footer .widget a:hover { color: #000; } /* Overlay Nav Footer */ .overlay-navigation-footer { padding-left: 3rem; padding-right: 3rem; } .overlay-navigation-footer, .overlay-navigation-footer .social-list a { color: #666; font-size: 1.3rem; } .overlay-navigation-footer .social-list a:hover { color: #000; } .overlay-navigation-footer .copyright { font-size: 1.1rem; } /* Mobile Styles and Breakpoints */ .mobile .navigation-show { margin-left: 2rem; } .mobile .navigation-show a { color: #666; border-color: #eee; } .mobile .navigation-show a:hover { color: #000; opacity: 1; } @media only screen and (max-width: 960px) { .header .navigation-show { margin-left: 2rem; } .header .navigation-show a { color: #666; border-color: #eee; } .header .navigation-show a:hover { color: #000; opacity: 1; } .overlay-navigation-header { top: 2rem; } .overlay-navigation-wrapper .navigation-hide { top: 0; right: 3rem; } } /*------------------------------------------------------------------ [9. Title Area] */ [class*="intro-title-"] { padding: 0; } [class*="intro-title-"] { height: 45rem; } [class*="intro-title-"].small { height: 25rem; } [class*="intro-title-"].xsmall { height: 15rem; } .intro-title-2 { background-image: url(../images/slider/slide-2-page-intro.jpg); } .intro-title-2-1 { background-image: url(../images/slider/slide-3-page-intro.jpg); } .intro-title-2-2 { background-image: url(../images/slider/slide-3-page-intro.jpg); } .intro-title-2-3 { background-image: url(../images/slider/slide-11-page-intro.jpg); } .intro-title-2-4 { background-image: url(../images/slider/slide-13-page-intro.jpg); } @media only screen and (max-width: 768px) { [class*="intro-title-"], [class*="intro-title-"].small { padding: 6rem 0; height: auto; } } /*------------------------------------------------------------------ [10. Slider & Parallax] */ .tm-slider-container:not([class*="bkg-"]) { background: none; } /* Slider Heights */ .featured-media, .full-width-slider, .parallax { height: 60rem; padding: 0; } .window-height { height: 100vh; } .hero-slider.window-height { min-height: 100vh; } .parallax.page-intro, .page-intro { height: 45rem; } .parallax.small, .page-intro.small { height: 30rem; } .page-intro .full-width-slider, .window-height .full-width-slider { height: inherit; } .logo-slider, .testimonial-slider, .team-slider, .recent-slider .thumbnail { min-height: 5rem; } .recent-slider { min-height: 10rem; } .team-slider { height: 42rem; } .hero-slider { min-height: 60rem; } .hero-slider .hero-content[class*="bkg-"] { background-color: inherit; } /* Slider Navigation Common */ .tms-arrow-nav { width: 4.4rem; height: 4.4rem; background: none; font-size: 1.3rem; line-height: 4.4rem; color: #fff; border: none; border-radius: 0.3rem; background-color: #000; } #tms-prev { left: 3rem; } #tms-next { right: 3rem; } .tms-arrow-nav:hover { opacity: 0.5 !important; } .tms-arrow-nav:before { line-height: 4.4rem; } .tms-arrow-nav:hover { width: 4.4rem; } .tms-bullet-nav { background-color: #fff; } .tms-nav-dark .tms-bullet-nav { background-color: #000; } .hide-arrow-nav .tms-arrow-nav, .hide-progress .tms-progress-bar { display: none !important } /* Featured Media Slider Navigation */ .featured-media .tms-pagination { width: 100%; bottom: 3rem; } .featured-media .tms-pagination a { display: inline-block; margin-bottom: 1rem; } .featured-media .tm-slider-container .tms-pagination { opacity: 1; } /* Feature Slider */ .feature-slider .tms-bullet-nav { background-color: #2c2e30; } /* Recent Slider */ .tm-slider-container.tms-carousel>ul { opacity: 1; } .tm-slider-container.tms-carousel.no-margins>ul>li { padding-right: 0; padding-left: 0; } /* Mobile Slider & Parallax */ .mobile .featured-media, .mobile .parallax.fixed-height { height: 50rem; } /* Featured Slider Nav Breakpoints */ @media only screen and (max-width: 768px) { .featured-media .tms-pagination a { display: inline-block; } .featured-media .tms-arrow-nav { display: none !important; } } /*------------------------------------------------------------------ [11. Lightbox] */ .tm-lightbox { background: rgb(61, 60, 60); } #tml-content-wrapper.zoomed+#tml-caption span { background-color: rgba(0, 0, 0, 0.3); border: none; color: #fff; } /* Standard Modal Mode */ #tm-lightbox.tml-modal-mode { background: rgba(0, 0, 0, 0.1); } .tml-modal-mode .modal-dialog { border-radius: 0.3rem; box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1); } .tml-modal-mode .modal-dialog .modal-header { background-color: #2fca74; color: #fff; } .tml-modal-mode .modal-dialog .modal-header-title { margin-bottom: 0; } .tml-modal-mode #tml-exit { color: #111; top: 0; right: 0; } .tml-exit-light #tml-exit { color: #fff; } .rounded .modal-dialog, .rounded .section-block { border-radius: 0.3rem; } #tm-lightbox.tml-modal-mode #tml-content-wrapper { top: 10% !important; bottom: 10% !important; } #tm-lightbox.height-auto .modal-dialog { height: auto !important; } /* Common Modal Mode */ .tml-form-modal .modal-dialog>div { padding-left: 0; padding-right: 0; } /* greyscale upon modal opening */ .modal-open .wrapper-inner, .aux-navigation-active .wrapper-inner { -webkit-filter: grayscale(10%); filter: grayscale(10%); } @media only screen and (max-width: 960px) { .tml-padding-small #tml-content-wrapper { left: 5% !important; right: 5% !important; } .tml-form-modal .modal-dialog-inner { padding-left: 1rem; padding-right: 1rem; } } @media only screen and (max-width: 768px) { .tml-modal-mode .modal-dialog { width: 100% !important; } .tml-modal-mode .modal-dialog>div { padding-left: 0; padding-right: 0; } .tml-swap-exit-light #tml-exit { color: #fff; } .tml-modal-mode .hero-5 { padding-bottom: 2rem; } .tml-modal-mode .hero-5 .column:first-child:not(.media-column) .split-hero-content { margin-top: 4rem; } } /* Navigation */ .tml-nav { color: rgb(207, 206, 206); opacity: 0.7; } .tml-nav:hover { color: #fff; } /*------------------------------------------------------------------ [12. Plugin Preloader] */ .tm-loader { width: 5rem; height: 5rem; margin: -2.5rem 0 0 -2.5rem; position: absolute; top: 50%; left: 50%; } .tm-loader:before { content: ''; display: block; padding-top: 100%; } .tm-loader #circle { background: none; width: 100%; height: 100%; margin: auto; border-radius: 50%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform-origin: center center; animation: rotate 2s linear infinite; } .stroke { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; stroke-linecap: round; stroke-width: 0.3rem; } /* fallback */ .ie-browser:not(.webkit) .tm-loader #circle { border: 3px solid rgba(0, 0, 0, 0); border-bottom-color: #ddd; animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite; } @keyframes rotate { 100% { transform: rotate(360deg); } } @keyframes dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } @keyframes color { 100%, 0% { stroke: #6773f1; border-bottom-color: #6773f1; } 40% { stroke: #2fca74; border-bottom-color: #2fca74; } 66% { stroke: #6773f1; border-bottom-color: #6773f1; } 80%, 90% { stroke: #2fca74; border-bottom-color: #2fca74; } } /*------------------------------------------------------------------ [13. Rollovers] */ /* Rollover Text */ .overlay-info>span>span, .shop .products .overlay-info .product-title { font-size: 1.862rem; font-weight: 300; line-height: 1.2; letter-spacing: 0; text-transform: none; color: #000; } .overlay-info .project-description { font-size: 1.4rem; opacity: 0.7; text-transform: none; font-weight: 400; font-style: normal; line-height: 1.2; } .overlay-info .project-title+.project-description { margin-top: 0; } /* Overlay */ .overlay-info { background: rgba(255, 255, 255, 0.5); } .overlay-info>span>span { text-align: center; } .overlay-info .project-title { display: block; } .overlay-fade-img-scale-out .overlay-info .overlay-info { opacity: 1; } .overlay-fade-img-scale-in .project-title { margin-bottom: 0; } .caption-below { padding-right: 0; padding-left: 0; padding-bottom: 0; border: none; opacity: 0.5; } /*------------------------------------------------------------------ [14. Homepage] */ /* Scroll Links */ .scroll-link.icon-circled, .scroll-to-top.icon-circled { width: 5rem; height: 5rem; } .scroll-link.icon-circled { line-height: 5rem; } .scroll-to-top.icon-circled { line-height: 4.8rem; } /* Stats */ .stats-1-1 { background-image: url(../images/generic/hero-1.jpg); } /* Hero */ .hero-5-1 .media-column { background-image: url(../images/generic/hero-half-1.jpg); } .hero-5-2 .media-column { background-image: url(../images/team/hero-half-2.jpg); } .hero-5-5 .media-column { background-image: url(../images/generic/hero-half-4@.jpg); } /* Call to Action */ .call-to-action-2-1 { background-image: url(../images/generic/call-to-action-1.jpg); background-size: cover; background-position: center; } /* Signup 2 */ .signup-2-1 { background-image: url(../images/generic/signup-1.jpg); } /* Fullscreen Section */ .home-page .fulscreen-sections-wrapper { background: #000; } .signup-box.box { padding: 10%; overflow: visible; } .fullscreen-bkg-1 { background-image: url(../images/slider/slide-2-fs.jpg); } .fullscreen-bkg-2 { background-image: url(../images/slider/slide-3-fs.jpg); } .fullscreen-bkg-3 { background-image: url(../images/slider/slide-4-fs.jpg); } .fullscreen-pattern-1 { background-image: url(../images/generic/microchip-seamless-pattern.png); } .fullscreen-pattern-2 { background-image: url(../images/generic/network-pattern.png); } .fullscreen-pattern-3 { background-image: url(../images/generic/map-seamless-pattern.jpg); background-repeat: repeat-x; } .fullscreen-pattern-4 { background-image: url(../images/generic/char-pattern.png); background-repeat: repeat-x; } .fullscreen-pattern-5 { background-image: url(../images/generic/disc-pattern.png); background-repeat: no-repeat; } /*------------------------------------------------------------------ [15. About Pages] */ /* Team Sections */ .team-1 h3, .team-2 h3 { margin-top: 0.5rem; } .team-2 .social-list { margin-bottom: 0; } [class*="team-"] .team-content-info .occupation { margin-bottom: 2rem; font-size: 1.5rem; font-weight: 400; text-transform: none; letter-spacing: 0; } /* Team Slider */ .team-slider { background: none; height: 42rem; } .team-slider li { padding-left: 1.5rem; padding-right: 1.5rem; } .team-slider .team-content { margin-bottom: 3rem; } /* Hero */ .hero-2 { background-image: url(../images/assets/pomsky-bg-3.jpg); } .hero-2-1 { background-image: url(../images/generic/hero-2-1.jpg); } .hero-2-2 { background-image: url(../images/generic/hero-2-2.jpg); } .hero-2-3 { background-image: url(../images/generic/hero-2-3.jpg); } .hero-2-4 { background-image: url(../images/generic/hero-2-4.jpg); } .hero-2-5 { background-image: url(../images/generic/hero-2-5.jpg); } .hero-2-6 { background-image: url(../images/generic/hero-2-6.jpg); } .hero-2-7 { background-image: url(../images/generic/hero-2-7.jpg); } .hero-2-8 { background-image: url(../images/generic/hero-2-8.jpg); } .hero-2-9 { background-image: url(../images/generic/hero-2-9.jpg); } .hero-2-10 { background-image: url(../images/generic/hero-2-10.jpg); } /*------------------------------------------------------------------ [15. Service Pages] */ .hero-3-1 { background-image: url(../images/generic/hero-3-1.jpg); } .hero-4-1 { background-image: url(../images/generic/hero-4-1.jpg); } .hero-5-3 .media-column { background-image: url(../images/services/hero-half-1.jpg); } /*------------------------------------------------------------------ [16. Contact Pages] */ /* Hero Sections */ .hero-5-contact-1 .media-column { background-image: url(../images/contact/hero-half.jpg); } .hero-5-contact-1 [class*="stats-"] .stat-inner { text-align: left; } /* Stats */ .stats-contact-1 { background: none; } /* Form Response */ .contact-form-container .form-response { color: #666; } /* Map */ .map-container { height: 45rem; } .accordion .map-container { height: 24rem; } .map-pan-link-container a.active { color: #2c2e30; } .hero-5 .map-pan-link-container * { opacity: 0.5; } .hero-5 .map-pan-link-container a.active { opacity: 1; } .map-pan-link-container a.button.active { background: none; border-color: #6773f1; color: #fff; } /*------------------------------------------------------------------ [17. Project Pages] */ /* Grid */ .caption-over-outer { background-color: rgba(0, 0, 0, 0.3); } .grid-container .content-inner { padding: 11rem 5rem; } h3.project-title { font-size: 1.862rem; } .project-title .label { font-size: 1rem; text-transform: uppercase; } .project-description { font-size: 1.2rem; } .item-description.with-background { padding: 2rem !important; margin: 0; border: none; border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } /* Project Info */ .center .project-attribute { margin-left: 1rem; margin-right: 1rem; } .project-attribute { margin-bottom: 0.3rem; } .project-attribute .project-label { min-width: 8rem; font-weight: 500; text-transform: none; display: table-cell; } .project-attribute .project-value { display: table-cell; } .project-attribute.center { margin: 0 auto; } /* Hero */ .hero-5-4 .media-column { background-image: url(../images/portfolio/projects/hero-half-1.jpg); } /* Folio Filter */ .grid-filter-menu ul, .grid-filter-menu li { padding: 0; text-transform: none; font-size: 1.3rem; letter-spacing: 0.1rem; } .grid-filter-menu li { padding: 0.8rem 0; } .grid-filter-menu.list-vertical li { display: block; padding: 0.8rem 0; } .grid-filter-menu:not(.center):not(.right) li:first-child { padding-left: 0; } .grid-filter-menu.right li:last-child { padding-right: 0; } .grid-filter-menu a { padding: 0.5rem 1.5rem; border-radius: 10rem; border: none; font-weight: 400; color: #999; display: block; position: relative; border: none; } .grid-filter-menu a:hover { color: #2c2e30; } .grid-filter-menu a.active { padding: 0.5rem 1.5rem; border-radius: 10rem; border: none; background-color: #6773f2; color: #fff; } .grid-filter-menu, .grid-filter-dropdown { z-index: 2; } .grid-filter-dropdown .dropdown .button { min-width: 15rem; } .grid-filter-dropdown .button { font-weight: 400; text-transform: none; letter-spacing: 0; } .grid-filter-dropdown .freeze .filter-menu-inner { border-bottom: 1px solid transparent; -webkit-transition-property: border; transition-property: border; -webkit-transition-duration: 300ms; transition-duration: 300ms; } .grid-filter-menu .freeze.sticky, .grid-filter-dropdown .freeze.sticky { border-bottom: 1px solid #ecedf2; } /* Color Swatch */ .project-swatch-list { margin-bottom: 0; } .project-swatch-list li { margin-bottom: 3rem; } .project-swatch { margin-right: 5rem; } .center .project-swatch { margin-left: 2.5rem; margin-right: 2.5rem; } @media only screen and (max-width: 768px) { .center-on-mobile .project-swatch { margin-left: 2.5rem; margin-right: 2.5rem; } } /* Template Grid Thumbs */ .template-grid .thumbnail { border: 1px solid #eee; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); } /*------------------------------------------------------------------ [18. Pagination] */ /* Pagination 3 Customized */ .pagination-3 ul { border-top: 1px solid transparent; } .pagination-3 li { margin-top: -1px; } .pagination-3 a { width: 4rem; height: 4rem; padding: 0; line-height: 4rem; font-size: 1.2rem; font-weight: 400; color: #6d7485; border-color: transparent; border-radius: 0; } .pagination-3.portfolio a { width: auto; padding: 0 1.5rem; font-size: 1.2rem; text-transform: none; } .pagination-3.portfolio .pagination-previous { padding-left: 1rem; } .pagination-3.portfolio .pagination-next { padding-right: 1rem; } .pagination-3 .pagination-previous, .pagination-3 .pagination-next, .pagination-3 .back-to-grid, .pagination-3 a.current { background: #fff; border: 1px solid #ecedf2; border-radius: 0.3rem; color: #6d7485; } .pagination-3 a:hover { background: #ecedf2; border: 1px solid #ecedf2; color: #212325; } .pagination-3 a.disabled, .pagination-3 a.disabled:hover { border-color: #eee; } .pagination-3 a span { margin: 0; } /*------------------------------------------------------------------ [19. Fullscreen Pages] */ .fullscreen-section .fullscreen-inner { background: rgba(0, 0, 0, 0.35); } .fs-bullet-nav { width: 1rem; height: 1rem; background: #fff; opacity: 0.4; } .nav-dark .fs-bullet-nav { background: #000; } .fs-bullet-nav.active { background: #fff; } .nav-dark .fs-bullet-nav.active { background: #000; } .fs-pagination { width: 3.2rem; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 6rem; right: 4rem; } /*------------------------------------------------------------------ [20. Blog Pages] */ /* Post Title */ .post-title a { color: #000; } h2.post-title { margin-bottom: 1rem; } .blog-masonry .post-title { margin-bottom: 0.5rem; font-size: 1.995rem; text-transform: none; display: block; } .blog-regular .post-title, .blog-wide .post-title { font-size: 3.294rem; } .single-post-tags .tags-title { font-size: 1.3rem; } .blog-masonry.masonry-set-dimensions .post-title { margin-bottom: 0.5rem; font-size: 1.995rem; line-height: 1.2; } .blog-masonry.masonry-set-dimensions .post-title.quote { line-height: inherit; } /* Common */ .post-info { margin-bottom: 3rem; display: block; font-size: 1.6rem; text-transform: none; font-weight: 400; letter-spacing: 0; color: #999; } .post-info.boxed { width: 100%; padding: 2rem 0; margin-bottom: 7rem; background-color: #fafafa; } .post-info .post-tag { margin-left: 0.2rem; margin-right: 0.2rem; font-size: 1.2rem; line-height: 1.8; } .post-info .post-tag:hover { color: #fff; } .post-info span, .post-info a { display: inline-block; } .post-info-aside .post-love, .post-author-aside span, .post-author-aside a, .post-comments-aside span, .post-comments-aside a { font-size: 1.2rem; text-transform: none; color: #999; margin-right: 0; margin-left: 0; letter-spacing: 0; } .post-info-aside .post-love, .post-author-aside span, .post-author-aside a, .post-comments-aside span, .post-comments-aside a { display: block; } .post-info-aside [class*="icon-"] { font-size: 1.2rem; } .post-info-aside, .post-author-aside, .post-comments-aside { min-width: 12rem; margin-left: 0; text-align: left; } .post-info-aside .post-info-inner, .post-author-aside .author-title { margin-top: 0; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #ccc; } .post-info-aside .post-love [class*="icon-"] { width: 1.3rem; margin-right: 0.6rem; } .post-info-aside .social-list { text-align: left; } .post-info-aside+.post-content, .post-author-aside+.author-bio, .post-comments-aside+.comments-inner { padding-left: 17rem; } @media only screen and (max-width: 768px) { .post-info-aside+.post-content { padding-left: 0; } .blog-masonry .post-title, .blog-masonry.masonry-set-dimensions .post-title { font-size: 1.862rem; } .blog-regular .post-title, .blog-wide .post-title { font-size: 2.542rem; } } /* Regular Blog */ .blog-regular .post { margin-bottom: 4rem; } .blog-single-post .post, .blog .post-comments, .blog .post-comments-respond { margin-bottom: 0; } .blog-regular.list .post { margin-bottom: 1rem; } /* post background images */ .blog-regular.list .post, .blog-regular.list .with-background { -webkit-transition-property: background; transition-property: background; -webkit-transition-duration: 1200ms; transition-duration: 1200ms; } .blog-regular.list .post { background-size: cover; background-repeat: no-repeat; background-position: 0 10%; } .blog-regular.list .with-background:hover *:not(.label) { -webkit-transition-duration: 300ms; transition-duration: 300ms; } .blog-regular.list .post:hover { background-size: cover; background-position: center; } .blog-regular.list .with-background:hover { background: rgba(0, 0, 0, 0.35); } .blog-regular.list .with-background:hover *:not(.label) { color: #fff !important; } .blog-regular.list .post-1-1 { background-image: url(../images/blog/regular/image-regular.jpg); } .blog-regular.list .post-1-2 { background-image: url(../images/blog/regular/image-regular-2.jpg); } .blog-regular.list .post-1-3 { background-image: url(../images/blog/regular/image-regular-3.jpg); } .blog-regular.list .post-1-4 { background-image: url(../images/blog/regular/image-regular-4.jpg); } .blog-regular.list .post-1-5 { background-image: url(../images/blog/regular/image-regular-5.jpg); } /* Blog Masonry */ .blog-masonry .post-content:not(.post-content.with-background) { padding: 0 2rem; } .blog-masonry .caption-over-outer .post-info .post-date { padding: 0; margin: 0; border: none; display: inline-block; } .blog-masonry .author-avatar { max-width: 4rem; } .blog-masonry .name { font-size: 1.4rem; } .blog-masonry .author-title { font-size: 1.2rem; } .blog-masonry .post-author:not(.center) .author-bio .author-avatar+.author-content { padding-top: 0; margin-left: 6rem; } /* Blog Masonry Set Dimentions */ @media only screen and (max-width: 768px) { .blog-masonry.masonry-set-dimensions .grid-item { width: 100% !important; height: 25.8rem !important; } } .blog-masonry.masonry-set-dimensions .post-title, .blog-masonry.masonry-set-dimensions .post-title a, .blog-masonry.masonry-set-dimensions .post-info, .blog-masonry.masonry-set-dimensions .post-info a { color: #fff; } .blog-masonry.masonry-set-dimensions .post-info { margin-bottom: 1rem; display: block; font-size: 1.4rem; text-transform: none; } .blog-masonry.masonry-set-dimensions .no-image .content-outer { border-radius: 0.3rem; } .blog-masonry.masonry-set-dimensions .no-image .content-inner { padding: 4rem; } /* Blog Mejs Player */ .post-media .mejs-container.mejs-audio .mejs-controls .mejs-play, .post-media .mejs-container.mejs-audio .mejs-controls .mejs-pause { border-radius: 0; } .post-media .mejs-container.mejs-audio .mejs-controls { border-radius: 0; } .masonry-set-dimensions .post-content.with-background { background: #f4f4f4; } .masonry-set-dimensions .post-media:hover .post-content { background: rgba(0, 0, 0, 0.8); } .masonry-set-dimensions .post-media:hover .post-content h2 a { color: #fdeb74; } .masonry-set-dimensions .post-media:hover .post-author a:hover { opacity: 0.5; } /* Comments */ .post-comments, .post-comment-respond { margin-top: 0; } .post-comments .comment-meta { font-size: 1.3rem; } .comment-meta span:first-child { margin-left: 0; } .comment-meta span { margin-left: 1rem; margin-right: 1rem; } .post-comments ol:not(.comment-list), .post-comments ul:not(.comment-list) { margin-left: 10rem; } .comment-list li { margin-bottom: 1rem; } .comment-list ul { margin-top: 0rem; margin-left: 10rem; } .comment-list ul .comment { padding: 3rem 3rem 0 3rem; background: #f5f7f9; border-radius: 0.3rem; overflow: hidden; } .post-comments .comment-meta a { font-weight: 400; } .post-comments .name { margin-bottom: 1rem; } .comment-form textarea { min-height: 20rem; } .post-comment-respond .comment-form .column { float: left; } .post-author, .post-comments, .post-comment-respond { border-color: #ecedf2; } .post-author .author-content { padding-top: 1rem; } .post-author .name { margin-bottom: 0; } @media only screen and (max-width: 768px) { .comment-list ul { margin-left: -5rem !important; margin-right: -5rem !important; } .comment-list ul .comment { padding: 5rem 5rem 0 5rem; } } /*------------------------------------------------------------------ [21. Form Elements] */ .field-wrapper { position: relative; overflow: hidden; } .field-wrapper label:not(.checkbox-label):not(.radio-label) { opacity: 0.5; } .form-submit.full-width { width: 100%; } [class*="form-container"] .column { position: relative; } /* Common Styling */ /* default */ .form-element, textarea, .input-indication { margin-bottom: 2rem; } form .list-inline .form-element { margin-bottom: 0; } .form-element, textarea { background-color: #fafbfc; border: 1px solid #ecedf2; } .form-element, textarea, select { font-size: 1.3rem; text-transform: none; font-weight: normal; letter-spacing: 0.1rem; color: #666; } /* form focus */ .form-element:focus, .form-element:focus+label:before, .input-indication .form-element:focus+.inherit-style, .input-indication.reverse .form-element:focus+.inherit-style, textarea:focus { background-color: #fff; border-color: #6773f1; box-shadow: none; color: #6773f1; } input[type="submit"]:focus { box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, .3); -webkit-transform: translateY(-1px); transform: translateY(-1px); } /* form error focus */ .form-element.required-field:focus, .form-element.required-field:focus+label:before textarea.required-field:focus { background-color: #fff; border-color: #6773f1; box-shadow: none; color: #6773f1; } /* form error */ .form-element.required-field, .form-element.required-field+label:before, textarea.required-field { background-color: #fff; border-color: #ff765f; box-shadow: none; color: #ff765f; position: relative; } /* checbox and radio */ .checkbox-label, .radio-label { color: #666; position: relative; } .checkbox+.checkbox-label:before, .radio+.radio-label:before { background: rgba(207, 215, 223, .1); border-color: #ecedf2; } .checkbox+.checkbox-label:before { border-radius: 0.3rem; } .checkbox:checked+.checkbox-label, .radio:checked+.radio-label { opacity: 1; } .checkbox:checked+.checkbox-label:before { content: '\e63a'; background: #6773f1; border-color: #6773f1; color: #fff; } .radio:checked+.radio-label:before { background: #6773f1; } .checkbox.required-field { position: absolute; } /* placeholder color */ .form-element::-webkit-input-placeholder { color: #666; } .form-element:focus::-webkit-input-placeholder { color: #6773f1; } .form-element::-moz-placeholder { color: #666; } .form-element:focus::-moz-placeholder { color: #6773f1; } .form-element:-ms-input-placeholder { color: #666; } .form-element:focus:-ms-input-placeholder { color: #6773f1; } /* Contact Specific */ .contact-form textarea { min-height: 15rem; } .contact-form-container ::-webkit-input-placeholder { color: #666; } .contact-form-container :focus::-webkit-input-placeholder { color: #6773f1; } .contact-form-container ::-moz-placeholder { color: #666; } .contact-form-container :focus::-moz-placeholder { color: #6773f1; } .contact-form-container :-ms-input-placeholder { color: #666; } .contact-form-container :focus:-ms-input-placeholder { color: #6773f1; } .contact-form-container .form-response { bottom: -3rem; } /* Overlay Search Form Elements */ .search-form-container .form-element:focus { color: #6773f1; } .search-form-container ::-webkit-input-placeholder { color: #666; } .search-form-container :focus::-webkit-input-placeholder { color: #6773f1; } .search-form-container ::-moz-placeholder { color: #666; } .search-form-container :focus::-moz-placeholder { color: #6773f1; } .search-form-container :-ms-input-placeholder { color: #666; } .search-form-container :focus:-ms-input-placeholder { color: #6773f1; } #signup-lightbox button, #signup-lightbox .button { width: auto; max-width: auto; } /* Signup Forms */ .signup-form-container .form-response { font-size: 1rem; } /* signup 1 */ .signup-1 .form-response { width: auto; text-align: center; color: #666; bottom: 0; } .signup-1 ::-webkit-input-placeholder { color: #666; } .signup-1 :focus::-webkit-input-placeholder { color: #6773f1; } .signup-1 ::-moz-placeholder { color: #666; } .signup-1 :focus::-moz-placeholder { color: #6773f1; } .signup-1 :-ms-input-placeholder { color: #666; } .signup-1 :focus:-ms-input-placeholder { color: #6773f1; } /* signup 2 */ .signup-2 .signup-form-container { background-color: #fff; border-radius: 0.3rem; } .signup-2 .form-response { width: 100%; padding: 0 4rem; text-align: left; } .signup-2 .form-response { margin-left: -4rem; } .signup-2 ::-webkit-input-placeholder { color: #666; } .signup-2 :focus::-webkit-input-placeholder { color: #6773f1; } .signup-2 ::-moz-placeholder { color: #666; } .signup-2 :focus::-moz-placeholder { color: #6773f1; } .signup-2 :-ms-input-placeholder { color: #666; } .signup-2 :focus:-ms-input-placeholder { color: #6773f1; } /* Create Acc. Specific */ .create-account .form-submit { position: relative; top: 2.9rem; } .tm-lightbox .create-account .form-submit, .tm-slider-container .create-account .form { top: 0; } .tms-caption.create-account { padding: 1.5rem 3.5rem; display: block !important } .tms-caption .form-response { bottom: 1rem; } /* Login Specific */ .header .dropdown-list .recuperate-password { font-size: 1.1rem; color: #999; } .login-form-container .form-element, .login-form-container textarea { background-color: rgba(207, 215, 223, .1); border: 1px solid #ecedf2; color: #999; } .login-form-container .form-element:focus { background-color: #fff; border-color: #6773f1; color: #6773f1; } .login-form-container .form-element.required-field { border-color: #999; color: #fff; } .login-form-container .form-element.required-field:focus { border-color: #ff765f; color: #fff; } .login-form-container .form-response { color: #999; } .login-form-container ::-webkit-input-placeholder { color: #666; } .login-form-container :focus::-webkit-input-placeholder { color: #6773f1; } .login-form-container ::-moz-placeholder { color: #666; } .login-form-container :focus::-moz-placeholder { color: #6773f1; } .login-form-container :-ms-input-placeholder { color: #666; } .login-form-container :focus:-ms-input-placeholder { color: #6773f1; } /* Footer Specific */ .footer .form-element, .footer textarea { background-color: rgba(207, 215, 223, .1); border: 1px solid #444; margin-bottom: 2rem; color: #666; } .footer .form-element:focus, .footer textarea:focus { background-color: #fff; box-shadow: none; color: #000; } .footer .form-element.required-field, .footer textarea.required-field { background-color: #fff; color: #666; } .footer .form-element.required-field:focus, .footer textarea.required-field:focus { background-color: #fff; box-shadow: none; color: #000; } .footer-light .form-element, .footer-light textarea { background-color: rgba(207, 215, 223, .1); border: 1px solid #ecedf2; margin-bottom: 2rem; color: #666; } .footer-light .form-element:focus, .footer-light textarea:focus { background-color: #fff; box-shadow: none; color: #6773f1; } .footer-light .form-element.required-field, .footer-light textarea.required-field { background-color: #fff; color: #ff765f; } .footer-light .form-element.required-field:focus, .footer-light textarea.required-field:focus { background-color: #fff; box-shadow: none; color: #6773f1; } @media only screen and (max-width: 768px) { .footer .signup-form-container .button { width: 12rem; } } .footer ::-webkit-input-placeholder { color: #666; } .footer :focus::-webkit-input-placeholder { color: #6773f1; } .footer ::-moz-placeholder { color: #666; } .footer :focus::-moz-placeholder { color: #6773f1; } .footer :-ms-input-placeholder { color: #666; } .footer :focus:-ms-input-placeholder { color: #6773f1; } /* Disabled */ .disabled { opacity: 0.6; background-color: #f4f4f4 !important; border-color: #eee !important; color: #999 !important; } .disabled:hover { opacity: 0.6; background-color: #f4f4f4; border-color: #eee; } /*------------------------------------------------------------------ [22. Social Lists] */ .social-list li { font-size: 1rem; text-transform: none; font-weight: 400; } .social-list li a { color: #333; } .social-list li.social-list-label { color: #333; } /*------------------------------------------------------------------ [23. Footer] */ /* Footer Text */ .footer .widget, .footer address { font-size: 1.3rem; color: #959faa; text-transform: none; font-style: normal; } .footer-top a:not(.button) { font-size: 1.4rem; color: #959faa; } .footer-bottom a { font-size: 1.2rem; color: #fff; } .footer .copyright { margin-bottom: 0; font-size: 1.2rem; float: none; } /* Footer Widgets */ .footer .widget li { padding-top: 0; border: none; border-color: #eee; } .footer .post-date { font-size: 1rem; font-weight: 700; text-transform: uppercase; } /* Footer Background */ .footer { width: 100%; background: #212325; color: #959faa; z-index: 0; } .footer-light { background: #fff; } .footer [class*="content-grid"] { margin-left: -1.5rem; margin-right: -1.5rem; } .footer .grid-item { padding-left: 1.5rem; padding-right: 1.5rem; } .footer-top { background-color: transparent; } .footer-top .footer-logo { width: 9rem; margin-bottom: 3rem !important; } .footer .footer-bottom { padding: 0 0 2rem 0; } .footer.with-border { border-style: solid; } .footer.with-border, .footer .footer-bottom { border-width: 1px 0 0 0; border-color: #303336; } .footer-light.with-border, .footer-light .footer-bottom { border-width: 1px 0 0 0; border-color: #ecedf2; } .footer .footer-bottom-inner { border-color: transparent; } .footer-light .footer-bottom-inner { border-color: transparent; } .footer .footer-bottom, .footer .footer-bottom a { color: #959faa; } .footer-bottom .footer-logo { width: 6.5rem; margin-bottom: 1rem; margin-right: 1.4rem; line-height: 1.7; } /* Footer Navigation */ .footer .navigation>ul>li>a:not(.button) { margin: 0 1rem; } .footer .navigation li, .footer .navigation ul li a:not(.button) { padding: 0; display: inline-block; float: none; } .footer .navigation a:not(.button), .footer .social-list, .footer .social-list a { font-size: 1.3rem; font-weight: normal; color: #959faa; text-transform: none; letter-spacing: 0; } .footer .navigation a:not(.button):hover { color: #212325; } .footer .footer-bottom .navigation, .footer .footer-bottom .social-list { float: none; } /* Columns */ @media only screen and (max-width: 960px) { .footer-top.two-columns-on-tablet>.row>[class*="width-"] { width: 50%; text-align: left !important; } } @media only screen and (max-width: 768px) { .footer-top.two-columns-on-tablet>.row>[class*="width-"] { width: 100% !important; } } /*------------------------------------------------------------------ [24. Sidebar] */ /* Sidebar Widgets */ .sidebar .widget, .sidebar .widget :not(.widget-title) a { font-size: 1.3rem; } .sidebar .widget .tag-cloud a { font-size: 1rem; } .sidebar .widget li { padding-top: 0rem; padding-bottom: 0rem; } .sidebar .widget .list-group li { padding-top: 1rem; padding-bottom: 1rem; } .sidebar .widget ul { margin-bottom: 5rem; } .sidebar .post-date { font-size: 1rem; font-weight: 700; text-transform: uppercase; } .sidebar .with-background { padding: 4rem 3rem; background-color: #fff; border-color: #ecedf2; } .sidebar .search-form-container .form-element { margin-bottom: 0 } .sidebar .widget.social li:first-child a { margin-left: 0; } @media only screen and (max-width: 960px) { .sidebar .sidebar-inner { margin-top: 7rem; border-top-color: #ecedf2; } } /*------------------------------------------------------------------ [25. Dividers] */ hr, .divider { border-color: #ecedf2; } .divider, .divider span { line-height: 0; } .divider span { padding: 0 1rem; position: relative; } .footer hr { border-color: #303336; } .footer.footer-light hr { border-color: #ecedf2; } .page-intro .divider, .intro-title-2 .divider, .footer-light hr { border-color: #ecedf2; } [class*="border-"].thick, [class*="border-"].thick * { border-width: 0.2rem; } /*------------------------------------------------------------------ [26. Media Element Player] */ .mejs-container.mejs-audio .mejs-controls { border-radius: 3px; } .mejs-container.mejs-audio .mejs-controls, .mejs-controls .mejs-volume-button .mejs-volume-slider { background: rgba(255, 255, 255, 0.9); } .mejs-container.mejs-audio .mejs-controls { background: #f9f9f9; } .mejs-minimal-player .mejs-container .mejs-controls { background: none; } /* Time track, vol track */ .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total { background: #999; } /* Time track, vol level track */ .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current { background: #666; } .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle { background: #fff; } .mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-total { background: #fff; } .mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-minimal-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-minimal-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current { background: #fff; } /* Tooltip */ .mejs-controls .mejs-time-rail .mejs-time-float { background: #000; } /* Play Button */ .mejs-container.mejs-audio .mejs-controls .mejs-play, .mejs-container.mejs-audio .mejs-controls .mejs-pause { background: #eee; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .mejs-minimal-player .mejs-container .mejs-controls .mejs-play, .mejs-minimal-player .mejs-container .mejs-controls .mejs-pause { background: none; } /* Time */ .mejs-container .mejs-controls .mejs-time span { color: #666; } .mejs-minimal-player .mejs-container .mejs-controls .mejs-time span { color: #fff; } /*------------------------------------------------------------------ [27. E-Commerce] */ /* Grid */ .shop .products .product h3.product-title { font-size: 1.862rem; } .product-title a { color: #000; } .shop .products .product .product-price { font-size: 1.6rem; } .shop .products .product .product-thumbnail .product-actions .add-to-cart-button { width: auto; } .shop .products .product .product-thumbnail:hover .product-actions { -webkit-transform: translateY(-2rem); transform: translateY(-2rem); } @media only screen and (max-width: 768px) { .shop .products .product h3.product-title { font-size: 1.596rem; } .shop .products .product .product-price { font-size: 1.5rem; } } /* Shop Overlay Tags */ .shop .products .product .onsale, .single-product .product .onsale { background-color: #6773f1; } .shop .products .product .outofstock, .single-product .product .outofstock { background-color: #2c2e30; } /* Tables */ .shop .table .product-details .product-description, .shop .table .product-details .product-remove { font-size: 1.2rem; background: none; } .shop .table .product-details .product-description { margin-bottom: 0.8rem; color: #959faa; } .shop .table>tbody>.cart-order-total>td, .shop .table>tbody>.cart-order-total>td { font-size: 1.862rem; font-weight: 400; } .shop .table>tbody>.cart-shipping-total>td, .shop .table>tbody>.cart-shipping-total>td { border-top: 1px solid #ecedf2; } .shop .table>tbody>.cart-order-total>td, .shop .table>tbody>.cart-order-total>td { border-width: 2px; border-color: #2fca74; } .single-product .review-comments .comment-list>li, .single-product .products-similar hr, .single-product .review-comments, .cart .cart-review, .checkout .cart-review, .checkout .cart-overview hr { margin-bottom: 5rem; } .shop .cart-overview .view-cart { padding: 0.2rem 0.7rem; margin-right: 0; color: #2fca74; } .shop .cart-overview .view-cart:hover { color: #212325; } /* Shop Buttons */ .shop .cart-overview .button, .shop .product .button { background-color: #2fca74; border-color: #2fca74; color: #fff; } .shop .cart-overview .button:hover, .shop .product .button:hover { background-color: #6773f1; border-color: #6773f1; color: #fff; } /* Widgets */ .sidebar .widget .product-list li { padding-top: 1.5rem; padding-bottom: 1.3rem; } .widget .cart-overview a.product-remove { background-color: #eee; } /* Single Product Page */ .single-product .product-images .tm-slider-container { width: 73rem; height: 54.1rem; } .single-product .product-images .tm-slider-container li { margin-bottom: 3rem; } .single-product .product-images .tm-slider-container .tms-pagination { bottom: -4rem; } .single-product .review-comments { padding-bottom: 5rem; } .single-product .products-similar hr { margin-top: 2rem; } .single-product .product-tabs .tab-panes { padding-top: 5rem !important; } .single-product .product-summary .product-rating { font-size: 1.2rem; } .single-product .product-summary .product-price { margin-bottom: 2rem; } .single-product .product-summary .product-price ins, .single-product .product-summary .product-price del { font-size: 2.476rem; font-weight: 400; } .single-product .product-summary .radio-label ins, .single-product .product-summary .radio-label del { font-size: 1.862rem; font-weight: 400; vertical-align: middle; } .single-product .product-summary .product-price ins .amount, .single-product .product-summary .radio-label ins .amount { color: #212325; } /* Cart Overview & Checkout */ .cart .cart-review .product-thumbnail a { width: auto; } .cart .cart-review .product-thumbnail a span>span { display: block; } .cart .cart-overview .product-remove a { background-color: #eee; } .checkout .product-summary .radio-label { font-size: 1.862rem; font-weight: 400; vertical-align: middle; } .checkout .form-security-code+.input-icon [class*="icon-"] { padding: 0.2rem; border-radius: 3rem; font-size: 1rem; } /*------------------------------------------------------------------ [27. Component Styling] */ /* Testimonial Slider */ .testimonial-slider { height: 14rem; } .testimonial-slider blockquote { width: 100%; } .testimonial-slider blockquote span { margin-bottom: 2rem; } .testimonial-slider cite { font-size: 1.4rem; font-weight: 400; text-transform: none; font-style: normal; } .testimonial-slider p+span { margin-top: 2rem; } /* Button */ .button { text-transform: none; font-weight: 400; text-transform: none; letter-spacing: 0; } .button-content { line-height: 1; } /* Lists */ .list-horizontal.flex li { width: 33.33333%; } /* Dropdown */ .dropdown-list a.active { color: #f5f7f9; } .dropdown-list { width: 18rem; border: 1px solid #ecedf2; box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); } .list-up .dropdown-list { box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); } .dropdown .button { min-width: 10rem; } .dropdown-label+.dropdown { margin-left: 1rem; } /* Box */ .box { font-size: inherit !important; line-height: inherit !important; } .box.js-fiddle { padding-top: 0; } .box.js-fiddle:before { width: 100%; height: 5rem; margin: 0 -3.5rem 0 -3.5rem; background-color: #f5f7f9; box-shadow: 0 0 5px rgba(57, 70, 78, 0.2); content: ""; position: absolute; z-index: 0; } .box.js-fiddle iframe { position: relative; } .box.box-1 { background-image: url(../images/generic/box-1.jpg); } .box.box-2 { background-image: url(../images/generic/box-2.jpg); } .box.box-3 { background-image: url(../images/generic/box-3.jpg); } /* Blockquote */ blockquote.border { border-color: #6773f1 !important; border-width: 3px !important; } blockquote.avatar.small span, blockquote.avatar.small span img, blockquote.avatar.medium span, blockquote.avatar.medium span img, blockquote.avatar.large span, blockquote.avatar.large span img, blockquote.avatar.xlarge span, blockquote.avatar.xlarge span img { width: 7rem; height: 7rem; } /* Video Container */ .video-container { border-radius: 0.3rem; } /* Thumbnail */ .thumbnail.background-image-container.large { min-height: 40rem; } .thumbnail.background-image-container { min-height: 30rem; } .thumbnail.background-image-container.small { min-height: 20rem; } /* Feature Section */ .feature-2 .feature-image img { width: 90%; } @media only screen and (max-width: 960px) { .feature-content-inner { padding-top: 0; } } /* Logo Section */ .logos-1 a { opacity: 1; } .logos-1 a:hover { opacity: 1; } .logo-slider { height: 14rem; } .logos-1 a, .logos-1 span { padding: 0.5rem 0; } /* Clients Section */ .clients-1 .client-name { text-transform: none; font-weight: 400; font-size: 1.4rem; opacity: 1; } .clients-1 .counter { font-size: 10rem; margin-bottom: 0; } /* Profile Image */ .profile-image.pull-left { margin-right: 3.5rem; margin-bottom: 2rem; } .profile-image.pull-right { margin-left: 3.5rem; margin-bottom: 2rem; } /* Hero Sections */ .hero-1, .hero-2, .hero-3, .hero-4, .hero-5, .hero-6 { height: 50rem; } [class*="hero-"].small { height: 25rem; } [class*="hero-"].window-height { height: 100vh; } .hero-5 .center .tms-pagination { text-align: center; } .hero-3 .hero-content { border-color: #6773f1 !important; } /* Stats */ [class*="stats-"] .counter { margin-bottom: 1rem; font-size: 3.294rem; font-weight: 300; } [class*="stats-"] .counter.xlarge { font-size: 4.381rem; } [class*="stats-"] .description { font-size: 1.6rem; text-transform: none; font-weight: 400; color: #000; } @media only screen and (min-width: 768px) { .stats-3 .grid-item { border-color: #ecedf2; border-right-style: solid; } } .stats-3 .mega-stat .counter { font-size: 6rem; font-weight: 300; } .stats-3 .description { padding-bottom: 2rem; margin-bottom: 2rem; } .stats-3 .description, .stats-3 .mega-stat .description { font-size: 1.4rem; font-weight: 400; } .maintenance-stat .counter { font-size: 6.5rem; font-weight: 300; line-height: 1; } /* Countdown */ .countdown-2 .unit { background-color: transparent; } .countdown-2 .unit-type { opacity: 0.7; font-size: 40%; } .countdown { -webkit-transition-duration: 1500ms; transition-duration: 1500ms; -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); } .countdown.active { max-height: 20rem; } /* Bar percentages */ .percent-10 { width: 10%; } .percent-15 { width: 15%; } .percent-20 { width: 20%; } .percent-25 { width: 25%; } .percent-30 { width: 30%; } .percent-35 { width: 35%; } .percent-40 { width: 40%; } .percent-45 { width: 45%; } .percent-50 { width: 50%; } .percent-55 { width: 55%; } .percent-60 { width: 60%; } .percent-65 { width: 65%; } .percent-70 { width: 70%; } .percent-75 { width: 10%; } .percent-80 { width: 80%; } .percent-85 { width: 85%; } .percent-90 { width: 90%; } .percent-95 { width: 10%; } .percent-100 { width: 100%; } /* Sizes */ .progress-bar { border: none; } .progress-bar.small { height: 0.4rem; font-size: 0.5rem; line-height: 0.5rem; } .progress-bar, .progress-bar.medium { height: 2rem; } .progress-bar.large { height: 3rem; font-size: 1.4rem; line-height: 2.6rem; } .progress-bar.xlarge { height: 4rem; font-size: 1.5rem; line-height: 3.6rem; } /* Accordion */ .accordion>ul>li>a { padding: 1.3rem 2.5rem; background-color: #ecedf2; border-color: #ecedf2; color: #666; font-size: 1.3rem; font-weight: 400; text-transform: none; } .accordion>ul>li.active>a, .accordion>ul>li.active>a:hover { border-color: transparent; background-color: #2c2e30; color: #fff; } .accordion>ul>li>a:hover { border-color: transparent; background-color: #f6f7fc; } .accordion .accordion-content { padding: 3rem; } /* button nav */ .accordion.button-nav>ul>li>a { padding: 1.3rem 2.5rem; color: #666; font-size: 1.3rem; font-weight: 400; } .accordion.button-nav>ul>li.active>a, .accordion.button-nav>ul>li.active>a:hover { background-color: #2fca74; border: none; color: #fff; } .accordion.button-nav>ul>li>div { border: none; } .accordion.button-nav .accordion-content { padding: 3rem 0; border: none } /* line nav */ .accordion.line-nav>ul>li>a { padding: 1.3rem 0; border: none; font-weight: 400; background-color: transparent; border-bottom: 1px solid #ecedf2; color: #666; } .accordion.line-nav>ul>li.active>a, .accordion.line-nav>ul>li.active>a:hover { background-color: transparent; border-bottom-color: #92d7ef; color: #92d7ef; } .accordion.line-nav .accordion-content { padding: 3rem 0; border: none; } .accordion.line-nav>ul>li>div { border: none; } .accordion.line-nav>ul>li.active>div { border-bottom: 1px solid #eee; } /* unstyled */ .accordion.unstyled>ul>li>a { padding: 1.3rem 0; border: none; font-weight: 400; background-color: transparent; border: none; color: #666; } .accordion.unstyled>ul>li.active>a, .accordion.unstyled>ul>li.active>a:hover { background-color: transparent; border-color: transparent; color: #2fca74; } .accordion.unstyled .accordion-content { padding: 3rem 0; border: none; } .accordion.unstyled>ul>li>div { border: none; } .accordion.unstyled>ul>li.active>div { border: none; } /* Tabs */ .tabs .tab-nav>li a { padding: 1.3rem 2.5rem; background-color: #ecedf2; border-color: #ecedf2; color: #666; font-size: 1.3rem; font-weight: 400; text-transform: none; } .tabs .tab-nav>li a:hover { background-color: #f6f7fc; border-color: #f6f7fc; color: #2c2e30; } .tabs .tab-nav>li, .tabs.vertical .tab-nav>li { margin: 0; } .tabs .tab-nav>li.active a, .tabs .tab-nav>li.active a:hover { border-left-color: #ecedf2; border-top-color: #ecedf2; border-right-color: #ecedf2; color: #2c2e30; } .tabs .tab-panes { padding: 3rem; border-color: #ecedf2; } .tabs.button-nav .tab-nav>li, .tabs.line-nav .tab-nav>li { margin: 0 !important; } .tabs.button-nav .tab-panes, .tabs.line-nav .tab-panes { border: none; } .tabs.button-nav:not(.style-3) .tab-panes, .tabs.line-nav:not(.style-3) .tab-panes { padding: 4rem 0 0 0; border: none; background: none; } .tab-panes>div.active { overflow: visible; } .tabs.button-nav.vertical.right .tab-panes, .tabs.line-nav.vertical.right .tab-panes { padding-right: 2.5rem; margin: 0 !important; } /* button nav */ .tabs.button-nav.vertical .tab-nav>li, .tabs.button-nav.vertical.right .tab-nav>li { margin-bottom: 0; } .tabs.button-nav .tab-nav>li a, .tabs.button-nav.vertical .tab-nav>li a { background-color: transparent; border: none; color: #666; } .tabs.button-nav .tab-nav>li a:hover { background-color: transparent; border: none; color: #2c2e30; } .tabs.button-nav .tab-nav>li.active a, .tabs.button-nav .tab-nav>li.active a:hover, .tabs.button-nav.vertical.right .tab-nav>li.active a, .tabs.button-nav.vertical.right .tab-nav>li.active a:hover { margin-right: 0; border: none; background-color: #2fca74; color: #fff; } .tabs.button-nav.rounded.bordered .tab-nav, .tabs.button-nav.rounded .tab-nav>li a { border-radius: 0.3rem; } .tabs.button-nav.pill.bordered .tab-nav, .tabs.button-nav.pill .tab-nav>li a { border-radius: 10.5rem; } /* line nav */ .tabs.line-nav .tab-nav>li a, .tabs.line-nav.vertical .tab-nav>li a, .tabs.line-nav.vertical.right .tab-nav>li a { background-color: transparent; border-width: 0 0 1px 0; border-color: #eee; color: #666; } .tabs.line-nav:not(.vertical) .tab-panes { border-top: 1px solid #ecedf2; } .tabs.line-nav .tab-nav>li.active a, .tabs.line-nav .tab-nav>li.active a:hover, .tabs.line-nav.vertical .tab-nav>li.active a, .tabs.line-nav.vertical.right .tab-nav>li.active a { background-color: transparent; border-width: 0 0 1px 0; border-color: #2fca74; color: #2c2e30; } /* unstyled */ .tabs.unstyled .tab-nav>li a, .tabs.unstyled.vertical .tab-nav>li a, .tabs.unstyled.vertical.right .tab-nav>li a, .tabs.unstyled .tab-panes { background-color: transparent; border-width: 0; color: #666; } .tabs.unstyled .tab-nav>li.active a, .tabs.unstyled .tab-nav>li.active a:hover, .tabs.unstyled.vertical .tab-nav>li.active a, .tabs.unstyled.vertical.right .tab-nav>li.active a { background-color: transparent; border: none; color: #2c2e30; } .tabs.unstyled .tab-nav>li a { opacity: 0.5; } .tabs.unstyled .tab-nav>li.active a, .tabs.unstyled .tab-nav>li a:hover { opacity: 1; } .tabs.unstyled:not(.vertical) .tab-nav>li a { padding: 1rem 0; margin-right: 3rem; } .tabs.unstyled.vertical .tab-nav>li a { padding: 0 5rem 2rem 0; margin: 0; } .tabs.unstyled.vertical.right .tab-nav>li a { padding: 0 0 2rem 5rem; margin: 0; } .tabs.unstyled.center:not(.vertical) .tab-nav>li a { margin: 0 1.5rem 0 1.5rem; } .tabs.unstyled.right:not(.vertical) .tab-nav>li a { margin: 0 0 0 3rem; } .tabs.unstyled .tab-panes { padding: 0; } /* animation */ .tab-panes .tab-content { -webkit-transition-property: transform, opacity, visibility; transition-property: transform, opacity, visibility; -webkit-transition-duration: 1000ms; transition-duration: 1000ms; -webkit-transform: translateY(1rem); transform: translateY(1rem); } .tab-panes .animate-in .tab-content { -webkit-transform: translateY(0); transform: translateY(0); } @media only screen and (min-width: 480px) { .tabs.button-nav .tab-nav { display: inline-block; } .tabs.button-nav.vertical .tab-panes { padding: 0 0 0 3.5rem; } .tabs.button-nav.vertical .tab-panes, .tabs.line-nav.vertical .tab-panes { padding: 0 0 0 3.5rem; margin: 0 !important; } .tabs.button-nav.vertical.right .tab-panes, .tabs.line-nav.vertical.right .tab-panes { padding: 0 3.5rem 0 0; margin: 0 !important; } .tabs.button-nav:not(.vertical).bordered .tab-nav { padding: 0.4rem; border: 1px solid #ecedf2; } .tabs.line-nav.vertical .tab-nav>li a { padding-left: 0; border: none; border-right: 1px solid #eee; } .tabs.line-nav.vertical.right .tab-nav>li a { padding-left: 2.5rem; padding-right: 0; border: none; border-left: 1px solid #eee; } .tabs.line-nav.vertical .tab-nav>li.active a, .tabs.line-nav.vertical .tab-nav>li.active a:hover { border: none; border-right: 1px solid #2fca74; } .tabs.line-nav.vertical.right .tab-nav>li.active a, .tabs.line-nav.vertical.right .tab-nav>li.active a:hover { border: none; border-left: 1px solid #2fca74; } } /* Menus */ .menu-list h4 { font-size: 1.4rem; } .menu-list li:nth-child(even) h4, .menu-list li:nth-child(even) .menu-description { color: #666; } .menu-list h4 .menu-line { bottom: 1px; } .menu-list .menu-content .menu-line { bottom: 8px; } .menu-item .menu-title, .menu-item .menu-description, .menu-item .menu-price { background: none; } .menu-item.dotted .menu-title, .menu-item.dotted .menu-description, .menu-item.dotted .menu-price, .menu-item.dashed .menu-title, .menu-item.dashed .menu-description, .menu-item.dashed .menu-price { background-color: #fff; } .dotted .menu-line { background-image: radial-gradient(circle closest-side, #ccc 99%, rgba(0, 0, 0, 0) 0%); } .dashed .menu-line { background-image: linear-gradient(to right, #ccc 50%, rgba(0, 0, 0, 0) 0%); } /* Timeline */ .timeline .timeline-item:before { background-color: #2fca74; } .timeline .timeline-item:after { background-color: #ecedf2; } .timeline .timeline-section:before { border-color: #ecedf2; } /* Pricing Tables */ .pricing-table .pricing-table-header { overflow: hidden; } .pricing-table-column.callout { box-shadow: 0rem 0rem 1.8rem rgba(0, 0, 0, .2); } .pricing-table-column.callout.with-background-image { background-image: url(../images/generic/pricing-table.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .pricing-table-column.callout.with-background-image>* { background-color: rgba(0, 0, 0, 0.4); } .pricing-table-options del { text-decoration: line-through; } .pricing-table-price h4 { font-weight: 300; } .pricing-table-price .interval, .pricing-table-price .currency { margin-top: 0; opacity: 0.5; font-weight: 400; } .pricing-table-price .interval { display: inline-block; } /* style 1 */ .pricing-table.style-1 .pricing-table-column * { text-align: left; } .pricing-table.style-1 .pricing-table-header h2 { font-size: 1.862rem; } /* style-2 */ .pricing-table.style-2 .pricing-table-column * { text-align: left; } .pricing-table.style-2 .pricing-table-header h2 { font-size: 1.862rem; } .pricing-table.style-2 .interval { display: block; font-size: 1.3rem !important; text-transform: none; opacity: 0.6; } /* style-3 */ .pricing-table.style-3 .pricing-table-header { overflow: hidden; } .pricing-table.style-3 .pricing-table-column * { text-align: center; } .pricing-table.style-3 .pricing-table-header h2 { font-size: 1.862rem; } .pricing-table.style-3 .interval { display: block; font-size: 1.3rem !important; text-transform: none; text-align: center; opacity: 0.6; } /* Tables */ table.table, .table th+th, .table td { border-color: #ecedf2; } .table>thead { background-color: #f5f7f9; } /* Breadcrumb */ .breadcrumb li, .breadcrumb li a { font-size: 1.3rem; } .intro-title-2 .breadcrumb, .page-intro .breadcrumb, .intro-title-2 .breadcrumb a, .page-intro .breadcrumb a { color: #fff; } .intro-title-2 .breadcrumb a, .page-intro .breadcrumb a { opacity: 0.6; } .intro-title-2 .breadcrumb a:hover, .page-intro .breadcrumb a:hover { opacity: 1; } /* Code */ .code-snippet-title { padding: 1rem; margin-bottom: 0; background-color: #f5f7f9; font-size: 1.1rem; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; } .code-snippet:hover { box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.1); } .code-snippet:hover { background-color: #fff; } .code-snippet-title+.code-snippet { border-top-left-radius: 0; border-top-right-radius: 0; } .code-snippet pre { line-height: 1.2; white-space: nowrap; } .code-snippet code { padding: 0; font-size: 1.3rem; background: none; } .code-snippet .copy-to-clipboard { padding: 0.4rem 0.7rem !important; display: none; position: absolute; top: 1rem; right: 1rem; } .code-snippet:hover .copy-to-clipboard { display: block; } /*------------------------------------------------------------------ [28. Resolution Media Queries] */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { /* Intro Sections */ .intro-title-2 { background-image: url(../images/slider/slide-2-page-intro@2x.jpg); } .intro-title-2-1 { background-image: url(../images/slider/slide-3-page-intro@2x.jpg); } .intro-title-2-2 { background-image: url(../images/slider/slide-3-page-intro@2x.jpg); } .intro-title-2-3 { background-image: url(../images/slider/slide-11-page-intro@2x.jpg); } .intro-title-2-4 { background-image: url(../images/slider/slide-13-page-intro@2x.jpg); } /* Fullscreen Sections */ .fullscreen-bkg-1 { background-image: url(../images/slider/slide-2-fs@2x.jpg); } .fullscreen-bkg-2 { background-image: url(../images/slider/slide-3-fs@2x.jpg); } .fullscreen-bkg-3 { background-image: url(../images/slider/slide-4-fs@2x.jpg); } /* Stat Sections */ .stats-1-1 { background-image: url(../images/generic/hero-1@2x.jpg); } /* Hero Sections */ .hero-2-1 { background-image: url(../images/generic/hero-2-1@2x.jpg); } .hero-2-2 { background-image: url(../images/generic/hero-2-2@2x.jpg); } .hero-2-3 { background-image: url(../images/generic/hero-2-3@2x.jpg); } .hero-2-4 { background-image: url(../images/generic/hero-2-4@2x.jpg); } .hero-2-5 { background-image: url(../images/generic/hero-2-5@2x.jpg); } .hero-2-6 { background-image: url(../images/generic/hero-2-6@2x.jpg); } .hero-2-7 { background-image: url(../images/generic/hero-2-7@2x.jpg); } .hero-2-8 { background-image: url(../images/generic/hero-2-8@2x.jpg); } .hero-2-9 { background-image: url(../images/generic/hero-2-9@2x.jpg); } .hero-2-10 { background-image: url(../images/generic/hero-2-10@2x.jpg); } .hero-3-1 { background-image: url(../images/generic/hero-3-1@2x.jpg); } .hero-4-1 { background-image: url(../images/generic/hero-4-1@2x.jpg); } .hero-5-1 .media-column { background-image: url(../images/generic/hero-half-1@2x.jpg); } .hero-5-2 .media-column { background-image: url(../images/team/hero-half-2@2x.jpg); } .hero-5-3 .media-column { background-image: url(../images/services/hero-half-1@2x.jpg); } .hero-5-4 .media-column { background-image: url(../images/portfolio/projects/hero-half-1@2x.jpg); } .hero-5-5 .media-column { background-image: url(../images/generic/hero-half-4@2x.jpg); } /* Call to Action Sections */ .call-to-action-2-1 { background-image: url(../images/generic/call-to-action-1@2x.jpg); } /* Signup */ .signup-2-1 { background-image: url(../images/generic/signup-1@2x.jpg); } /* Box */ .box.box-1 { background-image: url(../images/generic/box-1@2x.jpg); } .box.box-2 { background-image: url(../images/generic/box-2@2x.jpg); } .box.box-3 { background-image: url(../images/generic/box-3@2x.jpg); } }
0.47658
0.134662
.hs-wrapper{ width: 333px; height: 500px; position: relative; margin: 0 auto; overflow: hidden; box-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .hs-wrapper img{ top: 0px; left: 0px; position: absolute; -webkit-animation: showMe 0.8s linear infinite 0s forwards; -moz-animation: showMe 0.8s linear infinite 0s forwards; -o-animation: showMe 0.8s linear infinite 0s forwards; -ms-animation: showMe 0.8s linear infinite 0s forwards; animation: showMe 0.8s linear infinite 0s forwards; -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; -ms-animation-play-state: paused; animation-play-state: paused; } .hs-titles span{ -webkit-animation: showMeTitle 0.8s linear infinite 0s forwards; -moz-animation: showMeTitle 0.8s linear infinite 0s forwards; -o-animation: showMeTitle 0.8s linear infinite 0s forwards; -ms-animation: showMeTitle 0.8s linear infinite 0s forwards; animation: showMeTitle 0.8s linear infinite 0s forwards; -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; -ms-animation-play-state: paused; animation-play-state: paused; } .hs-wrapper:hover .hs-titles span{ -webkit-animation-play-state: running; -moz-animation-play-state: running; -o-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; opacity: 0; } .hs-wrapper img:nth-child(1), .hs-titles span:nth-child(1){ z-index: 9; } .hs-wrapper img:nth-child(2), .hs-titles span:nth-child(2){ -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; -ms-animation-delay: 0.1s; animation-delay: 0.1s; z-index: 8; } .hs-wrapper img:nth-child(3), .hs-titles span:nth-child(3){ -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; -ms-animation-delay: 0.2s; animation-delay: 0.2s; z-index: 7; } .hs-wrapper img:nth-child(4), .hs-titles span:nth-child(4){ -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; -ms-animation-delay: 0.3s; animation-delay: 0.3s; z-index: 6; } .hs-wrapper img:nth-child(5), .hs-titles span:nth-child(5){ -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; -ms-animation-delay: 0.4s; animation-delay: 0.4s; z-index: 5; } .hs-wrapper img:nth-child(6), .hs-titles span:nth-child(6){ -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; -ms-animation-delay: 0.5s; animation-delay: 0.5s; z-index: 4; } .hs-wrapper img:nth-child(7), .hs-titles span:nth-child(7){ -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; -ms-nimation-delay: 0.6s; animation-delay: 0.6s; z-index: 3; } .hs-wrapper img:nth-child(8), .hs-titles span:nth-child(8){ -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; -o-animation-delay: 0.7s; -ms-animation-delay: 0.7s; animation-delay: 0.7s; z-index: 2; } .hs-wrapper img:nth-child(9), .hs-titles span:nth-child(9){ -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; -ms-animation-delay: 0.8s; animation-delay: 0.8s; z-index: 2; } .hs-wrapper:hover img{ -webkit-animation-play-state: running; -moz-animation-play-state: running; -o-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; } .hs-overlay{ position: absolute; width: 100%; height: 100%; opacity: 0; z-index: 500; background: rgba(0,0,0,0.6); box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset; pointer-events: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; } .hs-titles{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1000; } .hs-overlay span{ display: block; padding: 20px; position: absolute; width: 293px; left: 20px; top: 200px; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 38px; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); text-align: center; pointer-events: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .hs-titles span{ display: block; padding: 10px 20px; position: absolute; width: 293px; left: 20px; bottom: 20px; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 18px; background: #20773A; text-align: left; box-shadow: 1px 1px 2px rgba(0,0,0,0.1); pointer-events: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .hs-wrapper:hover .hs-overlay{ opacity: 1; box-shadow: 0 0 0 5px rgba(255,255,255,0.3) inset; } @-webkit-keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-webkit-keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-moz-keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-moz-keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-o-keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-o-keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-ms-keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-ms-keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } }
public/css/style2V2.css
.hs-wrapper{ width: 333px; height: 500px; position: relative; margin: 0 auto; overflow: hidden; box-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .hs-wrapper img{ top: 0px; left: 0px; position: absolute; -webkit-animation: showMe 0.8s linear infinite 0s forwards; -moz-animation: showMe 0.8s linear infinite 0s forwards; -o-animation: showMe 0.8s linear infinite 0s forwards; -ms-animation: showMe 0.8s linear infinite 0s forwards; animation: showMe 0.8s linear infinite 0s forwards; -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; -ms-animation-play-state: paused; animation-play-state: paused; } .hs-titles span{ -webkit-animation: showMeTitle 0.8s linear infinite 0s forwards; -moz-animation: showMeTitle 0.8s linear infinite 0s forwards; -o-animation: showMeTitle 0.8s linear infinite 0s forwards; -ms-animation: showMeTitle 0.8s linear infinite 0s forwards; animation: showMeTitle 0.8s linear infinite 0s forwards; -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; -ms-animation-play-state: paused; animation-play-state: paused; } .hs-wrapper:hover .hs-titles span{ -webkit-animation-play-state: running; -moz-animation-play-state: running; -o-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; opacity: 0; } .hs-wrapper img:nth-child(1), .hs-titles span:nth-child(1){ z-index: 9; } .hs-wrapper img:nth-child(2), .hs-titles span:nth-child(2){ -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; -ms-animation-delay: 0.1s; animation-delay: 0.1s; z-index: 8; } .hs-wrapper img:nth-child(3), .hs-titles span:nth-child(3){ -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; -ms-animation-delay: 0.2s; animation-delay: 0.2s; z-index: 7; } .hs-wrapper img:nth-child(4), .hs-titles span:nth-child(4){ -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; -ms-animation-delay: 0.3s; animation-delay: 0.3s; z-index: 6; } .hs-wrapper img:nth-child(5), .hs-titles span:nth-child(5){ -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; -ms-animation-delay: 0.4s; animation-delay: 0.4s; z-index: 5; } .hs-wrapper img:nth-child(6), .hs-titles span:nth-child(6){ -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; -ms-animation-delay: 0.5s; animation-delay: 0.5s; z-index: 4; } .hs-wrapper img:nth-child(7), .hs-titles span:nth-child(7){ -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; -ms-nimation-delay: 0.6s; animation-delay: 0.6s; z-index: 3; } .hs-wrapper img:nth-child(8), .hs-titles span:nth-child(8){ -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; -o-animation-delay: 0.7s; -ms-animation-delay: 0.7s; animation-delay: 0.7s; z-index: 2; } .hs-wrapper img:nth-child(9), .hs-titles span:nth-child(9){ -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; -ms-animation-delay: 0.8s; animation-delay: 0.8s; z-index: 2; } .hs-wrapper:hover img{ -webkit-animation-play-state: running; -moz-animation-play-state: running; -o-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; } .hs-overlay{ position: absolute; width: 100%; height: 100%; opacity: 0; z-index: 500; background: rgba(0,0,0,0.6); box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset; pointer-events: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; } .hs-titles{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1000; } .hs-overlay span{ display: block; padding: 20px; position: absolute; width: 293px; left: 20px; top: 200px; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 38px; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); text-align: center; pointer-events: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .hs-titles span{ display: block; padding: 10px 20px; position: absolute; width: 293px; left: 20px; bottom: 20px; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 18px; background: #20773A; text-align: left; box-shadow: 1px 1px 2px rgba(0,0,0,0.1); pointer-events: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .hs-wrapper:hover .hs-overlay{ opacity: 1; box-shadow: 0 0 0 5px rgba(255,255,255,0.3) inset; } @-webkit-keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-webkit-keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-moz-keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-moz-keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-o-keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-o-keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-ms-keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @-ms-keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @keyframes showMe { 0% { visibility: visible; z-index: 100; } 12.5% { visibility: visible; z-index: 100; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } } @keyframes showMeTitle { 0% { visibility: visible; z-index: 1001; } 12.5% { visibility: visible; z-index: 1001; } 25% { visibility: hidden; z-index: 0; } 100% { visibility: hidden; z-index: 0; } }
0.2763
0.049797
body { background-color: #454b65; color: #202020; font-size: 18px; font-family: sans; color: #eeeeee; } body a { color: #ffffff; text-decoration: none; } #tab-view { max-width: 80em; margin-left: auto; margin-right: auto; } #tab-search { width: 100%; border: 0px; background-color: #454b65; color: #ffffff; box-sizing: border-box; padding-top: 0.8em; padding-bottom: 0.8em; padding-left: 50px; font-size: 1em; } input:focus { outline: none; } #tab-view ol { display: table; border-collapse: collapse; margin: 0px; padding: 0px; list-style-type: none; } .tab { display: table-row; background: #f6f6f6; cursor: pointer; overflow: hidden; color: #111111; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.4); border-bottom: 1px solid rgba(0, 0, 0, 0.4); } .tab-title { display: table-cell; white-space: nowrap; line-height: 1.5em; padding: 0.3em 0px; width: 99%; vertical-align: top; } .tab:hover { background-color: #d9e1eb; } .tab.selected { background-color: #b6d2f7; } .hostname { margin-right: 0.5em; } .title { font-weight: bold; } .hi { background-color: rgba(245, 189, 23, 0.68); } .tab-icon-wrap { display: table-cell; min-width: 50px; text-align: center; vertical-align: middle; line-height: 0px; } .tab-icon { display: inline-block; width: 24px; height: 24px; background-size: contain; } .quick-help { font-size: 0.9em; text-align: right; margin-top: 0.5em; } .quick-help a { border-bottom: 1px solid white; } .help { max-width: 60em; margin-left: auto; margin-right: auto; } .footer { margin-top: 1em; margin-bottom: 2em; height: 32px; z-index: -1; text-align: right; right: 0px; bottom: 0px; font-size: 20px; line-height: 32px; } .footer a { opacity: 0.5; text-decoration: none; } .footer a:hover { opacity: 1.0; } #logo { position: relative; top: 25%; display: inline-block; width: 32px; height: 32px; background-image: url(logo.svg); background-size: cover; background-repeat: no-repeat; }
src/styles.css
body { background-color: #454b65; color: #202020; font-size: 18px; font-family: sans; color: #eeeeee; } body a { color: #ffffff; text-decoration: none; } #tab-view { max-width: 80em; margin-left: auto; margin-right: auto; } #tab-search { width: 100%; border: 0px; background-color: #454b65; color: #ffffff; box-sizing: border-box; padding-top: 0.8em; padding-bottom: 0.8em; padding-left: 50px; font-size: 1em; } input:focus { outline: none; } #tab-view ol { display: table; border-collapse: collapse; margin: 0px; padding: 0px; list-style-type: none; } .tab { display: table-row; background: #f6f6f6; cursor: pointer; overflow: hidden; color: #111111; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.4); border-bottom: 1px solid rgba(0, 0, 0, 0.4); } .tab-title { display: table-cell; white-space: nowrap; line-height: 1.5em; padding: 0.3em 0px; width: 99%; vertical-align: top; } .tab:hover { background-color: #d9e1eb; } .tab.selected { background-color: #b6d2f7; } .hostname { margin-right: 0.5em; } .title { font-weight: bold; } .hi { background-color: rgba(245, 189, 23, 0.68); } .tab-icon-wrap { display: table-cell; min-width: 50px; text-align: center; vertical-align: middle; line-height: 0px; } .tab-icon { display: inline-block; width: 24px; height: 24px; background-size: contain; } .quick-help { font-size: 0.9em; text-align: right; margin-top: 0.5em; } .quick-help a { border-bottom: 1px solid white; } .help { max-width: 60em; margin-left: auto; margin-right: auto; } .footer { margin-top: 1em; margin-bottom: 2em; height: 32px; z-index: -1; text-align: right; right: 0px; bottom: 0px; font-size: 20px; line-height: 32px; } .footer a { opacity: 0.5; text-decoration: none; } .footer a:hover { opacity: 1.0; } #logo { position: relative; top: 25%; display: inline-block; width: 32px; height: 32px; background-image: url(logo.svg); background-size: cover; background-repeat: no-repeat; }
0.41478
0.123709
@charset "utf-8"; /* CSS Document */ html { height:100%; margin:0; } body { height:100%; margin:0; } .top{ width: 100%; height: 16%; background-color: rgba(65,199,219,0.7); text-align: center; margin: 0 auto; } /** *这个是指下面的导航和显示信息的块的样式,从整体上来讲,下面是一个大块 */ .body{ width: 100%; height: 84%; background-color: white; } .navigation{ width: 20%; height: 100%; background-color: rgba(204,204,204,0.6); float: left; } .content{ width: 80%; height: 100%; background-color: white; float: right; } .clear{ clear: both; } .font{ width: 20%; font-family: YouYuan; font-size: 40px; font-weight: bold; margin-left: 35%; text-align: center; padding: 2%; float: left; color: #FFFFFF; } .courseName{ width: 60%; font-family: consolas; font-size: 40px; color: #0BACE1; margin-left: 5%; margin-top: 5%; } .courseIntroduction{ width: 90%; height: 80%; margin-top: 4%; margin-left: auto; margin-right: auto; font-family: YouYuan; font-size: 18px; } .line{ width: 96%; margin: 0 auto; border: 1.5px solid #41C7DB; } .title{ width: 20%; font-family: YouYuan; font-size: 20px; font-weight: bold; padding: 1px; margin-left: 2%; margin-top: 1.2%; color: #0BACE1; } .icon{ width:20%; font-family: YouYuan; font-size: 20px; text-align: center; color: white; padding-top: 4%; float: right; } .guidefont{ width: 100%; height: 7%; display: block; padding-left: 10%; font-family: Arial; font-size: 18px; color: #282828; /*font-style: normal;*/ text-decoration: none; /*background-color: #00EEF2;*/ } .info{ float:right; width:65%; margin-top:5%;} .newcourse{ color: #0BACE1; margin-left: 10px;} .line{ color: #2FB5E1; border: 1px solid #2FB5E1; margin-left: 10px; margin-right: 10px;} .itemName{ font-family:YouYuan; font-size: 18px; } .form{ font-family: Arial; margin-left:10%; } .forminfo{font-family: Arial; } .buttons{ margin-left:20%; width:50%;} .button{ background-color:rgba(130,167,253,1.00); font-size: 15px; border:none ; border-radius: 10px; width:100px; height:20px; margin-right:10px; } .addImg{ padding-top: 15%; }
view/static/css/teacher/TeacherCreateCoursePage.css
@charset "utf-8"; /* CSS Document */ html { height:100%; margin:0; } body { height:100%; margin:0; } .top{ width: 100%; height: 16%; background-color: rgba(65,199,219,0.7); text-align: center; margin: 0 auto; } /** *这个是指下面的导航和显示信息的块的样式,从整体上来讲,下面是一个大块 */ .body{ width: 100%; height: 84%; background-color: white; } .navigation{ width: 20%; height: 100%; background-color: rgba(204,204,204,0.6); float: left; } .content{ width: 80%; height: 100%; background-color: white; float: right; } .clear{ clear: both; } .font{ width: 20%; font-family: YouYuan; font-size: 40px; font-weight: bold; margin-left: 35%; text-align: center; padding: 2%; float: left; color: #FFFFFF; } .courseName{ width: 60%; font-family: consolas; font-size: 40px; color: #0BACE1; margin-left: 5%; margin-top: 5%; } .courseIntroduction{ width: 90%; height: 80%; margin-top: 4%; margin-left: auto; margin-right: auto; font-family: YouYuan; font-size: 18px; } .line{ width: 96%; margin: 0 auto; border: 1.5px solid #41C7DB; } .title{ width: 20%; font-family: YouYuan; font-size: 20px; font-weight: bold; padding: 1px; margin-left: 2%; margin-top: 1.2%; color: #0BACE1; } .icon{ width:20%; font-family: YouYuan; font-size: 20px; text-align: center; color: white; padding-top: 4%; float: right; } .guidefont{ width: 100%; height: 7%; display: block; padding-left: 10%; font-family: Arial; font-size: 18px; color: #282828; /*font-style: normal;*/ text-decoration: none; /*background-color: #00EEF2;*/ } .info{ float:right; width:65%; margin-top:5%;} .newcourse{ color: #0BACE1; margin-left: 10px;} .line{ color: #2FB5E1; border: 1px solid #2FB5E1; margin-left: 10px; margin-right: 10px;} .itemName{ font-family:YouYuan; font-size: 18px; } .form{ font-family: Arial; margin-left:10%; } .forminfo{font-family: Arial; } .buttons{ margin-left:20%; width:50%;} .button{ background-color:rgba(130,167,253,1.00); font-size: 15px; border:none ; border-radius: 10px; width:100px; height:20px; margin-right:10px; } .addImg{ padding-top: 15%; }
0.295332
0.055336
Color scheme ideas: Current scheme: pastel blue and yellow with a hint of red: http://colorschemedesigner.com/#3N32mmmuew0w0 Primary Color: 3D58A2 41507A 142B69 6F89D1 899CD1 Secondary Color A: EBF048 B1B456 989C17 F4F776 F5F798 Secondary Color B: F15149 B55B56 9D1E18 F87D76 F89D99 Alternates: pastel green, yellow, and purple: http://colorschemedesigner.com/#2P32PbX--w0w0 Primary Color: A0FFA0 8ABF8A 34A634 B8FFB8 CBFFCB Secondary Color A: FFEFA0 BFB68A A69234 FFF3B8 FFF6CB Secondary Color B: BFABFF 9B90BF 5237A6 CFC0FF DCD1FF pastel blue and yellow: http://colorschemedesigner.com/#0W21TjruJw0w0 Primary Color: F5C260 B89B64 9F741F FAD388 FADEA6 Complementary Color: 4A67A4 49597B 18326A 7C97D1 93A7D1 */ body { background-color: white; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; } a { color: #3D58A2; } a:visited { color: #3D58A2; } a:hover { color: #3D58A2; } span { padding: 0px; } .codeInputPane { font-size: 12pt; font-family: Andale mono, monospace; /*font-weight: bold;*/ padding: 8px; margin-top: 5px; } #pyInputPane { text-align: center; margin-bottom: 20px; } td#stack_td, td#heap_td { vertical-align:top; font-size: 12pt; } table#pyOutputPane { padding: 15px; } #dataViz { margin-left: 30px; } table.frameDataViz { border-spacing: 0px; font-size: 12pt; margin-top: 5px; margin-left: 15px; background-color: #dddddd; padding: 5px; } table.frameDataViz td.varname { text-align: right; padding: 5px; padding-right: 8px; border-right: 1px dashed #888888; } table.frameDataViz td.val { padding-left: 8px; padding-right: 5px; padding-top: 8px; padding-bottom: 8px; } div#pyCodeOutputDiv { max-width: 550px; max-height: 620px; overflow: auto; /*margin-bottom: 4px;*/ } table#pyCodeOutput { font-family: Andale mono, monospace; font-size:12pt; line-height:1.1em; border-spacing: 0px; border-top: 1px solid #999999; padding-top: 3px; border-bottom: 1px solid #999999; margin-top: 6px; } /* don't wrap lines within code output ... FORCE scrollbars to appear */ table#pyCodeOutput td { white-space: nowrap; } table#pyCodeOutput .lineNo { background-color:#FFFFFF; color:#AAAAAA; margin:0; padding:0.2em; padding-right:0.5em; text-align:right; width:2.1em; } table#pyCodeOutput .cod { /*font-weight: bold;*/ margin-left: 3px; padding-left: 7px; text-align: left; /* necessary or else doesn't work properly in IE */ } div#editCodeLinkDiv { text-align: center; margin-top: 12px; margin-bottom: 4px; } #editCodeLinkOnError { color: #142B69; } #errorOutput { background-color: #F87D76; font-size: 12pt; padding: 2px; line-height: 1.5em; margin-bottom: 4px; } button.bigBtn { font-size: 14pt; padding: 3px; } button.medBtn { font-size: 12pt; padding: 3px; } /* VCR control buttons for stepping through execution */ #vcrControls { margin-top: 10px; margin-bottom: 15px; } #vcrControls button { margin-left: 5px; margin-right: 5px; } #pyStdout { border: 1px solid #999999; font-size: 12pt; padding: 4px; font-family: Andale mono, monospace; } .vizFrame { margin-bottom: 20px; padding-left: 8px; border-left: 2px solid #cccccc; } /* Python data value rendering */ .nullObj { color: #555555; } .numberObj { } .boolObj { } .stringObj { /* don't add a color since strings need to be rendered against various backgrounds */ font-family: Andale mono, monospace; } .keyObj { } .customObj { font-family: Andale mono, monospace; /*font-style: italic;*/ font-size: 10pt; } .retval, .returnWarning { font-size: 9pt; } .returnWarning { padding-top: 10px; color: #9d1e18; } table.listTbl { border: 0px solid black; background-color: #F5F798; border-spacing: 0px; } table.tupleTbl { background-color: #dddddd; /* must match .frameDataViz background-color */ border-spacing: 0px; color: black; border-bottom: 1px solid #555555; /* must match td.tupleHeader border */ border-top: 1px solid #555555; /* must match td.tupleHeader border */ border-right: 1px solid #555555; /* must match td.tupleHeader border */ } table.listTbl td.listHeader, table.tupleTbl td.tupleHeader { padding-left: 5px; padding-top: 3px; font-size: 8pt; color: #666666; text-align: left; border-left: 1px solid #555555; } table.listTbl td.listElt { border-bottom: 1px solid #555555; /* must match td.listHeader border */ border-left: 1px solid #555555; /* must match td.listHeader border */ } table.tupleTbl td.tupleElt { border-left: 1px solid #555555; /* must match td.tupleHeader border */ } table.listTbl td.listElt, table.tupleTbl td.tupleElt { padding-top: 0px; padding-bottom: 8px; padding-left: 10px; padding-right: 10px; vertical-align: bottom; } table.setTbl { border: 1px solid black; /*background-color: #F4F776;*/ /*slightly brighter than #F5F798 */ background-color: #F5F798; border-spacing: 0px; text-align: center; } table.setTbl td.setElt { padding: 8px; } table.dictTbl { border-collapse: collapse; border-spacing: 2px; } table.dictTbl tr.dictEntry { border: 1px #111111 solid; } table.dictTbl td.dictKey { background-color: #41507A; } table.dictTbl, table.dictTbl td.dictVal { background-color: #899CD1; } table.classTbl { background-color: #dddddd; border-collapse: collapse; border-spacing: 2px; } table.classTbl tr.classEntry { border: 1px #777777 solid; } table.classTbl td.classKey { background-color: #222222; } table.classTbl td.classVal { background-color: #ffffff; } table.instTbl { border-collapse: collapse; border-spacing: 2px; } table.instTbl tr.instEntry { border: 1px #111111 solid; } table.instTbl td.instKey { background-color: #41507A; color: #ffffff; } table.instTbl, table.instTbl td.instVal { background-color: #FFFFDD; /* must match color of table.instTbl */ } table.dictTbl td.dictKey, table.classTbl td.classKey, table.instTbl td.instKey { color: #dddddd; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 8px; text-align: right; vertical-align: center; } table.dictTbl td.dictVal, table.classTbl td.classVal, table.instTbl td.instVal { padding-top: 10px; padding-bottom: 10px; padding-right: 10px; padding-left: 8px; vertical-align: center; } .typeLabel { font-size: 8pt; color: #222222; margin-bottom: 1px; } td.dictKey .typeLabel { color: #eeeeee; } .circRefLabel { font-size: 10pt; color: #222222; } #footer { text-align: center; color: #666666; font-size: 9pt; max-width: 700px; border-top: 1px solid #bbbbbb; padding-top: 5px; margin-top: 5px; } /* new stuff added for Online Python Tutor "2.0" release */ div#stack { float: left; padding-left: 10px; padding-right: 30px; border-right: 1px dashed #bbbbbb; } div.stackFrame { background-color: #ffffff; margin-bottom: 15px; padding: 2px; padding-left: 6px; padding-right: 6px; padding-bottom: 4px; font-size: 11pt; border-left: 1px solid #999999; } /* apply to the currently selected stack frame (e.g., on mouse hover) */ div.selectedStackFrame { background-color: #dddddd; } div.topStackFrame { border-left: 1px solid #F15149; } div.stackFrameHeader { font-family: Andale mono, monospace; font-size: 10pt; margin-top: 4px; margin-bottom: 3px; } div.inactiveStackFrameHeader { /* simulate a hyperlink */ text-decoration: underline; color: #3D58A2; cursor: pointer; } td.stackFrameVar { text-align: right; padding-right: 8px; padding-top: 3px; padding-bottom: 3px; } td.stackFrameValue { text-align: left; border-bottom: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa; padding-top: 3px; padding-left: 3px; padding-bottom: 3px; } .stackFrameVarTable tr { } .stackFrameVarTable { text-align: right; padding-top: 3px; /* right-align the table */ margin-left: auto; margin-right: 0px; } div#heap { float: left; padding-left: 30px; } div.heapObject { margin-bottom: 15px; padding-left: 7px; /* leave some room for connector endpoints */ } div#stackHeader { margin-bottom: 15px; text-align: right; } div#heapHeader { margin-top: 2px; margin-bottom: 13px; } div#stackHeader, div#heapHeader { color: #333333; font-size: 10pt; } /* styles for Online Python Tutor questions site */ #questionsHeaderPane { text-align: left; margin-bottom: 15px; width: 650px; border-bottom: 1px solid #bbbbbb; } .questionsHeaderStmt { margin-bottom: 5px; } .questionsHeaderTitle { margin-bottom: 5px; font-weight: bold; font-size: 12pt; } #submittedCodeRO { font-size: 10pt; font-family: Andale mono, monospace; padding: 4px; margin-top: 5px; } table#gradeMatrix { margin-top: 12px; } table#gradeMatrix thead { font-weight: bold; border: solid; } table#gradeMatrix thead td.statusCell { padding-left: 18px; /* to line up with smiley faces */ } table#gradeMatrix td.testInputCell, table#gradeMatrix td.testOutputCell { padding-right: 25px; padding-bottom: 10px; vertical-align: middle; } table#gradeMatrix tbody td.statusCell, table#gradeMatrix tbody td.expectedCell { padding-left: 12px; padding-bottom: 10px; vertical-align: middle; } td.testInputVarnameCell, td.testOutputVarnameCell { padding-right: 2px; text-align: right; } td.testInputValCell, td.testOutputValCell { padding-right: 5px; } pre#submittedCodePRE { font-size: 10pt; font-family: Andale mono, monospace; background-color: #dddddd; padding: 5px; } div#submittedSolutionDisplay { width: 650px; /* to line up with questionsHeaderPane */ text-align: left; font-size: 12pt; margin-bottom: 20px; } #gradeSummary { margin-top: 12px; } #pyGradingPane { margin-bottom: 20px; }
v1-v2/edu-python.css
Color scheme ideas: Current scheme: pastel blue and yellow with a hint of red: http://colorschemedesigner.com/#3N32mmmuew0w0 Primary Color: 3D58A2 41507A 142B69 6F89D1 899CD1 Secondary Color A: EBF048 B1B456 989C17 F4F776 F5F798 Secondary Color B: F15149 B55B56 9D1E18 F87D76 F89D99 Alternates: pastel green, yellow, and purple: http://colorschemedesigner.com/#2P32PbX--w0w0 Primary Color: A0FFA0 8ABF8A 34A634 B8FFB8 CBFFCB Secondary Color A: FFEFA0 BFB68A A69234 FFF3B8 FFF6CB Secondary Color B: BFABFF 9B90BF 5237A6 CFC0FF DCD1FF pastel blue and yellow: http://colorschemedesigner.com/#0W21TjruJw0w0 Primary Color: F5C260 B89B64 9F741F FAD388 FADEA6 Complementary Color: 4A67A4 49597B 18326A 7C97D1 93A7D1 */ body { background-color: white; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; } a { color: #3D58A2; } a:visited { color: #3D58A2; } a:hover { color: #3D58A2; } span { padding: 0px; } .codeInputPane { font-size: 12pt; font-family: Andale mono, monospace; /*font-weight: bold;*/ padding: 8px; margin-top: 5px; } #pyInputPane { text-align: center; margin-bottom: 20px; } td#stack_td, td#heap_td { vertical-align:top; font-size: 12pt; } table#pyOutputPane { padding: 15px; } #dataViz { margin-left: 30px; } table.frameDataViz { border-spacing: 0px; font-size: 12pt; margin-top: 5px; margin-left: 15px; background-color: #dddddd; padding: 5px; } table.frameDataViz td.varname { text-align: right; padding: 5px; padding-right: 8px; border-right: 1px dashed #888888; } table.frameDataViz td.val { padding-left: 8px; padding-right: 5px; padding-top: 8px; padding-bottom: 8px; } div#pyCodeOutputDiv { max-width: 550px; max-height: 620px; overflow: auto; /*margin-bottom: 4px;*/ } table#pyCodeOutput { font-family: Andale mono, monospace; font-size:12pt; line-height:1.1em; border-spacing: 0px; border-top: 1px solid #999999; padding-top: 3px; border-bottom: 1px solid #999999; margin-top: 6px; } /* don't wrap lines within code output ... FORCE scrollbars to appear */ table#pyCodeOutput td { white-space: nowrap; } table#pyCodeOutput .lineNo { background-color:#FFFFFF; color:#AAAAAA; margin:0; padding:0.2em; padding-right:0.5em; text-align:right; width:2.1em; } table#pyCodeOutput .cod { /*font-weight: bold;*/ margin-left: 3px; padding-left: 7px; text-align: left; /* necessary or else doesn't work properly in IE */ } div#editCodeLinkDiv { text-align: center; margin-top: 12px; margin-bottom: 4px; } #editCodeLinkOnError { color: #142B69; } #errorOutput { background-color: #F87D76; font-size: 12pt; padding: 2px; line-height: 1.5em; margin-bottom: 4px; } button.bigBtn { font-size: 14pt; padding: 3px; } button.medBtn { font-size: 12pt; padding: 3px; } /* VCR control buttons for stepping through execution */ #vcrControls { margin-top: 10px; margin-bottom: 15px; } #vcrControls button { margin-left: 5px; margin-right: 5px; } #pyStdout { border: 1px solid #999999; font-size: 12pt; padding: 4px; font-family: Andale mono, monospace; } .vizFrame { margin-bottom: 20px; padding-left: 8px; border-left: 2px solid #cccccc; } /* Python data value rendering */ .nullObj { color: #555555; } .numberObj { } .boolObj { } .stringObj { /* don't add a color since strings need to be rendered against various backgrounds */ font-family: Andale mono, monospace; } .keyObj { } .customObj { font-family: Andale mono, monospace; /*font-style: italic;*/ font-size: 10pt; } .retval, .returnWarning { font-size: 9pt; } .returnWarning { padding-top: 10px; color: #9d1e18; } table.listTbl { border: 0px solid black; background-color: #F5F798; border-spacing: 0px; } table.tupleTbl { background-color: #dddddd; /* must match .frameDataViz background-color */ border-spacing: 0px; color: black; border-bottom: 1px solid #555555; /* must match td.tupleHeader border */ border-top: 1px solid #555555; /* must match td.tupleHeader border */ border-right: 1px solid #555555; /* must match td.tupleHeader border */ } table.listTbl td.listHeader, table.tupleTbl td.tupleHeader { padding-left: 5px; padding-top: 3px; font-size: 8pt; color: #666666; text-align: left; border-left: 1px solid #555555; } table.listTbl td.listElt { border-bottom: 1px solid #555555; /* must match td.listHeader border */ border-left: 1px solid #555555; /* must match td.listHeader border */ } table.tupleTbl td.tupleElt { border-left: 1px solid #555555; /* must match td.tupleHeader border */ } table.listTbl td.listElt, table.tupleTbl td.tupleElt { padding-top: 0px; padding-bottom: 8px; padding-left: 10px; padding-right: 10px; vertical-align: bottom; } table.setTbl { border: 1px solid black; /*background-color: #F4F776;*/ /*slightly brighter than #F5F798 */ background-color: #F5F798; border-spacing: 0px; text-align: center; } table.setTbl td.setElt { padding: 8px; } table.dictTbl { border-collapse: collapse; border-spacing: 2px; } table.dictTbl tr.dictEntry { border: 1px #111111 solid; } table.dictTbl td.dictKey { background-color: #41507A; } table.dictTbl, table.dictTbl td.dictVal { background-color: #899CD1; } table.classTbl { background-color: #dddddd; border-collapse: collapse; border-spacing: 2px; } table.classTbl tr.classEntry { border: 1px #777777 solid; } table.classTbl td.classKey { background-color: #222222; } table.classTbl td.classVal { background-color: #ffffff; } table.instTbl { border-collapse: collapse; border-spacing: 2px; } table.instTbl tr.instEntry { border: 1px #111111 solid; } table.instTbl td.instKey { background-color: #41507A; color: #ffffff; } table.instTbl, table.instTbl td.instVal { background-color: #FFFFDD; /* must match color of table.instTbl */ } table.dictTbl td.dictKey, table.classTbl td.classKey, table.instTbl td.instKey { color: #dddddd; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 8px; text-align: right; vertical-align: center; } table.dictTbl td.dictVal, table.classTbl td.classVal, table.instTbl td.instVal { padding-top: 10px; padding-bottom: 10px; padding-right: 10px; padding-left: 8px; vertical-align: center; } .typeLabel { font-size: 8pt; color: #222222; margin-bottom: 1px; } td.dictKey .typeLabel { color: #eeeeee; } .circRefLabel { font-size: 10pt; color: #222222; } #footer { text-align: center; color: #666666; font-size: 9pt; max-width: 700px; border-top: 1px solid #bbbbbb; padding-top: 5px; margin-top: 5px; } /* new stuff added for Online Python Tutor "2.0" release */ div#stack { float: left; padding-left: 10px; padding-right: 30px; border-right: 1px dashed #bbbbbb; } div.stackFrame { background-color: #ffffff; margin-bottom: 15px; padding: 2px; padding-left: 6px; padding-right: 6px; padding-bottom: 4px; font-size: 11pt; border-left: 1px solid #999999; } /* apply to the currently selected stack frame (e.g., on mouse hover) */ div.selectedStackFrame { background-color: #dddddd; } div.topStackFrame { border-left: 1px solid #F15149; } div.stackFrameHeader { font-family: Andale mono, monospace; font-size: 10pt; margin-top: 4px; margin-bottom: 3px; } div.inactiveStackFrameHeader { /* simulate a hyperlink */ text-decoration: underline; color: #3D58A2; cursor: pointer; } td.stackFrameVar { text-align: right; padding-right: 8px; padding-top: 3px; padding-bottom: 3px; } td.stackFrameValue { text-align: left; border-bottom: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa; padding-top: 3px; padding-left: 3px; padding-bottom: 3px; } .stackFrameVarTable tr { } .stackFrameVarTable { text-align: right; padding-top: 3px; /* right-align the table */ margin-left: auto; margin-right: 0px; } div#heap { float: left; padding-left: 30px; } div.heapObject { margin-bottom: 15px; padding-left: 7px; /* leave some room for connector endpoints */ } div#stackHeader { margin-bottom: 15px; text-align: right; } div#heapHeader { margin-top: 2px; margin-bottom: 13px; } div#stackHeader, div#heapHeader { color: #333333; font-size: 10pt; } /* styles for Online Python Tutor questions site */ #questionsHeaderPane { text-align: left; margin-bottom: 15px; width: 650px; border-bottom: 1px solid #bbbbbb; } .questionsHeaderStmt { margin-bottom: 5px; } .questionsHeaderTitle { margin-bottom: 5px; font-weight: bold; font-size: 12pt; } #submittedCodeRO { font-size: 10pt; font-family: Andale mono, monospace; padding: 4px; margin-top: 5px; } table#gradeMatrix { margin-top: 12px; } table#gradeMatrix thead { font-weight: bold; border: solid; } table#gradeMatrix thead td.statusCell { padding-left: 18px; /* to line up with smiley faces */ } table#gradeMatrix td.testInputCell, table#gradeMatrix td.testOutputCell { padding-right: 25px; padding-bottom: 10px; vertical-align: middle; } table#gradeMatrix tbody td.statusCell, table#gradeMatrix tbody td.expectedCell { padding-left: 12px; padding-bottom: 10px; vertical-align: middle; } td.testInputVarnameCell, td.testOutputVarnameCell { padding-right: 2px; text-align: right; } td.testInputValCell, td.testOutputValCell { padding-right: 5px; } pre#submittedCodePRE { font-size: 10pt; font-family: Andale mono, monospace; background-color: #dddddd; padding: 5px; } div#submittedSolutionDisplay { width: 650px; /* to line up with questionsHeaderPane */ text-align: left; font-size: 12pt; margin-bottom: 20px; } #gradeSummary { margin-top: 12px; } #pyGradingPane { margin-bottom: 20px; }
0.673299
0.391348
.icon-albb-video{ background:url('icons_albb/albb_video.png') no-repeat center center;} .icon-albb-live-video{ background:url('icons_albb/albb_live_video.png') no-repeat center center;} .icon-albb-history-video{ background:url('icons_albb/albb_history_video.png') no-repeat center center;} .icon-albb-dept{ background:url('icons_albb/dept.png') no-repeat center center;} .icon-albb-role{ background:url('icons_albb/role.png') no-repeat center center;} .icon-albb-log{ background:url('icons_albb/log.png') no-repeat center center;} .icon-albb-database{ background:url('icons_albb/database.png') no-repeat center center;} .icon-albb-system{ background:url('icons_albb/system.png') no-repeat center center;} .icon-albb-dict{ background:url('icons_albb/dict.png') no-repeat center center;} .icon-albb-file{ background:url('icons_albb/file.png') no-repeat center center;} .icon-albb-resource{ background:url('icons_albb/resource.png') no-repeat center center;} .icon-albb-add{ background:url('icons_albb/add.png') no-repeat center center;} .icon-albb-delete{ background:url('icons_albb/delete.png') no-repeat center center;} .icon-albb-users{ background:url('icons_albb/users.png') no-repeat center center;} .icon-albb-edit{ background:url('icons_albb/edit.png') no-repeat center center;} .icon-albb-czmm{ background:url('icons_albb/czmm.png') no-repeat center center;} .icon-albb-fpjs{ background:url('icons_albb/fpjs.png') no-repeat center center;} .icon-albb-search{ background:url('icons_albb/search.png') no-repeat center center;} .icon-albb-clear{ background:url('icons_albb/clear.png') no-repeat center center;} .icon-albb-house{ background:url('icons_albb/house.png') no-repeat center center;} .icon-albb-tip{ background:url('icons_albb/tip.png') no-repeat center center;} .icon-albb-tip-warn{ background:url('icons_albb/tip_warn.png') no-repeat center center;} .icon-albb-submit{ background:url('icons_albb/submit.png') no-repeat center center;} .icon-albb-cancel{ background:url('icons_albb/cancel.png') no-repeat center center;} /*用户授权*/ .icon-albb-user_sq{ background:url('icons_albb/user_sq.png') no-repeat center center;} /*菜单*/ .icon-albb-menu{ background:url('icons_albb/menu.png') no-repeat center center;} .icon-albb-save{ background:url('icons_albb/save.png') no-repeat center center;} .icon-albb-password{ background:url('icons_albb/password.png') no-repeat center center;} .icon-albb-user{ background:url('icons_albb/user.png') no-repeat center center;} .icon-albb-paishe{ background:url('icons_albb/paishe.png') no-repeat center center;} .icon-albb-more{ background:url('icons_albb/more.png') no-repeat center center;} .icon-albb-stop{ background:url('icons_albb/stop.png') no-repeat center center;} .icon-albb-upload{ background:url('icons_albb/upload.png') no-repeat center center;} .icon-albb-renzheng{ background:url('icons_albb/renzheng.png') no-repeat center center;} .icon-albb-login{ background:url('icons_albb/login.png') no-repeat center center;} .icon-albb-fasong{ background:url('icons_albb/fasong.png') no-repeat center center;} .icon-albb-huaxian{ background:url('icons_albb/huaxian.png') no-repeat center center;} .icon-albb-fangda{ background:url('icons_albb/fangda.png') no-repeat center center;} .icon-albb-suoxiao{ background:url('icons_albb/suoxiao.png') no-repeat center center;} .icon-albb-open{ background:url('icons_albb/open.png') no-repeat center center;} .icon-albb-close{ background:url('icons_albb/close.png') no-repeat center center;} .icon-albb-yuyin{ background:url('icons_albb/yuyin.png') no-repeat center center;} .icon-albb-yuyin-ing{ background:url('icons_albb/yuyin_ing.png') no-repeat center center;} .icon-albb-daojishi{ background:url('icons_albb/daojishi.png') no-repeat center center;}
zhongkeyuan/css/icon_albb.css
.icon-albb-video{ background:url('icons_albb/albb_video.png') no-repeat center center;} .icon-albb-live-video{ background:url('icons_albb/albb_live_video.png') no-repeat center center;} .icon-albb-history-video{ background:url('icons_albb/albb_history_video.png') no-repeat center center;} .icon-albb-dept{ background:url('icons_albb/dept.png') no-repeat center center;} .icon-albb-role{ background:url('icons_albb/role.png') no-repeat center center;} .icon-albb-log{ background:url('icons_albb/log.png') no-repeat center center;} .icon-albb-database{ background:url('icons_albb/database.png') no-repeat center center;} .icon-albb-system{ background:url('icons_albb/system.png') no-repeat center center;} .icon-albb-dict{ background:url('icons_albb/dict.png') no-repeat center center;} .icon-albb-file{ background:url('icons_albb/file.png') no-repeat center center;} .icon-albb-resource{ background:url('icons_albb/resource.png') no-repeat center center;} .icon-albb-add{ background:url('icons_albb/add.png') no-repeat center center;} .icon-albb-delete{ background:url('icons_albb/delete.png') no-repeat center center;} .icon-albb-users{ background:url('icons_albb/users.png') no-repeat center center;} .icon-albb-edit{ background:url('icons_albb/edit.png') no-repeat center center;} .icon-albb-czmm{ background:url('icons_albb/czmm.png') no-repeat center center;} .icon-albb-fpjs{ background:url('icons_albb/fpjs.png') no-repeat center center;} .icon-albb-search{ background:url('icons_albb/search.png') no-repeat center center;} .icon-albb-clear{ background:url('icons_albb/clear.png') no-repeat center center;} .icon-albb-house{ background:url('icons_albb/house.png') no-repeat center center;} .icon-albb-tip{ background:url('icons_albb/tip.png') no-repeat center center;} .icon-albb-tip-warn{ background:url('icons_albb/tip_warn.png') no-repeat center center;} .icon-albb-submit{ background:url('icons_albb/submit.png') no-repeat center center;} .icon-albb-cancel{ background:url('icons_albb/cancel.png') no-repeat center center;} /*用户授权*/ .icon-albb-user_sq{ background:url('icons_albb/user_sq.png') no-repeat center center;} /*菜单*/ .icon-albb-menu{ background:url('icons_albb/menu.png') no-repeat center center;} .icon-albb-save{ background:url('icons_albb/save.png') no-repeat center center;} .icon-albb-password{ background:url('icons_albb/password.png') no-repeat center center;} .icon-albb-user{ background:url('icons_albb/user.png') no-repeat center center;} .icon-albb-paishe{ background:url('icons_albb/paishe.png') no-repeat center center;} .icon-albb-more{ background:url('icons_albb/more.png') no-repeat center center;} .icon-albb-stop{ background:url('icons_albb/stop.png') no-repeat center center;} .icon-albb-upload{ background:url('icons_albb/upload.png') no-repeat center center;} .icon-albb-renzheng{ background:url('icons_albb/renzheng.png') no-repeat center center;} .icon-albb-login{ background:url('icons_albb/login.png') no-repeat center center;} .icon-albb-fasong{ background:url('icons_albb/fasong.png') no-repeat center center;} .icon-albb-huaxian{ background:url('icons_albb/huaxian.png') no-repeat center center;} .icon-albb-fangda{ background:url('icons_albb/fangda.png') no-repeat center center;} .icon-albb-suoxiao{ background:url('icons_albb/suoxiao.png') no-repeat center center;} .icon-albb-open{ background:url('icons_albb/open.png') no-repeat center center;} .icon-albb-close{ background:url('icons_albb/close.png') no-repeat center center;} .icon-albb-yuyin{ background:url('icons_albb/yuyin.png') no-repeat center center;} .icon-albb-yuyin-ing{ background:url('icons_albb/yuyin_ing.png') no-repeat center center;} .icon-albb-daojishi{ background:url('icons_albb/daojishi.png') no-repeat center center;}
0.220678
0.062847
.react-split-mde-preview { line-height: 1.9 } .react-split-mde-preview>*:first-child { margin-top: 0 } .react-split-mde-preview i, .react-split-mde-preview cite, .react-split-mde-preview em { font-style: italic } .react-split-mde-preview strong { font-weight: 600 } .react-split-mde-preview a { color: #0f83fd } .react-split-mde-preview a:hover { text-decoration: underline } .react-split-mde-preview p+p { margin-top: 1.5em } .react-split-mde-preview ul, .react-split-mde-preview ol { margin: 1.4rem 0; line-height: 1.7 } .react-split-mde-preview ul>li, .react-split-mde-preview ol>li { margin: 0.6rem 0 } .react-split-mde-preview ul ul, .react-split-mde-preview ul ol, .react-split-mde-preview ol ul, .react-split-mde-preview ol ol { margin: 0.2em 0 } .react-split-mde-preview ul p, .react-split-mde-preview ol p { margin: 0 } .react-split-mde-preview ul { padding-left: 0 } .react-split-mde-preview ul>li { list-style: none; list-style-position: inside; position: relative; padding-left: 1.6em } .react-split-mde-preview ul>li:before { content: ""; position: absolute; top: 0.7em; left: 0.35em; width: 7px; height: 7px; border-radius: 50%; background: rgba(24, 30, 50, 0.7) } .react-split-mde-preview .contains-task-list li:before { content: none !important } .react-split-mde-preview .task-list-item-checkbox { margin-left: -1.5em; font-size: 1em; pointer-events: none } .react-split-mde-preview ol { margin-left: 0; counter-reset: number } .react-split-mde-preview ol>li { list-style: none; position: relative; line-height: 24px; padding-left: 32px; margin: 1em 0 } .react-split-mde-preview ol>li:before { display: inline-block; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; line-height: 22px; border-radius: 50%; color: #fff; font-size: 11.5px; text-align: center; content: counter(number); counter-increment: number; background: rgba(2, 13, 60, 0.6); font-weight: 600 } .react-split-mde-preview h1+p, .react-split-mde-preview h2+p, .react-split-mde-preview h3+p, .react-split-mde-preview h4+p, .react-split-mde-preview h5+p, .react-split-mde-preview h6+p { margin-top: 0.3em } .react-split-mde-preview h1, .react-split-mde-preview h2 { margin-top: 2.3em; margin-bottom: 0.5em } .react-split-mde-preview h3, .react-split-mde-preview h4, .react-split-mde-preview h5, .react-split-mde-preview h6 { margin-top: 2.25em; margin-bottom: 0.5em } .react-split-mde-preview h1 { padding-bottom: 0.2em; margin-bottom: 1.1rem; font-size: 1.7em; position: relative; border-bottom: solid 1px rgba(92, 147, 187, 0.17) } .react-split-mde-preview h2 { font-size: 1.5em } .react-split-mde-preview h3 { font-size: 1.3em } .react-split-mde-preview h4 { font-size: 1.1em } .react-split-mde-preview h5 { font-size: 1em } .react-split-mde-preview h5, .react-split-mde-preview h6 { color: #93a5b1 } .react-split-mde-preview h6 { font-size: 0.85em } @media screen and (max-width: 576px) { .react-split-mde-preview h1 { font-size: 1.6em } .react-split-mde-preview h2 { font-size: 1.4em } .react-split-mde-preview h3 { font-size: 1.2em } .react-split-mde-preview h4 { font-size: 1.1em } .react-split-mde-preview h5 { font-size: 1em } .react-split-mde-preview h6 { font-size: 0.85em } } .react-split-mde-preview hr { border-top: 2px solid rgba(92, 147, 187, 0.17); margin: 2.5rem 0 } .react-split-mde-preview blockquote { font-size: 0.95rem; margin: 1.4rem 0; border-left: solid 3px #b3bfc7; padding: 2px 0 2px 0.7em; color: #626e77 } .react-split-mde-preview blockquote p { margin: 1rem 0 } .react-split-mde-preview blockquote>:first-child { margin-top: 0 } .react-split-mde-preview blockquote>:last-child { margin-bottom: 0 } .react-split-mde-preview blockquote.twitter-tweet { display: none } .react-split-mde-preview table { margin: 1.2rem auto; width: auto; border-collapse: collapse; font-size: 0.95em; line-height: 1.5; word-break: normal; display: block; overflow: auto; -webkit-overflow-scrolling: touch } .react-split-mde-preview th, .react-split-mde-preview td { padding: 0.5rem; border: solid 1px #cfdce6 } .react-split-mde-preview th { font-weight: 600; background: #edf2f7 } .react-split-mde-preview code { padding: 0.2em 0.4em; background: rgba(33, 90, 160, 0.07); font-size: 0.85em; border-radius: 4px; vertical-align: 0.08em; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" } .react-split-mde-preview pre { margin: 1.3rem 0; background: #2c2d3a; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 3px; word-break: normal; word-wrap: normal; display: flex } .react-split-mde-preview pre:after { content: ""; width: 8px; flex-shrink: 0 } .react-split-mde-preview pre code { margin: 0; padding: 0; background: transparent; font-size: 0.9em; color: #fff } .react-split-mde-preview pre>code { display: block; padding: 1.1rem } @media screen and (max-width: 576px) { .react-split-mde-preview pre>code { padding: 1rem 0.8rem; font-size: 13px } } .react-split-mde-preview .code-block-container { position: relative; margin: 1.3rem 0; background: #2c2d3a; border-radius: 3px } .react-split-mde-preview .code-block-container pre { background: transparent; margin: 0 } .react-split-mde-preview .code-block-filename-container { margin-bottom: -12px } .react-split-mde-preview .code-block-filename { display: inline-block; vertical-align: top; max-width: 100%; background: rgba(177, 197, 247, 0.25); color: #fff; font-size: 12px; height: 24px; line-height: 24px; padding: 0px 6px 0 8px; font-family: monospace; border-radius: 4px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .react-split-mde-preview img:not(.emoji) { margin: 1.5rem auto; display: table; max-width: 100%; height: auto } .react-split-mde-preview img+br { display: none } .react-split-mde-preview img~em { display: block; margin: -1rem auto 0; line-height: 1.3; text-align: center; color: #93a5b1; font-size: 0.95rem } .react-split-mde-preview details { font-size: 0.95em; margin: 1rem 0; line-height: 1.7 } .react-split-mde-preview summary { cursor: pointer; outline: 0; padding: 0.7em 0.7em 0.7em 0.9em; background: #f1f5f9; border-radius: 5px } .react-split-mde-preview summary::-webkit-details-marker { color: #93a5b1 } .react-split-mde-preview details[open] summary { border-radius: 5px 5px 0 0 } .react-split-mde-preview .details-content { padding: 0.5em 0.9em; border: solid 2px #f1f5f9; border-radius: 0 0 5px 5px } .react-split-mde-preview .details-content>* { margin: 0.5em 0 } .react-split-mde-preview .embed-tweet, .react-split-mde-preview .embed-gist, .react-split-mde-preview .embed-speakerdeck, .react-split-mde-preview .embed-slideshare, .react-split-mde-preview .embed-codepen, .react-split-mde-preview .embed-jsfiddle, .react-split-mde-preview .embed-youtube, .react-split-mde-preview .embed-codesandbox, .react-split-mde-preview .embed-stackblitz { margin: 1.5rem 0 } .react-split-mde-preview .embed-slideshare, .react-split-mde-preview .embed-speakerdeck, .react-split-mde-preview .embed-codepen, .react-split-mde-preview .embed-jsfiddle, .react-split-mde-preview .embed-youtube, .react-split-mde-preview .embed-stackblitz { padding-bottom: calc(56.25% + 38px); position: relative; width: 100%; height: 0 } .react-split-mde-preview .embed-slideshare iframe, .react-split-mde-preview .embed-speakerdeck iframe, .react-split-mde-preview .embed-codepen iframe, .react-split-mde-preview .embed-jsfiddle iframe, .react-split-mde-preview .embed-youtube iframe, .react-split-mde-preview .embed-stackblitz iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none } .react-split-mde-preview .embed-slideshare iframe { border: 1px solid #2c2d3a } .react-split-mde-preview .embed-zenn-link { margin: 1rem auto } .react-split-mde-preview .embed-zenn-link iframe { height: 125px; width: 100%; display: block } .react-split-mde-preview eqn { display: block; overflow-x: auto } .react-split-mde-preview pre[class*="language-"] { position: relative } .react-split-mde-preview .token.namespace { opacity: 0.7 } .react-split-mde-preview .token.comment, .react-split-mde-preview .token.prolog, .react-split-mde-preview .token.doctype, .react-split-mde-preview .token.cdata { color: #92a3ad } .react-split-mde-preview .token.operator, .react-split-mde-preview .token.boolean, .react-split-mde-preview .token.number { color: #ffc164 } .react-split-mde-preview .token.attr-name, .react-split-mde-preview .token.string { color: #ffc164 } .react-split-mde-preview .token.entity, .react-split-mde-preview .token.url, .react-split-mde-preview .language-css .token.string, .react-split-mde-preview .style .token.string { color: #ffc164 } .react-split-mde-preview .token.selector { color: #ff8e8e } .react-split-mde-preview .token.atrule, .react-split-mde-preview .token.attr-value, .react-split-mde-preview .token.keyword, .react-split-mde-preview .token.important, .react-split-mde-preview .token.deleted { color: #ff8e8e } .react-split-mde-preview .token.inserted { color: #b4ff9b } .react-split-mde-preview .token.regex, .react-split-mde-preview .token.statement { color: #ffc164 } .react-split-mde-preview .token.placeholder, .react-split-mde-preview .token.variable { color: #fff } .react-split-mde-preview .token.important, .react-split-mde-preview .token.statement, .react-split-mde-preview .token.bold { font-weight: 600 } .react-split-mde-preview .token.punctuation { color: #859aff } .react-split-mde-preview .token.entity { cursor: help } .react-split-mde-preview .token.italic { font-style: italic } .react-split-mde-preview .token.tag, .react-split-mde-preview .token.property, .react-split-mde-preview .token.function { color: #56cdff } .react-split-mde-preview .token.attr-name { color: #ff8e8e } .react-split-mde-preview .token.attr-value { color: #ffc164 } .react-split-mde-preview .token.style, .react-split-mde-preview .token.script { color: #ffc164 } .react-split-mde-preview .token.script .token.keyword { color: #ffc164 } .react-split-mde-preview .msg { position: relative; margin: 1.5rem 0; padding: 21px 15px 21px 45px; border-radius: 6px; background: #fff6e4; color: rgba(0, 0, 0, 0.65); font-size: 14.5px; line-height: 1.6 } .react-split-mde-preview .msg:before { position: absolute; left: 15px; top: 50%; transform: translateY(-52%); content: "!"; display: block; width: 20px; height: 20px; line-height: 20px; font-size: 13px; text-align: center; color: #fff; background: #ffb84c; font-weight: 600; border-radius: 50% } .react-split-mde-preview .msg>* { margin: 0.5rem 0 } .react-split-mde-preview .msg>*:first-child, .react-split-mde-preview .msg>*:last-child { margin: 0 } .react-split-mde-preview .msg a { color: inherit; text-decoration: underline } .react-split-mde-preview .msg.alert { background: #ffeff2 } .react-split-mde-preview .msg.alert:before { background: #ff7670 } .react-split-mde-preview .footnotes { margin-top: 3rem; color: #77838c; font-size: 0.9em } .react-split-mde-preview .footnotes-title { padding-bottom: 3px; border-bottom: solid 1px #cfdce6; font-weight: 600; font-size: 15px } .react-split-mde-preview .footnotes-list { margin: 0 } .react-split-mde-preview .footnotes-twemoji { border: none; margin: 0 7px 0 0; vertical-align: -3px }
css/preview.css
.react-split-mde-preview { line-height: 1.9 } .react-split-mde-preview>*:first-child { margin-top: 0 } .react-split-mde-preview i, .react-split-mde-preview cite, .react-split-mde-preview em { font-style: italic } .react-split-mde-preview strong { font-weight: 600 } .react-split-mde-preview a { color: #0f83fd } .react-split-mde-preview a:hover { text-decoration: underline } .react-split-mde-preview p+p { margin-top: 1.5em } .react-split-mde-preview ul, .react-split-mde-preview ol { margin: 1.4rem 0; line-height: 1.7 } .react-split-mde-preview ul>li, .react-split-mde-preview ol>li { margin: 0.6rem 0 } .react-split-mde-preview ul ul, .react-split-mde-preview ul ol, .react-split-mde-preview ol ul, .react-split-mde-preview ol ol { margin: 0.2em 0 } .react-split-mde-preview ul p, .react-split-mde-preview ol p { margin: 0 } .react-split-mde-preview ul { padding-left: 0 } .react-split-mde-preview ul>li { list-style: none; list-style-position: inside; position: relative; padding-left: 1.6em } .react-split-mde-preview ul>li:before { content: ""; position: absolute; top: 0.7em; left: 0.35em; width: 7px; height: 7px; border-radius: 50%; background: rgba(24, 30, 50, 0.7) } .react-split-mde-preview .contains-task-list li:before { content: none !important } .react-split-mde-preview .task-list-item-checkbox { margin-left: -1.5em; font-size: 1em; pointer-events: none } .react-split-mde-preview ol { margin-left: 0; counter-reset: number } .react-split-mde-preview ol>li { list-style: none; position: relative; line-height: 24px; padding-left: 32px; margin: 1em 0 } .react-split-mde-preview ol>li:before { display: inline-block; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; line-height: 22px; border-radius: 50%; color: #fff; font-size: 11.5px; text-align: center; content: counter(number); counter-increment: number; background: rgba(2, 13, 60, 0.6); font-weight: 600 } .react-split-mde-preview h1+p, .react-split-mde-preview h2+p, .react-split-mde-preview h3+p, .react-split-mde-preview h4+p, .react-split-mde-preview h5+p, .react-split-mde-preview h6+p { margin-top: 0.3em } .react-split-mde-preview h1, .react-split-mde-preview h2 { margin-top: 2.3em; margin-bottom: 0.5em } .react-split-mde-preview h3, .react-split-mde-preview h4, .react-split-mde-preview h5, .react-split-mde-preview h6 { margin-top: 2.25em; margin-bottom: 0.5em } .react-split-mde-preview h1 { padding-bottom: 0.2em; margin-bottom: 1.1rem; font-size: 1.7em; position: relative; border-bottom: solid 1px rgba(92, 147, 187, 0.17) } .react-split-mde-preview h2 { font-size: 1.5em } .react-split-mde-preview h3 { font-size: 1.3em } .react-split-mde-preview h4 { font-size: 1.1em } .react-split-mde-preview h5 { font-size: 1em } .react-split-mde-preview h5, .react-split-mde-preview h6 { color: #93a5b1 } .react-split-mde-preview h6 { font-size: 0.85em } @media screen and (max-width: 576px) { .react-split-mde-preview h1 { font-size: 1.6em } .react-split-mde-preview h2 { font-size: 1.4em } .react-split-mde-preview h3 { font-size: 1.2em } .react-split-mde-preview h4 { font-size: 1.1em } .react-split-mde-preview h5 { font-size: 1em } .react-split-mde-preview h6 { font-size: 0.85em } } .react-split-mde-preview hr { border-top: 2px solid rgba(92, 147, 187, 0.17); margin: 2.5rem 0 } .react-split-mde-preview blockquote { font-size: 0.95rem; margin: 1.4rem 0; border-left: solid 3px #b3bfc7; padding: 2px 0 2px 0.7em; color: #626e77 } .react-split-mde-preview blockquote p { margin: 1rem 0 } .react-split-mde-preview blockquote>:first-child { margin-top: 0 } .react-split-mde-preview blockquote>:last-child { margin-bottom: 0 } .react-split-mde-preview blockquote.twitter-tweet { display: none } .react-split-mde-preview table { margin: 1.2rem auto; width: auto; border-collapse: collapse; font-size: 0.95em; line-height: 1.5; word-break: normal; display: block; overflow: auto; -webkit-overflow-scrolling: touch } .react-split-mde-preview th, .react-split-mde-preview td { padding: 0.5rem; border: solid 1px #cfdce6 } .react-split-mde-preview th { font-weight: 600; background: #edf2f7 } .react-split-mde-preview code { padding: 0.2em 0.4em; background: rgba(33, 90, 160, 0.07); font-size: 0.85em; border-radius: 4px; vertical-align: 0.08em; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" } .react-split-mde-preview pre { margin: 1.3rem 0; background: #2c2d3a; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 3px; word-break: normal; word-wrap: normal; display: flex } .react-split-mde-preview pre:after { content: ""; width: 8px; flex-shrink: 0 } .react-split-mde-preview pre code { margin: 0; padding: 0; background: transparent; font-size: 0.9em; color: #fff } .react-split-mde-preview pre>code { display: block; padding: 1.1rem } @media screen and (max-width: 576px) { .react-split-mde-preview pre>code { padding: 1rem 0.8rem; font-size: 13px } } .react-split-mde-preview .code-block-container { position: relative; margin: 1.3rem 0; background: #2c2d3a; border-radius: 3px } .react-split-mde-preview .code-block-container pre { background: transparent; margin: 0 } .react-split-mde-preview .code-block-filename-container { margin-bottom: -12px } .react-split-mde-preview .code-block-filename { display: inline-block; vertical-align: top; max-width: 100%; background: rgba(177, 197, 247, 0.25); color: #fff; font-size: 12px; height: 24px; line-height: 24px; padding: 0px 6px 0 8px; font-family: monospace; border-radius: 4px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .react-split-mde-preview img:not(.emoji) { margin: 1.5rem auto; display: table; max-width: 100%; height: auto } .react-split-mde-preview img+br { display: none } .react-split-mde-preview img~em { display: block; margin: -1rem auto 0; line-height: 1.3; text-align: center; color: #93a5b1; font-size: 0.95rem } .react-split-mde-preview details { font-size: 0.95em; margin: 1rem 0; line-height: 1.7 } .react-split-mde-preview summary { cursor: pointer; outline: 0; padding: 0.7em 0.7em 0.7em 0.9em; background: #f1f5f9; border-radius: 5px } .react-split-mde-preview summary::-webkit-details-marker { color: #93a5b1 } .react-split-mde-preview details[open] summary { border-radius: 5px 5px 0 0 } .react-split-mde-preview .details-content { padding: 0.5em 0.9em; border: solid 2px #f1f5f9; border-radius: 0 0 5px 5px } .react-split-mde-preview .details-content>* { margin: 0.5em 0 } .react-split-mde-preview .embed-tweet, .react-split-mde-preview .embed-gist, .react-split-mde-preview .embed-speakerdeck, .react-split-mde-preview .embed-slideshare, .react-split-mde-preview .embed-codepen, .react-split-mde-preview .embed-jsfiddle, .react-split-mde-preview .embed-youtube, .react-split-mde-preview .embed-codesandbox, .react-split-mde-preview .embed-stackblitz { margin: 1.5rem 0 } .react-split-mde-preview .embed-slideshare, .react-split-mde-preview .embed-speakerdeck, .react-split-mde-preview .embed-codepen, .react-split-mde-preview .embed-jsfiddle, .react-split-mde-preview .embed-youtube, .react-split-mde-preview .embed-stackblitz { padding-bottom: calc(56.25% + 38px); position: relative; width: 100%; height: 0 } .react-split-mde-preview .embed-slideshare iframe, .react-split-mde-preview .embed-speakerdeck iframe, .react-split-mde-preview .embed-codepen iframe, .react-split-mde-preview .embed-jsfiddle iframe, .react-split-mde-preview .embed-youtube iframe, .react-split-mde-preview .embed-stackblitz iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none } .react-split-mde-preview .embed-slideshare iframe { border: 1px solid #2c2d3a } .react-split-mde-preview .embed-zenn-link { margin: 1rem auto } .react-split-mde-preview .embed-zenn-link iframe { height: 125px; width: 100%; display: block } .react-split-mde-preview eqn { display: block; overflow-x: auto } .react-split-mde-preview pre[class*="language-"] { position: relative } .react-split-mde-preview .token.namespace { opacity: 0.7 } .react-split-mde-preview .token.comment, .react-split-mde-preview .token.prolog, .react-split-mde-preview .token.doctype, .react-split-mde-preview .token.cdata { color: #92a3ad } .react-split-mde-preview .token.operator, .react-split-mde-preview .token.boolean, .react-split-mde-preview .token.number { color: #ffc164 } .react-split-mde-preview .token.attr-name, .react-split-mde-preview .token.string { color: #ffc164 } .react-split-mde-preview .token.entity, .react-split-mde-preview .token.url, .react-split-mde-preview .language-css .token.string, .react-split-mde-preview .style .token.string { color: #ffc164 } .react-split-mde-preview .token.selector { color: #ff8e8e } .react-split-mde-preview .token.atrule, .react-split-mde-preview .token.attr-value, .react-split-mde-preview .token.keyword, .react-split-mde-preview .token.important, .react-split-mde-preview .token.deleted { color: #ff8e8e } .react-split-mde-preview .token.inserted { color: #b4ff9b } .react-split-mde-preview .token.regex, .react-split-mde-preview .token.statement { color: #ffc164 } .react-split-mde-preview .token.placeholder, .react-split-mde-preview .token.variable { color: #fff } .react-split-mde-preview .token.important, .react-split-mde-preview .token.statement, .react-split-mde-preview .token.bold { font-weight: 600 } .react-split-mde-preview .token.punctuation { color: #859aff } .react-split-mde-preview .token.entity { cursor: help } .react-split-mde-preview .token.italic { font-style: italic } .react-split-mde-preview .token.tag, .react-split-mde-preview .token.property, .react-split-mde-preview .token.function { color: #56cdff } .react-split-mde-preview .token.attr-name { color: #ff8e8e } .react-split-mde-preview .token.attr-value { color: #ffc164 } .react-split-mde-preview .token.style, .react-split-mde-preview .token.script { color: #ffc164 } .react-split-mde-preview .token.script .token.keyword { color: #ffc164 } .react-split-mde-preview .msg { position: relative; margin: 1.5rem 0; padding: 21px 15px 21px 45px; border-radius: 6px; background: #fff6e4; color: rgba(0, 0, 0, 0.65); font-size: 14.5px; line-height: 1.6 } .react-split-mde-preview .msg:before { position: absolute; left: 15px; top: 50%; transform: translateY(-52%); content: "!"; display: block; width: 20px; height: 20px; line-height: 20px; font-size: 13px; text-align: center; color: #fff; background: #ffb84c; font-weight: 600; border-radius: 50% } .react-split-mde-preview .msg>* { margin: 0.5rem 0 } .react-split-mde-preview .msg>*:first-child, .react-split-mde-preview .msg>*:last-child { margin: 0 } .react-split-mde-preview .msg a { color: inherit; text-decoration: underline } .react-split-mde-preview .msg.alert { background: #ffeff2 } .react-split-mde-preview .msg.alert:before { background: #ff7670 } .react-split-mde-preview .footnotes { margin-top: 3rem; color: #77838c; font-size: 0.9em } .react-split-mde-preview .footnotes-title { padding-bottom: 3px; border-bottom: solid 1px #cfdce6; font-weight: 600; font-size: 15px } .react-split-mde-preview .footnotes-list { margin: 0 } .react-split-mde-preview .footnotes-twemoji { border: none; margin: 0 7px 0 0; vertical-align: -3px }
0.318803
0.061678
.Hero { background-image: linear-gradient(45deg, rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url("../images/hero-1.jpg"); height: 92rem; background-size: cover; background-position: center; position: relative; } .HeroGroup { margin: 0 auto; max-width: 50rem; padding: 15rem 5rem; text-align: center; } .HeroGroup span { color: var(--color-secondary); } .Hero h1 { margin: 0; color: #fff; font-size: 4rem; line-height: 1.2; opacity: 0; animation: heroAnimation; animation-duration: 3s; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1); animation-delay: 1s; } .Hero p { color: rgba(255, 255, 255, 0.8); font-size: 3rem; line-height: 1.5; animation: heroAnimation 3s forwards cubic-bezier(0.2, 0.8, 0.2, 1); opacity: 0; } .Hero a { font-size: 1.7rem; font-weight: 600; color: #fff; text-transform: uppercase; background: rgba(0, 0, 0, 0.7); padding: 0.9rem 2rem; border: 3px solid rgba(255, 255, 255, 0.2); border-radius: 2rem; transition: 1s; } .Hero a:hover { background: white; color: black; } @media (max-width: 640px) { .HeroGroup { padding: 10rem 2rem; } .Hero h1 { font-size: 4rem; } .Hero p { font-size: 2.4rem; } } @keyframes heroAnimation { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } .Hero svg { position: absolute; bottom: 0; left: 0; } .Hero .logos { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 4rem; margin: 10rem 0; justify-items: center; position: relative; z-index: 50; margin-top: 30rem; } @media (max-width: 640px) { .Hero .logos { grid-template-columns: repeat(3, 1fr); } } .Cards h2 { margin: 5rem 2rem; font-size: 6rem; text-align: center; font-weight: 700; background-image: linear-gradient(104deg, var(--color-black-1) 0%, var(--color-black-2) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .CardGroup { margin: 5rem 4rem 10rem; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 4rem; justify-items: center; } @media (max-width: 1060px) { .CardGroup { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 720px) { .CardGroup { grid-template-columns: repeat(1, 1fr); } }
src/components/layout.css
.Hero { background-image: linear-gradient(45deg, rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url("../images/hero-1.jpg"); height: 92rem; background-size: cover; background-position: center; position: relative; } .HeroGroup { margin: 0 auto; max-width: 50rem; padding: 15rem 5rem; text-align: center; } .HeroGroup span { color: var(--color-secondary); } .Hero h1 { margin: 0; color: #fff; font-size: 4rem; line-height: 1.2; opacity: 0; animation: heroAnimation; animation-duration: 3s; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1); animation-delay: 1s; } .Hero p { color: rgba(255, 255, 255, 0.8); font-size: 3rem; line-height: 1.5; animation: heroAnimation 3s forwards cubic-bezier(0.2, 0.8, 0.2, 1); opacity: 0; } .Hero a { font-size: 1.7rem; font-weight: 600; color: #fff; text-transform: uppercase; background: rgba(0, 0, 0, 0.7); padding: 0.9rem 2rem; border: 3px solid rgba(255, 255, 255, 0.2); border-radius: 2rem; transition: 1s; } .Hero a:hover { background: white; color: black; } @media (max-width: 640px) { .HeroGroup { padding: 10rem 2rem; } .Hero h1 { font-size: 4rem; } .Hero p { font-size: 2.4rem; } } @keyframes heroAnimation { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } .Hero svg { position: absolute; bottom: 0; left: 0; } .Hero .logos { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 4rem; margin: 10rem 0; justify-items: center; position: relative; z-index: 50; margin-top: 30rem; } @media (max-width: 640px) { .Hero .logos { grid-template-columns: repeat(3, 1fr); } } .Cards h2 { margin: 5rem 2rem; font-size: 6rem; text-align: center; font-weight: 700; background-image: linear-gradient(104deg, var(--color-black-1) 0%, var(--color-black-2) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .CardGroup { margin: 5rem 4rem 10rem; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 4rem; justify-items: center; } @media (max-width: 1060px) { .CardGroup { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 720px) { .CardGroup { grid-template-columns: repeat(1, 1fr); } }
0.679391
0.160496
@font-face { font-family: 'SF UI Text Regular'; font-style: normal; font-weight: normal; src: local('SF UI Text Regular'), url('SFUIText-Regular.woff') format('woff'); } @font-face { font-family: 'SF UI Text Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Italic'), url('SFUIText-RegularItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Light'; font-style: normal; font-weight: normal; src: local('SF UI Text Light'), url('SFUIText-Light.woff') format('woff'); } @font-face { font-family: 'SF UI Text Light Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Light Italic'), url('SFUIText-LightItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Medium'; font-style: normal; font-weight: normal; src: local('SF UI Text Medium'), url('SFUIText-Medium.woff') format('woff'); } @font-face { font-family: 'SF UI Text Medium Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Medium Italic'), url('SFUIText-MediumItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Semibold'; font-style: normal; font-weight: normal; src: local('SF UI Text Semibold'), url('SFUIText-Semibold.woff') format('woff'); } @font-face { font-family: 'SF UI Text Semibold Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Semibold Italic'), url('SFUIText-SemiboldItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Bold'; font-style: normal; font-weight: normal; src: local('SF UI Text Bold'), url('SFUIText-Bold.woff') format('woff'); } @font-face { font-family: 'SF UI Text Bold Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Bold Italic'), url('SFUIText-BoldItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Heavy'; font-style: normal; font-weight: normal; src: local('SF UI Text Heavy'), url('SFUIText-Heavy.woff') format('woff'); } @font-face { font-family: 'SF UI Text Heavy Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Heavy Italic'), url('SFUIText-HeavyItalic.woff') format('woff'); }
resources/fonts/style.css
@font-face { font-family: 'SF UI Text Regular'; font-style: normal; font-weight: normal; src: local('SF UI Text Regular'), url('SFUIText-Regular.woff') format('woff'); } @font-face { font-family: 'SF UI Text Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Italic'), url('SFUIText-RegularItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Light'; font-style: normal; font-weight: normal; src: local('SF UI Text Light'), url('SFUIText-Light.woff') format('woff'); } @font-face { font-family: 'SF UI Text Light Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Light Italic'), url('SFUIText-LightItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Medium'; font-style: normal; font-weight: normal; src: local('SF UI Text Medium'), url('SFUIText-Medium.woff') format('woff'); } @font-face { font-family: 'SF UI Text Medium Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Medium Italic'), url('SFUIText-MediumItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Semibold'; font-style: normal; font-weight: normal; src: local('SF UI Text Semibold'), url('SFUIText-Semibold.woff') format('woff'); } @font-face { font-family: 'SF UI Text Semibold Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Semibold Italic'), url('SFUIText-SemiboldItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Bold'; font-style: normal; font-weight: normal; src: local('SF UI Text Bold'), url('SFUIText-Bold.woff') format('woff'); } @font-face { font-family: 'SF UI Text Bold Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Bold Italic'), url('SFUIText-BoldItalic.woff') format('woff'); } @font-face { font-family: 'SF UI Text Heavy'; font-style: normal; font-weight: normal; src: local('SF UI Text Heavy'), url('SFUIText-Heavy.woff') format('woff'); } @font-face { font-family: 'SF UI Text Heavy Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Heavy Italic'), url('SFUIText-HeavyItalic.woff') format('woff'); }
0.629888
0.06951
/* ACCORDION */ .accrodation { width: 100%; } .acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; } .acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger:last-of-type { border-bottom: none; } .acc-trigger a { background: url(../../images/accordion-ico.png) no-repeat 14px 13px; display: block; padding: 11px 20px 11px 44px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #727272; border: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; margin: 6px 0 0 0;} .acc-trigger a:hover { background-position: 14px -58px; } .acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #fdce16; border-bottom: 1px solid #d9d9d9; } .acc-trigger.active a:hover { background-color: transparent; } .acc-trigger.active { cursor: default; background:#fff; color:#fdce16;} .acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger.active a { background-position: 14px -58px; cursor: default; } .acc-container .content { padding: 0px 14px 15px 44px; color: #999; margin-bottom: 4px; background-color: #fff; border: 1px solid #e3e3e3; border-top: 0px solid #e3e3e3; } /* ACCORDION02 */ .accrodation02 { width: 100%; } .acc-trigger02 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px; } .acc-trigger02:last-of-type, .acc-container02:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger02:last-of-type { border-bottom: none; } .acc-trigger02 a { background: url(../../images/accordion-ico2.png) no-repeat 20px 13px; display: block; padding: 11px 20px 11px 50px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #545454; border: 1px solid #d9d9d9; border-radius:35px; } .acc-trigger02 a:hover { color:#000; } .acc-trigger02 a:hover, .acc-trigger02.active a, .acc-trigger02.active a:hover { color: #161616; background-color:#fdce16; border: 1px solid #fdce16; } .acc-trigger02.active a:hover { background-color: transparent; } .acc-trigger02.active { cursor: default; background:#fff; color:#fdce16;} .acc-trigger02.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger02.active a { background-position: 20px -58px; cursor: default; color:#161616; background-color:#fdce16; border: 1px solid #fdce16; } .acc-container02 .content { padding: 0px 14px 15px 22px; color: #999; margin-bottom: 4px; background-color: #fff; } .accrodation02 h1{ text-align:center;} /* ACCORDION03 */ .accrodation03 { width: 100%; } .acc-trigger03 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px; } .acc-trigger03:last-of-type, .acc-container03:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger03:last-of-type { border-bottom: none; } .acc-trigger03 a { background: url(../../images/accordion-ico3.png) no-repeat 20px 17px; display: block; padding: 15px 20px 15px 50px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #b5b5b5; background-color:#575757; box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.3);} .acc-trigger03 a:hover { color:#000; } .acc-trigger03 a:hover, .acc-trigger03.active a, .acc-trigger03.active a:hover { color: #161616; background-color:#fdce16; } .acc-trigger03.active a:hover { background-color:#fdce16; } .acc-trigger03.active { cursor: default; color:#161616;} .acc-trigger03.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger03.active a { background-position: 20px -58px; cursor: default; color:#161616; } .acc-container03 .content { padding: 30px 0px 30px 0px; color: #999; margin-bottom: 4px; } .accrodation03 h1{ text-align:center;} /* ACCORDION04 */ .accrodation04 { width: 100%; } .acc-trigger04 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px; } .acc-trigger04:last-of-type, .acc-container04:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger04:last-of-type { border-bottom: none; } .acc-trigger04 a { background: url(../../images/accordion-ico4.png) no-repeat 20px 17px; display: block; padding: 15px 20px 15px 50px; text-decoration: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #161616; border:1px solid #d9d9d9;} .acc-trigger04 a:hover { color:#000; } .acc-trigger04 a:hover, .acc-trigger04.active a, .acc-trigger04.active a:hover { color: #161616; background-color:#fdce16; border:1px solid #fdce16; } .acc-trigger04.active a:hover { background-color:#fdce16; } .acc-trigger04.active { cursor: default; color:#161616;} .acc-trigger04.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger04.active a { background-position: 20px -58px; cursor: default; color:#161616; } .acc-container04 .content { padding: 30px 0px 30px 0px; color: #999; margin-bottom: 4px; } .accrodation04 h1{ text-align:center;} /* ACCORDION05 */ .accrodation05 { width: 100%; } .acc-trigger05 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px; } .acc-trigger05:last-of-type, .acc-container05:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger05:last-of-type { border-bottom: none; } .acc-trigger05 a { background: url(../../images/accordion-ico5.png) no-repeat 20px 17px; display: block; padding: 10px 20px 10px 50px; text-decoration: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #161616; border:1px solid #d9d9d9;} .acc-trigger05 a:hover { color:#000; } .acc-trigger05 a:hover, .acc-trigger05.active a, .acc-trigger05.active a:hover { color: #fdce16; border:1px solid #fdce16; } .acc-trigger05.active a:hover { background-color:#fff; } .acc-trigger05.active { cursor: default; color:#161616;} .acc-trigger05.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger05.active a { background-position: 20px -58px; cursor: default; color:#fdce16; } .acc-container05 .content { padding: 16px 0px 28px 0px; color: #999; margin-bottom: 4px; } .accrodation05 h1{ text-align:center;}
js/accordion/accordion.css
/* ACCORDION */ .accrodation { width: 100%; } .acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; } .acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger:last-of-type { border-bottom: none; } .acc-trigger a { background: url(../../images/accordion-ico.png) no-repeat 14px 13px; display: block; padding: 11px 20px 11px 44px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #727272; border: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; margin: 6px 0 0 0;} .acc-trigger a:hover { background-position: 14px -58px; } .acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #fdce16; border-bottom: 1px solid #d9d9d9; } .acc-trigger.active a:hover { background-color: transparent; } .acc-trigger.active { cursor: default; background:#fff; color:#fdce16;} .acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger.active a { background-position: 14px -58px; cursor: default; } .acc-container .content { padding: 0px 14px 15px 44px; color: #999; margin-bottom: 4px; background-color: #fff; border: 1px solid #e3e3e3; border-top: 0px solid #e3e3e3; } /* ACCORDION02 */ .accrodation02 { width: 100%; } .acc-trigger02 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px; } .acc-trigger02:last-of-type, .acc-container02:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger02:last-of-type { border-bottom: none; } .acc-trigger02 a { background: url(../../images/accordion-ico2.png) no-repeat 20px 13px; display: block; padding: 11px 20px 11px 50px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #545454; border: 1px solid #d9d9d9; border-radius:35px; } .acc-trigger02 a:hover { color:#000; } .acc-trigger02 a:hover, .acc-trigger02.active a, .acc-trigger02.active a:hover { color: #161616; background-color:#fdce16; border: 1px solid #fdce16; } .acc-trigger02.active a:hover { background-color: transparent; } .acc-trigger02.active { cursor: default; background:#fff; color:#fdce16;} .acc-trigger02.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger02.active a { background-position: 20px -58px; cursor: default; color:#161616; background-color:#fdce16; border: 1px solid #fdce16; } .acc-container02 .content { padding: 0px 14px 15px 22px; color: #999; margin-bottom: 4px; background-color: #fff; } .accrodation02 h1{ text-align:center;} /* ACCORDION03 */ .accrodation03 { width: 100%; } .acc-trigger03 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px; } .acc-trigger03:last-of-type, .acc-container03:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger03:last-of-type { border-bottom: none; } .acc-trigger03 a { background: url(../../images/accordion-ico3.png) no-repeat 20px 17px; display: block; padding: 15px 20px 15px 50px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #b5b5b5; background-color:#575757; box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.3);} .acc-trigger03 a:hover { color:#000; } .acc-trigger03 a:hover, .acc-trigger03.active a, .acc-trigger03.active a:hover { color: #161616; background-color:#fdce16; } .acc-trigger03.active a:hover { background-color:#fdce16; } .acc-trigger03.active { cursor: default; color:#161616;} .acc-trigger03.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger03.active a { background-position: 20px -58px; cursor: default; color:#161616; } .acc-container03 .content { padding: 30px 0px 30px 0px; color: #999; margin-bottom: 4px; } .accrodation03 h1{ text-align:center;} /* ACCORDION04 */ .accrodation04 { width: 100%; } .acc-trigger04 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px; } .acc-trigger04:last-of-type, .acc-container04:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger04:last-of-type { border-bottom: none; } .acc-trigger04 a { background: url(../../images/accordion-ico4.png) no-repeat 20px 17px; display: block; padding: 15px 20px 15px 50px; text-decoration: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #161616; border:1px solid #d9d9d9;} .acc-trigger04 a:hover { color:#000; } .acc-trigger04 a:hover, .acc-trigger04.active a, .acc-trigger04.active a:hover { color: #161616; background-color:#fdce16; border:1px solid #fdce16; } .acc-trigger04.active a:hover { background-color:#fdce16; } .acc-trigger04.active { cursor: default; color:#161616;} .acc-trigger04.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger04.active a { background-position: 20px -58px; cursor: default; color:#161616; } .acc-container04 .content { padding: 30px 0px 30px 0px; color: #999; margin-bottom: 4px; } .accrodation04 h1{ text-align:center;} /* ACCORDION05 */ .accrodation05 { width: 100%; } .acc-trigger05 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px; } .acc-trigger05:last-of-type, .acc-container05:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger05:last-of-type { border-bottom: none; } .acc-trigger05 a { background: url(../../images/accordion-ico5.png) no-repeat 20px 17px; display: block; padding: 10px 20px 10px 50px; text-decoration: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #161616; border:1px solid #d9d9d9;} .acc-trigger05 a:hover { color:#000; } .acc-trigger05 a:hover, .acc-trigger05.active a, .acc-trigger05.active a:hover { color: #fdce16; border:1px solid #fdce16; } .acc-trigger05.active a:hover { background-color:#fff; } .acc-trigger05.active { cursor: default; color:#161616;} .acc-trigger05.active:last-of-type { border-bottom: none; margin-bottom: 0; } .acc-trigger05.active a { background-position: 20px -58px; cursor: default; color:#fdce16; } .acc-container05 .content { padding: 16px 0px 28px 0px; color: #999; margin-bottom: 4px; } .accrodation05 h1{ text-align:center;}
0.243732
0.172939
#fakebody { background-color: blue; width: 0px; height: 0px; margin: 0px auto 0px auto; } #outline { width: 188px; padding: 5px; background: white; margin-right: 835px; border: solid 1px #efefee; -webkit-border-radius: 3px; border-radius: 3px; display: none; float: right; } #outline p.header { font-weight: bold; height: 10px; } #outline span.text { cursor:pointer; } #outline span.text:hover { color: #1f99dd; } #outline form { padding: 5px; } #outline form input{ margin-left: 1px; width: 144px; } #outline form br{ } #outline form button#save-outline{ margin-left: 15px; margin-bottom: 5px; } #outline form button#add-header{ margin-left: 40px; margin-bottom: 5px; } #video span.outline-pin { position: absolute; top: -32px; display: inline; background: transparent; height: 35px; width: 24px; overflow: hidden; /*display: none;*/ } #video span.outline-pin:hover { cursor: pointer; } #video span.outline-pin .outline-remove { background: transparent; display: block; text-align: center; width: 24px; font-weight: bold; /*display: none;*/ } #video span.outline-pin .outline-remove:hover { color: red; cursor: pointer; } #video span.outline-pin .outline-text { background: red; padding-top: 2px; margin-top:14px; color: white; display: block; text-align: center; width: 24px; height: 13px; } #video span.outline-pin .outline-text:hover { cursor: pointer; } #video span.outline-pin .outline-corner { display: block; width: 1px; height: 1px; margin-top: 28px; margin-left: 7px; border: solid 5px blue; border-color: red transparent transparent transparent; -webkit-border-radius: 0; } #video span.outline-pin .outline-corner: hover { cursor: pointer; } #create-outline { font-weight: bold; } .mejs-container .mejs-controls { } #outline-link { text-align: right; margin-bottom: 0px; padding: 5px; font-size: 10px; }
media/css/outline.css
#fakebody { background-color: blue; width: 0px; height: 0px; margin: 0px auto 0px auto; } #outline { width: 188px; padding: 5px; background: white; margin-right: 835px; border: solid 1px #efefee; -webkit-border-radius: 3px; border-radius: 3px; display: none; float: right; } #outline p.header { font-weight: bold; height: 10px; } #outline span.text { cursor:pointer; } #outline span.text:hover { color: #1f99dd; } #outline form { padding: 5px; } #outline form input{ margin-left: 1px; width: 144px; } #outline form br{ } #outline form button#save-outline{ margin-left: 15px; margin-bottom: 5px; } #outline form button#add-header{ margin-left: 40px; margin-bottom: 5px; } #video span.outline-pin { position: absolute; top: -32px; display: inline; background: transparent; height: 35px; width: 24px; overflow: hidden; /*display: none;*/ } #video span.outline-pin:hover { cursor: pointer; } #video span.outline-pin .outline-remove { background: transparent; display: block; text-align: center; width: 24px; font-weight: bold; /*display: none;*/ } #video span.outline-pin .outline-remove:hover { color: red; cursor: pointer; } #video span.outline-pin .outline-text { background: red; padding-top: 2px; margin-top:14px; color: white; display: block; text-align: center; width: 24px; height: 13px; } #video span.outline-pin .outline-text:hover { cursor: pointer; } #video span.outline-pin .outline-corner { display: block; width: 1px; height: 1px; margin-top: 28px; margin-left: 7px; border: solid 5px blue; border-color: red transparent transparent transparent; -webkit-border-radius: 0; } #video span.outline-pin .outline-corner: hover { cursor: pointer; } #create-outline { font-weight: bold; } .mejs-container .mejs-controls { } #outline-link { text-align: right; margin-bottom: 0px; padding: 5px; font-size: 10px; }
0.375363
0.07363
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; } /* Set every element's box-sizing to border-box */ * { box-sizing: border-box; } html, body { height: 100%; font-family: 'Titillium Web', sans-serif; } h1, h2, h3, h4, h5 { font-family: 'Bangers', cursive; letter-spacing: 1px; margin-bottom: 15px; } /* Copy and paste your work from yesterday here and start to refactor into flexbox */ html{ margin-left: 25%; margin-right: 25%; } /* .Idea{ position: fixed; background-color: white; } */ .Idea nav{ padding: 10px; display: flex; } .Idea nav a{ padding: 20px; text-decoration: none; color: grey; } .logo{ display: flex; padding: 0 0 0 40px; vertical-align: middle; margin-left: 15px } h1{ margin-top: 20px; margin-bottom: 0px; line-height: 40px; } .subheader{ border-bottom: 1px solid black; display: flex; } button{ margin-top: 0; height: 25px; width: 115px; } .subheader-text{ height: 300px; width: 300px; flex-direction: column; font-size: 50px; text-align: center; vertical-align: middle; margin: 50px; } .circle-img{ margin: 25 25 25 25; right: 25%; height: 300px; width: 300px; } h2{ font-size: 25px; } p{ font-size: 20px; } .TopHalf{ padding: 10px; width: 48%; height: 125px; margin-top: 40px; margin-bottom: 60px; display: flex; } .BottomHalf{ width: 33%; display: flex; padding: 10px; margin-top: 40px; margin-bottom: 40px; } .middle-img{ width: 100%; } footer{ border-top: 1px solid black; padding-top: 25px; } .Contact{ font-size: 20px; margin-bottom: 0px; } br{ font-size: 20px; } .number{ margin-top: 24px; } .copyright{ text-align: center; font-size: 15px; } .tophalfcontainer{ display: flex; } .TopHalf{ display: flex; flex-direction: column; } .bottomhalfcontainer{ display: flex; } .BottomHalf{ display: flex; flex-direction: column; }
css/FlexBox-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; } /* Set every element's box-sizing to border-box */ * { box-sizing: border-box; } html, body { height: 100%; font-family: 'Titillium Web', sans-serif; } h1, h2, h3, h4, h5 { font-family: 'Bangers', cursive; letter-spacing: 1px; margin-bottom: 15px; } /* Copy and paste your work from yesterday here and start to refactor into flexbox */ html{ margin-left: 25%; margin-right: 25%; } /* .Idea{ position: fixed; background-color: white; } */ .Idea nav{ padding: 10px; display: flex; } .Idea nav a{ padding: 20px; text-decoration: none; color: grey; } .logo{ display: flex; padding: 0 0 0 40px; vertical-align: middle; margin-left: 15px } h1{ margin-top: 20px; margin-bottom: 0px; line-height: 40px; } .subheader{ border-bottom: 1px solid black; display: flex; } button{ margin-top: 0; height: 25px; width: 115px; } .subheader-text{ height: 300px; width: 300px; flex-direction: column; font-size: 50px; text-align: center; vertical-align: middle; margin: 50px; } .circle-img{ margin: 25 25 25 25; right: 25%; height: 300px; width: 300px; } h2{ font-size: 25px; } p{ font-size: 20px; } .TopHalf{ padding: 10px; width: 48%; height: 125px; margin-top: 40px; margin-bottom: 60px; display: flex; } .BottomHalf{ width: 33%; display: flex; padding: 10px; margin-top: 40px; margin-bottom: 40px; } .middle-img{ width: 100%; } footer{ border-top: 1px solid black; padding-top: 25px; } .Contact{ font-size: 20px; margin-bottom: 0px; } br{ font-size: 20px; } .number{ margin-top: 24px; } .copyright{ text-align: center; font-size: 15px; } .tophalfcontainer{ display: flex; } .TopHalf{ display: flex; flex-direction: column; } .bottomhalfcontainer{ display: flex; } .BottomHalf{ display: flex; flex-direction: column; }
0.283682
0.081923
.container { padding: 0 2rem; } .main { min-height: 100vh; padding: 4rem 0; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer { display: flex; flex: 1; padding: 2rem 0; border-top: 1px solid #eaeaea; justify-content: center; align-items: center; } .footer a { display: flex; justify-content: center; align-items: center; flex-grow: 1; } .title a { color: #0070f3; text-decoration: none; } .title a:hover, .title a:focus, .title a:active { text-decoration: underline; } .title { margin: 0; line-height: 1.15; font-size: 4rem; } .title, .description { text-align: center; } .description { margin: 4rem 0; line-height: 1.5; font-size: 1.5rem; } .code { background: #fafafa; border-radius: 5px; padding: 0.75rem; font-size: 1.1rem; font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; } .search { width: 100%; padding: 12px 24px; background-color: transparent; transition: transform 250ms ease-in-out; font-size: 14px; line-height: 18px; color: #575756; background-color: transparent; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 18px 18px; background-position: 95% center; border-radius: 50px; border: 1px solid #575756; transition: all 250ms ease-in-out; backface-visibility: hidden; transform-style: preserve-3d; } .grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 800px; } .card { margin: 1rem; padding: 1.5rem; text-align: left; color: inherit; text-decoration: none; border: 1px solid #eaeaea; border-radius: 10px; transition: color 0.15s ease, border-color 0.15s ease; max-width: 300px; } .card:hover, .card:focus, .card:active { color: #0070f3; border-color: #0070f3; } .card h2 { margin: 0 0 1rem 0; font-size: 1.5rem; } .card p { margin: 0; font-size: 1.25rem; line-height: 1.5; } .logo { height: 1em; margin-left: 0.5rem; } @media (max-width: 600px) { .grid { width: 100%; flex-direction: column; } }
example/with-nextjs-react-query-typescript/styles/Home.module.css
.container { padding: 0 2rem; } .main { min-height: 100vh; padding: 4rem 0; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer { display: flex; flex: 1; padding: 2rem 0; border-top: 1px solid #eaeaea; justify-content: center; align-items: center; } .footer a { display: flex; justify-content: center; align-items: center; flex-grow: 1; } .title a { color: #0070f3; text-decoration: none; } .title a:hover, .title a:focus, .title a:active { text-decoration: underline; } .title { margin: 0; line-height: 1.15; font-size: 4rem; } .title, .description { text-align: center; } .description { margin: 4rem 0; line-height: 1.5; font-size: 1.5rem; } .code { background: #fafafa; border-radius: 5px; padding: 0.75rem; font-size: 1.1rem; font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; } .search { width: 100%; padding: 12px 24px; background-color: transparent; transition: transform 250ms ease-in-out; font-size: 14px; line-height: 18px; color: #575756; background-color: transparent; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 18px 18px; background-position: 95% center; border-radius: 50px; border: 1px solid #575756; transition: all 250ms ease-in-out; backface-visibility: hidden; transform-style: preserve-3d; } .grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 800px; } .card { margin: 1rem; padding: 1.5rem; text-align: left; color: inherit; text-decoration: none; border: 1px solid #eaeaea; border-radius: 10px; transition: color 0.15s ease, border-color 0.15s ease; max-width: 300px; } .card:hover, .card:focus, .card:active { color: #0070f3; border-color: #0070f3; } .card h2 { margin: 0 0 1rem 0; font-size: 1.5rem; } .card p { margin: 0; font-size: 1.25rem; line-height: 1.5; } .logo { height: 1em; margin-left: 0.5rem; } @media (max-width: 600px) { .grid { width: 100%; flex-direction: column; } }
0.538012
0.095687
.pivot { text-align:left; font-family:"Segoe UI",sans-serif; color:#333; font-size:13px; } .pivot a { color:#36a3d8; } .pivot a:visited { color:#36a3d8; } div.pivot { background:white; } dl.pivot { clear:both; margin-bottom:0; } h2.pivot { clear:both; font-size:1.25em; font-weight:normal; position:relative; top:5px; padding:3px; } div.pivot_viewbox { height:100%; width:100%; position:relative; overflow:hidden; } div.pivot_topbar { width:100%; height:28px; line-height:22px; border-bottom:1px solid #ccc; box-shadow:0px 0px 8px #ccc; -moz-box-shadow:0px 0px 8px #ccc; -webkit-box-shadow:0px 0px 8px #ccc; -o-box-shadow:0px 0px 8px #ccc; background-color:#f2f2f2; } .pivot_topbar * { margin:3px; } .pivot_input { position:fixed; top:-100px; } div.pivot_title { float:left; background-color:transparent; font-weight:bold; padding-left:5px; } div.pivot_pane { border:1px solid #ccc; width:200px; position:absolute; top:5px; bottom:5px; box-shadow:0px 0px 8px #ccc; -moz-box-shadow:0px 0px 8px #ccc; -webkit-box-shadow:0px 0px 8px #ccc; -o-box-shadow:0px 0px 8px #ccc; border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -moz-border-radius:5px; -webkit-transition:opacity .5s linear; -moz-transition:opacity .5s linear; -o-transition:opacity .5s linear; -ms-transition:opacity .5s linear; transition:opacity .5s linear; } .pivot_filterpane { left:5px; padding:2px 2px 10px; cursor:default; overflow-y:auto; } .pivot_filterpane form { clear:both; border:1px solid #ccc; padding:2px; margin:2px 1px 0px 2px; position: relative; } .pivot_searchbox { border-width:0; width:175px; margin:0; padding:0; font-size:12px; font-family:"Segoe UI", sans-serif; } .pivot_searchbox:focus { border-width:0; } .pivot_watermark .pivot_searchbox { color:#888; font-family:"Segoe UI", sans-serif; } .pivot_results { position:absolute; overflow:hidden; background:white; font-size:.8em; border:1px solid #ccc; z-index:1; } .pivot_results li { overflow:hidden; white-space:nowrap; } .pivot_results li:hover, .pivot_results li.pivot_highlight { background:#a7d5ec; } div.pivot_detailspane { right:5px; font-size:.8em; padding:8px; } .pivot_filterable { cursor:default; } .pivot_filterable:hover { background:#c0d6e2; } .pivot_detailspane dd:nth-of-type(odd), .pivot_detailspane dt:nth-of-type(odd) { background:#e6e6e6; } .pivot_detailspane dd:nth-of-type(even), .pivot_detailspane dt:nth-of-type(even) { background:#f2f2f2; } div.pivot_faded { opacity:0.2; } div.pivot_faded:hover { opacity:1; } div.pivot_canvas { position:absolute; top:29px; bottom:0px; width:100%; overflow:hidden; background:#f2f2f2; } div.pivot_layer { position:absolute; top:0; left:0; width:100%; height:100%; background:transparent; } canvas.pivot { width:100%; height:100%; position:relative; } .pivot_sorttools { display:block; float:right; font-size:12px; } select.pivot_sorttools { margin-top:4px; border:solid 1px transparent; background:#f2f2f2; } .pivot_subtle { color:gray; } .pivot_sortlabel { background:#e1f1f9; float:left; margin:3px; cursor:default; padding:2px; } .pivot_sortlabel:hover { background:#c2e3f3; } .pivot_watermark + div.pivot_facetname { border-top-width:0px; } div.pivot_facetname { clear:both; border-top: 1px solid #ccc; margin-left:3px; padding:3px 0 6px 2px; } div.pivot_facetname:hover { background:#ebf6fb; } ul.pivot { list-style-type:none; padding:0px; margin:0px; clear:both; } div.pivot_facetvalues { clear:both; overflow-x:hidden; overflow-y:auto; font-size:12px; white-space:nowrap; -webkit-transition:height .5s ease-in-out; -moz-transition:height .5s ease-in-out; -o-transition:height .5s ease-in-out; -ms-transition:height .5s ease-in-out; transition:height .5s ease-in-out; } div.pivot_facetvalues li { clear:both; position:relative; padding-left:20px; margin:3px 0; } .pivot_numberlabel { height:2em; font-style:italic; color:gray; } .pivot_filtergraph { height:70px; position:relative; margin:0 3px 5px; } .pivot_filtergraphbar { position:absolute; background:#9ad1eb; bottom:0; } .pivot_sliderouter { background:#e0e1e2; height:14px; position:relative; margin:3px; } .pivot_deselected { background:#dadada; } .pivot_slider { margin:0 6px; height:12px; border:1px solid white; position:absolute; left:0; right:0; background:#a0d4ec; cursor:pointer; } .pivot_slider:hover { background:#73b6d6; } .pivot_sliderhandle { position:absolute; width:6px; height:16px; top:-2px; border:1px solid white; background:#91d2ef; } .pivot_sliderhandle:hover, .pivot_slider:hover ~ .pivot_sliderhandle { background:#5aabd3; } .pivot_sliderleft { left:0; margin-left:-1px; cursor:w-resize; } .pivot_sliderright { right:0; margin-right:-1px; cursor:e-resize; } .pivot_left { float:left; } .pivot_right { float:right; } div.pivot_zoomslider { width:140px; height:20px; border:1px solid #ccc; position:relative; background:#f2f2f2; } .pivot_zoomout, .pivot_zoomin { font-weight:bold; height:20px; width:15px; text-align:center; line-height:20px; cursor:default; margin:0; } .pivot_zoomin { position:absolute; top:0; right:0; } .pivot_zoomline { height:4px; position:absolute; top:8px; right:20px; left:20px; background:#bfbfbf; margin:0; } .pivot_zoomhandle { height:16px; width:6px; position:absolute; top:-6px; background:#5a7787; cursor:e-resize; margin:0; } .pivot_zoomhandle:hover { background:#82b5ce; } .pivot_disabled { color:#ccc; } .pivot_outerlabel:hover { background:#dff0f9; } dd.pivot { color:#36a3d8; margin:0px; padding:1px 4px 3px 4px; } dt.pivot { padding:3px 4px 1px 4px; } div.pivot_facetcount { float:right; color:gray; } .pivot_facetcheckbox { margin:0; padding:0; position:absolute; left:3px; top:3px; } div.pivot_facetlabel { overflow:hidden; text-overflow:ellipsis; } .pivot_clrbtn { color:red; font-weight:bold; padding:0px 2px 2px 2px; float:right; } .pivot_clrlabel { float:right; font-size:12px; padding:4px 0 0 4px; margin-right:2px; margin-bottom:2px; } .pivot_clrlabel .pivot_clrbtn { font-size:16px; margin-top:-4px; visibility:inherit; position:relative; } .pivot_facetname .pivot_clrbtn { font-size:16px; position:relative; top:-3px; } .pivot_clr { visibility:hidden; } .pivot_searchbtn { background:url('search.gif') no-repeat 2px 0; color:transparent; width:19px; height:19px; position:absolute; top:1px; right:1px; text-align:center; font-weight:bold; } .pivot_grid { background:url('search.gif') no-repeat -15px 0; width:29px; height:20px; border:1px solid #ccc; border-right-width:0px; margin-right:0; } .pivot_graph { background:url('search.gif') no-repeat -44px 0; width:29px; height:20px; border:1px solid #ccc; margin-left:0; margin-right:0; border-right-width:0px; } .pivot_map { background:url('map1-16.png') no-repeat 6px 2px; width:29px; height:20px; border:1px solid #ccc; margin-left:0; } .pivot_activesort { background-color:#d6d8d9; } .pivot_hoverable:hover { background-color:#a3d1e8; } .pivot_disabled:hover { background:transparent; } .pivot_clrsearch { color:red; background:transparent; } .pivot_searchbtn:hover, .pivot_clr:hover { background-color:#b8dcec; } .pivot_watermark .pivot_searchbtn:hover { background-color:transparent; } .pivot_watermark .pivot_searchbtn { opacity:0.4; } .pivot_filterpane form .pivot_clr { visibility:inherit; } .pivot_horizbar { height:1px; background:#ccc; } div.pivot_horizbar { margin:0 2px; } .pivot_copyright { position:absolute; bottom:3px; left:3px; font-size:.75em; } .pivot_copyright a { color:gray; } .pivot_copyright a:visited { color:gray; } div.pivot_scrollable { overflow-x:hidden; overflow-y:auto; } div.pivot_description { overflow:hidden; } .pivot_vertbar { margin-top:3px; } .pivot_larr { width:14px; height:14px; background:url('search.gif') no-repeat 0 -20px; margin:3px 3px 3px 0px; } .pivot_rarr { width:14px; height:14px; background:url('search.gif') no-repeat -14px -20px; margin:3px; } .pivot_collapse { width:14px; height:14px; background:url('search.gif') no-repeat -28px -20px; margin:3px; } .pivot_info { background:url('search.gif') no-repeat -42px -20px; height:22px; width:22px; position:absolute; right:10px; top:10px; -webkit-transition:opacity .5s linear; -moz-transition:opacity .5s linear; -o-transition:opacity .5s linear; -ms-transition:opacity .5s linear; transition:opacity .5s linear; } .pivot_info:hover { background-position:0 -34px; } .pivot_bar * { -webkit-transition:background-color .2s ease-in-out; -moz-transition:background-color .2s ease-in-out; -o-transition:background-color .2s ease-in-out; -ms-transition:background-color .2s ease-in-out; transition:background-color .2s ease-in-out; position:absolute; } .pivot_bar { position:absolute; width:98px; } .pivot_bar .pivot_leftlabel { position:relative; float:left; width:66%; text-align:left; } .pivot_bar .pivot_rightlabel { right:0; width:50%; text-align:right; } div.pivot_outerbar { background:#eff1f3; width:100%; top:0; bottom:42px; } .pivot_bar:nth-child(even) .pivot_outerbar { background:#eaecee; } div.pivot_innerbar { background:#d7d8da; width:90px; left:4px; bottom:4px; } .pivot_bar:nth-child(even) .pivot_innerbar { background:#d2d4d5; } div.pivot_barlabel { background:#f5f5f5; width:100%; bottom:0; text-align:center; padding-top:5px; height:35px; font-family:"Segoe UI Light","Segoe UI",sans-serif; } .pivot_bar:nth-child(even) .pivot_barlabel { background:#f0f2f2; } .pivot_bar.pivot_highlight .pivot_outerbar { background:#d1e4ee; } .pivot_bar.pivot_highlight .pivot_innerbar { background:#c3ced6; } .pivot_bar.pivot_highlight .pivot_barlabel { background:#95c6dd; } .pivot_item { position:absolute; overflow:hidden; } .pivot_hoverborder { position:absolute; background:#99ccff; } .pivot_selectedborder { position:absolute; background:#6496ff; } /* cursor overrides */ /* If you want the cursor to change during drags, specify it here. */ /*.pivot_move, .pivot_move * { cursor:move; }*/ .pivot_eresize, .pivot_eresize * { cursor:e-resize; } .pivot_wresize, .pivot_wresize * { cursor:w-resize; } .pivot_pointer, .pivot_pointer * { cursor:pointer; }
v2/app/pivot/PivotView.css
.pivot { text-align:left; font-family:"Segoe UI",sans-serif; color:#333; font-size:13px; } .pivot a { color:#36a3d8; } .pivot a:visited { color:#36a3d8; } div.pivot { background:white; } dl.pivot { clear:both; margin-bottom:0; } h2.pivot { clear:both; font-size:1.25em; font-weight:normal; position:relative; top:5px; padding:3px; } div.pivot_viewbox { height:100%; width:100%; position:relative; overflow:hidden; } div.pivot_topbar { width:100%; height:28px; line-height:22px; border-bottom:1px solid #ccc; box-shadow:0px 0px 8px #ccc; -moz-box-shadow:0px 0px 8px #ccc; -webkit-box-shadow:0px 0px 8px #ccc; -o-box-shadow:0px 0px 8px #ccc; background-color:#f2f2f2; } .pivot_topbar * { margin:3px; } .pivot_input { position:fixed; top:-100px; } div.pivot_title { float:left; background-color:transparent; font-weight:bold; padding-left:5px; } div.pivot_pane { border:1px solid #ccc; width:200px; position:absolute; top:5px; bottom:5px; box-shadow:0px 0px 8px #ccc; -moz-box-shadow:0px 0px 8px #ccc; -webkit-box-shadow:0px 0px 8px #ccc; -o-box-shadow:0px 0px 8px #ccc; border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -moz-border-radius:5px; -webkit-transition:opacity .5s linear; -moz-transition:opacity .5s linear; -o-transition:opacity .5s linear; -ms-transition:opacity .5s linear; transition:opacity .5s linear; } .pivot_filterpane { left:5px; padding:2px 2px 10px; cursor:default; overflow-y:auto; } .pivot_filterpane form { clear:both; border:1px solid #ccc; padding:2px; margin:2px 1px 0px 2px; position: relative; } .pivot_searchbox { border-width:0; width:175px; margin:0; padding:0; font-size:12px; font-family:"Segoe UI", sans-serif; } .pivot_searchbox:focus { border-width:0; } .pivot_watermark .pivot_searchbox { color:#888; font-family:"Segoe UI", sans-serif; } .pivot_results { position:absolute; overflow:hidden; background:white; font-size:.8em; border:1px solid #ccc; z-index:1; } .pivot_results li { overflow:hidden; white-space:nowrap; } .pivot_results li:hover, .pivot_results li.pivot_highlight { background:#a7d5ec; } div.pivot_detailspane { right:5px; font-size:.8em; padding:8px; } .pivot_filterable { cursor:default; } .pivot_filterable:hover { background:#c0d6e2; } .pivot_detailspane dd:nth-of-type(odd), .pivot_detailspane dt:nth-of-type(odd) { background:#e6e6e6; } .pivot_detailspane dd:nth-of-type(even), .pivot_detailspane dt:nth-of-type(even) { background:#f2f2f2; } div.pivot_faded { opacity:0.2; } div.pivot_faded:hover { opacity:1; } div.pivot_canvas { position:absolute; top:29px; bottom:0px; width:100%; overflow:hidden; background:#f2f2f2; } div.pivot_layer { position:absolute; top:0; left:0; width:100%; height:100%; background:transparent; } canvas.pivot { width:100%; height:100%; position:relative; } .pivot_sorttools { display:block; float:right; font-size:12px; } select.pivot_sorttools { margin-top:4px; border:solid 1px transparent; background:#f2f2f2; } .pivot_subtle { color:gray; } .pivot_sortlabel { background:#e1f1f9; float:left; margin:3px; cursor:default; padding:2px; } .pivot_sortlabel:hover { background:#c2e3f3; } .pivot_watermark + div.pivot_facetname { border-top-width:0px; } div.pivot_facetname { clear:both; border-top: 1px solid #ccc; margin-left:3px; padding:3px 0 6px 2px; } div.pivot_facetname:hover { background:#ebf6fb; } ul.pivot { list-style-type:none; padding:0px; margin:0px; clear:both; } div.pivot_facetvalues { clear:both; overflow-x:hidden; overflow-y:auto; font-size:12px; white-space:nowrap; -webkit-transition:height .5s ease-in-out; -moz-transition:height .5s ease-in-out; -o-transition:height .5s ease-in-out; -ms-transition:height .5s ease-in-out; transition:height .5s ease-in-out; } div.pivot_facetvalues li { clear:both; position:relative; padding-left:20px; margin:3px 0; } .pivot_numberlabel { height:2em; font-style:italic; color:gray; } .pivot_filtergraph { height:70px; position:relative; margin:0 3px 5px; } .pivot_filtergraphbar { position:absolute; background:#9ad1eb; bottom:0; } .pivot_sliderouter { background:#e0e1e2; height:14px; position:relative; margin:3px; } .pivot_deselected { background:#dadada; } .pivot_slider { margin:0 6px; height:12px; border:1px solid white; position:absolute; left:0; right:0; background:#a0d4ec; cursor:pointer; } .pivot_slider:hover { background:#73b6d6; } .pivot_sliderhandle { position:absolute; width:6px; height:16px; top:-2px; border:1px solid white; background:#91d2ef; } .pivot_sliderhandle:hover, .pivot_slider:hover ~ .pivot_sliderhandle { background:#5aabd3; } .pivot_sliderleft { left:0; margin-left:-1px; cursor:w-resize; } .pivot_sliderright { right:0; margin-right:-1px; cursor:e-resize; } .pivot_left { float:left; } .pivot_right { float:right; } div.pivot_zoomslider { width:140px; height:20px; border:1px solid #ccc; position:relative; background:#f2f2f2; } .pivot_zoomout, .pivot_zoomin { font-weight:bold; height:20px; width:15px; text-align:center; line-height:20px; cursor:default; margin:0; } .pivot_zoomin { position:absolute; top:0; right:0; } .pivot_zoomline { height:4px; position:absolute; top:8px; right:20px; left:20px; background:#bfbfbf; margin:0; } .pivot_zoomhandle { height:16px; width:6px; position:absolute; top:-6px; background:#5a7787; cursor:e-resize; margin:0; } .pivot_zoomhandle:hover { background:#82b5ce; } .pivot_disabled { color:#ccc; } .pivot_outerlabel:hover { background:#dff0f9; } dd.pivot { color:#36a3d8; margin:0px; padding:1px 4px 3px 4px; } dt.pivot { padding:3px 4px 1px 4px; } div.pivot_facetcount { float:right; color:gray; } .pivot_facetcheckbox { margin:0; padding:0; position:absolute; left:3px; top:3px; } div.pivot_facetlabel { overflow:hidden; text-overflow:ellipsis; } .pivot_clrbtn { color:red; font-weight:bold; padding:0px 2px 2px 2px; float:right; } .pivot_clrlabel { float:right; font-size:12px; padding:4px 0 0 4px; margin-right:2px; margin-bottom:2px; } .pivot_clrlabel .pivot_clrbtn { font-size:16px; margin-top:-4px; visibility:inherit; position:relative; } .pivot_facetname .pivot_clrbtn { font-size:16px; position:relative; top:-3px; } .pivot_clr { visibility:hidden; } .pivot_searchbtn { background:url('search.gif') no-repeat 2px 0; color:transparent; width:19px; height:19px; position:absolute; top:1px; right:1px; text-align:center; font-weight:bold; } .pivot_grid { background:url('search.gif') no-repeat -15px 0; width:29px; height:20px; border:1px solid #ccc; border-right-width:0px; margin-right:0; } .pivot_graph { background:url('search.gif') no-repeat -44px 0; width:29px; height:20px; border:1px solid #ccc; margin-left:0; margin-right:0; border-right-width:0px; } .pivot_map { background:url('map1-16.png') no-repeat 6px 2px; width:29px; height:20px; border:1px solid #ccc; margin-left:0; } .pivot_activesort { background-color:#d6d8d9; } .pivot_hoverable:hover { background-color:#a3d1e8; } .pivot_disabled:hover { background:transparent; } .pivot_clrsearch { color:red; background:transparent; } .pivot_searchbtn:hover, .pivot_clr:hover { background-color:#b8dcec; } .pivot_watermark .pivot_searchbtn:hover { background-color:transparent; } .pivot_watermark .pivot_searchbtn { opacity:0.4; } .pivot_filterpane form .pivot_clr { visibility:inherit; } .pivot_horizbar { height:1px; background:#ccc; } div.pivot_horizbar { margin:0 2px; } .pivot_copyright { position:absolute; bottom:3px; left:3px; font-size:.75em; } .pivot_copyright a { color:gray; } .pivot_copyright a:visited { color:gray; } div.pivot_scrollable { overflow-x:hidden; overflow-y:auto; } div.pivot_description { overflow:hidden; } .pivot_vertbar { margin-top:3px; } .pivot_larr { width:14px; height:14px; background:url('search.gif') no-repeat 0 -20px; margin:3px 3px 3px 0px; } .pivot_rarr { width:14px; height:14px; background:url('search.gif') no-repeat -14px -20px; margin:3px; } .pivot_collapse { width:14px; height:14px; background:url('search.gif') no-repeat -28px -20px; margin:3px; } .pivot_info { background:url('search.gif') no-repeat -42px -20px; height:22px; width:22px; position:absolute; right:10px; top:10px; -webkit-transition:opacity .5s linear; -moz-transition:opacity .5s linear; -o-transition:opacity .5s linear; -ms-transition:opacity .5s linear; transition:opacity .5s linear; } .pivot_info:hover { background-position:0 -34px; } .pivot_bar * { -webkit-transition:background-color .2s ease-in-out; -moz-transition:background-color .2s ease-in-out; -o-transition:background-color .2s ease-in-out; -ms-transition:background-color .2s ease-in-out; transition:background-color .2s ease-in-out; position:absolute; } .pivot_bar { position:absolute; width:98px; } .pivot_bar .pivot_leftlabel { position:relative; float:left; width:66%; text-align:left; } .pivot_bar .pivot_rightlabel { right:0; width:50%; text-align:right; } div.pivot_outerbar { background:#eff1f3; width:100%; top:0; bottom:42px; } .pivot_bar:nth-child(even) .pivot_outerbar { background:#eaecee; } div.pivot_innerbar { background:#d7d8da; width:90px; left:4px; bottom:4px; } .pivot_bar:nth-child(even) .pivot_innerbar { background:#d2d4d5; } div.pivot_barlabel { background:#f5f5f5; width:100%; bottom:0; text-align:center; padding-top:5px; height:35px; font-family:"Segoe UI Light","Segoe UI",sans-serif; } .pivot_bar:nth-child(even) .pivot_barlabel { background:#f0f2f2; } .pivot_bar.pivot_highlight .pivot_outerbar { background:#d1e4ee; } .pivot_bar.pivot_highlight .pivot_innerbar { background:#c3ced6; } .pivot_bar.pivot_highlight .pivot_barlabel { background:#95c6dd; } .pivot_item { position:absolute; overflow:hidden; } .pivot_hoverborder { position:absolute; background:#99ccff; } .pivot_selectedborder { position:absolute; background:#6496ff; } /* cursor overrides */ /* If you want the cursor to change during drags, specify it here. */ /*.pivot_move, .pivot_move * { cursor:move; }*/ .pivot_eresize, .pivot_eresize * { cursor:e-resize; } .pivot_wresize, .pivot_wresize * { cursor:w-resize; } .pivot_pointer, .pivot_pointer * { cursor:pointer; }
0.444083
0.132571
.flex { display: flex; } .mid { display: flex; justify-content: center; align-items: center; } .a-center { display: flex; align-items: center; } .space-between { display: flex; justify-content: space-between; } .row { display: flex; margin: -10px; flex-wrap: wrap; } html, body { background: #060606; } .container { max-width: 1200px !important; margin: 0 auto; } .intro { display: flex; flex-direction: column; width: 100%; height: 110vh; margin-bottom: 50px; background: url(../images/bg-2.png) no-repeat; background-size: cover; justify-content: center; } .intro header { padding-top: 50px; } .intro header .container .logo img { width: 100%; height: 100%; padding-top: 40px; } .intro .group-name { width: 100%; height: 100%; margin-top: 50px; } .intro .group-name .container { position: relative; height: 500px; } .intro .group-name .container .wrap-content { width: 80%; } .intro .group-name .container .wrap-content h3 { font-family: "Work Sans", sans-serif; font-size: 40px; font-weight: 800; line-height: 60px; width: 100%; padding-top: 10px; text-transform: uppercase; color: #fff; } .intro .group-name .container .wrap-content span.typing { font-family: "Work Sans", sans-serif; font-weight: 800; position: relative; display: inline-block; overflow: hidden; text-align: center; letter-spacing: 3px; text-transform: uppercase; color: #fff; } .intro .group-name .container .wrap-content span.typing:after { position: absolute; top: 0; left: 0; width: 100%; height: 105%; content: ""; -webkit-animation: text 4s steps(34) forwards alternate; animation: text 4s steps(34) forwards alternate; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; background: transparent; } .intro .group-name .container .wrap-content p { margin-top: 40px; } .intro .group-name .container .wrap-content p .btn { font-family: "Work Sans", sans-serif; font-size: 20px; font-weight: 600; box-sizing: border-box; padding: 10px 40px; transition: all 0.3s ease-in; color: #fff; border-radius: 5px; background: #0d83c5; } .intro .group-name .container .wrap-content p .btn:hover { transition: all 0.4s ease-in; border: 1px solid #0d83c5; background: #060606; } .intro .group-name .container .color { position: absolute; right: -10%; overflow: hidden; width: 40%; height: 500px; transition: all 0.44s; -webkit-animation: toLeft 4.3s forwards; animation: toLeft 4.3s forwards; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; border-radius: 4px; } .intro .group-name .container .color img { position: absolute; left: 50%; padding: 0; transform: translateX(-50%); } .intro .group-name .container .color:hover .list-logo { bottom: 30px; visibility: visible; transform: translate(-50%, 0); opacity: 1; } .intro .group-name .container .color .list-logo { position: absolute; bottom: 0; left: 50%; visibility: hidden; transition: all 0.35s ease-in; transform: translate(-50%, 100%); opacity: 0; } .intro .group-name .container .color .list-logo .item { width: 40px; height: 40px; margin: 10px 20px 0 0; border-radius: 50%; background: rgba(255, 255, 255, 0.863); } .intro .group-name .container .color .list-logo .item a i { color: #0d83c5; } .header-bch { height: 110vh; background: url(../images/bg-2.png) no-repeat; } .title-section { font-family: "Work Sans", sans-serif; font-size: 43px; font-weight: 800; line-height: 125%; margin: 50px auto; text-align: center; text-transform: uppercase; color: #eee; } .about-us { margin-top: 80px; } .about-us .container { border-radius: 14px; background: #131617; align-items: center; } .about-us .container img { width: 500px; border-radius: 11px; } .about-us .container .wrap-content-about { margin-left: 50px; } .about-us .container .wrap-content-about .title { font-family: "Work Sans", sans-serif; font-size: 43px; font-weight: 800; line-height: 125%; margin-bottom: 20px; text-transform: uppercase; color: #eee; } .about-us .container .wrap-content-about > p { font-family: "Work Sans", sans-serif; font-size: 16px; font-weight: 400; padding-right: 15px; color: #eee; } .about-us .container .wrap-content-about .icon-arrow { font-family: "Work Sans", sans-serif; margin-top: 20px; cursor: pointer; transition: all 0.35s ease-in; } .about-us .container .wrap-content-about .icon-arrow p.mid { width: 140px; height: 40px; border-radius: 25px; background-color: #0d83c5; } .infor-campus { height: 500px; margin-top: 40px; padding: 20px; background: #060606; } .infor-campus .uni-infor { display: flex; margin-top: 50px; justify-content: space-between; } .infor-campus .uni-infor .item { width: 350px; transition: all 0.3s ease-in; border-radius: 16px; } audio::-webkit-media-controls-panel { -webkit-justify-content: center; height: 25px; } audio { display: none; } /* Removes the timeline */ audio::-webkit-media-controls-timeline { display: none !important; } /* Removes the time stamp */ audio::-webkit-media-controls-current-time-display { display: none; } audio::-webkit-media-controls-time-remaining-display { display: none; } .infor-campus .uni-infor .item:hover { transform: translateY(-3px); } .infor-campus .uni-infor .item img { width: inherit; border-radius: 16px 16px 0 0; } .infor-campus .uni-infor .item .content-item-uni { padding: 20px 20px 36px; border-radius: 0 0 16px 16px; background: #131617; } .infor-campus .uni-infor .item .content-item-uni h3 { margin: 10px 0 20px; } .infor-campus .uni-infor .item .content-item-uni h3 a { font-family: "Work Sans", sans-serif; font-size: 20px; font-weight: 700; line-height: 1.3; color: #eee; } .infor-campus .uni-infor .item .content-item-uni .icon-des { color: white; } #control-audio { width: 100px; height: 30px; background-color: #0d83c5; cursor: pointer; } #control-audio .infor-campus .uni-infor .item .content-item-uni .icon-des .icon { display: flex; width: 60px; height: 60px; margin-right: 20px; border-radius: 50%; background: #eee; justify-content: center; align-items: center; } .infor-campus .uni-infor .item .content-item-uni .icon-des .icon i { font-size: 35px; color: #f6741d; } .infor-campus .uni-infor .item .content-item-uni .icon-des .icon img { transform: scale(0.5); } .infor-campus .uni-infor .item .content-item-uni .icon-des .group-date { font-family: "Work Sans", sans-serif; display: flex; flex-direction: column; padding-top: 5px; } .infor-campus .uni-infor .item .content-item-uni .icon-des .group-date h4 { margin-bottom: 5px; color: #eee; } .infor-campus .uni-infor .item .content-item-uni .icon-des .group-date span { color: #b7b7b7; } .member-infor { font-family: "Work Sans", sans-serif; margin: 50px 0; color: white; background: #131617; } .member-infor .container .owl-carousel .member { display: flex; height: 500px; border-radius: 14px; justify-content: space-between; align-items: center; } .member-infor .container .owl-carousel .member .infor-member-team { margin-right: 20px; } .member-infor .container .owl-carousel .member .infor-member-team .name-member h4 { font-size: 48px; font-weight: 600; line-height: 1.2; margin-bottom: 20px; } .member-infor .container .owl-carousel .member .infor-member-team .name-member h4 .dc { color: #fff; } .member-infor .container .owl-carousel .member .infor-member-team .name-member span { margin-bottom: 20px; color: #b7b7b7; } .member-infor .container .owl-carousel .member .infor-member-team .name-member .major-member { margin-top: 20px; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies { display: flex; margin-top: 40px; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li { display: flex; width: 150px; height: 50px; margin-right: 20px; padding: 0 5px; transition: all 0.35s ease-in; border: 1px solid #0d83c5; border-radius: 14px; justify-content: center; align-items: center; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li:hover { color: white; background: #0d83c5; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li span { color: white; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li:first-child { color: white; border: 1px solid white; background: #0d83c5; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li:first-child:hover { color: #0d83c5; background: #131617; } .member-infor .container .owl-carousel .member .image-member { position: relative; z-index: 0; overflow: hidden; width: 260px; height: 260px; border: 6px solid #fff; border-radius: 50%; background-color: #0d83c5; } .member-infor .container .owl-carousel .member .image-member :after { position: absolute; z-index: 6; top: 10%; left: 90%; width: 10px; height: 10px; content: ""; background-color: green; } .member-infor .container .owl-carousel .member .image-member img { position: absolute; left: 50%; display: block; width: 80%; transform: translateX(-50%); } .member-infor .container .owl-theme .owl-dots { display: flex; padding-bottom: 50; justify-content: center; } .member-infor .container .owl-theme button.owl-dot.active span { background: #0d83c5; } .media-team .container #media, .media-team .container #study, .media-team .container #policy, .media-team .container #active { flex-wrap: nowrap; justify-content: center; } .media-team .container .card { height: auto; margin-top: 60px; padding: 70px 0; border-radius: 30px; background: #131617; box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.2); transform-style: preserve-3d; } .media-team .container .card .sneaker { display: flex; flex-direction: column; min-height: 160px; align-items: center; } .media-team .container .card .sneaker .circle { position: absolute; z-index: 1; top: 10%; display: flex; width: 160px; height: 160px; border-radius: 50%; background: #0d83c5; align-items: center; justify-content: center; } .media-team .container .card .sneaker .circle img { position: absolute; z-index: 2; bottom: 0; width: 100%; transition: all 0.75s ease-out; border-radius: 0 0 46% 46%; } .media-team .container .card .info h3 { font-size: 1.4rem; margin: 0 0 30px; transition: all 0.75s ease-out; text-align: center; text-transform: uppercase; color: #b7b7b7; } .media-team .container .card .info h5 { font-size: 1.3rem; font-weight: lighter; transition: all 0.75s ease-out; text-align: center; color: #fff; } .media-team .container .card .info .sizes { display: flex; transition: all 0.75s ease-out; justify-content: space-between; } .media-team .container .card .info .sizes button { font-weight: bold; padding: 0.5rem 2rem; cursor: pointer; color: #585858; border: none; border-radius: 30px; background: none; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .media-team .container .card .info .sizes button.active { color: white; background: #585858; } .media-team .container .card .info .purchase { margin-top: 5rem; transition: all 0.75s ease-out; } .media-team .container .card .info .purchase button { font-weight: bolder; width: 100%; padding: 1rem 0rem; cursor: pointer; color: white; border: none; border-radius: 30px; background: #f54642; } .media-team .container .wrapper { position: relative; left: 50%; width: 100%; height: 320px; transform: translateX(-50%); } .media-team .container .wrapper .bg-avt { position: absolute; z-index: 5; top: 0; left: 0; overflow: hidden; width: 400px; height: 400px; transform: translateX(45%); border-radius: 0 0 50% 50%; background-color: #0d83c5; } .media-team .container .wrapper .bg-avt img { max-width: 100%; max-height: 100%; padding-top: 30px; border-radius: 0 0 40% 40%; } .media-team .container .wrapper .description-team { position: absolute; top: 0; width: 700px; height: 100%; padding: 0 40px; transform: translateX(50%); border-radius: 11px; background: #dedede; } .media-team .container .wrapper .description-team .space { width: 50%; margin: 30px; } .list-project { font-family: "Work Sans", sans-serif; margin-top: 100px; } .list-project .container h3 { font-size: 26px; font-weight: 700; line-height: 36px; color: white; } .list-project .container .list-poster { margin-top: 25px; color: #eee; } .list-project .container .list-poster .row { display: flex; margin-bottom: 20px; justify-content: space-between; } .list-project .container .list-poster .row .item { overflow: hidden; width: 580px; margin-right: 30px; margin-bottom: 20px; transition: all 0.35s ease; color: #eee; border-radius: 16px; background: #131617; } .list-project .container .list-poster .row .item:hover { transform: translateY(-5px); } .list-project .container .list-poster .row .item img { width: 100%; height: 330px; margin-right: 30px; border-radius: 16px 16px 0 0; } .list-project .container .list-poster .row .item .content-project { padding: 14px; } .list-project .container .list-poster .row .item .content-project h4 { margin-bottom: 10px; } .list-project .container .list-poster .row .item .content-project h4 a { font-size: 24px; font-weight: 700; line-height: 1.33; transition: all 0.35s ease-in; color: #eee; } .list-project .container .list-poster .row .item .content-project h4 a:hover { color: #f6741d; } .list-project .container .list-poster .row .item .content-project h5 { margin-bottom: 15px; } .features { padding-bottom: 80px; background-color: #26243c; } .features .wrapper-feature { padding-top: 70px; } .features .wrapper-feature .container .top-feature { text-align: center; } .features .wrapper-feature .container .top-feature h5 { font-size: 14px; font-weight: 600; line-height: 30px; letter-spacing: 1px; text-transform: uppercase; color: #7e7d7d; } .features .wrapper-feature .container .top-feature h3 { font-size: 38px; font-weight: 700; line-height: 45px; color: #fff; } .features .wrapper-feature .container .list-card-feature { display: flex; margin-top: 50px; } .features .wrapper-feature .container .list-card-feature .cart-feature { position: relative; overflow: hidden; height: auto; margin-left: 30px; border: 1px solid rgba(255, 255, 255, 0.459); border-radius: 6px; } .features .wrapper-feature .container .list-card-feature .cart-feature:first-child { margin-left: 0; } .features .wrapper-feature .container .list-card-feature .cart-feature .image-cart { overflow: hidden; box-sizing: border-box; height: 50%; } .features .wrapper-feature .container .list-card-feature .cart-feature .image-cart:hover img { transform: scale(1.1); } .features .wrapper-feature .container .list-card-feature .cart-feature .image-cart img { position: relative; width: 100%; height: 100%; transition: all 0.35s ease-in; } .features .wrapper-feature .container .list-card-feature .cart-feature .image-cart .tag-card { font-size: 13px; font-weight: 600; position: absolute; top: 20px; left: 20px; padding: 4px 14px; color: #fff; border-radius: 25px; background-color: #1545cb; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart { padding: 20px 20px 0 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.459); } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .review-cart { margin-bottom: 15px; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .review-cart .price { font-size: 18px; font-weight: 700; color: #fe79a2; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .review-cart .rate-cart i { color: #1545cb; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .title-cart p a { font-size: 18px; font-weight: 600; line-height: 28px; margin-top: 15px; transition: all 0.35s ease-in; color: #eee; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .title-cart p a:hover { color: #1545cb; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .time-cart { margin: 20px 0 10px 0; color: #c2c2c2; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .time-cart .left-time-cart { font-weight: 400; margin-right: 30px; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .time-cart .left-time-cart i { margin-right: 5px; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .time-cart .right-time-cart i { margin-right: 5px; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart { display: flex; padding: 10px 0 0 20px; align-items: center; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart .avt-cart { margin-right: 10px; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart .avt-cart img { width: 40px; height: 40px; border-radius: 50%; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart p { color: #c2c2c2; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart p span { font-size: 14px; font-weight: 600; line-height: 28px; color: #eee; } .features .wrapper-feature .container .text-center { max-width: 470px; margin: 0 auto; margin-top: 80px; } .features .wrapper-feature .container .text-center p { font-size: 16px; font-weight: 500; line-height: 28px; opacity: 0.8; color: #c2c2c2; } .features .wrapper-feature .container .text-center p a { font-weight: 600; padding-left: 5px; color: #fe79a2; } .footer { font-family: "Work Sans", sans-serif; margin-top: 60px; padding: 30px 0; border-top: 1px solid #eee; } .footer .left-content-footer { display: flex; padding: 40px 0; align-items: center; } .footer .left-content-footer .infor-subject p { font-family: "Work Sans", sans-serif; font-size: 1.2em; font-size: 23px; font-weight: 600; line-height: 28px; margin-right: 100px; text-transform: uppercase; color: #eee; } .footer .left-content-footer .infor-subject p span { color: #f6741d; } .footer .left-content-footer .infor-subject .content-infor-subject { margin-top: 20px; } .footer .left-content-footer .infor-subject .content-infor-subject li { margin-bottom: 15px; color: #eee; } .footer .left-content-footer .list-icon-footer img { border-radius: 14px; } .footer .left-content-footer .list-icon-footer .list-icon-contact { display: flex; margin-top: 20px; justify-content: center; } .footer .left-content-footer .list-icon-footer .list-icon-contact .item { margin-right: 20px; } .footer .left-content-footer .list-icon-footer .list-icon-contact .item a { color: #0d83c5; } .footer .left-content-footer .list-icon-footer .list-icon-contact .item a i { font-size: 20px; } .footer .left-content-footer .list-icon-footer .list-icon-contact .item:last-child { margin-right: 0; } @media (min-width: 576px) { .row .col-sm-1 { width: 8.33333%; padding: 10px; } .row .col-sm-2 { width: 16.66667%; padding: 10px; } .row .col-sm-3 { width: 25%; padding: 10px; } .row .col-sm-4 { width: 33.33333%; padding: 10px; } .row .col-sm-5 { width: 41.66667%; padding: 10px; } .row .col-sm-6 { width: 50%; padding: 10px; } .row .col-sm-7 { width: 58.33333%; padding: 10px; } .row .col-sm-8 { width: 66.66667%; padding: 10px; } .row .col-sm-9 { width: 75%; padding: 10px; } .row .col-sm-10 { width: 83.33333%; padding: 10px; } .row .col-sm-11 { width: 91.66667%; padding: 10px; } } @media (min-width: 768px) { .row .col-md-1 { width: 8.33333%; padding: 10px; } .row .col-md-2 { width: 16.66667%; padding: 10px; } .row .col-md-3 { width: 25%; padding: 10px; } .row .col-md-4 { width: 33.33333%; padding: 10px; } .row .col-md-5 { width: 41.66667%; padding: 10px; } .row .col-md-6 { width: 50%; padding: 10px; } .row .col-md-7 { width: 58.33333%; padding: 10px; } .row .col-md-8 { width: 66.66667%; padding: 10px; } .row .col-md-9 { width: 75%; padding: 10px; } .row .col-md-10 { width: 83.33333%; padding: 10px; } .row .col-md-11 { width: 91.66667%; padding: 10px; } } @media (min-width: 992px) { .row .col-lg-1 { width: 8.33333%; padding: 10px; } .row .col-lg-2 { width: 16.66667%; padding: 10px; } .row .col-lg-3 { width: 25%; padding: 10px; } .row .col-lg-4 { width: 33.33333%; padding: 10px; } .row .col-lg-5 { width: 41.66667%; padding: 10px; } .row .col-lg-6 { width: 50%; padding: 10px; } .row .col-lg-7 { width: 58.33333%; padding: 10px; } .row .col-lg-8 { width: 66.66667%; padding: 10px; } .row .col-lg-9 { width: 75%; padding: 10px; } .row .col-lg-10 { width: 83.33333%; padding: 10px; } .row .col-lg-11 { width: 91.66667%; padding: 10px; } } @media (min-width: 1200px) { .row .col-xl-1 { width: 8.33333%; padding: 10px; } .row .col-xl-2 { width: 16.66667%; padding: 10px; } .row .col-xl-3 { width: 25%; padding: 10px; } .row .col-xl-4 { width: 33.33333%; padding: 10px; } .row .col-xl-5 { width: 41.66667%; padding: 10px; } .row .col-xl-6 { width: 50%; padding: 10px; } .row .col-xl-7 { width: 58.33333%; padding: 10px; } .row .col-xl-8 { width: 66.66667%; padding: 10px; } .row .col-xl-9 { width: 75%; padding: 10px; } .row .col-xl-10 { width: 83.33333%; padding: 10px; } .row .col-xl-11 { width: 91.66667%; padding: 10px; } } @media (max-width: 576px) { .row .col-xs-1 { width: 8.33333%; padding: 10px; } .row .col-xs-2 { width: 16.66667%; padding: 10px; } .row .col-xs-3 { width: 25%; padding: 10px; } .row .col-xs-4 { width: 33.33333%; padding: 10px; } .row .col-xs-5 { width: 41.66667%; padding: 10px; } .row .col-xs-6 { width: 50%; padding: 10px; } .row .col-xs-7 { width: 58.33333%; padding: 10px; } .row .col-xs-8 { width: 66.66667%; padding: 10px; } .row .col-xs-9 { width: 75%; padding: 10px; } .row .col-xs-10 { width: 83.33333%; padding: 10px; } .row .col-xs-11 { width: 91.66667%; padding: 10px; } } @-webkit-keyframes wave { from { -webkit-clip-path: polygon( 0% 47%, 20% 60%, 41% 51%, 61% 59%, 71% 45%, 84% 60%, 100% 50%, 100% 99%, 0% 100% ); clip-path: polygon( 0% 47%, 20% 60%, 41% 51%, 61% 59%, 71% 45%, 84% 60%, 100% 50%, 100% 99%, 0% 100% ); } to { -webkit-clip-path: polygon( 0 21%, 22% 42%, 44% 34%, 67% 36%, 82% 25%, 90% 34%, 100% 50%, 100% 99%, 0% 100% ); clip-path: polygon( 0 21%, 22% 42%, 44% 34%, 67% 36%, 82% 25%, 90% 34%, 100% 50%, 100% 99%, 0% 100% ); } } @keyframes wave { from { -webkit-clip-path: polygon( 0% 47%, 20% 60%, 41% 51%, 61% 59%, 71% 45%, 84% 60%, 100% 50%, 100% 99%, 0% 100% ); clip-path: polygon( 0% 47%, 20% 60%, 41% 51%, 61% 59%, 71% 45%, 84% 60%, 100% 50%, 100% 99%, 0% 100% ); } to { -webkit-clip-path: polygon( 0 21%, 22% 42%, 44% 34%, 67% 36%, 82% 25%, 90% 34%, 100% 50%, 100% 99%, 0% 100% ); clip-path: polygon( 0 21%, 22% 42%, 44% 34%, 67% 36%, 82% 25%, 90% 34%, 100% 50%, 100% 99%, 0% 100% ); } } @-webkit-keyframes text { 0% { left: 0; } 100% { left: 105%; width: 0; } } @keyframes text { 0% { left: 0; } 100% { left: 105%; width: 0; } } @-webkit-keyframes toLeft { 0% { right: -500px; } 100% { right: -15%; } } @keyframes toLeft { 0% { right: -500px; } 100% { right: -15%; } }
css/style.css
.flex { display: flex; } .mid { display: flex; justify-content: center; align-items: center; } .a-center { display: flex; align-items: center; } .space-between { display: flex; justify-content: space-between; } .row { display: flex; margin: -10px; flex-wrap: wrap; } html, body { background: #060606; } .container { max-width: 1200px !important; margin: 0 auto; } .intro { display: flex; flex-direction: column; width: 100%; height: 110vh; margin-bottom: 50px; background: url(../images/bg-2.png) no-repeat; background-size: cover; justify-content: center; } .intro header { padding-top: 50px; } .intro header .container .logo img { width: 100%; height: 100%; padding-top: 40px; } .intro .group-name { width: 100%; height: 100%; margin-top: 50px; } .intro .group-name .container { position: relative; height: 500px; } .intro .group-name .container .wrap-content { width: 80%; } .intro .group-name .container .wrap-content h3 { font-family: "Work Sans", sans-serif; font-size: 40px; font-weight: 800; line-height: 60px; width: 100%; padding-top: 10px; text-transform: uppercase; color: #fff; } .intro .group-name .container .wrap-content span.typing { font-family: "Work Sans", sans-serif; font-weight: 800; position: relative; display: inline-block; overflow: hidden; text-align: center; letter-spacing: 3px; text-transform: uppercase; color: #fff; } .intro .group-name .container .wrap-content span.typing:after { position: absolute; top: 0; left: 0; width: 100%; height: 105%; content: ""; -webkit-animation: text 4s steps(34) forwards alternate; animation: text 4s steps(34) forwards alternate; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; background: transparent; } .intro .group-name .container .wrap-content p { margin-top: 40px; } .intro .group-name .container .wrap-content p .btn { font-family: "Work Sans", sans-serif; font-size: 20px; font-weight: 600; box-sizing: border-box; padding: 10px 40px; transition: all 0.3s ease-in; color: #fff; border-radius: 5px; background: #0d83c5; } .intro .group-name .container .wrap-content p .btn:hover { transition: all 0.4s ease-in; border: 1px solid #0d83c5; background: #060606; } .intro .group-name .container .color { position: absolute; right: -10%; overflow: hidden; width: 40%; height: 500px; transition: all 0.44s; -webkit-animation: toLeft 4.3s forwards; animation: toLeft 4.3s forwards; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; border-radius: 4px; } .intro .group-name .container .color img { position: absolute; left: 50%; padding: 0; transform: translateX(-50%); } .intro .group-name .container .color:hover .list-logo { bottom: 30px; visibility: visible; transform: translate(-50%, 0); opacity: 1; } .intro .group-name .container .color .list-logo { position: absolute; bottom: 0; left: 50%; visibility: hidden; transition: all 0.35s ease-in; transform: translate(-50%, 100%); opacity: 0; } .intro .group-name .container .color .list-logo .item { width: 40px; height: 40px; margin: 10px 20px 0 0; border-radius: 50%; background: rgba(255, 255, 255, 0.863); } .intro .group-name .container .color .list-logo .item a i { color: #0d83c5; } .header-bch { height: 110vh; background: url(../images/bg-2.png) no-repeat; } .title-section { font-family: "Work Sans", sans-serif; font-size: 43px; font-weight: 800; line-height: 125%; margin: 50px auto; text-align: center; text-transform: uppercase; color: #eee; } .about-us { margin-top: 80px; } .about-us .container { border-radius: 14px; background: #131617; align-items: center; } .about-us .container img { width: 500px; border-radius: 11px; } .about-us .container .wrap-content-about { margin-left: 50px; } .about-us .container .wrap-content-about .title { font-family: "Work Sans", sans-serif; font-size: 43px; font-weight: 800; line-height: 125%; margin-bottom: 20px; text-transform: uppercase; color: #eee; } .about-us .container .wrap-content-about > p { font-family: "Work Sans", sans-serif; font-size: 16px; font-weight: 400; padding-right: 15px; color: #eee; } .about-us .container .wrap-content-about .icon-arrow { font-family: "Work Sans", sans-serif; margin-top: 20px; cursor: pointer; transition: all 0.35s ease-in; } .about-us .container .wrap-content-about .icon-arrow p.mid { width: 140px; height: 40px; border-radius: 25px; background-color: #0d83c5; } .infor-campus { height: 500px; margin-top: 40px; padding: 20px; background: #060606; } .infor-campus .uni-infor { display: flex; margin-top: 50px; justify-content: space-between; } .infor-campus .uni-infor .item { width: 350px; transition: all 0.3s ease-in; border-radius: 16px; } audio::-webkit-media-controls-panel { -webkit-justify-content: center; height: 25px; } audio { display: none; } /* Removes the timeline */ audio::-webkit-media-controls-timeline { display: none !important; } /* Removes the time stamp */ audio::-webkit-media-controls-current-time-display { display: none; } audio::-webkit-media-controls-time-remaining-display { display: none; } .infor-campus .uni-infor .item:hover { transform: translateY(-3px); } .infor-campus .uni-infor .item img { width: inherit; border-radius: 16px 16px 0 0; } .infor-campus .uni-infor .item .content-item-uni { padding: 20px 20px 36px; border-radius: 0 0 16px 16px; background: #131617; } .infor-campus .uni-infor .item .content-item-uni h3 { margin: 10px 0 20px; } .infor-campus .uni-infor .item .content-item-uni h3 a { font-family: "Work Sans", sans-serif; font-size: 20px; font-weight: 700; line-height: 1.3; color: #eee; } .infor-campus .uni-infor .item .content-item-uni .icon-des { color: white; } #control-audio { width: 100px; height: 30px; background-color: #0d83c5; cursor: pointer; } #control-audio .infor-campus .uni-infor .item .content-item-uni .icon-des .icon { display: flex; width: 60px; height: 60px; margin-right: 20px; border-radius: 50%; background: #eee; justify-content: center; align-items: center; } .infor-campus .uni-infor .item .content-item-uni .icon-des .icon i { font-size: 35px; color: #f6741d; } .infor-campus .uni-infor .item .content-item-uni .icon-des .icon img { transform: scale(0.5); } .infor-campus .uni-infor .item .content-item-uni .icon-des .group-date { font-family: "Work Sans", sans-serif; display: flex; flex-direction: column; padding-top: 5px; } .infor-campus .uni-infor .item .content-item-uni .icon-des .group-date h4 { margin-bottom: 5px; color: #eee; } .infor-campus .uni-infor .item .content-item-uni .icon-des .group-date span { color: #b7b7b7; } .member-infor { font-family: "Work Sans", sans-serif; margin: 50px 0; color: white; background: #131617; } .member-infor .container .owl-carousel .member { display: flex; height: 500px; border-radius: 14px; justify-content: space-between; align-items: center; } .member-infor .container .owl-carousel .member .infor-member-team { margin-right: 20px; } .member-infor .container .owl-carousel .member .infor-member-team .name-member h4 { font-size: 48px; font-weight: 600; line-height: 1.2; margin-bottom: 20px; } .member-infor .container .owl-carousel .member .infor-member-team .name-member h4 .dc { color: #fff; } .member-infor .container .owl-carousel .member .infor-member-team .name-member span { margin-bottom: 20px; color: #b7b7b7; } .member-infor .container .owl-carousel .member .infor-member-team .name-member .major-member { margin-top: 20px; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies { display: flex; margin-top: 40px; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li { display: flex; width: 150px; height: 50px; margin-right: 20px; padding: 0 5px; transition: all 0.35s ease-in; border: 1px solid #0d83c5; border-radius: 14px; justify-content: center; align-items: center; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li:hover { color: white; background: #0d83c5; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li span { color: white; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li:first-child { color: white; border: 1px solid white; background: #0d83c5; } .member-infor .container .owl-carousel .member .infor-member-team .hobbies li:first-child:hover { color: #0d83c5; background: #131617; } .member-infor .container .owl-carousel .member .image-member { position: relative; z-index: 0; overflow: hidden; width: 260px; height: 260px; border: 6px solid #fff; border-radius: 50%; background-color: #0d83c5; } .member-infor .container .owl-carousel .member .image-member :after { position: absolute; z-index: 6; top: 10%; left: 90%; width: 10px; height: 10px; content: ""; background-color: green; } .member-infor .container .owl-carousel .member .image-member img { position: absolute; left: 50%; display: block; width: 80%; transform: translateX(-50%); } .member-infor .container .owl-theme .owl-dots { display: flex; padding-bottom: 50; justify-content: center; } .member-infor .container .owl-theme button.owl-dot.active span { background: #0d83c5; } .media-team .container #media, .media-team .container #study, .media-team .container #policy, .media-team .container #active { flex-wrap: nowrap; justify-content: center; } .media-team .container .card { height: auto; margin-top: 60px; padding: 70px 0; border-radius: 30px; background: #131617; box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.2); transform-style: preserve-3d; } .media-team .container .card .sneaker { display: flex; flex-direction: column; min-height: 160px; align-items: center; } .media-team .container .card .sneaker .circle { position: absolute; z-index: 1; top: 10%; display: flex; width: 160px; height: 160px; border-radius: 50%; background: #0d83c5; align-items: center; justify-content: center; } .media-team .container .card .sneaker .circle img { position: absolute; z-index: 2; bottom: 0; width: 100%; transition: all 0.75s ease-out; border-radius: 0 0 46% 46%; } .media-team .container .card .info h3 { font-size: 1.4rem; margin: 0 0 30px; transition: all 0.75s ease-out; text-align: center; text-transform: uppercase; color: #b7b7b7; } .media-team .container .card .info h5 { font-size: 1.3rem; font-weight: lighter; transition: all 0.75s ease-out; text-align: center; color: #fff; } .media-team .container .card .info .sizes { display: flex; transition: all 0.75s ease-out; justify-content: space-between; } .media-team .container .card .info .sizes button { font-weight: bold; padding: 0.5rem 2rem; cursor: pointer; color: #585858; border: none; border-radius: 30px; background: none; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .media-team .container .card .info .sizes button.active { color: white; background: #585858; } .media-team .container .card .info .purchase { margin-top: 5rem; transition: all 0.75s ease-out; } .media-team .container .card .info .purchase button { font-weight: bolder; width: 100%; padding: 1rem 0rem; cursor: pointer; color: white; border: none; border-radius: 30px; background: #f54642; } .media-team .container .wrapper { position: relative; left: 50%; width: 100%; height: 320px; transform: translateX(-50%); } .media-team .container .wrapper .bg-avt { position: absolute; z-index: 5; top: 0; left: 0; overflow: hidden; width: 400px; height: 400px; transform: translateX(45%); border-radius: 0 0 50% 50%; background-color: #0d83c5; } .media-team .container .wrapper .bg-avt img { max-width: 100%; max-height: 100%; padding-top: 30px; border-radius: 0 0 40% 40%; } .media-team .container .wrapper .description-team { position: absolute; top: 0; width: 700px; height: 100%; padding: 0 40px; transform: translateX(50%); border-radius: 11px; background: #dedede; } .media-team .container .wrapper .description-team .space { width: 50%; margin: 30px; } .list-project { font-family: "Work Sans", sans-serif; margin-top: 100px; } .list-project .container h3 { font-size: 26px; font-weight: 700; line-height: 36px; color: white; } .list-project .container .list-poster { margin-top: 25px; color: #eee; } .list-project .container .list-poster .row { display: flex; margin-bottom: 20px; justify-content: space-between; } .list-project .container .list-poster .row .item { overflow: hidden; width: 580px; margin-right: 30px; margin-bottom: 20px; transition: all 0.35s ease; color: #eee; border-radius: 16px; background: #131617; } .list-project .container .list-poster .row .item:hover { transform: translateY(-5px); } .list-project .container .list-poster .row .item img { width: 100%; height: 330px; margin-right: 30px; border-radius: 16px 16px 0 0; } .list-project .container .list-poster .row .item .content-project { padding: 14px; } .list-project .container .list-poster .row .item .content-project h4 { margin-bottom: 10px; } .list-project .container .list-poster .row .item .content-project h4 a { font-size: 24px; font-weight: 700; line-height: 1.33; transition: all 0.35s ease-in; color: #eee; } .list-project .container .list-poster .row .item .content-project h4 a:hover { color: #f6741d; } .list-project .container .list-poster .row .item .content-project h5 { margin-bottom: 15px; } .features { padding-bottom: 80px; background-color: #26243c; } .features .wrapper-feature { padding-top: 70px; } .features .wrapper-feature .container .top-feature { text-align: center; } .features .wrapper-feature .container .top-feature h5 { font-size: 14px; font-weight: 600; line-height: 30px; letter-spacing: 1px; text-transform: uppercase; color: #7e7d7d; } .features .wrapper-feature .container .top-feature h3 { font-size: 38px; font-weight: 700; line-height: 45px; color: #fff; } .features .wrapper-feature .container .list-card-feature { display: flex; margin-top: 50px; } .features .wrapper-feature .container .list-card-feature .cart-feature { position: relative; overflow: hidden; height: auto; margin-left: 30px; border: 1px solid rgba(255, 255, 255, 0.459); border-radius: 6px; } .features .wrapper-feature .container .list-card-feature .cart-feature:first-child { margin-left: 0; } .features .wrapper-feature .container .list-card-feature .cart-feature .image-cart { overflow: hidden; box-sizing: border-box; height: 50%; } .features .wrapper-feature .container .list-card-feature .cart-feature .image-cart:hover img { transform: scale(1.1); } .features .wrapper-feature .container .list-card-feature .cart-feature .image-cart img { position: relative; width: 100%; height: 100%; transition: all 0.35s ease-in; } .features .wrapper-feature .container .list-card-feature .cart-feature .image-cart .tag-card { font-size: 13px; font-weight: 600; position: absolute; top: 20px; left: 20px; padding: 4px 14px; color: #fff; border-radius: 25px; background-color: #1545cb; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart { padding: 20px 20px 0 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.459); } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .review-cart { margin-bottom: 15px; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .review-cart .price { font-size: 18px; font-weight: 700; color: #fe79a2; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .review-cart .rate-cart i { color: #1545cb; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .title-cart p a { font-size: 18px; font-weight: 600; line-height: 28px; margin-top: 15px; transition: all 0.35s ease-in; color: #eee; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .title-cart p a:hover { color: #1545cb; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .time-cart { margin: 20px 0 10px 0; color: #c2c2c2; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .time-cart .left-time-cart { font-weight: 400; margin-right: 30px; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .time-cart .left-time-cart i { margin-right: 5px; } .features .wrapper-feature .container .list-card-feature .cart-feature .content-cart .time-cart .right-time-cart i { margin-right: 5px; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart { display: flex; padding: 10px 0 0 20px; align-items: center; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart .avt-cart { margin-right: 10px; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart .avt-cart img { width: 40px; height: 40px; border-radius: 50%; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart p { color: #c2c2c2; } .features .wrapper-feature .container .list-card-feature .cart-feature .bottom-cart p span { font-size: 14px; font-weight: 600; line-height: 28px; color: #eee; } .features .wrapper-feature .container .text-center { max-width: 470px; margin: 0 auto; margin-top: 80px; } .features .wrapper-feature .container .text-center p { font-size: 16px; font-weight: 500; line-height: 28px; opacity: 0.8; color: #c2c2c2; } .features .wrapper-feature .container .text-center p a { font-weight: 600; padding-left: 5px; color: #fe79a2; } .footer { font-family: "Work Sans", sans-serif; margin-top: 60px; padding: 30px 0; border-top: 1px solid #eee; } .footer .left-content-footer { display: flex; padding: 40px 0; align-items: center; } .footer .left-content-footer .infor-subject p { font-family: "Work Sans", sans-serif; font-size: 1.2em; font-size: 23px; font-weight: 600; line-height: 28px; margin-right: 100px; text-transform: uppercase; color: #eee; } .footer .left-content-footer .infor-subject p span { color: #f6741d; } .footer .left-content-footer .infor-subject .content-infor-subject { margin-top: 20px; } .footer .left-content-footer .infor-subject .content-infor-subject li { margin-bottom: 15px; color: #eee; } .footer .left-content-footer .list-icon-footer img { border-radius: 14px; } .footer .left-content-footer .list-icon-footer .list-icon-contact { display: flex; margin-top: 20px; justify-content: center; } .footer .left-content-footer .list-icon-footer .list-icon-contact .item { margin-right: 20px; } .footer .left-content-footer .list-icon-footer .list-icon-contact .item a { color: #0d83c5; } .footer .left-content-footer .list-icon-footer .list-icon-contact .item a i { font-size: 20px; } .footer .left-content-footer .list-icon-footer .list-icon-contact .item:last-child { margin-right: 0; } @media (min-width: 576px) { .row .col-sm-1 { width: 8.33333%; padding: 10px; } .row .col-sm-2 { width: 16.66667%; padding: 10px; } .row .col-sm-3 { width: 25%; padding: 10px; } .row .col-sm-4 { width: 33.33333%; padding: 10px; } .row .col-sm-5 { width: 41.66667%; padding: 10px; } .row .col-sm-6 { width: 50%; padding: 10px; } .row .col-sm-7 { width: 58.33333%; padding: 10px; } .row .col-sm-8 { width: 66.66667%; padding: 10px; } .row .col-sm-9 { width: 75%; padding: 10px; } .row .col-sm-10 { width: 83.33333%; padding: 10px; } .row .col-sm-11 { width: 91.66667%; padding: 10px; } } @media (min-width: 768px) { .row .col-md-1 { width: 8.33333%; padding: 10px; } .row .col-md-2 { width: 16.66667%; padding: 10px; } .row .col-md-3 { width: 25%; padding: 10px; } .row .col-md-4 { width: 33.33333%; padding: 10px; } .row .col-md-5 { width: 41.66667%; padding: 10px; } .row .col-md-6 { width: 50%; padding: 10px; } .row .col-md-7 { width: 58.33333%; padding: 10px; } .row .col-md-8 { width: 66.66667%; padding: 10px; } .row .col-md-9 { width: 75%; padding: 10px; } .row .col-md-10 { width: 83.33333%; padding: 10px; } .row .col-md-11 { width: 91.66667%; padding: 10px; } } @media (min-width: 992px) { .row .col-lg-1 { width: 8.33333%; padding: 10px; } .row .col-lg-2 { width: 16.66667%; padding: 10px; } .row .col-lg-3 { width: 25%; padding: 10px; } .row .col-lg-4 { width: 33.33333%; padding: 10px; } .row .col-lg-5 { width: 41.66667%; padding: 10px; } .row .col-lg-6 { width: 50%; padding: 10px; } .row .col-lg-7 { width: 58.33333%; padding: 10px; } .row .col-lg-8 { width: 66.66667%; padding: 10px; } .row .col-lg-9 { width: 75%; padding: 10px; } .row .col-lg-10 { width: 83.33333%; padding: 10px; } .row .col-lg-11 { width: 91.66667%; padding: 10px; } } @media (min-width: 1200px) { .row .col-xl-1 { width: 8.33333%; padding: 10px; } .row .col-xl-2 { width: 16.66667%; padding: 10px; } .row .col-xl-3 { width: 25%; padding: 10px; } .row .col-xl-4 { width: 33.33333%; padding: 10px; } .row .col-xl-5 { width: 41.66667%; padding: 10px; } .row .col-xl-6 { width: 50%; padding: 10px; } .row .col-xl-7 { width: 58.33333%; padding: 10px; } .row .col-xl-8 { width: 66.66667%; padding: 10px; } .row .col-xl-9 { width: 75%; padding: 10px; } .row .col-xl-10 { width: 83.33333%; padding: 10px; } .row .col-xl-11 { width: 91.66667%; padding: 10px; } } @media (max-width: 576px) { .row .col-xs-1 { width: 8.33333%; padding: 10px; } .row .col-xs-2 { width: 16.66667%; padding: 10px; } .row .col-xs-3 { width: 25%; padding: 10px; } .row .col-xs-4 { width: 33.33333%; padding: 10px; } .row .col-xs-5 { width: 41.66667%; padding: 10px; } .row .col-xs-6 { width: 50%; padding: 10px; } .row .col-xs-7 { width: 58.33333%; padding: 10px; } .row .col-xs-8 { width: 66.66667%; padding: 10px; } .row .col-xs-9 { width: 75%; padding: 10px; } .row .col-xs-10 { width: 83.33333%; padding: 10px; } .row .col-xs-11 { width: 91.66667%; padding: 10px; } } @-webkit-keyframes wave { from { -webkit-clip-path: polygon( 0% 47%, 20% 60%, 41% 51%, 61% 59%, 71% 45%, 84% 60%, 100% 50%, 100% 99%, 0% 100% ); clip-path: polygon( 0% 47%, 20% 60%, 41% 51%, 61% 59%, 71% 45%, 84% 60%, 100% 50%, 100% 99%, 0% 100% ); } to { -webkit-clip-path: polygon( 0 21%, 22% 42%, 44% 34%, 67% 36%, 82% 25%, 90% 34%, 100% 50%, 100% 99%, 0% 100% ); clip-path: polygon( 0 21%, 22% 42%, 44% 34%, 67% 36%, 82% 25%, 90% 34%, 100% 50%, 100% 99%, 0% 100% ); } } @keyframes wave { from { -webkit-clip-path: polygon( 0% 47%, 20% 60%, 41% 51%, 61% 59%, 71% 45%, 84% 60%, 100% 50%, 100% 99%, 0% 100% ); clip-path: polygon( 0% 47%, 20% 60%, 41% 51%, 61% 59%, 71% 45%, 84% 60%, 100% 50%, 100% 99%, 0% 100% ); } to { -webkit-clip-path: polygon( 0 21%, 22% 42%, 44% 34%, 67% 36%, 82% 25%, 90% 34%, 100% 50%, 100% 99%, 0% 100% ); clip-path: polygon( 0 21%, 22% 42%, 44% 34%, 67% 36%, 82% 25%, 90% 34%, 100% 50%, 100% 99%, 0% 100% ); } } @-webkit-keyframes text { 0% { left: 0; } 100% { left: 105%; width: 0; } } @keyframes text { 0% { left: 0; } 100% { left: 105%; width: 0; } } @-webkit-keyframes toLeft { 0% { right: -500px; } 100% { right: -15%; } } @keyframes toLeft { 0% { right: -500px; } 100% { right: -15%; } }
0.362856
0.059129
.waitMe_container { position: relative; transform: translateZ(0); backface-visibility: hidden } body.waitMe_container { position: fixed; width: 100%; height: 100% } .waitMe_container .waitMe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 9989; text-align: center; overflow: hidden } .waitMe_container .waitMe * { font-family: sans-serif; font-size: 14px; font-weight: initial; font-style: initial; line-height: initial; color: initial; text-decoration: initial; text-transform: initial; padding: initial; margin: initial } .waitMe_container .waitMe .waitMe_content { position: absolute; left: 0; right: 0; top: 50%; backface-visibility: hidden } .waitMe_container .waitMe .waitMe_progress { position: relative; font-size: 0 } .waitMe_container .waitMe .waitMe_progress > div { animation-fill-mode: both; display: inline-block; transform: translateZ(0); backface-visibility: hidden } .waitMe_container .waitMe .waitMe_text { position: relative; margin: 20px 0 0 } /* before load animation */ body.waitMe_body { overflow: hidden; height: 100% } body.waitMe_body.hideMe { transition: opacity .2s ease-in-out; opacity: 0 } body.waitMe_body .waitMe_container:not([data-waitme_id]) { position: fixed; z-index: 9989; top: 0; bottom: 0; left: 0; right: 0; background: #fff } body.waitMe_body .waitMe_container:not([data-waitme_id]) > div { animation-fill-mode: both; position: absolute } body.waitMe_body .waitMe_container.progress > div { width: 0; height: 3px; top: 0; left: 0; background: #000; box-shadow: -5px 0 5px 2px rgba(0, 0, 0, .2); animation: progress_body 7s infinite ease-out } body.waitMe_body .waitMe_container.working > div { width: 10%; height: 3px; top: 0; left: -10%; background: #000; box-shadow: -5px 0 5px 2px rgba(0, 0, 0, .2); animation: working_body 2s infinite linear } body.waitMe_body .waitMe_container.progress > div:after { content: ''; position: absolute; top: 0; bottom: 60%; right: 0; width: 60px; border-radius: 50%; opacity: .5; transform: rotate(3deg); box-shadow: #000 1px 0 6px 1px } body.waitMe_body .waitMe_container.img > div { width: 100%; height: 100%; text-align: center; background-position: center !important; background-repeat: no-repeat !important } body.waitMe_body .waitMe_container.text > div { width: 100%; top: 45%; text-align: center } @keyframes progress_body { 0% { width: 0 } 100% { width: 100% } } @keyframes working_body { 0% { left: -10% } 100% { left: 100% } } /* bounce */ .waitMe_container .waitMe_progress.bounce > div { width: 20px; height: 20px; border-radius: 50%; animation: bounce 1.4s infinite ease-in-out } .waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1 { animation-delay: -.32s } .waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2 { animation-delay: -.16s } @keyframes bounce { 0%, 80%, 100% { transform: scale(0) } 40% { transform: scale(1) } } /* rotateplane */ .waitMe_container .waitMe_progress.rotateplane > div { width: 30px; height: 30px; animation: rotateplane 1.2s infinite ease-in-out; backface-visibility: visible } @keyframes rotateplane { 0% { transform: perspective(120px) } 50% { transform: perspective(120px) rotateY(180deg) } 100% { transform: perspective(120px) rotateY(180deg) rotateX(180deg) } } /* stretch */ .waitMe_container .waitMe_progress.stretch > div { width: 1px; height: 60px; margin: 4px; animation: stretch 1.2s infinite ease-in-out } .waitMe_container .waitMe_progress.stretch .waitMe_progress_elem2 { animation-delay: -1.1s } .waitMe_container .waitMe_progress.stretch .waitMe_progress_elem3 { animation-delay: -1s } .waitMe_container .waitMe_progress.stretch .waitMe_progress_elem4 { animation-delay: -.9s } .waitMe_container .waitMe_progress.stretch .waitMe_progress_elem5 { animation-delay: -.8s } @keyframes stretch { 0%, 40%, 100% { transform: scaleY(.4) } 20% { transform: scaleY(1) } } /* orbit */ .waitMe_container .waitMe_progress.orbit { width: 40px; height: 40px; margin: auto; animation: orbit_rotate 2s infinite linear } .waitMe_container .waitMe_progress.orbit > div { width: 50%; height: 50%; border-radius: 50%; top: 10%; left: 10%; position: absolute; animation: orbit 2s infinite ease-in-out } .waitMe_container .waitMe_progress.orbit .waitMe_progress_elem2 { top: auto; bottom: 10%; left: auto; right: 10%; animation-delay: -1s } @keyframes orbit_rotate { 100% { transform: rotate(360deg) scale(1) } } @keyframes orbit { 0%, 100% { transform: scale(0) } 50% { transform: scale(1) } } /* roundBounce */ .waitMe_container .waitMe_progress.roundBounce { width: 60px; height: 60px; margin: auto } .waitMe_container .waitMe_progress.roundBounce > div { width: 24%; height: 24%; border-radius: 50%; position: absolute; animation: roundBounce 1.2s infinite ease-in-out } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem1 { top: 0; left: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2 { top: 0; right: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3 { bottom: 0; right: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4 { bottom: 0; left: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5 { top: -3%; left: 50%; margin-top: -12%; margin-left: -12% } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6 { top: 50%; right: -3%; margin-top: -12%; margin-right: -12% } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7 { bottom: -3%; left: 50%; margin-bottom: -12%; margin-left: -12% } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8 { top: 50%; left: -3%; margin-top: -12%; margin-left: -12% } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9 { top: 0; right: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10 { bottom: 0; right: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11 { bottom: 0; left: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12 { top: 0; left: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5 { animation-delay: -1.1s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9 { animation-delay: -1s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2 { animation-delay: -.9s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6 { animation-delay: -.8s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10 { animation-delay: -.7s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3 { animation-delay: -.6s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7 { animation-delay: -.5s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11 { animation-delay: -.4s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4 { animation-delay: -.3s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8 { animation-delay: -.2s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12 { animation-delay: -.1s } @keyframes roundBounce { 0%, 80%, 100% { transform: scale(0) } 40% { transform: scale(1) } } /* win8 */ .waitMe_container .waitMe_progress.win8 { width: 40px; height: 40px; margin: auto } .waitMe_container .waitMe_progress.win8 > div { width: 100%; height: 100%; opacity: 0; position: absolute; margin: auto; left: 0; right: 0; transform: rotate(225deg); animation: win8 5.5s infinite } .waitMe_container .waitMe_progress.win8 > div > div { width: 15%; height: 15%; border-radius: 50%; position: absolute } .waitMe_container .waitMe_progress.win8 .waitMe_progress_elem2 { animation-delay: .24s } .waitMe_container .waitMe_progress.win8 .waitMe_progress_elem3 { animation-delay: .48s } .waitMe_container .waitMe_progress.win8 .waitMe_progress_elem4 { animation-delay: .72s } .waitMe_container .waitMe_progress.win8 .waitMe_progress_elem5 { animation-delay: .96s } @keyframes win8 { 0% { transform: rotate(225deg); animation-timing-function: ease-out } 7% { opacity: 1; transform: rotate(345deg); animation-timing-function: linear } 30% { transform: rotate(455deg); animation-timing-function: ease-in-out } 39% { transform: rotate(690deg); animation-timing-function: linear } 70% { opacity: 1; transform: rotate(815deg); animation-timing-function: ease-out } 75% { transform: rotate(945deg); animation-timing-function: ease-out } 76% { opacity: 0; transform: rotate(945deg) } 100% { opacity: 0; transform: rotate(945deg) } } /* win8_linear */ .waitMe_container .waitMe_progress.win8_linear { margin: auto; width: 150px; height: 6px } .waitMe_container .waitMe_progress.win8_linear > div { width: 100%; height: 100%; left: 0; opacity: 0; position: absolute; animation: win8_linear 3s infinite } .waitMe_container .waitMe_progress.win8_linear > div > div { width: 4%; height: 100%; border-radius: 50% } .waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem2 { animation-delay: .3s } .waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem3 { animation-delay: .6s } .waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem4 { animation-delay: .9s } .waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem5 { animation-delay: 1.2s } @keyframes win8_linear { 0% { transform: translateX(0); animation-timing-function: ease-out } 10% { opacity: 1; transform: translateX(33.333%); animation-timing-function: linear } 50% { opacity: 1; transform: translateX(53.333%); animation-timing-function: ease-in-out } 60% { opacity: 0; transform: translateX(86.666%) } } /* ios */ .waitMe_container .waitMe_progress.ios { margin: auto; width: 40px; height: 40px } .waitMe_container .waitMe_progress.ios > div { width: 10%; height: 26%; position: absolute; left: 44.5%; top: 37%; opacity: 0; border-radius: 50px; box-shadow: 0 0 3px rgba(0, 0, 0, .2); animation: ios 1s infinite linear } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem1 { transform: rotate(0deg) translate(0, -142%); animation-delay: 0s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem2 { transform: rotate(30deg) translate(0, -142%); animation-delay: -.9167s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem3 { transform: rotate(60deg) translate(0, -142%); animation-delay: -.833s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem4 { transform: rotate(90deg) translate(0, -142%); animation-delay: -.75s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem5 { transform: rotate(120deg) translate(0, -142%); animation-delay: -.667s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem6 { transform: rotate(150deg) translate(0, -142%); animation-delay: -.5833s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem7 { transform: rotate(180deg) translate(0, -142%); animation-delay: -.5s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem8 { transform: rotate(210deg) translate(0, -142%); animation-delay: -.41667s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem9 { transform: rotate(240deg) translate(0, -142%); animation-delay: -.333s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem10 { transform: rotate(270deg) translate(0, -142%); animation-delay: -.25s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem11 { transform: rotate(300deg) translate(0, -142%); animation-delay: -.1667s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem12 { transform: rotate(330deg) translate(0, -142%); animation-delay: -.0833s } @keyframes ios { 0% { opacity: 1 } 100% { opacity: .25 } } /* facebook */ .waitMe_container .waitMe_progress.facebook { margin: auto } .waitMe_container .waitMe_progress.facebook > div { width: 6px; height: 25px; margin-left: 3px; border-radius: 20px; transform: scaleY(.7); opacity: .1; animation: facebook 1.3s infinite ease-in-out } .waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem1 { animation-delay: .2s; transform: scaleY(.7) } .waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem2 { animation-delay: .4s; transform: scaleY(.85) } .waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem3 { animation-delay: .6s; transform: scaleY(1) } @keyframes facebook { 0% { transform: scaleY(.7); opacity: .1 } 50% { transform: scaleY(1); opacity: 1 } 100% { transform: scaleY(.7); opacity: .1 } } /* rotation */ .waitMe_container .waitMe_progress.rotation > div { width: 60px; height: 60px; margin: auto; border-radius: 100%; border-width: 6px; border-style: solid; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; animation: rotation 1s infinite linear } @keyframes rotation { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } /* timer */ .waitMe_container .waitMe_progress.timer { width: 40px; height: 40px; margin: auto; border-width: 2px; border-style: solid; border-radius: 50%; box-sizing: border-box; position: relative; text-indent: -9999px } .waitMe_container .waitMe_progress.timer > .waitMe_progress_elem1, .waitMe_container .waitMe_progress.timer > .waitMe_progress_elem2 { border-radius: 3px; position: absolute; width: 2px; height: 48%; left: 50%; top: 50%; margin-left: -1px; margin-top: -1px; animation: timer 1.25s infinite linear; transform-origin: 1px 1px } .waitMe_container .waitMe_progress.timer > .waitMe_progress_elem2 { height: 40%; animation: timer 15s infinite linear } @keyframes timer { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } /* pulse */ .waitMe_container .waitMe_progress.pulse { width: 30px; height: 30px; margin: auto; position: relative } .waitMe_container .waitMe_progress.pulse > div { margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-width: 3px; border-style: solid; border-radius: 50%; position: absolute; opacity: 0; animation: pulsate 1s infinite ease-out } @keyframes pulsate { 0% { transform: scale(.1); opacity: 0 } 50% { opacity: 1 } 100% { transform: scale(1.2); opacity: 0 } } /* progressBar */ .waitMe_container .waitMe_progress.progressBar { width: 200px; height: 20px; margin: auto; background: rgba(0, 0, 0, .1); padding: 5px; border-radius: 20px; line-height: 0; max-width: 100% } .waitMe_container .waitMe_progress.progressBar > div { width: 100%; height: 100%; overflow: hidden; border-radius: 20px; background-size: 50px 50px; box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4); background-image: linear-gradient(-45deg, rgba(240, 240, 240, .4) 26%, transparent 25%, transparent 51%, rgba(240, 240, 240, .4) 50%, rgba(240, 240, 240, .4) 76%, transparent 75%, transparent); animation: progressBar 2s linear infinite } @keyframes progressBar { 0% { background-position: 0 0 } 100% { background-position: 50px 50px } } /* bouncePulse */ .waitMe_container .waitMe_progress.bouncePulse > div { width: 20px; height: 20px; margin-right: 1%; display: inline-block; border-radius: 50%; transform: scale(.5); animation: bouncePulse 1.4s infinite ease-in-out } .waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem1, .waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem3 { animation-delay: .3s } .waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem2 { animation-delay: .1s } @keyframes bouncePulse { 0%, 90%, 100% { transform: scale(.5) } 45% { transform: scale(1) } }
plugins/waitme/waitMe.css
.waitMe_container { position: relative; transform: translateZ(0); backface-visibility: hidden } body.waitMe_container { position: fixed; width: 100%; height: 100% } .waitMe_container .waitMe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 9989; text-align: center; overflow: hidden } .waitMe_container .waitMe * { font-family: sans-serif; font-size: 14px; font-weight: initial; font-style: initial; line-height: initial; color: initial; text-decoration: initial; text-transform: initial; padding: initial; margin: initial } .waitMe_container .waitMe .waitMe_content { position: absolute; left: 0; right: 0; top: 50%; backface-visibility: hidden } .waitMe_container .waitMe .waitMe_progress { position: relative; font-size: 0 } .waitMe_container .waitMe .waitMe_progress > div { animation-fill-mode: both; display: inline-block; transform: translateZ(0); backface-visibility: hidden } .waitMe_container .waitMe .waitMe_text { position: relative; margin: 20px 0 0 } /* before load animation */ body.waitMe_body { overflow: hidden; height: 100% } body.waitMe_body.hideMe { transition: opacity .2s ease-in-out; opacity: 0 } body.waitMe_body .waitMe_container:not([data-waitme_id]) { position: fixed; z-index: 9989; top: 0; bottom: 0; left: 0; right: 0; background: #fff } body.waitMe_body .waitMe_container:not([data-waitme_id]) > div { animation-fill-mode: both; position: absolute } body.waitMe_body .waitMe_container.progress > div { width: 0; height: 3px; top: 0; left: 0; background: #000; box-shadow: -5px 0 5px 2px rgba(0, 0, 0, .2); animation: progress_body 7s infinite ease-out } body.waitMe_body .waitMe_container.working > div { width: 10%; height: 3px; top: 0; left: -10%; background: #000; box-shadow: -5px 0 5px 2px rgba(0, 0, 0, .2); animation: working_body 2s infinite linear } body.waitMe_body .waitMe_container.progress > div:after { content: ''; position: absolute; top: 0; bottom: 60%; right: 0; width: 60px; border-radius: 50%; opacity: .5; transform: rotate(3deg); box-shadow: #000 1px 0 6px 1px } body.waitMe_body .waitMe_container.img > div { width: 100%; height: 100%; text-align: center; background-position: center !important; background-repeat: no-repeat !important } body.waitMe_body .waitMe_container.text > div { width: 100%; top: 45%; text-align: center } @keyframes progress_body { 0% { width: 0 } 100% { width: 100% } } @keyframes working_body { 0% { left: -10% } 100% { left: 100% } } /* bounce */ .waitMe_container .waitMe_progress.bounce > div { width: 20px; height: 20px; border-radius: 50%; animation: bounce 1.4s infinite ease-in-out } .waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1 { animation-delay: -.32s } .waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2 { animation-delay: -.16s } @keyframes bounce { 0%, 80%, 100% { transform: scale(0) } 40% { transform: scale(1) } } /* rotateplane */ .waitMe_container .waitMe_progress.rotateplane > div { width: 30px; height: 30px; animation: rotateplane 1.2s infinite ease-in-out; backface-visibility: visible } @keyframes rotateplane { 0% { transform: perspective(120px) } 50% { transform: perspective(120px) rotateY(180deg) } 100% { transform: perspective(120px) rotateY(180deg) rotateX(180deg) } } /* stretch */ .waitMe_container .waitMe_progress.stretch > div { width: 1px; height: 60px; margin: 4px; animation: stretch 1.2s infinite ease-in-out } .waitMe_container .waitMe_progress.stretch .waitMe_progress_elem2 { animation-delay: -1.1s } .waitMe_container .waitMe_progress.stretch .waitMe_progress_elem3 { animation-delay: -1s } .waitMe_container .waitMe_progress.stretch .waitMe_progress_elem4 { animation-delay: -.9s } .waitMe_container .waitMe_progress.stretch .waitMe_progress_elem5 { animation-delay: -.8s } @keyframes stretch { 0%, 40%, 100% { transform: scaleY(.4) } 20% { transform: scaleY(1) } } /* orbit */ .waitMe_container .waitMe_progress.orbit { width: 40px; height: 40px; margin: auto; animation: orbit_rotate 2s infinite linear } .waitMe_container .waitMe_progress.orbit > div { width: 50%; height: 50%; border-radius: 50%; top: 10%; left: 10%; position: absolute; animation: orbit 2s infinite ease-in-out } .waitMe_container .waitMe_progress.orbit .waitMe_progress_elem2 { top: auto; bottom: 10%; left: auto; right: 10%; animation-delay: -1s } @keyframes orbit_rotate { 100% { transform: rotate(360deg) scale(1) } } @keyframes orbit { 0%, 100% { transform: scale(0) } 50% { transform: scale(1) } } /* roundBounce */ .waitMe_container .waitMe_progress.roundBounce { width: 60px; height: 60px; margin: auto } .waitMe_container .waitMe_progress.roundBounce > div { width: 24%; height: 24%; border-radius: 50%; position: absolute; animation: roundBounce 1.2s infinite ease-in-out } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem1 { top: 0; left: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2 { top: 0; right: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3 { bottom: 0; right: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4 { bottom: 0; left: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5 { top: -3%; left: 50%; margin-top: -12%; margin-left: -12% } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6 { top: 50%; right: -3%; margin-top: -12%; margin-right: -12% } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7 { bottom: -3%; left: 50%; margin-bottom: -12%; margin-left: -12% } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8 { top: 50%; left: -3%; margin-top: -12%; margin-left: -12% } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9 { top: 0; right: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10 { bottom: 0; right: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11 { bottom: 0; left: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12 { top: 0; left: 0 } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5 { animation-delay: -1.1s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9 { animation-delay: -1s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2 { animation-delay: -.9s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6 { animation-delay: -.8s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10 { animation-delay: -.7s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3 { animation-delay: -.6s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7 { animation-delay: -.5s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11 { animation-delay: -.4s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4 { animation-delay: -.3s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8 { animation-delay: -.2s } .waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12 { animation-delay: -.1s } @keyframes roundBounce { 0%, 80%, 100% { transform: scale(0) } 40% { transform: scale(1) } } /* win8 */ .waitMe_container .waitMe_progress.win8 { width: 40px; height: 40px; margin: auto } .waitMe_container .waitMe_progress.win8 > div { width: 100%; height: 100%; opacity: 0; position: absolute; margin: auto; left: 0; right: 0; transform: rotate(225deg); animation: win8 5.5s infinite } .waitMe_container .waitMe_progress.win8 > div > div { width: 15%; height: 15%; border-radius: 50%; position: absolute } .waitMe_container .waitMe_progress.win8 .waitMe_progress_elem2 { animation-delay: .24s } .waitMe_container .waitMe_progress.win8 .waitMe_progress_elem3 { animation-delay: .48s } .waitMe_container .waitMe_progress.win8 .waitMe_progress_elem4 { animation-delay: .72s } .waitMe_container .waitMe_progress.win8 .waitMe_progress_elem5 { animation-delay: .96s } @keyframes win8 { 0% { transform: rotate(225deg); animation-timing-function: ease-out } 7% { opacity: 1; transform: rotate(345deg); animation-timing-function: linear } 30% { transform: rotate(455deg); animation-timing-function: ease-in-out } 39% { transform: rotate(690deg); animation-timing-function: linear } 70% { opacity: 1; transform: rotate(815deg); animation-timing-function: ease-out } 75% { transform: rotate(945deg); animation-timing-function: ease-out } 76% { opacity: 0; transform: rotate(945deg) } 100% { opacity: 0; transform: rotate(945deg) } } /* win8_linear */ .waitMe_container .waitMe_progress.win8_linear { margin: auto; width: 150px; height: 6px } .waitMe_container .waitMe_progress.win8_linear > div { width: 100%; height: 100%; left: 0; opacity: 0; position: absolute; animation: win8_linear 3s infinite } .waitMe_container .waitMe_progress.win8_linear > div > div { width: 4%; height: 100%; border-radius: 50% } .waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem2 { animation-delay: .3s } .waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem3 { animation-delay: .6s } .waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem4 { animation-delay: .9s } .waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem5 { animation-delay: 1.2s } @keyframes win8_linear { 0% { transform: translateX(0); animation-timing-function: ease-out } 10% { opacity: 1; transform: translateX(33.333%); animation-timing-function: linear } 50% { opacity: 1; transform: translateX(53.333%); animation-timing-function: ease-in-out } 60% { opacity: 0; transform: translateX(86.666%) } } /* ios */ .waitMe_container .waitMe_progress.ios { margin: auto; width: 40px; height: 40px } .waitMe_container .waitMe_progress.ios > div { width: 10%; height: 26%; position: absolute; left: 44.5%; top: 37%; opacity: 0; border-radius: 50px; box-shadow: 0 0 3px rgba(0, 0, 0, .2); animation: ios 1s infinite linear } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem1 { transform: rotate(0deg) translate(0, -142%); animation-delay: 0s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem2 { transform: rotate(30deg) translate(0, -142%); animation-delay: -.9167s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem3 { transform: rotate(60deg) translate(0, -142%); animation-delay: -.833s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem4 { transform: rotate(90deg) translate(0, -142%); animation-delay: -.75s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem5 { transform: rotate(120deg) translate(0, -142%); animation-delay: -.667s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem6 { transform: rotate(150deg) translate(0, -142%); animation-delay: -.5833s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem7 { transform: rotate(180deg) translate(0, -142%); animation-delay: -.5s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem8 { transform: rotate(210deg) translate(0, -142%); animation-delay: -.41667s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem9 { transform: rotate(240deg) translate(0, -142%); animation-delay: -.333s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem10 { transform: rotate(270deg) translate(0, -142%); animation-delay: -.25s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem11 { transform: rotate(300deg) translate(0, -142%); animation-delay: -.1667s } .waitMe_container .waitMe_progress.ios .waitMe_progress_elem12 { transform: rotate(330deg) translate(0, -142%); animation-delay: -.0833s } @keyframes ios { 0% { opacity: 1 } 100% { opacity: .25 } } /* facebook */ .waitMe_container .waitMe_progress.facebook { margin: auto } .waitMe_container .waitMe_progress.facebook > div { width: 6px; height: 25px; margin-left: 3px; border-radius: 20px; transform: scaleY(.7); opacity: .1; animation: facebook 1.3s infinite ease-in-out } .waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem1 { animation-delay: .2s; transform: scaleY(.7) } .waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem2 { animation-delay: .4s; transform: scaleY(.85) } .waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem3 { animation-delay: .6s; transform: scaleY(1) } @keyframes facebook { 0% { transform: scaleY(.7); opacity: .1 } 50% { transform: scaleY(1); opacity: 1 } 100% { transform: scaleY(.7); opacity: .1 } } /* rotation */ .waitMe_container .waitMe_progress.rotation > div { width: 60px; height: 60px; margin: auto; border-radius: 100%; border-width: 6px; border-style: solid; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; animation: rotation 1s infinite linear } @keyframes rotation { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } /* timer */ .waitMe_container .waitMe_progress.timer { width: 40px; height: 40px; margin: auto; border-width: 2px; border-style: solid; border-radius: 50%; box-sizing: border-box; position: relative; text-indent: -9999px } .waitMe_container .waitMe_progress.timer > .waitMe_progress_elem1, .waitMe_container .waitMe_progress.timer > .waitMe_progress_elem2 { border-radius: 3px; position: absolute; width: 2px; height: 48%; left: 50%; top: 50%; margin-left: -1px; margin-top: -1px; animation: timer 1.25s infinite linear; transform-origin: 1px 1px } .waitMe_container .waitMe_progress.timer > .waitMe_progress_elem2 { height: 40%; animation: timer 15s infinite linear } @keyframes timer { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } /* pulse */ .waitMe_container .waitMe_progress.pulse { width: 30px; height: 30px; margin: auto; position: relative } .waitMe_container .waitMe_progress.pulse > div { margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-width: 3px; border-style: solid; border-radius: 50%; position: absolute; opacity: 0; animation: pulsate 1s infinite ease-out } @keyframes pulsate { 0% { transform: scale(.1); opacity: 0 } 50% { opacity: 1 } 100% { transform: scale(1.2); opacity: 0 } } /* progressBar */ .waitMe_container .waitMe_progress.progressBar { width: 200px; height: 20px; margin: auto; background: rgba(0, 0, 0, .1); padding: 5px; border-radius: 20px; line-height: 0; max-width: 100% } .waitMe_container .waitMe_progress.progressBar > div { width: 100%; height: 100%; overflow: hidden; border-radius: 20px; background-size: 50px 50px; box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4); background-image: linear-gradient(-45deg, rgba(240, 240, 240, .4) 26%, transparent 25%, transparent 51%, rgba(240, 240, 240, .4) 50%, rgba(240, 240, 240, .4) 76%, transparent 75%, transparent); animation: progressBar 2s linear infinite } @keyframes progressBar { 0% { background-position: 0 0 } 100% { background-position: 50px 50px } } /* bouncePulse */ .waitMe_container .waitMe_progress.bouncePulse > div { width: 20px; height: 20px; margin-right: 1%; display: inline-block; border-radius: 50%; transform: scale(.5); animation: bouncePulse 1.4s infinite ease-in-out } .waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem1, .waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem3 { animation-delay: .3s } .waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem2 { animation-delay: .1s } @keyframes bouncePulse { 0%, 90%, 100% { transform: scale(.5) } 45% { transform: scale(1) } }
0.591723
0.113285
.right { float: right; } .left { float: left; } .left-padded { margin-left: 25%; } .display-box { text-align: center; padding: .5rem; border: 2px; border-style: solid; font-weight: 700; border-radius: 4px; border-collapse: separate; border-spacing: .25rem; } .card-body { background-color: rgba(0,0,0,.03); } .card-header { border-bottom: none; border-bottom-width: none; border-bottom-style: none; border-bottom-color: none; } .answer-options { margin-top: 3px; margin-bottom: 3px; margin-left: 20%; } .question-box { text-align: center; } #question-box-container { margin-top: 30px; max-width: 65%; margin-bottom: 50px; } .start-button, .continue-button { margin:auto; display: inline-block; border-radius: 4px; background-color: #f4511e; border: none; color: #FFFFFF; text-align: center; font-size: 28px; padding: 20px; width: 200px; transition: all 0.5s; cursor: pointer; } .start-button span, .continue-button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .start-button span:after, .continue-button span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .start-button:hover span, .continue-button:hover span { padding-right: 25px; } .start-button:hover span:after, .continue-button:hover span:after { opacity: 1; right: 0; } .continue-button:disabled { background-color: #dd9c89; } .continue-button:disabled span { content: none; right: 0; padding-right: 0; } .continue-button:disabled span:after { content: none; right: 0; } .answer-options:hover { background-color: lightgrey; } #snackbar { visibility: hidden; min-width: 250px; margin-left: -125px; background-color: #333; color: #fff; text-align: center; border-radius: 2px; padding: 16px; position: fixed; z-index: 1; left: 50%; bottom: 30px; font-size: 17px; } #snackbar.show { visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } .center-text { text-align: center; float: right; color: green; } /* #scorebox:hover { background-color: lightgrey; } #scorebox:click { background-color: darkgrey; } */
css/styles.css
.right { float: right; } .left { float: left; } .left-padded { margin-left: 25%; } .display-box { text-align: center; padding: .5rem; border: 2px; border-style: solid; font-weight: 700; border-radius: 4px; border-collapse: separate; border-spacing: .25rem; } .card-body { background-color: rgba(0,0,0,.03); } .card-header { border-bottom: none; border-bottom-width: none; border-bottom-style: none; border-bottom-color: none; } .answer-options { margin-top: 3px; margin-bottom: 3px; margin-left: 20%; } .question-box { text-align: center; } #question-box-container { margin-top: 30px; max-width: 65%; margin-bottom: 50px; } .start-button, .continue-button { margin:auto; display: inline-block; border-radius: 4px; background-color: #f4511e; border: none; color: #FFFFFF; text-align: center; font-size: 28px; padding: 20px; width: 200px; transition: all 0.5s; cursor: pointer; } .start-button span, .continue-button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .start-button span:after, .continue-button span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .start-button:hover span, .continue-button:hover span { padding-right: 25px; } .start-button:hover span:after, .continue-button:hover span:after { opacity: 1; right: 0; } .continue-button:disabled { background-color: #dd9c89; } .continue-button:disabled span { content: none; right: 0; padding-right: 0; } .continue-button:disabled span:after { content: none; right: 0; } .answer-options:hover { background-color: lightgrey; } #snackbar { visibility: hidden; min-width: 250px; margin-left: -125px; background-color: #333; color: #fff; text-align: center; border-radius: 2px; padding: 16px; position: fixed; z-index: 1; left: 50%; bottom: 30px; font-size: 17px; } #snackbar.show { visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } .center-text { text-align: center; float: right; color: green; } /* #scorebox:hover { background-color: lightgrey; } #scorebox:click { background-color: darkgrey; } */
0.651355
0.277131
.box-1 { margin: 100px auto; width: 70px; height: 70px; text-align: center; font-size: 10px; } .box-1 > div { background-color: #333; height: 100%; width: 6px; display: inline-block; -webkit-animation: box-1-stretchdelay 1.2s infinite ease-in-out; animation: box-1-stretchdelay 1.2s infinite ease-in-out; } .box-1 .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .box-1 .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .box-1 .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .box-1 .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes box-1-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } } @keyframes box-1-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } } /* ------------------------------------BOX-2 ------------------------------------------------*/ .box-2 { width: 70px; height: 70px; background-color: #333; margin: 100px auto; -webkit-animation: box-2-rotateplane 0.8s infinite ease-in-out; animation: box-2-rotateplane 0.8s infinite ease-in-out; } @-webkit-keyframes box-2-rotateplane { 0% { -webkit-transform: perspective(120px) } 50% { -webkit-transform: perspective(120px) rotateY(180deg) } 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } } @keyframes box-2-rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } } /* ------------------------------------BOX-3 ------------------------------------------------*/ .box-3 { width: 70px; height: 70px; position: relative; margin: 100px auto; } .double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #333; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: box-3-bounce 1.0s infinite ease-in-out; animation: box-3-bounce 1.0s infinite ease-in-out; } .double-bounce2 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } @-webkit-keyframes box-3-bounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } } @keyframes box-3-bounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } } /* ------------------------------------BOX-4 ------------------------------------------------*/ .box-4 { margin: 100px auto; width: 70px; height: 70px; position: relative; } .cube1, .cube2 { background-color: #333; width: 15px; height: 15px; position: absolute; top: 0; left: 0; -webkit-animation: box-4-cubemove 1.8s infinite ease-in-out; animation: box-4-cubemove 1.8s infinite ease-in-out; } .cube2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } @-webkit-keyframes box-4-cubemove { 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) } 50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) } 75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) } 100% { -webkit-transform: rotate(-360deg) } } @keyframes box-4-cubemove { 25% { transform: translateX(42px) rotate(-90deg) scale(0.5); -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); } 50% { transform: translateX(42px) translateY(42px) rotate(-179deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); } 50.1% { transform: translateX(42px) translateY(42px) rotate(-180deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); } 75% { transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); } 100% { transform: rotate(-360deg); -webkit-transform: rotate(-360deg); } } /* ------------------------------------BOX-5 ------------------------------------------------*/ .box-5 { margin: 100px auto; width: 70px; height: 70px; position: relative; text-align: center; -webkit-animation: box-5-rotate 2.0s infinite linear; animation: box-5-rotate 2.0s infinite linear; } .dot1, .dot2 { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; background-color: #333; border-radius: 100%; -webkit-animation: box-5-bounce 2.0s infinite ease-in-out; animation: box-5-bounce 2.0s infinite ease-in-out; } .dot2 { top: auto; bottom: 0; -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes box-5-rotate { 100% { -webkit-transform: rotate(360deg) }} @keyframes box-5-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} @-webkit-keyframes box-5-bounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } } @keyframes box-5-bounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } } /* ------------------------------------BOX-6 ------------------------------------------------*/ .box-6 { margin: 100px auto 0; width: 70px; height: 70px; text-align: center; } .box-6 > div { width: 18px; height: 18px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: box-6-bouncedelay 1.4s infinite ease-in-out both; animation: box-6-bouncedelay 1.4s infinite ease-in-out both; } .box-6 .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .box-6 .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes box-6-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } } @keyframes box-6-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1.0); transform: scale(1.0); } } /* ------------------------------------BOX-7 ------------------------------------------------*/ .box-7 { margin: 100px auto; width: 70px; height: 70px; position: relative; } .box-7 .sk-child { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .box-7 .sk-child:before { content: '. . . . . CRM'; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #333; border-radius: 100%; -webkit-animation: box-7BounceDelay 1.2s infinite ease-in-out both; animation: box-7BounceDelay 1.2s infinite ease-in-out both; } .box-7 .box-72 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); } .box-7 .box-73 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); } .box-7 .box-74 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .box-7 .box-75 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); } .box-7 .box-76 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); } .box-7 .box-77 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .box-7 .box-78 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); } .box-7 .box-79 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } .box-7 .box-710 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .box-7 .box-711 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); } .box-7 .box-712 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); } .box-7 .box-72:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .box-7 .box-73:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .box-7 .box-74:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .box-7 .box-75:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .box-7 .box-76:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .box-7 .box-77:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .box-7 .box-78:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .box-7 .box-79:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .box-7 .box-710:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .box-7 .box-711:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .box-7 .box-712:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes box-7BounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes box-7BounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } /* ------------------------------------BOX-8 ------------------------------------------------*/ .box-8 { width: 70px; height: 70px; margin: 100px auto; } .box-8 .box-8-sk-cube { width: 33%; height: 33%; background-color: #333; float: left; -webkit-animation: box-8-sk-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: box-8-sk-cubeGridScaleDelay 1.3s infinite ease-in-out; } .box-8 .box-8-sk-cube1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .box-8 .box-8-sk-cube2 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .box-8 .box-8-sk-cube3 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .box-8 .box-8-sk-cube4 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .box-8 .box-8-sk-cube5 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .box-8 .box-8-sk-cube6 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .box-8 .box-8-sk-cube7 { -webkit-animation-delay: 0s; animation-delay: 0s; } .box-8 .box-8-sk-cube8 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .box-8 .box-8-sk-cube9 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } @-webkit-keyframes box-8-sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } @keyframes box-8-sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } /* ------------------------------------BOX-9 ------------------------------------------------*/ .box-9 { margin: 100px auto; width: 70px; height: 70px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .box-9 .sk-cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .box-9 .sk-cube:before { content: ' . . . . . . CRM'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #333; -webkit-animation: box-9-foldCubeAngle 1.2s infinite linear both; animation: box-9-foldCubeAngle 1.2 infinite linear both; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; } .box-9 .sk-cube2 { -webkit-transform: scale(1.1) rotateZ(90deg); transform: scale(1.1) rotateZ(90deg); } .box-9 .sk-cube3 { -webkit-transform: scale(1.1) rotateZ(180deg); transform: scale(1.1) rotateZ(180deg); } .box-9 .sk-cube4 { -webkit-transform: scale(1.1) rotateZ(270deg); transform: scale(1.1) rotateZ(270deg); } .box-9 .sk-cube2:before { -webkit-animation-delay: 0.15s; animation-delay: 0.15s; } .box-9 .sk-cube3:before { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .box-9 .sk-cube4:before { -webkit-animation-delay: 0.45s; animation-delay: 0.45s; } @-webkit-keyframes box-9-foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } @keyframes box-9-foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } /* ------------------------------------BOX-10 ------------------------------------------------*/ .box-10 { margin: 100px auto; width: 70px; height: 70px; position: relative; } .box-10 .sk-child { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .box-10 .sk-child:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #333; border-radius: 100%; -webkit-animation: box-10BounceDelay 1.2s infinite ease-in-out both; animation: box-10BounceDelay 1.2s infinite ease-in-out both; } .box-10 .box-102 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); } .box-10 .box-103 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); } .box-10 .box-104 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .box-10 .box-105 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); } .box-10 .box-106 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); } .box-10 .box-107 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .box-10 .box-108 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); } .box-10 .box-109 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } .box-10 .box-1010 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .box-10 .box-1011 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); } .box-10 .box-1012 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); } .box-10 .box-102:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .box-10 .box-103:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .box-10 .box-104:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .box-10 .box-105:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .box-10 .box-106:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .box-10 .box-107:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .box-10 .box-108:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .box-10 .box-109:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .box-10 .box-1010:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .box-10 .box-1011:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .box-10 .box-1012:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes box-10BounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes box-10BounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } }
src/app/all/all.component.css
.box-1 { margin: 100px auto; width: 70px; height: 70px; text-align: center; font-size: 10px; } .box-1 > div { background-color: #333; height: 100%; width: 6px; display: inline-block; -webkit-animation: box-1-stretchdelay 1.2s infinite ease-in-out; animation: box-1-stretchdelay 1.2s infinite ease-in-out; } .box-1 .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .box-1 .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .box-1 .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .box-1 .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes box-1-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } } @keyframes box-1-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } } /* ------------------------------------BOX-2 ------------------------------------------------*/ .box-2 { width: 70px; height: 70px; background-color: #333; margin: 100px auto; -webkit-animation: box-2-rotateplane 0.8s infinite ease-in-out; animation: box-2-rotateplane 0.8s infinite ease-in-out; } @-webkit-keyframes box-2-rotateplane { 0% { -webkit-transform: perspective(120px) } 50% { -webkit-transform: perspective(120px) rotateY(180deg) } 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } } @keyframes box-2-rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } } /* ------------------------------------BOX-3 ------------------------------------------------*/ .box-3 { width: 70px; height: 70px; position: relative; margin: 100px auto; } .double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #333; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: box-3-bounce 1.0s infinite ease-in-out; animation: box-3-bounce 1.0s infinite ease-in-out; } .double-bounce2 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } @-webkit-keyframes box-3-bounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } } @keyframes box-3-bounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } } /* ------------------------------------BOX-4 ------------------------------------------------*/ .box-4 { margin: 100px auto; width: 70px; height: 70px; position: relative; } .cube1, .cube2 { background-color: #333; width: 15px; height: 15px; position: absolute; top: 0; left: 0; -webkit-animation: box-4-cubemove 1.8s infinite ease-in-out; animation: box-4-cubemove 1.8s infinite ease-in-out; } .cube2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } @-webkit-keyframes box-4-cubemove { 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) } 50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) } 75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) } 100% { -webkit-transform: rotate(-360deg) } } @keyframes box-4-cubemove { 25% { transform: translateX(42px) rotate(-90deg) scale(0.5); -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); } 50% { transform: translateX(42px) translateY(42px) rotate(-179deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); } 50.1% { transform: translateX(42px) translateY(42px) rotate(-180deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); } 75% { transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); } 100% { transform: rotate(-360deg); -webkit-transform: rotate(-360deg); } } /* ------------------------------------BOX-5 ------------------------------------------------*/ .box-5 { margin: 100px auto; width: 70px; height: 70px; position: relative; text-align: center; -webkit-animation: box-5-rotate 2.0s infinite linear; animation: box-5-rotate 2.0s infinite linear; } .dot1, .dot2 { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; background-color: #333; border-radius: 100%; -webkit-animation: box-5-bounce 2.0s infinite ease-in-out; animation: box-5-bounce 2.0s infinite ease-in-out; } .dot2 { top: auto; bottom: 0; -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes box-5-rotate { 100% { -webkit-transform: rotate(360deg) }} @keyframes box-5-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} @-webkit-keyframes box-5-bounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } } @keyframes box-5-bounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } } /* ------------------------------------BOX-6 ------------------------------------------------*/ .box-6 { margin: 100px auto 0; width: 70px; height: 70px; text-align: center; } .box-6 > div { width: 18px; height: 18px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: box-6-bouncedelay 1.4s infinite ease-in-out both; animation: box-6-bouncedelay 1.4s infinite ease-in-out both; } .box-6 .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .box-6 .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes box-6-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } } @keyframes box-6-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1.0); transform: scale(1.0); } } /* ------------------------------------BOX-7 ------------------------------------------------*/ .box-7 { margin: 100px auto; width: 70px; height: 70px; position: relative; } .box-7 .sk-child { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .box-7 .sk-child:before { content: '. . . . . CRM'; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #333; border-radius: 100%; -webkit-animation: box-7BounceDelay 1.2s infinite ease-in-out both; animation: box-7BounceDelay 1.2s infinite ease-in-out both; } .box-7 .box-72 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); } .box-7 .box-73 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); } .box-7 .box-74 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .box-7 .box-75 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); } .box-7 .box-76 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); } .box-7 .box-77 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .box-7 .box-78 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); } .box-7 .box-79 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } .box-7 .box-710 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .box-7 .box-711 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); } .box-7 .box-712 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); } .box-7 .box-72:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .box-7 .box-73:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .box-7 .box-74:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .box-7 .box-75:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .box-7 .box-76:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .box-7 .box-77:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .box-7 .box-78:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .box-7 .box-79:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .box-7 .box-710:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .box-7 .box-711:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .box-7 .box-712:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes box-7BounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes box-7BounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } /* ------------------------------------BOX-8 ------------------------------------------------*/ .box-8 { width: 70px; height: 70px; margin: 100px auto; } .box-8 .box-8-sk-cube { width: 33%; height: 33%; background-color: #333; float: left; -webkit-animation: box-8-sk-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: box-8-sk-cubeGridScaleDelay 1.3s infinite ease-in-out; } .box-8 .box-8-sk-cube1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .box-8 .box-8-sk-cube2 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .box-8 .box-8-sk-cube3 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .box-8 .box-8-sk-cube4 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .box-8 .box-8-sk-cube5 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .box-8 .box-8-sk-cube6 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .box-8 .box-8-sk-cube7 { -webkit-animation-delay: 0s; animation-delay: 0s; } .box-8 .box-8-sk-cube8 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .box-8 .box-8-sk-cube9 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } @-webkit-keyframes box-8-sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } @keyframes box-8-sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } /* ------------------------------------BOX-9 ------------------------------------------------*/ .box-9 { margin: 100px auto; width: 70px; height: 70px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .box-9 .sk-cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .box-9 .sk-cube:before { content: ' . . . . . . CRM'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #333; -webkit-animation: box-9-foldCubeAngle 1.2s infinite linear both; animation: box-9-foldCubeAngle 1.2 infinite linear both; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; } .box-9 .sk-cube2 { -webkit-transform: scale(1.1) rotateZ(90deg); transform: scale(1.1) rotateZ(90deg); } .box-9 .sk-cube3 { -webkit-transform: scale(1.1) rotateZ(180deg); transform: scale(1.1) rotateZ(180deg); } .box-9 .sk-cube4 { -webkit-transform: scale(1.1) rotateZ(270deg); transform: scale(1.1) rotateZ(270deg); } .box-9 .sk-cube2:before { -webkit-animation-delay: 0.15s; animation-delay: 0.15s; } .box-9 .sk-cube3:before { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .box-9 .sk-cube4:before { -webkit-animation-delay: 0.45s; animation-delay: 0.45s; } @-webkit-keyframes box-9-foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } @keyframes box-9-foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } /* ------------------------------------BOX-10 ------------------------------------------------*/ .box-10 { margin: 100px auto; width: 70px; height: 70px; position: relative; } .box-10 .sk-child { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .box-10 .sk-child:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #333; border-radius: 100%; -webkit-animation: box-10BounceDelay 1.2s infinite ease-in-out both; animation: box-10BounceDelay 1.2s infinite ease-in-out both; } .box-10 .box-102 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); } .box-10 .box-103 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); } .box-10 .box-104 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .box-10 .box-105 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); } .box-10 .box-106 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); } .box-10 .box-107 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .box-10 .box-108 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); } .box-10 .box-109 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } .box-10 .box-1010 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .box-10 .box-1011 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); } .box-10 .box-1012 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); } .box-10 .box-102:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .box-10 .box-103:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .box-10 .box-104:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .box-10 .box-105:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .box-10 .box-106:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .box-10 .box-107:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .box-10 .box-108:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .box-10 .box-109:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .box-10 .box-1010:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .box-10 .box-1011:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .box-10 .box-1012:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes box-10BounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes box-10BounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } }
0.461988
0.092237
body { margin:0px; background-image:none; position:static; left:auto; width:1366px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u2220 { position:absolute; left:180px; top:0px; width:1186px; height:48px; overflow:hidden; } #u2220_state0 { position:absolute; left:0px; top:0px; width:1186px; height:48px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-color:rgba(255, 255, 255, 1); background-image:none; } #u2220_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2221 { position:absolute; left:180px; top:48px; width:1186px; height:820px; overflow:hidden; } #u2221_state0 { position:absolute; left:0px; top:0px; width:1186px; height:820px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-color:rgba(240, 242, 245, 1); background-image:none; } #u2221_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2222 { position:absolute; left:1118px; top:7px; } #u2222_state0 { position:relative; left:0px; top:0px; background-image:none; } #u2222_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2223_img { position:absolute; left:0px; top:0px; width:22px; height:22px; } #u2223 { position:absolute; left:65px; top:8px; width:22px; height:22px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; font-size:16px; } #u2224 { position:absolute; left:2px; top:3px; width:18px; visibility:hidden; word-wrap:break-word; } #u2225_img { position:absolute; left:0px; top:0px; width:17px; height:17px; } #u2225 { position:absolute; left:0px; top:11px; width:17px; height:17px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; font-size:16px; } #u2226 { position:absolute; left:2px; top:0px; width:13px; visibility:hidden; word-wrap:break-word; } #u2227_div { position:absolute; left:0px; top:0px; width:15px; height:15px; background:inherit; background-color:rgba(255, 89, 24, 1); border:none; border-radius:13px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:10px; color:#FFFFFF; } #u2227 { position:absolute; left:9px; top:0px; width:15px; height:15px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:10px; color:#FFFFFF; } #u2228 { position:absolute; left:0px; top:0px; width:15px; word-wrap:break-word; } #u2229_div { position:absolute; left:0px; top:0px; width:49px; height:12px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2229 { position:absolute; left:97px; top:11px; width:49px; height:12px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2229_div.mouseOver { position:absolute; left:0px; top:0px; width:49px; height:12px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2229.mouseOver { } #u2230 { position:absolute; left:0px; top:0px; width:49px; white-space:nowrap; } #u2231_div { position:absolute; left:0px; top:0px; width:25px; height:12px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2231 { position:absolute; left:173px; top:11px; width:25px; height:12px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2231_div.mouseOver { position:absolute; left:0px; top:0px; width:25px; height:12px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2231.mouseOver { } #u2232 { position:absolute; left:0px; top:0px; width:25px; white-space:nowrap; } #u2233 { position:absolute; left:0px; top:0px; width:180px; height:868px; overflow:hidden; } #u2233_state0 { position:absolute; left:0px; top:0px; width:180px; height:868px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-color:rgba(0, 12, 23, 1); background-image:none; } #u2233_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2234_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2234 { position:absolute; left:0px; top:600px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2234_img.mouseOver { } #u2234.mouseOver { } #u2235 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2236_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2236 { position:absolute; left:0px; top:329px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2236_img.mouseOver { } #u2236.mouseOver { } #u2237 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2238_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2238 { position:absolute; left:0px; top:98px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2238_img.mouseOver { } #u2238.mouseOver { } #u2239 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2240_img { position:absolute; left:0px; top:0px; width:181px; height:49px; } #u2240 { position:absolute; left:0px; top:0px; width:180px; height:48px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2241 { position:absolute; left:40px; top:16px; width:138px; visibility:hidden; word-wrap:break-word; } #u2242_div { position:absolute; left:0px; top:0px; width:85px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; line-height:28px; } #u2242 { position:absolute; left:15px; top:10px; width:85px; height:28px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; line-height:28px; } #u2242_div.selected { position:absolute; left:0px; top:0px; width:85px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; line-height:28px; } #u2242.selected { } #u2243 { position:absolute; left:0px; top:0px; width:87px; white-space:nowrap; } #u2244_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2244 { position:absolute; left:0px; top:48px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2244_img.mouseOver { } #u2244.mouseOver { } #u2245 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2246_img { position:absolute; left:0px; top:0px; width:15px; height:13px; } #u2246 { position:absolute; left:15px; top:67px; width:15px; height:13px; } #u2247 { position:absolute; left:2px; top:-2px; width:11px; visibility:hidden; word-wrap:break-word; } #u2248_img { position:absolute; left:0px; top:0px; width:5px; height:9px; } #u2248 { position:absolute; left:158px; top:350px; width:5px; height:9px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); color:#00FF99; } #u2249 { position:absolute; left:2px; top:-4px; width:1px; visibility:hidden; word-wrap:break-word; } #u2250_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2250 { position:absolute; left:15px; top:115px; width:15px; height:15px; } #u2251 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2252_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2252 { position:absolute; left:15px; top:618px; width:15px; height:15px; } #u2253 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2254_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2254 { position:absolute; left:0px; top:379px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2254_img.mouseOver { } #u2254.mouseOver { } #u2255 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2256_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2256 { position:absolute; left:0px; top:420px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2256_img.mouseOver { } #u2256.mouseOver { } #u2257 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2258_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2258 { position:absolute; left:0px; top:460px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2258_img.mouseOver { } #u2258.mouseOver { } #u2259 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2260_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2260 { position:absolute; left:0px; top:650px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2260_img.mouseOver { } #u2260.mouseOver { } #u2261 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2262_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2262 { position:absolute; left:0px; top:700px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2262_img.mouseOver { } #u2262.mouseOver { } #u2263 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2264_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2264 { position:absolute; left:0px; top:500px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2264_img.mouseOver { } #u2264.mouseOver { } #u2265 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2266_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2266 { position:absolute; left:0px; top:229px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2266_img.mouseOver { } #u2266.mouseOver { } #u2267 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2268_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2268 { position:absolute; left:15px; top:247px; width:15px; height:15px; } #u2269 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2270_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2270 { position:absolute; left:0px; top:279px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2270_img.mouseOver { } #u2270.mouseOver { } #u2271 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2272_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2272 { position:absolute; left:15px; top:297px; width:15px; height:15px; } #u2273 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2274_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2274 { position:absolute; left:0px; top:740px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2274_img.mouseOver { } #u2274.mouseOver { } #u2275 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2276_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2276 { position:absolute; left:0px; top:550px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2276_img.mouseOver { } #u2276.mouseOver { } #u2277 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2278_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2278 { position:absolute; left:0px; top:148px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2278_img.mouseOver { } #u2278.mouseOver { } #u2279 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2280_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2280 { position:absolute; left:0px; top:189px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2280_img.mouseOver { } #u2280.mouseOver { } #u2281 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2282_img { position:absolute; left:0px; top:0px; width:5px; height:9px; } #u2282 { position:absolute; left:158px; top:119px; width:5px; height:9px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); color:#00FF99; } #u2283 { position:absolute; left:2px; top:-4px; width:1px; visibility:hidden; word-wrap:break-word; } #u2284_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2284 { position:absolute; left:15px; top:668px; width:15px; height:15px; } #u2285 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2286_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2286 { position:absolute; left:15px; top:347px; width:15px; height:15px; } #u2287 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2288_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2288 { position:absolute; left:15px; top:518px; width:15px; height:15px; } #u2289 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2290_img { position:absolute; left:0px; top:0px; width:23px; height:16px; } #u2290 { position:absolute; left:11px; top:567px; width:23px; height:16px; } #u2291 { position:absolute; left:2px; top:0px; width:19px; visibility:hidden; word-wrap:break-word; } #u2292 { position:absolute; left:195px; top:68px; } #u2292_state0 { position:relative; left:0px; top:0px; background-color:rgba(255, 255, 255, 1); background-image:none; } #u2292_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2293_div { position:absolute; left:0px; top:0px; width:1149px; height:784px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u2293 { position:absolute; left:0px; top:0px; width:1149px; height:784px; } #u2294 { position:absolute; left:2px; top:384px; width:1145px; visibility:hidden; word-wrap:break-word; } #u2295_div { position:absolute; left:0px; top:0px; width:1125px; height:50px; background:inherit; background-color:rgba(253, 253, 254, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negreta', 'Arial Normal', 'Arial'; font-weight:700; font-style:normal; font-size:14px; text-align:left; line-height:28px; } #u2295 { position:absolute; left:10px; top:716px; width:1125px; height:50px; font-family:'Arial Negreta', 'Arial Normal', 'Arial'; font-weight:700; font-style:normal; font-size:14px; text-align:left; line-height:28px; } #u2296 { position:absolute; left:45px; top:17px; width:1078px; visibility:hidden; word-wrap:break-word; } #u2297_div { position:absolute; left:0px; top:0px; width:138px; height:20px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:12px; color:#666666; } #u2297 { position:absolute; left:490px; top:733px; width:138px; height:20px; font-family:'微软雅黑'; font-style:normal; font-size:12px; color:#666666; } #u2298 { position:absolute; left:2px; top:2px; width:133px; white-space:nowrap; } #u2299_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FFFFFF; } #u2299 { position:absolute; left:678px; top:730px; width:35px; height:25px; color:#FFFFFF; } #u2300 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2301_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2301 { position:absolute; left:913px; top:730px; width:35px; height:25px; color:#999999; } #u2301_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2301.mouseOver { } #u2301_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2301.mouseDown { } #u2302 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2303_div { position:absolute; left:0px; top:0px; width:27px; height:17px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:404; font-style:normal; color:#999999; } #u2303 { position:absolute; left:1009px; top:735px; width:27px; height:17px; font-family:'微软雅黑'; font-weight:404; font-style:normal; color:#999999; } #u2304 { position:absolute; left:0px; top:0px; width:27px; white-space:nowrap; } #u2305_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'FontAwesome Regular', 'FontAwesome'; font-weight:400; font-style:normal; color:#999999; } #u2305 { position:absolute; left:1048px; top:730px; width:35px; height:25px; font-family:'FontAwesome Regular', 'FontAwesome'; font-weight:400; font-style:normal; color:#999999; } #u2305_div.selected { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(26, 188, 156, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'FontAwesome Regular', 'FontAwesome'; font-weight:400; font-style:normal; color:#999999; } #u2305.selected { } #u2305_div.disabled { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'FontAwesome Regular', 'FontAwesome'; font-weight:400; font-style:normal; color:#999999; } #u2305.disabled { } #u2306 { position:absolute; left:2px; top:4px; width:31px; visibility:hidden; word-wrap:break-word; } #u2307_div { position:absolute; left:0px; top:0px; width:14px; height:17px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:404; font-style:normal; color:#999999; } #u2307 { position:absolute; left:1093px; top:735px; width:14px; height:17px; font-family:'微软雅黑'; font-weight:404; font-style:normal; color:#999999; } #u2308 { position:absolute; left:0px; top:0px; width:14px; white-space:nowrap; } #u2309_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2309 { position:absolute; left:874px; top:730px; width:35px; height:25px; color:#999999; } #u2309_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2309.mouseOver { } #u2309_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2309.mouseDown { } #u2310 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2311_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2311 { position:absolute; left:834px; top:730px; width:35px; height:25px; color:#999999; } #u2311_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2311.mouseOver { } #u2311_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2311.mouseDown { } #u2312 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2313_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2313 { position:absolute; left:796px; top:730px; width:35px; height:25px; color:#999999; } #u2313_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2313.mouseOver { } #u2313_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2313.mouseDown { } #u2314 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2315_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2315 { position:absolute; left:756px; top:730px; width:35px; height:25px; color:#999999; } #u2315_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2315.mouseOver { } #u2315_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2315.mouseDown { } #u2316 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2317_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2317 { position:absolute; left:717px; top:730px; width:35px; height:25px; color:#999999; } #u2317_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2317.mouseOver { } #u2317_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2317.mouseDown { } #u2318 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2319_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2319 { position:absolute; left:639px; top:730px; width:35px; height:25px; color:#999999; } #u2319_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2319.mouseOver { } #u2319_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2319.mouseDown { } #u2320 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2321_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2321 { position:absolute; left:954px; top:730px; width:35px; height:25px; color:#999999; } #u2321_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2321.mouseOver { } #u2321_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2321.mouseDown { } #u2322 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2323 { position:absolute; left:1051px; top:732px; width:28px; height:22px; } #u2323_input { position:absolute; left:0px; top:0px; width:28px; height:22px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; color:#999999; text-align:center; border-color:transparent; outline-style:none; } #u2324 { position:absolute; left:10px; top:180px; width:1130px; height:542px; } #u2325_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2325 { position:absolute; left:0px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2325_img.mouseOver { } #u2325.mouseOver { } #u2326 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2327_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2327 { position:absolute; left:173px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2327_img.mouseOver { } #u2327.mouseOver { } #u2328 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2329_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2329 { position:absolute; left:346px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2329_img.mouseOver { } #u2329.mouseOver { } #u2330 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2331_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2331 { position:absolute; left:519px; top:0px; width:260px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2331_img.mouseOver { } #u2331.mouseOver { } #u2332 { position:absolute; left:2px; top:17px; width:256px; word-wrap:break-word; } #u2333_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2333 { position:absolute; left:779px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2333_img.mouseOver { } #u2333.mouseOver { } #u2334 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2335_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2335 { position:absolute; left:952px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2335_img.mouseOver { } #u2335.mouseOver { } #u2336 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2337_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2337 { position:absolute; left:0px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2338 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2339_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2339 { position:absolute; left:173px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2340 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2341_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2341 { position:absolute; left:346px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2342 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2343_img { position:absolute; left:0px; top:0px; width:260px; height:60px; } #u2343 { position:absolute; left:519px; top:53px; width:260px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2344 { position:absolute; left:2px; top:16px; width:256px; word-wrap:break-word; } #u2345_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2345 { position:absolute; left:779px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2346 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2347_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2347 { position:absolute; left:952px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2348 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2349_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2349 { position:absolute; left:0px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2350 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2351_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2351 { position:absolute; left:173px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2352 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2353_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2353 { position:absolute; left:346px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2354 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2355_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2355 { position:absolute; left:519px; top:113px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2356 { position:absolute; left:2px; top:12px; width:256px; word-wrap:break-word; } #u2357_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2357 { position:absolute; left:779px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2358 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2359_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2359 { position:absolute; left:952px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2360 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2361_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2361 { position:absolute; left:0px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2362 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2363_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2363 { position:absolute; left:173px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2364 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2365_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2365 { position:absolute; left:346px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2366 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2367_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2367 { position:absolute; left:519px; top:166px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2368 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2369_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2369 { position:absolute; left:779px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2370 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2371_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2371 { position:absolute; left:952px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2372 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2373_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2373 { position:absolute; left:0px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2374 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2375_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2375 { position:absolute; left:173px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2376 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2377_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2377 { position:absolute; left:346px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2378 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2379_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2379 { position:absolute; left:519px; top:219px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2380 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2381_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2381 { position:absolute; left:779px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2382 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2383_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2383 { position:absolute; left:952px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2384 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2385_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2385 { position:absolute; left:0px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2386 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2387_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2387 { position:absolute; left:173px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2388 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2389_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2389 { position:absolute; left:346px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2390 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2391_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2391 { position:absolute; left:519px; top:272px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2392 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2393_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2393 { position:absolute; left:779px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2394 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2395_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2395 { position:absolute; left:952px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2396 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2397_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2397 { position:absolute; left:0px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2398 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2399_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2399 { position:absolute; left:173px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2400 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2401_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2401 { position:absolute; left:346px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2402 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2403_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2403 { position:absolute; left:519px; top:325px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2404 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2405_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2405 { position:absolute; left:779px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2406 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2407_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2407 { position:absolute; left:952px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2408 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2409_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2409 { position:absolute; left:0px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2410 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2411_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2411 { position:absolute; left:173px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2412 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2413_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2413 { position:absolute; left:346px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2414 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2415_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2415 { position:absolute; left:519px; top:378px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2416 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2417_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2417 { position:absolute; left:779px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2418 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2419_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2419 { position:absolute; left:952px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2420 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2421_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2421 { position:absolute; left:0px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2422 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2423_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2423 { position:absolute; left:173px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2424 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2425_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2425 { position:absolute; left:346px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2426 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2427_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2427 { position:absolute; left:519px; top:431px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2428 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2429_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2429 { position:absolute; left:779px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2430 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2431_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2431 { position:absolute; left:952px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2432 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2433_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2433 { position:absolute; left:0px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2434 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2435_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2435 { position:absolute; left:173px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2436 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2437_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2437 { position:absolute; left:346px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2438 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2439_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2439 { position:absolute; left:519px; top:484px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2440 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2441_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2441 { position:absolute; left:779px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2442 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2443_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2443 { position:absolute; left:952px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2444 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2445 { position:absolute; left:29px; top:734px; width:113px; height:16px; color:#666666; } #u2446 { position:absolute; left:16px; top:0px; width:95px; word-wrap:break-word; } #u2445_input { position:absolute; left:-3px; top:-2px; } #u2447_div { position:absolute; left:0px; top:0px; width:99px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:2px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u2447 { position:absolute; left:96px; top:727px; width:99px; height:30px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u2448 { position:absolute; left:10px; top:7px; width:87px; word-wrap:break-word; } #u2449_img { position:absolute; left:0px; top:0px; width:11px; height:6px; } #u2449 { position:absolute; left:175px; top:739px; width:11px; height:6px; } #u2450 { position:absolute; left:2px; top:-5px; width:7px; visibility:hidden; word-wrap:break-word; } #u2451_img { position:absolute; left:-1px; top:-1px; width:83px; height:4px; } #u2451 { position:absolute; left:10px; top:90px; width:80px; height:1px; color:#0099FF; } #u2452 { position:absolute; left:2px; top:-22px; width:76px; word-wrap:break-word; } #u2453_img { position:absolute; left:-1px; top:-1px; width:83px; height:4px; } #u2453 { position:absolute; left:90px; top:90px; width:80px; height:1px; color:#999999; } #u2453_img.mouseOver { } #u2453.mouseOver { } #u2453_img.mouseDown { } #u2453.mouseDown { } #u2454 { position:absolute; left:2px; top:-22px; width:76px; word-wrap:break-word; } #u2455_img { position:absolute; left:-1px; top:-1px; width:83px; height:4px; } #u2455 { position:absolute; left:170px; top:90px; width:80px; height:1px; color:#999999; } #u2455_img.mouseOver { } #u2455.mouseOver { } #u2455_img.mouseDown { } #u2455.mouseDown { } #u2456 { position:absolute; left:2px; top:-22px; width:76px; word-wrap:break-word; } #u2457_div { position:absolute; left:0px; top:0px; width:65px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:16px; } #u2457 { position:absolute; left:25px; top:18px; width:65px; height:19px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:16px; } #u2458 { position:absolute; left:0px; top:0px; width:65px; white-space:nowrap; } #u2459_div { position:absolute; left:0px; top:0px; width:72px; height:22px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; text-align:right; } #u2459 { position:absolute; left:321px; top:128px; width:72px; height:22px; font-family:'微软雅黑'; font-weight:400; font-style:normal; text-align:right; } #u2460 { position:absolute; left:2px; top:2px; width:65px; white-space:nowrap; } #u2461_div { position:absolute; left:0px; top:0px; width:278px; height:35px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:2px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#BCBCBC; text-align:left; } #u2461 { position:absolute; left:10px; top:121px; width:278px; height:35px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#BCBCBC; text-align:left; } #u2462 { position:absolute; left:10px; top:9px; width:266px; visibility:hidden; word-wrap:break-word; } #u2463 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u2464_div { position:absolute; left:0px; top:0px; width:128px; height:35px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:2px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; color:#CCCCCC; text-align:left; } #u2464 { position:absolute; left:393px; top:121px; width:128px; height:35px; font-family:'微软雅黑'; font-weight:400; font-style:normal; color:#CCCCCC; text-align:left; } #u2464_div.mouseOver { position:absolute; left:0px; top:0px; width:128px; height:35px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:2px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; color:#CCCCCC; text-align:left; } #u2464.mouseOver { } #u2465 { position:absolute; left:10px; top:9px; width:116px; word-wrap:break-word; } #u2466_img { position:absolute; left:0px; top:0px; width:11px; height:6px; } #u2466 { position:absolute; left:501px; top:136px; width:11px; height:6px; } #u2467 { position:absolute; left:2px; top:-5px; width:7px; visibility:hidden; word-wrap:break-word; } #u2468_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2468 { position:absolute; left:264px; top:131px; width:15px; height:15px; } #u2469 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2470_img { position:absolute; left:-2px; top:-2px; width:10px; height:21px; } #u2470 { position:absolute; left:10px; top:19px; width:5px; height:16px; } #u2471 { position:absolute; left:2px; top:0px; width:1px; visibility:hidden; word-wrap:break-word; } #u2472 { position:absolute; left:19px; top:128px; width:235px; height:22px; } #u2472_input { position:absolute; left:0px; top:0px; width:235px; height:22px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; color:#1E1E1E; text-align:left; border-color:transparent; outline-style:none; }
冥界页面(地府)/files/冥币管理/styles.css
body { margin:0px; background-image:none; position:static; left:auto; width:1366px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u2220 { position:absolute; left:180px; top:0px; width:1186px; height:48px; overflow:hidden; } #u2220_state0 { position:absolute; left:0px; top:0px; width:1186px; height:48px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-color:rgba(255, 255, 255, 1); background-image:none; } #u2220_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2221 { position:absolute; left:180px; top:48px; width:1186px; height:820px; overflow:hidden; } #u2221_state0 { position:absolute; left:0px; top:0px; width:1186px; height:820px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-color:rgba(240, 242, 245, 1); background-image:none; } #u2221_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2222 { position:absolute; left:1118px; top:7px; } #u2222_state0 { position:relative; left:0px; top:0px; background-image:none; } #u2222_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2223_img { position:absolute; left:0px; top:0px; width:22px; height:22px; } #u2223 { position:absolute; left:65px; top:8px; width:22px; height:22px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; font-size:16px; } #u2224 { position:absolute; left:2px; top:3px; width:18px; visibility:hidden; word-wrap:break-word; } #u2225_img { position:absolute; left:0px; top:0px; width:17px; height:17px; } #u2225 { position:absolute; left:0px; top:11px; width:17px; height:17px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; font-size:16px; } #u2226 { position:absolute; left:2px; top:0px; width:13px; visibility:hidden; word-wrap:break-word; } #u2227_div { position:absolute; left:0px; top:0px; width:15px; height:15px; background:inherit; background-color:rgba(255, 89, 24, 1); border:none; border-radius:13px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:10px; color:#FFFFFF; } #u2227 { position:absolute; left:9px; top:0px; width:15px; height:15px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:10px; color:#FFFFFF; } #u2228 { position:absolute; left:0px; top:0px; width:15px; word-wrap:break-word; } #u2229_div { position:absolute; left:0px; top:0px; width:49px; height:12px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2229 { position:absolute; left:97px; top:11px; width:49px; height:12px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2229_div.mouseOver { position:absolute; left:0px; top:0px; width:49px; height:12px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2229.mouseOver { } #u2230 { position:absolute; left:0px; top:0px; width:49px; white-space:nowrap; } #u2231_div { position:absolute; left:0px; top:0px; width:25px; height:12px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2231 { position:absolute; left:173px; top:11px; width:25px; height:12px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2231_div.mouseOver { position:absolute; left:0px; top:0px; width:25px; height:12px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:12px; } #u2231.mouseOver { } #u2232 { position:absolute; left:0px; top:0px; width:25px; white-space:nowrap; } #u2233 { position:absolute; left:0px; top:0px; width:180px; height:868px; overflow:hidden; } #u2233_state0 { position:absolute; left:0px; top:0px; width:180px; height:868px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-color:rgba(0, 12, 23, 1); background-image:none; } #u2233_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2234_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2234 { position:absolute; left:0px; top:600px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2234_img.mouseOver { } #u2234.mouseOver { } #u2235 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2236_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2236 { position:absolute; left:0px; top:329px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2236_img.mouseOver { } #u2236.mouseOver { } #u2237 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2238_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2238 { position:absolute; left:0px; top:98px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2238_img.mouseOver { } #u2238.mouseOver { } #u2239 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2240_img { position:absolute; left:0px; top:0px; width:181px; height:49px; } #u2240 { position:absolute; left:0px; top:0px; width:180px; height:48px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2241 { position:absolute; left:40px; top:16px; width:138px; visibility:hidden; word-wrap:break-word; } #u2242_div { position:absolute; left:0px; top:0px; width:85px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; line-height:28px; } #u2242 { position:absolute; left:15px; top:10px; width:85px; height:28px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; line-height:28px; } #u2242_div.selected { position:absolute; left:0px; top:0px; width:85px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; line-height:28px; } #u2242.selected { } #u2243 { position:absolute; left:0px; top:0px; width:87px; white-space:nowrap; } #u2244_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2244 { position:absolute; left:0px; top:48px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2244_img.mouseOver { } #u2244.mouseOver { } #u2245 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2246_img { position:absolute; left:0px; top:0px; width:15px; height:13px; } #u2246 { position:absolute; left:15px; top:67px; width:15px; height:13px; } #u2247 { position:absolute; left:2px; top:-2px; width:11px; visibility:hidden; word-wrap:break-word; } #u2248_img { position:absolute; left:0px; top:0px; width:5px; height:9px; } #u2248 { position:absolute; left:158px; top:350px; width:5px; height:9px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); color:#00FF99; } #u2249 { position:absolute; left:2px; top:-4px; width:1px; visibility:hidden; word-wrap:break-word; } #u2250_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2250 { position:absolute; left:15px; top:115px; width:15px; height:15px; } #u2251 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2252_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2252 { position:absolute; left:15px; top:618px; width:15px; height:15px; } #u2253 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2254_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2254 { position:absolute; left:0px; top:379px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2254_img.mouseOver { } #u2254.mouseOver { } #u2255 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2256_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2256 { position:absolute; left:0px; top:420px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2256_img.mouseOver { } #u2256.mouseOver { } #u2257 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2258_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2258 { position:absolute; left:0px; top:460px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2258_img.mouseOver { } #u2258.mouseOver { } #u2259 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2260_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2260 { position:absolute; left:0px; top:650px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2260_img.mouseOver { } #u2260.mouseOver { } #u2261 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2262_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2262 { position:absolute; left:0px; top:700px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2262_img.mouseOver { } #u2262.mouseOver { } #u2263 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2264_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2264 { position:absolute; left:0px; top:500px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2264_img.mouseOver { } #u2264.mouseOver { } #u2265 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2266_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2266 { position:absolute; left:0px; top:229px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2266_img.mouseOver { } #u2266.mouseOver { } #u2267 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2268_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2268 { position:absolute; left:15px; top:247px; width:15px; height:15px; } #u2269 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2270_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2270 { position:absolute; left:0px; top:279px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2270_img.mouseOver { } #u2270.mouseOver { } #u2271 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2272_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2272 { position:absolute; left:15px; top:297px; width:15px; height:15px; } #u2273 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2274_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2274 { position:absolute; left:0px; top:740px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2274_img.mouseOver { } #u2274.mouseOver { } #u2275 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2276_img { position:absolute; left:0px; top:0px; width:181px; height:51px; } #u2276 { position:absolute; left:0px; top:550px; width:180px; height:50px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u2276_img.mouseOver { } #u2276.mouseOver { } #u2277 { position:absolute; left:40px; top:16px; width:138px; word-wrap:break-word; } #u2278_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2278 { position:absolute; left:0px; top:148px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2278_img.mouseOver { } #u2278.mouseOver { } #u2279 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2280_img { position:absolute; left:0px; top:0px; width:181px; height:41px; } #u2280 { position:absolute; left:0px; top:189px; width:180px; height:40px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:12px; color:rgba(255, 255, 255, 0.698039215686274); text-align:left; } #u2280_img.mouseOver { } #u2280.mouseOver { } #u2281 { position:absolute; left:40px; top:12px; width:138px; word-wrap:break-word; } #u2282_img { position:absolute; left:0px; top:0px; width:5px; height:9px; } #u2282 { position:absolute; left:158px; top:119px; width:5px; height:9px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); color:#00FF99; } #u2283 { position:absolute; left:2px; top:-4px; width:1px; visibility:hidden; word-wrap:break-word; } #u2284_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2284 { position:absolute; left:15px; top:668px; width:15px; height:15px; } #u2285 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2286_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2286 { position:absolute; left:15px; top:347px; width:15px; height:15px; } #u2287 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2288_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2288 { position:absolute; left:15px; top:518px; width:15px; height:15px; } #u2289 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2290_img { position:absolute; left:0px; top:0px; width:23px; height:16px; } #u2290 { position:absolute; left:11px; top:567px; width:23px; height:16px; } #u2291 { position:absolute; left:2px; top:0px; width:19px; visibility:hidden; word-wrap:break-word; } #u2292 { position:absolute; left:195px; top:68px; } #u2292_state0 { position:relative; left:0px; top:0px; background-color:rgba(255, 255, 255, 1); background-image:none; } #u2292_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2293_div { position:absolute; left:0px; top:0px; width:1149px; height:784px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u2293 { position:absolute; left:0px; top:0px; width:1149px; height:784px; } #u2294 { position:absolute; left:2px; top:384px; width:1145px; visibility:hidden; word-wrap:break-word; } #u2295_div { position:absolute; left:0px; top:0px; width:1125px; height:50px; background:inherit; background-color:rgba(253, 253, 254, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negreta', 'Arial Normal', 'Arial'; font-weight:700; font-style:normal; font-size:14px; text-align:left; line-height:28px; } #u2295 { position:absolute; left:10px; top:716px; width:1125px; height:50px; font-family:'Arial Negreta', 'Arial Normal', 'Arial'; font-weight:700; font-style:normal; font-size:14px; text-align:left; line-height:28px; } #u2296 { position:absolute; left:45px; top:17px; width:1078px; visibility:hidden; word-wrap:break-word; } #u2297_div { position:absolute; left:0px; top:0px; width:138px; height:20px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:12px; color:#666666; } #u2297 { position:absolute; left:490px; top:733px; width:138px; height:20px; font-family:'微软雅黑'; font-style:normal; font-size:12px; color:#666666; } #u2298 { position:absolute; left:2px; top:2px; width:133px; white-space:nowrap; } #u2299_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FFFFFF; } #u2299 { position:absolute; left:678px; top:730px; width:35px; height:25px; color:#FFFFFF; } #u2300 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2301_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2301 { position:absolute; left:913px; top:730px; width:35px; height:25px; color:#999999; } #u2301_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2301.mouseOver { } #u2301_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2301.mouseDown { } #u2302 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2303_div { position:absolute; left:0px; top:0px; width:27px; height:17px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:404; font-style:normal; color:#999999; } #u2303 { position:absolute; left:1009px; top:735px; width:27px; height:17px; font-family:'微软雅黑'; font-weight:404; font-style:normal; color:#999999; } #u2304 { position:absolute; left:0px; top:0px; width:27px; white-space:nowrap; } #u2305_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'FontAwesome Regular', 'FontAwesome'; font-weight:400; font-style:normal; color:#999999; } #u2305 { position:absolute; left:1048px; top:730px; width:35px; height:25px; font-family:'FontAwesome Regular', 'FontAwesome'; font-weight:400; font-style:normal; color:#999999; } #u2305_div.selected { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(26, 188, 156, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'FontAwesome Regular', 'FontAwesome'; font-weight:400; font-style:normal; color:#999999; } #u2305.selected { } #u2305_div.disabled { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'FontAwesome Regular', 'FontAwesome'; font-weight:400; font-style:normal; color:#999999; } #u2305.disabled { } #u2306 { position:absolute; left:2px; top:4px; width:31px; visibility:hidden; word-wrap:break-word; } #u2307_div { position:absolute; left:0px; top:0px; width:14px; height:17px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:404; font-style:normal; color:#999999; } #u2307 { position:absolute; left:1093px; top:735px; width:14px; height:17px; font-family:'微软雅黑'; font-weight:404; font-style:normal; color:#999999; } #u2308 { position:absolute; left:0px; top:0px; width:14px; white-space:nowrap; } #u2309_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2309 { position:absolute; left:874px; top:730px; width:35px; height:25px; color:#999999; } #u2309_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2309.mouseOver { } #u2309_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2309.mouseDown { } #u2310 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2311_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2311 { position:absolute; left:834px; top:730px; width:35px; height:25px; color:#999999; } #u2311_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2311.mouseOver { } #u2311_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2311.mouseDown { } #u2312 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2313_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2313 { position:absolute; left:796px; top:730px; width:35px; height:25px; color:#999999; } #u2313_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2313.mouseOver { } #u2313_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2313.mouseDown { } #u2314 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2315_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2315 { position:absolute; left:756px; top:730px; width:35px; height:25px; color:#999999; } #u2315_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2315.mouseOver { } #u2315_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2315.mouseDown { } #u2316 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2317_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2317 { position:absolute; left:717px; top:730px; width:35px; height:25px; color:#999999; } #u2317_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2317.mouseOver { } #u2317_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2317.mouseDown { } #u2318 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2319_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2319 { position:absolute; left:639px; top:730px; width:35px; height:25px; color:#999999; } #u2319_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2319.mouseOver { } #u2319_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2319.mouseDown { } #u2320 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2321_div { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2321 { position:absolute; left:954px; top:730px; width:35px; height:25px; color:#999999; } #u2321_div.mouseOver { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2321.mouseOver { } #u2321_div.mouseDown { position:absolute; left:0px; top:0px; width:35px; height:25px; background:inherit; background-color:rgba(0, 153, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:3px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u2321.mouseDown { } #u2322 { position:absolute; left:2px; top:5px; width:31px; word-wrap:break-word; } #u2323 { position:absolute; left:1051px; top:732px; width:28px; height:22px; } #u2323_input { position:absolute; left:0px; top:0px; width:28px; height:22px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; color:#999999; text-align:center; border-color:transparent; outline-style:none; } #u2324 { position:absolute; left:10px; top:180px; width:1130px; height:542px; } #u2325_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2325 { position:absolute; left:0px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2325_img.mouseOver { } #u2325.mouseOver { } #u2326 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2327_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2327 { position:absolute; left:173px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2327_img.mouseOver { } #u2327.mouseOver { } #u2328 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2329_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2329 { position:absolute; left:346px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2329_img.mouseOver { } #u2329.mouseOver { } #u2330 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2331_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2331 { position:absolute; left:519px; top:0px; width:260px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2331_img.mouseOver { } #u2331.mouseOver { } #u2332 { position:absolute; left:2px; top:17px; width:256px; word-wrap:break-word; } #u2333_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2333 { position:absolute; left:779px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2333_img.mouseOver { } #u2333.mouseOver { } #u2334 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2335_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2335 { position:absolute; left:952px; top:0px; width:173px; height:53px; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#666666; text-align:center; } #u2335_img.mouseOver { } #u2335.mouseOver { } #u2336 { position:absolute; left:2px; top:17px; width:169px; word-wrap:break-word; } #u2337_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2337 { position:absolute; left:0px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2338 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2339_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2339 { position:absolute; left:173px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2340 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2341_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2341 { position:absolute; left:346px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2342 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2343_img { position:absolute; left:0px; top:0px; width:260px; height:60px; } #u2343 { position:absolute; left:519px; top:53px; width:260px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2344 { position:absolute; left:2px; top:16px; width:256px; word-wrap:break-word; } #u2345_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2345 { position:absolute; left:779px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2346 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2347_img { position:absolute; left:0px; top:0px; width:173px; height:60px; } #u2347 { position:absolute; left:952px; top:53px; width:173px; height:60px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2348 { position:absolute; left:2px; top:16px; width:169px; word-wrap:break-word; } #u2349_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2349 { position:absolute; left:0px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2350 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2351_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2351 { position:absolute; left:173px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2352 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2353_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2353 { position:absolute; left:346px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2354 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2355_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2355 { position:absolute; left:519px; top:113px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2356 { position:absolute; left:2px; top:12px; width:256px; word-wrap:break-word; } #u2357_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2357 { position:absolute; left:779px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2358 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2359_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2359 { position:absolute; left:952px; top:113px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2360 { position:absolute; left:2px; top:12px; width:169px; word-wrap:break-word; } #u2361_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2361 { position:absolute; left:0px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2362 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2363_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2363 { position:absolute; left:173px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2364 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2365_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2365 { position:absolute; left:346px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2366 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2367_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2367 { position:absolute; left:519px; top:166px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2368 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2369_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2369 { position:absolute; left:779px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2370 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2371_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2371 { position:absolute; left:952px; top:166px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2372 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2373_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2373 { position:absolute; left:0px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2374 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2375_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2375 { position:absolute; left:173px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2376 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2377_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2377 { position:absolute; left:346px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2378 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2379_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2379 { position:absolute; left:519px; top:219px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2380 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2381_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2381 { position:absolute; left:779px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2382 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2383_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2383 { position:absolute; left:952px; top:219px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2384 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2385_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2385 { position:absolute; left:0px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2386 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2387_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2387 { position:absolute; left:173px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2388 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2389_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2389 { position:absolute; left:346px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2390 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2391_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2391 { position:absolute; left:519px; top:272px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2392 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2393_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2393 { position:absolute; left:779px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2394 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2395_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2395 { position:absolute; left:952px; top:272px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2396 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2397_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2397 { position:absolute; left:0px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2398 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2399_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2399 { position:absolute; left:173px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2400 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2401_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2401 { position:absolute; left:346px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2402 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2403_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2403 { position:absolute; left:519px; top:325px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2404 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2405_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2405 { position:absolute; left:779px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2406 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2407_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2407 { position:absolute; left:952px; top:325px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2408 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2409_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2409 { position:absolute; left:0px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2410 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2411_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2411 { position:absolute; left:173px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2412 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2413_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2413 { position:absolute; left:346px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2414 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2415_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2415 { position:absolute; left:519px; top:378px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2416 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2417_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2417 { position:absolute; left:779px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2418 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2419_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2419 { position:absolute; left:952px; top:378px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2420 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2421_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2421 { position:absolute; left:0px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2422 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2423_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2423 { position:absolute; left:173px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2424 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2425_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2425 { position:absolute; left:346px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2426 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2427_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2427 { position:absolute; left:519px; top:431px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2428 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2429_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2429 { position:absolute; left:779px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2430 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2431_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2431 { position:absolute; left:952px; top:431px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2432 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2433_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2433 { position:absolute; left:0px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2434 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2435_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2435 { position:absolute; left:173px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2436 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2437_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2437 { position:absolute; left:346px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; line-height:28px; } #u2438 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2439_img { position:absolute; left:0px; top:0px; width:260px; height:53px; } #u2439 { position:absolute; left:519px; top:484px; width:260px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2440 { position:absolute; left:2px; top:18px; width:256px; visibility:hidden; word-wrap:break-word; } #u2441_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2441 { position:absolute; left:779px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; text-align:center; line-height:28px; } #u2442 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2443_img { position:absolute; left:0px; top:0px; width:173px; height:53px; } #u2443 { position:absolute; left:952px; top:484px; width:173px; height:53px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#0099FF; text-align:center; line-height:28px; } #u2444 { position:absolute; left:2px; top:18px; width:169px; visibility:hidden; word-wrap:break-word; } #u2445 { position:absolute; left:29px; top:734px; width:113px; height:16px; color:#666666; } #u2446 { position:absolute; left:16px; top:0px; width:95px; word-wrap:break-word; } #u2445_input { position:absolute; left:-3px; top:-2px; } #u2447_div { position:absolute; left:0px; top:0px; width:99px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:2px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u2447 { position:absolute; left:96px; top:727px; width:99px; height:30px; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u2448 { position:absolute; left:10px; top:7px; width:87px; word-wrap:break-word; } #u2449_img { position:absolute; left:0px; top:0px; width:11px; height:6px; } #u2449 { position:absolute; left:175px; top:739px; width:11px; height:6px; } #u2450 { position:absolute; left:2px; top:-5px; width:7px; visibility:hidden; word-wrap:break-word; } #u2451_img { position:absolute; left:-1px; top:-1px; width:83px; height:4px; } #u2451 { position:absolute; left:10px; top:90px; width:80px; height:1px; color:#0099FF; } #u2452 { position:absolute; left:2px; top:-22px; width:76px; word-wrap:break-word; } #u2453_img { position:absolute; left:-1px; top:-1px; width:83px; height:4px; } #u2453 { position:absolute; left:90px; top:90px; width:80px; height:1px; color:#999999; } #u2453_img.mouseOver { } #u2453.mouseOver { } #u2453_img.mouseDown { } #u2453.mouseDown { } #u2454 { position:absolute; left:2px; top:-22px; width:76px; word-wrap:break-word; } #u2455_img { position:absolute; left:-1px; top:-1px; width:83px; height:4px; } #u2455 { position:absolute; left:170px; top:90px; width:80px; height:1px; color:#999999; } #u2455_img.mouseOver { } #u2455.mouseOver { } #u2455_img.mouseDown { } #u2455.mouseDown { } #u2456 { position:absolute; left:2px; top:-22px; width:76px; word-wrap:break-word; } #u2457_div { position:absolute; left:0px; top:0px; width:65px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:16px; } #u2457 { position:absolute; left:25px; top:18px; width:65px; height:19px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:16px; } #u2458 { position:absolute; left:0px; top:0px; width:65px; white-space:nowrap; } #u2459_div { position:absolute; left:0px; top:0px; width:72px; height:22px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; text-align:right; } #u2459 { position:absolute; left:321px; top:128px; width:72px; height:22px; font-family:'微软雅黑'; font-weight:400; font-style:normal; text-align:right; } #u2460 { position:absolute; left:2px; top:2px; width:65px; white-space:nowrap; } #u2461_div { position:absolute; left:0px; top:0px; width:278px; height:35px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:2px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#BCBCBC; text-align:left; } #u2461 { position:absolute; left:10px; top:121px; width:278px; height:35px; font-family:'微软雅黑'; font-weight:404; font-style:normal; font-size:14px; color:#BCBCBC; text-align:left; } #u2462 { position:absolute; left:10px; top:9px; width:266px; visibility:hidden; word-wrap:break-word; } #u2463 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u2464_div { position:absolute; left:0px; top:0px; width:128px; height:35px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(228, 228, 228, 1); border-radius:2px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; color:#CCCCCC; text-align:left; } #u2464 { position:absolute; left:393px; top:121px; width:128px; height:35px; font-family:'微软雅黑'; font-weight:400; font-style:normal; color:#CCCCCC; text-align:left; } #u2464_div.mouseOver { position:absolute; left:0px; top:0px; width:128px; height:35px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(0, 153, 255, 1); border-radius:2px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; color:#CCCCCC; text-align:left; } #u2464.mouseOver { } #u2465 { position:absolute; left:10px; top:9px; width:116px; word-wrap:break-word; } #u2466_img { position:absolute; left:0px; top:0px; width:11px; height:6px; } #u2466 { position:absolute; left:501px; top:136px; width:11px; height:6px; } #u2467 { position:absolute; left:2px; top:-5px; width:7px; visibility:hidden; word-wrap:break-word; } #u2468_img { position:absolute; left:0px; top:0px; width:15px; height:15px; } #u2468 { position:absolute; left:264px; top:131px; width:15px; height:15px; } #u2469 { position:absolute; left:2px; top:0px; width:11px; visibility:hidden; word-wrap:break-word; } #u2470_img { position:absolute; left:-2px; top:-2px; width:10px; height:21px; } #u2470 { position:absolute; left:10px; top:19px; width:5px; height:16px; } #u2471 { position:absolute; left:2px; top:0px; width:1px; visibility:hidden; word-wrap:break-word; } #u2472 { position:absolute; left:19px; top:128px; width:235px; height:22px; } #u2472_input { position:absolute; left:0px; top:0px; width:235px; height:22px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; color:#1E1E1E; text-align:left; border-color:transparent; outline-style:none; }
0.327238
0.046856
.infobox { position: fixed; display: flex; width: 375px; height: 100px; bottom: 15px; right: 30px; padding-left: 30px; color: #FFF; transform: translateY(0); transition: cubic-bezier(0, 1, 0, 1) 1s transform; } .infobox:not(.selected) { transform: translateY(150px); } .infobox .screenshot { position: relative; width: 100px; height: 100px; left: -25px; /* background-color: white; */ } .infobox .background { display: flex; position: absolute; top: 0; left: 0; right: 0; bottom: 0; /* background: radial-gradient(circle at 25% 50%,#44444480, #00000080), linear-gradient(to bottom, rgb(30, 30, 30), rgb(0, 0, 0)); */ transform: skew(22deg); } .infobox .background-1 { width: 100px; height: 100px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), radial-gradient(ellipse closest-corner at 50% 80%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); } .infobox .background-2 { flex: 1; border: 2px solid #222; background: radial-gradient(circle at 25% 50%,#44444480, #00000080), linear-gradient(to bottom, rgb(30, 30, 30), rgb(0, 0, 0)); } .infobox h1, .infobox h2 { display: flex; margin: 10px 0; height: 30px; font-family: 'WinchesterCaps'; text-align: left; align-items: flex-end; letter-spacing: 1px; } .infobox h1 { margin-right: 10px; } .infobox h2 { padding-bottom: 1px; font-size: 13px; vertical-align: bottom; } .infobox .content { position: relative; display: flex; min-width: 160px; flex-direction: column; } .infobox .row { display: flex; } .infobox .stat { display: flex; } .infobox .progress { display: flex; align-items: center; } .infobox progress { -webkit-appearance: none; appearance: none; margin: auto 0; height: 2px; border-radius: 1px; } .infobox progress::-webkit-progress-bar { /* background-image: linear-gradient(to right, #000, #333); */ background-color: #333; } .infobox progress::-webkit-progress-value { background-image: linear-gradient(to right, #56ab2f, #a8e063); } /* .infobox .pill { margin-right: 10px; padding: 0 5px; background-image: linear-gradient(to bottom, #4CAF50, #2E7D32); border-radius: 3px; } */ .infobox .content .label { width: 40px; text-align: left; } .infobox .hints { position: absolute; right: 30px; top: -23px; display: flex; align-items: flex-start; } .infobox .hints .hint { display: flex; padding-right: 10px; align-items: center; font-size: 10px; font-weight: 600; color: #333; text-transform: uppercase; } .infobox .hints .hint .key { position: relative; display: flex; height: 20px; min-width: 20px; padding: 0 4px; justify-content: center; align-items: center; background-color: #333; border-radius: 3px; font-size: 12px; font-weight: 600; color: #FFF; } .infobox .hints .hint .label { background-color: #CCC; border-radius: 0 3px 3px 0; padding: 1px 4px; }
src/components/play-mode/infobox/infobox.module.css
.infobox { position: fixed; display: flex; width: 375px; height: 100px; bottom: 15px; right: 30px; padding-left: 30px; color: #FFF; transform: translateY(0); transition: cubic-bezier(0, 1, 0, 1) 1s transform; } .infobox:not(.selected) { transform: translateY(150px); } .infobox .screenshot { position: relative; width: 100px; height: 100px; left: -25px; /* background-color: white; */ } .infobox .background { display: flex; position: absolute; top: 0; left: 0; right: 0; bottom: 0; /* background: radial-gradient(circle at 25% 50%,#44444480, #00000080), linear-gradient(to bottom, rgb(30, 30, 30), rgb(0, 0, 0)); */ transform: skew(22deg); } .infobox .background-1 { width: 100px; height: 100px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), radial-gradient(ellipse closest-corner at 50% 80%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); } .infobox .background-2 { flex: 1; border: 2px solid #222; background: radial-gradient(circle at 25% 50%,#44444480, #00000080), linear-gradient(to bottom, rgb(30, 30, 30), rgb(0, 0, 0)); } .infobox h1, .infobox h2 { display: flex; margin: 10px 0; height: 30px; font-family: 'WinchesterCaps'; text-align: left; align-items: flex-end; letter-spacing: 1px; } .infobox h1 { margin-right: 10px; } .infobox h2 { padding-bottom: 1px; font-size: 13px; vertical-align: bottom; } .infobox .content { position: relative; display: flex; min-width: 160px; flex-direction: column; } .infobox .row { display: flex; } .infobox .stat { display: flex; } .infobox .progress { display: flex; align-items: center; } .infobox progress { -webkit-appearance: none; appearance: none; margin: auto 0; height: 2px; border-radius: 1px; } .infobox progress::-webkit-progress-bar { /* background-image: linear-gradient(to right, #000, #333); */ background-color: #333; } .infobox progress::-webkit-progress-value { background-image: linear-gradient(to right, #56ab2f, #a8e063); } /* .infobox .pill { margin-right: 10px; padding: 0 5px; background-image: linear-gradient(to bottom, #4CAF50, #2E7D32); border-radius: 3px; } */ .infobox .content .label { width: 40px; text-align: left; } .infobox .hints { position: absolute; right: 30px; top: -23px; display: flex; align-items: flex-start; } .infobox .hints .hint { display: flex; padding-right: 10px; align-items: center; font-size: 10px; font-weight: 600; color: #333; text-transform: uppercase; } .infobox .hints .hint .key { position: relative; display: flex; height: 20px; min-width: 20px; padding: 0 4px; justify-content: center; align-items: center; background-color: #333; border-radius: 3px; font-size: 12px; font-weight: 600; color: #FFF; } .infobox .hints .hint .label { background-color: #CCC; border-radius: 0 3px 3px 0; padding: 1px 4px; }
0.462716
0.121165
*{ margin: 0; padding: 0; } li{ list-style: none; } /*****************头部****************/ #head{ width: 100%; } #head nav{ box-sizing: border-box; width: 1280px; height: 92px; background: rgba(255,255,255,1); position: absolute; top: 30px; left: 50%; margin-left: -640px; z-index: 100; } #head nav>img{ float: left; width: 145px; } #head nav>ul{ width: 1102px; } #head nav>ul>li{ width: 70px; margin-left: 70px; list-style: none; float: left; } #head nav>ul>li:nth-child(1){ width: 35px; } #head nav>ul>li>a:hover{ border-bottom: 1px solid #00029A; color: #00029A; } #head nav>ul>li>a{ text-decoration: none; font-family:PingFang-SC-Medium; font-weight:SC-Medium; font-size:16px; width:33px; height:16px; color:rgba(0,0,0,1); line-height: 92px; } /*****************头部****************/ /*****************底部****************/ #foot{ width: 100%; height: 678px; position: relative; top:700px; } #foot .foot-top{ width: 100%; height: 300px; background-color: #232325; } #foot .foot-top .foot-top-content{ width: 1280px; height: 100%; /*margin:0 auto;*/ display: flex; border: 1px solid #232325; justify-content: space-around; } #foot .foot-top .foot-top-content>div{ margin-top: 50px; align-items: stretch; height: 200px; /*width: 200px;*/ color: #ABABAB; font-size: 14px; border: 1px solid rgba(255, 255, 255, 0); border:1px solid rgba(255,255,255,0); border-right: 1px solid #ABABAB; padding: 0 72px; } #foot .foot-top .foot-top-content> .line-item{ display: inline-block; height: 100%; width: 1px; background-color: #ABABAB; } #foot .foot-top .foot-top-content>div:last-child{ border: none; } #foot .foot-top .foot-top-content>div>h5{ font-size: 15px; margin-bottom: 20px; } #foot .foot-top .foot-top-content>div>p{ line-height: 20px; } #foot .foot-bottom{ width: 100%; height: 378px; background-color: #151517; } #foot .foot-bottom .foot-bottom-content{ width: 1280px; margin: 0 auto; color: #f9f9f9; border-bottom: 1px solid rgba(255,255,255,0); padding-top: 50px; } #foot .foot-bottom .foot-bottom-content> .btm{ display: flex; justify-content: space-between; } #foot .foot-bottom .foot-bottom-content .bottom-left{ width: 500px; display: flex; justify-content: space-between; } #foot .foot-bottom .foot-bottom-content .bottom-left img{ width: 120px; } #foot .foot-bottom .foot-bottom-content .bottom-left img~p{ margin-left: 20px; color: #ABABAB; } #foot .foot-bottom .foot-bottom-content .bottom-left> .tel{ font-size: 24px; } #foot .foot-bottom .foot-bottom-content .bottom-left> .tel>p:nth-child(2){ border-bottom: 1px solid rgba(255,255,255,0); padding-bottom:20px; } #foot .foot-bottom .foot-bottom-content .bottom-left> .tel>p:nth-child(3){ font-size: 32px; padding-top: 20px; color: rgba(0,2,154,1); } #foot .foot-bottom .foot-bottom-content .bottom-right{ width: 300px; } #foot .foot-bottom .foot-bottom-content .bottom-right>ul{ width: 300px; display: flex; justify-content: center; } #foot .foot-bottom .foot-bottom-content .bottom-right>ul>li{ width: 50px; height: 50px; color: rgba(0,2,154,1); } #foot .foot-bottom .foot-bottom-content .bottom-right>ul>li>i{ display: inline-block; font-size: 24px; } #foot .foot-bottom .foot-bottom-content .bottom-right>p{ margin-top: 25px; text-align: right; line-height: 20px; color: #ABABAB; } #foot .foot-bottom .foot-bottom-content> .last{ color: #4e4e4e; position: relative; bottom: -100px; text-align: right; } /*****************底部****************/
durab/css/common2.css
*{ margin: 0; padding: 0; } li{ list-style: none; } /*****************头部****************/ #head{ width: 100%; } #head nav{ box-sizing: border-box; width: 1280px; height: 92px; background: rgba(255,255,255,1); position: absolute; top: 30px; left: 50%; margin-left: -640px; z-index: 100; } #head nav>img{ float: left; width: 145px; } #head nav>ul{ width: 1102px; } #head nav>ul>li{ width: 70px; margin-left: 70px; list-style: none; float: left; } #head nav>ul>li:nth-child(1){ width: 35px; } #head nav>ul>li>a:hover{ border-bottom: 1px solid #00029A; color: #00029A; } #head nav>ul>li>a{ text-decoration: none; font-family:PingFang-SC-Medium; font-weight:SC-Medium; font-size:16px; width:33px; height:16px; color:rgba(0,0,0,1); line-height: 92px; } /*****************头部****************/ /*****************底部****************/ #foot{ width: 100%; height: 678px; position: relative; top:700px; } #foot .foot-top{ width: 100%; height: 300px; background-color: #232325; } #foot .foot-top .foot-top-content{ width: 1280px; height: 100%; /*margin:0 auto;*/ display: flex; border: 1px solid #232325; justify-content: space-around; } #foot .foot-top .foot-top-content>div{ margin-top: 50px; align-items: stretch; height: 200px; /*width: 200px;*/ color: #ABABAB; font-size: 14px; border: 1px solid rgba(255, 255, 255, 0); border:1px solid rgba(255,255,255,0); border-right: 1px solid #ABABAB; padding: 0 72px; } #foot .foot-top .foot-top-content> .line-item{ display: inline-block; height: 100%; width: 1px; background-color: #ABABAB; } #foot .foot-top .foot-top-content>div:last-child{ border: none; } #foot .foot-top .foot-top-content>div>h5{ font-size: 15px; margin-bottom: 20px; } #foot .foot-top .foot-top-content>div>p{ line-height: 20px; } #foot .foot-bottom{ width: 100%; height: 378px; background-color: #151517; } #foot .foot-bottom .foot-bottom-content{ width: 1280px; margin: 0 auto; color: #f9f9f9; border-bottom: 1px solid rgba(255,255,255,0); padding-top: 50px; } #foot .foot-bottom .foot-bottom-content> .btm{ display: flex; justify-content: space-between; } #foot .foot-bottom .foot-bottom-content .bottom-left{ width: 500px; display: flex; justify-content: space-between; } #foot .foot-bottom .foot-bottom-content .bottom-left img{ width: 120px; } #foot .foot-bottom .foot-bottom-content .bottom-left img~p{ margin-left: 20px; color: #ABABAB; } #foot .foot-bottom .foot-bottom-content .bottom-left> .tel{ font-size: 24px; } #foot .foot-bottom .foot-bottom-content .bottom-left> .tel>p:nth-child(2){ border-bottom: 1px solid rgba(255,255,255,0); padding-bottom:20px; } #foot .foot-bottom .foot-bottom-content .bottom-left> .tel>p:nth-child(3){ font-size: 32px; padding-top: 20px; color: rgba(0,2,154,1); } #foot .foot-bottom .foot-bottom-content .bottom-right{ width: 300px; } #foot .foot-bottom .foot-bottom-content .bottom-right>ul{ width: 300px; display: flex; justify-content: center; } #foot .foot-bottom .foot-bottom-content .bottom-right>ul>li{ width: 50px; height: 50px; color: rgba(0,2,154,1); } #foot .foot-bottom .foot-bottom-content .bottom-right>ul>li>i{ display: inline-block; font-size: 24px; } #foot .foot-bottom .foot-bottom-content .bottom-right>p{ margin-top: 25px; text-align: right; line-height: 20px; color: #ABABAB; } #foot .foot-bottom .foot-bottom-content> .last{ color: #4e4e4e; position: relative; bottom: -100px; text-align: right; } /*****************底部****************/
0.311113
0.039085
body, html { background-color:#fff } #NovBreadcrumbs { padding:25px 15px; background:#ededed; margin-bottom:80px } #NovBreadcrumbs h1 { font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; font-size:2rem; font-weight:bold; margin:0; color:#222; text-align:center; text-transform:uppercase } #NovBreadcrumbs .breadcrumb { background:transparent; margin-bottom:0; padding:0 } #NovBreadcrumbs .breadcrumb .list-inline-item:not(:last-child) { margin-right:10px; padding-right:10px; position:relative } #NovBreadcrumbs .breadcrumb .list-inline-item:not(:last-child):before { content:""; width:4px; height:4px; background:#909090; position:absolute; right:-2px; top:50%; -webkit-transform:rotate(45deg) translateY(-50%); -ms-transform:rotate(45deg) translateY(-50%); transform:rotate(45deg) translateY(-50%) } .lang-rtl #NovBreadcrumbs .breadcrumb .list-inline-item:not(:last-child):before { left:-2px; right:auto } #NovBreadcrumbs .breadcrumb .list-inline-item span { font-size:1.1rem; color:#909090 } #NovBreadcrumbs .breadcrumb .list-inline-item a span { font-size:1.1rem; color:#909090 } #NovBreadcrumbs .breadcrumb .list-inline-item a span:hover { color:#fc8f2f !important } @media (max-width: 1199px) { #NovBreadcrumbs { margin-bottom:60px } } .site-header .dropdown-toggle:after { display:none } .site-header .label-header { font-size:10px; text-transform:uppercase; color:#909090; font-weight:700; cursor:pointer; margin-top:7px } .site-header .header_link_myaccount:hover .label-header, .site-header .site-header_myaccount:hover .label-header, .site-header #cart_block:hover .label-header { color:#0d7a52 } .site-header .icon-search { width:21px; height:24px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-search.png?v=8846285818330805236) no-repeat; background-position:bottom } .site-header .icon-account { width:21px; height:24px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-account.png?v=6651123917481679346) no-repeat; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; background-position:-21px 0 } .site-header .site-header_myaccount { cursor:pointer } .site-header .site-header_myaccount .myaccount-title a { background-color:white; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; width:45px; height:45px; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; border-radius:50%; line-height:62px; background-color:#0d7a52; -webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -ms-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -o-box-shadow:4px 4px 4px rgba(0,0,0,0.2); box-shadow:4px 4px 4px rgba(0,0,0,0.2) } .site-header .site-header_myaccount .myaccount-title a:hover { background-color:#78b144 } .site-header .b_address { border-radius:30px; border:1px solid #eaeaea; height:45px; z-index:9; background-color:white; cursor:pointer } .site-header .b_address:before { content:""; position:absolute; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); left:9px; width:28px; height:28px; background-image:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-autodaily.png?v=16023748939694869452); background-position:0 -97px } .lang-rtl .site-header .b_address:before { right:9px; left:auto } .site-header .b_address:after { content:""; position:absolute; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); right:10px; width:7px; height:4px; background-image:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-dropdown.png?v=13197681595295195825); -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -ms-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s } .lang-rtl .site-header .b_address:after { left:10px; right:auto } .site-header .b_address .b_title { color:#b7b7b7; font-weight:700; font-size:10px; text-transform:uppercase; letter-spacing:0.5px } .site-header .b_address .b_number { font-size:1.2rem; font-weight:800; color:#0d7a52; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif } .site-header .b_address .b_c_address { top:calc(100% + 30px); right:0; background-color:white; width:100%; min-width:250px; padding-bottom:25px; border-radius:10px; -webkit-box-shadow:5px 5px 10px rgba(0,0,0,0.15); -moz-box-shadow:5px 5px 10px rgba(0,0,0,0.15); -ms-box-shadow:5px 5px 10px rgba(0,0,0,0.15); -o-box-shadow:5px 5px 10px rgba(0,0,0,0.15); box-shadow:5px 5px 10px rgba(0,0,0,0.15); filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0; -o-opacity:0; opacity:0; visibility:hidden; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s } .lang-rtl .site-header .b_address .b_c_address { left:0; right:auto } .site-header .b_address .n_a { font-size:1.6rem; color:#bebebe; text-transform:uppercase; font-weight:700 } .site-header .b_address .b_i_a { padding:25px 20px 0 } .site-header .b_address .b_i_a:not(:last-child) { border-bottom:1px solid #eaeaea; padding-bottom:25px } .site-header .b_address:hover:after { -webkit-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); transform-origin:center center; -moz-transform-origin:center center; -webkit-transform-origin:center center; -o-transform-origin:center center; -ms-transform-origin:center center } .site-header .b_address:hover .b_c_address { filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible; top:100% } .site-header .search_inline { width:calc(100% - 250px) } @media (max-width: 991px) { .site-header .search_inline { width:calc(100% - 180px) } } .site-header .block_right { -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; border-radius:30px; background-color:#0d7a52; height:60px; padding:8px } .site-header .header_bottom { -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; border-radius:30px } .site-header__logo-link { display:inline-block; word-break:break-word } .site-header__cart { position:relative; cursor:pointer; background-color:#0d7a52; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; border-radius:50%; width:45px; height:45px; text-align:center; line-height:56px; -webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -ms-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -o-box-shadow:4px 4px 4px rgba(0,0,0,0.2); box-shadow:4px 4px 4px rgba(0,0,0,0.2) } .site-header__cart:hover { background-color:#78b144 } .site-header__cart .site-header__cart-icon { width:22px; height:22px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-cart-header.png?v=17513939522200013185) no-repeat; display:inline-block; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; background-position:-22px 0 } .site-header__cart .site-header__cart-count { min-width:19px; height:19px; line-height:18px; text-align:center; background:#58c06f; position:absolute; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); right:-11px } .lang-rtl .site-header__cart .site-header__cart-count { left:-11px; right:auto } .site-header__cart .site-header__cart-count span { font-size:11px; color:white; font-weight:bold; line-height:19px } .title-cart { font-size:1rem; font-weight:700; color:#0d7a52; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; text-transform:uppercase } #cart_block { position:relative } #cart_block #cart-info { display:none; position:absolute; right:0; top:100%; z-index:99; padding-top:22px; cursor:initial; -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; border-radius:0 } .lang-rtl #cart_block #cart-info { left:0; right:auto } #cart_block #cart-info p.cart { padding:20px } #cart_block #cart-info .cart { background:#fff; min-width:315px; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; color:#222; font-weight:500; font-size:13px; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; -ms-border-radius:0 0 4px 4px; -o-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 0 15px 0 rgba(0,0,0,0.1); -o-box-shadow:0 0 15px 0 rgba(0,0,0,0.1); box-shadow:0 0 15px 0 rgba(0,0,0,0.1) } #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product { position:relative; padding:20px; border-bottom:1px solid #e6e6e6 } #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product .media>a img { width:70px; margin-right:10px; border:1px solid #e6e6e6; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px } #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product .media .price_close { margin-top:11px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; -webkit-justify-content:space-between; -moz-justify-content:space-between; -ms-justify-content:space-between; justify-content:space-between; -ms-flex-pack:space-between } #cart_block #cart-info .cart .ajaxcart__inner .product-name { margin-top:-5px } #cart_block #cart-info .cart .ajaxcart__inner .product-name, #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product-meta { text-transform:none; font-size:11px; color:#444; font-weight:500; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; line-height:24px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden } #cart_block #cart-info .cart .ajaxcart__inner .product-name:hover, #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product-meta:hover { color:#fc8f2f } #cart_block #cart-info .cart .ajaxcart__inner .product-price { font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; font-size:1.2rem; color:#222; font-weight:700 } #cart_block #cart-info .cart .ajaxcart__inner .quantity { font-size:1.2rem; color:#222; font-weight:500; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif } #cart_block #cart-info .cart .ajaxcart__footer { padding:20px } #cart_block #cart-info .cart .ajaxcart__footer .cart-note label { margin-top:10px } #cart_block #cart-info .cart .ajaxcart__footer .subtotal { padding:7px 0; padding-left:9px; padding-right:17px; border:1px dashed rgba(0,0,0,0.3); margin-bottom:10px } .lang-rtl #cart_block #cart-info .cart .ajaxcart__footer .subtotal { padding-left:17px; padding-right:9px } #cart_block #cart-info .cart .ajaxcart__footer .subtotal label, #cart_block #cart-info .cart .ajaxcart__footer .subtotal span { font-size:1.4rem; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; color:#222; font-weight:900; text-transform:uppercase; margin:0 } #cart_block #cart-info .cart .ajaxcart__footer .cart_view { display:block; margin:0 60px; padding:35px 0 10px } #cart_block #cart-info .cart .ajaxcart__footer .btn { height:44px; line-height:44px; width:100%; padding:0; background:#fff; border:1px solid #222; -webkit-border-radius:50px; -moz-border-radius:50px; -ms-border-radius:50px; -o-border-radius:50px; border-radius:50px; position:relative; overflow:hidden } #cart_block #cart-info .cart .ajaxcart__footer .btn:after { content:''; position:absolute; z-index:1; width:0%; height:100%; top:0; left:0; background:#222; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease } .lang-rtl #cart_block #cart-info .cart .ajaxcart__footer .btn:after { right:0; left:auto } #cart_block #cart-info .cart .ajaxcart__footer .btn span { font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:10px; font-weight:bold; letter-spacing:2px; color:#222; z-index:10; position:relative } #cart_block #cart-info .cart .ajaxcart__footer .btn:hover { background:#222; border:1px solid #222; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease } #cart_block #cart-info .cart .ajaxcart__footer .btn:hover span { color:#fff } #cart_block #cart-info .cart .ajaxcart__footer .btn:hover:after { width:100%; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease } #cart_block #cart-info .cart .ajaxcart__footer .btn.cart__checkout { background:#222; margin-bottom:10px } #cart_block #cart-info .cart .ajaxcart__footer .btn.cart__checkout span { color:#fff } #cart_block #cart-info .cart .ajaxcart__footer .btn.cart__checkout:after { background:#0d7a52 } #cart_block #cart-info .cart .ajaxcart__footer .btn.cart__checkout:hover { background:#fc8f2f; border:1px solid #0d7a52 } #cart_block #cart-info .cart .remove-from-cart { position:absolute; font-size:1.6rem; color:#8f8f8f; display:inline-block; width:23px; height:23px; line-height:20px; text-align:center; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%; top:50%; transform:translateY(-50%); right:20px; background:#e6e6e6 } .lang-rtl #cart_block #cart-info .cart .remove-from-cart { left:20px; right:auto } #cart_block #cart-info .cart .remove-from-cart:hover { color:#fc8f2f } #cart_block #cart-info .ajaxcart__inner { max-height:333px; overflow-y:auto; margin-bottom:27px } #cart_block #cart-info .ajaxcart__inner::-webkit-scrollbar-track { background-color:#eaeaea; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px } #cart_block #cart-info .ajaxcart__inner::-webkit-scrollbar { width:5px; background-color:#eaeaea; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px } #cart_block #cart-info .ajaxcart__inner::-webkit-scrollbar-thumb { -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; background-color:#0d7a52 } #cart_block #cart-info .threshold_spend { margin-bottom:11px } #cart_block #cart-info #threshold_bar_popup_minicart { padding:0 20px } #cart_block #cart-info .content_threshold.threshold_congrats { margin-top:4px } #cart_block .btn-success:not(:disabled):not(.disabled).active:focus, #cart_block .btn-success:not(:disabled):not(.disabled):active:focus, #cart_block .btn-success:not(:disabled):not(.disabled) .show>.btn-success.dropdown-toggle:focus, #cart_block .btn-success:not(:disabled):not(.disabled) .active, #cart_block .btn-success:not(:disabled):not(.disabled):active, #cart_block .btn-success:not(:disabled):not(.disabled) .show>.btn-success.dropdown-toggle { -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow:none; border-color:initial } @media (min-width: 768px) { #header-sticky { position:fixed; width:100%; top:-48px; left:0; z-index:999; filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0; -o-opacity:0; opacity:0; visibility:hidden; -webkit-box-shadow:0 6px 5px rgba(0,0,0,0.1); -moz-box-shadow:0 6px 5px rgba(0,0,0,0.1); -ms-box-shadow:0 6px 5px rgba(0,0,0,0.1); -o-box-shadow:0 6px 5px rgba(0,0,0,0.1); box-shadow:0 6px 5px rgba(0,0,0,0.1); -webkit-transition:top 0.45s ease; -moz-transition:top 0.45s ease; -ms-transition:top 0.45s ease; -o-transition:top 0.45s ease; transition:top 0.45s ease; height:54px } .lang-rtl #header-sticky { right:0; left:auto } #header-sticky.sticky-menu-active { top:0; filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible } #header-sticky .label-header { font-size:10px; text-transform:uppercase; color:#666; font-weight:700; cursor:pointer } #header-sticky .label-header:hover { color:#0d7a52 } #header-sticky #AccessibleNav .site-nav>li>a { color:#222; padding:21px 0 } #header-sticky #AccessibleNav .site-nav>li.site-nav--has-dropdown>a:after { color:#222 } #header-sticky #AccessibleNav .show_sub { display:none } #header-sticky .site-nav--has-dropdown.hasMegaMenu .megaMenu { left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%) } .lang-rtl #header-sticky .site-nav--has-dropdown.hasMegaMenu .megaMenu { right:50%; left:auto } .lang-rtl #header-sticky .site-nav--has-dropdown.hasMegaMenu .megaMenu { -webkit-transform:translateX(50%); -ms-transform:translateX(50%); transform:translateX(50%) } #header-sticky #cart_block #cart-info { padding-top:4px } #header-sticky .site-header__logo img { max-height:52px } } .nov-footer .title-block { font-size:1.4rem; font-weight:bold; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; text-transform:uppercase; margin-bottom:15px; letter-spacing:0.25px; white-space:nowrap } .nov-footer .icon-contactphone { min-width:30px; height:39px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-contactphone.png?v=15582704188215453902); margin-right:15px } .nov-footer .icon-contactaddress { min-width:30px; height:34px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-contactaddress.png?v=9092205836566255422) no-repeat center; margin-right:15px } .nov-footer .footer-contact .contact:not(:last-child) { margin-bottom:25px } .nov-footer .footer-contact .phone .text { font-size:1.6rem; font-weight:700; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; color:#0d7a52 } .nov-footer .footer-contact .address .text { font-weight:700; color:#222 } .nov-footer .footer-contact i { display:inline-block; vertical-align:middle } .nov-footer .footer_blog .article--listing { position:relative; padding-left:17px } .nov-footer .footer_blog .article--listing:before { content:""; width:5px; height:5px; background:rgba(255,255,255,0.4); position:absolute; left:0; top:9px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg) } .lang-rtl .nov-footer .footer_blog .article--listing:before { right:0; left:auto } .nov-footer .footer_blog .article__title a { font-size:1.4rem; font-weight:300; letter-spacing:0.1px; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif } .nov-footer .footer_blog .article__title a:hover { color:#0d7a52 } .nov-footer .footer_blog .time { color:rgba(255,255,255,0.2) } .nov-footer .footer_list_menu { position:relative } .nov-footer .footer_list_menu li { padding:5px 0 } .nov-footer .footer_list_menu li:first-child { padding-top:0 } .nov-footer .footer_list_menu li a:hover { color:#0d7a52 !important } .nov-footer .footer_menu { border-top:1px solid #e4e2d9 } .nov-footer .footer_menu li { display:inline-block; line-height:1 } .nov-footer .footer_menu li a:hover { color:#0d7a52 } .nov-footer .footer_menu li:not(:last-child) { margin-right:5px; padding-right:8px; border-right:1px solid #909090 } @media (min-width: 1200px) { .nov-footer .footer_menu ul { padding-right:170px } } .nov-footer .footer_newsletter { background-color:#0d7a52; padding:12px; padding-left:20px; padding-right:10px; position:relative; margin-bottom:-35px; border-radius:50px } .nov-footer .footer_newsletter .errors { margin-bottom:10px } .nov-footer .footer_newsletter .title-block { font-size:1.8rem; color:white } .nov-footer .footer_newsletter .icon_news { width:54px; height:21px; background-image:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-news.png?v=1445831596237780529); display:inline-block; margin-right:20px; vertical-align:middle } .nov-footer .footer_newsletter .section-content { width:52% } .nov-footer .footer_newsletter input { height:46px; font-size:12px; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; background:#fff; color:#666; z-index:initial; -webkit-border-radius:30px !important; -moz-border-radius:30px !important; -ms-border-radius:30px !important; -o-border-radius:30px !important; border-radius:30px !important; padding-left:15px; padding-right:95px } .lang-rtl .nov-footer .footer_newsletter input { padding-left:95px; padding-right:15px } .nov-footer .footer_newsletter input::-webkit-input-placeholder { color:#d1d1d1; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:0.5px } .nov-footer .footer_newsletter input:-moz-placeholder { color:#d1d1d1; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:0.5px } .nov-footer .footer_newsletter input::-moz-placeholder { color:#d1d1d1; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:0.5px } .nov-footer .footer_newsletter input:-ms-input-placeholder { color:#d1d1d1; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:0.5px } .nov-footer .footer_newsletter button { height:46px; line-height:46px; border:none; color:white; font-weight:700; font-size:11px; text-transform:uppercase; padding:0 14px; letter-spacing:0.5px; background-color:#58c06f; -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; border-radius:30px; margin-left:8px } .nov-footer .footer_newsletter button:hover { background:#084c33 } @media (max-width: 767px) { .nov-footer .footer_newsletter { margin-bottom:-72px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; border-radius:10px } .nov-footer .footer_newsletter .section-content { width:100% } } .nov-footer .block_social li { margin-right:2px } .nov-footer .block_social i { text-align:center; min-width:32px; width:32px; height:32px; line-height:32px; border-radius:3px; color:#fff; -webkit-transition:all 0.35s ease; -moz-transition:all 0.35s ease; -ms-transition:all 0.35s ease; -o-transition:all 0.35s ease; transition:all 0.35s ease; font-size:1.5rem; background-color:#545454 } .nov-footer .block_social i:hover { background-color:#0d7a52 } .nov-footer .copyright { font-size:1.2rem; font-weight:700 } @media (max-width: 767px) { .nov-footer .copyright { text-align:center } } #_desktop_back_top { position:fixed; bottom:40px; right:15px; z-index:999; cursor:pointer; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; display:none } .lang-rtl #_desktop_back_top { left:15px; right:auto } #_desktop_back_top span { width:40px; height:40px; display:-webkit-box; display:-moz-box; display:box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; display:flex; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; -ms-flex-pack:center; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; border-radius:50%; border:1px solid #0d7a52; background-color:#fff; color:#0d7a52; font-size:2rem; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease } #_desktop_back_top:hover span { border-width:2px; line-height:35px; color:#fff; background:#0d7a52; -webkit-box-shadow:inset 0 0 0 3px #fff; -moz-box-shadow:inset 0 0 0 3px #fff; -ms-box-shadow:inset 0 0 0 3px #fff; -o-box-shadow:inset 0 0 0 3px #fff; box-shadow:inset 0 0 0 3px #fff } @media (max-width: 767px) { #_desktop_back_top { bottom:55px } } .canvas-menu { background:white; color:#222; position:fixed; z-index:9999; top:0; left:auto; right:auto; width:250px; height:100%; -webkit-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -moz-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -ms-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -o-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); overflow:hidden; -webkit-overflow-scrolling:touch } .lang-rtl .canvas-menu { right:auto; left:auto } .lang-rtl .canvas-menu { left:auto; right:auto } .canvas-menu.drawer-left { right:-250px } .lang-rtl .canvas-menu.drawer-left { left:-250px; right:auto } .canvas-menu #canvas-main-menu { top:110px; background:#fff } .canvas-menu #canvas-main-menu .mm-navbar .mm-title { color:#222 !important; font-size:16px; text-transform:uppercase; font-weight:700 } .canvas-menu #canvas-main-menu .mm-navbar .mm-prev:before { border-color:#222; top:-2px } .canvas-menu #canvas-main-menu .mm-panel { visibility:visible; filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; background-image:none !important } .canvas-menu #canvas-main-menu .mm-panel .mm-listview { margin-top:-15px } .canvas-menu #canvas-main-menu .mm-panel .mm-listview>li { margin-bottom:6px } .canvas-menu #canvas-main-menu .mm-panel .mm-listview>li:not(.mm-divider):after { border-bottom:none } .canvas-menu #canvas-main-menu .mm-panel .mm-listview>li .mm-next:before { display:none } .canvas-menu #canvas-main-menu .mm-panel .mm-listview>li .mm-next:after { border:none; content:"\f2f6"; font-family:"Material-Design-Iconic-Font"; font-size:24px; color:#b3b4b3; -webkit-transform:rotate(0); -ms-transform:rotate(0); transform:rotate(0); border:none; display:contents; width:initial; height:initial } .canvas-menu #canvas-main-menu .mm-panel .mm-listview li a { font-size:13px; padding-left:20px; border-bottom:none; padding-top:5px; padding-bottom:5px; font-weight:600 } .canvas-menu #canvas-main-menu .mm-panel .mm-listview li .site-nav__link--main { font-weight:700 } .canvas-menu #canvas-main-menu .mm-panel.mm-hasnavbar .mm-navbar { max-width:250px; text-align:left; border-bottom:none } .lang-rtl .canvas-menu #canvas-main-menu .mm-panel.mm-hasnavbar .mm-navbar { text-align:right } .canvas-menu #canvas-main-menu .show_sub { display:none } .canvas-menu .canvas-header-box { padding:35px 0; font-size:16px; font-weight:700; color:#c3c4c3; background-color:white } .canvas-menu .canvas-header-box .close-box { cursor:pointer } .canvas-menu .site-nav>li { text-align:left; display:block; position:relative } .lang-rtl .canvas-menu .site-nav>li { text-align:right } .canvas-menu .site-nav>li:first-child { padding-left:10px } .canvas-menu .site-nav>li:before { display:none } .canvas-menu .site-nav>li>.mm-next { padding:20px 32px } .canvas-menu .site-nav>li>.mm-next:before { display:none } .canvas-menu .site-nav>li>.mm-next:after { content:"\f2f6"; font-family:'Material-Design-Iconic-Font'; font-size:24px; color:#b3b4b3; -webkit-transform:rotate(0); -ms-transform:rotate(0); transform:rotate(0); border:none; display:contents; width:initial; height:initial } .canvas-menu .site-nav>li:not(.mm-divider)::after { left:0 !important; border-bottom:none } .lang-rtl .canvas-menu .site-nav>li:not(.mm-divider)::after { right:0 !important; left:auto } .canvas-menu .site-nav>li>a:not(.mm-next) { font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; color:#222; font-size:1.6rem; font-weight:700 !important; padding:15px 0 !important; padding-left:20px !important; padding-right:10px !important } .lang-rtl .canvas-menu .site-nav>li>a:not(.mm-next) { padding-left:10px !important; padding-right:20px !important } .canvas-menu .site-nav>li.site-nav--active a { color:#0d7a52 } .canvas-menu .site-nav>li.site-nav--active .mm-next:after { color:#0d7a52 } .canvas-menu .site-nav>li>.site-nav__link>i { display:none } .canvas-menu .site-nav__dropdown li:after { display:none } .canvas-menu .site-nav__dropdown li { padding-left:20px !important } .canvas-menu .site-nav__dropdown .site-nav__link { padding-top:10px; padding-bottom:10px } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks { list-style-type:none; padding-left:15px } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li.menuTitle { padding:10px 0 } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li.menuTitle a { color:#222; font-weight:700 } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li:not(.menuTitle) { margin-left:15px } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li:not(.menuTitle) a { padding:5px 0; display:inline-block; color:#222; font-size:12px } .canvas-menu .novMenuBanner { margin-bottom:20px } body { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; position:relative; left:0; right:0 } .lang-rtl body { right:0; left:auto } .lang-rtl body { left:0; right:auto } @media (max-width: 767px) { body { -webkit-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -moz-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -ms-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -o-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1) } } body.canvasmenu-right { overflow:hidden; right:250px; left:-250px } .lang-rtl body.canvasmenu-right { left:250px; right:auto } .lang-rtl body.canvasmenu-right { right:-250px; left:auto } body.canvasmenu-right .canvas-overlay { filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible } body.canvasmenu-right .canvas-menu.drawer-left { right:0 } .lang-rtl body.canvasmenu-right .canvas-menu.drawer-left { left:0; right:auto } body.bg-full-active .canvas-overlay { filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible } body:not(.template-index) .nov-footer { margin-top:70px } body .canvas-overlay, body .sidebar-overlay { position:absolute; right:0; left:0; top:0; bottom:0; z-index:99; background:rgba(0,0,0,0.5); filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0; -o-opacity:0; opacity:0; visibility:hidden; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear } .lang-rtl body .canvas-overlay, .lang-rtl body .sidebar-overlay { left:0; right:auto } .lang-rtl body .canvas-overlay, .lang-rtl body .sidebar-overlay { right:0; left:auto } @media (max-width: 767px) { body .canvas-overlay, body .sidebar-overlay { left:0 } .lang-rtl body .canvas-overlay, .lang-rtl body .sidebar-overlay { right:0; left:auto } } body .canvas-overlay.act, body .sidebar-overlay.act { filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible }
src/WebApp/AspnetRunBasics/wwwroot/css/layout.css
body, html { background-color:#fff } #NovBreadcrumbs { padding:25px 15px; background:#ededed; margin-bottom:80px } #NovBreadcrumbs h1 { font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; font-size:2rem; font-weight:bold; margin:0; color:#222; text-align:center; text-transform:uppercase } #NovBreadcrumbs .breadcrumb { background:transparent; margin-bottom:0; padding:0 } #NovBreadcrumbs .breadcrumb .list-inline-item:not(:last-child) { margin-right:10px; padding-right:10px; position:relative } #NovBreadcrumbs .breadcrumb .list-inline-item:not(:last-child):before { content:""; width:4px; height:4px; background:#909090; position:absolute; right:-2px; top:50%; -webkit-transform:rotate(45deg) translateY(-50%); -ms-transform:rotate(45deg) translateY(-50%); transform:rotate(45deg) translateY(-50%) } .lang-rtl #NovBreadcrumbs .breadcrumb .list-inline-item:not(:last-child):before { left:-2px; right:auto } #NovBreadcrumbs .breadcrumb .list-inline-item span { font-size:1.1rem; color:#909090 } #NovBreadcrumbs .breadcrumb .list-inline-item a span { font-size:1.1rem; color:#909090 } #NovBreadcrumbs .breadcrumb .list-inline-item a span:hover { color:#fc8f2f !important } @media (max-width: 1199px) { #NovBreadcrumbs { margin-bottom:60px } } .site-header .dropdown-toggle:after { display:none } .site-header .label-header { font-size:10px; text-transform:uppercase; color:#909090; font-weight:700; cursor:pointer; margin-top:7px } .site-header .header_link_myaccount:hover .label-header, .site-header .site-header_myaccount:hover .label-header, .site-header #cart_block:hover .label-header { color:#0d7a52 } .site-header .icon-search { width:21px; height:24px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-search.png?v=8846285818330805236) no-repeat; background-position:bottom } .site-header .icon-account { width:21px; height:24px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-account.png?v=6651123917481679346) no-repeat; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; background-position:-21px 0 } .site-header .site-header_myaccount { cursor:pointer } .site-header .site-header_myaccount .myaccount-title a { background-color:white; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; width:45px; height:45px; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; border-radius:50%; line-height:62px; background-color:#0d7a52; -webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -ms-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -o-box-shadow:4px 4px 4px rgba(0,0,0,0.2); box-shadow:4px 4px 4px rgba(0,0,0,0.2) } .site-header .site-header_myaccount .myaccount-title a:hover { background-color:#78b144 } .site-header .b_address { border-radius:30px; border:1px solid #eaeaea; height:45px; z-index:9; background-color:white; cursor:pointer } .site-header .b_address:before { content:""; position:absolute; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); left:9px; width:28px; height:28px; background-image:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-autodaily.png?v=16023748939694869452); background-position:0 -97px } .lang-rtl .site-header .b_address:before { right:9px; left:auto } .site-header .b_address:after { content:""; position:absolute; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); right:10px; width:7px; height:4px; background-image:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-dropdown.png?v=13197681595295195825); -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -ms-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s } .lang-rtl .site-header .b_address:after { left:10px; right:auto } .site-header .b_address .b_title { color:#b7b7b7; font-weight:700; font-size:10px; text-transform:uppercase; letter-spacing:0.5px } .site-header .b_address .b_number { font-size:1.2rem; font-weight:800; color:#0d7a52; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif } .site-header .b_address .b_c_address { top:calc(100% + 30px); right:0; background-color:white; width:100%; min-width:250px; padding-bottom:25px; border-radius:10px; -webkit-box-shadow:5px 5px 10px rgba(0,0,0,0.15); -moz-box-shadow:5px 5px 10px rgba(0,0,0,0.15); -ms-box-shadow:5px 5px 10px rgba(0,0,0,0.15); -o-box-shadow:5px 5px 10px rgba(0,0,0,0.15); box-shadow:5px 5px 10px rgba(0,0,0,0.15); filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0; -o-opacity:0; opacity:0; visibility:hidden; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s } .lang-rtl .site-header .b_address .b_c_address { left:0; right:auto } .site-header .b_address .n_a { font-size:1.6rem; color:#bebebe; text-transform:uppercase; font-weight:700 } .site-header .b_address .b_i_a { padding:25px 20px 0 } .site-header .b_address .b_i_a:not(:last-child) { border-bottom:1px solid #eaeaea; padding-bottom:25px } .site-header .b_address:hover:after { -webkit-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); transform-origin:center center; -moz-transform-origin:center center; -webkit-transform-origin:center center; -o-transform-origin:center center; -ms-transform-origin:center center } .site-header .b_address:hover .b_c_address { filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible; top:100% } .site-header .search_inline { width:calc(100% - 250px) } @media (max-width: 991px) { .site-header .search_inline { width:calc(100% - 180px) } } .site-header .block_right { -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; border-radius:30px; background-color:#0d7a52; height:60px; padding:8px } .site-header .header_bottom { -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; border-radius:30px } .site-header__logo-link { display:inline-block; word-break:break-word } .site-header__cart { position:relative; cursor:pointer; background-color:#0d7a52; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; border-radius:50%; width:45px; height:45px; text-align:center; line-height:56px; -webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -ms-box-shadow:4px 4px 4px rgba(0,0,0,0.2); -o-box-shadow:4px 4px 4px rgba(0,0,0,0.2); box-shadow:4px 4px 4px rgba(0,0,0,0.2) } .site-header__cart:hover { background-color:#78b144 } .site-header__cart .site-header__cart-icon { width:22px; height:22px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-cart-header.png?v=17513939522200013185) no-repeat; display:inline-block; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; background-position:-22px 0 } .site-header__cart .site-header__cart-count { min-width:19px; height:19px; line-height:18px; text-align:center; background:#58c06f; position:absolute; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); right:-11px } .lang-rtl .site-header__cart .site-header__cart-count { left:-11px; right:auto } .site-header__cart .site-header__cart-count span { font-size:11px; color:white; font-weight:bold; line-height:19px } .title-cart { font-size:1rem; font-weight:700; color:#0d7a52; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; text-transform:uppercase } #cart_block { position:relative } #cart_block #cart-info { display:none; position:absolute; right:0; top:100%; z-index:99; padding-top:22px; cursor:initial; -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; border-radius:0 } .lang-rtl #cart_block #cart-info { left:0; right:auto } #cart_block #cart-info p.cart { padding:20px } #cart_block #cart-info .cart { background:#fff; min-width:315px; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; color:#222; font-weight:500; font-size:13px; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; -ms-border-radius:0 0 4px 4px; -o-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1); -moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.1); -ms-box-shadow:0 0 15px 0 rgba(0,0,0,0.1); -o-box-shadow:0 0 15px 0 rgba(0,0,0,0.1); box-shadow:0 0 15px 0 rgba(0,0,0,0.1) } #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product { position:relative; padding:20px; border-bottom:1px solid #e6e6e6 } #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product .media>a img { width:70px; margin-right:10px; border:1px solid #e6e6e6; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px } #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product .media .price_close { margin-top:11px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; -webkit-justify-content:space-between; -moz-justify-content:space-between; -ms-justify-content:space-between; justify-content:space-between; -ms-flex-pack:space-between } #cart_block #cart-info .cart .ajaxcart__inner .product-name { margin-top:-5px } #cart_block #cart-info .cart .ajaxcart__inner .product-name, #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product-meta { text-transform:none; font-size:11px; color:#444; font-weight:500; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; line-height:24px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden } #cart_block #cart-info .cart .ajaxcart__inner .product-name:hover, #cart_block #cart-info .cart .ajaxcart__inner .ajaxcart__product-meta:hover { color:#fc8f2f } #cart_block #cart-info .cart .ajaxcart__inner .product-price { font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; font-size:1.2rem; color:#222; font-weight:700 } #cart_block #cart-info .cart .ajaxcart__inner .quantity { font-size:1.2rem; color:#222; font-weight:500; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif } #cart_block #cart-info .cart .ajaxcart__footer { padding:20px } #cart_block #cart-info .cart .ajaxcart__footer .cart-note label { margin-top:10px } #cart_block #cart-info .cart .ajaxcart__footer .subtotal { padding:7px 0; padding-left:9px; padding-right:17px; border:1px dashed rgba(0,0,0,0.3); margin-bottom:10px } .lang-rtl #cart_block #cart-info .cart .ajaxcart__footer .subtotal { padding-left:17px; padding-right:9px } #cart_block #cart-info .cart .ajaxcart__footer .subtotal label, #cart_block #cart-info .cart .ajaxcart__footer .subtotal span { font-size:1.4rem; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; color:#222; font-weight:900; text-transform:uppercase; margin:0 } #cart_block #cart-info .cart .ajaxcart__footer .cart_view { display:block; margin:0 60px; padding:35px 0 10px } #cart_block #cart-info .cart .ajaxcart__footer .btn { height:44px; line-height:44px; width:100%; padding:0; background:#fff; border:1px solid #222; -webkit-border-radius:50px; -moz-border-radius:50px; -ms-border-radius:50px; -o-border-radius:50px; border-radius:50px; position:relative; overflow:hidden } #cart_block #cart-info .cart .ajaxcart__footer .btn:after { content:''; position:absolute; z-index:1; width:0%; height:100%; top:0; left:0; background:#222; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease } .lang-rtl #cart_block #cart-info .cart .ajaxcart__footer .btn:after { right:0; left:auto } #cart_block #cart-info .cart .ajaxcart__footer .btn span { font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:10px; font-weight:bold; letter-spacing:2px; color:#222; z-index:10; position:relative } #cart_block #cart-info .cart .ajaxcart__footer .btn:hover { background:#222; border:1px solid #222; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease } #cart_block #cart-info .cart .ajaxcart__footer .btn:hover span { color:#fff } #cart_block #cart-info .cart .ajaxcart__footer .btn:hover:after { width:100%; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease } #cart_block #cart-info .cart .ajaxcart__footer .btn.cart__checkout { background:#222; margin-bottom:10px } #cart_block #cart-info .cart .ajaxcart__footer .btn.cart__checkout span { color:#fff } #cart_block #cart-info .cart .ajaxcart__footer .btn.cart__checkout:after { background:#0d7a52 } #cart_block #cart-info .cart .ajaxcart__footer .btn.cart__checkout:hover { background:#fc8f2f; border:1px solid #0d7a52 } #cart_block #cart-info .cart .remove-from-cart { position:absolute; font-size:1.6rem; color:#8f8f8f; display:inline-block; width:23px; height:23px; line-height:20px; text-align:center; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%; top:50%; transform:translateY(-50%); right:20px; background:#e6e6e6 } .lang-rtl #cart_block #cart-info .cart .remove-from-cart { left:20px; right:auto } #cart_block #cart-info .cart .remove-from-cart:hover { color:#fc8f2f } #cart_block #cart-info .ajaxcart__inner { max-height:333px; overflow-y:auto; margin-bottom:27px } #cart_block #cart-info .ajaxcart__inner::-webkit-scrollbar-track { background-color:#eaeaea; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px } #cart_block #cart-info .ajaxcart__inner::-webkit-scrollbar { width:5px; background-color:#eaeaea; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px } #cart_block #cart-info .ajaxcart__inner::-webkit-scrollbar-thumb { -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; background-color:#0d7a52 } #cart_block #cart-info .threshold_spend { margin-bottom:11px } #cart_block #cart-info #threshold_bar_popup_minicart { padding:0 20px } #cart_block #cart-info .content_threshold.threshold_congrats { margin-top:4px } #cart_block .btn-success:not(:disabled):not(.disabled).active:focus, #cart_block .btn-success:not(:disabled):not(.disabled):active:focus, #cart_block .btn-success:not(:disabled):not(.disabled) .show>.btn-success.dropdown-toggle:focus, #cart_block .btn-success:not(:disabled):not(.disabled) .active, #cart_block .btn-success:not(:disabled):not(.disabled):active, #cart_block .btn-success:not(:disabled):not(.disabled) .show>.btn-success.dropdown-toggle { -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow:none; border-color:initial } @media (min-width: 768px) { #header-sticky { position:fixed; width:100%; top:-48px; left:0; z-index:999; filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0; -o-opacity:0; opacity:0; visibility:hidden; -webkit-box-shadow:0 6px 5px rgba(0,0,0,0.1); -moz-box-shadow:0 6px 5px rgba(0,0,0,0.1); -ms-box-shadow:0 6px 5px rgba(0,0,0,0.1); -o-box-shadow:0 6px 5px rgba(0,0,0,0.1); box-shadow:0 6px 5px rgba(0,0,0,0.1); -webkit-transition:top 0.45s ease; -moz-transition:top 0.45s ease; -ms-transition:top 0.45s ease; -o-transition:top 0.45s ease; transition:top 0.45s ease; height:54px } .lang-rtl #header-sticky { right:0; left:auto } #header-sticky.sticky-menu-active { top:0; filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible } #header-sticky .label-header { font-size:10px; text-transform:uppercase; color:#666; font-weight:700; cursor:pointer } #header-sticky .label-header:hover { color:#0d7a52 } #header-sticky #AccessibleNav .site-nav>li>a { color:#222; padding:21px 0 } #header-sticky #AccessibleNav .site-nav>li.site-nav--has-dropdown>a:after { color:#222 } #header-sticky #AccessibleNav .show_sub { display:none } #header-sticky .site-nav--has-dropdown.hasMegaMenu .megaMenu { left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%) } .lang-rtl #header-sticky .site-nav--has-dropdown.hasMegaMenu .megaMenu { right:50%; left:auto } .lang-rtl #header-sticky .site-nav--has-dropdown.hasMegaMenu .megaMenu { -webkit-transform:translateX(50%); -ms-transform:translateX(50%); transform:translateX(50%) } #header-sticky #cart_block #cart-info { padding-top:4px } #header-sticky .site-header__logo img { max-height:52px } } .nov-footer .title-block { font-size:1.4rem; font-weight:bold; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; text-transform:uppercase; margin-bottom:15px; letter-spacing:0.25px; white-space:nowrap } .nov-footer .icon-contactphone { min-width:30px; height:39px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-contactphone.png?v=15582704188215453902); margin-right:15px } .nov-footer .icon-contactaddress { min-width:30px; height:34px; background:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-contactaddress.png?v=9092205836566255422) no-repeat center; margin-right:15px } .nov-footer .footer-contact .contact:not(:last-child) { margin-bottom:25px } .nov-footer .footer-contact .phone .text { font-size:1.6rem; font-weight:700; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; color:#0d7a52 } .nov-footer .footer-contact .address .text { font-weight:700; color:#222 } .nov-footer .footer-contact i { display:inline-block; vertical-align:middle } .nov-footer .footer_blog .article--listing { position:relative; padding-left:17px } .nov-footer .footer_blog .article--listing:before { content:""; width:5px; height:5px; background:rgba(255,255,255,0.4); position:absolute; left:0; top:9px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg) } .lang-rtl .nov-footer .footer_blog .article--listing:before { right:0; left:auto } .nov-footer .footer_blog .article__title a { font-size:1.4rem; font-weight:300; letter-spacing:0.1px; font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif } .nov-footer .footer_blog .article__title a:hover { color:#0d7a52 } .nov-footer .footer_blog .time { color:rgba(255,255,255,0.2) } .nov-footer .footer_list_menu { position:relative } .nov-footer .footer_list_menu li { padding:5px 0 } .nov-footer .footer_list_menu li:first-child { padding-top:0 } .nov-footer .footer_list_menu li a:hover { color:#0d7a52 !important } .nov-footer .footer_menu { border-top:1px solid #e4e2d9 } .nov-footer .footer_menu li { display:inline-block; line-height:1 } .nov-footer .footer_menu li a:hover { color:#0d7a52 } .nov-footer .footer_menu li:not(:last-child) { margin-right:5px; padding-right:8px; border-right:1px solid #909090 } @media (min-width: 1200px) { .nov-footer .footer_menu ul { padding-right:170px } } .nov-footer .footer_newsletter { background-color:#0d7a52; padding:12px; padding-left:20px; padding-right:10px; position:relative; margin-bottom:-35px; border-radius:50px } .nov-footer .footer_newsletter .errors { margin-bottom:10px } .nov-footer .footer_newsletter .title-block { font-size:1.8rem; color:white } .nov-footer .footer_newsletter .icon_news { width:54px; height:21px; background-image:url(//cdn.shopify.com/s/files/1/0523/8728/3107/t/2/assets/icon-news.png?v=1445831596237780529); display:inline-block; margin-right:20px; vertical-align:middle } .nov-footer .footer_newsletter .section-content { width:52% } .nov-footer .footer_newsletter input { height:46px; font-size:12px; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; background:#fff; color:#666; z-index:initial; -webkit-border-radius:30px !important; -moz-border-radius:30px !important; -ms-border-radius:30px !important; -o-border-radius:30px !important; border-radius:30px !important; padding-left:15px; padding-right:95px } .lang-rtl .nov-footer .footer_newsletter input { padding-left:95px; padding-right:15px } .nov-footer .footer_newsletter input::-webkit-input-placeholder { color:#d1d1d1; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:0.5px } .nov-footer .footer_newsletter input:-moz-placeholder { color:#d1d1d1; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:0.5px } .nov-footer .footer_newsletter input::-moz-placeholder { color:#d1d1d1; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:0.5px } .nov-footer .footer_newsletter input:-ms-input-placeholder { color:#d1d1d1; font-family:"Roboto","HelveticaNeue","Helvetica Neue",sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:0.5px } .nov-footer .footer_newsletter button { height:46px; line-height:46px; border:none; color:white; font-weight:700; font-size:11px; text-transform:uppercase; padding:0 14px; letter-spacing:0.5px; background-color:#58c06f; -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; border-radius:30px; margin-left:8px } .nov-footer .footer_newsletter button:hover { background:#084c33 } @media (max-width: 767px) { .nov-footer .footer_newsletter { margin-bottom:-72px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; border-radius:10px } .nov-footer .footer_newsletter .section-content { width:100% } } .nov-footer .block_social li { margin-right:2px } .nov-footer .block_social i { text-align:center; min-width:32px; width:32px; height:32px; line-height:32px; border-radius:3px; color:#fff; -webkit-transition:all 0.35s ease; -moz-transition:all 0.35s ease; -ms-transition:all 0.35s ease; -o-transition:all 0.35s ease; transition:all 0.35s ease; font-size:1.5rem; background-color:#545454 } .nov-footer .block_social i:hover { background-color:#0d7a52 } .nov-footer .copyright { font-size:1.2rem; font-weight:700 } @media (max-width: 767px) { .nov-footer .copyright { text-align:center } } #_desktop_back_top { position:fixed; bottom:40px; right:15px; z-index:999; cursor:pointer; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; display:none } .lang-rtl #_desktop_back_top { left:15px; right:auto } #_desktop_back_top span { width:40px; height:40px; display:-webkit-box; display:-moz-box; display:box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; display:flex; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; -ms-flex-pack:center; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; border-radius:50%; border:1px solid #0d7a52; background-color:#fff; color:#0d7a52; font-size:2rem; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease } #_desktop_back_top:hover span { border-width:2px; line-height:35px; color:#fff; background:#0d7a52; -webkit-box-shadow:inset 0 0 0 3px #fff; -moz-box-shadow:inset 0 0 0 3px #fff; -ms-box-shadow:inset 0 0 0 3px #fff; -o-box-shadow:inset 0 0 0 3px #fff; box-shadow:inset 0 0 0 3px #fff } @media (max-width: 767px) { #_desktop_back_top { bottom:55px } } .canvas-menu { background:white; color:#222; position:fixed; z-index:9999; top:0; left:auto; right:auto; width:250px; height:100%; -webkit-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -moz-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -ms-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -o-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); overflow:hidden; -webkit-overflow-scrolling:touch } .lang-rtl .canvas-menu { right:auto; left:auto } .lang-rtl .canvas-menu { left:auto; right:auto } .canvas-menu.drawer-left { right:-250px } .lang-rtl .canvas-menu.drawer-left { left:-250px; right:auto } .canvas-menu #canvas-main-menu { top:110px; background:#fff } .canvas-menu #canvas-main-menu .mm-navbar .mm-title { color:#222 !important; font-size:16px; text-transform:uppercase; font-weight:700 } .canvas-menu #canvas-main-menu .mm-navbar .mm-prev:before { border-color:#222; top:-2px } .canvas-menu #canvas-main-menu .mm-panel { visibility:visible; filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; background-image:none !important } .canvas-menu #canvas-main-menu .mm-panel .mm-listview { margin-top:-15px } .canvas-menu #canvas-main-menu .mm-panel .mm-listview>li { margin-bottom:6px } .canvas-menu #canvas-main-menu .mm-panel .mm-listview>li:not(.mm-divider):after { border-bottom:none } .canvas-menu #canvas-main-menu .mm-panel .mm-listview>li .mm-next:before { display:none } .canvas-menu #canvas-main-menu .mm-panel .mm-listview>li .mm-next:after { border:none; content:"\f2f6"; font-family:"Material-Design-Iconic-Font"; font-size:24px; color:#b3b4b3; -webkit-transform:rotate(0); -ms-transform:rotate(0); transform:rotate(0); border:none; display:contents; width:initial; height:initial } .canvas-menu #canvas-main-menu .mm-panel .mm-listview li a { font-size:13px; padding-left:20px; border-bottom:none; padding-top:5px; padding-bottom:5px; font-weight:600 } .canvas-menu #canvas-main-menu .mm-panel .mm-listview li .site-nav__link--main { font-weight:700 } .canvas-menu #canvas-main-menu .mm-panel.mm-hasnavbar .mm-navbar { max-width:250px; text-align:left; border-bottom:none } .lang-rtl .canvas-menu #canvas-main-menu .mm-panel.mm-hasnavbar .mm-navbar { text-align:right } .canvas-menu #canvas-main-menu .show_sub { display:none } .canvas-menu .canvas-header-box { padding:35px 0; font-size:16px; font-weight:700; color:#c3c4c3; background-color:white } .canvas-menu .canvas-header-box .close-box { cursor:pointer } .canvas-menu .site-nav>li { text-align:left; display:block; position:relative } .lang-rtl .canvas-menu .site-nav>li { text-align:right } .canvas-menu .site-nav>li:first-child { padding-left:10px } .canvas-menu .site-nav>li:before { display:none } .canvas-menu .site-nav>li>.mm-next { padding:20px 32px } .canvas-menu .site-nav>li>.mm-next:before { display:none } .canvas-menu .site-nav>li>.mm-next:after { content:"\f2f6"; font-family:'Material-Design-Iconic-Font'; font-size:24px; color:#b3b4b3; -webkit-transform:rotate(0); -ms-transform:rotate(0); transform:rotate(0); border:none; display:contents; width:initial; height:initial } .canvas-menu .site-nav>li:not(.mm-divider)::after { left:0 !important; border-bottom:none } .lang-rtl .canvas-menu .site-nav>li:not(.mm-divider)::after { right:0 !important; left:auto } .canvas-menu .site-nav>li>a:not(.mm-next) { font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; color:#222; font-size:1.6rem; font-weight:700 !important; padding:15px 0 !important; padding-left:20px !important; padding-right:10px !important } .lang-rtl .canvas-menu .site-nav>li>a:not(.mm-next) { padding-left:10px !important; padding-right:20px !important } .canvas-menu .site-nav>li.site-nav--active a { color:#0d7a52 } .canvas-menu .site-nav>li.site-nav--active .mm-next:after { color:#0d7a52 } .canvas-menu .site-nav>li>.site-nav__link>i { display:none } .canvas-menu .site-nav__dropdown li:after { display:none } .canvas-menu .site-nav__dropdown li { padding-left:20px !important } .canvas-menu .site-nav__dropdown .site-nav__link { padding-top:10px; padding-bottom:10px } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks { list-style-type:none; padding-left:15px } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li.menuTitle { padding:10px 0 } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li.menuTitle a { color:#222; font-weight:700 } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li:not(.menuTitle) { margin-left:15px } .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li:not(.menuTitle) a { padding:5px 0; display:inline-block; color:#222; font-size:12px } .canvas-menu .novMenuBanner { margin-bottom:20px } body { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; position:relative; left:0; right:0 } .lang-rtl body { right:0; left:auto } .lang-rtl body { left:0; right:auto } @media (max-width: 767px) { body { -webkit-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -moz-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -ms-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -o-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1) } } body.canvasmenu-right { overflow:hidden; right:250px; left:-250px } .lang-rtl body.canvasmenu-right { left:250px; right:auto } .lang-rtl body.canvasmenu-right { right:-250px; left:auto } body.canvasmenu-right .canvas-overlay { filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible } body.canvasmenu-right .canvas-menu.drawer-left { right:0 } .lang-rtl body.canvasmenu-right .canvas-menu.drawer-left { left:0; right:auto } body.bg-full-active .canvas-overlay { filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible } body:not(.template-index) .nov-footer { margin-top:70px } body .canvas-overlay, body .sidebar-overlay { position:absolute; right:0; left:0; top:0; bottom:0; z-index:99; background:rgba(0,0,0,0.5); filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0; -o-opacity:0; opacity:0; visibility:hidden; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear } .lang-rtl body .canvas-overlay, .lang-rtl body .sidebar-overlay { left:0; right:auto } .lang-rtl body .canvas-overlay, .lang-rtl body .sidebar-overlay { right:0; left:auto } @media (max-width: 767px) { body .canvas-overlay, body .sidebar-overlay { left:0 } .lang-rtl body .canvas-overlay, .lang-rtl body .sidebar-overlay { right:0; left:auto } } body .canvas-overlay.act, body .sidebar-overlay.act { filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; visibility:visible }
0.35869
0.146942
Color Functions ========================================================================== */ /* EM conversion ========================================================================== */ /* ========================================================================== Fluid Type as seen on https://madebymike.com.au/writing/fluid-type-calc-examples/ ========================================================================== */ /* Compass YIQ Color Contrast https://github.com/easy-designs/yiq-color-contrast ========================================================================== */ /* ========================================================================== Variables ========================================================================== */ /* Breakpoint widths */ /* Fluid type */ /* Calculate Modular Scale */ /* small */ /* large */ /* Heading 1 */ /* Heading 2 */ /* Heading 3 */ /* Heading 4 */ /* Heading 5 */ /* Heading 6 */ /* Font Families */ /* YIQ color contrast */ /* Brands */ /* Max-width of the main content */ /* Max-width of the main content + sidebar */ /* Site logo */ /* Border radius */ /* Global transition */ /* ========================================================================== Clearfix Mixin ========================================================================== */ /* * Provides an easy way to include a clearfix for containing floats. * link http://cssmojo.com/latest_new_clearfix_so_far/ * * example scss - Usage * * .element { * @include clearfix; * } * * example css - CSS Output * * .element::after { * clear: both; * content: ""; * display: table; * } */ /* ========================================================================== Float Mixins ========================================================================== */ /* ========================================================================== Image Mixins - Responsive image - Retina image ========================================================================== */ /* Responsive image Keep images from scaling beyond the width of their parents. ========================================================================== */ /* Retina image Short retina mixin for setting background-image and -size. ========================================================================== */ /* ========================================================================== List Mixins ========================================================================== */ /* ========================================================================== Text Truncate Mixin Requires inline-block or block for proper styling ========================================================================== */ /*! Lity - v3.0.0-dev - 2017-07-17 * http://sorgalla.com/lity/ * Copyright (c) 2015-2017 <NAME>; Licensed MIT */ .lity { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; white-space: nowrap; background: #0b0b0b; background: rgba(0, 0, 0, 0.9); outline: none !important; opacity: 0; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } .lity.lity-opened { opacity: 1; } .lity.lity-closed { opacity: 0; } .lity * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .lity-wrap { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: center; outline: none !important; } .lity-wrap:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; } .lity-loader { z-index: 9991; color: #fff; position: absolute; top: 50%; margin-top: -0.8em; width: 100%; text-align: center; font-size: 14px; font-family: Arial, Helvetica, sans-serif; opacity: 0; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } .lity-loading .lity-loader { opacity: 1; } .lity-container { z-index: 9992; position: relative; text-align: left; vertical-align: middle; display: inline-block; white-space: normal; max-width: 100%; max-height: 100%; outline: none !important; } .lity-content { z-index: 9993; width: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; -o-transition: -o-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; } .lity-loading .lity-content, .lity-closed .lity-content { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } .lity-content:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; display: block; right: 0; width: auto; height: auto; z-index: -1; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } .lity-close { z-index: 9994; width: 35px; height: 35px; /* Change to position: absolute to display close button inside content container */ position: fixed; right: 0; top: 0; -webkit-appearance: none; cursor: pointer; text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial, Baskerville, monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none; } .lity-close::-moz-focus-inner { border: 0; padding: 0; } .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited { text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial, Baskerville, monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none; } .lity-close:active { top: 1px; } /* Image */ .lity-image img { max-width: 100%; display: block; line-height: 0; border: 0; } /* iFrame */ .lity-iframe .lity-container { width: 100%; max-width: 964px; } .lity-iframe-container { width: 100%; height: 0; padding-top: 56.25%; overflow: auto; pointer-events: auto; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-overflow-scrolling: touch; } .lity-iframe-container iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } .lity-hide { display: none; } /* Core Styles */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ /* Document ========================================================================== */ html { font-family: "Source Sans Pro", sans-serif; /* 1 */ box-sizing: border-box; -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } *, *::before, *::after { box-sizing: inherit; } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; line-height: 1.5; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Remove margin padding. * */ h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, table, address { margin-top: 0; margin-bottom: 1.5rem; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2rem; } /** * Adjust heading line-height * */ h1, h2, h3, h4 { line-height: 1.2; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Reset the margins. */ figure { margin: 1rem 0 1.5rem; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { height: 0; /* 1 */ overflow: visible; /* 2 */ box-sizing: content-box; /* 1 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. * 3. Add scrollbars to wide code blocks. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1rem; /* 2 */ overflow-x: auto; /* 3 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari. */ } /** * 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: 1rem; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Change the margin and padding and add a line rule on the left-side in all * browsers (opinionated). */ blockquote { margin-right: 0; margin-left: 0; padding: 2em 3em; border-left: solid 0.5em; } blockquote *:last-child { margin-bottom: 0; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /** * Remove margin */ ul, ol { margin-top: 0; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } img { /* Responsive images (ensure images don't scale beyond their parents) */ max-width: 100%; /* part 1: Set a maximum relative to the parent*/ width: auto\9; /* IE7-8 need help adjusting responsive images*/ height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/ border-style: none; /* Remove the border on images inside links in IE 10-.*/ vertical-align: middle; -ms-interpolation-mode: bicubic; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { margin: 0; /* 2 */ font-family: "Source Sans Pro", sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ } /** * 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; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * 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 { padding: 0; border-style: none; } /** * 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; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0; } /** * 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 { display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ color: inherit; /* 2 */ white-space: normal; /* 1 */ box-sizing: border-box; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { padding: 0; /* 2 */ box-sizing: border-box; /* 1 */ } /** * 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"] { outline-offset: -2px; /* 2 */ -webkit-appearance: textfield; /* 1 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [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 { font: inherit; /* 2 */ -webkit-appearance: button; /* 1 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } /* ========================================================================== Base elements ========================================================================== */ html { font-size: 16px; } @media screen and (min-width: 320px) { html { font-size: calc(16px + 2 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { html { font-size: 18px; } } body { border-top: solid 0.25em; } blockquote footer, q footer { font-size: 80%; font-style: normal; } blockquote footer::before, q footer::before { padding-right: 0.25rem; content: "\2014"; } code, kbd, samp, pre { font-family: Menlo, Consolas, Monaco, "Courier New", Courier, monospace; } kbd { display: inline-block; margin: 0 0.125em; padding: 0.125em 0.5em; color: #000; border: 1px solid #cccccc; border-radius: 3px; background-color: #f7f7f7; font-size: 85%; text-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 0 0 2px #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 0 0 2px #fff; } h1, h2, h3, h4, h5, h6 { font-family: "Source Sans Pro", sans-serif; text-rendering: optimizeLegibility; /* enable common ligatures and kerning */ } h1 { font-size: 20.7385152499px; } @media screen and (min-width: 320px) { h1 { font-size: calc(20.7385152499px + 12.4390847501 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h1 { font-size: 33.1776px; } } h2 { font-size: 19.436284208px; } @media screen and (min-width: 320px) { h2 { font-size: calc(19.436284208px + 8.211715792 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h2 { font-size: 27.648px; } } h3 { font-size: 18.215824px; } @media screen and (min-width: 320px) { h3 { font-size: calc(18.215824px + 4.824176 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h3 { font-size: 23.04px; } } h4 { font-size: 17.072px; } @media screen and (min-width: 320px) { h4 { font-size: calc(17.072px + 2.128 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h4 { font-size: 19.2px; } } h5 { font-size: 16px; } @media screen and (min-width: 320px) { h5 { font-size: calc(16px + 0 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h5 { font-size: 16px; } } h6 { font-size: 14.9953139644px; } @media screen and (min-width: 320px) { h6 { font-size: calc(14.9953139644px + -1.6619806311 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h6 { font-size: 13.3333333333px; } } dt { font-weight: bold; } dt:not(:first-child) { margin-top: 1rem; } dd { margin: 0; } pre { font-size: 12px; } @media screen and (min-width: 320px) { pre { font-size: calc(12px + 2 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { pre { font-size: 14px; } } figcaption { margin: 0.5rem 0; font-size: 80%; } a { -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } /* ========================================================================== Tables ========================================================================== */ table { width: 100%; border-collapse: collapse; /* For Firefox to horizontally scroll wider tables */ word-break: normal; word-break: keep-all; } table { font-size: 12px; } @media screen and (min-width: 320px) { table { font-size: calc(12px + 6 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { table { font-size: 18px; } } th, td { border-bottom: 1px solid; } th { padding: 0.5em; font-weight: bold; text-align: left; } td { padding: 0.5em; } tr, td, th { vertical-align: middle; } /* Components */ /* ========================================================================== Site-wide ========================================================================== */ .skip-links ul { margin: 0; padding: 0; list-style: none; } #menu-toggle { display: block; margin: 0; padding: 0.25em 0.75em 0.5em; text-transform: uppercase; text-decoration: none; text-align: center; } @media (min-width: 48em) { #menu-toggle { display: none; } } .site-nav { display: none; margin-bottom: 1em; text-align: center; } .site-nav ul { display: block; margin: 0; padding: 0.25em 0.75em; list-style: none; border-radius: 0 0 0.5rem 0.5rem; } @media (min-width: 48em) { .site-nav ul { display: inline-block; } } .site-nav li { display: inline-block; font-size: 0.75rem; } .site-nav a { display: block; padding: 0.5em 0.75em; text-transform: uppercase; text-decoration: none; border: 1px solid; border-radius: 0.25rem; } @media (min-width: 48em) { .site-nav { display: block; } } .site-nav.js-menu-is-open { display: block; -webkit-animation-name: initial; animation-name: initial; } .masthead { clear: both; margin-bottom: 3em; text-align: center; } .masthead::after { clear: both; content: ""; display: table; } .site-title { margin: 0.5em 0 0; padding: 0; font-weight: 700; } .site-title { font-size: 19.436284208px; } @media screen and (min-width: 320px) { .site-title { font-size: calc(19.436284208px + 8.211715792 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .site-title { font-size: 27.648px; } } .site-title a { text-decoration: none; } .site-description { margin-bottom: 1em; font-family: "Lora", serif; font-weight: 400; font-style: italic; } .site-description { font-size: 16px; } @media screen and (min-width: 320px) { .site-description { font-size: calc(16px + 0 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .site-description { font-size: 16px; } } .site-logo { display: inline-block; position: relative; z-index: 10; } .site-logo-img { width: 75px; height: 75px; border: 5px solid; border-radius: 75px; } @media (min-width: 48em) { .site-logo-img { width: 112.5px; height: 112.5px; border-radius: 112.5px; } } @media (min-width: 64em) { .site-logo-img { width: 150px; height: 150px; border-radius: 150px; } } .site-footer { clear: both; margin: 2em 0; padding: 2em 0; text-align: center; border-top: 1px solid; } .site-footer::after { clear: both; content: ""; display: table; } .site-footer .social-icons { margin-bottom: 0.5em; } .site-footer .social-icon { display: inline-block; padding: 0 0.25em; } .copyright { font-size: 0.75rem; } .copyright p { margin: 0; padding: 0; } .footnotes { margin: 2rem 0; padding-top: 1rem; border-top: 1px solid; font-size: 0.75rem; } .more-link { font-weight: bold; text-decoration: none; } .back-to-top { display: block; font-size: 0.75rem; text-transform: uppercase; text-align: right; text-decoration: none; } .taxonomy-section { margin-bottom: 2em; padding-bottom: 1em; } .taxonomy-section:not(:last-child) { border-bottom: solid 1px; } .taxonomy-section + .taxonomy-section { margin-top: 2em; } .taxonomy-title { margin-bottom: 0.5em; font-family: "Source Sans Pro", sans-serif; } .taxonomy-title { font-size: 28px; } @media screen and (min-width: 320px) { .taxonomy-title { font-size: calc(28px + 4 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .taxonomy-title { font-size: 32px; } } .taxonomy-index { display: grid; grid-column-gap: 2em; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; font-family: "Source Sans Pro", sans-serif; font-size: 0.9rem; list-style: none; } @media (min-width: 64em) { .taxonomy-index { grid-template-columns: repeat(3, 1fr); } } .taxonomy-index a { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0.25em 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: inherit; text-decoration: none; border-bottom: 1px solid; } .taxonomy-index + .taxonomy-section { margin-top: 3em; } .pagination { display: -webkit-box; display: -ms-flexbox; display: flex; grid-column: 1 / -1; margin: 2em 0; width: 100%; } .pagination ul { margin: 0 auto; padding: 0; list-style-type: none; } .pagination li { display: block; float: left; margin-left: -1px; } .pagination li a { display: block; margin-bottom: 0.25em; padding: 0.5em 1em; font-size: 0.75rem; font-weight: bold; line-height: 1.5; text-align: center; text-decoration: none; border: 1px solid; border-radius: 0; } .pagination li a.disabled { pointer-events: none; cursor: not-allowed; } .pagination li:first-child { margin-left: 0; } .pagination li:first-child a { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .pagination li:last-child a { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .search-input { margin-bottom: 2em; padding: 0.5em; width: 100%; font-size: 0.9rem; border: 2px solid; border-radius: 0.25rem; } .toc-wrapper { display: inline-block; margin-bottom: 1.5em; border: 1px solid; border-radius: 0.25rem; } .toc-wrapper h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; padding: 0.75rem 1rem; font-family: "Source Sans Pro", sans-serif; font-size: 0.75rem; text-transform: uppercase; cursor: pointer; } .toc-wrapper h2 .toc-toggle-icon { margin-left: 1rem; -webkit-transition: -webkit-transform 350ms ease; transition: -webkit-transform 350ms ease; transition: transform 350ms ease; transition: transform 350ms ease, -webkit-transform 350ms ease; } .toc-wrapper h2.js-toc-is-open .toc-toggle-icon { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .toc-wrapper #markdown-toc { display: none; height: 0; margin-bottom: 0; padding-left: 2rem; overflow: hidden; font-size: 0.9rem; -webkit-transition: height 350ms ease; transition: height 350ms ease; } .toc-wrapper #markdown-toc.js-toc-is-open { display: block; height: auto; } .toc-wrapper li { padding: 0.3em 0; font-family: "Source Sans Pro", sans-serif; } .toc-wrapper li a { display: inline-block; color: inherit; font-size: 0.75rem; font-weight: 600; text-decoration: none; border-bottom: 1px dotted transparent; } .toc-wrapper li ol { padding-left: 0.5rem; list-style-type: lower-roman; } /* ========================================================================== Page ========================================================================== */ .page-wrapper { margin: 0 auto; padding-left: 1em; padding-right: 1em; max-width: 1024px; } .page-title { margin-bottom: 0.5em; font-family: "Lora", serif; font-weight: bold; font-style: italic; letter-spacing: -2px; } .page-title { font-size: 48px; } @media screen and (min-width: 320px) { .page-title { font-size: calc(48px + 12 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .page-title { font-size: 60px; } } .page-image { position: relative; text-align: center; margin-top: -37.5px; margin-bottom: 2em; z-index: 1; } @media (min-width: 48em) { .page-image { margin-top: -56.25px; } } @media (min-width: 64em) { .page-image { margin-top: -75px; } } .page-image img { width: 100%; } .page-image-caption { position: absolute; bottom: 0; right: 0; margin: 0 auto; padding: 0.25em 0.5em; color: #fff; font-size: 0.75rem; background: #000; text-align: right; z-index: 5; opacity: 0.5; border-radius: 4px 0 0 0; } .page-image-caption > * { margin: 0; padding: 0; } .page-image-caption a { color: #fff; } .page-sidebar { font-size: 0.75rem; } @media (min-width: 64em) { .page-sidebar { text-align: center; } } .page-sidebar .page-date, .page-sidebar .read-time { font-family: "Lora", serif; font-style: italic; white-space: nowrap; } @media (min-width: 64em) { .page-sidebar .read-time { display: block; } } .page-sidebar .read-time + .page-date::before { content: "\2022"; padding: 0 0.5em; } @media (min-width: 64em) { .page-sidebar .read-time + .page-date::before { content: ""; padding: 0; } } .page-author { clear: both; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1em; } .page-author::after { clear: both; content: ""; display: table; } @media (min-width: 64em) { .page-author { display: block; } } .page-taxonomies-title { display: inline; padding-right: 0.5em; font-size: 1rem; font-weight: normal; text-transform: uppercase; } @media (min-width: 64em) { .page-taxonomies-title { display: inline-block; margin: 1.5em 0 0.5em; padding: 0; font-size: 0.75rem; font-weight: normal; text-transform: uppercase; } } .page-taxonomies { display: inline; margin-right: 1em; padding: 0; list-style: none; } @media (min-width: 64em) { .page-taxonomies { display: block; margin: 0 0 1.5em 0; } } .page-taxonomy { display: inline; } .page-taxonomy:not(:last-child)::after { content: ", "; } .page-share { margin-top: 2em; margin-bottom: 2em; } .page-comments { margin-bottom: 2em; } .page-pagination { margin: 2em 0 1em; clear: both; } @media (min-width: 64em) { .page-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; } } .page-previous, .page-next { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-decoration: none; } .page-next { margin-top: 1em; } @media (min-width: 64em) { .page-next { margin-top: 0; text-align: right; } } .page-pagination-label { margin: 0; padding: 0; font-size: 1rem; } .page-pagination-title { margin: 0; padding: 0; font-family: "Lora", serif; font-size: 0.9rem; font-style: italic; } /* Wide Layout Overrides ========================================================================== */ .layout--home .page-wrapper, .layout--posts .page-wrapper, .layout--categories .page-wrapper, .layout--tags .page-wrapper, .layout--category .page-wrapper, .layout--tag .page-wrapper, .layout--collection .page-wrapper, .layout--search .page-wrapper { max-width: 768px; } .layout--home .page-title, .layout--posts .page-title, .layout--categories .page-title, .layout--tags .page-title, .layout--category .page-title, .layout--tag .page-title, .layout--collection .page-title, .layout--search .page-title { text-align: center; } @media (min-width: 64em) { .layout--post .page-wrapper { display: grid; grid-column-gap: 3em; grid-row-gap: 0; grid-template-columns: 175px 1fr; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } @media (min-width: 64em) { .layout--post .page-header { grid-column: 1 / -1; clear: both; } } .layout--post .page-sidebar { margin-bottom: 1em; } @media (min-width: 64em) { .layout--post .page-sidebar { float: left; width: 18%; } } @supports (display: grid) { .layout--post .page-sidebar { width: auto; } } .layout--post .page-sidebar a { color: inherit; text-decoration: none; } .layout--post .page-sidebar a:hover { text-decoration: underline; } @media (min-width: 64em) { .layout--post .page-content { float: right; width: 78%; min-width: 0; } } @supports (display: grid) { .layout--post .page-content { width: auto; margin: 0; } } .layout--post .page-share { clear: both; } .page--wide .page-wrapper { max-width: 1024px; } /* ========================================================================== Author ========================================================================== */ .author-avatar { margin-right: 1em; width: 50px; height: auto; border-radius: 50%; } @media (min-width: 64em) { .author-avatar { margin-right: 0; margin-bottom: 1em; width: 100px; height: auto; } } @media (min-width: 64em) { .author-name { margin-bottom: 0.5em; } } .author-links { display: none; margin: 0 0 1.5em; padding: 0; list-style: none; } @media (min-width: 64em) { .author-links { display: block; } } .author-link { display: inline; padding-right: 0.5em; } @media (min-width: 64em) { .author-link { padding: 0.25em; } } .author-link a { text-decoration: none; } /* ========================================================================== Entries (Posts, collection documents, etc.) ========================================================================== */ .entry { clear: both; position: relative; } .entry::after { clear: both; content: ""; display: table; } .entry a { color: inherit; } .entry-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .entry-title { margin-bottom: 0.5rem; font-family: "Lora", serif; font-weight: bold; font-style: italic; letter-spacing: -1px; word-wrap: break-word; /* break long words that could overflow */ } .entry-title a { text-decoration: none; } .entry-title a[rel="bookmark"]::before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; } .entry-image { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: 100%; margin-bottom: 0.5rem; } .entry-meta .entry-date, .entry-meta .read-time { font-family: "Lora", serif; font-style: italic; white-space: nowrap; } .entry-meta .read-time + .entry-date::before { content: "\2022"; padding: 0 0.5em; } .entry-excerpt a, .u-bookmark-of { position: relative; z-index: 10; } /* Entries List Layout ========================================================================== */ .entries-list .entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 2rem; } .entries-list .entry-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .entries-list .entry-title { font-size: 24px; } @media screen and (min-width: 320px) { .entries-list .entry-title { font-size: calc(24px + 12 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .entries-list .entry-title { font-size: 36px; } } .entries-list .entry-excerpt, .entries-list .entry-content { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; /* remove space after last child element */ } .entries-list .entry-excerpt > *:last-child, .entries-list .entry-content > *:last-child { margin-bottom: 0; } .entries-list .entry-excerpt { /* normalize font sizes */ } .entries-list .entry-excerpt > * { font-size: 1rem; } .entries-list .entry-meta { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 1em; font-size: 0.75rem; } .entries-list .more-link { margin-top: -1em; } .entries-list .more-link a { text-decoration: none; } /* Entries Grid Layout ========================================================================== */ .entries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); grid-gap: 2em; } .entries-grid .entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 2rem; } .entries-grid .entry-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .entries-grid .entry-title { font-size: 18px; } @media screen and (min-width: 320px) { .entries-grid .entry-title { font-size: calc(18px + 6 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .entries-grid .entry-title { font-size: 24px; } } .entries-grid .entry-excerpt, .entries-grid .entry-content { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; /* remove space after last child element */ } .entries-grid .entry-excerpt > *:last-child, .entries-grid .entry-content > *:last-child { margin-bottom: 0; } .entries-grid .entry-excerpt { /* normalize font sizes */ } .entries-grid .entry-excerpt > * { font-size: 1rem; } .entries-grid .entry-meta { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 1em; font-size: 0.75rem; } .entries-grid .more-link { margin-top: -1em; } .entries-grid .more-link a { text-decoration: none; } /* ========================================================================== BUTTONS ========================================================================== */ /* Default button ========================================================================== */ .btn { /* default */ display: inline-block; margin-bottom: 0.25em; padding: 0.5em 1em; font-family: "Source Sans Pro", sans-serif; font-size: 1rem; font-weight: bold; text-align: center; text-decoration: none; border-width: 0; border-radius: 0.25rem; cursor: pointer; /* fills width of parent container */ /* disabled */ /* extra large button */ /* large button */ /* small button */ } .btn .icon { margin-right: 0.5em; } .btn .icon + .hidden { margin-left: -0.5em; /* override for hidden text*/ } .btn--block { display: block; width: 100%; } .btn--block + .btn--block { margin-top: 0.25em; } .btn--disabled { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); box-shadow: none; opacity: 0.65; } .btn--x-large { font-size: 2rem; } .btn--large { font-size: 1.5rem; } .btn--small { font-size: 0.75rem; } /* ========================================================================== Icons ========================================================================== */ .icon { display: inline-block; position: relative; top: -0.05em; /* fine-tune alignment */ width: 1em; height: 1em; line-height: 1; vertical-align: middle; fill: currentColor; } .icon--bitbucket { fill: #205081; } .icon--codepen { fill: #000; } .icon--dribbble { fill: #ea4c89; } .icon--email { fill: #000; } .icon--facebook { fill: #3b5998; } .icon--flickr { fill: #0063dc; } .icon--github { fill: #181717; } .icon--gitlab { fill: #e24329; } .icon--googleplus { fill: #dc4e41; } .icon--instagram { fill: #e4405f; } .icon--lastfm { fill: #d51007; } .icon--linkedin { fill: #0077b5; } .icon--pinterest { fill: #bd081c; } .icon--rss { fill: #ffa500; } .icon--soundcloud { fill: #f30; } .icon--stackoverflow { fill: #fe7a16; } .icon--tumblr { fill: #36465d; } .icon--twitter { fill: #1da1f2; } .icon--xing { fill: #005a5f; } .icon--youtube { fill: #cd201f; } /* ========================================================================== NOTICE TEXT BLOCKS ========================================================================== */ /** * Default Kramdown usage (no indents!): * <div class="notice" markdown="1"> * #### Headline for the Notice * Text for the notice * </div> */ /* ========================================================================== Syntax highlighting ========================================================================== */ /* Inline code block */ code.highlighter-rouge { margin: 0; padding: 0.2em 0.4em; font-size: 85%; border-radius: 3px; } /* Multi-line code blocks */ div.highlighter-rouge, figure.highlight { position: relative; margin-bottom: 1em; font-family: Menlo, Consolas, Monaco, "Courier New", Courier, monospace; line-height: 1.8; } div.highlighter-rouge > pre, div.highlighter-rouge pre.highlight, figure.highlight > pre, figure.highlight pre.highlight { margin: 0; padding: 1em; } .highlight table { margin-bottom: 0; font-size: 1rem; border: 0; } .highlight table td { padding: 0; width: calc(100% - 1em); border: 0; /* line numbers*/ /* code */ } .highlight table td.gutter { padding-right: 1em; width: 1em; border-right: 1px solid; text-align: right; } .highlight table td.code { padding-left: 1em; } .highlight table pre { margin: 0; } .highlight pre { width: 100%; } .gist td, .gist th { border-bottom: 0; } /* Utility Clases */ /* ========================================================================== Accessibility Modules ========================================================================== */ /* Text meant only for screen readers */ .screen-reader-text, .screen-reader-text span, .screen-reader-shortcut { position: absolute !important; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); border: 0; overflow: hidden; } .screen-reader-text:focus, .screen-reader-text span:focus, .screen-reader-shortcut:focus { display: block; top: 5px; left: 5px; width: auto; height: auto; padding: 0.75em 1em; clip: auto !important; border-radius: 0.125em; color: #fff; font-weight: bold; line-height: normal; text-decoration: none; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); z-index: 100000; } .screen-reader-text:focus, .screen-reader-shortcut:focus { width: auto; height: auto; clip: auto !important; text-decoration: none; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); z-index: 100000; } /* ========================================================================== Animations ========================================================================== */ /* add .animated class to elements you wish to animate * along with the type of animation (eg: <div class="animated fadeIn"></div>) */ .animated { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; animation-duration: 1s; } /* Fade-in animation .fadeIn ========================================================================== */ @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } /* Fade-in down animation .fadeInDown ========================================================================== */ @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } /* Drop animation .drop ========================================================================== */ @-webkit-keyframes drop { 0% { -webkit-transform: translateY(-500px); } 100% { -webkit-transform: translateY(0); } } @keyframes drop { 0% { -webkit-transform: translateY(-500px); transform: translateY(-500px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } .drop { -webkit-animation-name: drop; animation-name: drop; } /* ========================================================================== Alignment ========================================================================== */ .align-baseline { vertical-align: baseline !important; } /* Browser default */ .align-top { vertical-align: top !important; } .align-middle { vertical-align: middle !important; } .align-bottom { vertical-align: bottom !important; } .align-text-bottom { vertical-align: text-bottom !important; } .align-text-top { vertical-align: text-top !important; } /* Image Alignment ========================================================================== */ .align-center, div.align-center, a img.align-center { display: block; margin-right: auto; margin-left: auto; } figure.align-center img { display: block; margin-right: auto; margin-left: auto; } figure.align-center figcaption { text-align: center; } .align-right, a img.align-right { margin-bottom: 1rem; margin-left: 1rem; float: right; } .align-left, a img.align-left { margin-right: 1rem; margin-bottom: 1rem; float: left; } /* ========================================================================== Clearfix ========================================================================== */ .clearfix { clear: both; } .clearfix::after { clear: both; content: ""; display: table; } /* ========================================================================== Floats ========================================================================== */ .float-left { float: left !important; } .float-right { float: right !important; } .float-none { float: none !important; } /* ========================================================================== Text ========================================================================== */ /* Alignment ========================================================================== */ .text-justify { text-align: justify !important; } .text-nowrap { white-space: nowrap !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } /* Transformation ========================================================================== */ .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* Sizing ========================================================================== */ .small { font-size: 80%; } /* ========================================================================== Responsive Embed Credit: <NAME> and SUIT CSS. <!-- 16:9 aspect ratio --> <div class="responsive-embed responsive-embed-16by9"> <iframe class="responsive-embed-item" src="..."></iframe> </div> <!-- 4:3 aspect ratio --> <div class="responsive-embed responsive-embed-4by3"> <iframe class="responsive-embed-item" src="..."></iframe> </div> ========================================================================== */ .responsive-embed { display: block; position: relative; width: 100%; margin-bottom: 1.5rem; padding: 0; overflow: hidden; } .responsive-embed::before { display: block; content: ""; } .responsive-embed .responsive-embed-item, .responsive-embed iframe, .responsive-embed embed, .responsive-embed object, .responsive-embed video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .responsive-embed-21by9::before { padding-top: 42.8571428571%; } .responsive-embed-16by9::before { padding-top: 56.25%; } .responsive-embed-4by3::before { padding-top: 75%; } .responsive-embed-1by1::before { padding-top: 100%; }
docs/assets/css/main.css
Color Functions ========================================================================== */ /* EM conversion ========================================================================== */ /* ========================================================================== Fluid Type as seen on https://madebymike.com.au/writing/fluid-type-calc-examples/ ========================================================================== */ /* Compass YIQ Color Contrast https://github.com/easy-designs/yiq-color-contrast ========================================================================== */ /* ========================================================================== Variables ========================================================================== */ /* Breakpoint widths */ /* Fluid type */ /* Calculate Modular Scale */ /* small */ /* large */ /* Heading 1 */ /* Heading 2 */ /* Heading 3 */ /* Heading 4 */ /* Heading 5 */ /* Heading 6 */ /* Font Families */ /* YIQ color contrast */ /* Brands */ /* Max-width of the main content */ /* Max-width of the main content + sidebar */ /* Site logo */ /* Border radius */ /* Global transition */ /* ========================================================================== Clearfix Mixin ========================================================================== */ /* * Provides an easy way to include a clearfix for containing floats. * link http://cssmojo.com/latest_new_clearfix_so_far/ * * example scss - Usage * * .element { * @include clearfix; * } * * example css - CSS Output * * .element::after { * clear: both; * content: ""; * display: table; * } */ /* ========================================================================== Float Mixins ========================================================================== */ /* ========================================================================== Image Mixins - Responsive image - Retina image ========================================================================== */ /* Responsive image Keep images from scaling beyond the width of their parents. ========================================================================== */ /* Retina image Short retina mixin for setting background-image and -size. ========================================================================== */ /* ========================================================================== List Mixins ========================================================================== */ /* ========================================================================== Text Truncate Mixin Requires inline-block or block for proper styling ========================================================================== */ /*! Lity - v3.0.0-dev - 2017-07-17 * http://sorgalla.com/lity/ * Copyright (c) 2015-2017 <NAME>; Licensed MIT */ .lity { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; white-space: nowrap; background: #0b0b0b; background: rgba(0, 0, 0, 0.9); outline: none !important; opacity: 0; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } .lity.lity-opened { opacity: 1; } .lity.lity-closed { opacity: 0; } .lity * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .lity-wrap { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: center; outline: none !important; } .lity-wrap:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; } .lity-loader { z-index: 9991; color: #fff; position: absolute; top: 50%; margin-top: -0.8em; width: 100%; text-align: center; font-size: 14px; font-family: Arial, Helvetica, sans-serif; opacity: 0; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } .lity-loading .lity-loader { opacity: 1; } .lity-container { z-index: 9992; position: relative; text-align: left; vertical-align: middle; display: inline-block; white-space: normal; max-width: 100%; max-height: 100%; outline: none !important; } .lity-content { z-index: 9993; width: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; -o-transition: -o-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; } .lity-loading .lity-content, .lity-closed .lity-content { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } .lity-content:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; display: block; right: 0; width: auto; height: auto; z-index: -1; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } .lity-close { z-index: 9994; width: 35px; height: 35px; /* Change to position: absolute to display close button inside content container */ position: fixed; right: 0; top: 0; -webkit-appearance: none; cursor: pointer; text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial, Baskerville, monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none; } .lity-close::-moz-focus-inner { border: 0; padding: 0; } .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited { text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial, Baskerville, monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none; } .lity-close:active { top: 1px; } /* Image */ .lity-image img { max-width: 100%; display: block; line-height: 0; border: 0; } /* iFrame */ .lity-iframe .lity-container { width: 100%; max-width: 964px; } .lity-iframe-container { width: 100%; height: 0; padding-top: 56.25%; overflow: auto; pointer-events: auto; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-overflow-scrolling: touch; } .lity-iframe-container iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } .lity-hide { display: none; } /* Core Styles */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ /* Document ========================================================================== */ html { font-family: "Source Sans Pro", sans-serif; /* 1 */ box-sizing: border-box; -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } *, *::before, *::after { box-sizing: inherit; } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; line-height: 1.5; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Remove margin padding. * */ h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, table, address { margin-top: 0; margin-bottom: 1.5rem; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2rem; } /** * Adjust heading line-height * */ h1, h2, h3, h4 { line-height: 1.2; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Reset the margins. */ figure { margin: 1rem 0 1.5rem; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { height: 0; /* 1 */ overflow: visible; /* 2 */ box-sizing: content-box; /* 1 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. * 3. Add scrollbars to wide code blocks. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1rem; /* 2 */ overflow-x: auto; /* 3 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari. */ } /** * 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: 1rem; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Change the margin and padding and add a line rule on the left-side in all * browsers (opinionated). */ blockquote { margin-right: 0; margin-left: 0; padding: 2em 3em; border-left: solid 0.5em; } blockquote *:last-child { margin-bottom: 0; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /** * Remove margin */ ul, ol { margin-top: 0; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } img { /* Responsive images (ensure images don't scale beyond their parents) */ max-width: 100%; /* part 1: Set a maximum relative to the parent*/ width: auto\9; /* IE7-8 need help adjusting responsive images*/ height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/ border-style: none; /* Remove the border on images inside links in IE 10-.*/ vertical-align: middle; -ms-interpolation-mode: bicubic; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { margin: 0; /* 2 */ font-family: "Source Sans Pro", sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ } /** * 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; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * 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 { padding: 0; border-style: none; } /** * 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; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0; } /** * 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 { display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ color: inherit; /* 2 */ white-space: normal; /* 1 */ box-sizing: border-box; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { padding: 0; /* 2 */ box-sizing: border-box; /* 1 */ } /** * 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"] { outline-offset: -2px; /* 2 */ -webkit-appearance: textfield; /* 1 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [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 { font: inherit; /* 2 */ -webkit-appearance: button; /* 1 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } /* ========================================================================== Base elements ========================================================================== */ html { font-size: 16px; } @media screen and (min-width: 320px) { html { font-size: calc(16px + 2 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { html { font-size: 18px; } } body { border-top: solid 0.25em; } blockquote footer, q footer { font-size: 80%; font-style: normal; } blockquote footer::before, q footer::before { padding-right: 0.25rem; content: "\2014"; } code, kbd, samp, pre { font-family: Menlo, Consolas, Monaco, "Courier New", Courier, monospace; } kbd { display: inline-block; margin: 0 0.125em; padding: 0.125em 0.5em; color: #000; border: 1px solid #cccccc; border-radius: 3px; background-color: #f7f7f7; font-size: 85%; text-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 0 0 2px #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 0 0 2px #fff; } h1, h2, h3, h4, h5, h6 { font-family: "Source Sans Pro", sans-serif; text-rendering: optimizeLegibility; /* enable common ligatures and kerning */ } h1 { font-size: 20.7385152499px; } @media screen and (min-width: 320px) { h1 { font-size: calc(20.7385152499px + 12.4390847501 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h1 { font-size: 33.1776px; } } h2 { font-size: 19.436284208px; } @media screen and (min-width: 320px) { h2 { font-size: calc(19.436284208px + 8.211715792 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h2 { font-size: 27.648px; } } h3 { font-size: 18.215824px; } @media screen and (min-width: 320px) { h3 { font-size: calc(18.215824px + 4.824176 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h3 { font-size: 23.04px; } } h4 { font-size: 17.072px; } @media screen and (min-width: 320px) { h4 { font-size: calc(17.072px + 2.128 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h4 { font-size: 19.2px; } } h5 { font-size: 16px; } @media screen and (min-width: 320px) { h5 { font-size: calc(16px + 0 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h5 { font-size: 16px; } } h6 { font-size: 14.9953139644px; } @media screen and (min-width: 320px) { h6 { font-size: calc(14.9953139644px + -1.6619806311 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { h6 { font-size: 13.3333333333px; } } dt { font-weight: bold; } dt:not(:first-child) { margin-top: 1rem; } dd { margin: 0; } pre { font-size: 12px; } @media screen and (min-width: 320px) { pre { font-size: calc(12px + 2 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { pre { font-size: 14px; } } figcaption { margin: 0.5rem 0; font-size: 80%; } a { -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } /* ========================================================================== Tables ========================================================================== */ table { width: 100%; border-collapse: collapse; /* For Firefox to horizontally scroll wider tables */ word-break: normal; word-break: keep-all; } table { font-size: 12px; } @media screen and (min-width: 320px) { table { font-size: calc(12px + 6 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { table { font-size: 18px; } } th, td { border-bottom: 1px solid; } th { padding: 0.5em; font-weight: bold; text-align: left; } td { padding: 0.5em; } tr, td, th { vertical-align: middle; } /* Components */ /* ========================================================================== Site-wide ========================================================================== */ .skip-links ul { margin: 0; padding: 0; list-style: none; } #menu-toggle { display: block; margin: 0; padding: 0.25em 0.75em 0.5em; text-transform: uppercase; text-decoration: none; text-align: center; } @media (min-width: 48em) { #menu-toggle { display: none; } } .site-nav { display: none; margin-bottom: 1em; text-align: center; } .site-nav ul { display: block; margin: 0; padding: 0.25em 0.75em; list-style: none; border-radius: 0 0 0.5rem 0.5rem; } @media (min-width: 48em) { .site-nav ul { display: inline-block; } } .site-nav li { display: inline-block; font-size: 0.75rem; } .site-nav a { display: block; padding: 0.5em 0.75em; text-transform: uppercase; text-decoration: none; border: 1px solid; border-radius: 0.25rem; } @media (min-width: 48em) { .site-nav { display: block; } } .site-nav.js-menu-is-open { display: block; -webkit-animation-name: initial; animation-name: initial; } .masthead { clear: both; margin-bottom: 3em; text-align: center; } .masthead::after { clear: both; content: ""; display: table; } .site-title { margin: 0.5em 0 0; padding: 0; font-weight: 700; } .site-title { font-size: 19.436284208px; } @media screen and (min-width: 320px) { .site-title { font-size: calc(19.436284208px + 8.211715792 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .site-title { font-size: 27.648px; } } .site-title a { text-decoration: none; } .site-description { margin-bottom: 1em; font-family: "Lora", serif; font-weight: 400; font-style: italic; } .site-description { font-size: 16px; } @media screen and (min-width: 320px) { .site-description { font-size: calc(16px + 0 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .site-description { font-size: 16px; } } .site-logo { display: inline-block; position: relative; z-index: 10; } .site-logo-img { width: 75px; height: 75px; border: 5px solid; border-radius: 75px; } @media (min-width: 48em) { .site-logo-img { width: 112.5px; height: 112.5px; border-radius: 112.5px; } } @media (min-width: 64em) { .site-logo-img { width: 150px; height: 150px; border-radius: 150px; } } .site-footer { clear: both; margin: 2em 0; padding: 2em 0; text-align: center; border-top: 1px solid; } .site-footer::after { clear: both; content: ""; display: table; } .site-footer .social-icons { margin-bottom: 0.5em; } .site-footer .social-icon { display: inline-block; padding: 0 0.25em; } .copyright { font-size: 0.75rem; } .copyright p { margin: 0; padding: 0; } .footnotes { margin: 2rem 0; padding-top: 1rem; border-top: 1px solid; font-size: 0.75rem; } .more-link { font-weight: bold; text-decoration: none; } .back-to-top { display: block; font-size: 0.75rem; text-transform: uppercase; text-align: right; text-decoration: none; } .taxonomy-section { margin-bottom: 2em; padding-bottom: 1em; } .taxonomy-section:not(:last-child) { border-bottom: solid 1px; } .taxonomy-section + .taxonomy-section { margin-top: 2em; } .taxonomy-title { margin-bottom: 0.5em; font-family: "Source Sans Pro", sans-serif; } .taxonomy-title { font-size: 28px; } @media screen and (min-width: 320px) { .taxonomy-title { font-size: calc(28px + 4 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .taxonomy-title { font-size: 32px; } } .taxonomy-index { display: grid; grid-column-gap: 2em; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; font-family: "Source Sans Pro", sans-serif; font-size: 0.9rem; list-style: none; } @media (min-width: 64em) { .taxonomy-index { grid-template-columns: repeat(3, 1fr); } } .taxonomy-index a { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0.25em 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: inherit; text-decoration: none; border-bottom: 1px solid; } .taxonomy-index + .taxonomy-section { margin-top: 3em; } .pagination { display: -webkit-box; display: -ms-flexbox; display: flex; grid-column: 1 / -1; margin: 2em 0; width: 100%; } .pagination ul { margin: 0 auto; padding: 0; list-style-type: none; } .pagination li { display: block; float: left; margin-left: -1px; } .pagination li a { display: block; margin-bottom: 0.25em; padding: 0.5em 1em; font-size: 0.75rem; font-weight: bold; line-height: 1.5; text-align: center; text-decoration: none; border: 1px solid; border-radius: 0; } .pagination li a.disabled { pointer-events: none; cursor: not-allowed; } .pagination li:first-child { margin-left: 0; } .pagination li:first-child a { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .pagination li:last-child a { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .search-input { margin-bottom: 2em; padding: 0.5em; width: 100%; font-size: 0.9rem; border: 2px solid; border-radius: 0.25rem; } .toc-wrapper { display: inline-block; margin-bottom: 1.5em; border: 1px solid; border-radius: 0.25rem; } .toc-wrapper h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; padding: 0.75rem 1rem; font-family: "Source Sans Pro", sans-serif; font-size: 0.75rem; text-transform: uppercase; cursor: pointer; } .toc-wrapper h2 .toc-toggle-icon { margin-left: 1rem; -webkit-transition: -webkit-transform 350ms ease; transition: -webkit-transform 350ms ease; transition: transform 350ms ease; transition: transform 350ms ease, -webkit-transform 350ms ease; } .toc-wrapper h2.js-toc-is-open .toc-toggle-icon { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .toc-wrapper #markdown-toc { display: none; height: 0; margin-bottom: 0; padding-left: 2rem; overflow: hidden; font-size: 0.9rem; -webkit-transition: height 350ms ease; transition: height 350ms ease; } .toc-wrapper #markdown-toc.js-toc-is-open { display: block; height: auto; } .toc-wrapper li { padding: 0.3em 0; font-family: "Source Sans Pro", sans-serif; } .toc-wrapper li a { display: inline-block; color: inherit; font-size: 0.75rem; font-weight: 600; text-decoration: none; border-bottom: 1px dotted transparent; } .toc-wrapper li ol { padding-left: 0.5rem; list-style-type: lower-roman; } /* ========================================================================== Page ========================================================================== */ .page-wrapper { margin: 0 auto; padding-left: 1em; padding-right: 1em; max-width: 1024px; } .page-title { margin-bottom: 0.5em; font-family: "Lora", serif; font-weight: bold; font-style: italic; letter-spacing: -2px; } .page-title { font-size: 48px; } @media screen and (min-width: 320px) { .page-title { font-size: calc(48px + 12 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .page-title { font-size: 60px; } } .page-image { position: relative; text-align: center; margin-top: -37.5px; margin-bottom: 2em; z-index: 1; } @media (min-width: 48em) { .page-image { margin-top: -56.25px; } } @media (min-width: 64em) { .page-image { margin-top: -75px; } } .page-image img { width: 100%; } .page-image-caption { position: absolute; bottom: 0; right: 0; margin: 0 auto; padding: 0.25em 0.5em; color: #fff; font-size: 0.75rem; background: #000; text-align: right; z-index: 5; opacity: 0.5; border-radius: 4px 0 0 0; } .page-image-caption > * { margin: 0; padding: 0; } .page-image-caption a { color: #fff; } .page-sidebar { font-size: 0.75rem; } @media (min-width: 64em) { .page-sidebar { text-align: center; } } .page-sidebar .page-date, .page-sidebar .read-time { font-family: "Lora", serif; font-style: italic; white-space: nowrap; } @media (min-width: 64em) { .page-sidebar .read-time { display: block; } } .page-sidebar .read-time + .page-date::before { content: "\2022"; padding: 0 0.5em; } @media (min-width: 64em) { .page-sidebar .read-time + .page-date::before { content: ""; padding: 0; } } .page-author { clear: both; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1em; } .page-author::after { clear: both; content: ""; display: table; } @media (min-width: 64em) { .page-author { display: block; } } .page-taxonomies-title { display: inline; padding-right: 0.5em; font-size: 1rem; font-weight: normal; text-transform: uppercase; } @media (min-width: 64em) { .page-taxonomies-title { display: inline-block; margin: 1.5em 0 0.5em; padding: 0; font-size: 0.75rem; font-weight: normal; text-transform: uppercase; } } .page-taxonomies { display: inline; margin-right: 1em; padding: 0; list-style: none; } @media (min-width: 64em) { .page-taxonomies { display: block; margin: 0 0 1.5em 0; } } .page-taxonomy { display: inline; } .page-taxonomy:not(:last-child)::after { content: ", "; } .page-share { margin-top: 2em; margin-bottom: 2em; } .page-comments { margin-bottom: 2em; } .page-pagination { margin: 2em 0 1em; clear: both; } @media (min-width: 64em) { .page-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; } } .page-previous, .page-next { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-decoration: none; } .page-next { margin-top: 1em; } @media (min-width: 64em) { .page-next { margin-top: 0; text-align: right; } } .page-pagination-label { margin: 0; padding: 0; font-size: 1rem; } .page-pagination-title { margin: 0; padding: 0; font-family: "Lora", serif; font-size: 0.9rem; font-style: italic; } /* Wide Layout Overrides ========================================================================== */ .layout--home .page-wrapper, .layout--posts .page-wrapper, .layout--categories .page-wrapper, .layout--tags .page-wrapper, .layout--category .page-wrapper, .layout--tag .page-wrapper, .layout--collection .page-wrapper, .layout--search .page-wrapper { max-width: 768px; } .layout--home .page-title, .layout--posts .page-title, .layout--categories .page-title, .layout--tags .page-title, .layout--category .page-title, .layout--tag .page-title, .layout--collection .page-title, .layout--search .page-title { text-align: center; } @media (min-width: 64em) { .layout--post .page-wrapper { display: grid; grid-column-gap: 3em; grid-row-gap: 0; grid-template-columns: 175px 1fr; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } @media (min-width: 64em) { .layout--post .page-header { grid-column: 1 / -1; clear: both; } } .layout--post .page-sidebar { margin-bottom: 1em; } @media (min-width: 64em) { .layout--post .page-sidebar { float: left; width: 18%; } } @supports (display: grid) { .layout--post .page-sidebar { width: auto; } } .layout--post .page-sidebar a { color: inherit; text-decoration: none; } .layout--post .page-sidebar a:hover { text-decoration: underline; } @media (min-width: 64em) { .layout--post .page-content { float: right; width: 78%; min-width: 0; } } @supports (display: grid) { .layout--post .page-content { width: auto; margin: 0; } } .layout--post .page-share { clear: both; } .page--wide .page-wrapper { max-width: 1024px; } /* ========================================================================== Author ========================================================================== */ .author-avatar { margin-right: 1em; width: 50px; height: auto; border-radius: 50%; } @media (min-width: 64em) { .author-avatar { margin-right: 0; margin-bottom: 1em; width: 100px; height: auto; } } @media (min-width: 64em) { .author-name { margin-bottom: 0.5em; } } .author-links { display: none; margin: 0 0 1.5em; padding: 0; list-style: none; } @media (min-width: 64em) { .author-links { display: block; } } .author-link { display: inline; padding-right: 0.5em; } @media (min-width: 64em) { .author-link { padding: 0.25em; } } .author-link a { text-decoration: none; } /* ========================================================================== Entries (Posts, collection documents, etc.) ========================================================================== */ .entry { clear: both; position: relative; } .entry::after { clear: both; content: ""; display: table; } .entry a { color: inherit; } .entry-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .entry-title { margin-bottom: 0.5rem; font-family: "Lora", serif; font-weight: bold; font-style: italic; letter-spacing: -1px; word-wrap: break-word; /* break long words that could overflow */ } .entry-title a { text-decoration: none; } .entry-title a[rel="bookmark"]::before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; } .entry-image { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: 100%; margin-bottom: 0.5rem; } .entry-meta .entry-date, .entry-meta .read-time { font-family: "Lora", serif; font-style: italic; white-space: nowrap; } .entry-meta .read-time + .entry-date::before { content: "\2022"; padding: 0 0.5em; } .entry-excerpt a, .u-bookmark-of { position: relative; z-index: 10; } /* Entries List Layout ========================================================================== */ .entries-list .entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 2rem; } .entries-list .entry-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .entries-list .entry-title { font-size: 24px; } @media screen and (min-width: 320px) { .entries-list .entry-title { font-size: calc(24px + 12 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .entries-list .entry-title { font-size: 36px; } } .entries-list .entry-excerpt, .entries-list .entry-content { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; /* remove space after last child element */ } .entries-list .entry-excerpt > *:last-child, .entries-list .entry-content > *:last-child { margin-bottom: 0; } .entries-list .entry-excerpt { /* normalize font sizes */ } .entries-list .entry-excerpt > * { font-size: 1rem; } .entries-list .entry-meta { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 1em; font-size: 0.75rem; } .entries-list .more-link { margin-top: -1em; } .entries-list .more-link a { text-decoration: none; } /* Entries Grid Layout ========================================================================== */ .entries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); grid-gap: 2em; } .entries-grid .entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 2rem; } .entries-grid .entry-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .entries-grid .entry-title { font-size: 18px; } @media screen and (min-width: 320px) { .entries-grid .entry-title { font-size: calc(18px + 6 * ((100vw - 320px) / 960)); } } @media screen and (min-width: 1280px) { .entries-grid .entry-title { font-size: 24px; } } .entries-grid .entry-excerpt, .entries-grid .entry-content { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; /* remove space after last child element */ } .entries-grid .entry-excerpt > *:last-child, .entries-grid .entry-content > *:last-child { margin-bottom: 0; } .entries-grid .entry-excerpt { /* normalize font sizes */ } .entries-grid .entry-excerpt > * { font-size: 1rem; } .entries-grid .entry-meta { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 1em; font-size: 0.75rem; } .entries-grid .more-link { margin-top: -1em; } .entries-grid .more-link a { text-decoration: none; } /* ========================================================================== BUTTONS ========================================================================== */ /* Default button ========================================================================== */ .btn { /* default */ display: inline-block; margin-bottom: 0.25em; padding: 0.5em 1em; font-family: "Source Sans Pro", sans-serif; font-size: 1rem; font-weight: bold; text-align: center; text-decoration: none; border-width: 0; border-radius: 0.25rem; cursor: pointer; /* fills width of parent container */ /* disabled */ /* extra large button */ /* large button */ /* small button */ } .btn .icon { margin-right: 0.5em; } .btn .icon + .hidden { margin-left: -0.5em; /* override for hidden text*/ } .btn--block { display: block; width: 100%; } .btn--block + .btn--block { margin-top: 0.25em; } .btn--disabled { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); box-shadow: none; opacity: 0.65; } .btn--x-large { font-size: 2rem; } .btn--large { font-size: 1.5rem; } .btn--small { font-size: 0.75rem; } /* ========================================================================== Icons ========================================================================== */ .icon { display: inline-block; position: relative; top: -0.05em; /* fine-tune alignment */ width: 1em; height: 1em; line-height: 1; vertical-align: middle; fill: currentColor; } .icon--bitbucket { fill: #205081; } .icon--codepen { fill: #000; } .icon--dribbble { fill: #ea4c89; } .icon--email { fill: #000; } .icon--facebook { fill: #3b5998; } .icon--flickr { fill: #0063dc; } .icon--github { fill: #181717; } .icon--gitlab { fill: #e24329; } .icon--googleplus { fill: #dc4e41; } .icon--instagram { fill: #e4405f; } .icon--lastfm { fill: #d51007; } .icon--linkedin { fill: #0077b5; } .icon--pinterest { fill: #bd081c; } .icon--rss { fill: #ffa500; } .icon--soundcloud { fill: #f30; } .icon--stackoverflow { fill: #fe7a16; } .icon--tumblr { fill: #36465d; } .icon--twitter { fill: #1da1f2; } .icon--xing { fill: #005a5f; } .icon--youtube { fill: #cd201f; } /* ========================================================================== NOTICE TEXT BLOCKS ========================================================================== */ /** * Default Kramdown usage (no indents!): * <div class="notice" markdown="1"> * #### Headline for the Notice * Text for the notice * </div> */ /* ========================================================================== Syntax highlighting ========================================================================== */ /* Inline code block */ code.highlighter-rouge { margin: 0; padding: 0.2em 0.4em; font-size: 85%; border-radius: 3px; } /* Multi-line code blocks */ div.highlighter-rouge, figure.highlight { position: relative; margin-bottom: 1em; font-family: Menlo, Consolas, Monaco, "Courier New", Courier, monospace; line-height: 1.8; } div.highlighter-rouge > pre, div.highlighter-rouge pre.highlight, figure.highlight > pre, figure.highlight pre.highlight { margin: 0; padding: 1em; } .highlight table { margin-bottom: 0; font-size: 1rem; border: 0; } .highlight table td { padding: 0; width: calc(100% - 1em); border: 0; /* line numbers*/ /* code */ } .highlight table td.gutter { padding-right: 1em; width: 1em; border-right: 1px solid; text-align: right; } .highlight table td.code { padding-left: 1em; } .highlight table pre { margin: 0; } .highlight pre { width: 100%; } .gist td, .gist th { border-bottom: 0; } /* Utility Clases */ /* ========================================================================== Accessibility Modules ========================================================================== */ /* Text meant only for screen readers */ .screen-reader-text, .screen-reader-text span, .screen-reader-shortcut { position: absolute !important; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); border: 0; overflow: hidden; } .screen-reader-text:focus, .screen-reader-text span:focus, .screen-reader-shortcut:focus { display: block; top: 5px; left: 5px; width: auto; height: auto; padding: 0.75em 1em; clip: auto !important; border-radius: 0.125em; color: #fff; font-weight: bold; line-height: normal; text-decoration: none; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); z-index: 100000; } .screen-reader-text:focus, .screen-reader-shortcut:focus { width: auto; height: auto; clip: auto !important; text-decoration: none; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); z-index: 100000; } /* ========================================================================== Animations ========================================================================== */ /* add .animated class to elements you wish to animate * along with the type of animation (eg: <div class="animated fadeIn"></div>) */ .animated { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; animation-duration: 1s; } /* Fade-in animation .fadeIn ========================================================================== */ @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } /* Fade-in down animation .fadeInDown ========================================================================== */ @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } /* Drop animation .drop ========================================================================== */ @-webkit-keyframes drop { 0% { -webkit-transform: translateY(-500px); } 100% { -webkit-transform: translateY(0); } } @keyframes drop { 0% { -webkit-transform: translateY(-500px); transform: translateY(-500px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } .drop { -webkit-animation-name: drop; animation-name: drop; } /* ========================================================================== Alignment ========================================================================== */ .align-baseline { vertical-align: baseline !important; } /* Browser default */ .align-top { vertical-align: top !important; } .align-middle { vertical-align: middle !important; } .align-bottom { vertical-align: bottom !important; } .align-text-bottom { vertical-align: text-bottom !important; } .align-text-top { vertical-align: text-top !important; } /* Image Alignment ========================================================================== */ .align-center, div.align-center, a img.align-center { display: block; margin-right: auto; margin-left: auto; } figure.align-center img { display: block; margin-right: auto; margin-left: auto; } figure.align-center figcaption { text-align: center; } .align-right, a img.align-right { margin-bottom: 1rem; margin-left: 1rem; float: right; } .align-left, a img.align-left { margin-right: 1rem; margin-bottom: 1rem; float: left; } /* ========================================================================== Clearfix ========================================================================== */ .clearfix { clear: both; } .clearfix::after { clear: both; content: ""; display: table; } /* ========================================================================== Floats ========================================================================== */ .float-left { float: left !important; } .float-right { float: right !important; } .float-none { float: none !important; } /* ========================================================================== Text ========================================================================== */ /* Alignment ========================================================================== */ .text-justify { text-align: justify !important; } .text-nowrap { white-space: nowrap !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } /* Transformation ========================================================================== */ .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* Sizing ========================================================================== */ .small { font-size: 80%; } /* ========================================================================== Responsive Embed Credit: <NAME> and SUIT CSS. <!-- 16:9 aspect ratio --> <div class="responsive-embed responsive-embed-16by9"> <iframe class="responsive-embed-item" src="..."></iframe> </div> <!-- 4:3 aspect ratio --> <div class="responsive-embed responsive-embed-4by3"> <iframe class="responsive-embed-item" src="..."></iframe> </div> ========================================================================== */ .responsive-embed { display: block; position: relative; width: 100%; margin-bottom: 1.5rem; padding: 0; overflow: hidden; } .responsive-embed::before { display: block; content: ""; } .responsive-embed .responsive-embed-item, .responsive-embed iframe, .responsive-embed embed, .responsive-embed object, .responsive-embed video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .responsive-embed-21by9::before { padding-top: 42.8571428571%; } .responsive-embed-16by9::before { padding-top: 56.25%; } .responsive-embed-4by3::before { padding-top: 75%; } .responsive-embed-1by1::before { padding-top: 100%; }
0.455683
0.06492
@media only screen and (max-width: 1199px) { .card-title { display:none !important} .card { width: 3.5rem !important; height: 6rem !important; border-radius: 7px !important} .ol-1::before {content: "Desenvolvimento para Mídias Digitais (2020)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .ol-2::before {content: "Produção de Websites Expert - Front End (2021)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .ol-3::before {content: "Santander Bootcamp - Digital Innovation One - FullStack Developer (2021)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .ol-4::before {content: "CursoemVideo (2020 - Atualmente)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .ol-5::before {content: "Programa ONE (2022)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .p-toggle1::before {content: "Soft Skills"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle2::before {content: "Bem como noções de Bootstrap, Java e Python, cá estão outras noções, porém bem leves:"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle3::before {content: "Ler artigos interessantes"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle4::before {content: "Colecionar diversidades"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle5::before {content: "Ouvir músicas nostálgicas"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle6::before {content: "Tocar teclado"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle7::before {content: "Passear"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle8::before {content: "<NAME>"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle9::before {content: "Pintar"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle10::before {content: "Conhecimento como um todo"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .img-click-info { width: 35% !important; margin-left: 80% !important; margin-top: -45px !important} .resize-icons-two-sections {width: 40% !important} .icons-courses {width: 40% !important; margin-left: 15px !important; margin-top: 6px !important} .img-click-info-courses {width: 18% !important; margin-left: 90% !important; margin-top: -85px !important} .badges-div {margin-top: 0px !important; width: 95%!important;} } @media only screen and (max-width: 991px) { .card { height: 5.7rem !important} .img-click-info { width: 55% !important; margin-left: 80% !important; margin-top: -45px !important} .resize-icons-two-sections { width: 60% !important} .icons-courses {width: 55% !important; margin-left: 15px !important; margin-top: 6px !important} .img-click-info-courses {width: 22% !important; margin-left: 90% !important; margin-top: -85px !important} .badges-div {margin-top: 0px !important; width: 81%!important;} } @media only screen and (max-width: 767px){ .p-aboutme {width: 85%;} .card { height: 4.5rem !important} .img-click-info { width: 100% !important; margin-left: 80% !important; margin-top: -45px !important} .resize-icons-two-sections { width: 70% !important} .icons-courses {width: 60% !important; margin-left: 15px !important; margin-top: 6px !important} .img-click-info-courses {width: 30% !important; margin-left: 95% !important; margin-top: -65px !important} .badges-div{display: none;} } @media only screen and (max-width: 575px){ .p-aboutme {width: 85%;} .card-title {display:inline-block !important} .card {width: 7rem !important; height: 9.5rem !important; border-radius:0px !important} .ol-1::before {content: none} .ol-2::before {content: none} .ol-3::before {content: none} .ol-4::before {content: none} .ol-5::before {content: none} .p-toggle1::before {content: none} .p-toggle2::before {content: none} .p-toggle3::before {content: none} .p-toggle4::before {content: none} .p-toggle5::before {content: none} .p-toggle6::before {content: none} .p-toggle7::before {content: none} .p-toggle8::before {content: none} .p-toggle9::before {content: none} .p-toggle10::before {content: none} .img-click-info { width: 25% !important; margin-left: 80% !important; margin-top: -15px !important} .resize-icons-two-sections {width: 40% !important} .icons-courses {width: 60% !important; margin-left: 22px !important; margin-top: 6px !important} .title-courses {font-size: 10px !important; line-height: 10px !important} .img-click-info-courses {width: 25% !important; margin-left: 96% !important; margin-top: -55px !important} .card { margin-left: auto; margin-right: auto;} }
css/media-queries.css
@media only screen and (max-width: 1199px) { .card-title { display:none !important} .card { width: 3.5rem !important; height: 6rem !important; border-radius: 7px !important} .ol-1::before {content: "Desenvolvimento para Mídias Digitais (2020)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .ol-2::before {content: "Produção de Websites Expert - Front End (2021)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .ol-3::before {content: "Santander Bootcamp - Digital Innovation One - FullStack Developer (2021)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .ol-4::before {content: "CursoemVideo (2020 - Atualmente)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .ol-5::before {content: "Programa ONE (2022)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} .p-toggle1::before {content: "Soft Skills"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle2::before {content: "Bem como noções de Bootstrap, Java e Python, cá estão outras noções, porém bem leves:"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle3::before {content: "Ler artigos interessantes"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle4::before {content: "Colecionar diversidades"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle5::before {content: "Ouvir músicas nostálgicas"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle6::before {content: "Tocar teclado"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle7::before {content: "Passear"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle8::before {content: "<NAME>"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle9::before {content: "Pintar"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .p-toggle10::before {content: "Conhecimento como um todo"; font-weight:bold; font-style: none; font-size: 13px;color: rgb(42,122,228); display:block} .img-click-info { width: 35% !important; margin-left: 80% !important; margin-top: -45px !important} .resize-icons-two-sections {width: 40% !important} .icons-courses {width: 40% !important; margin-left: 15px !important; margin-top: 6px !important} .img-click-info-courses {width: 18% !important; margin-left: 90% !important; margin-top: -85px !important} .badges-div {margin-top: 0px !important; width: 95%!important;} } @media only screen and (max-width: 991px) { .card { height: 5.7rem !important} .img-click-info { width: 55% !important; margin-left: 80% !important; margin-top: -45px !important} .resize-icons-two-sections { width: 60% !important} .icons-courses {width: 55% !important; margin-left: 15px !important; margin-top: 6px !important} .img-click-info-courses {width: 22% !important; margin-left: 90% !important; margin-top: -85px !important} .badges-div {margin-top: 0px !important; width: 81%!important;} } @media only screen and (max-width: 767px){ .p-aboutme {width: 85%;} .card { height: 4.5rem !important} .img-click-info { width: 100% !important; margin-left: 80% !important; margin-top: -45px !important} .resize-icons-two-sections { width: 70% !important} .icons-courses {width: 60% !important; margin-left: 15px !important; margin-top: 6px !important} .img-click-info-courses {width: 30% !important; margin-left: 95% !important; margin-top: -65px !important} .badges-div{display: none;} } @media only screen and (max-width: 575px){ .p-aboutme {width: 85%;} .card-title {display:inline-block !important} .card {width: 7rem !important; height: 9.5rem !important; border-radius:0px !important} .ol-1::before {content: none} .ol-2::before {content: none} .ol-3::before {content: none} .ol-4::before {content: none} .ol-5::before {content: none} .p-toggle1::before {content: none} .p-toggle2::before {content: none} .p-toggle3::before {content: none} .p-toggle4::before {content: none} .p-toggle5::before {content: none} .p-toggle6::before {content: none} .p-toggle7::before {content: none} .p-toggle8::before {content: none} .p-toggle9::before {content: none} .p-toggle10::before {content: none} .img-click-info { width: 25% !important; margin-left: 80% !important; margin-top: -15px !important} .resize-icons-two-sections {width: 40% !important} .icons-courses {width: 60% !important; margin-left: 22px !important; margin-top: 6px !important} .title-courses {font-size: 10px !important; line-height: 10px !important} .img-click-info-courses {width: 25% !important; margin-left: 96% !important; margin-top: -55px !important} .card { margin-left: auto; margin-right: auto;} }
0.280518
0.182025
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,700'); html, body { width: 100%; height: 100%; } body { font-family: 'Hind'; background-color: #000; color: #fff; } .brand-logo { width: 120px; } .hero { background-image: linear-gradient(rgb(82, 72, 72), rgba(15, 19, 20, 0)),url("../img/prueba1.jpg"); background-size: cover; background-position: center center; min-height: 100%; min-width: 100%; width: auto; height: auto; margin: 0; position: absolute; } #goBack { color: #ff5722; } .hero:after { position: absolute; z-index: 1; width: 100%; height: 100%; display: block; left: 0; top: 0; content: ""; background-color: rgba(0, 0, 0, 0.4); } .hero .container { z-index: 3; position: relative; } .hero .card { background: rgba(0, 0, 0, 0.7); } a, a:hover { color: #fff; text-decoration: underline; } @media (min-width:576px) { section { padding: 40px 0px; } .hero .card .card-block { padding-left: 4rem; padding-right: 4rem; } } @media (max-width:576px) { section { padding: 20px; } } .bg-alt { background-color: #fff; } .btn { -webkit-transition: 350ms ease all; transition: 350ms ease all; text-transform: uppercase; font-weight: 500; padding: .6rem 1.5rem; cursor: pointer; } .btn:hover, .btn:focus { box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15); } .btn-primary { background-color: #ff5722 !important; border-color: #ff5722 !important; } .btn-primary:hover, .btn-primary:focus { color: #fff !important; } .form-group { margin-bottom: 1.5rem; } .form-control { height: 45px; font-size: 16px; background-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.5); color: #FFFFFF; } .form-control:focus { border-color: #FFFFFF; background-color: transparent; color: #FFFFFF; } .border-none { border: none !important; border-color: transparent !important; } .text-primary { color: #ff5722 !important; } .custom-control-input:checked~.custom-control-indicator { color: #fff; background-color: #ff5722; outline-color: #ff5722; } .content-divider.center { text-align: center; } .content-divider { position: relative; z-index: 1; } .content-divider>span, .content-divider>a { background-color: #000; color: #fff; display: inline-block; padding: 2px 12px; border-radius: 3px; text-transform: uppercase; font-weight: 500; } .content-divider>span:before, .content-divider>a:before { content: ""; position: absolute; top: 50%; left: 0; height: 1px; background-color: #ddd; width: 100%; z-index: -1; } /* Error pages */ .Error { text-align: center; margin-top: 1.5rem; font-size: 150px; font-weight: 600; } .errorbtn { text-align: center; margin-top: 1.5rem; }
angular/src/assets/css/errorPage.css
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,700'); html, body { width: 100%; height: 100%; } body { font-family: 'Hind'; background-color: #000; color: #fff; } .brand-logo { width: 120px; } .hero { background-image: linear-gradient(rgb(82, 72, 72), rgba(15, 19, 20, 0)),url("../img/prueba1.jpg"); background-size: cover; background-position: center center; min-height: 100%; min-width: 100%; width: auto; height: auto; margin: 0; position: absolute; } #goBack { color: #ff5722; } .hero:after { position: absolute; z-index: 1; width: 100%; height: 100%; display: block; left: 0; top: 0; content: ""; background-color: rgba(0, 0, 0, 0.4); } .hero .container { z-index: 3; position: relative; } .hero .card { background: rgba(0, 0, 0, 0.7); } a, a:hover { color: #fff; text-decoration: underline; } @media (min-width:576px) { section { padding: 40px 0px; } .hero .card .card-block { padding-left: 4rem; padding-right: 4rem; } } @media (max-width:576px) { section { padding: 20px; } } .bg-alt { background-color: #fff; } .btn { -webkit-transition: 350ms ease all; transition: 350ms ease all; text-transform: uppercase; font-weight: 500; padding: .6rem 1.5rem; cursor: pointer; } .btn:hover, .btn:focus { box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15); } .btn-primary { background-color: #ff5722 !important; border-color: #ff5722 !important; } .btn-primary:hover, .btn-primary:focus { color: #fff !important; } .form-group { margin-bottom: 1.5rem; } .form-control { height: 45px; font-size: 16px; background-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.5); color: #FFFFFF; } .form-control:focus { border-color: #FFFFFF; background-color: transparent; color: #FFFFFF; } .border-none { border: none !important; border-color: transparent !important; } .text-primary { color: #ff5722 !important; } .custom-control-input:checked~.custom-control-indicator { color: #fff; background-color: #ff5722; outline-color: #ff5722; } .content-divider.center { text-align: center; } .content-divider { position: relative; z-index: 1; } .content-divider>span, .content-divider>a { background-color: #000; color: #fff; display: inline-block; padding: 2px 12px; border-radius: 3px; text-transform: uppercase; font-weight: 500; } .content-divider>span:before, .content-divider>a:before { content: ""; position: absolute; top: 50%; left: 0; height: 1px; background-color: #ddd; width: 100%; z-index: -1; } /* Error pages */ .Error { text-align: center; margin-top: 1.5rem; font-size: 150px; font-weight: 600; } .errorbtn { text-align: center; margin-top: 1.5rem; }
0.418222
0.079424
.logo-avatar { border-radius: 50%; } .b0{ border: 0px; } .aligncenter { margin: 0 auto; display: block; text-align: center; } /* .mt-50 { margin-top: 50px; } .mb-50 { margin-bottom: 50px; } */ .code, .footnotes, code, pre { font-family: Consolas, monaco, monospace; } /* h1.hello { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-feature-settings: "kern","liga","clig","dlig","calt","case","zero","cpsp","ss01","cv01","cv06"; } */ ul.indexlist { list-style: none; margin-left: 0; } ul.indexlist i.em { margin-right: 13px; margin-bottom: 4px; } ul.indexlist i.date { color: #CCC;display: inline-block;margin-left: 13px; } #note{ margin: 50px 0 10px; } section.postlist { max-width: 500px; margin: 0 auto 50px; } section.postlist div h4:first-child { font-family: Consolas, monaco, monospace; } section.postlist ul { margin-left: 0; } section.postlist ul li { margin: 9px 0; line-height: 1.5em; display: flex; } section.postlist ul li div:first-child { flex: 1 1; width: 27%; font-family: Consolas, monaco, monospace; font-size: 80%; } section.postlist ul li div:nth-child(2) { flex: 4 1; margin-left: 10px; } section.postlist ul li div:nth-child(2) a { text-decoration: none; border: 0; color: #005D8F; box-sizing: border-box; } h4.heading { font-family: Inter, 'Noto Sans Myanmar', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 1.4em; text-align: center; line-height: 1.65em; margin-bottom: 0.5rem; font-feature-settings: "kern","liga","clig","dlig","calt","case","zero","cpsp","ss01","cv01","cv06"; } div.divider { background: linear-gradient(90deg,hsla(0,0%,100%,0),#ccc,hsla(0,0%,100%,0)); height: 1px; margin: 2em 0; } article{ font-size: 15px; line-height: 1.9em; word-wrap: break-word; } blockquote.twitter-tweet { max-width: 99%; margin: auto; padding: 20px; border-radius: 4px; visibility: visible; border: solid 1px #CCC; background: #efefef; } footer{ text-align: center; } footer a { text-decoration: none; border: 0; color: #005D8F; box-sizing: border-box; } .read-blog { color: #fff; background-color: #005D8F; display: block; padding: 7px; border-radius: 4px; text-decoration: none; width: 130px; text-align: center; } p > img { margin-bottom: 0; } img + em { font-style: normal; display: inherit; text-align: center; font-size: 90%; } blockquote cite { color: #777; font-style: normal; font-size: small; } div.footnotes > ol > li > p { margin-bottom: 0; display: inline; } div.addendum { background: #CCC; margin: 1.5em 0; padding: .9em 12px; color: #555; border-radius: 5px; } div.addendum p:last-child { margin-bottom: 0; }
src/components/custom.css
.logo-avatar { border-radius: 50%; } .b0{ border: 0px; } .aligncenter { margin: 0 auto; display: block; text-align: center; } /* .mt-50 { margin-top: 50px; } .mb-50 { margin-bottom: 50px; } */ .code, .footnotes, code, pre { font-family: Consolas, monaco, monospace; } /* h1.hello { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-feature-settings: "kern","liga","clig","dlig","calt","case","zero","cpsp","ss01","cv01","cv06"; } */ ul.indexlist { list-style: none; margin-left: 0; } ul.indexlist i.em { margin-right: 13px; margin-bottom: 4px; } ul.indexlist i.date { color: #CCC;display: inline-block;margin-left: 13px; } #note{ margin: 50px 0 10px; } section.postlist { max-width: 500px; margin: 0 auto 50px; } section.postlist div h4:first-child { font-family: Consolas, monaco, monospace; } section.postlist ul { margin-left: 0; } section.postlist ul li { margin: 9px 0; line-height: 1.5em; display: flex; } section.postlist ul li div:first-child { flex: 1 1; width: 27%; font-family: Consolas, monaco, monospace; font-size: 80%; } section.postlist ul li div:nth-child(2) { flex: 4 1; margin-left: 10px; } section.postlist ul li div:nth-child(2) a { text-decoration: none; border: 0; color: #005D8F; box-sizing: border-box; } h4.heading { font-family: Inter, 'Noto Sans Myanmar', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 1.4em; text-align: center; line-height: 1.65em; margin-bottom: 0.5rem; font-feature-settings: "kern","liga","clig","dlig","calt","case","zero","cpsp","ss01","cv01","cv06"; } div.divider { background: linear-gradient(90deg,hsla(0,0%,100%,0),#ccc,hsla(0,0%,100%,0)); height: 1px; margin: 2em 0; } article{ font-size: 15px; line-height: 1.9em; word-wrap: break-word; } blockquote.twitter-tweet { max-width: 99%; margin: auto; padding: 20px; border-radius: 4px; visibility: visible; border: solid 1px #CCC; background: #efefef; } footer{ text-align: center; } footer a { text-decoration: none; border: 0; color: #005D8F; box-sizing: border-box; } .read-blog { color: #fff; background-color: #005D8F; display: block; padding: 7px; border-radius: 4px; text-decoration: none; width: 130px; text-align: center; } p > img { margin-bottom: 0; } img + em { font-style: normal; display: inherit; text-align: center; font-size: 90%; } blockquote cite { color: #777; font-style: normal; font-size: small; } div.footnotes > ol > li > p { margin-bottom: 0; display: inline; } div.addendum { background: #CCC; margin: 1.5em 0; padding: .9em 12px; color: #555; border-radius: 5px; } div.addendum p:last-child { margin-bottom: 0; }
0.405449
0.226826
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; } /* custom style */ *, *::before *::after { box-sizing: border-box; } body { font-family: sans-serif; line-height: 1.7; font-size: 16px; background-color: #3f51b5; /* background: linear-gradient(rgba(243, 17, 17, 0.89) ,rgba(243, 17, 17, 0.24)),url(../media/bg-intro-desktop.png),50%.50%,no-repeat; */ background: cover; height: 100vh; color: white; } form i { background-color: #fafafa; color: #d4d4d4; } .container { max-width: 1400px; margin: 0 auto; padding: 15% 26%; /* height:100%; */ } .login_container { background-color: #fff; padding: 2rem; border-radius: 0.8rem; } .flex { display: flex; justify-content: space-between; align-items: center; align-self: center; } .column { display: flex; flex-flow: column; } .login_form h2 { font-size: 2rem; text-align: center; background-color: #5d54a3; padding: 1rem 2rem; border-radius: 0.5rem; margin-bottom: 1.4rem; box-shadow: 0 0.5rem 0.4rem rgba(0, 0, 0, 0.26); } .bold { font-weight: 700; } .form-container { background-color: #ffff; padding: 1.4rem; border-radius: 8px; box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.432), 0 0.7rem 0.4rem rgba(0, 0, 0, 0.432); } /* .form{ width: 100%; } */ .mail_set { position: relative; } .mail_icon { position: absolute; top: 2rem; left: 0.8rem; font-size: 1.2rem; } .password_set { position: relative; } .password_icon { position: absolute; top: 1.9rem; left: 0.8rem; font-size: 1.2rem; } .password_eye { position: absolute; top: 2rem; right: 0.8rem; font-size: 1.2rem; } .form input { width: 100%; display: inline-block; margin: 0.7rem auto; padding: 1.4rem 2.5rem; border-radius: 0.45rem; border: 1px solid rgba(0, 0, 0, 0.089); box-sizing: border-box; } .form ::placeholder { font-weight: 700; } .forget { text-align: right; padding: 0.2rem 0 0.5rem 0; } .forget a { text-decoration: none; } .btn { color: rgba(255, 255, 255, 0.808); text-transform: uppercase; font-size: 18px; text-align: center; background-color: #37cc8a; width: 100%; padding: 1rem 2rem; border-radius: 0.45rem; margin-bottom: 1.4rem; border: none; box-shadow: 0 0.7rem 0.4rem rgba(0, 0, 0, 0.432); } .term { display: block; text-align: center; font-size: 0.7rem; color: rgba(0, 0, 0, 0.671); } .tomato { color: tomato; } .signin { color: rgba(0, 0, 0, 0.603); text-align: center; } .signin i { color: tomato; padding: 1rem; font-size: 1.4rem; }
login-form-v36/assets/stylesheets/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-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; } /* custom style */ *, *::before *::after { box-sizing: border-box; } body { font-family: sans-serif; line-height: 1.7; font-size: 16px; background-color: #3f51b5; /* background: linear-gradient(rgba(243, 17, 17, 0.89) ,rgba(243, 17, 17, 0.24)),url(../media/bg-intro-desktop.png),50%.50%,no-repeat; */ background: cover; height: 100vh; color: white; } form i { background-color: #fafafa; color: #d4d4d4; } .container { max-width: 1400px; margin: 0 auto; padding: 15% 26%; /* height:100%; */ } .login_container { background-color: #fff; padding: 2rem; border-radius: 0.8rem; } .flex { display: flex; justify-content: space-between; align-items: center; align-self: center; } .column { display: flex; flex-flow: column; } .login_form h2 { font-size: 2rem; text-align: center; background-color: #5d54a3; padding: 1rem 2rem; border-radius: 0.5rem; margin-bottom: 1.4rem; box-shadow: 0 0.5rem 0.4rem rgba(0, 0, 0, 0.26); } .bold { font-weight: 700; } .form-container { background-color: #ffff; padding: 1.4rem; border-radius: 8px; box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.432), 0 0.7rem 0.4rem rgba(0, 0, 0, 0.432); } /* .form{ width: 100%; } */ .mail_set { position: relative; } .mail_icon { position: absolute; top: 2rem; left: 0.8rem; font-size: 1.2rem; } .password_set { position: relative; } .password_icon { position: absolute; top: 1.9rem; left: 0.8rem; font-size: 1.2rem; } .password_eye { position: absolute; top: 2rem; right: 0.8rem; font-size: 1.2rem; } .form input { width: 100%; display: inline-block; margin: 0.7rem auto; padding: 1.4rem 2.5rem; border-radius: 0.45rem; border: 1px solid rgba(0, 0, 0, 0.089); box-sizing: border-box; } .form ::placeholder { font-weight: 700; } .forget { text-align: right; padding: 0.2rem 0 0.5rem 0; } .forget a { text-decoration: none; } .btn { color: rgba(255, 255, 255, 0.808); text-transform: uppercase; font-size: 18px; text-align: center; background-color: #37cc8a; width: 100%; padding: 1rem 2rem; border-radius: 0.45rem; margin-bottom: 1.4rem; border: none; box-shadow: 0 0.7rem 0.4rem rgba(0, 0, 0, 0.432); } .term { display: block; text-align: center; font-size: 0.7rem; color: rgba(0, 0, 0, 0.671); } .tomato { color: tomato; } .signin { color: rgba(0, 0, 0, 0.603); text-align: center; } .signin i { color: tomato; padding: 1rem; font-size: 1.4rem; }
0.427277
0.072374
h4, h5, h6, h1, h2, h3 {margin: 0;} ul, ol {margin: 0;} p {margin: 0;} html { font-family: 'Montserrat', sans-serif; font-size: 100%; background:#e6e6e6; } body { background-image: url(../raw/White-Wallpaper-62E.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } a { text-decoration: none; } a:hover { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .header { width: 90%; margin: 0em auto 0em; padding: 2em 0em; } .logo { text-align: center; padding: 0em 0em 4em 0em; display:inline; vertical-align:middle; } .logo h3 { font-size: 2.5em; display:inline; vertical-align:middle; } .logo h3 a{ color:#7BA4D9; text-decoration:none; display:inline; vertical-align:middle; } .logo h4 { color:#293a4a; text-decoration:none; display:inline; vertical-align:middle; } ul.bullets{ padding-left: 20px; list-style-type: disc; } /*--pagenation start here--*/ .pag-nations { margin: 2em 0em 0em 0em; } ul.p_n-list { list-style: none; padding: 0px; } ul.p_n-list li span.list-bar { background: url(../images/pagen-arr.png)no-repeat #7BA4D9 5px 0px; width: 53px; height: 32px; display: block; cursor: pointer; } ul.p_n-list li { display: inline-block; margin: 0px 0em 0px 0px; float: left; background: #7BA4D9; padding: 0.5em 0em 0.5em 0em; } ul.p_n-list li a { font-size: 1em; font-weight: 400; color: #fff; background:#7BA4D9; padding:5px 22px; border-radius:4px; display: block; } ul.p_n-list li a:hover,ul.p_n-list li a.active{ color:#7BA4D9; background:#fff; text-decoration:none; overflow:hidden; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; } ul.p_n-list li span.list-bar.next { background-position: 0px 6px; } ul.p_n-list li span.list-bar.prev { background-position: -50px 6px; } /*--pagenation end here--*/ /*--weather strat here--*/ .weather-time { float: left; width: 50%; } .weather-img { float: right; width: 50%; } .weather { background: #fff; padding: 0em; border-radius: 4px; z-index: 999; } .weather-top { padding: 1em 1em 0em 1em; } .season-left { float: left; } .weather-bottom { padding: 1em 1em 1em 1em; border-top:1px solid #ECECEC; } .temparatur { float: right; width: 50%; text-align: center; } .weather-time h4 { font-size: 1.15em; color: #002a5c; font-family: 'Lato', sans-serif; } .weather-time h1 { font-size: 3em; color: #7BA4D9; } .weather-time p { font-size: 0.9em; color: #000; font-family: 'Lato', sans-serif; } .seasons { margin: 0.5em 0em 0em 0em; } span.cloud-img { background: url(../images/thursday.png)no-repeat; width: 22px; height: 22px; display: inline-block; } span.cloud-rain { background: url(../images/friday.png)no-repeat; width: 22px; height: 22px; display: inline-block; } span.cloud-sun { background: url(../images/sun.png)no-repeat; width: 22px; height: 22px; display: inline-block; } .temparatur h5 { font-size: 0.95em; color: #000; display: inline-block; vertical-align:super; font-family: 'Lato', sans-serif; } .season-left h4 { font-size: 1em; color: #7BA4D9; } .weather-bottom a { font-size: 0.9em; color: #fff; background: #002a5c; display: block; padding: 0.3em 1em; width: 61%; text-align: center; margin: 1em auto 0em; border-radius: 3px; } .weather-bottom a:hover{ text-decoration:none; background:#7BA4D9; } /*--calender start here--*/ .content-cal1 { padding:0.4em 1em; width: 100%; background: #fff; border-radius: 4px; } .calender { padding: 0em 0em 0em 0em; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } /*--radio start here--*/ /*----*/ span input[type="radio"] { display: none; } span.radio-circle input[type="radio"]+label { position: relative; padding: 4px 0px 5px 24px; width: 100%; cursor: pointer; } span.radio-circle input[type="radio"]+label i:first-child { width: 20px; height: 20px; display: inline-block; border: 4px solid #7BA4D9; position: absolute; left: 0; bottom: 6px; background: #FFFFFF; border-radius: 20px; } span.radio-circle input[type="radio"]:checked+label i:first-child:before { content: ""; background: #7BA4D9; position: absolute; left: 3px; top: 3px; width: 6px; height: 6px; border-radius: 15px; } .select-btn-left { padding: 0px; } .radio-btn { background: #fff; margin: 1.5em 0.2em 0em 0em; padding: 1em 0em 0.55em 1em; border-radius: 3px; width: 47%; float: left; z-index: 999; } /*--check box start here--*/ .check-box { background: #fff; padding: 1.2em 1em 0.3em 1em; margin: 1.5em 0em 0em 0em; border-radius: 3px; width: 48%; float: right; } .check-box p { margin: 0em 0em 0.7em 0em; } /*----*/ input[type=checkbox].css-checkbox0:checked + label.css-label0 { background: url(../images/tic2.png) no-repeat 3px 3px; border:2px solid #bbbbbb; } input[type=checkbox].css-checkbox0 + label.css-label0 { height: 20px; width: 20px; display: inline-block; line-height: 18px; cursor: pointer; border:2px solid #bbbbbb; } /*----*/ .col_checkbox input[type="checkbox"] { display: none; } input[type=checkbox].css-checkbox1:checked + label.css-label1 { background: url(../images/tic2.png) no-repeat 2px 2px; border:3px solid #7BA4D9; } input[type=checkbox].css-checkbox1 + label.css-label1 { height: 20px; width: 20px; display: inline-block; line-height: 18px; cursor: pointer; border:3px solid #7BA4D9; } /*----*/ input[type=checkbox].css-checkbox2:checked + label.css-label2{ background: url(../images/tic.png) no-repeat #7BA4D9 2px 2px; border:3px solid #7BA4D9; } input[type=checkbox].css-checkbox2 + label.css-label2 { height: 20px; width: 20px; display: inline-block; line-height: 18px; cursor: pointer; border:3px solid #7BA4D9; background:#7BA4D9; } i.chk-text { padding: 0em 0em 0em 1.7em; font-size: 1em; color: #000; } /*----*/ /*--check box end here--*/ /*--toggle strat here--*/ .switch { margin:0px; position: relative; } .toggle-top { margin: 1em 0em 0em 0em; } .tog-1 { float: left; width: 50%; } .tog-2 { float: right; width: 50%; } .switch label { width: 100%; height: 100%; position: relative; display: block; } .switch input { top: 0; right: 0; bottom: 0; left: 0; opacity: 0; z-index: 100; position: absolute; width: 100%; height: 100%; cursor: pointer; } .switch.tog-2 { width:94px; height:40px; z-index: 999; } .switch.tog-2 label { display: block; width: 100%; height: 100%; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; color: #FFF; background: #fff; font-size: 1.1em; box-shadow: 1px 1px 1px #8F8E8E; } .switch.tog-2 label:after { content: ""; position: absolute; z-index: -1; top: -8px; right: -8px; bottom: -8px; left: -8px; border-radius: inherit; } .switch.tog-2 label:before { content: ""; position: absolute; z-index: -1; top: -5px; right: -5px; bottom: -5px; left: -5px; border-radius: inherit; /*--background:rgba(51, 92, 140, 0.37);--*/ } .switch.tog-2 label i { display: block; height: 70%; width: 35%; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; position: absolute; z-index: 2; right: 59%; top: 6px; background:#b0b0b0; background: -moz-linear-gradient(top, #b0b0b0 0%, #b0b0b0 0%, #b0b0b0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0b0b0), color-stop(0%,#b0b0b0), color-stop(100%,#b0b0b0)); background: -webkit-linear-gradient(top, #b0b0b0 0%,#b0b0b0 0%,#b0b0b0 100%); background: -o-linear-gradient(top, #b0b0b0 0%,#b0b0b0 0%,#b0b0b0 100%); background: -ms-linear-gradient(top, #b0b0b0 0%,#b0b0b0 0%,#b0b0b0 100%); background: linear-gradient(to bottom, #b0b0b0 0%,#b0b0b0 0%,#b0b0b0 100%); border: none; font-style: normal; } .switch.tog-2 label i:before { content: "off"; text-transform: uppercase; font-size: 0.8em; position: absolute; top: 40%; margin-top: -7px; right: -120%; color: #a4a9ae; font-weight: 700; } .switch.tog-2 input:checked ~ label { background:#fff; color:#FFF; font-size:1.1em; } .switch.tog-2 input:checked ~ label i { right: 3%; } .switch.tog-2 input:checked ~ label i:before { content: "on"; right: 155%; color:#7BA4D9; } /*----*/ .switch.tog-3 label i { background: #7BA4D9; background: -moz-linear-gradient(top, #7BA4D9 0%, #7BA4D9 0%, #7BA4D9 100%, #7BA4D9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7BA4D9), color-stop(0%,#7BA4D9), color-stop(100%,#7BA4D9), color-stop(100%,#7BA4D9)); background: -webkit-linear-gradient(top, #7BA4D9 0%,#7BA4D9 0%,#7BA4D9 100%,#7BA4D9 100%); background: -o-linear-gradient(top, #7BA4D9 0%,#7BA4D9 0%,#7BA4D9 100%,#7BA4D9 100%); background: -ms-linear-gradient(top, #7BA4D9 0%,#7BA4D9 0%,#7BA4D9 100%,#7BA4D9 100%); background: linear-gradient(to bottom, #7BA4D9 0%,#7BA4D9 0%,#7BA4D9 100%,#7BA4D9 100%); } /*--toggle end here--*/ /*--drop down start here--*/ .drop-down { margin: 1.5em 0em 0em 0em; } .select-btn-rit { padding-right: 0px; } /*----*/ ul.kid-menu{ display: block !important; } .menu { width: auto; height: auto; padding: 0; list-style: none; margin: 0; } ul { padding: 0; list-style: none; } li.item1 ,li.item2{ margin: 0em 0 1.5em; background:#002a5c; } .menu > li > a { width: 100%; line-height: 2.5em; text-indent: 1.2em; display: block; position: relative; color: #fff; font-size: 0.9em; text-decoration: none; font-weight: 400; font-family: 'Lato', sans-serif; } .menu ul li a { width: 100%; display: block; position: relative; font-size: 0.9em; color: #FFFFFF; text-decoration: none; line-height: 2.5em; text-indent: 1.2em; background: #596b7c; font-family: 'Lato', sans-serif; } .menu ul li a:hover{ background: #002a5c; color:#fff; } i.drop-dot { background: url(../images/dot.png)no-repeat 1px 12px; width: 36px; height: 36px; display: inline-block; float: right; } .menu > li > a:hover, .menu > li > a.active { background:#002a5c; color:#fff; } .menu ul.kid-menu li a{ border-bottom: none; } ul.kid-menu li{ list-style: none; border-bottom: 1px solid #ddd; } ul.kid-menu li.menu-kid-left{ border-bottom:none; } ul.cute li{ background: #fff; } .arrow-img { padding: 0em 0em 0 6.5em; } .img-arrow{ padding: 0 0 0 8em; } .img-left-arrow{ padding: 0 0 0 5.5em; } /*---*/ /*--navgation start here--*/ .top-nav { margin: 0em 0em 1.5em 0em; } div#bs-example-navbar-collapse-1 { padding: 0px; background:#002a5c; } ul.dropdown-menu li { border-right: none !important; width: 100%; } .top-nav ul { padding: 0em; list-style: none; } .top-nav ul li { display: inline-block; float: left; line-height: 0.6em; border-right: 1px solid #000; } .top-nav ul li a { font-size: 1em; color:#7d91a3; display: inline-block; text-decoration:none; padding: 1em 2em; background: #002a5c; } .top-nav ul li a:hover,.header-right ul li a.active{ background:#7BA4D9; color:#fff; } .top-nav ul li.serc { display: inline-block; margin: 0em 0em 0em 0em; background: #002a5c; text-align: center; padding: 0.65em 0em 0.65em 0em; } .search { background: #293a4a; margin: 0em 0.8em 0em 0.8em; width:75%; } .top-nav ul li input[type="text"] { border: none; font-size: 0.85em; font-weight: 400; color: #7d91a3; background: #293a4a; outline: none; width: 75%; border-radius: 4px; padding: 0.5em 0em 0.5em 0.5em; } .top-nav ul li input[type="submit"] { background: url(../images/search.png)no-repeat 0px 3px; width: 36px; height: 26px; display: inline-block; border: none; vertical-align: bottom; outline: none; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background: #7BA4D9; color:#fff; } ul.nav.navbar-nav li a { background: #002a5c; color:#7d91a3; } ul.nav.navbar-nav li a:hover{ background: #7BA4D9; color:#fff; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background: #7BA4D9; color:#fff; } ul.dropdown-menu li a{ background: #002a5c; padding: 0.5em 2.5em 0.5em 2.5em; text-align: center; display:block; } ul.dropdown-menu li a:hover{ background:#7BA4D9; } ul.nav.navbar-nav { float: left; width: 69%; } .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; width:95%; background: #fff; } .navbar-left { float:right !important; position: relative; margin: 0px 0 0 0px; background: #002a5c; padding: 9px 5px 9px 10px; width: 19%; } .form-group input.form-control { width: 83%; font-size: 0.82em; color: #999; background: #fff; border: none; outline: none; } .btn-default { background: url(../images/search.png) no-repeat ; border: none; width: 20px; height: 31px; position: absolute; top: 18px; left: 81%; outline:none; } .btn-default:hover{ background: url(../images/search.png) no-repeat !important; } /*--header-right-blc1--*/ .header-right { padding-right: 0px; } .bridge-city { background: #7BA4D9; min-height: 100px; background-size: cover; text-align:center; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .avari-info { text-align: center; padding: 0.5em 0em; background: #fff; } .avari-info h2 { font-size: 1.5em; color: #7BA4D9; } .avari-info p { font-size: 0.9em; color:#7E7E7E; line-height: 1.5em; font-family: 'Lato', sans-serif; } .views { background: #7BA4D9; padding: 0.63em 0.5em; border-top: 3px solid #002a5a; border-right: 1px solid #002a5a; } .joker-text { float: left; width: 50%; text-align: center; } .joker-bg-img { float: right; } span.glyphicon.glyphicon-eye-open.joker-eye { color: #fff; font-size: 2.5em; padding: 0px; background: none; } .joker-bg-img-user { float: right; } span.glyphicon.glyphicon-user { font-size: 2.5em; color: #fff; } .joker-bg-img-comm { float: right; } span.glyphicon.glyphicon-comment { font-size: 2.5em; color: #fff; } .joker-text h4 { font-size: 1em; color: #fff; margin: 0.5em 0em 0em 0em; } .joker-text p { font-size: 0.8em; color:#002a59; } .joker-rows { padding: 0px 0px 0px 0px; z-index: 999; } /*--news letter strat here--*/ .newsletter { background: #fff; border-radius: 4px 4px 0px 0px; } .newsletter-top { padding: 1.3em 1.3em; text-align: justify; text-justify: inter-word; } .newsletter-top h2 { padding: 0.5em 0.5em; text-align: left; background: #7BA4D9; color: #fff; } .newsletter-top h3 { padding: 0.5em 0.5em; text-align: left; } .newsletter-top input[type="text"] { padding: 0.5em 0.5em; font-size: 0.83em; width: 100%; color: #999; display: block; border: 1px solid #999; border-radius: 3px; margin-bottom: 1.1em; outline: none; } .newsletter-top textarea { font-size: 0.83em; color: #999; border: 1px solid #999; border-radius: 4px; padding: 0.4em 0.5em; height: 10em; width: 100%; outline: none; resize: none; display: block; } .newsletter-top input[type="submit"] { font-size: 0.85em; color: #fff; background: #002a5c; border: #000; padding: 0.4em 1.5em; border-radius: 4px; outline: none; margin:1.1em 0em 0em 0em; } .newsletter-top input[type="submit"]:hover{ background:#7BA4D9; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .message { padding: 0.8em 0.5em; border-right: 1px solid #002a5a; } .newsletter-bottom { background: #7BA4D9; border-top:3px solid #002a5a; } .newsletter-address { background: #7BA4D9; padding: 0.4em; border-top:3px solid #002a5a; } .message-text h4 { font-size: 0.85em; color: #fff; margin: 0.9em 0em 0em 0em; } .message-text { float: left; width: 50%; text-align: center; } .mess-img { float: right; } span.glyphicon.glyphicon-envelope { font-size: 2.5em; color: #fff; } .pen-img{ float: right; } span.glyphicon.glyphicon-pencil { font-size: 2.5em; color: #fff; } .del-img{ float: right; } span.glyphicon.glyphicon-trash { font-size: 2.5em; color: #fff; } /*--skills start here--*/ .skills-main { background: #fff; text-align: center; } .skill-circle{ padding: 2.5em 0em; } .skills-bottom { background: #7BA4D9; border-top:3px solid #002a5a; } .skills-grid { padding: 0.65em 0.5em; border-right: 1px solid #002a5a; } .skill-grd-img-chat { float: right; } span.glyphicon.glyphicon-signal { font-size: 2.5em; color: #fff; } .skill-grd-img-tesk { float: right; } span.glyphicon.glyphicon-tasks { font-size: 2.5em; color: #fff; } .skill-grd-img-event{ float: right; } span.glyphicon.glyphicon-calendar { font-size: 2.5em; color: #fff; } .skill-grd-text { float: left; width: 50%; } .skill-grd-text h4 { font-size: 0.91em; color: #fff; margin: 1em 0em 0em 0em; } /*--skills end here--*/ /*--slider start here--*/ .trav-respon-slid { margin: 1.5em 0em 0em 0em; } .slider { position: relative; } .rslides { background: #293a4a; position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0.5em; margin: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li:first-child { position: relative; display: block; float: left; } .rslides img { display: block; height: 310px; float: left; width: 100%; border: 0; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 8px; width: 8px; display: inline-block; border: 2px solid #002a5c; background: #002a5c; border-radius:100px; } .callbacks_here a:after{ border: 2px solid #002a5c; background: #fff; } .callbacks_tabs a{ visibility:hidden; line-height: 1.2em; } .callbacks_tabs li{ display:inline-block; } ul.callbacks_tabs.callbacks1_tabs,ul.callbacks_tabs.callbacks2_tabs { background-color: #7BA4D9; text-align: center; padding: 1.73em 0; } .callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); bottom:6%; left: 2%; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 20px; width: 20px; background: url("../images/img-sprite.png") no-repeat -338px -13px ; } .callbacks_nav.next { left: auto; background-position: -245px -13px; right: 2%; } .slide-img{ background: url(../raw/hearing_aid.jpg) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img1{ background: url(../raw/blaid-2.jpg) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img2{ background: url(../raw/vitaliti-kit.jpg) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img3{ background: url(../raw/speaker_phone.png) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img4{ background: url(../raw/audio_simulink.png) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img5{ background: url(../raw/iot_audio.png) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } /*--sliderend here--*/ /*--footer start here--*/ .copyright { text-align: center; padding: 2em 0; } .copyright p { font-size: 1em; color: #002a5c; } .copyright p a { font-size: 1em; color: #7BA4D9; } .copyright p a:hover{ color:#002a5c; text-decoration:none; } /*--footer end here--*/ /*--meadia quries start here--*/ @media(max-width:1600px){ .head-tags ul li { display: inline-block; margin: 0% 7% 0% 0%; } ul.nav.navbar-nav { width: 72%; } .navbar-left { width: 28%; } ul.p_n-list li a { padding: 5px 20px; } } @media(max-width:1440px){ .weather-bottom a { width: 76%; } .select-btn-rit { padding: 0px 0px 0px 20px; } i.glyphicon.glyphicon-menu-down { padding: 0px 0 0 10%; } i.chk-text { padding: 0em 0em 0em 1.5em; font-size: 0.83em; } span.radio-circle input[type="radio"]+label { padding: 4px 0px 5px 23px; font-size: 0.8em; } .check-box p { margin: 0em 0em 0.5em 0em; } ul.p_n-list li a { padding: 5px 17px; } ul.nav.navbar-nav { width: 70%; } ul.dropdown-menu li a{ font-size: 0.9em; padding: 0.7em 3em; } .navbar-left { width: 29%; } .btn-default { left: 83%; } .flat p { width: 59%; } } @media(max-width:1366px){ ul.p_n-list li a { padding: 5px 15px; } .navbar-left { width: 27%; } ul.nav.navbar-nav { width: 73%; } .joker-text p { font-size: 0.7em; } } @media(max-width:1280px){ .top-nav ul li a { font-size: 0.9em; padding: 1.1em 1.6em; } ul.p_n-list li a { padding: 5px 13px; } .navbar-left { width: 27%; } .head-tags ul li a { font-size: 0.8em; } .flat p { font-size: 0.8em; } .head-tags ul { width: 75%; } .head-tags { width: 54%; } .flat { width: 23%; } .weather-bottom a { width: 85%; } ul.dropdown-menu li a { padding: 0.5em 3em; } span.glyphicon.glyphicon-signal,span.glyphicon.glyphicon-calendar, span.glyphicon.glyphicon-tasks,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-comment ,span.glyphicon.glyphicon-eye-open.joker-eye,span.glyphicon.glyphicon-envelope,span.glyphicon.glyphicon-pencil ,span.glyphicon.glyphicon-trash { font-size: 1.6em; margin-top: 5px; } } @media(max-width:1024px){ .weather-time p { font-size: 0.65em; } .weather-time h1 { font-size: 2em; } .top-nav ul li a { font-size: 0.9em; padding: 1.1em 1.6em; } .joker-bg-img-comm { width: 23px; } span.glyphicon.glyphicon-signal, span.glyphicon.glyphicon-calendar, span.glyphicon.glyphicon-tasks, span.glyphicon.glyphicon-user, span.glyphicon.glyphicon-comment, span.glyphicon.glyphicon-eye-open.joker-eye, span.glyphicon.glyphicon-envelope, span.glyphicon.glyphicon-pencil, span.glyphicon.glyphicon-trash { font-size: 1.5em; } .weather-top { padding: 2em 1em 0.8em 1em; } .cal1 .clndr .clndr-controls .month { font-size: 0.6em; } .season-left h4 { font-size: 0.8em; } .temparatur h5 { font-size: 0.9em; } .weather-bottom a { font-size: 0.71em; } .mess-img { width: 30px; height: 32px; background-size: 100%; } .message-text h4 { font-size: 0.7em; } .pen-img { width: 31px; height: 33px; background-size: 100%; } .skill-grd-text h4 { font-size: 0.75em; } .skill-grd-img-chat { width: 30px; height: 33px; background-size: 100%; } .skill-grd-img-tesk { width: 30px; height: 31px; background-size: 100%; } .skill-grd-img-event { width: 25px; height: 34px; background-size: 98%; } i.drop-dot { background: url(../images/dot.png)no-repeat -1px 13px; width: 30px; height: 30px; } .header { width: 97%; } .weather-time h4 { font-size: 0.95em; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .weather { width: 44%; } .weather-bottom a { width: 95%; } .select-btn-left { padding: 0px; } span.radio-circle input[type="radio"]+label i:first-child { width: 15px; height: 15px; bottom: 3px; display: inline-block; border: 3px solid #7BA4D9; } span.radio-circle input[type="radio"]:checked+label i:first-child:before { left: 1.4px; top: 2.3px; width: 5px; height: 5px; } span.radio-circle input[type="radio"]+label { padding: 1px 0px 2px 19px; } .radio-btn { padding: 0.5em 0em 0.55em 0.5em; } input[type=checkbox].css-checkbox0 + label.css-label0 { height: 16px; width: 16px; line-height: 10px; background: url(../images/tic2.png) no-repeat 1px 1px; } input[type=checkbox].css-checkbox1 + label.css-label1 { height: 16px; width: 16px; line-height: 10px; border: 2px solid #7BA4D9; background: url(../images/tic2.png) no-repeat 1px 1px; } input[type=checkbox].css-checkbox2 + label.css-label2 { height: 16px; width: 16px; } input[type=checkbox].css-checkbox2:checked + label.css-label2 { background: url(../images/tic.png) no-repeat #7BA4D9 1px 1px; border: 2px solid #7BA4D9; } i.chk-text { padding: 0em 0em 0em 1.4em; font-size: 0.8em; } .check-box { padding: 0.45em 0.5em 0.3em 0.5em; } .check-box p { margin: 0em 0em 0.35em 0em; } .switch.tog-2 { width: 80px; height: 32px; } .switch.tog-2 label i:before { top: 36%; right: -145%; } .switch.tog-2 label i { width: 35%; right: 57%; } .switch.tog-2 input:checked ~ label i { right: 6%; } .avari-info h2 { font-size: 1.3em; } ul.nav.navbar-nav { width: 67%; } .navbar-left { width: 33%; } ul.dropdown-menu li a { padding: 0.5em 4.7em; } .weather-img img { width: 100%; } ul.p_n-list li a { padding: 5px 12px; } ul.p_n-list li span.list-bar { width: 35px; } } @media(max-width:930px){ .top-nav ul li a { padding: 1.1em 1.2em; } } @media(max-width:800px){ span.glyphicon.glyphicon-time { padding: 1em; font-size: 1em; } span.glyphicon.glyphicon-cog { padding: 1em; font-size: 1em; } span.glyphicon.glyphicon-camera { padding: 1em; font-size:1em; } span.glyphicon.glyphicon-heart { padding:1em; font-size:1em; } span.glyphicon.glyphicon-eye-open { padding:1em; font-size:1em; } .flat { padding: 0.5em 0.5em 0.5em 0.5em; } .head-tags ul li a { font-size: 1em; padding: 0.3em 1em; } ul li.plus-img img { width: 100%; } .head-tags ul li { margin: 0% 11% 0% 0%; } .header { width: 95%; } .flat { width: 20%; } .header-left1 { margin: 0em 0em 2em 0em; } .logo img { width: 30%; display:inline; vertical-align:middle; } .top-nav ul li a { font-size: 0.8em; padding: 1.45em 1em; } .weather { width: 46%; float: left; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .weather-time h1 { font-size: 3em; } .weather-time h4 { font-size: 1.25em; } .weather-time p { font-size: 0.9em; } .season-left h4 { font-size: 1em; } .radio-btn { padding: 1em; width: 50%; } .check-box { padding: 0.6em; } .select-btn-rit { padding: 0px 0px 0px 0px; } .views { float: left; width: 33.3%; } .avari-info { padding: 1em 0em; } .bridge-city { margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .message { float: left; width: 33.3%; } .joker-text p { font-size: 0.95em; } .message-text h4 { font-size: 0.9em; margin: 0.5em 0em 0em 0em; } .skills-rows { padding: 0px; } .skills-grid { float: left; width: 33.3%; } .skill-grd-text h4 { font-size: 0.9em; margin: 0.5em 0em 0em 0em; } .weather-bottom a { width: 53%; } .weather-bottom a { width: 53%; font-size:0.8em; padding: 0.5em 1em; } ul.nav.navbar-nav { width: 73%; } .navbar-left { width: 27%; } ul.dropdown-menu li a { padding: 0.5em 4em; } .tog-1 { width: 83%; } .tog-2 { width: 16%; } .skills-main { margin-top: 1.5em; } .content-cal1 { padding: 1.2em 1em; } } @media(max-width:736px){ .top-nav ul li { display: block; float: none; text-align: center; border-right: none; } ul.nav.navbar-nav li a { display: block; } ul.nav.navbar-nav { width: 100%; float: none; } .navbar-left { width: 100%; } .navbar-header { background-color: #002a5d; } .logo { padding: 0em 0em 2em 0em; display:inline; vertical-align:middle; } } @media(max-width:667px){ .head-tags ul li { margin: 0% 9% 0% 0%; } } @media(max-width:640px){ .head-menu { width: 44%; } .head-tags { width: 53%; } .head-tags ul li { margin: 0% 4% 0% 0%; } .form-group input.form-control { width: 92%; margin: 0em 0em; } .btn-default { left: 92%; } .navbar-nav { margin: 0px 0px; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #FFF; background-color: #7BA4D9; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #FFF; background: #7BA4D9; } .navbar-form .form-group { width: 99%; } } @media(max-width:600px){ .head-menu { width: 46%; } .head-tags ul { width: 79%; } .head-tags ul li { margin: 0% 3% 0% 0%; } .weather-bottom a { width: 72%; } } @media(max-width:568px){ span.glyphicon.glyphicon-eye-open { padding: 0.8em; font-size: 0.9em; } span.glyphicon.glyphicon-heart { padding: 0.8em; font-size: 0.9em; } span.glyphicon.glyphicon-camera { padding: 0.8em; font-size: 0.9em; } span.glyphicon.glyphicon-time { padding: 0.8em; font-size: 0.9em; } span.glyphicon.glyphicon-cog { padding: 0.8em; font-size: 0.9em; } .head-menu { width: 39%; } .head-tags { width: 57%; } } @media(max-width:480px){ span.glyphicon.glyphicon-time { padding: 0.9em; font-size: 0.8em; } span.glyphicon.glyphicon-cog { padding: 0.9em; font-size: 0.8em; } span.glyphicon.glyphicon-camera { padding: 0.9em; font-size:0.8em; } span.glyphicon.glyphicon-heart { padding:0.9em; font-size:0.8em; } span.glyphicon.glyphicon-eye-open { padding:0.9em; font-size:0.8em; } .head-tags ul li a { font-size: 0.85em; padding: 0.3em 0.6em; } .head-tags ul { width: 75%; } .copyright p { font-size: 0.85em; } .weather { width: 74%; float: none; margin: 0em auto 2em; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .head-tags ul li { margin: 0% 2% 0% 0%; } .head-tags { width: 54%; } .flat { width: 23%; } span.glyphicon.glyphicon-remove { width: 31%; font-size: 0.7em; margin: 0.1em 0em 0em 0em; } .flat p { font-size: 0.7em; } .head-menu { width: 44%; } .top-nav ul li a { padding: 1em 1em; } .btn-default { left: 91%; } .tog-1 { width: 73%; } .radio-btn { padding: 0.75em; } .logo h3 { font-size: 2em; display:inline; vertical-align:middle; } } @media(max-width:414px){ .flat { width: 28%; } span.glyphicon.glyphicon-eye-open { padding: 0.7em; font-size: 0.7em; } span.glyphicon.glyphicon-heart { padding: 0.7em; font-size: 0.7em; } span.glyphicon.glyphicon-camera { padding: 0.7em; font-size: 0.7em; } span.glyphicon.glyphicon-time { padding: 0.7em; font-size: 0.7em; } span.glyphicon.glyphicon-cog { padding: 0.7em; font-size: 0.7em; } .head-tags { width: 60%; } .head-tags ul { width: 75%; } .flat { width: 24%; } .head-tags ul li { margin: 0% 0% 0% 0%; } } @media(max-width:384px){ .head-menu { width: 50%; float: none; margin: 0 auto 1em; } .head-tags { width: 90%; } .head-tags ul li { margin: 0% 7% 0% 0%; } } @media(max-width:320px){ .head-menu { width: 96%; float: none; margin: 0 auto 1em; } .head-tags { width: 100%; float: none; } .head-tags ul li { margin: 0% 7% 0% 0%; } .header { width: 95%; } .logo img { width: 45%; display:inline; vertical-align:middle; } .logo { padding: 0em 0em 1.5em 0em; display:inline; vertical-align:middle; } span.glyphicon.glyphicon-time { padding: 0.8em 1em; font-size: 1em; } span.glyphicon.glyphicon-cog { padding: 0.8em 1em; font-size: 1em; } span.glyphicon.glyphicon-camera { padding: 0.8em 1em; font-size:1em; } span.glyphicon.glyphicon-heart { padding:0.8em 1em; font-size:1em; } span.glyphicon.glyphicon-eye-open { padding:0.8em 1em; font-size:1em; } .header-left1 { margin: 0em 0em 1em 0em; padding: 0px; } .header-left { padding: 0px; } .header-main { padding: 0em 0em 0.75em 0em; } ul.p_n-list li span.list-bar { height:22px; width: 33px; } .pag-nations { margin: 1em 0em 1em 0em; } .weather { width: 100%; margin: 0em auto 1em; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .radio-btn { padding: 0.8em; width: 50%; margin: 1em 0.2em 0em 0em; } .check-box { padding: 0.65em; margin: 1em 0em 0em 0em; } .drop-down { margin: 1em 0em 0em 0em; } li.item1, li.item2 { margin: 0em 0 1em; } .header-right { padding: 0px; } .avari-info h2 { font-size: 1.2em; } .joker-text h4 { font-size: 0.8em; } .joker-text p { font-size: 0.75em; } .joker-bg-img { width: 33px; height: 30px; background-size: 100%; } .joker-bg-img-user { width: 25px; height: 32px; background-size: 100%; } .joker-bg-img-comm { width: 33px; height: 32px; background-size: 100%; } .newsletter { margin-top: 1em; } .message-text h4 { font-size: 0.75em; } .skill-circle { padding: 1em 0em; } .skill-grd-text h4 { font-size: 0.8em; } .copyright p { font-size: 0.8em; } .header-right1 { padding: 0px; } .flat { width: 25%; } .head-tags ul { width: 73%; } .top-nav ul li a { font-size: 0.8em; padding: 0.8em 1em; } .btn-default { left: 89%; } .tog-1 { width: 65%; } .logo h3 { font-size: 1.8em; display:inline; vertical-align:middle; } ul.p_n-list li a { padding: 0px 7px; } .slide-img,.slide-img1,.slide-img2,.slide-img3,.slide-img4,.slide-img5 { height:200px; } .copyright { padding: 0em 0; } }
css/style.css
h4, h5, h6, h1, h2, h3 {margin: 0;} ul, ol {margin: 0;} p {margin: 0;} html { font-family: 'Montserrat', sans-serif; font-size: 100%; background:#e6e6e6; } body { background-image: url(../raw/White-Wallpaper-62E.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } a { text-decoration: none; } a:hover { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .header { width: 90%; margin: 0em auto 0em; padding: 2em 0em; } .logo { text-align: center; padding: 0em 0em 4em 0em; display:inline; vertical-align:middle; } .logo h3 { font-size: 2.5em; display:inline; vertical-align:middle; } .logo h3 a{ color:#7BA4D9; text-decoration:none; display:inline; vertical-align:middle; } .logo h4 { color:#293a4a; text-decoration:none; display:inline; vertical-align:middle; } ul.bullets{ padding-left: 20px; list-style-type: disc; } /*--pagenation start here--*/ .pag-nations { margin: 2em 0em 0em 0em; } ul.p_n-list { list-style: none; padding: 0px; } ul.p_n-list li span.list-bar { background: url(../images/pagen-arr.png)no-repeat #7BA4D9 5px 0px; width: 53px; height: 32px; display: block; cursor: pointer; } ul.p_n-list li { display: inline-block; margin: 0px 0em 0px 0px; float: left; background: #7BA4D9; padding: 0.5em 0em 0.5em 0em; } ul.p_n-list li a { font-size: 1em; font-weight: 400; color: #fff; background:#7BA4D9; padding:5px 22px; border-radius:4px; display: block; } ul.p_n-list li a:hover,ul.p_n-list li a.active{ color:#7BA4D9; background:#fff; text-decoration:none; overflow:hidden; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; } ul.p_n-list li span.list-bar.next { background-position: 0px 6px; } ul.p_n-list li span.list-bar.prev { background-position: -50px 6px; } /*--pagenation end here--*/ /*--weather strat here--*/ .weather-time { float: left; width: 50%; } .weather-img { float: right; width: 50%; } .weather { background: #fff; padding: 0em; border-radius: 4px; z-index: 999; } .weather-top { padding: 1em 1em 0em 1em; } .season-left { float: left; } .weather-bottom { padding: 1em 1em 1em 1em; border-top:1px solid #ECECEC; } .temparatur { float: right; width: 50%; text-align: center; } .weather-time h4 { font-size: 1.15em; color: #002a5c; font-family: 'Lato', sans-serif; } .weather-time h1 { font-size: 3em; color: #7BA4D9; } .weather-time p { font-size: 0.9em; color: #000; font-family: 'Lato', sans-serif; } .seasons { margin: 0.5em 0em 0em 0em; } span.cloud-img { background: url(../images/thursday.png)no-repeat; width: 22px; height: 22px; display: inline-block; } span.cloud-rain { background: url(../images/friday.png)no-repeat; width: 22px; height: 22px; display: inline-block; } span.cloud-sun { background: url(../images/sun.png)no-repeat; width: 22px; height: 22px; display: inline-block; } .temparatur h5 { font-size: 0.95em; color: #000; display: inline-block; vertical-align:super; font-family: 'Lato', sans-serif; } .season-left h4 { font-size: 1em; color: #7BA4D9; } .weather-bottom a { font-size: 0.9em; color: #fff; background: #002a5c; display: block; padding: 0.3em 1em; width: 61%; text-align: center; margin: 1em auto 0em; border-radius: 3px; } .weather-bottom a:hover{ text-decoration:none; background:#7BA4D9; } /*--calender start here--*/ .content-cal1 { padding:0.4em 1em; width: 100%; background: #fff; border-radius: 4px; } .calender { padding: 0em 0em 0em 0em; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } /*--radio start here--*/ /*----*/ span input[type="radio"] { display: none; } span.radio-circle input[type="radio"]+label { position: relative; padding: 4px 0px 5px 24px; width: 100%; cursor: pointer; } span.radio-circle input[type="radio"]+label i:first-child { width: 20px; height: 20px; display: inline-block; border: 4px solid #7BA4D9; position: absolute; left: 0; bottom: 6px; background: #FFFFFF; border-radius: 20px; } span.radio-circle input[type="radio"]:checked+label i:first-child:before { content: ""; background: #7BA4D9; position: absolute; left: 3px; top: 3px; width: 6px; height: 6px; border-radius: 15px; } .select-btn-left { padding: 0px; } .radio-btn { background: #fff; margin: 1.5em 0.2em 0em 0em; padding: 1em 0em 0.55em 1em; border-radius: 3px; width: 47%; float: left; z-index: 999; } /*--check box start here--*/ .check-box { background: #fff; padding: 1.2em 1em 0.3em 1em; margin: 1.5em 0em 0em 0em; border-radius: 3px; width: 48%; float: right; } .check-box p { margin: 0em 0em 0.7em 0em; } /*----*/ input[type=checkbox].css-checkbox0:checked + label.css-label0 { background: url(../images/tic2.png) no-repeat 3px 3px; border:2px solid #bbbbbb; } input[type=checkbox].css-checkbox0 + label.css-label0 { height: 20px; width: 20px; display: inline-block; line-height: 18px; cursor: pointer; border:2px solid #bbbbbb; } /*----*/ .col_checkbox input[type="checkbox"] { display: none; } input[type=checkbox].css-checkbox1:checked + label.css-label1 { background: url(../images/tic2.png) no-repeat 2px 2px; border:3px solid #7BA4D9; } input[type=checkbox].css-checkbox1 + label.css-label1 { height: 20px; width: 20px; display: inline-block; line-height: 18px; cursor: pointer; border:3px solid #7BA4D9; } /*----*/ input[type=checkbox].css-checkbox2:checked + label.css-label2{ background: url(../images/tic.png) no-repeat #7BA4D9 2px 2px; border:3px solid #7BA4D9; } input[type=checkbox].css-checkbox2 + label.css-label2 { height: 20px; width: 20px; display: inline-block; line-height: 18px; cursor: pointer; border:3px solid #7BA4D9; background:#7BA4D9; } i.chk-text { padding: 0em 0em 0em 1.7em; font-size: 1em; color: #000; } /*----*/ /*--check box end here--*/ /*--toggle strat here--*/ .switch { margin:0px; position: relative; } .toggle-top { margin: 1em 0em 0em 0em; } .tog-1 { float: left; width: 50%; } .tog-2 { float: right; width: 50%; } .switch label { width: 100%; height: 100%; position: relative; display: block; } .switch input { top: 0; right: 0; bottom: 0; left: 0; opacity: 0; z-index: 100; position: absolute; width: 100%; height: 100%; cursor: pointer; } .switch.tog-2 { width:94px; height:40px; z-index: 999; } .switch.tog-2 label { display: block; width: 100%; height: 100%; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; color: #FFF; background: #fff; font-size: 1.1em; box-shadow: 1px 1px 1px #8F8E8E; } .switch.tog-2 label:after { content: ""; position: absolute; z-index: -1; top: -8px; right: -8px; bottom: -8px; left: -8px; border-radius: inherit; } .switch.tog-2 label:before { content: ""; position: absolute; z-index: -1; top: -5px; right: -5px; bottom: -5px; left: -5px; border-radius: inherit; /*--background:rgba(51, 92, 140, 0.37);--*/ } .switch.tog-2 label i { display: block; height: 70%; width: 35%; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; position: absolute; z-index: 2; right: 59%; top: 6px; background:#b0b0b0; background: -moz-linear-gradient(top, #b0b0b0 0%, #b0b0b0 0%, #b0b0b0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0b0b0), color-stop(0%,#b0b0b0), color-stop(100%,#b0b0b0)); background: -webkit-linear-gradient(top, #b0b0b0 0%,#b0b0b0 0%,#b0b0b0 100%); background: -o-linear-gradient(top, #b0b0b0 0%,#b0b0b0 0%,#b0b0b0 100%); background: -ms-linear-gradient(top, #b0b0b0 0%,#b0b0b0 0%,#b0b0b0 100%); background: linear-gradient(to bottom, #b0b0b0 0%,#b0b0b0 0%,#b0b0b0 100%); border: none; font-style: normal; } .switch.tog-2 label i:before { content: "off"; text-transform: uppercase; font-size: 0.8em; position: absolute; top: 40%; margin-top: -7px; right: -120%; color: #a4a9ae; font-weight: 700; } .switch.tog-2 input:checked ~ label { background:#fff; color:#FFF; font-size:1.1em; } .switch.tog-2 input:checked ~ label i { right: 3%; } .switch.tog-2 input:checked ~ label i:before { content: "on"; right: 155%; color:#7BA4D9; } /*----*/ .switch.tog-3 label i { background: #7BA4D9; background: -moz-linear-gradient(top, #7BA4D9 0%, #7BA4D9 0%, #7BA4D9 100%, #7BA4D9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7BA4D9), color-stop(0%,#7BA4D9), color-stop(100%,#7BA4D9), color-stop(100%,#7BA4D9)); background: -webkit-linear-gradient(top, #7BA4D9 0%,#7BA4D9 0%,#7BA4D9 100%,#7BA4D9 100%); background: -o-linear-gradient(top, #7BA4D9 0%,#7BA4D9 0%,#7BA4D9 100%,#7BA4D9 100%); background: -ms-linear-gradient(top, #7BA4D9 0%,#7BA4D9 0%,#7BA4D9 100%,#7BA4D9 100%); background: linear-gradient(to bottom, #7BA4D9 0%,#7BA4D9 0%,#7BA4D9 100%,#7BA4D9 100%); } /*--toggle end here--*/ /*--drop down start here--*/ .drop-down { margin: 1.5em 0em 0em 0em; } .select-btn-rit { padding-right: 0px; } /*----*/ ul.kid-menu{ display: block !important; } .menu { width: auto; height: auto; padding: 0; list-style: none; margin: 0; } ul { padding: 0; list-style: none; } li.item1 ,li.item2{ margin: 0em 0 1.5em; background:#002a5c; } .menu > li > a { width: 100%; line-height: 2.5em; text-indent: 1.2em; display: block; position: relative; color: #fff; font-size: 0.9em; text-decoration: none; font-weight: 400; font-family: 'Lato', sans-serif; } .menu ul li a { width: 100%; display: block; position: relative; font-size: 0.9em; color: #FFFFFF; text-decoration: none; line-height: 2.5em; text-indent: 1.2em; background: #596b7c; font-family: 'Lato', sans-serif; } .menu ul li a:hover{ background: #002a5c; color:#fff; } i.drop-dot { background: url(../images/dot.png)no-repeat 1px 12px; width: 36px; height: 36px; display: inline-block; float: right; } .menu > li > a:hover, .menu > li > a.active { background:#002a5c; color:#fff; } .menu ul.kid-menu li a{ border-bottom: none; } ul.kid-menu li{ list-style: none; border-bottom: 1px solid #ddd; } ul.kid-menu li.menu-kid-left{ border-bottom:none; } ul.cute li{ background: #fff; } .arrow-img { padding: 0em 0em 0 6.5em; } .img-arrow{ padding: 0 0 0 8em; } .img-left-arrow{ padding: 0 0 0 5.5em; } /*---*/ /*--navgation start here--*/ .top-nav { margin: 0em 0em 1.5em 0em; } div#bs-example-navbar-collapse-1 { padding: 0px; background:#002a5c; } ul.dropdown-menu li { border-right: none !important; width: 100%; } .top-nav ul { padding: 0em; list-style: none; } .top-nav ul li { display: inline-block; float: left; line-height: 0.6em; border-right: 1px solid #000; } .top-nav ul li a { font-size: 1em; color:#7d91a3; display: inline-block; text-decoration:none; padding: 1em 2em; background: #002a5c; } .top-nav ul li a:hover,.header-right ul li a.active{ background:#7BA4D9; color:#fff; } .top-nav ul li.serc { display: inline-block; margin: 0em 0em 0em 0em; background: #002a5c; text-align: center; padding: 0.65em 0em 0.65em 0em; } .search { background: #293a4a; margin: 0em 0.8em 0em 0.8em; width:75%; } .top-nav ul li input[type="text"] { border: none; font-size: 0.85em; font-weight: 400; color: #7d91a3; background: #293a4a; outline: none; width: 75%; border-radius: 4px; padding: 0.5em 0em 0.5em 0.5em; } .top-nav ul li input[type="submit"] { background: url(../images/search.png)no-repeat 0px 3px; width: 36px; height: 26px; display: inline-block; border: none; vertical-align: bottom; outline: none; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background: #7BA4D9; color:#fff; } ul.nav.navbar-nav li a { background: #002a5c; color:#7d91a3; } ul.nav.navbar-nav li a:hover{ background: #7BA4D9; color:#fff; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background: #7BA4D9; color:#fff; } ul.dropdown-menu li a{ background: #002a5c; padding: 0.5em 2.5em 0.5em 2.5em; text-align: center; display:block; } ul.dropdown-menu li a:hover{ background:#7BA4D9; } ul.nav.navbar-nav { float: left; width: 69%; } .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; width:95%; background: #fff; } .navbar-left { float:right !important; position: relative; margin: 0px 0 0 0px; background: #002a5c; padding: 9px 5px 9px 10px; width: 19%; } .form-group input.form-control { width: 83%; font-size: 0.82em; color: #999; background: #fff; border: none; outline: none; } .btn-default { background: url(../images/search.png) no-repeat ; border: none; width: 20px; height: 31px; position: absolute; top: 18px; left: 81%; outline:none; } .btn-default:hover{ background: url(../images/search.png) no-repeat !important; } /*--header-right-blc1--*/ .header-right { padding-right: 0px; } .bridge-city { background: #7BA4D9; min-height: 100px; background-size: cover; text-align:center; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .avari-info { text-align: center; padding: 0.5em 0em; background: #fff; } .avari-info h2 { font-size: 1.5em; color: #7BA4D9; } .avari-info p { font-size: 0.9em; color:#7E7E7E; line-height: 1.5em; font-family: 'Lato', sans-serif; } .views { background: #7BA4D9; padding: 0.63em 0.5em; border-top: 3px solid #002a5a; border-right: 1px solid #002a5a; } .joker-text { float: left; width: 50%; text-align: center; } .joker-bg-img { float: right; } span.glyphicon.glyphicon-eye-open.joker-eye { color: #fff; font-size: 2.5em; padding: 0px; background: none; } .joker-bg-img-user { float: right; } span.glyphicon.glyphicon-user { font-size: 2.5em; color: #fff; } .joker-bg-img-comm { float: right; } span.glyphicon.glyphicon-comment { font-size: 2.5em; color: #fff; } .joker-text h4 { font-size: 1em; color: #fff; margin: 0.5em 0em 0em 0em; } .joker-text p { font-size: 0.8em; color:#002a59; } .joker-rows { padding: 0px 0px 0px 0px; z-index: 999; } /*--news letter strat here--*/ .newsletter { background: #fff; border-radius: 4px 4px 0px 0px; } .newsletter-top { padding: 1.3em 1.3em; text-align: justify; text-justify: inter-word; } .newsletter-top h2 { padding: 0.5em 0.5em; text-align: left; background: #7BA4D9; color: #fff; } .newsletter-top h3 { padding: 0.5em 0.5em; text-align: left; } .newsletter-top input[type="text"] { padding: 0.5em 0.5em; font-size: 0.83em; width: 100%; color: #999; display: block; border: 1px solid #999; border-radius: 3px; margin-bottom: 1.1em; outline: none; } .newsletter-top textarea { font-size: 0.83em; color: #999; border: 1px solid #999; border-radius: 4px; padding: 0.4em 0.5em; height: 10em; width: 100%; outline: none; resize: none; display: block; } .newsletter-top input[type="submit"] { font-size: 0.85em; color: #fff; background: #002a5c; border: #000; padding: 0.4em 1.5em; border-radius: 4px; outline: none; margin:1.1em 0em 0em 0em; } .newsletter-top input[type="submit"]:hover{ background:#7BA4D9; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .message { padding: 0.8em 0.5em; border-right: 1px solid #002a5a; } .newsletter-bottom { background: #7BA4D9; border-top:3px solid #002a5a; } .newsletter-address { background: #7BA4D9; padding: 0.4em; border-top:3px solid #002a5a; } .message-text h4 { font-size: 0.85em; color: #fff; margin: 0.9em 0em 0em 0em; } .message-text { float: left; width: 50%; text-align: center; } .mess-img { float: right; } span.glyphicon.glyphicon-envelope { font-size: 2.5em; color: #fff; } .pen-img{ float: right; } span.glyphicon.glyphicon-pencil { font-size: 2.5em; color: #fff; } .del-img{ float: right; } span.glyphicon.glyphicon-trash { font-size: 2.5em; color: #fff; } /*--skills start here--*/ .skills-main { background: #fff; text-align: center; } .skill-circle{ padding: 2.5em 0em; } .skills-bottom { background: #7BA4D9; border-top:3px solid #002a5a; } .skills-grid { padding: 0.65em 0.5em; border-right: 1px solid #002a5a; } .skill-grd-img-chat { float: right; } span.glyphicon.glyphicon-signal { font-size: 2.5em; color: #fff; } .skill-grd-img-tesk { float: right; } span.glyphicon.glyphicon-tasks { font-size: 2.5em; color: #fff; } .skill-grd-img-event{ float: right; } span.glyphicon.glyphicon-calendar { font-size: 2.5em; color: #fff; } .skill-grd-text { float: left; width: 50%; } .skill-grd-text h4 { font-size: 0.91em; color: #fff; margin: 1em 0em 0em 0em; } /*--skills end here--*/ /*--slider start here--*/ .trav-respon-slid { margin: 1.5em 0em 0em 0em; } .slider { position: relative; } .rslides { background: #293a4a; position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0.5em; margin: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li:first-child { position: relative; display: block; float: left; } .rslides img { display: block; height: 310px; float: left; width: 100%; border: 0; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 8px; width: 8px; display: inline-block; border: 2px solid #002a5c; background: #002a5c; border-radius:100px; } .callbacks_here a:after{ border: 2px solid #002a5c; background: #fff; } .callbacks_tabs a{ visibility:hidden; line-height: 1.2em; } .callbacks_tabs li{ display:inline-block; } ul.callbacks_tabs.callbacks1_tabs,ul.callbacks_tabs.callbacks2_tabs { background-color: #7BA4D9; text-align: center; padding: 1.73em 0; } .callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); bottom:6%; left: 2%; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 20px; width: 20px; background: url("../images/img-sprite.png") no-repeat -338px -13px ; } .callbacks_nav.next { left: auto; background-position: -245px -13px; right: 2%; } .slide-img{ background: url(../raw/hearing_aid.jpg) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img1{ background: url(../raw/blaid-2.jpg) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img2{ background: url(../raw/vitaliti-kit.jpg) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img3{ background: url(../raw/speaker_phone.png) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img4{ background: url(../raw/audio_simulink.png) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } .slide-img5{ background: url(../raw/iot_audio.png) no-repeat ; width: 100%; height: 310px; background-size: contain; background-position: center; } /*--sliderend here--*/ /*--footer start here--*/ .copyright { text-align: center; padding: 2em 0; } .copyright p { font-size: 1em; color: #002a5c; } .copyright p a { font-size: 1em; color: #7BA4D9; } .copyright p a:hover{ color:#002a5c; text-decoration:none; } /*--footer end here--*/ /*--meadia quries start here--*/ @media(max-width:1600px){ .head-tags ul li { display: inline-block; margin: 0% 7% 0% 0%; } ul.nav.navbar-nav { width: 72%; } .navbar-left { width: 28%; } ul.p_n-list li a { padding: 5px 20px; } } @media(max-width:1440px){ .weather-bottom a { width: 76%; } .select-btn-rit { padding: 0px 0px 0px 20px; } i.glyphicon.glyphicon-menu-down { padding: 0px 0 0 10%; } i.chk-text { padding: 0em 0em 0em 1.5em; font-size: 0.83em; } span.radio-circle input[type="radio"]+label { padding: 4px 0px 5px 23px; font-size: 0.8em; } .check-box p { margin: 0em 0em 0.5em 0em; } ul.p_n-list li a { padding: 5px 17px; } ul.nav.navbar-nav { width: 70%; } ul.dropdown-menu li a{ font-size: 0.9em; padding: 0.7em 3em; } .navbar-left { width: 29%; } .btn-default { left: 83%; } .flat p { width: 59%; } } @media(max-width:1366px){ ul.p_n-list li a { padding: 5px 15px; } .navbar-left { width: 27%; } ul.nav.navbar-nav { width: 73%; } .joker-text p { font-size: 0.7em; } } @media(max-width:1280px){ .top-nav ul li a { font-size: 0.9em; padding: 1.1em 1.6em; } ul.p_n-list li a { padding: 5px 13px; } .navbar-left { width: 27%; } .head-tags ul li a { font-size: 0.8em; } .flat p { font-size: 0.8em; } .head-tags ul { width: 75%; } .head-tags { width: 54%; } .flat { width: 23%; } .weather-bottom a { width: 85%; } ul.dropdown-menu li a { padding: 0.5em 3em; } span.glyphicon.glyphicon-signal,span.glyphicon.glyphicon-calendar, span.glyphicon.glyphicon-tasks,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-comment ,span.glyphicon.glyphicon-eye-open.joker-eye,span.glyphicon.glyphicon-envelope,span.glyphicon.glyphicon-pencil ,span.glyphicon.glyphicon-trash { font-size: 1.6em; margin-top: 5px; } } @media(max-width:1024px){ .weather-time p { font-size: 0.65em; } .weather-time h1 { font-size: 2em; } .top-nav ul li a { font-size: 0.9em; padding: 1.1em 1.6em; } .joker-bg-img-comm { width: 23px; } span.glyphicon.glyphicon-signal, span.glyphicon.glyphicon-calendar, span.glyphicon.glyphicon-tasks, span.glyphicon.glyphicon-user, span.glyphicon.glyphicon-comment, span.glyphicon.glyphicon-eye-open.joker-eye, span.glyphicon.glyphicon-envelope, span.glyphicon.glyphicon-pencil, span.glyphicon.glyphicon-trash { font-size: 1.5em; } .weather-top { padding: 2em 1em 0.8em 1em; } .cal1 .clndr .clndr-controls .month { font-size: 0.6em; } .season-left h4 { font-size: 0.8em; } .temparatur h5 { font-size: 0.9em; } .weather-bottom a { font-size: 0.71em; } .mess-img { width: 30px; height: 32px; background-size: 100%; } .message-text h4 { font-size: 0.7em; } .pen-img { width: 31px; height: 33px; background-size: 100%; } .skill-grd-text h4 { font-size: 0.75em; } .skill-grd-img-chat { width: 30px; height: 33px; background-size: 100%; } .skill-grd-img-tesk { width: 30px; height: 31px; background-size: 100%; } .skill-grd-img-event { width: 25px; height: 34px; background-size: 98%; } i.drop-dot { background: url(../images/dot.png)no-repeat -1px 13px; width: 30px; height: 30px; } .header { width: 97%; } .weather-time h4 { font-size: 0.95em; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .weather { width: 44%; } .weather-bottom a { width: 95%; } .select-btn-left { padding: 0px; } span.radio-circle input[type="radio"]+label i:first-child { width: 15px; height: 15px; bottom: 3px; display: inline-block; border: 3px solid #7BA4D9; } span.radio-circle input[type="radio"]:checked+label i:first-child:before { left: 1.4px; top: 2.3px; width: 5px; height: 5px; } span.radio-circle input[type="radio"]+label { padding: 1px 0px 2px 19px; } .radio-btn { padding: 0.5em 0em 0.55em 0.5em; } input[type=checkbox].css-checkbox0 + label.css-label0 { height: 16px; width: 16px; line-height: 10px; background: url(../images/tic2.png) no-repeat 1px 1px; } input[type=checkbox].css-checkbox1 + label.css-label1 { height: 16px; width: 16px; line-height: 10px; border: 2px solid #7BA4D9; background: url(../images/tic2.png) no-repeat 1px 1px; } input[type=checkbox].css-checkbox2 + label.css-label2 { height: 16px; width: 16px; } input[type=checkbox].css-checkbox2:checked + label.css-label2 { background: url(../images/tic.png) no-repeat #7BA4D9 1px 1px; border: 2px solid #7BA4D9; } i.chk-text { padding: 0em 0em 0em 1.4em; font-size: 0.8em; } .check-box { padding: 0.45em 0.5em 0.3em 0.5em; } .check-box p { margin: 0em 0em 0.35em 0em; } .switch.tog-2 { width: 80px; height: 32px; } .switch.tog-2 label i:before { top: 36%; right: -145%; } .switch.tog-2 label i { width: 35%; right: 57%; } .switch.tog-2 input:checked ~ label i { right: 6%; } .avari-info h2 { font-size: 1.3em; } ul.nav.navbar-nav { width: 67%; } .navbar-left { width: 33%; } ul.dropdown-menu li a { padding: 0.5em 4.7em; } .weather-img img { width: 100%; } ul.p_n-list li a { padding: 5px 12px; } ul.p_n-list li span.list-bar { width: 35px; } } @media(max-width:930px){ .top-nav ul li a { padding: 1.1em 1.2em; } } @media(max-width:800px){ span.glyphicon.glyphicon-time { padding: 1em; font-size: 1em; } span.glyphicon.glyphicon-cog { padding: 1em; font-size: 1em; } span.glyphicon.glyphicon-camera { padding: 1em; font-size:1em; } span.glyphicon.glyphicon-heart { padding:1em; font-size:1em; } span.glyphicon.glyphicon-eye-open { padding:1em; font-size:1em; } .flat { padding: 0.5em 0.5em 0.5em 0.5em; } .head-tags ul li a { font-size: 1em; padding: 0.3em 1em; } ul li.plus-img img { width: 100%; } .head-tags ul li { margin: 0% 11% 0% 0%; } .header { width: 95%; } .flat { width: 20%; } .header-left1 { margin: 0em 0em 2em 0em; } .logo img { width: 30%; display:inline; vertical-align:middle; } .top-nav ul li a { font-size: 0.8em; padding: 1.45em 1em; } .weather { width: 46%; float: left; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .weather-time h1 { font-size: 3em; } .weather-time h4 { font-size: 1.25em; } .weather-time p { font-size: 0.9em; } .season-left h4 { font-size: 1em; } .radio-btn { padding: 1em; width: 50%; } .check-box { padding: 0.6em; } .select-btn-rit { padding: 0px 0px 0px 0px; } .views { float: left; width: 33.3%; } .avari-info { padding: 1em 0em; } .bridge-city { margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .message { float: left; width: 33.3%; } .joker-text p { font-size: 0.95em; } .message-text h4 { font-size: 0.9em; margin: 0.5em 0em 0em 0em; } .skills-rows { padding: 0px; } .skills-grid { float: left; width: 33.3%; } .skill-grd-text h4 { font-size: 0.9em; margin: 0.5em 0em 0em 0em; } .weather-bottom a { width: 53%; } .weather-bottom a { width: 53%; font-size:0.8em; padding: 0.5em 1em; } ul.nav.navbar-nav { width: 73%; } .navbar-left { width: 27%; } ul.dropdown-menu li a { padding: 0.5em 4em; } .tog-1 { width: 83%; } .tog-2 { width: 16%; } .skills-main { margin-top: 1.5em; } .content-cal1 { padding: 1.2em 1em; } } @media(max-width:736px){ .top-nav ul li { display: block; float: none; text-align: center; border-right: none; } ul.nav.navbar-nav li a { display: block; } ul.nav.navbar-nav { width: 100%; float: none; } .navbar-left { width: 100%; } .navbar-header { background-color: #002a5d; } .logo { padding: 0em 0em 2em 0em; display:inline; vertical-align:middle; } } @media(max-width:667px){ .head-tags ul li { margin: 0% 9% 0% 0%; } } @media(max-width:640px){ .head-menu { width: 44%; } .head-tags { width: 53%; } .head-tags ul li { margin: 0% 4% 0% 0%; } .form-group input.form-control { width: 92%; margin: 0em 0em; } .btn-default { left: 92%; } .navbar-nav { margin: 0px 0px; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #FFF; background-color: #7BA4D9; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #FFF; background: #7BA4D9; } .navbar-form .form-group { width: 99%; } } @media(max-width:600px){ .head-menu { width: 46%; } .head-tags ul { width: 79%; } .head-tags ul li { margin: 0% 3% 0% 0%; } .weather-bottom a { width: 72%; } } @media(max-width:568px){ span.glyphicon.glyphicon-eye-open { padding: 0.8em; font-size: 0.9em; } span.glyphicon.glyphicon-heart { padding: 0.8em; font-size: 0.9em; } span.glyphicon.glyphicon-camera { padding: 0.8em; font-size: 0.9em; } span.glyphicon.glyphicon-time { padding: 0.8em; font-size: 0.9em; } span.glyphicon.glyphicon-cog { padding: 0.8em; font-size: 0.9em; } .head-menu { width: 39%; } .head-tags { width: 57%; } } @media(max-width:480px){ span.glyphicon.glyphicon-time { padding: 0.9em; font-size: 0.8em; } span.glyphicon.glyphicon-cog { padding: 0.9em; font-size: 0.8em; } span.glyphicon.glyphicon-camera { padding: 0.9em; font-size:0.8em; } span.glyphicon.glyphicon-heart { padding:0.9em; font-size:0.8em; } span.glyphicon.glyphicon-eye-open { padding:0.9em; font-size:0.8em; } .head-tags ul li a { font-size: 0.85em; padding: 0.3em 0.6em; } .head-tags ul { width: 75%; } .copyright p { font-size: 0.85em; } .weather { width: 74%; float: none; margin: 0em auto 2em; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .head-tags ul li { margin: 0% 2% 0% 0%; } .head-tags { width: 54%; } .flat { width: 23%; } span.glyphicon.glyphicon-remove { width: 31%; font-size: 0.7em; margin: 0.1em 0em 0em 0em; } .flat p { font-size: 0.7em; } .head-menu { width: 44%; } .top-nav ul li a { padding: 1em 1em; } .btn-default { left: 91%; } .tog-1 { width: 73%; } .radio-btn { padding: 0.75em; } .logo h3 { font-size: 2em; display:inline; vertical-align:middle; } } @media(max-width:414px){ .flat { width: 28%; } span.glyphicon.glyphicon-eye-open { padding: 0.7em; font-size: 0.7em; } span.glyphicon.glyphicon-heart { padding: 0.7em; font-size: 0.7em; } span.glyphicon.glyphicon-camera { padding: 0.7em; font-size: 0.7em; } span.glyphicon.glyphicon-time { padding: 0.7em; font-size: 0.7em; } span.glyphicon.glyphicon-cog { padding: 0.7em; font-size: 0.7em; } .head-tags { width: 60%; } .head-tags ul { width: 75%; } .flat { width: 24%; } .head-tags ul li { margin: 0% 0% 0% 0%; } } @media(max-width:384px){ .head-menu { width: 50%; float: none; margin: 0 auto 1em; } .head-tags { width: 90%; } .head-tags ul li { margin: 0% 7% 0% 0%; } } @media(max-width:320px){ .head-menu { width: 96%; float: none; margin: 0 auto 1em; } .head-tags { width: 100%; float: none; } .head-tags ul li { margin: 0% 7% 0% 0%; } .header { width: 95%; } .logo img { width: 45%; display:inline; vertical-align:middle; } .logo { padding: 0em 0em 1.5em 0em; display:inline; vertical-align:middle; } span.glyphicon.glyphicon-time { padding: 0.8em 1em; font-size: 1em; } span.glyphicon.glyphicon-cog { padding: 0.8em 1em; font-size: 1em; } span.glyphicon.glyphicon-camera { padding: 0.8em 1em; font-size:1em; } span.glyphicon.glyphicon-heart { padding:0.8em 1em; font-size:1em; } span.glyphicon.glyphicon-eye-open { padding:0.8em 1em; font-size:1em; } .header-left1 { margin: 0em 0em 1em 0em; padding: 0px; } .header-left { padding: 0px; } .header-main { padding: 0em 0em 0.75em 0em; } ul.p_n-list li span.list-bar { height:22px; width: 33px; } .pag-nations { margin: 1em 0em 1em 0em; } .weather { width: 100%; margin: 0em auto 1em; } .calgaman { background: #fff; margin-top: 1.5em; border-radius: 4px 4px 0px 0px; padding: 1.3em 1.3em; } .radio-btn { padding: 0.8em; width: 50%; margin: 1em 0.2em 0em 0em; } .check-box { padding: 0.65em; margin: 1em 0em 0em 0em; } .drop-down { margin: 1em 0em 0em 0em; } li.item1, li.item2 { margin: 0em 0 1em; } .header-right { padding: 0px; } .avari-info h2 { font-size: 1.2em; } .joker-text h4 { font-size: 0.8em; } .joker-text p { font-size: 0.75em; } .joker-bg-img { width: 33px; height: 30px; background-size: 100%; } .joker-bg-img-user { width: 25px; height: 32px; background-size: 100%; } .joker-bg-img-comm { width: 33px; height: 32px; background-size: 100%; } .newsletter { margin-top: 1em; } .message-text h4 { font-size: 0.75em; } .skill-circle { padding: 1em 0em; } .skill-grd-text h4 { font-size: 0.8em; } .copyright p { font-size: 0.8em; } .header-right1 { padding: 0px; } .flat { width: 25%; } .head-tags ul { width: 73%; } .top-nav ul li a { font-size: 0.8em; padding: 0.8em 1em; } .btn-default { left: 89%; } .tog-1 { width: 65%; } .logo h3 { font-size: 1.8em; display:inline; vertical-align:middle; } ul.p_n-list li a { padding: 0px 7px; } .slide-img,.slide-img1,.slide-img2,.slide-img3,.slide-img4,.slide-img5 { height:200px; } .copyright { padding: 0em 0; } }
0.282889
0.112649
@charset "utf-8"; body, * { padding: 0; margin: 0; list-style: none; width: 100%; -webkit-user-select: none; font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti; } a { text-decoration: none; } img { border: 0; } a[href*='baidu'] { display: none; } .main { margin: auto; } .banner { width: 100%; } .banner img { width: 100%; } .gameList, .gameList dl { overflow: hidden; } .gameList dt { border-left: 4px #03a8fe solid; font-size: .9em; color: #555; padding: 5px; margin: 5px 0; position: relative; } .gameList dt:before { content: ""; top: 13px; position: absolute; bottom: 13px; right: -20px; left: 5em; background: #ccc; } .gameList dd { width: 100%; display: block; height: 80px; overflow: hidden; background: url(../images/line.png) repeat-x 0 0; background-size: contain; } .gameList dd a { display: block; height: 60px; width: 100%; overflow: hidden; padding: 10px 0 10px 0; position: relative; -webkit-tap-highlight-color: rgba(0,0,0,0.2); -webkit-touch-callout: none; } .gameList dd a:active { background: #ddd; opacity: .8; } .icon { width: 60px; float: left; height: 60px; display: block; margin-left: 10px; margin-right: 10px; background: url(about:blank); background-size: contain; } .palyBtn { position: absolute; right: 10px; top: 50%; margin-top: -15px; height: 30px; line-height: 30px; width: 80px; border: 1px solid #03a8fe; border-radius: 20px; color: #03a8fe; font-size: .9em; outline: 0; text-align: center; background: transparent; } .info { height: 60px; overflow: hidden; width: 45%; display: block; float: left; color: #9a9a9a; font-size: .9em; } .info p { width: 100%; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .info p:first-child { color: #555; font-size: 1.2em; line-height: 1.4em; } .info p:nth-of-type(2) { color: #999; font-style: italic; font-size: .8em; line-height: 1.5em; } @media only screen and (min-device-width :768px) and (orientation :landscape) { .main { width: 640px; } } td { }
PersonalWeb/PersonalWeb/obj/Release/Package/PackageTmp/Html/css/base.css
@charset "utf-8"; body, * { padding: 0; margin: 0; list-style: none; width: 100%; -webkit-user-select: none; font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti; } a { text-decoration: none; } img { border: 0; } a[href*='baidu'] { display: none; } .main { margin: auto; } .banner { width: 100%; } .banner img { width: 100%; } .gameList, .gameList dl { overflow: hidden; } .gameList dt { border-left: 4px #03a8fe solid; font-size: .9em; color: #555; padding: 5px; margin: 5px 0; position: relative; } .gameList dt:before { content: ""; top: 13px; position: absolute; bottom: 13px; right: -20px; left: 5em; background: #ccc; } .gameList dd { width: 100%; display: block; height: 80px; overflow: hidden; background: url(../images/line.png) repeat-x 0 0; background-size: contain; } .gameList dd a { display: block; height: 60px; width: 100%; overflow: hidden; padding: 10px 0 10px 0; position: relative; -webkit-tap-highlight-color: rgba(0,0,0,0.2); -webkit-touch-callout: none; } .gameList dd a:active { background: #ddd; opacity: .8; } .icon { width: 60px; float: left; height: 60px; display: block; margin-left: 10px; margin-right: 10px; background: url(about:blank); background-size: contain; } .palyBtn { position: absolute; right: 10px; top: 50%; margin-top: -15px; height: 30px; line-height: 30px; width: 80px; border: 1px solid #03a8fe; border-radius: 20px; color: #03a8fe; font-size: .9em; outline: 0; text-align: center; background: transparent; } .info { height: 60px; overflow: hidden; width: 45%; display: block; float: left; color: #9a9a9a; font-size: .9em; } .info p { width: 100%; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .info p:first-child { color: #555; font-size: 1.2em; line-height: 1.4em; } .info p:nth-of-type(2) { color: #999; font-style: italic; font-size: .8em; line-height: 1.5em; } @media only screen and (min-device-width :768px) and (orientation :landscape) { .main { width: 640px; } } td { }
0.465145
0.088072
BODY {background: #ffffff; color: #333366;font-size: 12px; font-family: verdana; margin-top: 5px;} TABLE {border: 0px; padding:1px; font-size:12px;} TD {vertical-align: top; } H3 { text-decoration: none; } H5 { font-size:10px; font-decoration:none; } B {text-decoration: none; } A {color: #333366; text-decoration: underline; font-size:12px} DIV.content { background-color: #fffff; width: 770px; padding: 5px; border: 1px dashed black;} div.compound {padding: 2px; width: 786px; } div.pOptions { margin-left: 30px; width:80%; background: #f9f9f9; padding:5px;} div.crumb {padding:5px; background: #e9e9e9; } .message {color: #000000; text-decoration: none; font-size:10px; font-weight: normal} td.message {background: #cccccc; margin-left:20px; text-align:center;} tr.setQuery {background: #E6E6E6; font-size: 11px; color:#000000; text-align:center; vertical-align:middle; font-weight:bold;} .title {font-weight: bold; padding-top:5px; padding-bottom:5px;} .report { background: #f9f9f9; } div.queryRows { position:relative; overflow: auto; border-width: 0px; border-style: solid; height:150px; width: 770px; background-color: #ffffff; } .sideBar {background: #e9e9e9; padding:0px 5px 5px 5px; height:100%; vertical-align:top;} .xbutton { font-family:arial; font-size:10px; font-weight:bold; background:#ffffff; color:#993300; border-width:1px; border-style:solid; border-color: #993300; width:200px; height:22px; cursor:pointer; padding:0px, 10px, 0px, 10px; /*background-image: url('textfield.gif');*/ } INPUT, SELECT { color: #333366; font-family: arial; font-size:10px; padding: 1px; border-style: solid; border-width: 1px; border-color: #333366; } .hidText { border: 0px; background: #E6E6E6;} INPUT.radio { border-width: 0px; } TEXTAREA { color: #333366; font-family: arial; font-size:10px; padding: 1px; border-style: solid; border-width: 1px; border-color: #333366; } .sButton { font-family:arial; font-size:10px; font-weight:bold; background:#ffffff; color:#333366; border-width:1px; border-style:solid; border-color: #333366; width:100px; height:22px; cursor:pointer; padding:0px, 10px, 0px, 10px; } .paren {font-size: 12px;} /* Sortable tables */ table.sortable a.sortheader { background-color:#eee; color:#666666; font-weight: bold; text-decoration: none; display: block; } table.sortable span.sortarrow { color: black; text-decoration: none; } table.sortable {margin: 5px; }
WebRoot/html/V2/bigStyle.css
BODY {background: #ffffff; color: #333366;font-size: 12px; font-family: verdana; margin-top: 5px;} TABLE {border: 0px; padding:1px; font-size:12px;} TD {vertical-align: top; } H3 { text-decoration: none; } H5 { font-size:10px; font-decoration:none; } B {text-decoration: none; } A {color: #333366; text-decoration: underline; font-size:12px} DIV.content { background-color: #fffff; width: 770px; padding: 5px; border: 1px dashed black;} div.compound {padding: 2px; width: 786px; } div.pOptions { margin-left: 30px; width:80%; background: #f9f9f9; padding:5px;} div.crumb {padding:5px; background: #e9e9e9; } .message {color: #000000; text-decoration: none; font-size:10px; font-weight: normal} td.message {background: #cccccc; margin-left:20px; text-align:center;} tr.setQuery {background: #E6E6E6; font-size: 11px; color:#000000; text-align:center; vertical-align:middle; font-weight:bold;} .title {font-weight: bold; padding-top:5px; padding-bottom:5px;} .report { background: #f9f9f9; } div.queryRows { position:relative; overflow: auto; border-width: 0px; border-style: solid; height:150px; width: 770px; background-color: #ffffff; } .sideBar {background: #e9e9e9; padding:0px 5px 5px 5px; height:100%; vertical-align:top;} .xbutton { font-family:arial; font-size:10px; font-weight:bold; background:#ffffff; color:#993300; border-width:1px; border-style:solid; border-color: #993300; width:200px; height:22px; cursor:pointer; padding:0px, 10px, 0px, 10px; /*background-image: url('textfield.gif');*/ } INPUT, SELECT { color: #333366; font-family: arial; font-size:10px; padding: 1px; border-style: solid; border-width: 1px; border-color: #333366; } .hidText { border: 0px; background: #E6E6E6;} INPUT.radio { border-width: 0px; } TEXTAREA { color: #333366; font-family: arial; font-size:10px; padding: 1px; border-style: solid; border-width: 1px; border-color: #333366; } .sButton { font-family:arial; font-size:10px; font-weight:bold; background:#ffffff; color:#333366; border-width:1px; border-style:solid; border-color: #333366; width:100px; height:22px; cursor:pointer; padding:0px, 10px, 0px, 10px; } .paren {font-size: 12px;} /* Sortable tables */ table.sortable a.sortheader { background-color:#eee; color:#666666; font-weight: bold; text-decoration: none; display: block; } table.sortable span.sortarrow { color: black; text-decoration: none; } table.sortable {margin: 5px; }
0.166506
0.145085
.navbar-light .navbar-nav .nav-link { font-size: 16px !important; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem !important; padding-left: 1rem !important; } .wrap-countdown { display: inline-block; width: 825px; background-color: rgb(211, 194, 228); border: 1px solid #e6e6e6; border-radius: 5px; box-shadow: 5px 5px 15px rebeccapurple; padding: 9px 10px 9px 5px; position: absolute; top: -30px; left: 40px; } /* position Badges */ #sales { width: 50px; } #new { position: absolute; top: 426px; right: 205px; width: 50px; background-color: rgb(48, 236, 236); } #hot { position: absolute; top: 426px; width: 50px; } #soon { position: absolute; right: 205px; background-color: #dd39c7; width: 50px; } /* alert messages */ .alert-danger { color: rgb(255, 255, 255) !important; background-color: rgb(241, 20, 20) !important; /* height: 50px; width: 350px; */ animation: fadeOut 15s; -webkit-animation: fadeOut 15s; -moz-animation: fadeOut 15s; -o-animation: fadeOut 15s; -ms-animation: fadeOut 15s; } .alert-success { color: rgb(255, 255, 255) !important; background-color: rgb(29, 143, 19) !important; height: 50px; width: 350px; animation: fadeOut 12s; -webkit-animation: fadeOut 12s; -moz-animation: fadeOut 12s; -o-animation: fadeOut 12s; -ms-animation: fadeOut 12s; } .alert-light { color: white !important; background-color: rgb(206, 16, 190) !important; height: 50px; width: 340px; animation: fadeOut 12s; -webkit-animation: fadeOut 12s; -moz-animation: fadeOut 12s; -o-animation: fadeOut 12s; -ms-animation: fadeOut 12s; } * { box-sizing: border-box; } body { /* background: linear-gradient(#faedf1, #eaeaee); */ margin: 0px !important; padding: 0px !important; background-color: #ffffff; } /* hover to dropDown */ .hover:hover { background-color: green !important; } .carousel-item { height: 100vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; background-size: cover; } .carousel-caption { bottom: 220px; } .carousel-caption h5 { font-size: 45px; text-transform: uppercase; letter-spacing: 2px; margin-top: 25px; font-family: Verdana, Geneva, Tahoma, sans-serif; } .carousel-caption p { width: 60%; margin: auto; font-size: 18px; line-height: 1.9; font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; } .carousel-caption a { text-decoration: none; text-transform: uppercase; background: #262626; padding: 10px 30px; display: inline-block; color: #fff; margin-top: 15px; border-radius: 3px; } /* featured section*/ .untree_co-section { position: relative; } .py-4 { padding-bottom: 1.5rem !important; padding-top: 1.5rem !important; } .bg-light { background-color: #f8f9fa !important; } .align-items-stretch { align-items: stretch !important; } .feature { text-align: center; background: #ffffff; padding: 20px; } .h-100 { height: 100% !important; } .feature .icon { font-size: 30px; } svg { overflow: hidden; vertical-align: middle; } .feature h3 { font-size: 11px; letter-spacing: 0.2rem; font-weight: 600; text-transform: uppercase; margin-top: 0; margin-bottom: 0.5rem; line-height: 1.2; font-family: "Libre Baskerville", serif; } .feature p { font-size: 15px; color: #857e7e; font-size: large; margin-top: 0; margin-bottom: 1rem; } /* product slider */ a { text-decoration: none; } .box { width: 258.3px; box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; margin: 25px; } .slide-img { height: 450px; position: relative; } .slide-img img { width: 100%; height: 100%; object-fit: cover; box-sizing: border-box; } .slide-img span { position: absolute; right: 5px; top: 5px; text-align: center; padding: 5px 10px; font-size: 12px; } .fa-heart { position: absolute; left: 5px; top: 5px; text-align: center; padding: 5px 10px; font-size: 20px; } .detail-box { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 30px 20px; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } .type a { color: #222222; /* margin: 5px 0px; */ font-weight: 700; letter-spacing: 0.5px; padding-right: 8px; text-decoration: none; font-size: 15px !important; } .type a:hover { color: tomato; } .type span { color: rgba(0, 0, 0, 1) !important; font-size: 15px !important; } /* .sales { margin-top: -500px; right: 5px; color: #333333; font-weight: 600; font-size: 15px; font-family: poppins; letter-spacing: 0.5px; position: absolute; } */ .price { color: #333333; font-weight: 600; font-size: 15px; font-family: poppins; letter-spacing: 0.5px; } .sliderJs { position: absolute; margin-left: 170px; color: #333333; font-weight: 600; font-size: 15px; font-family: poppins; letter-spacing: 0.5px; /* display: flex; */ } .rating { display: flex; flex-direction: row; position: absolute; margin-top: 80px; } .overlay { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background-color: rgba(92, 95, 236, 0.6); display: flex; flex-direction: column; justify-content: center; align-items: center; visibility: hidden; } .buy-btn, .wishlist-btn { width: 160px; height: 40px; display: flex; justify-content: center; align-items: center; background-color: #ffffff; color: #252525; font-weight: 700; letter-spacing: 1px; font-family: calibri; border-radius: 20px; box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); margin-bottom: 3px; } .buy-btn:hover, .wishlist-btn:hover { color: #ffffff; background-color: #f15fa3; transition: all ease 0.3s; } .overlay a { text-decoration: none; } .slide-img:hover .overlay { visibility: visible; animation: fade 0.5s; } @keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } .slider { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; } .section-title h2 { margin: 50px 0; color: #111111; font-weight: 600; font-family: inherit; line-height: 1.2; text-align: center; display: block; font-size: 30px; } /* Product Filter Section */ .product-filter-section { padding-bottom: 60px; } .product-filter-menu { width: 100%; list-style: none; margin: 0 -5px; padding-bottom: 15px; text-align: center; } ul { padding: 0; } .product-filter-menu li { margin: 0 10px 10px; display: inline-block; } .product-filter-menu li a { color: #ffffff; font-size: 12px; font-weight: 700; text-transform: uppercase; background: #351414; display: block; width: 100%; padding: 10px 34px; border-radius: 31px; text-decoration: none; } .site-btn.sb-dark.sb-line { background-color: #351414; color: #ffffff; box-shadow: inset 0 0 0 1px #111111; } .site-btn { display: inline-block; border: none; font-size: 14px; font-weight: 600; min-width: 167px; padding: 18px 47px 14px; border-radius: 50px; text-transform: uppercase; line-height: normal; cursor: pointer; text-align: center; } /* testimonials */ .testimonials { background: linear-gradient(#c33764, #1d2671); height: 120vh; } .testimonials .container { padding-top: 10%; } .img-text { width: 100%; height: 300px; display: block; text-align: center; padding: 40% 5%; background: #080808; color: #fff; border-radius: 15%; } .img-text h2 { font-size: 25px; text-transform: uppercase; letter-spacing: 2px; margin-top: 15px; } .img-text p { font-size: 14px; } .single-box { width: 270px; position: relative; margin-bottom: 30px; } .img-area { position: absolute; width: 100px; height: 100px; border: 5px solid #fff; overflow: hidden; top: 15px; left: 30%; border-radius: 50%; } .img-area img { width: 100%; } /*Latest Blog */ .single-blog { width: 375px; box-shadow: 3px 2px 30px rgba(226, 4, 89, 0.2); border-radius: 10px; overflow: hidden; margin: 20px; } .blog-img { height: 200px; position: relative; } .blog-img img { width: 100%; height: 100%; object-fit: cover; box-sizing: border-box; } .blog-text h2 { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-top: 15px; text-align: center; } .blog-text span { margin-left: 5px; } .blog-text p { margin-left: 5px; margin-top: 0; margin-bottom: 1rem; } .blog-text span a { text-decoration: none; } .blog-text span a:hover { color: rgb(39, 185, 9); } /*Category Proudcts */ @media only screen and (max-width: 765px) { /* .box{ width: 100%; } */ .img-area { position: absolute; width: 100px; height: 100px; border: 5px solid #fff; overflow: hidden; top: 15px; left: 34%; border-radius: 50%; } .single-box { width: 330px; position: relative; margin-bottom: 30px; } .single-blog{ width: 340px; box-shadow: 3px 2px 30px rgba(226, 4, 89, 0.2); border-radius: 10px; overflow: hidden; margin-left: 10px; margin-right: 10px; } /* .box{ width: 91%; } */ } /* Animated heading border */ @keyframes primary-short { 0% { width: 15%; } 50% { width: 90%; } 100% { width: 10%; } } /* Global Button Styles */ a.animated-button:link, a.animated-button:visited { position: relative; display: block; margin: 30px auto 0; padding: 14px 15px; color: #fff; font-size: 14px; font-weight: bold; text-align: center; text-decoration: none; text-transform: uppercase; overflow: hidden; letter-spacing: 0.08em; border-radius: 0; text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } a.animated-button:link:after, a.animated-button:visited:after { content: ""; position: absolute; height: 0%; left: 50%; top: 50%; width: 150%; z-index: -1; -webkit-transition: all 0.75s ease 0s; -moz-transition: all 0.75s ease 0s; -o-transition: all 0.75s ease 0s; transition: all 0.75s ease 0s; } a.animated-button:link:hover, a.animated-button:visited:hover { color: #fff; text-shadow: none; } a.animated-button:link:hover:after, a.animated-button:visited:hover:after { height: 450%; } a.animated-button:link, a.animated-button:visited { position: relative; display: block; margin: 30px auto 0; padding: 14px 15px; color: #fff; font-size: 14px; border-radius: 0; font-weight: bold; text-align: center; text-decoration: none; text-transform: uppercase; overflow: hidden; letter-spacing: 0.08em; text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } /* Victoria Buttons */ a.animated-button.victoria-one { width: auto; /* top: -20px; */ /* border: 2px solid #58d24d; */ color: black; /* left: 100px; */ } a.animated-button.victoria-one:after { background: #02913e; -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg); transform: translateX(-50%) translateY(-50%) rotate(-25deg); }
public/css/style.css
.navbar-light .navbar-nav .nav-link { font-size: 16px !important; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem !important; padding-left: 1rem !important; } .wrap-countdown { display: inline-block; width: 825px; background-color: rgb(211, 194, 228); border: 1px solid #e6e6e6; border-radius: 5px; box-shadow: 5px 5px 15px rebeccapurple; padding: 9px 10px 9px 5px; position: absolute; top: -30px; left: 40px; } /* position Badges */ #sales { width: 50px; } #new { position: absolute; top: 426px; right: 205px; width: 50px; background-color: rgb(48, 236, 236); } #hot { position: absolute; top: 426px; width: 50px; } #soon { position: absolute; right: 205px; background-color: #dd39c7; width: 50px; } /* alert messages */ .alert-danger { color: rgb(255, 255, 255) !important; background-color: rgb(241, 20, 20) !important; /* height: 50px; width: 350px; */ animation: fadeOut 15s; -webkit-animation: fadeOut 15s; -moz-animation: fadeOut 15s; -o-animation: fadeOut 15s; -ms-animation: fadeOut 15s; } .alert-success { color: rgb(255, 255, 255) !important; background-color: rgb(29, 143, 19) !important; height: 50px; width: 350px; animation: fadeOut 12s; -webkit-animation: fadeOut 12s; -moz-animation: fadeOut 12s; -o-animation: fadeOut 12s; -ms-animation: fadeOut 12s; } .alert-light { color: white !important; background-color: rgb(206, 16, 190) !important; height: 50px; width: 340px; animation: fadeOut 12s; -webkit-animation: fadeOut 12s; -moz-animation: fadeOut 12s; -o-animation: fadeOut 12s; -ms-animation: fadeOut 12s; } * { box-sizing: border-box; } body { /* background: linear-gradient(#faedf1, #eaeaee); */ margin: 0px !important; padding: 0px !important; background-color: #ffffff; } /* hover to dropDown */ .hover:hover { background-color: green !important; } .carousel-item { height: 100vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; background-size: cover; } .carousel-caption { bottom: 220px; } .carousel-caption h5 { font-size: 45px; text-transform: uppercase; letter-spacing: 2px; margin-top: 25px; font-family: Verdana, Geneva, Tahoma, sans-serif; } .carousel-caption p { width: 60%; margin: auto; font-size: 18px; line-height: 1.9; font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; } .carousel-caption a { text-decoration: none; text-transform: uppercase; background: #262626; padding: 10px 30px; display: inline-block; color: #fff; margin-top: 15px; border-radius: 3px; } /* featured section*/ .untree_co-section { position: relative; } .py-4 { padding-bottom: 1.5rem !important; padding-top: 1.5rem !important; } .bg-light { background-color: #f8f9fa !important; } .align-items-stretch { align-items: stretch !important; } .feature { text-align: center; background: #ffffff; padding: 20px; } .h-100 { height: 100% !important; } .feature .icon { font-size: 30px; } svg { overflow: hidden; vertical-align: middle; } .feature h3 { font-size: 11px; letter-spacing: 0.2rem; font-weight: 600; text-transform: uppercase; margin-top: 0; margin-bottom: 0.5rem; line-height: 1.2; font-family: "Libre Baskerville", serif; } .feature p { font-size: 15px; color: #857e7e; font-size: large; margin-top: 0; margin-bottom: 1rem; } /* product slider */ a { text-decoration: none; } .box { width: 258.3px; box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; margin: 25px; } .slide-img { height: 450px; position: relative; } .slide-img img { width: 100%; height: 100%; object-fit: cover; box-sizing: border-box; } .slide-img span { position: absolute; right: 5px; top: 5px; text-align: center; padding: 5px 10px; font-size: 12px; } .fa-heart { position: absolute; left: 5px; top: 5px; text-align: center; padding: 5px 10px; font-size: 20px; } .detail-box { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 30px 20px; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } .type a { color: #222222; /* margin: 5px 0px; */ font-weight: 700; letter-spacing: 0.5px; padding-right: 8px; text-decoration: none; font-size: 15px !important; } .type a:hover { color: tomato; } .type span { color: rgba(0, 0, 0, 1) !important; font-size: 15px !important; } /* .sales { margin-top: -500px; right: 5px; color: #333333; font-weight: 600; font-size: 15px; font-family: poppins; letter-spacing: 0.5px; position: absolute; } */ .price { color: #333333; font-weight: 600; font-size: 15px; font-family: poppins; letter-spacing: 0.5px; } .sliderJs { position: absolute; margin-left: 170px; color: #333333; font-weight: 600; font-size: 15px; font-family: poppins; letter-spacing: 0.5px; /* display: flex; */ } .rating { display: flex; flex-direction: row; position: absolute; margin-top: 80px; } .overlay { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background-color: rgba(92, 95, 236, 0.6); display: flex; flex-direction: column; justify-content: center; align-items: center; visibility: hidden; } .buy-btn, .wishlist-btn { width: 160px; height: 40px; display: flex; justify-content: center; align-items: center; background-color: #ffffff; color: #252525; font-weight: 700; letter-spacing: 1px; font-family: calibri; border-radius: 20px; box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); margin-bottom: 3px; } .buy-btn:hover, .wishlist-btn:hover { color: #ffffff; background-color: #f15fa3; transition: all ease 0.3s; } .overlay a { text-decoration: none; } .slide-img:hover .overlay { visibility: visible; animation: fade 0.5s; } @keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } .slider { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; } .section-title h2 { margin: 50px 0; color: #111111; font-weight: 600; font-family: inherit; line-height: 1.2; text-align: center; display: block; font-size: 30px; } /* Product Filter Section */ .product-filter-section { padding-bottom: 60px; } .product-filter-menu { width: 100%; list-style: none; margin: 0 -5px; padding-bottom: 15px; text-align: center; } ul { padding: 0; } .product-filter-menu li { margin: 0 10px 10px; display: inline-block; } .product-filter-menu li a { color: #ffffff; font-size: 12px; font-weight: 700; text-transform: uppercase; background: #351414; display: block; width: 100%; padding: 10px 34px; border-radius: 31px; text-decoration: none; } .site-btn.sb-dark.sb-line { background-color: #351414; color: #ffffff; box-shadow: inset 0 0 0 1px #111111; } .site-btn { display: inline-block; border: none; font-size: 14px; font-weight: 600; min-width: 167px; padding: 18px 47px 14px; border-radius: 50px; text-transform: uppercase; line-height: normal; cursor: pointer; text-align: center; } /* testimonials */ .testimonials { background: linear-gradient(#c33764, #1d2671); height: 120vh; } .testimonials .container { padding-top: 10%; } .img-text { width: 100%; height: 300px; display: block; text-align: center; padding: 40% 5%; background: #080808; color: #fff; border-radius: 15%; } .img-text h2 { font-size: 25px; text-transform: uppercase; letter-spacing: 2px; margin-top: 15px; } .img-text p { font-size: 14px; } .single-box { width: 270px; position: relative; margin-bottom: 30px; } .img-area { position: absolute; width: 100px; height: 100px; border: 5px solid #fff; overflow: hidden; top: 15px; left: 30%; border-radius: 50%; } .img-area img { width: 100%; } /*Latest Blog */ .single-blog { width: 375px; box-shadow: 3px 2px 30px rgba(226, 4, 89, 0.2); border-radius: 10px; overflow: hidden; margin: 20px; } .blog-img { height: 200px; position: relative; } .blog-img img { width: 100%; height: 100%; object-fit: cover; box-sizing: border-box; } .blog-text h2 { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-top: 15px; text-align: center; } .blog-text span { margin-left: 5px; } .blog-text p { margin-left: 5px; margin-top: 0; margin-bottom: 1rem; } .blog-text span a { text-decoration: none; } .blog-text span a:hover { color: rgb(39, 185, 9); } /*Category Proudcts */ @media only screen and (max-width: 765px) { /* .box{ width: 100%; } */ .img-area { position: absolute; width: 100px; height: 100px; border: 5px solid #fff; overflow: hidden; top: 15px; left: 34%; border-radius: 50%; } .single-box { width: 330px; position: relative; margin-bottom: 30px; } .single-blog{ width: 340px; box-shadow: 3px 2px 30px rgba(226, 4, 89, 0.2); border-radius: 10px; overflow: hidden; margin-left: 10px; margin-right: 10px; } /* .box{ width: 91%; } */ } /* Animated heading border */ @keyframes primary-short { 0% { width: 15%; } 50% { width: 90%; } 100% { width: 10%; } } /* Global Button Styles */ a.animated-button:link, a.animated-button:visited { position: relative; display: block; margin: 30px auto 0; padding: 14px 15px; color: #fff; font-size: 14px; font-weight: bold; text-align: center; text-decoration: none; text-transform: uppercase; overflow: hidden; letter-spacing: 0.08em; border-radius: 0; text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } a.animated-button:link:after, a.animated-button:visited:after { content: ""; position: absolute; height: 0%; left: 50%; top: 50%; width: 150%; z-index: -1; -webkit-transition: all 0.75s ease 0s; -moz-transition: all 0.75s ease 0s; -o-transition: all 0.75s ease 0s; transition: all 0.75s ease 0s; } a.animated-button:link:hover, a.animated-button:visited:hover { color: #fff; text-shadow: none; } a.animated-button:link:hover:after, a.animated-button:visited:hover:after { height: 450%; } a.animated-button:link, a.animated-button:visited { position: relative; display: block; margin: 30px auto 0; padding: 14px 15px; color: #fff; font-size: 14px; border-radius: 0; font-weight: bold; text-align: center; text-decoration: none; text-transform: uppercase; overflow: hidden; letter-spacing: 0.08em; text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } /* Victoria Buttons */ a.animated-button.victoria-one { width: auto; /* top: -20px; */ /* border: 2px solid #58d24d; */ color: black; /* left: 100px; */ } a.animated-button.victoria-one:after { background: #02913e; -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg); transform: translateX(-50%) translateY(-50%) rotate(-25deg); }
0.318485
0.052207
background-image: url('../../images/tools-legal.svg'); background-color: #0089c2; background-size: 400px auto; background-position: center 15px; background-attachment: scroll; } #list header > h1 { color: #fff; margin-top: 50px; } #list > article { padding-bottom: 20px; } #list > article > p { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; font-size: 18px; color: #fff; margin: 20px; } #list > article > p > a { color: #a4e4ff; } #list > article > hr { height: 0; margin: 0.5em 20px; border: none; border-top: 1px solid #1a95c8; } #list > article > ol { list-style: none; margin: 0 20px 0 20px; padding: 0; } #list .template { background-color: #1a95c8; border-radius: 10px; padding: 15px 20px; margin: 20px 0; overflow: hidden; } #list .template h3 { display: inline-block; font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; font-size: 24px; margin: 0; } #list .template h3 a { text-decoration: underline; color: #a4e4ff; } #list .template .date { float: right; margin: 0 0 0px 30px; color: #fff; font-family: 'Crimson Text', serif; font-weight: 400; font-style: italic; font-size: 18px; } #list .template .date a { text-decoration: none; color: #fff; } #list .template .authors { color: #fff; } #list .template .authors a { text-decoration: none; color: #fff; } #list .template .tags { list-style: none; margin: 0; padding: 0; color: #fff; } #list .template .authors li { font-family: 'Crimson Text', serif; font-weight: 400; font-style: italic; font-size: 18px; } #list .template .tags { float: right; clear: both; display: inline-block; text-align: right; } #list .template .tags li { display: block; font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; font-size: 14px; } #list .template .tags li span { display: inline-block; padding: 2px 4px; margin-top: 4px; } #list .template .tags li.consultant span, #list .template .tags li.consultant span { background-color: #74448e; } #list .template .tags li.entrepreneur span, #list .template .tags li.entrepreneurs span { background-color: #d87e12; } #list .template .tags li.investor span, #list .template .tags li.investors span { background-color: #8b2022; } @media (max-width: 768px) { #list .template .date { float: none; margin: 10px 0; } #list .template .tags { float: none; display: block; text-align: left; margin: 6px 0 10px 0; } #list .template .tags li { display: inline-block; } }
styles/pages/index.css
background-image: url('../../images/tools-legal.svg'); background-color: #0089c2; background-size: 400px auto; background-position: center 15px; background-attachment: scroll; } #list header > h1 { color: #fff; margin-top: 50px; } #list > article { padding-bottom: 20px; } #list > article > p { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; font-size: 18px; color: #fff; margin: 20px; } #list > article > p > a { color: #a4e4ff; } #list > article > hr { height: 0; margin: 0.5em 20px; border: none; border-top: 1px solid #1a95c8; } #list > article > ol { list-style: none; margin: 0 20px 0 20px; padding: 0; } #list .template { background-color: #1a95c8; border-radius: 10px; padding: 15px 20px; margin: 20px 0; overflow: hidden; } #list .template h3 { display: inline-block; font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; font-size: 24px; margin: 0; } #list .template h3 a { text-decoration: underline; color: #a4e4ff; } #list .template .date { float: right; margin: 0 0 0px 30px; color: #fff; font-family: 'Crimson Text', serif; font-weight: 400; font-style: italic; font-size: 18px; } #list .template .date a { text-decoration: none; color: #fff; } #list .template .authors { color: #fff; } #list .template .authors a { text-decoration: none; color: #fff; } #list .template .tags { list-style: none; margin: 0; padding: 0; color: #fff; } #list .template .authors li { font-family: 'Crimson Text', serif; font-weight: 400; font-style: italic; font-size: 18px; } #list .template .tags { float: right; clear: both; display: inline-block; text-align: right; } #list .template .tags li { display: block; font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; font-size: 14px; } #list .template .tags li span { display: inline-block; padding: 2px 4px; margin-top: 4px; } #list .template .tags li.consultant span, #list .template .tags li.consultant span { background-color: #74448e; } #list .template .tags li.entrepreneur span, #list .template .tags li.entrepreneurs span { background-color: #d87e12; } #list .template .tags li.investor span, #list .template .tags li.investors span { background-color: #8b2022; } @media (max-width: 768px) { #list .template .date { float: none; margin: 10px 0; } #list .template .tags { float: none; display: block; text-align: left; margin: 6px 0 10px 0; } #list .template .tags li { display: inline-block; } }
0.201028
0.079068
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { min-width: 300px; height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #f2f2f2; overflow: hidden; } .notifications { max-width: 800px; min-width: 350px; max-height: 200px; position: absolute; top: 25px; right: 30px; padding: 20px 35px 20px 25px; border-radius: 12px; border-left: 6px solid ; /* Esse valor vai ser mudadr de acordo a chamado do car, pelo js */ background-color: #fff; box-shadow: 0 5px 10px rgb(0, 0, 0, 0.5); overflow: auto; transform: translateX(calc(100% + 350px)); transition: all 0.9s cubic-bezier(0.68,-0.55,0.265,2.50) ; } .notifications.active { transform: translateX(0%); } .notifications .notifications_content { display: flex; align-items: center; } .notifications_content .box_icone { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; padding: 10px; border-radius: 50%; font-size: 20px; color: #fff; } .notifications_content .messagen { display: flex; flex-direction: column; margin: 0 20px; } .messagen .text_one { font-size: 20px; font-weight: 600; } .messagen .text_two { font-size: 18px; font-weight: 400; color: #313131; } .notifications .close { position: absolute; top: 10px; right: 15px; padding: 5px; cursor: pointer; transition: .2s linear; opacity: 0.7; } .notifications .close:hover { opacity: 1; transition: all .8s ease-in-out; transform: rotate(175deg); } .notifications .progress { width: 100%; height: 4px; position: absolute; bottom: 0; left: 0; background-color: #fff; } .notifications .progress::before { content: ''; width: 100%; height: 100%; position: absolute; bottom: 0; right: 0; background-color: var(--bg); } .progress.active::before { animation: barraProgress 5s linear forwards; } .btn button { width: 185px; height: 36px; border: none; margin: 0 10px; padding: 30x 45px; background-color: transparent; font-weight: 700; cursor: pointer; transition: .5s linear; } button.success { border: 1px solid green; border-radius: 18px; color: green; } button.alert { border: 1px solid orange; border-radius: 18px; color: orange; } button.erro { border: 1px solid red; border-radius: 18px; color: red; } button.success:hover { color: #fff; background-color: green; } button.alert:hover { color: #fff; background-color: orange; } button.erro:hover { color: #fff; background-color: red; } @keyframes barraProgress{ 20%{ right: 0;} 100%{ right: 100%; } }
style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { min-width: 300px; height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #f2f2f2; overflow: hidden; } .notifications { max-width: 800px; min-width: 350px; max-height: 200px; position: absolute; top: 25px; right: 30px; padding: 20px 35px 20px 25px; border-radius: 12px; border-left: 6px solid ; /* Esse valor vai ser mudadr de acordo a chamado do car, pelo js */ background-color: #fff; box-shadow: 0 5px 10px rgb(0, 0, 0, 0.5); overflow: auto; transform: translateX(calc(100% + 350px)); transition: all 0.9s cubic-bezier(0.68,-0.55,0.265,2.50) ; } .notifications.active { transform: translateX(0%); } .notifications .notifications_content { display: flex; align-items: center; } .notifications_content .box_icone { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; padding: 10px; border-radius: 50%; font-size: 20px; color: #fff; } .notifications_content .messagen { display: flex; flex-direction: column; margin: 0 20px; } .messagen .text_one { font-size: 20px; font-weight: 600; } .messagen .text_two { font-size: 18px; font-weight: 400; color: #313131; } .notifications .close { position: absolute; top: 10px; right: 15px; padding: 5px; cursor: pointer; transition: .2s linear; opacity: 0.7; } .notifications .close:hover { opacity: 1; transition: all .8s ease-in-out; transform: rotate(175deg); } .notifications .progress { width: 100%; height: 4px; position: absolute; bottom: 0; left: 0; background-color: #fff; } .notifications .progress::before { content: ''; width: 100%; height: 100%; position: absolute; bottom: 0; right: 0; background-color: var(--bg); } .progress.active::before { animation: barraProgress 5s linear forwards; } .btn button { width: 185px; height: 36px; border: none; margin: 0 10px; padding: 30x 45px; background-color: transparent; font-weight: 700; cursor: pointer; transition: .5s linear; } button.success { border: 1px solid green; border-radius: 18px; color: green; } button.alert { border: 1px solid orange; border-radius: 18px; color: orange; } button.erro { border: 1px solid red; border-radius: 18px; color: red; } button.success:hover { color: #fff; background-color: green; } button.alert:hover { color: #fff; background-color: orange; } button.erro:hover { color: #fff; background-color: red; } @keyframes barraProgress{ 20%{ right: 0;} 100%{ right: 100%; } }
0.641422
0.132795
@-moz-document domain("instructure.com") { .ic-app-header__logomark { background-image: url("http://backgroundcheckall.com/wp-content/uploads/2017/12/bmw-logo-transparent-background.png"); background-color: #112e3e } .ic-app-header__main-navigation { background-color: #0f384f } .ic-app-header__secondary-navigation { background-color: #112e3e } .ic-sidebar-logo { background-color: #112e3e } .with-right-side #right-side-wrapper { background-color: #0f384f } .ic-DashboardCard__header_hero { height: 75px } .ic-DashboardCard__header-subtitle, .ic-DashboardCard__header-term { margin-top: 40px; } .ic-DashboardCard__header_content { height: 10px } .ic-DashboardCard__action-layout { margin-top: 400px; } .ic-DashboardCard__header-title { font-size: 1.3em; } .ic-Layout-contentMain { background-image: url("https://images.alphacoders.com/667/667442.jpg"); } body { background-image: url("https://images.alphacoders.com/667/667442.jpg"); } .ic-app-footer { background-image: url("https://images.alphacoders.com/667/667442.jpg"); } } @-moz-document domain("instructure.com") { #breadcrumbs { background-color: #062333; } #breadcrumbs> ul { margin: 0; padding: 4px 15px; list-style: none } #breadcrumbs>ul>li+li:last-of-type a { color: #eee; } .header-bar { border-bottom: 0px solid #242424; background-color: #062333; min-height: 33px; padding-top: 15px; padding-bottom: 15px; } .header-bar:before, .header-bar:after { display: table; content: ""; line-height: 0 } .header-bar:after { clear: both } .header-bar.pinned { position: fixed; top: 0; width: 1071px; background-color: white; box-shadow: 0px 2px 3px rgba( 0, 0, 0, 0.5); margin-left: -12px; padding: 15px; z-index: 100 } .react-select-box-label { color: #2D3B45 } .react-select-box-click-outside-layer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2 } .react-select-box-clear { position: absolute; top: 15px; right: 0; width: 35px; height: 20px; background-color: #fff; text-indent: -9999em; z-index: 3; border: none } .react-select-box-clear:before { content: '×'; position: absolute; top: 2px; left: 10px; z-index: 1; background-color: #73818C; border-radius: 100%; font-size: 13px; font-size: .8125rem; color: #fff; line-height: 1; width: 15px; height: 15px; text-indent: 0; text-align: center } .react-select-box-clear:hover:before, .react-select-box-clear:focus:before { background-color: var(--ic-brand-primary) } .react-select-box-hidden { display: none } .react-select-box-options { margin: 2px 0 0; position: absolute; padding: 10px 0; width: 240px; top: 100%; left: 0; z-index: 4; background-color: #fff; border-radius: 4px } .ic-badge.ic-badge--neutral { background: #EBEDEE; color: #2D3B45 } .ic-badge.ic-badge--success { background: #00AC18 } .ic-badge.ic-badge--alert { background: #FC5E13 } .ic-badge.ic-badge--danger { background: #EE0612 } body { min-height: 100vh; background: #062333; } body:not(.is-inside-submission-frame):not(.embedded) { min-width: 768px } body.no-headers #header, body.no-headers #topbar, body.no-headers #left-side, body.no-headers #breadcrumbs, body.embedded #header, body.embedded #topbar, body.embedded #left-side, body.embedded #breadcrumbs { display: none !important } .ic-app-footer { box-sizing: border-box; padding: 12px 0; margin: 0 24px; border-top: 1px solid #242424; } #right-side .events_list .todo-details, #right-side .to-do-list .todo-details { padding-right: 30px; } #right-side .events_list .todo-details:after, #right-side .to-do-list .todo-details:after { width: 0px; background: linear-gradient(); } #right-side .events_list .event-details:after, #right-side .events_list .todo-details:after, #right-side .to-do-list .event-details:after, #right-side .to-do-list .todo-details:after { /* content:""; */ position: absolute; top: 0; right: 0; height: 0%; width: 0px; background: linear-gradient(); } .ic-DashboardCard { box-sizing: border-box; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); border-radius: 0px; overflow: hidden; background: #fff; width: 262px; display: inline-block; vertical-align: top; margin: 0 36px 36px 0; } .ic-Dashboard-header__layout { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 0 0 9px; border-bottom: 1px solid #242424; background: #062333; } .ic-Dashboard-Activity { padding: 12px } .ic-Dashboard-header__title { margin-top: 0; margin-bottom: 0; -webkit-flex: 1; flex: 1; padding-right: 12px; box-sizing: border-box } .ic-Dashboard-header__actions { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: flex-end; justify-content: flex-end } #right-side .placeholder { height: 200px } .recent-activity-header { margin: 0; border-bottom: 1px solid #C7CDD1; line-height: 1.2; padding-bottom: 12px; font-size: 1.5em } .recent_activity>li { position: relative; border-bottom: 1px solid #242424 } .recent_activity>li .title { font-weight: normal } .recent_activity>li .links { font-size: 11px; font-size: .6875rem } .recent_activity>li .unread-count { display: block; background: var(--ic-brand-primary); border-radius: 15px; width: 10px; height: 10px; position: absolute; left: 3px; top: 22px; padding: 0 } .recent_activity>li .accessibly-hidden { position: absolute; left: -9999px } .recent_activity>li .unread { width: 10px; height: 10px; margin-left: -15px; background-color: var(--ic-brand-primary); border-radius: 5px } .stream_header { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: -webkit-flex; display: flex; padding: 12px } .stream_header .image-block { -webkit-flex: 1; flex: 1; -webkit-align-items: center; align-items: center } .stream_header .toggle-details { text-transform: uppercase; font-size: 11px; font-size: .6875rem } .stream_header:hover { background: #333; } .stream_header:hover .toggle-details { text-indent: 0; text-align: right } .stream-details tr { border-top: 1px solid #242424; } .stream-details tr:hover { background: #333; } .header-right-side { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: flex-end; justify-content: flex-end } .profile_table .data_description { font-size: 0.8em; color: #aaa } h1, h2, h3, h4, h5, h6 { margin: 6px 0; font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.5; text-rendering: optimizelegibility; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 3; color: #4b6373 } h1 { font-size: 38px; } h2 { font-size: 32px } h3 { font-size: 24px } h4 { font-size: 18px } h5 { font-size: 16px } h6 { font-size: 12px } h1 small { font-size: 24px } h2 small { font-size: 18px } h3 small { font-size: 16px } h4 small { font-size: 16px } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: normal; } h1, h2, .h1, .h2 { font-size: 1.8em; line-height: 1.5; color: #b1b1b1; } h3, .h3 { font-size: 1.5em } .page-header { padding-bottom: 6px; margin: 20px 0 30px; border-bottom: 1px solid #C7CDD1 } a { color: #007ec5; text-decoration: none; } a:focus { color: #aaa; } a:hover { color: #eee; } a:focus, a:hover { text-decoration: none; } body { font-size: 16px; font-size: 1rem; font-weight: normal; margin: 0; line-height: 1.5; color: #aaa; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .list-view>ul>li>a, .list-view>nav>ul>li>a { color: #aaa; border-radius: 0px; } .pages.show .course-title { color: #eee; } .submission-details-header { margin-bottom: 30px; } .submission-details-comments .comments { background-color: #062333; border-left: 0px solid #242424; } #questions.assessment_results .question .answers .answer.wrong_answer { border-radius: 0px; } .module-sequence-footer .module-sequence-footer-content { background: #062333; } .conversations .panel { background: #062333; border-bottom: 1px solid #242424; } .message-list-scroller { border-right: 1px solid #242424; } .item-group-container { background: #101010; border: 0px solid #242424; } .ig-header .name { color: #eee; text-shadow: 0px 0px 0 rgba(0, 0, 0, 0) } body.primary-nav-expanded .ReactTray__Content { background: #062333 !important; } .feature-flags { color: #aaa; border: 1px solid #242424; } .feature-flag { border-bottom: 1px solid #242424; } thead th { background: #062333; } .table th, .table td { border-top: 1px solid #242424; } .table-bordered th, .table-bordered td { border-left: 1px solid #242424; } .table-bordered { border: 1px solid #242424; } .table-bordered:last-of-type { border-bottom: 1px solid #242424; } .ic-app-nav-toggle-and-crumbs { border-bottom: 1px solid #242424; } .module-sequence-footer .module-sequence-footer-content { border-top: 1px solid #242424; } .ic-NavMenu__header { border-bottom: 1px solid #242424; } .Underline-All-Links__enabled a:not(.Button):not(.ui-button):not(.btn):not(.ui-button) { text-decoration: none; } .Underline-All-Links__enabled a:not(.Button):not(.ui-button):not(.btn):not(.ui-button):not(.ui-tabs-anchor) { text-decoration: none; } .Underline-All-Links__enabled a:not(.Button):not(.ui-button):not(.btn):not(.ui-button):focus { outline-color: transparent; } .ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-app-header__menu-list-link { background: #333; } .ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-icon-svg { fill: var(--ic-brand-global-nav-ic-icon-svg-fill); } body.primary-nav-expanded .ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .menu-item__text { color: var(--ic-brand-global-nav-menu-item__text-color) } #right-side h2, #right-side .h2 { border-bottom: 1px solid #242424; } #right-side .right-side-list li a { border-bottom: 1px solid #242424; } .list-view>ul>li>a:hover, .list-view>ul>li>a:focus, .list-view>nav>ul>li>a:hover, .list-view>nav>ul>li>a:focus { background: #333; } .accessible-toggler { color: #aaa; } .btn-link, .Button--link { color: #aaa; } .list-view a.active { background-color: #333; } .ic-DashboardCard { background: #101010; } .ic-DashboardCard__action-container { background: #101010; } .ic-DashboardCard__header_content { background: #101010; } .ColorPicker__Container { background: #101010; } .ColorPicker__Container.with-border { border-radius: 0px; border: 1px solid #242424; } .ColorPicker__Container.with-arrow:after, .ColorPicker__Container.with-arrow:before { border: none; } .ic-sidebar-logo__image { content: url("http://backgroundcheckall.com/wp-content/uploads/2017/12/bmw-logo-transparent-background.png"); } .btn-primary:focus, .Button--primary:focus { box-shadow: inset 0 0 0 1px #004167; } #quiz_show ul#quiz_student_details { border-top: 1px solid #242424; border-bottom: 1px solid #242424; } .btn, .Button, .ui-button { border-radius: 0px; } .quiz-header { border-bottom: 0px solid #242424; } .form-actions { border: 0px solid #242424; background-color: #101010; } #questions.assessing { background: #101010; } .question { border: 0px solid #242424; background-color: #101010; } .question .flag_question { background: none; } .question .header { border-bottom: 0px solid #242424; background-color: #101010; } 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 { color: #ccc; border-radius: 0px; } 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: #062333; border: 1px solid #242424; } .item-group-condensed .ig-list li:first-child .ig-row, .item-group-condensed .ig-list li:first-of-type .ig-row, .item-group-condensed .first_visible .ig-row { border-top-left-radius: 0px; border-top-right-radius: 0px; border-top: 0px solid #242424; } .ui-buttonset .ui-button.ui-corner-left { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .ui-buttonset .ui-button.ui-corner-right { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .btn-group>.btn:first-child { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .btn-group>.btn:last-child, .btn-group>.dropdown-toggle { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .ac .btn { border-radius: 0 0px 0px 0; } .ac-input-box { background: #101010; border: 1px solid #242424; border-radius: 0px 0 0 0px; } .dropdown-menu { border-radius: 0px; } .ui-dialog .ui-dialog-titlebar.ui-widget-header, .ui-dialog .ui-datepicker .ui-widget-header.ui-datepicker-header, .ui-datepicker .ui-dialog .ui-widget-header.ui-datepicker-header { background: #101010; border-bottom: 1px solid #242424; } .ui-widget-content { background: #101010; color: #aaa; border: 0px solid #242424; } .ui-dialog .ui-dialog-titlebar-close.ui-state-hover, .ui-dialog .ui-dialog-titlebar-close.ui-state-focus { border: 0px solid; border-color: rgba(0, 0, 0, 0.25) !important; border-radius: 0px; } .ui-datepicker .ui-datepicker-time, .ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-datepicker .ui-datepicker-time, .ui-datepicker .ui-dialog .ui-datepicker-time { background-color: #101010; border-top: 0px solid #242424; } #compose-new-message .conversation_body, #compose-new-message .reply_body, #submission-comment-reply .conversation_body, #submission-comment-reply .reply_body { border-bottom: 1px solid #242424; } hr { border-top: 1px solid #242424; } .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover { border-color: #242424; } #minical { background-color: #101010; border: 1px solid #242424; } #minical .fc-widget-content { color: #aaa; border: 1px solid #242424; } #minical .fc-toolbar { border-bottom: 1px solid #242424; } #minical .fc-toolbar h2, #minical .fc-toolbar .h2 { color: #ccc; } #minical .event::after { top: 2px; border: 1px solid #242424; } #minical .fc-basic-view td.fc-day-number { padding: 5px 2px 2px 0; } #minical .fc-content-skeleton .fc-state-highlight { background-color: #333; } #context-list-holder, #undated-events { background-color: #101010; } #context-list .context_list_context:hover { background: #333; } .calendar .fc-head thead .fc-widget-header, #calendar-drag-and-drop-container .fc-head thead .fc-widget-header { color: #ccc } #calendar-app .fc-month-view .fc-body, #calendar-drag-and-drop-container .fc-month-view .fc-body { background-color: #101010; } #calendar-app .fc-event, #calendar-drag-and-drop-container .fc-event { background-color: #333 } #calendar-app .fc-month-view .fc-today, #calendar-drag-and-drop-container .fc-month-view .fc-today { background: #333; } .calendar .fc-row .fc-content-skeleton td, .calendar .fc-row .fc-helper-skeleton td, #calendar-drag-and-drop-container .fc-row .fc-content-skeleton td, #calendar-drag-and-drop-container .fc-row .fc-helper-skeleton td { border-color: #242424; } #edit_event_tabs > ul { background-color: #101010; border-color: #101010; } #calendar_event_date { width: 120px !important; } #tinymce { background: #101010; } .mce-edit-area { border: 0px solid #242424; border-width: 0px !important; } .input-append .btn { margin-left: 5px; } .input-append .btn:last-child { border-radius: 0 0px 0px 0; } #undated-events .event { background-color: #101010; } .event-details { background-color: #062333; border: 0px solid #242424; } .event-details.carat-bottom { background-color: #101010; border: 1px solid #242424; } .event-details-header, .event-details-content, .event-details-footer { border-bottom: 1px solid #242424; } .submission-details-container { border: 0px solid #242424; } .ic-Table td { border-color: #242424; border-bottom-color: #242424; } .ic-Table th { border-color: #242424; border-bottom-color: #242424; } .ic-Table th.ic-Table--header-row { border-color: #242424; border-bottom-color: #242424; } .ic-Table.ic-Table--striped tbody tr:nth-child(odd) { background-color: #222; } .ic-Table.ic-Table--hover-row tbody tr:hover { background-color: #383838; } .ic-Table th, .ic-Table td { border-bottom-color: #242424 !important; } .quiz-submission { background: #062333; border: 0px solid #242424; } #questions.assessment_results .question .header { background-color: #101010; } .question.true_false_question .answer { border-top: 0px solid #242424; } select.ic-Input, textarea.ic-Input, input[type="text"].ic-Input, input[type="password"].ic-Input, input[type="datetime"].ic-Input, input[type="datetime-local"].ic-Input, input[type="date"].ic-Input, input[type="month"].ic-Input, input[type="time"].ic-Input, input[type="week"].ic-Input, input[type="number"].ic-Input, input[type="email"].ic-Input, input[type="url"].ic-Input, input[type="search"].ic-Input, input[type="tel"].ic-Input, input[type="color"].ic-Input, .uneditable-input.ic-Input { background: #101010; border-color: #242424; } table.summary td, table.summary tbody th { border-bottom: 0px solid #242424; background-color: #062333; } .ui-tabs .ui-tabs-nav { border-bottom-color: #242424; } .ui-tabs .ui-tabs-panel { background-color: #101010; border-color: #242424; border-width: 0 0px 0px 0px } .ui-widget-header { border: 0px solid #242424 !important; } .ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover, .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover { background: #101010; border-color: #101010; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { border-color: #101010; border-radius: 0px; } .ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #ccc; } .form-inline select { background: #101010; } select { border: 1px solid #242424; background: #101010; } .al-options .ui-menu-item a { color: #ccc; } #questions .short_answer_question .answers_wrapper { border-top: 1px solid #242424; } #questions .numerical_question .answers_wrapper { border-top: 0px solid #242424; } .question.multiple_choice_question .answer { border-top: 1px solid #242424; } .question.fill_in_multiple_blanks_question .answer_group { border-top: 1px solid #242424; } .discussion-collections { border: 0px solid #242424; background: #101010; } .discussion-list .element_toggler { color: #aaa; border-bottom: 0px solid #242424; } .item-group { background-color: #101010; } .discussion.no-content { color: #ccc; background: #101010; } .discussion.no-content:hover { background: #333; } .discussion-list { border-bottom: 1px solid #242424; } .item-group-condensed .ig-row { background: #101010; border-bottom: 1px solid #242424; } .ig-list .ig-row:hover { background-color: #333; } .ig-list .ig-row { border: 0px solid #242424; } .ig-list .ig-row { color: #aaa; } .ig-list .ig-row a.ig-title { color: #bbb; } .item-group-condensed .ig-list li:last-child .ig-row, .item-group-condensed .ig-list li:last-of-type .ig-row { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .item-group-container .item-group-condensed { border-bottom: 1px solid #242424; } .icon-mini-arrow-down { color: #eee; } .btn, .Button { background: #101010; color: #ccc; border: 0px solid; border-color: #242424; } .btn:hover, .Button:hover { background: #333; color: #eee; } .btn:focus, .Button:focus, .ui-button:focus, .ui-button.ui-state-focus { color: #eee; } .btn:active, .Button:active, .ui-button:active { background: #444; } button#courseMenuToggle.Button.Button--link.ic-app-course-nav-toggle { background: #062333 !important; } button.Button.Button--icon-action-rev.ic-DashboardCard__header-button { background: transparent !important; border-radius: 50% !important; } .ic-Input-group .ic-Input-group__add-on:first-child { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .ic-Input-group .ic-Input-group__add-on { border: 0px solid #242424; } button.Button.Button--icon-action.disable_item_link.disable-todo-item-link { background: transparent !important; } .ui-button { background: #101010; color: #ccc; border: 0px solid; } .ui-button.ui-state-active { background: #333; } .ui-button:hover { background: #333; color: #ccc; } .toolbarView .headerBar { background: #101010; border: 0px solid #242424; } .topic .entry-content { border-left: 0px solid #242424; border-right: 0px solid #242424; background: #101010; } .discussion_entry>.discussion-entry-reply-area { border: 0px solid #242424; } a.discussion-reply-action.discussion-reply-box { background: #101010; } a.discussion-reply-action.discussion-reply-box:hover { background: #333; } .discussion-reply-box { border: 0px solid #242424; } .discussion-reply-action { color: #aaa; } .discussion-reply-box:hover { color: #ccc; } .ui-kyle-menu { border: 1px solid #242424; } .ui-corner-all { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; } .ui-menu-carat span { border-color: #101010 transparent !important; } .alert { border-radius: 0px; } #syllabus tr.date.date_passed td { background-color: #101010; } #grades_summary tr>* { background-color: #101010; border-top: 2px solid #242424; } #grades_summary tr.assignment_graded>* { background-color: #101010; } #grades_summary tr.editable:hover>* { background-color: #333; } #grades_summary thead th { background-color: #101010; } .ui-tabs .ui-tabs-nav li:hover { background: #333; border-color: #242424; } .ui-corner-top { border-top-left-radius: 0px; border-top-right-radius: 0px; } .ui-tabs .ui-tabs-nav li:hover a { color: #eee; } .ui-tabs .ui-tabs-nav li a { color: #ccc; } .ic-Action-header.ic-Action-header--before-item-groups { border-bottom: 0px solid #242424; } .ig-header-title a { color: #ccc; } .item-group-expandable .emptyMessage { background: #101010; color: #ccc; border-radius: 0px; } .item-group-condensed .item-group-expandable { border-radius: 0px; border: 1px solid #242424; } .ic-NavMenu__link-list .ic-NavMenu-list-item.ic-NavMenu-list-item--feature-item { border-top: 1px solid #242424; } button.Button.Button--icon-action.ic-NavMenu__closeButton { background: #062333 !important; } #create_new_event_link { color: #ccc; } .ac-result-container { background: #101010; border: 0px solid #242424; border-radius: 0px; } .ac-result.selected, .ac-result:hover { background: #333; color: #ccc; } div.ac-result-contents { color: #ccc; } .ac-result:first-child { border-radius: 0px 0px 0 0 !important; } .ac-result:last-child { border-radius: 0 0 0px 0px !important; } .ac-result-wrapper:after { border-bottom: 0px solid transparent; } .ac-result-wrapper:before { border-bottom: 0px solid transparent; } .conversations .panel .btn { color: #ccc; } .btn-group.open .btn.dropdown-toggle { background-color: #555; } .dropdown-menu { background-color: #101010; } .dropdown-menu li>a { color: #ccc; } .dropdown-menu .divider { background-color: #242424; border-bottom: 1px solid #242424; } .message-list .list-header { background: #101010; color: #ccc; border-bottom: 0px solid #242424; } .ac-result-list .result-name { color: #ccc; } .course-list-table .course-list-table-row:hover { background-color: #333; } .ef-header { border-bottom: 0px solid #242424; } .ef-main .ef-folder-content { border-right: 0px solid #242424; } .ef-main .ef-folder-content .ef-folder-list { background: #101010; } .ef-directory { background: #101010; margin: 0px; } .ef-directory-header { border-bottom: 0px solid #242424; background-color: #0c0c0c; } .ef-plain-link { color: #ccc; } .ef-plain-link:hover { color: #eee; } .ef-footer { border-top: 0px solid #242424; } .ef-item-row:hover { background-color: #333; } span.ef-name-col__text { color: #aaa; } .ef-file-preview-header-filename { border-bottom: 0px solid #242424; } .ef-file-preview-header { background-color: #101010; border-bottom: 0px solid #242424; } .ef-file-preview-header-buttons { border-bottom: 0px solid #242424; } .ef-file-preview-button { background: transparent; } .ef-item-row.ef-item-selected { background-color: #555; } .ef-file-preview-information-container { background: #062333; border-left: 0px solid #242424; } .ef-file-preview-button.ef-file-preview-button--active { color: #ccc; background: #555; border-left: 0px solid #242424; border-right: 0px solid #242424; } .ef-file-preview-arrow-link { background: #101010; border: 0px solid #242424; } .ef-file-preview-infotable td { color: #ccc; } #right-side p.email_channel { color: #ddd; } .ui-dialog-content .form-actions { box-shadow: inset 0 1px 0 #242424; } .ui-tabs .ui-tabs-nav li.ui-state-focus, .ui-tabs .ui-tabs-nav li.ui-state-focus.ui-tabs-active { background: #333; border-color: transparent; } i.icon-mini-arrow-right { color: #eee !important; } .list-view>ul>li>a, .list-view>nav>ul>li>a:hover { color: #fff; } .btn:hover.ui-state-hover, .Button:hover.ui-state-hover, .ui-state-hover.ui-button { background: #333; color: #fff; border-color: #242424; } .btn.ui-state-focus.ui-state-active:focus { box-shadow: inset 0 0 0 1px #242424; } .ig-list .ig-row a.ig-title:hover { color: #eee; } .recent-activity-header { border-bottom: 0px solid #242424; } .ic-notification__content { background: #101010; } .ic-notification__icon { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .ic-notification { border-radius: 0px; } .discussionTopicIndexList .discussion-topic { border-top: 0px solid #242424; } .discussionTopicIndexList .discussion-topic:nth-child(odd) { background-color: #101010; } .discussionTopicIndexList .discussion-summary { color: #aaa; } .discussion_entry { background: #101010; } .discussion-entries .entry { background: #101010; border: 0px solid #242424; } .discussion-entries .entry .entry { border-top: 1px solid #242424; } .discussion-pubdate { color: #aaa; } .discussion-rate-action { color: #ccc; } .discussion-rate-action:hover { color: #fff; } .new-and-total-badge .total-items { background-color: #242424; color: #aaa; } .btn-success:focus, .Button--success:focus { box-shadow: inset 0 0 0 1px #242424; } #syllabus tr.date table.detail_list td.not_last { border-bottom: 1px solid #242424; } .ig-list .ig-row.ig-row-empty { background: #101010; border: 0px solid #242424; } .ig-list .ig-row .ig-empty-msg { color: #eee; } .item-group-condensed .ig-list li:last-child .ig-row.ig-row-empty, .item-group-condensed .ig-list li:last-of-type .ig-row.ig-row-empty, .item-group-condensed .last_visible .ig-row.ig-row-empty { border-bottom: 0px solid #242424; } .item-group-condensed .ig-list li:first-child .ig-row.ig-row-empty, .item-group-condensed .ig-list li:first-of-type .ig-row.ig-row-empty, .item-group-condensed .first_visible .ig-row.ig-row-empty { border-top: 0px solid #242424; } .mini-cal-header { color: #ccc; border: 1px solid #242424; } .mini_calendar { border: 1px solid #242424; } .mini_calendar .day { border-radius: 0px; } .mini_calendar .day.today { background-color: #aaa; } .discussion { background: #101010; border: 0px solid #242424; border-radius: 0px; } .discussion:hover { background: #333; } .discussion { color: #ccc; } .file-upload-submission { background: #101010; } .progress-bar__bar-container { border-radius: 0px; } .btn:focus { box-shadow: inset 0 0 0 1px #242424; } .ui-button:focus { box-shadow: inset 0 0 0 1px #242424; } .Button:focus { box-shadow: inset 0 0 0 1px #242424; } .ui-state-focus.ui-state-active.ui-button { box-shadow: inset 0 0 0 1px #242424; } .ui-button.ui-state-focus { box-shadow: inset 0 0 0 1px #242424; } .ef-header .ui-button:first-child { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .ef-header .ui-button:last-child { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .form-dialog .form-controls { background-color: #062333; border-top: 0px solid #242424; } #grades_summary table.score_details_table { border: 0px solid #242424; } .ic-flash-info, .ic-flash-success, .ic-flash-warning, .ic-flash-error { background-color: #101010; border-radius: 0px; } #assignment_show .student-assignment-overview { border-top: 1px solid #242424; border-bottom: 1px solid #242424; } body.Underline-All-Links__enabled .btn-link, body.Underline-All-Links__enabled .Button--link { text-decoration: none; } #right-side > div:nth-child(2) > div:nth-child(1) { border-bottom: 0px solid #242424 !important; } .rubric_container .rubric_title { background-color: #101010; border-top: 1px solid #242424; border-left: 1px solid #242424; border-right: 1px solid #242424; } .rubric_container thead th { background-color: #101010; } .rubric_container td, .rubric_container th { background: #101010; border: 1px solid #242424; } .rubric_container table.ratings td { border: 1px solid #242424; } #quiz_show .description.teacher-version { background: #101010; border: 1px solid #242424; border-radius: 0px; } .quiz_comment { background: #0d0d0d; border: 1px solid #242424; border-radius: 0px; } .quiz_comment:before { border-bottom-color: #303030; } .quiz_comment:after { border-bottom-color: #0d0d0d; } #kl_wrapper_3.kl_flat_sections > div:nth-child(odd) { background: #101010; } #kl_wrapper_3.kl_flat_sections h4 { color: #ccc; border-bottom: 1px solid #ccc; } #kl_objectives, #kl_custom_block_0, #kl_custom_block_1 { border-top: 0px solid #242424; } #kl_wrapper_3 .ic-Table { background: #062333; } #kl_wrapper_3.kl_flat_sections h3:not(.ui-state-default) { color: #ccc; border-top: 1px solid #242424; } #kl_wrapper_3.kl_flat_sections h4 { border-bottom: 1px solid #242424; } .question.matching_question .answer { border-top: 1px solid #242424; } .mce-panel { background: #0e0e0e; border-bottom: 1px solid #181818; } #tinymce { background: #0e0e0e; } a.toggle_question_content_views_link { margin: 12px; } a.tinymce-keyboard-shortcuts-toggle { margin-top: -3px; } .ac-token { background: #333; border: 1px solid #242424; } .ac-token:hover { background: #666; border: 1px solid #242424; } i[class*=icon-].icon-messageRecipient--cancel:before { background: #666; } .error_box .error_text { color: #000; border-radius: 0px; } .ac-result-list .context { border-bottom: 1px solid #242424; } #ui-id-3 { color: #ccc; } .message-list .messages>li { background: #062333; border-bottom: 1px solid #242424; } .message-list .messages>li.active { background: #242424; } .message-detail.span8 .message-header { border-bottom: 1px solid #242424; } .message-detail.span8 .message-content>li { border-bottom: 1px solid #242424; } .ic-Login__innerContent { border-radius: 0px; } .ic-Login__actions .Button--login { overflow: hidden; } .ui-accordion.ui-accordion--mini .ui-accordion-header a { background-color: #062333; color: #ccc; border-radius: 0px; } .ui-accordion .ui-accordion-header.ui-state-default { border-color: #242424; } .ui-accordion .ui-accordion-header.ui-state-default.ui-state-active.ui-state-focus a { box-shadow: inset 0 0 0 1px #333; } .ui-accordion .ui-accordion-header.ui-state-default.ui-state-active, .ui-accordion .ui-accordion-header.ui-state-default.ui-state-active.ui-state-focus { border-color: transparent; } ul.instTree li.leaf:hover { background-color: #242424; border-radius: 0px; } ul.instTree li.leaf.active-leaf { background-color: #333; border-radius: 0px; } .entry>.bottom-reply-with-box .discussion-entry-reply-area { border-top: 1px solid #242424; } .discussionTopicIndexList .discussion-topic { background-color: #242424; } .course_details td { border-bottom: 1px solid #242424; } #grades_summary tr.group_total th[scope=row], #grades_summary tr.final_grade>* { background-color: #0e0e0e; } .pill { background: #191919; box-shadow: 0 0px 0 #242424; border: 1px solid #333; border-radius: 0px; } .ReactModal__Content.ReactModal__Content--canvas .ReactModal__Header { background: #062333; border-bottom: 1px solid #242424; border-top-left-radius: 0px; border-top-right-radius: 0px; } .ReactModal__Content.ReactModal__Content--canvas .ReactModal__Body { background: #062333; } .toolbar th { background-color: #101010 !important; } .table-hover tbody tr:hover td { background: #101010; } .table-striped>tbody>tr td { background: #101010; } .table-hover tbody tr:hover th { background: #101010; } .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #101010; } .toolbar th:hover { background-color: #101010 !important; } .table-striped>thead { border: 1px solid #242424; } .table>thead { background: #101010; } .table-striped { border: 1px solid #242424; } .table thead:first-child tr:first-child th { background-color: #101010; } fieldset legend { color: #ccc; } fieldset { border: 1px solid #242424; border-radius: 0px; } ul.context_list li:hover { background-color: #242424; } #grades_summary tr.group_total td { background-color: #242424; } #grades_summary { border-bottom: 1px solid #242424; } .page-action-list a { border-bottom: 1px solid #242424; } .ic-tokens { background-color: #062333; border: 0px solid #242424; border-radius: 0px; } .ic-token { background-color: #333; border-radius: 0px; } .ic-token-delete-button:hover { background-color: #666; } .form-horizontal input { background-color: #0e0e0e; color: #ccc; } .ic-tokeninput-list { background: #062333; border: 1px solid #242424; } .Container__DueDateRow-item { border-bottom: 1px solid #242424; border-radius: 0px; } .Container__DueDateRow { border: 1px solid #242424; border-radius: 0px; } .Button.Button--add-row { border: 1px dashed #242424; border-radius: 0px; } .ui-datepicker-header.ui-widget-header { border-color: #242424; background: #101010; } #assignment_group_selector { border: 0px solid #242424; } div.form-column-right .border { border: 0px solid #242424; } div.form-column-right label:hover { background: #242424; } #assignment_show .description.teacher-version { border: 1px solid #242424; border-radius: 0px; } #right_side .content_box { background: #062333; border-bottom: 1px solid #242424; } #width_resizer { border-right: 1px solid #242424; } #right_side div.comment { background: #101010; border-top: 1px solid #242424; } .slick-header-column.ui-state-default { background-color: #101010; border-right: 1px solid #242424; } .slick-header-column { background-color: #101010; } .slick-header-column .slick-column-name { text-shadow: white 0 0 0px; font-weight: normal; color: #ccc; } .slick-header-column a.assignment-name { text-shadow: white 0 0 0px; } .even .meta-cell, .gradebook-cell { background-color: #101010; } .even .slick-cell { background-color: #101010; } .container_1 .slick-cell { border-bottom: 1px solid #242424; border-right: 1px solid #242424; } #right-side hr { border: 1px solid #242424; } .submission-details-header__heading-and-grades { border-bottom: 0.0625rem solid #242424; } } @-moz-document domain("instructure.com") { :root { --ic-brand-primary-darkened-5: #800D12; --ic-brand-primary-darkened-10: #790C11; --ic-brand-primary-darkened-15: #720C10; --ic-brand-primary-lightened-5: #8C191D; --ic-brand-primary-lightened-10: #922529; --ic-brand-primary-lightened-15: #983135; --ic-brand-button--primary-bgd-darkened-5: #005E93; --ic-brand-button--primary-bgd-darkened-15: #005483; --ic-brand-button--secondary-bgd-darkened-5: #0D802A; --ic-brand-button--secondary-bgd-darkened-15: #0C7226; --ic-brand-primary: #333; --ic-brand-font-color-dark: #ccc; --ic-link-color: #00629a; --ic-brand-button--primary-bgd: #00629a; --ic-brand-button--primary-text: #ffffff; --ic-brand-button--secondary-bgd: #0d862c; --ic-brand-button--secondary-text: #ffffff; --ic-brand-global-nav-bgd: #101010; --ic-brand-global-nav-ic-icon-svg-fill: #ccc; --ic-brand-global-nav-ic-icon-svg-fill--active: #00629a; --ic-brand-global-nav-menu-item__text-color: #ccc; --ic-brand-global-nav-menu-item__text-color--active: #00629a; --ic-brand-global-nav-avatar-border: #ccc; --ic-brand-global-nav-menu-item__badge-bgd: var(--ic-brand-primary); --ic-brand-global-nav-menu-item__badge-text: #ffffff; --ic-brand-global-nav-logo-bgd: #101010; --ic-brand-header-image: url('https://misc.dpg.tf/canvas/assets/BCPS-New-Logo-Dark.png'); --ic-brand-watermark-opacity: 1; --ic-brand-favicon: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/59785/bcps-logo-ico.png?AWSAccessKeyId=<KEY>&Expires=1943266238&Signature=dMa5rp%2FfqYTeM9H%2BQjVwzSWGf88%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-apple-touch-icon: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/59786/bcps-logo-rounded-corners-mobile.png?AWSAccessKeyId=<KEY>&Expires=1943266238&Signature=Icg3SPRXlTr0Zlkn1kvbA%2Fx0Wek%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-msapplication-tile-color: #3b73b4; --ic-brand-msapplication-tile-square: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/59787/bcps-logo-rounded-corners-windows.png?AWSAccessKeyId=<KEY>&Expires=1943266238&Signature=LtPbZbJqaOARRIbpgoRK5CZb3BM%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-msapplication-tile-wide: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/59788/bcps-logo-rounded-corners-windows-wide.png?AWSAccessKeyId=<KEY>&Expires=1943266238&Signature=eUZCCk6Awe7qJnyK2G9mOKSqhuI%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-right-sidebar-logo: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/691383/BCPS-Banner.png?AWSAccessKeyId=<KEY>&Expires=1945886793&Signature=Yu38RAtSFR5yWf0GQSw0q0K8M7c%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-Login-body-bgd-color: #101010; --ic-brand-Login-body-bgd-shadow-color: #354551; --ic-brand-Login-logo: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/265345/BCPS%20Banner-Darker.png?AWSAccessKeyId=<KEY>&Expires=1944648641&Signature=64u8adP5xEKfgsfQQQsMYAmX5Ik%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-Login-Content-bgd-color: none; --ic-brand-Login-Content-border-color: none; --ic-brand-Login-Content-inner-bgd: #161616; --ic-brand-Login-Content-inner-border: #242424; --ic-brand-Login-Content-inner-body-bgd: #161616; --ic-brand-Login-Content-inner-body-border: none; --ic-brand-Login-Content-label-text-color: #3b73b4; --ic-brand-Login-Content-password-text-color: #<PASSWORD>; --ic-brand-Login-footer-link-color: #ffffff; --ic-brand-Login-footer-link-color-hover: #ffffff; --ic-brand-Login-instructure-logo: #ffffff; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { background: #202020; -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2); } ::-webkit-scrollbar-thumb { background: #101010; -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2); } }
data/usercss/161267.user.css
@-moz-document domain("instructure.com") { .ic-app-header__logomark { background-image: url("http://backgroundcheckall.com/wp-content/uploads/2017/12/bmw-logo-transparent-background.png"); background-color: #112e3e } .ic-app-header__main-navigation { background-color: #0f384f } .ic-app-header__secondary-navigation { background-color: #112e3e } .ic-sidebar-logo { background-color: #112e3e } .with-right-side #right-side-wrapper { background-color: #0f384f } .ic-DashboardCard__header_hero { height: 75px } .ic-DashboardCard__header-subtitle, .ic-DashboardCard__header-term { margin-top: 40px; } .ic-DashboardCard__header_content { height: 10px } .ic-DashboardCard__action-layout { margin-top: 400px; } .ic-DashboardCard__header-title { font-size: 1.3em; } .ic-Layout-contentMain { background-image: url("https://images.alphacoders.com/667/667442.jpg"); } body { background-image: url("https://images.alphacoders.com/667/667442.jpg"); } .ic-app-footer { background-image: url("https://images.alphacoders.com/667/667442.jpg"); } } @-moz-document domain("instructure.com") { #breadcrumbs { background-color: #062333; } #breadcrumbs> ul { margin: 0; padding: 4px 15px; list-style: none } #breadcrumbs>ul>li+li:last-of-type a { color: #eee; } .header-bar { border-bottom: 0px solid #242424; background-color: #062333; min-height: 33px; padding-top: 15px; padding-bottom: 15px; } .header-bar:before, .header-bar:after { display: table; content: ""; line-height: 0 } .header-bar:after { clear: both } .header-bar.pinned { position: fixed; top: 0; width: 1071px; background-color: white; box-shadow: 0px 2px 3px rgba( 0, 0, 0, 0.5); margin-left: -12px; padding: 15px; z-index: 100 } .react-select-box-label { color: #2D3B45 } .react-select-box-click-outside-layer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2 } .react-select-box-clear { position: absolute; top: 15px; right: 0; width: 35px; height: 20px; background-color: #fff; text-indent: -9999em; z-index: 3; border: none } .react-select-box-clear:before { content: '×'; position: absolute; top: 2px; left: 10px; z-index: 1; background-color: #73818C; border-radius: 100%; font-size: 13px; font-size: .8125rem; color: #fff; line-height: 1; width: 15px; height: 15px; text-indent: 0; text-align: center } .react-select-box-clear:hover:before, .react-select-box-clear:focus:before { background-color: var(--ic-brand-primary) } .react-select-box-hidden { display: none } .react-select-box-options { margin: 2px 0 0; position: absolute; padding: 10px 0; width: 240px; top: 100%; left: 0; z-index: 4; background-color: #fff; border-radius: 4px } .ic-badge.ic-badge--neutral { background: #EBEDEE; color: #2D3B45 } .ic-badge.ic-badge--success { background: #00AC18 } .ic-badge.ic-badge--alert { background: #FC5E13 } .ic-badge.ic-badge--danger { background: #EE0612 } body { min-height: 100vh; background: #062333; } body:not(.is-inside-submission-frame):not(.embedded) { min-width: 768px } body.no-headers #header, body.no-headers #topbar, body.no-headers #left-side, body.no-headers #breadcrumbs, body.embedded #header, body.embedded #topbar, body.embedded #left-side, body.embedded #breadcrumbs { display: none !important } .ic-app-footer { box-sizing: border-box; padding: 12px 0; margin: 0 24px; border-top: 1px solid #242424; } #right-side .events_list .todo-details, #right-side .to-do-list .todo-details { padding-right: 30px; } #right-side .events_list .todo-details:after, #right-side .to-do-list .todo-details:after { width: 0px; background: linear-gradient(); } #right-side .events_list .event-details:after, #right-side .events_list .todo-details:after, #right-side .to-do-list .event-details:after, #right-side .to-do-list .todo-details:after { /* content:""; */ position: absolute; top: 0; right: 0; height: 0%; width: 0px; background: linear-gradient(); } .ic-DashboardCard { box-sizing: border-box; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); border-radius: 0px; overflow: hidden; background: #fff; width: 262px; display: inline-block; vertical-align: top; margin: 0 36px 36px 0; } .ic-Dashboard-header__layout { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 0 0 9px; border-bottom: 1px solid #242424; background: #062333; } .ic-Dashboard-Activity { padding: 12px } .ic-Dashboard-header__title { margin-top: 0; margin-bottom: 0; -webkit-flex: 1; flex: 1; padding-right: 12px; box-sizing: border-box } .ic-Dashboard-header__actions { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: flex-end; justify-content: flex-end } #right-side .placeholder { height: 200px } .recent-activity-header { margin: 0; border-bottom: 1px solid #C7CDD1; line-height: 1.2; padding-bottom: 12px; font-size: 1.5em } .recent_activity>li { position: relative; border-bottom: 1px solid #242424 } .recent_activity>li .title { font-weight: normal } .recent_activity>li .links { font-size: 11px; font-size: .6875rem } .recent_activity>li .unread-count { display: block; background: var(--ic-brand-primary); border-radius: 15px; width: 10px; height: 10px; position: absolute; left: 3px; top: 22px; padding: 0 } .recent_activity>li .accessibly-hidden { position: absolute; left: -9999px } .recent_activity>li .unread { width: 10px; height: 10px; margin-left: -15px; background-color: var(--ic-brand-primary); border-radius: 5px } .stream_header { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: -webkit-flex; display: flex; padding: 12px } .stream_header .image-block { -webkit-flex: 1; flex: 1; -webkit-align-items: center; align-items: center } .stream_header .toggle-details { text-transform: uppercase; font-size: 11px; font-size: .6875rem } .stream_header:hover { background: #333; } .stream_header:hover .toggle-details { text-indent: 0; text-align: right } .stream-details tr { border-top: 1px solid #242424; } .stream-details tr:hover { background: #333; } .header-right-side { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: flex-end; justify-content: flex-end } .profile_table .data_description { font-size: 0.8em; color: #aaa } h1, h2, h3, h4, h5, h6 { margin: 6px 0; font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.5; text-rendering: optimizelegibility; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 3; color: #4b6373 } h1 { font-size: 38px; } h2 { font-size: 32px } h3 { font-size: 24px } h4 { font-size: 18px } h5 { font-size: 16px } h6 { font-size: 12px } h1 small { font-size: 24px } h2 small { font-size: 18px } h3 small { font-size: 16px } h4 small { font-size: 16px } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: normal; } h1, h2, .h1, .h2 { font-size: 1.8em; line-height: 1.5; color: #b1b1b1; } h3, .h3 { font-size: 1.5em } .page-header { padding-bottom: 6px; margin: 20px 0 30px; border-bottom: 1px solid #C7CDD1 } a { color: #007ec5; text-decoration: none; } a:focus { color: #aaa; } a:hover { color: #eee; } a:focus, a:hover { text-decoration: none; } body { font-size: 16px; font-size: 1rem; font-weight: normal; margin: 0; line-height: 1.5; color: #aaa; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .list-view>ul>li>a, .list-view>nav>ul>li>a { color: #aaa; border-radius: 0px; } .pages.show .course-title { color: #eee; } .submission-details-header { margin-bottom: 30px; } .submission-details-comments .comments { background-color: #062333; border-left: 0px solid #242424; } #questions.assessment_results .question .answers .answer.wrong_answer { border-radius: 0px; } .module-sequence-footer .module-sequence-footer-content { background: #062333; } .conversations .panel { background: #062333; border-bottom: 1px solid #242424; } .message-list-scroller { border-right: 1px solid #242424; } .item-group-container { background: #101010; border: 0px solid #242424; } .ig-header .name { color: #eee; text-shadow: 0px 0px 0 rgba(0, 0, 0, 0) } body.primary-nav-expanded .ReactTray__Content { background: #062333 !important; } .feature-flags { color: #aaa; border: 1px solid #242424; } .feature-flag { border-bottom: 1px solid #242424; } thead th { background: #062333; } .table th, .table td { border-top: 1px solid #242424; } .table-bordered th, .table-bordered td { border-left: 1px solid #242424; } .table-bordered { border: 1px solid #242424; } .table-bordered:last-of-type { border-bottom: 1px solid #242424; } .ic-app-nav-toggle-and-crumbs { border-bottom: 1px solid #242424; } .module-sequence-footer .module-sequence-footer-content { border-top: 1px solid #242424; } .ic-NavMenu__header { border-bottom: 1px solid #242424; } .Underline-All-Links__enabled a:not(.Button):not(.ui-button):not(.btn):not(.ui-button) { text-decoration: none; } .Underline-All-Links__enabled a:not(.Button):not(.ui-button):not(.btn):not(.ui-button):not(.ui-tabs-anchor) { text-decoration: none; } .Underline-All-Links__enabled a:not(.Button):not(.ui-button):not(.btn):not(.ui-button):focus { outline-color: transparent; } .ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-app-header__menu-list-link { background: #333; } .ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-icon-svg { fill: var(--ic-brand-global-nav-ic-icon-svg-fill); } body.primary-nav-expanded .ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .menu-item__text { color: var(--ic-brand-global-nav-menu-item__text-color) } #right-side h2, #right-side .h2 { border-bottom: 1px solid #242424; } #right-side .right-side-list li a { border-bottom: 1px solid #242424; } .list-view>ul>li>a:hover, .list-view>ul>li>a:focus, .list-view>nav>ul>li>a:hover, .list-view>nav>ul>li>a:focus { background: #333; } .accessible-toggler { color: #aaa; } .btn-link, .Button--link { color: #aaa; } .list-view a.active { background-color: #333; } .ic-DashboardCard { background: #101010; } .ic-DashboardCard__action-container { background: #101010; } .ic-DashboardCard__header_content { background: #101010; } .ColorPicker__Container { background: #101010; } .ColorPicker__Container.with-border { border-radius: 0px; border: 1px solid #242424; } .ColorPicker__Container.with-arrow:after, .ColorPicker__Container.with-arrow:before { border: none; } .ic-sidebar-logo__image { content: url("http://backgroundcheckall.com/wp-content/uploads/2017/12/bmw-logo-transparent-background.png"); } .btn-primary:focus, .Button--primary:focus { box-shadow: inset 0 0 0 1px #004167; } #quiz_show ul#quiz_student_details { border-top: 1px solid #242424; border-bottom: 1px solid #242424; } .btn, .Button, .ui-button { border-radius: 0px; } .quiz-header { border-bottom: 0px solid #242424; } .form-actions { border: 0px solid #242424; background-color: #101010; } #questions.assessing { background: #101010; } .question { border: 0px solid #242424; background-color: #101010; } .question .flag_question { background: none; } .question .header { border-bottom: 0px solid #242424; background-color: #101010; } 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 { color: #ccc; border-radius: 0px; } 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: #062333; border: 1px solid #242424; } .item-group-condensed .ig-list li:first-child .ig-row, .item-group-condensed .ig-list li:first-of-type .ig-row, .item-group-condensed .first_visible .ig-row { border-top-left-radius: 0px; border-top-right-radius: 0px; border-top: 0px solid #242424; } .ui-buttonset .ui-button.ui-corner-left { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .ui-buttonset .ui-button.ui-corner-right { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .btn-group>.btn:first-child { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .btn-group>.btn:last-child, .btn-group>.dropdown-toggle { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .ac .btn { border-radius: 0 0px 0px 0; } .ac-input-box { background: #101010; border: 1px solid #242424; border-radius: 0px 0 0 0px; } .dropdown-menu { border-radius: 0px; } .ui-dialog .ui-dialog-titlebar.ui-widget-header, .ui-dialog .ui-datepicker .ui-widget-header.ui-datepicker-header, .ui-datepicker .ui-dialog .ui-widget-header.ui-datepicker-header { background: #101010; border-bottom: 1px solid #242424; } .ui-widget-content { background: #101010; color: #aaa; border: 0px solid #242424; } .ui-dialog .ui-dialog-titlebar-close.ui-state-hover, .ui-dialog .ui-dialog-titlebar-close.ui-state-focus { border: 0px solid; border-color: rgba(0, 0, 0, 0.25) !important; border-radius: 0px; } .ui-datepicker .ui-datepicker-time, .ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-datepicker .ui-datepicker-time, .ui-datepicker .ui-dialog .ui-datepicker-time { background-color: #101010; border-top: 0px solid #242424; } #compose-new-message .conversation_body, #compose-new-message .reply_body, #submission-comment-reply .conversation_body, #submission-comment-reply .reply_body { border-bottom: 1px solid #242424; } hr { border-top: 1px solid #242424; } .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover { border-color: #242424; } #minical { background-color: #101010; border: 1px solid #242424; } #minical .fc-widget-content { color: #aaa; border: 1px solid #242424; } #minical .fc-toolbar { border-bottom: 1px solid #242424; } #minical .fc-toolbar h2, #minical .fc-toolbar .h2 { color: #ccc; } #minical .event::after { top: 2px; border: 1px solid #242424; } #minical .fc-basic-view td.fc-day-number { padding: 5px 2px 2px 0; } #minical .fc-content-skeleton .fc-state-highlight { background-color: #333; } #context-list-holder, #undated-events { background-color: #101010; } #context-list .context_list_context:hover { background: #333; } .calendar .fc-head thead .fc-widget-header, #calendar-drag-and-drop-container .fc-head thead .fc-widget-header { color: #ccc } #calendar-app .fc-month-view .fc-body, #calendar-drag-and-drop-container .fc-month-view .fc-body { background-color: #101010; } #calendar-app .fc-event, #calendar-drag-and-drop-container .fc-event { background-color: #333 } #calendar-app .fc-month-view .fc-today, #calendar-drag-and-drop-container .fc-month-view .fc-today { background: #333; } .calendar .fc-row .fc-content-skeleton td, .calendar .fc-row .fc-helper-skeleton td, #calendar-drag-and-drop-container .fc-row .fc-content-skeleton td, #calendar-drag-and-drop-container .fc-row .fc-helper-skeleton td { border-color: #242424; } #edit_event_tabs > ul { background-color: #101010; border-color: #101010; } #calendar_event_date { width: 120px !important; } #tinymce { background: #101010; } .mce-edit-area { border: 0px solid #242424; border-width: 0px !important; } .input-append .btn { margin-left: 5px; } .input-append .btn:last-child { border-radius: 0 0px 0px 0; } #undated-events .event { background-color: #101010; } .event-details { background-color: #062333; border: 0px solid #242424; } .event-details.carat-bottom { background-color: #101010; border: 1px solid #242424; } .event-details-header, .event-details-content, .event-details-footer { border-bottom: 1px solid #242424; } .submission-details-container { border: 0px solid #242424; } .ic-Table td { border-color: #242424; border-bottom-color: #242424; } .ic-Table th { border-color: #242424; border-bottom-color: #242424; } .ic-Table th.ic-Table--header-row { border-color: #242424; border-bottom-color: #242424; } .ic-Table.ic-Table--striped tbody tr:nth-child(odd) { background-color: #222; } .ic-Table.ic-Table--hover-row tbody tr:hover { background-color: #383838; } .ic-Table th, .ic-Table td { border-bottom-color: #242424 !important; } .quiz-submission { background: #062333; border: 0px solid #242424; } #questions.assessment_results .question .header { background-color: #101010; } .question.true_false_question .answer { border-top: 0px solid #242424; } select.ic-Input, textarea.ic-Input, input[type="text"].ic-Input, input[type="password"].ic-Input, input[type="datetime"].ic-Input, input[type="datetime-local"].ic-Input, input[type="date"].ic-Input, input[type="month"].ic-Input, input[type="time"].ic-Input, input[type="week"].ic-Input, input[type="number"].ic-Input, input[type="email"].ic-Input, input[type="url"].ic-Input, input[type="search"].ic-Input, input[type="tel"].ic-Input, input[type="color"].ic-Input, .uneditable-input.ic-Input { background: #101010; border-color: #242424; } table.summary td, table.summary tbody th { border-bottom: 0px solid #242424; background-color: #062333; } .ui-tabs .ui-tabs-nav { border-bottom-color: #242424; } .ui-tabs .ui-tabs-panel { background-color: #101010; border-color: #242424; border-width: 0 0px 0px 0px } .ui-widget-header { border: 0px solid #242424 !important; } .ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover, .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover { background: #101010; border-color: #101010; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { border-color: #101010; border-radius: 0px; } .ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #ccc; } .form-inline select { background: #101010; } select { border: 1px solid #242424; background: #101010; } .al-options .ui-menu-item a { color: #ccc; } #questions .short_answer_question .answers_wrapper { border-top: 1px solid #242424; } #questions .numerical_question .answers_wrapper { border-top: 0px solid #242424; } .question.multiple_choice_question .answer { border-top: 1px solid #242424; } .question.fill_in_multiple_blanks_question .answer_group { border-top: 1px solid #242424; } .discussion-collections { border: 0px solid #242424; background: #101010; } .discussion-list .element_toggler { color: #aaa; border-bottom: 0px solid #242424; } .item-group { background-color: #101010; } .discussion.no-content { color: #ccc; background: #101010; } .discussion.no-content:hover { background: #333; } .discussion-list { border-bottom: 1px solid #242424; } .item-group-condensed .ig-row { background: #101010; border-bottom: 1px solid #242424; } .ig-list .ig-row:hover { background-color: #333; } .ig-list .ig-row { border: 0px solid #242424; } .ig-list .ig-row { color: #aaa; } .ig-list .ig-row a.ig-title { color: #bbb; } .item-group-condensed .ig-list li:last-child .ig-row, .item-group-condensed .ig-list li:last-of-type .ig-row { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .item-group-container .item-group-condensed { border-bottom: 1px solid #242424; } .icon-mini-arrow-down { color: #eee; } .btn, .Button { background: #101010; color: #ccc; border: 0px solid; border-color: #242424; } .btn:hover, .Button:hover { background: #333; color: #eee; } .btn:focus, .Button:focus, .ui-button:focus, .ui-button.ui-state-focus { color: #eee; } .btn:active, .Button:active, .ui-button:active { background: #444; } button#courseMenuToggle.Button.Button--link.ic-app-course-nav-toggle { background: #062333 !important; } button.Button.Button--icon-action-rev.ic-DashboardCard__header-button { background: transparent !important; border-radius: 50% !important; } .ic-Input-group .ic-Input-group__add-on:first-child { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .ic-Input-group .ic-Input-group__add-on { border: 0px solid #242424; } button.Button.Button--icon-action.disable_item_link.disable-todo-item-link { background: transparent !important; } .ui-button { background: #101010; color: #ccc; border: 0px solid; } .ui-button.ui-state-active { background: #333; } .ui-button:hover { background: #333; color: #ccc; } .toolbarView .headerBar { background: #101010; border: 0px solid #242424; } .topic .entry-content { border-left: 0px solid #242424; border-right: 0px solid #242424; background: #101010; } .discussion_entry>.discussion-entry-reply-area { border: 0px solid #242424; } a.discussion-reply-action.discussion-reply-box { background: #101010; } a.discussion-reply-action.discussion-reply-box:hover { background: #333; } .discussion-reply-box { border: 0px solid #242424; } .discussion-reply-action { color: #aaa; } .discussion-reply-box:hover { color: #ccc; } .ui-kyle-menu { border: 1px solid #242424; } .ui-corner-all { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; } .ui-menu-carat span { border-color: #101010 transparent !important; } .alert { border-radius: 0px; } #syllabus tr.date.date_passed td { background-color: #101010; } #grades_summary tr>* { background-color: #101010; border-top: 2px solid #242424; } #grades_summary tr.assignment_graded>* { background-color: #101010; } #grades_summary tr.editable:hover>* { background-color: #333; } #grades_summary thead th { background-color: #101010; } .ui-tabs .ui-tabs-nav li:hover { background: #333; border-color: #242424; } .ui-corner-top { border-top-left-radius: 0px; border-top-right-radius: 0px; } .ui-tabs .ui-tabs-nav li:hover a { color: #eee; } .ui-tabs .ui-tabs-nav li a { color: #ccc; } .ic-Action-header.ic-Action-header--before-item-groups { border-bottom: 0px solid #242424; } .ig-header-title a { color: #ccc; } .item-group-expandable .emptyMessage { background: #101010; color: #ccc; border-radius: 0px; } .item-group-condensed .item-group-expandable { border-radius: 0px; border: 1px solid #242424; } .ic-NavMenu__link-list .ic-NavMenu-list-item.ic-NavMenu-list-item--feature-item { border-top: 1px solid #242424; } button.Button.Button--icon-action.ic-NavMenu__closeButton { background: #062333 !important; } #create_new_event_link { color: #ccc; } .ac-result-container { background: #101010; border: 0px solid #242424; border-radius: 0px; } .ac-result.selected, .ac-result:hover { background: #333; color: #ccc; } div.ac-result-contents { color: #ccc; } .ac-result:first-child { border-radius: 0px 0px 0 0 !important; } .ac-result:last-child { border-radius: 0 0 0px 0px !important; } .ac-result-wrapper:after { border-bottom: 0px solid transparent; } .ac-result-wrapper:before { border-bottom: 0px solid transparent; } .conversations .panel .btn { color: #ccc; } .btn-group.open .btn.dropdown-toggle { background-color: #555; } .dropdown-menu { background-color: #101010; } .dropdown-menu li>a { color: #ccc; } .dropdown-menu .divider { background-color: #242424; border-bottom: 1px solid #242424; } .message-list .list-header { background: #101010; color: #ccc; border-bottom: 0px solid #242424; } .ac-result-list .result-name { color: #ccc; } .course-list-table .course-list-table-row:hover { background-color: #333; } .ef-header { border-bottom: 0px solid #242424; } .ef-main .ef-folder-content { border-right: 0px solid #242424; } .ef-main .ef-folder-content .ef-folder-list { background: #101010; } .ef-directory { background: #101010; margin: 0px; } .ef-directory-header { border-bottom: 0px solid #242424; background-color: #0c0c0c; } .ef-plain-link { color: #ccc; } .ef-plain-link:hover { color: #eee; } .ef-footer { border-top: 0px solid #242424; } .ef-item-row:hover { background-color: #333; } span.ef-name-col__text { color: #aaa; } .ef-file-preview-header-filename { border-bottom: 0px solid #242424; } .ef-file-preview-header { background-color: #101010; border-bottom: 0px solid #242424; } .ef-file-preview-header-buttons { border-bottom: 0px solid #242424; } .ef-file-preview-button { background: transparent; } .ef-item-row.ef-item-selected { background-color: #555; } .ef-file-preview-information-container { background: #062333; border-left: 0px solid #242424; } .ef-file-preview-button.ef-file-preview-button--active { color: #ccc; background: #555; border-left: 0px solid #242424; border-right: 0px solid #242424; } .ef-file-preview-arrow-link { background: #101010; border: 0px solid #242424; } .ef-file-preview-infotable td { color: #ccc; } #right-side p.email_channel { color: #ddd; } .ui-dialog-content .form-actions { box-shadow: inset 0 1px 0 #242424; } .ui-tabs .ui-tabs-nav li.ui-state-focus, .ui-tabs .ui-tabs-nav li.ui-state-focus.ui-tabs-active { background: #333; border-color: transparent; } i.icon-mini-arrow-right { color: #eee !important; } .list-view>ul>li>a, .list-view>nav>ul>li>a:hover { color: #fff; } .btn:hover.ui-state-hover, .Button:hover.ui-state-hover, .ui-state-hover.ui-button { background: #333; color: #fff; border-color: #242424; } .btn.ui-state-focus.ui-state-active:focus { box-shadow: inset 0 0 0 1px #242424; } .ig-list .ig-row a.ig-title:hover { color: #eee; } .recent-activity-header { border-bottom: 0px solid #242424; } .ic-notification__content { background: #101010; } .ic-notification__icon { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .ic-notification { border-radius: 0px; } .discussionTopicIndexList .discussion-topic { border-top: 0px solid #242424; } .discussionTopicIndexList .discussion-topic:nth-child(odd) { background-color: #101010; } .discussionTopicIndexList .discussion-summary { color: #aaa; } .discussion_entry { background: #101010; } .discussion-entries .entry { background: #101010; border: 0px solid #242424; } .discussion-entries .entry .entry { border-top: 1px solid #242424; } .discussion-pubdate { color: #aaa; } .discussion-rate-action { color: #ccc; } .discussion-rate-action:hover { color: #fff; } .new-and-total-badge .total-items { background-color: #242424; color: #aaa; } .btn-success:focus, .Button--success:focus { box-shadow: inset 0 0 0 1px #242424; } #syllabus tr.date table.detail_list td.not_last { border-bottom: 1px solid #242424; } .ig-list .ig-row.ig-row-empty { background: #101010; border: 0px solid #242424; } .ig-list .ig-row .ig-empty-msg { color: #eee; } .item-group-condensed .ig-list li:last-child .ig-row.ig-row-empty, .item-group-condensed .ig-list li:last-of-type .ig-row.ig-row-empty, .item-group-condensed .last_visible .ig-row.ig-row-empty { border-bottom: 0px solid #242424; } .item-group-condensed .ig-list li:first-child .ig-row.ig-row-empty, .item-group-condensed .ig-list li:first-of-type .ig-row.ig-row-empty, .item-group-condensed .first_visible .ig-row.ig-row-empty { border-top: 0px solid #242424; } .mini-cal-header { color: #ccc; border: 1px solid #242424; } .mini_calendar { border: 1px solid #242424; } .mini_calendar .day { border-radius: 0px; } .mini_calendar .day.today { background-color: #aaa; } .discussion { background: #101010; border: 0px solid #242424; border-radius: 0px; } .discussion:hover { background: #333; } .discussion { color: #ccc; } .file-upload-submission { background: #101010; } .progress-bar__bar-container { border-radius: 0px; } .btn:focus { box-shadow: inset 0 0 0 1px #242424; } .ui-button:focus { box-shadow: inset 0 0 0 1px #242424; } .Button:focus { box-shadow: inset 0 0 0 1px #242424; } .ui-state-focus.ui-state-active.ui-button { box-shadow: inset 0 0 0 1px #242424; } .ui-button.ui-state-focus { box-shadow: inset 0 0 0 1px #242424; } .ef-header .ui-button:first-child { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .ef-header .ui-button:last-child { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .form-dialog .form-controls { background-color: #062333; border-top: 0px solid #242424; } #grades_summary table.score_details_table { border: 0px solid #242424; } .ic-flash-info, .ic-flash-success, .ic-flash-warning, .ic-flash-error { background-color: #101010; border-radius: 0px; } #assignment_show .student-assignment-overview { border-top: 1px solid #242424; border-bottom: 1px solid #242424; } body.Underline-All-Links__enabled .btn-link, body.Underline-All-Links__enabled .Button--link { text-decoration: none; } #right-side > div:nth-child(2) > div:nth-child(1) { border-bottom: 0px solid #242424 !important; } .rubric_container .rubric_title { background-color: #101010; border-top: 1px solid #242424; border-left: 1px solid #242424; border-right: 1px solid #242424; } .rubric_container thead th { background-color: #101010; } .rubric_container td, .rubric_container th { background: #101010; border: 1px solid #242424; } .rubric_container table.ratings td { border: 1px solid #242424; } #quiz_show .description.teacher-version { background: #101010; border: 1px solid #242424; border-radius: 0px; } .quiz_comment { background: #0d0d0d; border: 1px solid #242424; border-radius: 0px; } .quiz_comment:before { border-bottom-color: #303030; } .quiz_comment:after { border-bottom-color: #0d0d0d; } #kl_wrapper_3.kl_flat_sections > div:nth-child(odd) { background: #101010; } #kl_wrapper_3.kl_flat_sections h4 { color: #ccc; border-bottom: 1px solid #ccc; } #kl_objectives, #kl_custom_block_0, #kl_custom_block_1 { border-top: 0px solid #242424; } #kl_wrapper_3 .ic-Table { background: #062333; } #kl_wrapper_3.kl_flat_sections h3:not(.ui-state-default) { color: #ccc; border-top: 1px solid #242424; } #kl_wrapper_3.kl_flat_sections h4 { border-bottom: 1px solid #242424; } .question.matching_question .answer { border-top: 1px solid #242424; } .mce-panel { background: #0e0e0e; border-bottom: 1px solid #181818; } #tinymce { background: #0e0e0e; } a.toggle_question_content_views_link { margin: 12px; } a.tinymce-keyboard-shortcuts-toggle { margin-top: -3px; } .ac-token { background: #333; border: 1px solid #242424; } .ac-token:hover { background: #666; border: 1px solid #242424; } i[class*=icon-].icon-messageRecipient--cancel:before { background: #666; } .error_box .error_text { color: #000; border-radius: 0px; } .ac-result-list .context { border-bottom: 1px solid #242424; } #ui-id-3 { color: #ccc; } .message-list .messages>li { background: #062333; border-bottom: 1px solid #242424; } .message-list .messages>li.active { background: #242424; } .message-detail.span8 .message-header { border-bottom: 1px solid #242424; } .message-detail.span8 .message-content>li { border-bottom: 1px solid #242424; } .ic-Login__innerContent { border-radius: 0px; } .ic-Login__actions .Button--login { overflow: hidden; } .ui-accordion.ui-accordion--mini .ui-accordion-header a { background-color: #062333; color: #ccc; border-radius: 0px; } .ui-accordion .ui-accordion-header.ui-state-default { border-color: #242424; } .ui-accordion .ui-accordion-header.ui-state-default.ui-state-active.ui-state-focus a { box-shadow: inset 0 0 0 1px #333; } .ui-accordion .ui-accordion-header.ui-state-default.ui-state-active, .ui-accordion .ui-accordion-header.ui-state-default.ui-state-active.ui-state-focus { border-color: transparent; } ul.instTree li.leaf:hover { background-color: #242424; border-radius: 0px; } ul.instTree li.leaf.active-leaf { background-color: #333; border-radius: 0px; } .entry>.bottom-reply-with-box .discussion-entry-reply-area { border-top: 1px solid #242424; } .discussionTopicIndexList .discussion-topic { background-color: #242424; } .course_details td { border-bottom: 1px solid #242424; } #grades_summary tr.group_total th[scope=row], #grades_summary tr.final_grade>* { background-color: #0e0e0e; } .pill { background: #191919; box-shadow: 0 0px 0 #242424; border: 1px solid #333; border-radius: 0px; } .ReactModal__Content.ReactModal__Content--canvas .ReactModal__Header { background: #062333; border-bottom: 1px solid #242424; border-top-left-radius: 0px; border-top-right-radius: 0px; } .ReactModal__Content.ReactModal__Content--canvas .ReactModal__Body { background: #062333; } .toolbar th { background-color: #101010 !important; } .table-hover tbody tr:hover td { background: #101010; } .table-striped>tbody>tr td { background: #101010; } .table-hover tbody tr:hover th { background: #101010; } .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #101010; } .toolbar th:hover { background-color: #101010 !important; } .table-striped>thead { border: 1px solid #242424; } .table>thead { background: #101010; } .table-striped { border: 1px solid #242424; } .table thead:first-child tr:first-child th { background-color: #101010; } fieldset legend { color: #ccc; } fieldset { border: 1px solid #242424; border-radius: 0px; } ul.context_list li:hover { background-color: #242424; } #grades_summary tr.group_total td { background-color: #242424; } #grades_summary { border-bottom: 1px solid #242424; } .page-action-list a { border-bottom: 1px solid #242424; } .ic-tokens { background-color: #062333; border: 0px solid #242424; border-radius: 0px; } .ic-token { background-color: #333; border-radius: 0px; } .ic-token-delete-button:hover { background-color: #666; } .form-horizontal input { background-color: #0e0e0e; color: #ccc; } .ic-tokeninput-list { background: #062333; border: 1px solid #242424; } .Container__DueDateRow-item { border-bottom: 1px solid #242424; border-radius: 0px; } .Container__DueDateRow { border: 1px solid #242424; border-radius: 0px; } .Button.Button--add-row { border: 1px dashed #242424; border-radius: 0px; } .ui-datepicker-header.ui-widget-header { border-color: #242424; background: #101010; } #assignment_group_selector { border: 0px solid #242424; } div.form-column-right .border { border: 0px solid #242424; } div.form-column-right label:hover { background: #242424; } #assignment_show .description.teacher-version { border: 1px solid #242424; border-radius: 0px; } #right_side .content_box { background: #062333; border-bottom: 1px solid #242424; } #width_resizer { border-right: 1px solid #242424; } #right_side div.comment { background: #101010; border-top: 1px solid #242424; } .slick-header-column.ui-state-default { background-color: #101010; border-right: 1px solid #242424; } .slick-header-column { background-color: #101010; } .slick-header-column .slick-column-name { text-shadow: white 0 0 0px; font-weight: normal; color: #ccc; } .slick-header-column a.assignment-name { text-shadow: white 0 0 0px; } .even .meta-cell, .gradebook-cell { background-color: #101010; } .even .slick-cell { background-color: #101010; } .container_1 .slick-cell { border-bottom: 1px solid #242424; border-right: 1px solid #242424; } #right-side hr { border: 1px solid #242424; } .submission-details-header__heading-and-grades { border-bottom: 0.0625rem solid #242424; } } @-moz-document domain("instructure.com") { :root { --ic-brand-primary-darkened-5: #800D12; --ic-brand-primary-darkened-10: #790C11; --ic-brand-primary-darkened-15: #720C10; --ic-brand-primary-lightened-5: #8C191D; --ic-brand-primary-lightened-10: #922529; --ic-brand-primary-lightened-15: #983135; --ic-brand-button--primary-bgd-darkened-5: #005E93; --ic-brand-button--primary-bgd-darkened-15: #005483; --ic-brand-button--secondary-bgd-darkened-5: #0D802A; --ic-brand-button--secondary-bgd-darkened-15: #0C7226; --ic-brand-primary: #333; --ic-brand-font-color-dark: #ccc; --ic-link-color: #00629a; --ic-brand-button--primary-bgd: #00629a; --ic-brand-button--primary-text: #ffffff; --ic-brand-button--secondary-bgd: #0d862c; --ic-brand-button--secondary-text: #ffffff; --ic-brand-global-nav-bgd: #101010; --ic-brand-global-nav-ic-icon-svg-fill: #ccc; --ic-brand-global-nav-ic-icon-svg-fill--active: #00629a; --ic-brand-global-nav-menu-item__text-color: #ccc; --ic-brand-global-nav-menu-item__text-color--active: #00629a; --ic-brand-global-nav-avatar-border: #ccc; --ic-brand-global-nav-menu-item__badge-bgd: var(--ic-brand-primary); --ic-brand-global-nav-menu-item__badge-text: #ffffff; --ic-brand-global-nav-logo-bgd: #101010; --ic-brand-header-image: url('https://misc.dpg.tf/canvas/assets/BCPS-New-Logo-Dark.png'); --ic-brand-watermark-opacity: 1; --ic-brand-favicon: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/59785/bcps-logo-ico.png?AWSAccessKeyId=<KEY>&Expires=1943266238&Signature=dMa5rp%2FfqYTeM9H%2BQjVwzSWGf88%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-apple-touch-icon: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/59786/bcps-logo-rounded-corners-mobile.png?AWSAccessKeyId=<KEY>&Expires=1943266238&Signature=Icg3SPRXlTr0Zlkn1kvbA%2Fx0Wek%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-msapplication-tile-color: #3b73b4; --ic-brand-msapplication-tile-square: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/59787/bcps-logo-rounded-corners-windows.png?AWSAccessKeyId=<KEY>&Expires=1943266238&Signature=LtPbZbJqaOARRIbpgoRK5CZb3BM%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-msapplication-tile-wide: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/59788/bcps-logo-rounded-corners-windows-wide.png?AWSAccessKeyId=<KEY>&Expires=1943266238&Signature=eUZCCk6Awe7qJnyK2G9mOKSqhuI%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-right-sidebar-logo: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/691383/BCPS-Banner.png?AWSAccessKeyId=<KEY>&Expires=1945886793&Signature=Yu38RAtSFR5yWf0GQSw0q0K8M7c%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-Login-body-bgd-color: #101010; --ic-brand-Login-body-bgd-shadow-color: #354551; --ic-brand-Login-logo: url('https://instructure-uploads.s3.amazonaws.com/account_17730000000000001/attachments/265345/BCPS%20Banner-Darker.png?AWSAccessKeyId=<KEY>&Expires=1944648641&Signature=64u8adP5xEKfgsfQQQsMYAmX5Ik%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000.0%2C%20public&response-expires=473364000.0'); --ic-brand-Login-Content-bgd-color: none; --ic-brand-Login-Content-border-color: none; --ic-brand-Login-Content-inner-bgd: #161616; --ic-brand-Login-Content-inner-border: #242424; --ic-brand-Login-Content-inner-body-bgd: #161616; --ic-brand-Login-Content-inner-body-border: none; --ic-brand-Login-Content-label-text-color: #3b73b4; --ic-brand-Login-Content-password-text-color: #<PASSWORD>; --ic-brand-Login-footer-link-color: #ffffff; --ic-brand-Login-footer-link-color-hover: #ffffff; --ic-brand-Login-instructure-logo: #ffffff; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { background: #202020; -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2); } ::-webkit-scrollbar-thumb { background: #101010; -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2); } }
0.27973
0.085595
.open-nav{ font-size: 20px; color: #fff; float: left; margin-right: 20px; opacity: 0.9; display: none; } .open-nav:hover{ opacity: 1; color: #fff; } .nav-bg{ display: none; background-color: rgba(0,0,0,0.7); position: fixed; z-index: 8888; height: 100%; width: 100%; } .sidenav .nav-header{ background-color: #2b2b2b; cursor: default; padding: 0px; height: 50px; line-height: 50px; } .sidenav .nav-header p{ text-shadow: none; font-size: 16px; color: #fff; font-family: "Roboto", sans-serif; letter-spacing: 0.5px; padding-left: 15px; } .sidenav .nav-header span{ font-size: 20px; color: #ccc; font-weight: 300; } .sidenav { height: 100%; width: 290px; position: fixed; top: 0; left: 0; background-color: #fff; overflow-x: hidden; /*padding-top: 60px;*/ /*transition: 0.5s; */ z-index: 9999; margin-left: -290px; } .sidenav .closebtn { position: absolute; font-size: 16px; border: none; top: 1px; color: #fff; cursor: pointer; right: 20px; font-weight: 100; } .sidenav .closebtn:hover{ color: #fff; } .sidenav .nav-slide-body ul{ padding: 0; list-style: none; margin: 0; } .dropdown-div .dropdown-div-header{ cursor: pointer; padding: 15px 23px 15px 15px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top: -1px; } .dropdown-div .dropdown-div-header a{ padding: 0; border: none; color: #555; } .dropdown-div .dropdown-div-btn { cursor: pointer; float: right; /* padding: 17px; */ /* padding: 10px; */ /* position: absolute; */ border-left: 1px solid #ccc; /* padding: 15px 23px 15px 15px; */ margin-top: -36px; padding: 15px 20px; margin-right: -23px; } .dropdown-div .dropdown-div-btn span { float: right; } .dropdown-div .dropdown-div-content{ display: none; } .nav-slide-body .dropdown-mob-nav li a{ display: block; padding: 15px 23px 15px 15px; border-bottom: 1px solid #eee; color: #555; } .nav-slide-body li a{ display: block; padding: 10px 0 10px 15px; border-bottom: 1px solid #ccc; color: #555; } .dropdown-div-second .dropdown-div-content-second{ display: none; } .dropdown-div-second .dropdown-div-header-second{ position: relative; } .dropdown-div-second .dropdown-div-header-second .dropdown-div-btn-second{ position: absolute; top: 1px; right: 3px; padding: 11px 15px; z-index: 999; } .dropdown-div-second .dropdown-div-header-second a{ display: block; padding: 10px 0 10px 30px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top: -1px; } .dropdown-div-second .dropdown-div-content-second .dropdown-mob-nav li{ border-bottom: 1px solid #eee; } .dropdown-div-second .dropdown-div-content-second .dropdown-mob-nav li a{ display: block; padding: 8px 0px 8px 45px; border: none!important; color: #555; } .phone-coll-mobile{ display: none; font-size: 20px; margin-top: -2px; color: #00de00; float: right; } .phone-coll-mobile:hover{ color: #00de00!important; } .phone-coll-mobile:focus{ color: #00de00!important; } /*-- HEADER --*/ @media (max-width: 1200px){ .homebanner-holder { width: 100% !important; padding-left: 0px; } .sidemenu-holder{ display: none; } header .logo-holder{ width: 34%!important; float: left; } header .top-search-holder{ width: 33%; float: left; margin: 0; } header .top-search-holder .contact-row .phone{ display: none; } header .top-search-holder .search-field { width: 82% !important; } header .top-cart-row{ position: absolute; right: -85px; padding: 0; top: 93px; } .wish-block .wish-block-img .count{ top: -1px; right: 10px; } header .top-cart-row .top-cart-holder .basket-item-count .count{ top: -1px; right: 6px; } .wish-block .wish-block-img img { width: 37px; margin: 0 20px 0 10px; } .basket-item-count img{ width: 40px; } #top-megamenu-nav .navbar-nav > li > a{ font-size: 14px; padding: 15px 14px; } header { padding: 16px 0 31px 0; border-bottom: 1px solid #e0e0e0; } #top-megamenu-nav { margin: 13px 0 0 0; position: relative; } } @media (max-width: 991px){ .open-nav{ display: block; } .phone-coll-mobile{ display: block; } .top-bar .top-header-about-info{ display: none; } .top-bar{ padding: 0; } .megamenu-vertical{ display: none; } .logo ul{ display: none; } header .logo-holder{ width: 20%!important; float: left; } header .top-search-holder{ width: 50%; float: left; margin: 0; } header .top-cart-row{ position: absolute; right: 80px; padding: 0; top: 84px; width: 30%; } header .top-search-holder .contact-row .phone{ display: none!important; } header .top-search-holder .contact-row .contact { display: none!important; } header .top-search-holder .contact-row .order-a-calll{ display: none!important; } .search-form-btn{ top: 25px; } header .top-cart-row .top-cart-holder .dropdown-toggle .lbl{ font-size: 13px; } header .top-cart-row .top-cart-holder .dropdown-toggle .total-price{ font-size: 15px; } .search-form{ margin-left: -16px; } .header-alt{ border-bottom: 1px solid #eee; padding: 0px 0 0px 0; } .modal-reg-mob .arrow-down-modal{ top: 131px; } .modal-reg-mob .btn-login{ border-radius: 4px; } .modal-reg-mob .modal-header .col-md-6.no-margin-right{ margin-right: 15px; margin-bottom: 5px; } .modal-reg-mob .btn-registr{ border-radius: 4px; } .modal-reg-mob .modal-header .col-md-6.no-margin-left{ margin-left: 15px; } .modal-log-mob .arrow-down-modal{ top: 131px; } .modal-log-mob .btn-login{ border-radius: 4px; } .modal-log-mob .modal-header .col-md-6.no-margin-right{ margin-right: 15px; margin-bottom: 5px; } .modal-log-mob .btn-registr{ border-radius: 4px; } .modal-log-mob .modal-header .col-md-6.no-margin-left{ margin-left: 15px; } .result_search{ overflow-y: scroll; } .checkout .basket-item .col-sm-6{ width: 100%; } .checkout .basket-item .no-margin-right{ margin-right: 15px; } .checkout .basket-item .no-margin-left{ margin-left: 15px; } header .top-cart-row .top-cart-holder .basket-item{ padding: 11px 28px 11px 11px; } header .top-cart-row .basket-item .dropdown-total-count .dropdown-total-price{ float: left; margin-left: 15px; } #hero .caption { background:none!important; } } @media (max-width: 900px){ header .top-cart-row{ right: 30px; } } @media (max-width: 800px){ header .top-cart-row{ right: 15px; } } @media (max-width: 767px){ .top-bar ul.right, .top-bar { text-align: right!important; } .modal-sm{ margin-left: auto; margin-right: auto; } .top-bar .col-sm-6{ width: 50%; float: left; } .total-price-basket{ display: none!important; } header .top-cart-row{ right: -85px; } .search-result-products .product-item-holder .body .title{ margin: 4px 0 0 20px; } header .top-cart-holder .basket .dropdown-menu{ width: 300px; left: -244px!important; top: 70px!important; } } @media (max-width: 690px){ header .top-cart-row{ right: -75px; } } @media (max-width: 640px){ header .top-cart-row{ right: -62px; } header .top-search-holder{ margin-top: -6px; } header .top-cart-row{ top: 76px; } } @media (max-width: 600px){ header .logo-holder { width: 22%!important; float: left; } header .top-cart-row{ right: -48px; } } @media (max-width: 565px){ header .top-cart-row{ right: -38px; } header .top-search-holder { margin-top: -8px; } } @media (max-width: 528px){ header .top-cart-row{ right: -21px; } } @media (max-width: 480px){ header .top-cart-row{ right: -15px; } header .top-cart-row { top: 72px; } header .top-search-holder { margin-top: -8px; } header .top-search-holder { margin-top: -12px; } header .top-cart-holder .basket .dropdown-menu { width: 300px; left: -274px!important; top: 70px!important; } } @media (max-width: 456px){ header .top-search-holder { display: none; } header .top-cart-row { right: -8px; } header .logo-holder { width: 30%!important; float: left; } header .logo-holder { width: 23%!important; float: left; } .top-bar .left-side{ width: 20%; } .top-bar .right-side{ width: 80%; } .top-bar ul.right, .top-bar { text-align: right!important; } header .top-cart-row { position: relative; top: 0; right: 0; float: left; width: 68%; } header .top-cart-row .top-cart-row-container{ float: right; margin-top: 22px; margin-right: -19px; } } @media (max-width: 410px){ header .top-cart-row { position: relative; top: 0; right: 0; float: left; width: 68%; } header .top-cart-row .top-cart-row-container{ float: right; margin-top: 27px; margin-right: 20px; } header .top-cart-holder .basket .dropdown-menu { width: 300px; left: -253px!important; top: 70px!important; } header .logo-holder { width: 32%!important; float: left; } .modal-sm{ margin-left: auto; margin-right: auto; width: 310px; } } /*-- HEADER END --*/ /*general ------------*/ @media (max-width: 1200px) { .homebanner-holder { width: 100% !important; padding-left: 0px; } .sidemenu-holder { display: none; } #single-product .body-holder .le-button-red{ margin-left: 0px!important; } #single-product .body-holder #addto-cart{ margin: 10px 0; } #single-product .body-holder .buttons-holder { display: block; margin: 5px 0; } .total-price-single-prod { margin: 10px 0; font-size: 21px; } #single-product .body-holder .price-current { font-size: 20px; font-weight: 400; color: #777777; } .category-list-view .product-grid-holder .product-item-holder .prices{ float: right; } .delivery_payments .payments_item{ min-height: 255px; } .about_section .about-item-info .about_item{ min-height: 200px; } .about_section .about_item span{ font-size: 21px; } .about_section .about-item-info .about_item p{ margin-top: 55px; } } @media (max-width: 991px){ .about_section .about-item-info .about_item{ min-height: 20px; margin-bottom: 12px; } .delivery_payments .payments_item{ min-height: 50px; } .contact-page-contact-info{ width: 94%; margin: auto; margin-bottom: 20px; } .contact-page-map{ width: 94%; margin: auto; } #footer .widget{ text-align: center; } #single-product .title h1{ font-size: 22px; line-height: 30px; } #category-grid .top-new-widget{ display: none; } #category-grid .top-sales-widget{ display: none; } .section-title-checkout a { float: left; } .section-title-checkout h2 { font-size: 20px; margin-bottom: 10px; color: #676767; letter-spacing: 1px; } .page-wishlist .items-holder .cart-item .price{ text-align: left; } } @media (max-width: 768px){ .profile-section .login-box .form-control{ margin-bottom: 8px; } .profile-section .login-box .drop-menu-select{ margin-bottom: 8px; } .page-wishlist .items-holder .cart-item .price{ text-align: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-2{ width: 15%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-5{ width: 40%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-1{ width: 15%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-4{ width: 30%; float: left; } .pop-up-message-content { width: 310px!important; /* Could be more or less, depending on screen size */ } .pop-up-message-header{ padding: 20px!important; } .pop-up-message-body{ padding: 20px!important; } .pop-up-message-text-box { display: block!important; height: auto!important; width: 100%!important; text-align: center!important; } .pop-up-message-text { display: block!important; } .pop-up-message-text-box .le-button{ position: absolute!important; top: 94px!important; left: 0!important; } #top-mega-nav nav{ display: none; } #single-product .title h1 { font-size: 22px; line-height: 30px; margin-top: 10px; } #single-product .prices{ text-align: center; } #single-product .body-holder .qnt-holder .huge{ float: left; width: 45%!important; margin-right: 10px!important; } .nav-tabs > li.active, .nav-tabs li{ width: 50%; float: left; } .comment-item .col-sm-2{ width: 15%; float: left; } .comment-item .col-sm-10{ width: 85%; float: left; } .comment-item .col-sm-10 .comment-body{ margin-left: 10px; } .new-review-form .form-control{ margin-bottom: 10px; } #single-product-tab .new-review-form .field-row{ margin-bottom: 5px; } #single-product-tab .new-review-form .star-row { margin-bottom: 17px !important; } #single-product-tab .new-review-form .buttons-holder { margin: 8px 0px 0 0px; } #single-product .prices{ text-align: left!important; } #single-product .body-holder .qnt-holder{ text-align: left!important; } #single-product .body-holder .qnt-holder #addto-cart { width: 100%; display: block; margin: 15px 0 0px 0; text-align: center; } .btn-add-to-wishlist{ margin-top: 10px!important; } .cart-modal .modal-dialog { width: 310px!important; margin: 40px auto!important; } .cart-modal .items-holder .cart-item .total-product-price{ text-align: left!important; } .cart-modal .cart-item .col-sm-5{ margin-left: 0!important; padding-left: 0!important; } .cart-modal .items-holder .cart-item .total-product-price{ padding: 15px 0!important; } .cart-modal .cart-total-price { float: left!important; font-size: 13px!important; } .cart-modal .modal-footer .le-button-active{ width: 100%!important; margin-bottom: 8px!important; } .cart-modal .modal-footer .le-button{ width: 100%!important; text-align: center; } #single-product .body-holder .body { padding-left: 0!important; } } @media (max-width: 630px){ .grid-list-products .section-title{ font-size: 20px; border-bottom: 1px solid #eee; } #single-product .body-holder .qnt-holder .huge{ float: left; width: 100%!important; margin-right: 0px!important; } #single-product-tab .tab-pane{ padding: 10px; } .comment-item .col-sm-2{ width: 20%; float: left; } .comment-item .col-sm-10{ width: 80%; float: left; } .total-price-single-prod{ display: inline-block; margin-left: 10px; } } @media (max-width: 575px){ .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-2{ width: 17%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-5{ width: 42%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-1{ width: 15%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-4{ width: 100%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-4 .text-right{ text-align: left!important; margin-left: 85px; } .checkout-section .checkout-total-price{ text-align: left; } } @media (max-width: 505px){ .tab-holder .nav-tabs > li.active, .nav-tabs li{ width: 100%!important; text-align: center!important; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-1.no-margin{ margin-left: 15px; display: inline-block; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-5{ display: inline-block; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-4 .text-right{ text-align: left!important; margin-left: 15px; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-2{ width: 100%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-5{ width: 100%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-1{ width: 100%; float: left; } } @media (max-width: 421px){ #buy-one-click .modal-header h4 { font-size: 12px; } #buy-one-click .arrow-down-modal { top: 59px; } #buy-one-click .modal-content .modal-body h2{ font-size: 13px; } } @media (max-width: 354px){ .total-price-single-prod { display: block; margin-left: 0px; } } /*general END ------------*/
public/css/responsive.css
.open-nav{ font-size: 20px; color: #fff; float: left; margin-right: 20px; opacity: 0.9; display: none; } .open-nav:hover{ opacity: 1; color: #fff; } .nav-bg{ display: none; background-color: rgba(0,0,0,0.7); position: fixed; z-index: 8888; height: 100%; width: 100%; } .sidenav .nav-header{ background-color: #2b2b2b; cursor: default; padding: 0px; height: 50px; line-height: 50px; } .sidenav .nav-header p{ text-shadow: none; font-size: 16px; color: #fff; font-family: "Roboto", sans-serif; letter-spacing: 0.5px; padding-left: 15px; } .sidenav .nav-header span{ font-size: 20px; color: #ccc; font-weight: 300; } .sidenav { height: 100%; width: 290px; position: fixed; top: 0; left: 0; background-color: #fff; overflow-x: hidden; /*padding-top: 60px;*/ /*transition: 0.5s; */ z-index: 9999; margin-left: -290px; } .sidenav .closebtn { position: absolute; font-size: 16px; border: none; top: 1px; color: #fff; cursor: pointer; right: 20px; font-weight: 100; } .sidenav .closebtn:hover{ color: #fff; } .sidenav .nav-slide-body ul{ padding: 0; list-style: none; margin: 0; } .dropdown-div .dropdown-div-header{ cursor: pointer; padding: 15px 23px 15px 15px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top: -1px; } .dropdown-div .dropdown-div-header a{ padding: 0; border: none; color: #555; } .dropdown-div .dropdown-div-btn { cursor: pointer; float: right; /* padding: 17px; */ /* padding: 10px; */ /* position: absolute; */ border-left: 1px solid #ccc; /* padding: 15px 23px 15px 15px; */ margin-top: -36px; padding: 15px 20px; margin-right: -23px; } .dropdown-div .dropdown-div-btn span { float: right; } .dropdown-div .dropdown-div-content{ display: none; } .nav-slide-body .dropdown-mob-nav li a{ display: block; padding: 15px 23px 15px 15px; border-bottom: 1px solid #eee; color: #555; } .nav-slide-body li a{ display: block; padding: 10px 0 10px 15px; border-bottom: 1px solid #ccc; color: #555; } .dropdown-div-second .dropdown-div-content-second{ display: none; } .dropdown-div-second .dropdown-div-header-second{ position: relative; } .dropdown-div-second .dropdown-div-header-second .dropdown-div-btn-second{ position: absolute; top: 1px; right: 3px; padding: 11px 15px; z-index: 999; } .dropdown-div-second .dropdown-div-header-second a{ display: block; padding: 10px 0 10px 30px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top: -1px; } .dropdown-div-second .dropdown-div-content-second .dropdown-mob-nav li{ border-bottom: 1px solid #eee; } .dropdown-div-second .dropdown-div-content-second .dropdown-mob-nav li a{ display: block; padding: 8px 0px 8px 45px; border: none!important; color: #555; } .phone-coll-mobile{ display: none; font-size: 20px; margin-top: -2px; color: #00de00; float: right; } .phone-coll-mobile:hover{ color: #00de00!important; } .phone-coll-mobile:focus{ color: #00de00!important; } /*-- HEADER --*/ @media (max-width: 1200px){ .homebanner-holder { width: 100% !important; padding-left: 0px; } .sidemenu-holder{ display: none; } header .logo-holder{ width: 34%!important; float: left; } header .top-search-holder{ width: 33%; float: left; margin: 0; } header .top-search-holder .contact-row .phone{ display: none; } header .top-search-holder .search-field { width: 82% !important; } header .top-cart-row{ position: absolute; right: -85px; padding: 0; top: 93px; } .wish-block .wish-block-img .count{ top: -1px; right: 10px; } header .top-cart-row .top-cart-holder .basket-item-count .count{ top: -1px; right: 6px; } .wish-block .wish-block-img img { width: 37px; margin: 0 20px 0 10px; } .basket-item-count img{ width: 40px; } #top-megamenu-nav .navbar-nav > li > a{ font-size: 14px; padding: 15px 14px; } header { padding: 16px 0 31px 0; border-bottom: 1px solid #e0e0e0; } #top-megamenu-nav { margin: 13px 0 0 0; position: relative; } } @media (max-width: 991px){ .open-nav{ display: block; } .phone-coll-mobile{ display: block; } .top-bar .top-header-about-info{ display: none; } .top-bar{ padding: 0; } .megamenu-vertical{ display: none; } .logo ul{ display: none; } header .logo-holder{ width: 20%!important; float: left; } header .top-search-holder{ width: 50%; float: left; margin: 0; } header .top-cart-row{ position: absolute; right: 80px; padding: 0; top: 84px; width: 30%; } header .top-search-holder .contact-row .phone{ display: none!important; } header .top-search-holder .contact-row .contact { display: none!important; } header .top-search-holder .contact-row .order-a-calll{ display: none!important; } .search-form-btn{ top: 25px; } header .top-cart-row .top-cart-holder .dropdown-toggle .lbl{ font-size: 13px; } header .top-cart-row .top-cart-holder .dropdown-toggle .total-price{ font-size: 15px; } .search-form{ margin-left: -16px; } .header-alt{ border-bottom: 1px solid #eee; padding: 0px 0 0px 0; } .modal-reg-mob .arrow-down-modal{ top: 131px; } .modal-reg-mob .btn-login{ border-radius: 4px; } .modal-reg-mob .modal-header .col-md-6.no-margin-right{ margin-right: 15px; margin-bottom: 5px; } .modal-reg-mob .btn-registr{ border-radius: 4px; } .modal-reg-mob .modal-header .col-md-6.no-margin-left{ margin-left: 15px; } .modal-log-mob .arrow-down-modal{ top: 131px; } .modal-log-mob .btn-login{ border-radius: 4px; } .modal-log-mob .modal-header .col-md-6.no-margin-right{ margin-right: 15px; margin-bottom: 5px; } .modal-log-mob .btn-registr{ border-radius: 4px; } .modal-log-mob .modal-header .col-md-6.no-margin-left{ margin-left: 15px; } .result_search{ overflow-y: scroll; } .checkout .basket-item .col-sm-6{ width: 100%; } .checkout .basket-item .no-margin-right{ margin-right: 15px; } .checkout .basket-item .no-margin-left{ margin-left: 15px; } header .top-cart-row .top-cart-holder .basket-item{ padding: 11px 28px 11px 11px; } header .top-cart-row .basket-item .dropdown-total-count .dropdown-total-price{ float: left; margin-left: 15px; } #hero .caption { background:none!important; } } @media (max-width: 900px){ header .top-cart-row{ right: 30px; } } @media (max-width: 800px){ header .top-cart-row{ right: 15px; } } @media (max-width: 767px){ .top-bar ul.right, .top-bar { text-align: right!important; } .modal-sm{ margin-left: auto; margin-right: auto; } .top-bar .col-sm-6{ width: 50%; float: left; } .total-price-basket{ display: none!important; } header .top-cart-row{ right: -85px; } .search-result-products .product-item-holder .body .title{ margin: 4px 0 0 20px; } header .top-cart-holder .basket .dropdown-menu{ width: 300px; left: -244px!important; top: 70px!important; } } @media (max-width: 690px){ header .top-cart-row{ right: -75px; } } @media (max-width: 640px){ header .top-cart-row{ right: -62px; } header .top-search-holder{ margin-top: -6px; } header .top-cart-row{ top: 76px; } } @media (max-width: 600px){ header .logo-holder { width: 22%!important; float: left; } header .top-cart-row{ right: -48px; } } @media (max-width: 565px){ header .top-cart-row{ right: -38px; } header .top-search-holder { margin-top: -8px; } } @media (max-width: 528px){ header .top-cart-row{ right: -21px; } } @media (max-width: 480px){ header .top-cart-row{ right: -15px; } header .top-cart-row { top: 72px; } header .top-search-holder { margin-top: -8px; } header .top-search-holder { margin-top: -12px; } header .top-cart-holder .basket .dropdown-menu { width: 300px; left: -274px!important; top: 70px!important; } } @media (max-width: 456px){ header .top-search-holder { display: none; } header .top-cart-row { right: -8px; } header .logo-holder { width: 30%!important; float: left; } header .logo-holder { width: 23%!important; float: left; } .top-bar .left-side{ width: 20%; } .top-bar .right-side{ width: 80%; } .top-bar ul.right, .top-bar { text-align: right!important; } header .top-cart-row { position: relative; top: 0; right: 0; float: left; width: 68%; } header .top-cart-row .top-cart-row-container{ float: right; margin-top: 22px; margin-right: -19px; } } @media (max-width: 410px){ header .top-cart-row { position: relative; top: 0; right: 0; float: left; width: 68%; } header .top-cart-row .top-cart-row-container{ float: right; margin-top: 27px; margin-right: 20px; } header .top-cart-holder .basket .dropdown-menu { width: 300px; left: -253px!important; top: 70px!important; } header .logo-holder { width: 32%!important; float: left; } .modal-sm{ margin-left: auto; margin-right: auto; width: 310px; } } /*-- HEADER END --*/ /*general ------------*/ @media (max-width: 1200px) { .homebanner-holder { width: 100% !important; padding-left: 0px; } .sidemenu-holder { display: none; } #single-product .body-holder .le-button-red{ margin-left: 0px!important; } #single-product .body-holder #addto-cart{ margin: 10px 0; } #single-product .body-holder .buttons-holder { display: block; margin: 5px 0; } .total-price-single-prod { margin: 10px 0; font-size: 21px; } #single-product .body-holder .price-current { font-size: 20px; font-weight: 400; color: #777777; } .category-list-view .product-grid-holder .product-item-holder .prices{ float: right; } .delivery_payments .payments_item{ min-height: 255px; } .about_section .about-item-info .about_item{ min-height: 200px; } .about_section .about_item span{ font-size: 21px; } .about_section .about-item-info .about_item p{ margin-top: 55px; } } @media (max-width: 991px){ .about_section .about-item-info .about_item{ min-height: 20px; margin-bottom: 12px; } .delivery_payments .payments_item{ min-height: 50px; } .contact-page-contact-info{ width: 94%; margin: auto; margin-bottom: 20px; } .contact-page-map{ width: 94%; margin: auto; } #footer .widget{ text-align: center; } #single-product .title h1{ font-size: 22px; line-height: 30px; } #category-grid .top-new-widget{ display: none; } #category-grid .top-sales-widget{ display: none; } .section-title-checkout a { float: left; } .section-title-checkout h2 { font-size: 20px; margin-bottom: 10px; color: #676767; letter-spacing: 1px; } .page-wishlist .items-holder .cart-item .price{ text-align: left; } } @media (max-width: 768px){ .profile-section .login-box .form-control{ margin-bottom: 8px; } .profile-section .login-box .drop-menu-select{ margin-bottom: 8px; } .page-wishlist .items-holder .cart-item .price{ text-align: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-2{ width: 15%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-5{ width: 40%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-1{ width: 15%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-4{ width: 30%; float: left; } .pop-up-message-content { width: 310px!important; /* Could be more or less, depending on screen size */ } .pop-up-message-header{ padding: 20px!important; } .pop-up-message-body{ padding: 20px!important; } .pop-up-message-text-box { display: block!important; height: auto!important; width: 100%!important; text-align: center!important; } .pop-up-message-text { display: block!important; } .pop-up-message-text-box .le-button{ position: absolute!important; top: 94px!important; left: 0!important; } #top-mega-nav nav{ display: none; } #single-product .title h1 { font-size: 22px; line-height: 30px; margin-top: 10px; } #single-product .prices{ text-align: center; } #single-product .body-holder .qnt-holder .huge{ float: left; width: 45%!important; margin-right: 10px!important; } .nav-tabs > li.active, .nav-tabs li{ width: 50%; float: left; } .comment-item .col-sm-2{ width: 15%; float: left; } .comment-item .col-sm-10{ width: 85%; float: left; } .comment-item .col-sm-10 .comment-body{ margin-left: 10px; } .new-review-form .form-control{ margin-bottom: 10px; } #single-product-tab .new-review-form .field-row{ margin-bottom: 5px; } #single-product-tab .new-review-form .star-row { margin-bottom: 17px !important; } #single-product-tab .new-review-form .buttons-holder { margin: 8px 0px 0 0px; } #single-product .prices{ text-align: left!important; } #single-product .body-holder .qnt-holder{ text-align: left!important; } #single-product .body-holder .qnt-holder #addto-cart { width: 100%; display: block; margin: 15px 0 0px 0; text-align: center; } .btn-add-to-wishlist{ margin-top: 10px!important; } .cart-modal .modal-dialog { width: 310px!important; margin: 40px auto!important; } .cart-modal .items-holder .cart-item .total-product-price{ text-align: left!important; } .cart-modal .cart-item .col-sm-5{ margin-left: 0!important; padding-left: 0!important; } .cart-modal .items-holder .cart-item .total-product-price{ padding: 15px 0!important; } .cart-modal .cart-total-price { float: left!important; font-size: 13px!important; } .cart-modal .modal-footer .le-button-active{ width: 100%!important; margin-bottom: 8px!important; } .cart-modal .modal-footer .le-button{ width: 100%!important; text-align: center; } #single-product .body-holder .body { padding-left: 0!important; } } @media (max-width: 630px){ .grid-list-products .section-title{ font-size: 20px; border-bottom: 1px solid #eee; } #single-product .body-holder .qnt-holder .huge{ float: left; width: 100%!important; margin-right: 0px!important; } #single-product-tab .tab-pane{ padding: 10px; } .comment-item .col-sm-2{ width: 20%; float: left; } .comment-item .col-sm-10{ width: 80%; float: left; } .total-price-single-prod{ display: inline-block; margin-left: 10px; } } @media (max-width: 575px){ .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-2{ width: 17%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-5{ width: 42%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-1{ width: 15%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-4{ width: 100%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-4 .text-right{ text-align: left!important; margin-left: 85px; } .checkout-section .checkout-total-price{ text-align: left; } } @media (max-width: 505px){ .tab-holder .nav-tabs > li.active, .nav-tabs li{ width: 100%!important; text-align: center!important; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-1.no-margin{ margin-left: 15px; display: inline-block; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-5{ display: inline-block; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-4 .text-right{ text-align: left!important; margin-left: 15px; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-2{ width: 100%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-5{ width: 100%; float: left; } .page-wishlist .wishlist_table .row.cart-item.cart_item .col-sm-1{ width: 100%; float: left; } } @media (max-width: 421px){ #buy-one-click .modal-header h4 { font-size: 12px; } #buy-one-click .arrow-down-modal { top: 59px; } #buy-one-click .modal-content .modal-body h2{ font-size: 13px; } } @media (max-width: 354px){ .total-price-single-prod { display: block; margin-left: 0px; } } /*general END ------------*/
0.325735
0.069415
.u-section-1 { background-image: url("../../img/bg.png"); background-position: 50% 50%; min-height: 683px; } .u-section-1 .u-shape-1 { width: calc(((100% - 1140px) / 2) + 353px); left: 0; background-image: none; right: auto; } .u-section-1 .u-image-1 { width: 449px; height: 299px; margin-top: 0; margin-right: auto; margin-bottom: initial; margin-left: calc(((100% - 1140px) / 2) + 231px); } .u-section-1 .u-group-1 { width: 663px; min-height: 391px; margin: -153px auto 70px calc(((100% - 1140px) / 2)); } .u-section-1 .u-container-layout-1 { padding-left: 20px; } .u-section-1 .u-text-1 { font-size: 6rem; font-weight: 700; margin: 20px 20px 0 0; } .u-section-1 .u-text-2 { font-size: 0.875rem; margin: 20px 332px 0 0; } .u-section-1 .u-link-1 { padding-bottom: 2px; font-size: 0.875rem; letter-spacing: 1px; margin: 29px 0 20px; } @media (max-width: 1199px) { .u-section-1 { min-height: 563px; } .u-section-1 .u-shape-1 { width: calc(((100% - 940px) / 2) + 270px); } .u-section-1 .u-image-1 { width: 275px; height: 194px; margin-top: 22px; margin-left: calc(((100% - 1140px) / 2) + 290px); } .u-section-1 .u-group-1 { width: 547px; margin-top: -70px; margin-left: calc(((100% - 1140px) / 2) + 100px); } .u-section-1 .u-container-layout-1 { padding-left: 16px; } .u-section-1 .u-text-1 { position: relative; margin-right: 16px; } .u-section-1 .u-text-2 { margin-right: 274px; } .u-section-1 .u-link-1 { position: relative; } } @media (max-width: 991px) { .u-section-1 { min-height: 431px; } .u-section-1 .u-shape-1 { width: calc(((100% - 720px) / 2) + 225px); } .u-section-1 .u-image-1 { width: 211px; margin-top: 149px; margin-left: calc(((100% - 1140px) / 2) + 356px); } .u-section-1 .u-group-1 { width: 419px; margin-top: -197px; margin-bottom: -3px; margin-left: calc(((100% - 1140px) / 2) + 210px); } .u-section-1 .u-container-layout-1 { padding-left: 10px; } .u-section-1 .u-text-1 { margin-right: 13px; } .u-section-1 .u-text-2 { margin-right: 210px; } } @media (max-width: 767px) { .u-section-1 { min-height: 323px; } .u-section-1 .u-shape-1 { width: calc(((100% - 540px) / 2) + 270px); } .u-section-1 .u-image-1 { width: 198px; margin-left: calc(((100% - 1140px) / 2) + 409px); } .u-section-1 .u-group-1 { width: 393px; margin-left: calc(((100% - 1140px) / 2) + 300px); } .u-section-1 .u-container-layout-1 { padding-left: 5px; } .u-section-1 .u-text-1 { margin-right: 9px; } .u-section-1 .u-text-2 { margin-right: 157px; } } @media (max-width: 575px) { .u-section-1 { min-height: 130px; } .u-section-1 .u-shape-1 { width: calc(((100% - 340px) / 2) + 170px); } .u-section-1 .u-image-1 { width: 166px; margin-top: 71px; margin-left: calc(((100% - 1140px) / 2) + 469px); } .u-section-1 .u-group-1 { width: 330px; margin-top: -119px; margin-bottom: 70px; margin-left: calc(((100% - 1140px) / 2) + 400px); } .u-section-1 .u-container-layout-1 { padding-left: 1px; } .u-section-1 .u-text-1 { font-size: 4.5rem; margin-right: 6px; } .u-section-1 .u-text-2 { margin-right: 99px; } }.u-section-2 { min-height: 360px; } .u-section-2 .u-layout-wrap-1 { margin: 0 auto 0 0; } .u-section-2 .u-layout-cell-1 { min-height: 360px; background-image: none; } .u-section-2 .u-container-layout-1 { padding-left: 95px; } .u-section-2 .u-text-1 { font-size: 3rem; font-weight: 700; margin: 46px 20px 0 0; } .u-section-2 .u-line-1 { width: 182px; height: 20px; transform-origin: left center 0; margin: 20px auto 35px 0; } .u-section-2 .u-layout-cell-2 { min-height: 360px; background-image: none; } .u-section-2 .u-container-layout-2 { padding-left: 96px; } .u-section-2 .u-text-2 { line-height: 1.8; margin: 46px 173px 0 0; } .u-section-2 .u-link-1 { padding-bottom: 2px; font-size: 0.875rem; margin: 20px auto 35px 0; } @media (max-width: 1199px) { .u-section-2 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } .u-section-2 .u-container-layout-1 { padding-left: 78px; } .u-section-2 .u-text-1 { margin-right: 16px; font-size: 2.25rem; } .u-section-2 .u-line-1 { width: 150px; } .u-section-2 .u-container-layout-2 { padding-left: 79px; } .u-section-2 .u-text-2 { margin-right: 143px; } .u-section-2 .u-link-1 { position: relative; } } @media (max-width: 991px) { .u-section-2 .u-container-layout-1 { padding-left: 49px; } .u-section-2 .u-text-1 { margin-right: 10px; } .u-section-2 .u-line-1 { width: 115px; } .u-section-2 .u-container-layout-2 { padding-left: 50px; } .u-section-2 .u-text-2 { margin-right: 90px; } } @media (max-width: 767px) { .u-section-2 .u-layout-cell-1 { min-height: 222px; } .u-section-2 .u-container-layout-1 { padding-left: 23px; } .u-section-2 .u-text-1 { margin-right: 5px; } .u-section-2 .u-line-1 { width: 108px; margin-bottom: 0; } .u-section-2 .u-layout-cell-2 { min-height: 243px; } .u-section-2 .u-container-layout-2 { padding-left: 24px; } .u-section-2 .u-text-2 { margin-top: 23px; margin-right: 43px; } .u-section-2 .u-link-1 { margin-bottom: 23px; } } @media (max-width: 575px) { .u-section-2 { min-height: auto; } .u-section-2 .u-layout-cell-1 { min-height: auto; } .u-section-2 .u-container-layout-1 { padding-left: 28px; } .u-section-2 .u-text-1 { font-size: 3rem; margin-right: 6px; } .u-section-2 .u-line-1 { width: 90px; margin-bottom: 35px; } .u-section-2 .u-layout-cell-2 { min-height: auto; } .u-section-2 .u-container-layout-2 { padding-left: 29px; } .u-section-2 .u-text-2 { margin-top: 46px; margin-right: 52px; } .u-section-2 .u-link-1 { margin-bottom: 35px; } }.u-section-3 { min-height: 699px; } .u-section-3 .u-layout-wrap-1 { margin: 0 auto 0 0; } .u-section-3 .u-image-1 { background-image: url("../../img/pexelsphoto305568.jpeg"); min-height: 739px; background-position: 50% 50%; } .u-section-3 .u-layout-cell-2 { min-height: 739px; background-image: none; } .u-section-3 .u-container-layout-2 { padding-left: 27px; } .u-section-3 .u-image-2 { width: 406px; height: 354px; margin: -106px 0 0 auto; } .u-section-3 .u-text-1 { font-size: 3rem; font-weight: 700; margin: 23px 79px 0 0; } .u-section-3 .u-text-2 { margin: 27px 53px 0 0; } .u-section-3 .u-line-1 { width: 143px; height: 20px; transform-origin: left center 0; margin: 70px auto 70px 0; } @media (max-width: 1199px) { .u-section-3 { min-height: 576px; } .u-section-3 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } .u-section-3 .u-image-1 { min-height: 609px; } .u-section-3 .u-layout-cell-2 { min-height: 100px; } .u-section-3 .u-image-2 { width: 335px; height: 292px; margin-top: -44px; } .u-section-3 .u-text-1 { margin-right: 65px; } .u-section-3 .u-text-2 { margin-right: 44px; } .u-section-3 .u-line-1 { width: 118px; } } @media (max-width: 991px) { .u-section-3 { min-height: 441px; } .u-section-3 .u-image-1 { min-height: 466px; } .u-section-3 .u-image-2 { width: 256px; height: 224px; margin-top: 24px; } .u-section-3 .u-text-1 { margin-right: 50px; } .u-section-3 .u-text-2 { margin-right: 33px; } .u-section-3 .u-line-1 { width: 90px; } } @media (max-width: 767px) { .u-section-3 { min-height: 100px; } .u-section-3 .u-image-1 { min-height: 524px; } .u-section-3 .u-container-layout-2 { padding-left: 10px; } .u-section-3 .u-image-2 { width: 240px; height: 210px; } .u-section-3 .u-text-1 { margin-right: 37px; } .u-section-3 .u-text-2 { margin-right: 25px; } .u-section-3 .u-line-1 { width: 85px; } } @media (max-width: 575px) { .u-section-3 .u-image-1 { min-height: 330px; } .u-section-3 .u-text-1 { margin-right: 24px; } .u-section-3 .u-text-2 { margin-right: 16px; } }.u-section-4 { background-image: none; } .u-section-4 .u-sheet-1 { min-height: 583px; } .u-section-4 .u-group-1 { width: 786px; min-height: 220px; margin: 20px auto 0 0; } .u-section-4 .u-container-layout-1 { padding-left: 20px; } .u-section-4 .u-text-1 { font-size: 3rem; font-weight: 700; margin: 20px 262px 0 0; } .u-section-4 .u-text-2 { line-height: 1.8; margin: 20px 142px 20px 0; } .u-section-4 .u-layout-wrap-1 { margin: 20px auto 55px 0; } .u-section-4 .u-layout-cell-1 { min-height: 270px; } .u-section-4 .u-container-layout-2 { padding-left: 20px; padding-right: 20px; } .u-section-4 .u-text-3 { font-weight: 700; margin: 25px 0 0; } .u-section-4 .u-text-4 { font-size: 0.875rem; margin: 20px 0 0; } .u-section-4 .u-link-1 { padding-bottom: 2px; margin: 30px auto 25px 0; } .u-section-4 .u-layout-cell-2 { background-image: none; min-height: 270px; } .u-section-4 .u-container-layout-3 { padding-left: 20px; padding-right: 20px; } .u-section-4 .u-text-5 { font-weight: 700; margin: 25px 0 0; } .u-section-4 .u-text-6 { font-size: 0.875rem; margin: 20px 0 0; } .u-section-4 .u-link-2 { padding-bottom: 2px; margin: 30px auto 25px 0; } .u-section-4 .u-layout-cell-3 { background-image: none; min-height: 270px; } .u-section-4 .u-container-layout-4 { padding-left: 20px; padding-right: 20px; } .u-section-4 .u-text-7 { font-weight: 700; margin: 25px 0 0; } .u-section-4 .u-text-8 { font-size: 0.875rem; margin: 20px 0 0; } .u-section-4 .u-link-3 { padding-bottom: 2px; margin: 30px auto 25px 0; } .u-section-4 .u-layout-cell-4 { background-image: none; min-height: 270px; } .u-section-4 .u-container-layout-5 { padding-left: 20px; padding-right: 20px; } .u-section-4 .u-text-9 { font-weight: 700; margin: 25px 0 0; } .u-section-4 .u-text-10 { font-size: 0.875rem; margin: 20px 0 0; } .u-section-4 .u-link-4 { padding-bottom: 2px; margin: 30px auto 25px 0; } @media (max-width: 1199px) { .u-section-4 .u-group-1 { width: 648px; } .u-section-4 .u-container-layout-1 { padding-left: 16px; } .u-section-4 .u-text-1 { margin-right: 216px; font-size: 2.25rem; } .u-section-4 .u-text-2 { margin-right: 117px; } .u-section-4 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } .u-section-4 .u-container-layout-2 { padding-left: 16px; padding-right: 16px; } .u-section-4 .u-text-3 { position: relative; } .u-section-4 .u-text-4 { position: relative; } .u-section-4 .u-container-layout-3 { padding-left: 16px; padding-right: 16px; } .u-section-4 .u-text-5 { position: relative; } .u-section-4 .u-text-6 { position: relative; } .u-section-4 .u-container-layout-4 { padding-left: 16px; padding-right: 16px; } .u-section-4 .u-text-7 { position: relative; } .u-section-4 .u-text-8 { position: relative; } .u-section-4 .u-container-layout-5 { padding-left: 16px; padding-right: 16px; } .u-section-4 .u-text-9 { position: relative; } .u-section-4 .u-text-10 { position: relative; } } @media (max-width: 991px) { .u-section-4 .u-group-1 { margin-right: initial; margin-left: initial; width: auto; } .u-section-4 .u-container-layout-1 { padding-left: 10px; } .u-section-4 .u-text-1 { margin-right: 136px; } .u-section-4 .u-text-2 { margin-right: 74px; } .u-section-4 .u-layout-wrap-1 { width: 720px; margin-right: 0; margin-left: 0; } .u-section-4 .u-container-layout-2 { padding-left: 10px; padding-right: 10px; } .u-section-4 .u-container-layout-3 { padding-left: 10px; padding-right: 10px; } .u-section-4 .u-container-layout-4 { padding-left: 10px; padding-right: 10px; } .u-section-4 .u-container-layout-5 { padding-left: 10px; padding-right: 10px; } } @media (max-width: 767px) { .u-section-4 .u-container-layout-1 { padding-left: 5px; } .u-section-4 .u-text-1 { margin-right: 65px; } .u-section-4 .u-text-2 { margin-right: 35px; } .u-section-4 .u-layout-wrap-1 { width: 540px; } .u-section-4 .u-container-layout-2 { padding-left: 5px; padding-right: 5px; } .u-section-4 .u-container-layout-3 { padding-left: 5px; padding-right: 5px; } .u-section-4 .u-container-layout-4 { padding-left: 5px; padding-right: 5px; } .u-section-4 .u-container-layout-5 { padding-left: 5px; padding-right: 5px; } } @media (max-width: 575px) { .u-section-4 .u-sheet-1 { min-height: auto; } .u-section-4 .u-container-layout-1 { padding-left: 6px; } .u-section-4 .u-text-1 { font-size: 3rem; margin-right: 78px; } .u-section-4 .u-text-2 { margin-right: 42px; } .u-section-4 .u-layout-wrap-1 { width: 340px; margin-right: auto; } .u-section-4 .u-layout-cell-1 { min-height: auto; } .u-section-4 .u-container-layout-2 { padding-left: 6px; padding-right: 6px; } .u-section-4 .u-layout-cell-2 { min-height: auto; } .u-section-4 .u-container-layout-3 { padding-left: 6px; padding-right: 6px; } .u-section-4 .u-layout-cell-3 { min-height: auto; } .u-section-4 .u-container-layout-4 { padding-left: 6px; padding-right: 6px; } .u-section-4 .u-layout-cell-4 { min-height: auto; } .u-section-4 .u-container-layout-5 { padding-left: 6px; padding-right: 6px; } }.u-section-5 { min-height: 699px; } .u-section-5 .u-layout-cell-1 { min-height: 699px; background-image: none; } .u-section-5 .u-container-layout-1 { padding-left: 45px; padding-right: 45px; } .u-section-5 .u-image-1 { width: 346px; height: 240px; margin: -87px auto 0; } .u-section-5 .u-text-1 { font-weight: 700; font-size: 3rem; width: 326px; margin: 70px auto 0; } .u-section-5 .u-text-2 { margin: 20px 43px 0 55px; } .u-section-5 .u-link-1 { padding-bottom: 2px; font-size: 0.875rem; margin: 32px auto 70px 54px; } .u-section-5 .u-image-2 { background-image: url("../../img/pexelsphoto305566.jpeg"); min-height: 699px; background-position: 50% 50%; } @media (max-width: 1199px) { .u-section-5 .u-image-1 { width: 285px; } .u-section-5 .u-text-1 { width: 269px; font-size: 2.25rem; } .u-section-5 .u-text-2 { margin-left: 45px; margin-right: 45px; } .u-section-5 .u-link-1 { margin-top: 20px; margin-left: 45px; } } @media (max-width: 991px) { .u-section-5 .u-layout-cell-1 { min-height: 726px; } .u-section-5 .u-container-layout-1 { padding-left: 35px; padding-right: 35px; } .u-section-5 .u-image-1 { width: 319px; margin-left: 27px; } .u-section-5 .u-text-1 { width: 206px; margin-top: 71px; margin-left: 34px; margin-right: 34px; } .u-section-5 .u-text-2 { margin-left: 29px; margin-right: 29px; } .u-section-5 .u-link-1 { margin-left: 28px; } .u-section-5 .u-image-2 { min-height: 726px; } } @media (max-width: 767px) { .u-section-5 .u-layout-cell-1 { min-height: 579px; } .u-section-5 .u-container-layout-1 { padding-left: 26px; padding-right: 26px; } .u-section-5 .u-image-1 { width: 473px; height: 291px; margin-left: 13px; } .u-section-5 .u-text-1 { width: auto; margin-top: 20px; margin-right: 289px; margin-left: 79px; } .u-section-5 .u-text-2 { margin-right: 79px; margin-left: 80px; } .u-section-5 .u-link-1 { margin-bottom: 0; margin-left: 80px; } } @media (max-width: 575px) { .u-section-5 .u-layout-cell-1 { min-height: 629px; } .u-section-5 .u-container-layout-1 { padding-left: 55px; padding-right: 55px; } .u-section-5 .u-image-1 { width: 408px; height: 341px; margin-top: -112px; margin-left: -39px; } .u-section-5 .u-text-1 { width: 330px; margin-top: 34px; margin-left: 0; margin-right: 0; } .u-section-5 .u-text-2 { width: 330px; margin-top: 16px; margin-left: 0; margin-right: 0; } .u-section-5 .u-link-1 { margin-top: 24px; margin-bottom: 48px; margin-left: 0; } }.u-section-6 { min-height: 500px; } .u-section-6 .u-layout-wrap-1 { margin: 0 auto 0 0; } .u-section-6 .u-image-1 { background-image: url("../../img/pexelsphoto305564.jpeg"); min-height: 500px; background-position: 50% 50%; } .u-section-6 .u-image-2 { background-image: url("../../img/pexelsphoto1323867.jpeg"); min-height: 500px; background-position: 50% 50%; } .u-section-6 .u-image-3 { background-image: url("../../img/pexelsphoto305567.jpeg"); min-height: 500px; background-position: 50% 50%; } @media (max-width: 1199px) { .u-section-6 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } } @media (max-width: 991px) { .u-section-6 { min-height: 309px; } .u-section-6 .u-image-1 { min-height: 309px; } .u-section-6 .u-image-2 { min-height: 309px; } .u-section-6 .u-image-3 { min-height: 309px; } } @media (max-width: 767px) { .u-section-6 { min-height: auto; } .u-section-6 .u-image-1 { min-height: 500px; } .u-section-6 .u-image-2 { min-height: 500px; } .u-section-6 .u-image-3 { min-height: 500px; } }.u-section-7 { min-height: 516px; } .u-section-7 .u-layout-wrap-1 { margin-top: 0; } .u-section-7 .u-image-1 { background-image: url("../../img/pexelsphoto287237.jpeg"); min-height: 516px; background-position: 50% 50%; } .u-section-7 .u-layout-cell-2 { min-height: 516px; background-image: none; } .u-section-7 .u-container-layout-2 { padding-left: 20px; } .u-section-7 .u-image-2 { width: 490px; height: 442px; margin: -171px 70px 0 auto; } .u-section-7 .u-text-1 { font-size: 3rem; font-weight: 700; margin: -128px 20px 0 0; } .u-section-7 .u-text-2 { line-height: 1.8; margin: 20px 135px 0 0; } .u-section-7 .u-line-1 { width: 145px; height: 20px; transform-origin: left center 0; margin: 50px auto 50px 0; } @media (max-width: 1199px) { .u-section-7 .u-container-layout-2 { padding-left: 16px; } .u-section-7 .u-image-2 { width: 404px; margin-right: 58px; } .u-section-7 .u-text-1 { position: relative; margin-top: 143px; margin-right: 16px; font-size: 2.25rem; } .u-section-7 .u-text-2 { margin-right: 111px; } .u-section-7 .u-line-1 { width: 120px; } } @media (max-width: 991px) { .u-section-7 .u-image-1 { background-position: 0% 50%; } .u-section-7 .u-container-layout-2 { padding-left: 10px; } .u-section-7 .u-image-2 { width: 309px; margin-right: 44px; } .u-section-7 .u-text-1 { margin-right: 13px; } .u-section-7 .u-text-2 { margin-right: 85px; } .u-section-7 .u-line-1 { width: 92px; } } @media (max-width: 767px) { .u-section-7 { min-height: 747px; } .u-section-7 .u-layout-wrap-1 { margin-bottom: 0; } .u-section-7 .u-image-1 { min-height: 374px; } .u-section-7 .u-layout-cell-2 { min-height: 374px; } .u-section-7 .u-container-layout-2 { padding-left: 5px; } .u-section-7 .u-image-2 { width: 290px; margin-right: 33px; } .u-section-7 .u-text-1 { margin-right: 9px; } .u-section-7 .u-text-2 { margin-right: 64px; } .u-section-7 .u-line-1 { width: 86px; } } @media (max-width: 575px) { .u-section-7 .u-container-layout-2 { padding-left: 61px; padding-right: 61px; } .u-section-7 .u-image-2 { width: 244px; margin-right: 21px; } .u-section-7 .u-text-1 { margin-right: 6px; } .u-section-7 .u-text-2 { margin-right: 40px; } .u-section-7 .u-line-1 { width: 72px; } }.u-section-8 { background-image: none; } .u-section-8 .u-sheet-1 { min-height: 320px; } .u-section-8 .u-layout-wrap-1 { margin: 65px auto 65px 0; } .u-section-8 .u-layout-cell-1 { min-height: 179px; } .u-section-8 .u-container-layout-1 { padding-left: 20px; padding-right: 20px; } .u-section-8 .u-text-1 { font-size: 3rem; font-weight: 700; margin: 0 0 20px; } .u-section-8 .u-layout-cell-2 { min-height: 179px; } .u-section-8 .u-container-layout-2 { padding-left: 20px; } .u-section-8 .u-text-2 { line-height: 1.8; margin: 10px 85px 20px 0; } .u-section-8 .u-link-1 { margin-right: 0; margin-left: 0; padding-bottom: 2px; font-size: 0.875rem; } @media (max-width: 1199px) { .u-section-8 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } .u-section-8 .u-container-layout-1 { padding-left: 16px; padding-right: 16px; } .u-section-8 .u-text-1 { font-size: 2.25rem; } .u-section-8 .u-container-layout-2 { padding-left: 16px; } .u-section-8 .u-text-2 { margin-right: 70px; } .u-section-8 .u-link-1 { position: relative; } } @media (max-width: 991px) { .u-section-8 .u-container-layout-1 { padding-left: 10px; padding-right: 10px; } .u-section-8 .u-container-layout-2 { padding-left: 10px; } .u-section-8 .u-text-2 { margin-right: 44px; } } @media (max-width: 767px) { .u-section-8 .u-container-layout-1 { padding-left: 5px; padding-right: 5px; } .u-section-8 .u-container-layout-2 { padding-left: 5px; } .u-section-8 .u-text-2 { margin-right: 21px; } } @media (max-width: 575px) { .u-section-8 .u-container-layout-1 { padding-left: 1px; padding-right: 1px; } .u-section-8 .u-text-1 { margin-top: 47px; } .u-section-8 .u-layout-cell-2 { min-height: 272px; } .u-section-8 .u-container-layout-2 { padding-left: 1px; } .u-section-8 .u-text-2 { margin-right: 6px; } }
public/css/nicepage/Home.css
.u-section-1 { background-image: url("../../img/bg.png"); background-position: 50% 50%; min-height: 683px; } .u-section-1 .u-shape-1 { width: calc(((100% - 1140px) / 2) + 353px); left: 0; background-image: none; right: auto; } .u-section-1 .u-image-1 { width: 449px; height: 299px; margin-top: 0; margin-right: auto; margin-bottom: initial; margin-left: calc(((100% - 1140px) / 2) + 231px); } .u-section-1 .u-group-1 { width: 663px; min-height: 391px; margin: -153px auto 70px calc(((100% - 1140px) / 2)); } .u-section-1 .u-container-layout-1 { padding-left: 20px; } .u-section-1 .u-text-1 { font-size: 6rem; font-weight: 700; margin: 20px 20px 0 0; } .u-section-1 .u-text-2 { font-size: 0.875rem; margin: 20px 332px 0 0; } .u-section-1 .u-link-1 { padding-bottom: 2px; font-size: 0.875rem; letter-spacing: 1px; margin: 29px 0 20px; } @media (max-width: 1199px) { .u-section-1 { min-height: 563px; } .u-section-1 .u-shape-1 { width: calc(((100% - 940px) / 2) + 270px); } .u-section-1 .u-image-1 { width: 275px; height: 194px; margin-top: 22px; margin-left: calc(((100% - 1140px) / 2) + 290px); } .u-section-1 .u-group-1 { width: 547px; margin-top: -70px; margin-left: calc(((100% - 1140px) / 2) + 100px); } .u-section-1 .u-container-layout-1 { padding-left: 16px; } .u-section-1 .u-text-1 { position: relative; margin-right: 16px; } .u-section-1 .u-text-2 { margin-right: 274px; } .u-section-1 .u-link-1 { position: relative; } } @media (max-width: 991px) { .u-section-1 { min-height: 431px; } .u-section-1 .u-shape-1 { width: calc(((100% - 720px) / 2) + 225px); } .u-section-1 .u-image-1 { width: 211px; margin-top: 149px; margin-left: calc(((100% - 1140px) / 2) + 356px); } .u-section-1 .u-group-1 { width: 419px; margin-top: -197px; margin-bottom: -3px; margin-left: calc(((100% - 1140px) / 2) + 210px); } .u-section-1 .u-container-layout-1 { padding-left: 10px; } .u-section-1 .u-text-1 { margin-right: 13px; } .u-section-1 .u-text-2 { margin-right: 210px; } } @media (max-width: 767px) { .u-section-1 { min-height: 323px; } .u-section-1 .u-shape-1 { width: calc(((100% - 540px) / 2) + 270px); } .u-section-1 .u-image-1 { width: 198px; margin-left: calc(((100% - 1140px) / 2) + 409px); } .u-section-1 .u-group-1 { width: 393px; margin-left: calc(((100% - 1140px) / 2) + 300px); } .u-section-1 .u-container-layout-1 { padding-left: 5px; } .u-section-1 .u-text-1 { margin-right: 9px; } .u-section-1 .u-text-2 { margin-right: 157px; } } @media (max-width: 575px) { .u-section-1 { min-height: 130px; } .u-section-1 .u-shape-1 { width: calc(((100% - 340px) / 2) + 170px); } .u-section-1 .u-image-1 { width: 166px; margin-top: 71px; margin-left: calc(((100% - 1140px) / 2) + 469px); } .u-section-1 .u-group-1 { width: 330px; margin-top: -119px; margin-bottom: 70px; margin-left: calc(((100% - 1140px) / 2) + 400px); } .u-section-1 .u-container-layout-1 { padding-left: 1px; } .u-section-1 .u-text-1 { font-size: 4.5rem; margin-right: 6px; } .u-section-1 .u-text-2 { margin-right: 99px; } }.u-section-2 { min-height: 360px; } .u-section-2 .u-layout-wrap-1 { margin: 0 auto 0 0; } .u-section-2 .u-layout-cell-1 { min-height: 360px; background-image: none; } .u-section-2 .u-container-layout-1 { padding-left: 95px; } .u-section-2 .u-text-1 { font-size: 3rem; font-weight: 700; margin: 46px 20px 0 0; } .u-section-2 .u-line-1 { width: 182px; height: 20px; transform-origin: left center 0; margin: 20px auto 35px 0; } .u-section-2 .u-layout-cell-2 { min-height: 360px; background-image: none; } .u-section-2 .u-container-layout-2 { padding-left: 96px; } .u-section-2 .u-text-2 { line-height: 1.8; margin: 46px 173px 0 0; } .u-section-2 .u-link-1 { padding-bottom: 2px; font-size: 0.875rem; margin: 20px auto 35px 0; } @media (max-width: 1199px) { .u-section-2 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } .u-section-2 .u-container-layout-1 { padding-left: 78px; } .u-section-2 .u-text-1 { margin-right: 16px; font-size: 2.25rem; } .u-section-2 .u-line-1 { width: 150px; } .u-section-2 .u-container-layout-2 { padding-left: 79px; } .u-section-2 .u-text-2 { margin-right: 143px; } .u-section-2 .u-link-1 { position: relative; } } @media (max-width: 991px) { .u-section-2 .u-container-layout-1 { padding-left: 49px; } .u-section-2 .u-text-1 { margin-right: 10px; } .u-section-2 .u-line-1 { width: 115px; } .u-section-2 .u-container-layout-2 { padding-left: 50px; } .u-section-2 .u-text-2 { margin-right: 90px; } } @media (max-width: 767px) { .u-section-2 .u-layout-cell-1 { min-height: 222px; } .u-section-2 .u-container-layout-1 { padding-left: 23px; } .u-section-2 .u-text-1 { margin-right: 5px; } .u-section-2 .u-line-1 { width: 108px; margin-bottom: 0; } .u-section-2 .u-layout-cell-2 { min-height: 243px; } .u-section-2 .u-container-layout-2 { padding-left: 24px; } .u-section-2 .u-text-2 { margin-top: 23px; margin-right: 43px; } .u-section-2 .u-link-1 { margin-bottom: 23px; } } @media (max-width: 575px) { .u-section-2 { min-height: auto; } .u-section-2 .u-layout-cell-1 { min-height: auto; } .u-section-2 .u-container-layout-1 { padding-left: 28px; } .u-section-2 .u-text-1 { font-size: 3rem; margin-right: 6px; } .u-section-2 .u-line-1 { width: 90px; margin-bottom: 35px; } .u-section-2 .u-layout-cell-2 { min-height: auto; } .u-section-2 .u-container-layout-2 { padding-left: 29px; } .u-section-2 .u-text-2 { margin-top: 46px; margin-right: 52px; } .u-section-2 .u-link-1 { margin-bottom: 35px; } }.u-section-3 { min-height: 699px; } .u-section-3 .u-layout-wrap-1 { margin: 0 auto 0 0; } .u-section-3 .u-image-1 { background-image: url("../../img/pexelsphoto305568.jpeg"); min-height: 739px; background-position: 50% 50%; } .u-section-3 .u-layout-cell-2 { min-height: 739px; background-image: none; } .u-section-3 .u-container-layout-2 { padding-left: 27px; } .u-section-3 .u-image-2 { width: 406px; height: 354px; margin: -106px 0 0 auto; } .u-section-3 .u-text-1 { font-size: 3rem; font-weight: 700; margin: 23px 79px 0 0; } .u-section-3 .u-text-2 { margin: 27px 53px 0 0; } .u-section-3 .u-line-1 { width: 143px; height: 20px; transform-origin: left center 0; margin: 70px auto 70px 0; } @media (max-width: 1199px) { .u-section-3 { min-height: 576px; } .u-section-3 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } .u-section-3 .u-image-1 { min-height: 609px; } .u-section-3 .u-layout-cell-2 { min-height: 100px; } .u-section-3 .u-image-2 { width: 335px; height: 292px; margin-top: -44px; } .u-section-3 .u-text-1 { margin-right: 65px; } .u-section-3 .u-text-2 { margin-right: 44px; } .u-section-3 .u-line-1 { width: 118px; } } @media (max-width: 991px) { .u-section-3 { min-height: 441px; } .u-section-3 .u-image-1 { min-height: 466px; } .u-section-3 .u-image-2 { width: 256px; height: 224px; margin-top: 24px; } .u-section-3 .u-text-1 { margin-right: 50px; } .u-section-3 .u-text-2 { margin-right: 33px; } .u-section-3 .u-line-1 { width: 90px; } } @media (max-width: 767px) { .u-section-3 { min-height: 100px; } .u-section-3 .u-image-1 { min-height: 524px; } .u-section-3 .u-container-layout-2 { padding-left: 10px; } .u-section-3 .u-image-2 { width: 240px; height: 210px; } .u-section-3 .u-text-1 { margin-right: 37px; } .u-section-3 .u-text-2 { margin-right: 25px; } .u-section-3 .u-line-1 { width: 85px; } } @media (max-width: 575px) { .u-section-3 .u-image-1 { min-height: 330px; } .u-section-3 .u-text-1 { margin-right: 24px; } .u-section-3 .u-text-2 { margin-right: 16px; } }.u-section-4 { background-image: none; } .u-section-4 .u-sheet-1 { min-height: 583px; } .u-section-4 .u-group-1 { width: 786px; min-height: 220px; margin: 20px auto 0 0; } .u-section-4 .u-container-layout-1 { padding-left: 20px; } .u-section-4 .u-text-1 { font-size: 3rem; font-weight: 700; margin: 20px 262px 0 0; } .u-section-4 .u-text-2 { line-height: 1.8; margin: 20px 142px 20px 0; } .u-section-4 .u-layout-wrap-1 { margin: 20px auto 55px 0; } .u-section-4 .u-layout-cell-1 { min-height: 270px; } .u-section-4 .u-container-layout-2 { padding-left: 20px; padding-right: 20px; } .u-section-4 .u-text-3 { font-weight: 700; margin: 25px 0 0; } .u-section-4 .u-text-4 { font-size: 0.875rem; margin: 20px 0 0; } .u-section-4 .u-link-1 { padding-bottom: 2px; margin: 30px auto 25px 0; } .u-section-4 .u-layout-cell-2 { background-image: none; min-height: 270px; } .u-section-4 .u-container-layout-3 { padding-left: 20px; padding-right: 20px; } .u-section-4 .u-text-5 { font-weight: 700; margin: 25px 0 0; } .u-section-4 .u-text-6 { font-size: 0.875rem; margin: 20px 0 0; } .u-section-4 .u-link-2 { padding-bottom: 2px; margin: 30px auto 25px 0; } .u-section-4 .u-layout-cell-3 { background-image: none; min-height: 270px; } .u-section-4 .u-container-layout-4 { padding-left: 20px; padding-right: 20px; } .u-section-4 .u-text-7 { font-weight: 700; margin: 25px 0 0; } .u-section-4 .u-text-8 { font-size: 0.875rem; margin: 20px 0 0; } .u-section-4 .u-link-3 { padding-bottom: 2px; margin: 30px auto 25px 0; } .u-section-4 .u-layout-cell-4 { background-image: none; min-height: 270px; } .u-section-4 .u-container-layout-5 { padding-left: 20px; padding-right: 20px; } .u-section-4 .u-text-9 { font-weight: 700; margin: 25px 0 0; } .u-section-4 .u-text-10 { font-size: 0.875rem; margin: 20px 0 0; } .u-section-4 .u-link-4 { padding-bottom: 2px; margin: 30px auto 25px 0; } @media (max-width: 1199px) { .u-section-4 .u-group-1 { width: 648px; } .u-section-4 .u-container-layout-1 { padding-left: 16px; } .u-section-4 .u-text-1 { margin-right: 216px; font-size: 2.25rem; } .u-section-4 .u-text-2 { margin-right: 117px; } .u-section-4 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } .u-section-4 .u-container-layout-2 { padding-left: 16px; padding-right: 16px; } .u-section-4 .u-text-3 { position: relative; } .u-section-4 .u-text-4 { position: relative; } .u-section-4 .u-container-layout-3 { padding-left: 16px; padding-right: 16px; } .u-section-4 .u-text-5 { position: relative; } .u-section-4 .u-text-6 { position: relative; } .u-section-4 .u-container-layout-4 { padding-left: 16px; padding-right: 16px; } .u-section-4 .u-text-7 { position: relative; } .u-section-4 .u-text-8 { position: relative; } .u-section-4 .u-container-layout-5 { padding-left: 16px; padding-right: 16px; } .u-section-4 .u-text-9 { position: relative; } .u-section-4 .u-text-10 { position: relative; } } @media (max-width: 991px) { .u-section-4 .u-group-1 { margin-right: initial; margin-left: initial; width: auto; } .u-section-4 .u-container-layout-1 { padding-left: 10px; } .u-section-4 .u-text-1 { margin-right: 136px; } .u-section-4 .u-text-2 { margin-right: 74px; } .u-section-4 .u-layout-wrap-1 { width: 720px; margin-right: 0; margin-left: 0; } .u-section-4 .u-container-layout-2 { padding-left: 10px; padding-right: 10px; } .u-section-4 .u-container-layout-3 { padding-left: 10px; padding-right: 10px; } .u-section-4 .u-container-layout-4 { padding-left: 10px; padding-right: 10px; } .u-section-4 .u-container-layout-5 { padding-left: 10px; padding-right: 10px; } } @media (max-width: 767px) { .u-section-4 .u-container-layout-1 { padding-left: 5px; } .u-section-4 .u-text-1 { margin-right: 65px; } .u-section-4 .u-text-2 { margin-right: 35px; } .u-section-4 .u-layout-wrap-1 { width: 540px; } .u-section-4 .u-container-layout-2 { padding-left: 5px; padding-right: 5px; } .u-section-4 .u-container-layout-3 { padding-left: 5px; padding-right: 5px; } .u-section-4 .u-container-layout-4 { padding-left: 5px; padding-right: 5px; } .u-section-4 .u-container-layout-5 { padding-left: 5px; padding-right: 5px; } } @media (max-width: 575px) { .u-section-4 .u-sheet-1 { min-height: auto; } .u-section-4 .u-container-layout-1 { padding-left: 6px; } .u-section-4 .u-text-1 { font-size: 3rem; margin-right: 78px; } .u-section-4 .u-text-2 { margin-right: 42px; } .u-section-4 .u-layout-wrap-1 { width: 340px; margin-right: auto; } .u-section-4 .u-layout-cell-1 { min-height: auto; } .u-section-4 .u-container-layout-2 { padding-left: 6px; padding-right: 6px; } .u-section-4 .u-layout-cell-2 { min-height: auto; } .u-section-4 .u-container-layout-3 { padding-left: 6px; padding-right: 6px; } .u-section-4 .u-layout-cell-3 { min-height: auto; } .u-section-4 .u-container-layout-4 { padding-left: 6px; padding-right: 6px; } .u-section-4 .u-layout-cell-4 { min-height: auto; } .u-section-4 .u-container-layout-5 { padding-left: 6px; padding-right: 6px; } }.u-section-5 { min-height: 699px; } .u-section-5 .u-layout-cell-1 { min-height: 699px; background-image: none; } .u-section-5 .u-container-layout-1 { padding-left: 45px; padding-right: 45px; } .u-section-5 .u-image-1 { width: 346px; height: 240px; margin: -87px auto 0; } .u-section-5 .u-text-1 { font-weight: 700; font-size: 3rem; width: 326px; margin: 70px auto 0; } .u-section-5 .u-text-2 { margin: 20px 43px 0 55px; } .u-section-5 .u-link-1 { padding-bottom: 2px; font-size: 0.875rem; margin: 32px auto 70px 54px; } .u-section-5 .u-image-2 { background-image: url("../../img/pexelsphoto305566.jpeg"); min-height: 699px; background-position: 50% 50%; } @media (max-width: 1199px) { .u-section-5 .u-image-1 { width: 285px; } .u-section-5 .u-text-1 { width: 269px; font-size: 2.25rem; } .u-section-5 .u-text-2 { margin-left: 45px; margin-right: 45px; } .u-section-5 .u-link-1 { margin-top: 20px; margin-left: 45px; } } @media (max-width: 991px) { .u-section-5 .u-layout-cell-1 { min-height: 726px; } .u-section-5 .u-container-layout-1 { padding-left: 35px; padding-right: 35px; } .u-section-5 .u-image-1 { width: 319px; margin-left: 27px; } .u-section-5 .u-text-1 { width: 206px; margin-top: 71px; margin-left: 34px; margin-right: 34px; } .u-section-5 .u-text-2 { margin-left: 29px; margin-right: 29px; } .u-section-5 .u-link-1 { margin-left: 28px; } .u-section-5 .u-image-2 { min-height: 726px; } } @media (max-width: 767px) { .u-section-5 .u-layout-cell-1 { min-height: 579px; } .u-section-5 .u-container-layout-1 { padding-left: 26px; padding-right: 26px; } .u-section-5 .u-image-1 { width: 473px; height: 291px; margin-left: 13px; } .u-section-5 .u-text-1 { width: auto; margin-top: 20px; margin-right: 289px; margin-left: 79px; } .u-section-5 .u-text-2 { margin-right: 79px; margin-left: 80px; } .u-section-5 .u-link-1 { margin-bottom: 0; margin-left: 80px; } } @media (max-width: 575px) { .u-section-5 .u-layout-cell-1 { min-height: 629px; } .u-section-5 .u-container-layout-1 { padding-left: 55px; padding-right: 55px; } .u-section-5 .u-image-1 { width: 408px; height: 341px; margin-top: -112px; margin-left: -39px; } .u-section-5 .u-text-1 { width: 330px; margin-top: 34px; margin-left: 0; margin-right: 0; } .u-section-5 .u-text-2 { width: 330px; margin-top: 16px; margin-left: 0; margin-right: 0; } .u-section-5 .u-link-1 { margin-top: 24px; margin-bottom: 48px; margin-left: 0; } }.u-section-6 { min-height: 500px; } .u-section-6 .u-layout-wrap-1 { margin: 0 auto 0 0; } .u-section-6 .u-image-1 { background-image: url("../../img/pexelsphoto305564.jpeg"); min-height: 500px; background-position: 50% 50%; } .u-section-6 .u-image-2 { background-image: url("../../img/pexelsphoto1323867.jpeg"); min-height: 500px; background-position: 50% 50%; } .u-section-6 .u-image-3 { background-image: url("../../img/pexelsphoto305567.jpeg"); min-height: 500px; background-position: 50% 50%; } @media (max-width: 1199px) { .u-section-6 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } } @media (max-width: 991px) { .u-section-6 { min-height: 309px; } .u-section-6 .u-image-1 { min-height: 309px; } .u-section-6 .u-image-2 { min-height: 309px; } .u-section-6 .u-image-3 { min-height: 309px; } } @media (max-width: 767px) { .u-section-6 { min-height: auto; } .u-section-6 .u-image-1 { min-height: 500px; } .u-section-6 .u-image-2 { min-height: 500px; } .u-section-6 .u-image-3 { min-height: 500px; } }.u-section-7 { min-height: 516px; } .u-section-7 .u-layout-wrap-1 { margin-top: 0; } .u-section-7 .u-image-1 { background-image: url("../../img/pexelsphoto287237.jpeg"); min-height: 516px; background-position: 50% 50%; } .u-section-7 .u-layout-cell-2 { min-height: 516px; background-image: none; } .u-section-7 .u-container-layout-2 { padding-left: 20px; } .u-section-7 .u-image-2 { width: 490px; height: 442px; margin: -171px 70px 0 auto; } .u-section-7 .u-text-1 { font-size: 3rem; font-weight: 700; margin: -128px 20px 0 0; } .u-section-7 .u-text-2 { line-height: 1.8; margin: 20px 135px 0 0; } .u-section-7 .u-line-1 { width: 145px; height: 20px; transform-origin: left center 0; margin: 50px auto 50px 0; } @media (max-width: 1199px) { .u-section-7 .u-container-layout-2 { padding-left: 16px; } .u-section-7 .u-image-2 { width: 404px; margin-right: 58px; } .u-section-7 .u-text-1 { position: relative; margin-top: 143px; margin-right: 16px; font-size: 2.25rem; } .u-section-7 .u-text-2 { margin-right: 111px; } .u-section-7 .u-line-1 { width: 120px; } } @media (max-width: 991px) { .u-section-7 .u-image-1 { background-position: 0% 50%; } .u-section-7 .u-container-layout-2 { padding-left: 10px; } .u-section-7 .u-image-2 { width: 309px; margin-right: 44px; } .u-section-7 .u-text-1 { margin-right: 13px; } .u-section-7 .u-text-2 { margin-right: 85px; } .u-section-7 .u-line-1 { width: 92px; } } @media (max-width: 767px) { .u-section-7 { min-height: 747px; } .u-section-7 .u-layout-wrap-1 { margin-bottom: 0; } .u-section-7 .u-image-1 { min-height: 374px; } .u-section-7 .u-layout-cell-2 { min-height: 374px; } .u-section-7 .u-container-layout-2 { padding-left: 5px; } .u-section-7 .u-image-2 { width: 290px; margin-right: 33px; } .u-section-7 .u-text-1 { margin-right: 9px; } .u-section-7 .u-text-2 { margin-right: 64px; } .u-section-7 .u-line-1 { width: 86px; } } @media (max-width: 575px) { .u-section-7 .u-container-layout-2 { padding-left: 61px; padding-right: 61px; } .u-section-7 .u-image-2 { width: 244px; margin-right: 21px; } .u-section-7 .u-text-1 { margin-right: 6px; } .u-section-7 .u-text-2 { margin-right: 40px; } .u-section-7 .u-line-1 { width: 72px; } }.u-section-8 { background-image: none; } .u-section-8 .u-sheet-1 { min-height: 320px; } .u-section-8 .u-layout-wrap-1 { margin: 65px auto 65px 0; } .u-section-8 .u-layout-cell-1 { min-height: 179px; } .u-section-8 .u-container-layout-1 { padding-left: 20px; padding-right: 20px; } .u-section-8 .u-text-1 { font-size: 3rem; font-weight: 700; margin: 0 0 20px; } .u-section-8 .u-layout-cell-2 { min-height: 179px; } .u-section-8 .u-container-layout-2 { padding-left: 20px; } .u-section-8 .u-text-2 { line-height: 1.8; margin: 10px 85px 20px 0; } .u-section-8 .u-link-1 { margin-right: 0; margin-left: 0; padding-bottom: 2px; font-size: 0.875rem; } @media (max-width: 1199px) { .u-section-8 .u-layout-wrap-1 { margin-right: initial; margin-left: initial; } .u-section-8 .u-container-layout-1 { padding-left: 16px; padding-right: 16px; } .u-section-8 .u-text-1 { font-size: 2.25rem; } .u-section-8 .u-container-layout-2 { padding-left: 16px; } .u-section-8 .u-text-2 { margin-right: 70px; } .u-section-8 .u-link-1 { position: relative; } } @media (max-width: 991px) { .u-section-8 .u-container-layout-1 { padding-left: 10px; padding-right: 10px; } .u-section-8 .u-container-layout-2 { padding-left: 10px; } .u-section-8 .u-text-2 { margin-right: 44px; } } @media (max-width: 767px) { .u-section-8 .u-container-layout-1 { padding-left: 5px; padding-right: 5px; } .u-section-8 .u-container-layout-2 { padding-left: 5px; } .u-section-8 .u-text-2 { margin-right: 21px; } } @media (max-width: 575px) { .u-section-8 .u-container-layout-1 { padding-left: 1px; padding-right: 1px; } .u-section-8 .u-text-1 { margin-top: 47px; } .u-section-8 .u-layout-cell-2 { min-height: 272px; } .u-section-8 .u-container-layout-2 { padding-left: 1px; } .u-section-8 .u-text-2 { margin-right: 6px; } }
0.52756
0.109992
svg { float:left; } .axis text { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #999; shape-rendering: crispEdges; } .bar { fill: #3261AB; /*#3DB680;*/ /*#D04255;*/ fill-opacity: .9; shape-rendering: crispEdges; font-size: 10px; } rect.bar { fill-opacity: .4; } rect text { fill-opacitiy: .5; color: #000; display: block; } .x.axis path { display: none; } .y.axis .tick.major text { display: none; } label, input[type=checkbox] { padding-left: 5px; } div.tooltip { position: absolute; text-align: center; width: 12em; margin: .7em 1em 0em 0em; font-weight: normal; font-size: .9em; -moz-border-radius: .78em; -webkit-border-radius: .78em; border-radius: .78em; padding: .29em 1.125em; text-decoration: none; background-color: #EDAD0B; color: #ffffff !important; pointer-events: none; shape-rendering: crispEdges; } #data-view { display: block; min-width: 500px; min-height: 500px; } hr { margin-bottom: 10px; } .bsfull { width: 100%; } .bshalf { width: 50%; } .bsot { width: 87.5%; } .bsleft { float: left; } .bsclear { clear: left; } .dropdown-wide { width: 98%; } .half { width: 38%;} .gray-bold { color: gray; font-weight: bold; } .gray { color: #777; } .red { font-weight: bold; text-transform: lowercase } .white { color: #fff !important; } .data-toggle.title { font-size: 18px; height: 50px; display: block } .li-title { padding-left: 15px; padding-right: 15px; } rect.little { shape-rendering: crispEdges; z-index: 9999; display: block } .korisnici { height: 250px; overflow: auto; } .ostalo { position: relative } .kill-margins-paddings { margin: 0 !important; padding: 0 !important; border: 0 !important; } .divide { padding-top: 6px; display: inline-block; } #kontni-plan-izbor { margin-bottom: 10px; } .input-append { margin: 0 !important; display: inline-block !important; } input[type="text"].smaller-text { width: 80%; height: 16px; font-size: 12px; line-height: 14px; } input[type="text"].smaller-text-big { width: 70%; height: 16px; font-size: 12px; line-height: 14px; } input[type="number"].smaller-text { width: auto; height: 16px; font-size: 12px; line-height: 14px; } ul.typeahead.dropdown-menu { height: 250px; overflow: auto; } .loader { background: white url('../img/loadaer2.gif') no-repeat center center; }
public/css/sumo.css
svg { float:left; } .axis text { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #999; shape-rendering: crispEdges; } .bar { fill: #3261AB; /*#3DB680;*/ /*#D04255;*/ fill-opacity: .9; shape-rendering: crispEdges; font-size: 10px; } rect.bar { fill-opacity: .4; } rect text { fill-opacitiy: .5; color: #000; display: block; } .x.axis path { display: none; } .y.axis .tick.major text { display: none; } label, input[type=checkbox] { padding-left: 5px; } div.tooltip { position: absolute; text-align: center; width: 12em; margin: .7em 1em 0em 0em; font-weight: normal; font-size: .9em; -moz-border-radius: .78em; -webkit-border-radius: .78em; border-radius: .78em; padding: .29em 1.125em; text-decoration: none; background-color: #EDAD0B; color: #ffffff !important; pointer-events: none; shape-rendering: crispEdges; } #data-view { display: block; min-width: 500px; min-height: 500px; } hr { margin-bottom: 10px; } .bsfull { width: 100%; } .bshalf { width: 50%; } .bsot { width: 87.5%; } .bsleft { float: left; } .bsclear { clear: left; } .dropdown-wide { width: 98%; } .half { width: 38%;} .gray-bold { color: gray; font-weight: bold; } .gray { color: #777; } .red { font-weight: bold; text-transform: lowercase } .white { color: #fff !important; } .data-toggle.title { font-size: 18px; height: 50px; display: block } .li-title { padding-left: 15px; padding-right: 15px; } rect.little { shape-rendering: crispEdges; z-index: 9999; display: block } .korisnici { height: 250px; overflow: auto; } .ostalo { position: relative } .kill-margins-paddings { margin: 0 !important; padding: 0 !important; border: 0 !important; } .divide { padding-top: 6px; display: inline-block; } #kontni-plan-izbor { margin-bottom: 10px; } .input-append { margin: 0 !important; display: inline-block !important; } input[type="text"].smaller-text { width: 80%; height: 16px; font-size: 12px; line-height: 14px; } input[type="text"].smaller-text-big { width: 70%; height: 16px; font-size: 12px; line-height: 14px; } input[type="number"].smaller-text { width: auto; height: 16px; font-size: 12px; line-height: 14px; } ul.typeahead.dropdown-menu { height: 250px; overflow: auto; } .loader { background: white url('../img/loadaer2.gif') no-repeat center center; }
0.429669
0.237886
audio { width: 185px; height: 40px; background: black; padding: 5px; margin-top: 10px; } ul li { list-style-type: none; color: black; } #recordingslist { padding-left: 0%; background: black; } a { color: gray; text-decoration: none; font-size: 30px; } div#canvas1>canvas { width: 190px; height: 70px; background: black; float: left; } /* vusual canvas */ body { margin: 0; font-family: 'Lato', sans-serif; } .overlay { height: 30%; width: 0; position: fixed; z-index: 1; top: 600px; left: 0; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); overflow-x: hidden; transition: 0.5s; } .overlay-content { position: relative; /*top: 25%;*/ width: 100%; text-align: center; margin-top: 30px; } .overlay a { padding: 8px; text-decoration: none; font-size: 36px; color: #818181; display: block; transition: 0.3s; } .overlay a:hover, .overlay a:focus { color: #f1f1f1; } .closebtn { position: absolute; top: 20px; right: 45px; font-size: 30px !important; } /* @media screen and (max-height: 450px) { .overlay a { font-size: 20px } .closebtn { font-size: 40px !important; top: 15px; right: 35px; } }*/ @media screen and (min-width: 500px) { .fix-size { width: 600px; margin: auto; } .bg { width: 600px; margin: auto; } } .ver { top: 40%; transform: rotate(270deg); } .ver { -webkit-appearance: none; margin: 10px; width: 20%; } .ver:focus { outline: none; } .ver::-webkit-slider-runnable-track { width: 100%; height: 3px; cursor: pointer; background: gray; } .ver::-webkit-slider-thumb { height: 20px; width: 15px; border-radius: 3px; background: black; cursor: pointer; -webkit-appearance: none; margin-top: -7.6px; } } body { background-color: black; } .ver { position: absolute; top: 40%; transform: rotate(270deg); } .ver { -webkit-appearance: none; margin: 10px; width: 35px; } .ver:focus { outline: none; } s .ver::-webkit-slider-runnable-track { width: 5px; height: 3px; cursor: pointer; background: gray; } .ver::-webkit-slider-thumb { height: 20px; width: 10px; border-radius: 3px; background: #50b4ff; cursor: pointer; -webkit-appearance: none; margin-top: -7.6px; } } .button { display: inline-block; padding: 10px 17px; font-size: 24px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: white; background-color: black; border: none; border-radius: 15px; box-shadow: 0 9px #999; } .button:hover { background-color: #242424 } .button:active { background-color: #484848; box-shadow: 0 5px #666; transform: translateY(4px); } /*.mic_input {border:1px solid red;position:absolute;height:200px;width:200px;border-radius: 25px;} .mic_input #sax__led_on{position:relative;left:0px;top:0px;} .mic_input #saxmic_on{position:relative;left:0px;top:20px;} .mic_input #saxmic_gain{float:left;position:relative;left:80px;top:-80px;}*/ .marg-left-20{ margin-left:20px; } .slidecontainer { width: 70%; } .slider { position: absolute; left: 25%; -webkit-appearance: none; width: 60%; height: 15px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .short { position: absolute; left: 40%; -webkit-appearance: none; width: 50%; height: 15px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider:hover { opacity: 1; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background: black; cursor: pointer; } .slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; background: #4CAF50; cursor: pointer; } .padd-left_8 { padding-left: 8px; } .margin-5px { padding: 4px 16px !important; margin: 5px 10px !important; } .margin-3px { margin: 5px 0px !important; } .wid-60 { width:60%; } .imag-1{ background-image: url("../../img/a.jpg"); background-size: cover; max-width: 100%; height: auto; } .imag-2{ background-image: url("../../img/b.jpg"); background-size: cover; max-width: 100%; height: auto; } .imag-3{ background-image: url("../../img/c.jpg"); background-size: cover; max-width: 100%; height: auto; } .imag-4{ background-image: url("../../img/d.jpg"); background-size: cover; max-width: 100%; height: auto; } .bg{ position: relative; background-image: url("../../img/bg.jpg"); background-size: cover; max-width: 100%; height: auto; height:400px; margin-top:0px; margin-bottom:0px; } .bg .bgText{ position: absolute; top :7%; left: 28%; } .bg .pos{ position: absolute; top :27%; left: 19%; } .font-20 { font-size:20px; } .switch { position: absolute; top :70%; left: 0%; } .switch ul { position: relative; } .switch li { display: inline-block; margin-left: 15px; } .switch li span { position: absolute; top:35px; left:47px; } .dial_set { position:relative; top:10px; left:20%; } @media screen and (min-width: 460px) { .bg .pos{ position: absolute; top :37%; left: 19%; } .bg .bgText{ position: absolute; top :15%; left: 28%; } .switch ul { position: relative; margin-left: 30px; } .switch { position: absolute; top :60%; left: 0%; } .dial_set { position:relative; top:60px; left:55%; } .mar-left{ margin-left: 30px; } }
public/src/css/websax.css
audio { width: 185px; height: 40px; background: black; padding: 5px; margin-top: 10px; } ul li { list-style-type: none; color: black; } #recordingslist { padding-left: 0%; background: black; } a { color: gray; text-decoration: none; font-size: 30px; } div#canvas1>canvas { width: 190px; height: 70px; background: black; float: left; } /* vusual canvas */ body { margin: 0; font-family: 'Lato', sans-serif; } .overlay { height: 30%; width: 0; position: fixed; z-index: 1; top: 600px; left: 0; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); overflow-x: hidden; transition: 0.5s; } .overlay-content { position: relative; /*top: 25%;*/ width: 100%; text-align: center; margin-top: 30px; } .overlay a { padding: 8px; text-decoration: none; font-size: 36px; color: #818181; display: block; transition: 0.3s; } .overlay a:hover, .overlay a:focus { color: #f1f1f1; } .closebtn { position: absolute; top: 20px; right: 45px; font-size: 30px !important; } /* @media screen and (max-height: 450px) { .overlay a { font-size: 20px } .closebtn { font-size: 40px !important; top: 15px; right: 35px; } }*/ @media screen and (min-width: 500px) { .fix-size { width: 600px; margin: auto; } .bg { width: 600px; margin: auto; } } .ver { top: 40%; transform: rotate(270deg); } .ver { -webkit-appearance: none; margin: 10px; width: 20%; } .ver:focus { outline: none; } .ver::-webkit-slider-runnable-track { width: 100%; height: 3px; cursor: pointer; background: gray; } .ver::-webkit-slider-thumb { height: 20px; width: 15px; border-radius: 3px; background: black; cursor: pointer; -webkit-appearance: none; margin-top: -7.6px; } } body { background-color: black; } .ver { position: absolute; top: 40%; transform: rotate(270deg); } .ver { -webkit-appearance: none; margin: 10px; width: 35px; } .ver:focus { outline: none; } s .ver::-webkit-slider-runnable-track { width: 5px; height: 3px; cursor: pointer; background: gray; } .ver::-webkit-slider-thumb { height: 20px; width: 10px; border-radius: 3px; background: #50b4ff; cursor: pointer; -webkit-appearance: none; margin-top: -7.6px; } } .button { display: inline-block; padding: 10px 17px; font-size: 24px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: white; background-color: black; border: none; border-radius: 15px; box-shadow: 0 9px #999; } .button:hover { background-color: #242424 } .button:active { background-color: #484848; box-shadow: 0 5px #666; transform: translateY(4px); } /*.mic_input {border:1px solid red;position:absolute;height:200px;width:200px;border-radius: 25px;} .mic_input #sax__led_on{position:relative;left:0px;top:0px;} .mic_input #saxmic_on{position:relative;left:0px;top:20px;} .mic_input #saxmic_gain{float:left;position:relative;left:80px;top:-80px;}*/ .marg-left-20{ margin-left:20px; } .slidecontainer { width: 70%; } .slider { position: absolute; left: 25%; -webkit-appearance: none; width: 60%; height: 15px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .short { position: absolute; left: 40%; -webkit-appearance: none; width: 50%; height: 15px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider:hover { opacity: 1; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background: black; cursor: pointer; } .slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; background: #4CAF50; cursor: pointer; } .padd-left_8 { padding-left: 8px; } .margin-5px { padding: 4px 16px !important; margin: 5px 10px !important; } .margin-3px { margin: 5px 0px !important; } .wid-60 { width:60%; } .imag-1{ background-image: url("../../img/a.jpg"); background-size: cover; max-width: 100%; height: auto; } .imag-2{ background-image: url("../../img/b.jpg"); background-size: cover; max-width: 100%; height: auto; } .imag-3{ background-image: url("../../img/c.jpg"); background-size: cover; max-width: 100%; height: auto; } .imag-4{ background-image: url("../../img/d.jpg"); background-size: cover; max-width: 100%; height: auto; } .bg{ position: relative; background-image: url("../../img/bg.jpg"); background-size: cover; max-width: 100%; height: auto; height:400px; margin-top:0px; margin-bottom:0px; } .bg .bgText{ position: absolute; top :7%; left: 28%; } .bg .pos{ position: absolute; top :27%; left: 19%; } .font-20 { font-size:20px; } .switch { position: absolute; top :70%; left: 0%; } .switch ul { position: relative; } .switch li { display: inline-block; margin-left: 15px; } .switch li span { position: absolute; top:35px; left:47px; } .dial_set { position:relative; top:10px; left:20%; } @media screen and (min-width: 460px) { .bg .pos{ position: absolute; top :37%; left: 19%; } .bg .bgText{ position: absolute; top :15%; left: 28%; } .switch ul { position: relative; margin-left: 30px; } .switch { position: absolute; top :60%; left: 0%; } .dial_set { position:relative; top:60px; left:55%; } .mar-left{ margin-left: 30px; } }
0.332202
0.08389
.card--main { position: absolute; transition: width 0.5s, height 0.5s, transform 0.5s !important; z-index: 2; } .card--main__inner { display: grid; grid-column-gap: var(--_padding); grid-row-gap: var(--_padding); grid-template-areas: "logo right"; grid-template-columns: 38.197% auto; transition: width 1s, height 1s !important; } .card--main__image { --_background: url("card--main__logo.svg"); background-color: var(--_c0); background-size: cover; cursor: none; display: block; grid-area: logo; height: 100%; -webkit-mask: linear-gradient(black, black), var(--_background) no-repeat 0 0 / 100% 100%; mask: linear-gradient(black, black), var(--_background) no-repeat 0 0 / 100% 100%; -webkit-mask-composite: xor; mask-composite: subtract; width: 100%; } .card--main__right { grid-area: right; height: 100%; position: relative; width: 100%; } .card--main__info, .card--main__qr { height: 100%; left: 0; position: absolute; top: 0; transition: opacity 1s ease; width: 100%; } .card--main__info { display: grid; grid-row-gap: var(--_padding); grid-template-areas: "flex" "button"; grid-template-rows: auto calc(0.12 * var(--_w)); } .card--main__qr { opacity: 0; } .card--main__qr-img { background-image: url(card--main__qr-img.svg); background-size: cover; height: 100%; width: 100%; } .card--main__qr-img::before { color: var(--_c1); content: '<-'; display: block; padding-top: var(--_padding); position: absolute; text-align: center; width: 100%; } .card--main__qr-img:hover::before { content: '<- zurückkehren/go back'; } .card--main__info-flex { display: flex; flex-direction: column; justify-content: space-between; } .card--main__title { display: inline-flex; flex-wrap: wrap-reverse; justify-content: flex-start; } .card--main__social-links { display: flex; flex-wrap: wrap; } .card--main__social-links::before { content: 'Kontakt/Contact'; display: block; width: 100%; } .card--main__social-link { margin-right: var(--_padding); } .card--main__social-link:last-of-type { margin-right: 0; } .card--main__social-link--github { --button--background: url("../../img/GitHub.svg"); } .card--main__social-link--npm { --button--background: url("../../img/npm.svg"); } .card--main__social-link--web { --button--background: url("../../img/internet.svg"); } .card--main__social-link--scratch { --button--background: url("../../img/Scratch.svg"); } .card--main__social-link--qr { --button--background: url("../../img/QR%20icon.svg"); } .card--main__social-link--tel { --button--background: url("../../img/tel.svg"); } .card--main__social-link--mail { --button--background: url("../../img/E-Mail.svg"); } /* for specific pages */ /* QR page */ #to-qr:target ~ * .card--main__qr { opacity: 1; } #to-qr:target ~ * .card--main__info { opacity: 0; pointer-events: none; } /* projects page */ #to-projects:target ~ * .card--main { /* TODO: These variable thing ugly and don't update if the definitions in card.css change. Find a way to change that. */ --_padding: calc( 0.5 * var(--card--padding, calc(0.02 * var(--w, 500px))) ); height: calc(0.25 * var(--h)); width: calc(0.25 * var(--w)); } #to-projects:target ~ * .card--main__info { opacity: 0; pointer-events: none; transition: none; } @media screen and (orientation: portrait) { .card--main__inner { grid-template-areas: "logo" "right"; grid-template-columns: auto; grid-template-rows: auto auto; } #to-projects:target ~ * .card--main { height: calc(0.15 * var(--_h)); width: calc(0.15 * var(--_w)); } }
blocks/card/card--main.css
.card--main { position: absolute; transition: width 0.5s, height 0.5s, transform 0.5s !important; z-index: 2; } .card--main__inner { display: grid; grid-column-gap: var(--_padding); grid-row-gap: var(--_padding); grid-template-areas: "logo right"; grid-template-columns: 38.197% auto; transition: width 1s, height 1s !important; } .card--main__image { --_background: url("card--main__logo.svg"); background-color: var(--_c0); background-size: cover; cursor: none; display: block; grid-area: logo; height: 100%; -webkit-mask: linear-gradient(black, black), var(--_background) no-repeat 0 0 / 100% 100%; mask: linear-gradient(black, black), var(--_background) no-repeat 0 0 / 100% 100%; -webkit-mask-composite: xor; mask-composite: subtract; width: 100%; } .card--main__right { grid-area: right; height: 100%; position: relative; width: 100%; } .card--main__info, .card--main__qr { height: 100%; left: 0; position: absolute; top: 0; transition: opacity 1s ease; width: 100%; } .card--main__info { display: grid; grid-row-gap: var(--_padding); grid-template-areas: "flex" "button"; grid-template-rows: auto calc(0.12 * var(--_w)); } .card--main__qr { opacity: 0; } .card--main__qr-img { background-image: url(card--main__qr-img.svg); background-size: cover; height: 100%; width: 100%; } .card--main__qr-img::before { color: var(--_c1); content: '<-'; display: block; padding-top: var(--_padding); position: absolute; text-align: center; width: 100%; } .card--main__qr-img:hover::before { content: '<- zurückkehren/go back'; } .card--main__info-flex { display: flex; flex-direction: column; justify-content: space-between; } .card--main__title { display: inline-flex; flex-wrap: wrap-reverse; justify-content: flex-start; } .card--main__social-links { display: flex; flex-wrap: wrap; } .card--main__social-links::before { content: 'Kontakt/Contact'; display: block; width: 100%; } .card--main__social-link { margin-right: var(--_padding); } .card--main__social-link:last-of-type { margin-right: 0; } .card--main__social-link--github { --button--background: url("../../img/GitHub.svg"); } .card--main__social-link--npm { --button--background: url("../../img/npm.svg"); } .card--main__social-link--web { --button--background: url("../../img/internet.svg"); } .card--main__social-link--scratch { --button--background: url("../../img/Scratch.svg"); } .card--main__social-link--qr { --button--background: url("../../img/QR%20icon.svg"); } .card--main__social-link--tel { --button--background: url("../../img/tel.svg"); } .card--main__social-link--mail { --button--background: url("../../img/E-Mail.svg"); } /* for specific pages */ /* QR page */ #to-qr:target ~ * .card--main__qr { opacity: 1; } #to-qr:target ~ * .card--main__info { opacity: 0; pointer-events: none; } /* projects page */ #to-projects:target ~ * .card--main { /* TODO: These variable thing ugly and don't update if the definitions in card.css change. Find a way to change that. */ --_padding: calc( 0.5 * var(--card--padding, calc(0.02 * var(--w, 500px))) ); height: calc(0.25 * var(--h)); width: calc(0.25 * var(--w)); } #to-projects:target ~ * .card--main__info { opacity: 0; pointer-events: none; transition: none; } @media screen and (orientation: portrait) { .card--main__inner { grid-template-areas: "logo" "right"; grid-template-columns: auto; grid-template-rows: auto auto; } #to-projects:target ~ * .card--main { height: calc(0.15 * var(--_h)); width: calc(0.15 * var(--_w)); } }
0.483161
0.124426
============================================================ Default Css Wrap Start ============================================================ */ footer, header, .content, .padding-70by40, .kode_eco-top_bar{ float: left; width:100%; position: relative; } header{ z-index: 60; } .eco_wrapper{ float: left; width:100%; overflow: hidden; } .kode_eco-top_bar{ padding: 25px 0px; } .kode_eco_social_icons, .kode_eco_search{ padding: 10px 0 0; } section{ padding: 70px 0px 40px; float: left; width:100%; } .padding-70by40{ padding: 70px 0px 40px; } .margin-buttom_50{ float: left; width:100%; padding: 0px; margin-bottom: 50px; } .margin-buttom_30{ margin-bottom: 30px; float: left; width:100%; padding: 0px; } .no-margin{ margin-bottom: 0px; } .section_grid_cause{ float: left; width:100%; padding: 68px 0 40px; } .no-padding-right{ padding-right: 0px; } .no-padding-left{ padding-left: 0px; } .none{ display: none; } /* ============================================= Eco Header #Header starts ============================================= */ /* ============================================= Eco logo ============================================= */ .kode_eco_logo{ float: left; width:20%; } .kode_eco_logo a{ float: left; } /* ============================================= Eco search menu ============================================= */ #search .modal-dialog{ max-width:1140px; } .kode_eco_search{ margin: 0 auto; width:auto; float:left; } .kode_eco_search form{ width:100%; } .kode-search-menu{ float: left; width:100%; position: relative; } .kode-search-menu input{ box-shadow: none; border:none; width:100%; border-left: 1px solid #d4d4d4; vertical-align: middle; padding-left: 40px; height: 30px; } .kode-search-menu button{ background: transparent none repeat scroll 0 0; left: 0; margin-left: 7px; margin-top: 3px; position: absolute; top: 0; color: #487e04; } .kode_eco_search .modal-body{ padding: 0px; float: left; width:100%; } .kode_eco_search .modal-content .close{ background: transparent none repeat scroll 0 0; border-radius: 100%; color: #fff; float: right; font-size: 22px; font-weight: 100; height: 50px; opacity: 1; position: absolute; right: 0; text-shadow: 0 1px 0 #fff; top: 50%; margin-top: -150px; width: 50px; } .kode_eco_search .modal-body .kode-search-menu input{ height: 70px; font-size: 30px; padding-left: 20px; padding-right: 40px; border-radius: 20px 0px 20px 0px; box-shadow: 4px 4px 5px 1px rgba(255,255,255,0); } .kode_eco_search .modal-body .kode-search-menu input:focus{ box-shadow: 4px 4px 5px 1px rgba(255,255,255,0.2); } .kode_eco_search .modal-body .kode-search-menu{ padding-left: 10px; z-index: 10; } .kode_eco_search .modal-body{ } .kode-search-menu .search-press { left: auto; margin-top: 9px; right: 20px; font-size: 33px; } .kode_eco_search .modal-content{ border:none; } #search{ background-image: url(../images/bg.jpg); background-size: cover; background-color: transparent; z-index: 50; } #search .modal-dialog{ position: absolute; top:50%; left: 0px; right:0px; margin: -55px auto; } #search:before{ position: absolute; content: ""; top:0px; z-index: -1; left: 0px; right: 0px; bottom:0px; background-color: #000; opacity: 0.4; } .modal-backdrop{ display: none; z-index: 10 !important; } .eco_donate_button { float: left; width: 100%; } /* ============================================= Eco social icons ============================================= */ .kode_eco_social_icons{ float: right; position: relative; } .social-accounts{ border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; padding-right: 11px; padding-left: 10px; min-height: 30px; } .social-accounts, .social-accounts li{ float: left; } .kode_eco_social_icons a{ color:#575757; } .social-accounts li a:hover:before{ width:100%; opacity: 1; } .kode_eco_social_icons li{ padding: 3px 0px; } .social-accounts li a{ display: inline-block; padding:0 10px; vertical-align: middle; position: relative; } .social-accounts li a:before{ border-top: 2px solid; content: ""; left: 0; position: absolute; right: 0; top: -14px; opacity: 0; width:0; } .social-accounts li .kode_login_social-account{ position: absolute; right: 0px; top: 100%; width: 360px; margin-top: 15px; visibility: hidden; opacity: 0; } .kode_eco_buy_item{ display: inline-block; padding: 3px 0 0 20px; background-color: transparent; } .kode_eco_buy_item:after{ display: none; } .kode_buying-items.dropdown-menu sub, .kode_eco_buy_item sub{ font-size: 10px; width:20px; height: 20px; font-weight: 400; line-height: 20px; text-align: center; border-radius: 100%; color:#fff; display: inline-block; box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2); right: 2px; top: -6px; } /* ============================================= Eco buying items ============================================= */ .kode_buying-items{ float: left; width:100%; padding: 10px 15px 8px; box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.2); border:none; margin-top: 10px; border:1px solid #eee; } .kode_buying-items ul{ float: left; width:100%; } .kode_buying-items ul li{ float: left; width:100%; border-bottom: 1px solid #d4d4d4; padding: 10px 0 6px; } .kode_buying-items ul li:last-child{ border-bottom: none; } .kode_buying-items ul li a{ display: inline-block; width:100%; position: relative; } .kode_buying-items ul li a img{ float: left; width:50px; margin-right: 15px; border:1px solid #d4d4d4; } .kode_buying-items ul li a .eco_buy_item_captions{ float: left; width:auto; overflow: hidden; } .kode_buying-items ul li a .eco_buy_item_captions span{ font-size: 14px; font-weight: 600; text-transform: capitalize; } .kode_buying-items ul li a .eco_buy_item_captions b{ font-size: 14px; display: block; font-weight: 500; } .kode_buying-items ul li a .cross{ float: right; display: inline-block; } .kode_buying-items.dropdown-menu sub{ float: left; left: -9px; position: absolute; top: -8px; } /* ============================================= Eco buying items ends ============================================= */ /* ============================================= Eco navigations starts ============================================= */ .kode_navigaion_bar{ border-radius: 0 0 10px 10px; float: left; margin-bottom: -35px; position: relative; width: 100%; box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1); } .kode_eco_navigations{ float: left; width:100%; position: relative; /* background-image: url(../images/eco_innerpage_banner_bg_02.jpg); */ } .navigation{ float: left; text-align: center; } .navigation > ul{ float: left; width: auto; margin-bottom: -5px; list-style: none; } .use-dropdown{ float: left; width: auto; margin-right: 0px; position: relative; } .navigation > ul > li{ float: left; width: auto; margin-right: 0px; } .navigation > ul > li:last-child{ margin: 0; } .navigation > ul > li > a{ float: left; width: 100%; padding: 25px 29px 26px; text-transform: uppercase; line-height: normal; font-size: 14px; color: #fff; font-weight: 600; overflow: hidden; position: relative; z-index: 1; } .navigation > ul > li > a:before{ background: #fff; content: ""; height: 0; left: 0; position: absolute; top: 0; right: 0px; width: 100%; z-index: -1; } .navigation > ul > li:hover > a:before{ height: 100%; top:0px } .navigation > ul .children{ position: absolute; top: 98%; width:220px; left:0; visibility: hidden; opacity: 0; background: #fff; padding: 10px 0 0px; margin: 0; z-index: 15; border-radius: 0 0 2px 2px; min-height: 0; transform-origin:0 0 0; -webkit-transform-origin:0 0 0; -moz-transform-origin:0 0 0; -o-transform-origin:0 0 0; transform: perspective(600px) translateY(23px); -webkit-transform: perspective(600px) translateY(23px); -moz-transform: perspective(600px) translateY(23px); -o-transform: perspective(600px) translateY(23px); box-shadow: 0px 7px 8px 0px rgba(51,51,51,0.2); z-index: 99999; } .navigation > ul .eco-mega-menu{ position: absolute; top: 98%; width:1140px; left:0; opacity: 0; background: #fff; padding: 20px 17px 0px; margin: 0; border-radius: 0 0 10px 10px; min-height: 0; -webkit-transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1); -moz-transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1); -o-transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1); transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1); box-shadow: 0px 7px 8px 0px rgba(51,51,51,0.2); z-index: 9999; visibility: hidden; } .children li a:after{} .nav-menu-mega li a:after { position: absolute; content:"\f105"; right: 0px; bottom: 0px; top:16px; vertical-align: middle; font-family: fontawesome; color:#b2b2b2; } .navigation > ul .children > li:hover .children{ top: 0%; } .navigation > ul .children > li .children{ right:-100%; left: auto; } .nav-menu-mega li, .navigation > ul .children > li{ float: left; width: 100%; padding: 0px 20px; } .navigation > ul .children > li{ border-bottom: 1px solid #e5e5e5; } .navigation > ul .children > li:last-child{ border:none; } .navigation > ul .children > li:hover{ background-color: #333; } #trans-nav ul .children li:hover a{ color:#fff; } .nav-menu-mega li a:after{ top:9px; } .navigation > ul .eco-mega-menu{ width:100%; z-index: 9999; } /* ============================================= Eco Mega menu ============================================= */ .navigation > ul > li:hover .eco-mega-menu, .navigation > ul > li:hover .children{ top: 100%; visibility: visible; opacity: 1; min-height: 100%; transform-origin:0 0 0; -webkit-transform-origin:0 0 0; -moz-transform-origin:0 0 0; -o-transform-origin:0 0 0; transform: perspective(600px) rotateX(0deg) translateY(0px); -moz-transform: perspective(600px) rotateX(0deg) translateY(0px); -o-transform: perspective(600px) rotateX(0deg) translateY(0px); -webkit-transform: perspective(600px) rotateX(0deg) translateY(0px); } .nav-menu-mega li a, .navigation > ul li .children li a{ float: left; width: 100%; text-align: left; padding: 15px 0px 16px; color:#575757; position: relative; text-transform: capitalize; } .nav-menu-mega li a{ border-bottom: 1px solid #e5e5e5; } /*Last Navigation*/ .nav-menu-mega li:last-child a, .navigation > ul li .children li:last-child a{ border-bottom: none; } .navigation > ul li.last .children{ left:-100%; right: 0; } .eco-mega-menu{ float: left; width:100%; padding: 27px 0px 30px; background-color: #fff; text-align: left; } .nav-menu-mega, .listing-nav{ float: left; width:100%; } .nav-menu-mega{ margin-bottom: 20px; } .heading-menu{ float: left; width:100%; font-size: 14px; font-weight: 600; color:#2e2e2e; margin-bottom:6px; text-transform: uppercase; } .heading-menu i{ margin-right:10px; } .nav-menu-mega li a:hover{ padding-left: 5px; } .nav-menu-mega li a{ padding: 7px 0px 8px; text-transform: capitalize; font-weight: 600; } .nav-feature-video{ float: left; width:100%; } .thumb{ float: left; width:100%; position: relative; margin-top: 10px; } .thumb:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; background-color: rgba(0,0,0,0.4); } .video-effect-btn{ position: absolute; top:50%; left:0px; right: 0px; margin:-30px auto; text-align: center; } .video-effect-btn a{ border: 4px solid #fff; border-radius: 100%; display: inline-block; font-size: 20px; height: 65px; line-height: 57px; padding: 0 23px; text-align: center; width: 65px; } .eco-mega-menu{ position: absolute; left:0px; right: 0px; width:1140px; top:100%; } .eco_services_environment{ float: left; width:100%; } .eco_services_environment{ background-image: url(../images/eco-services-bg-img.jpg); background-repeat: no-repeat; background-size: cover; } .kode_button{ position:relative; overflow:hidden; } .kode_button a:hover{ background-color:#333; color:#fff; } .kode_button:before{ background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 0%, 0px); -webkit-transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 0%, 0px); width: 100%; z-index:-1; } /* ============================================= Eco navigation ends ============================================= */ /* ============================================= Eco checkbox default and login ============================================= */ /* ============================================= Eco checkbox ============================================= */ .kode_checkbox_style{ float: left; width:100%; margin-bottom: 10px; } .kode_radio_style span, .kode_checkbox_style span{ display: inline-block; width:10px; height: 10px; border:1px solid; position: relative; margin-right: 10px; } .kode_radio_style span:before, .kode_checkbox_style span:before{ position: absolute; content:""; top:1px; left:1px; right: 0px; width:6px; bottom:0px; text-align: center; height: 6px; background-color: transparent; } .kode_radio_style label input, .kode_checkbox_style label input{ display: none; } .kode_radio_style label, .kode_checkbox_style label{ padding-left: 0px; margin-bottom: 0px; display: inline-block; } /* ============================================= Eco login account ============================================= */ .kode_login_social-account{ float: left; width:100%; } #form01 .modal-body, #form01 .modal-content, #form01 .modal-header{ border:none; padding: 0px; box-shadow: none; background-color: transparent; } #form01 .modal-dialog{ width: 611px; } .close:hover, .close:focus{ background-color: transparent; } #form01 .close{ background: transparent none repeat scroll 0 0; border: 1px solid; color: #fff; cursor: pointer; height: 30px; line-height: 15px; opacity: 1; padding: 0; position: relative; right: 39px; text-align: center; top: 70px; width: 30px; z-index: 9999; } .eco-login-registration{ background-image: url(../extra-images/login_bg_img.jpg); background-size: cover; background-repeat: no-repeat; float: left; width:100%; position: relative; z-index: 1; padding: 70px 30px; } .eco-login-registration:after{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; opacity: 0.9; z-index: -1; } .kode-email-account input[type="text"]{ width:100%; height: 50px; font-size: 14px; margin-bottom: 20px; color:#b2b2b2; text-shadow:1px 0 0 #b2b2b2; } .eco-forgot-account{ display: inline-block; margin-bottom: 15px; color:#fff; float: right; font-weight: 600; text-decoration: underline; } .kode-email-account label small { color: #fff; display: inline-block; margin-bottom: 5px; text-transform: capitalize; } .login-user{ float: left; width:100%; } .eco_title_form h3 b{ color:#fff; } .login-user p{ display: inline-block; color:#fff; font-size: 14px; text-transform: uppercase; } .kode-email-account label{ margin-bottom: 0px; } .login_registor-style small{ font-weight: 600; } .login_registor-style small, .login-user p a{ color:#fff; } .login-user p a{ font-weight: 600; text-decoration: underline; } .login_registor-style{ line-height: 14px; margin-bottom: 27px; width:auto; } .login_registor-style span{ border-color: #fff; border-width: 2px; } .login_style{ border-color:transparent; margin-bottom: 25px; display: table-caption; } .login_style:hover{ background-color: #333; color:#fff; } .eco_title_form{ float: left; width:100%; } .eco_title_form h3{ font-weight: bold; color:#fff; text-transform: uppercase; margin-bottom: 8px; } .eco_title_form p{ display: inline-block; color:#ffffff; margin-bottom: 30px; } .login_registor-style input[type="checkbox"]:checked ~ span:before{ bottom: 0; content: ""; height: 4px; left: 1px; position: absolute; right: 0; text-align: center; top: 1px; width: 4px; background-color: #fff; } .login_registor-style input[type="checkbox"]:checked ~ small{ color:#fff; } /* ============================================= Eco login account default ends ============================================= */ /* ============================================= Eco login account white page ============================================= */ .white-login-form{ float: left; width:100%; background-image: none; } .white-login-form .eco-login-registration:after{ display: none; } .white-login-form .eco-login-registration{ background: none; } .white-login-form .eco_title_form h3{ color:#2e2e2e; } .white-login-form .eco_title_form p{ color:#636363; } .white-login-form span{ color: #999999; border-color: #999999; } .white-login-form input[type="checkbox"]:checked ~ span{ border-color: #999999; } .white-login-form input[type="checkbox"]:checked ~ span:before{ background-color: #999999; } .white-login-form input[type="checkbox"]:checked ~ small{ color:#999999;636363 } .white-login-form small{ color:#999999; } .white-login-form .eco-forgot-account{ color:#636363; } .white-login-form .login-user p{ color:#999999; } .white-login-form .login_style{ color:#fff; } .white-login-form .login-user p a{ color:#575757; } /* ============================================= Eco login account ends ============================================= */ /* ============================================= Eco Banner starts ============================================= */ .eco_banner{ float: left; width:100%; position: relative; z-index: 1; } .eco_banner figure{ float: left; width:100%; position: relative; z-index: 2; } .banner-slider{ cursor:col-resize; } .eco_banner figure:before{ position: absolute; content:""; top:0px; left: 0px; right: 0px; bottom:0px; background-color: rgba(0, 0, 0, 0.7); z-index: 1; } .kode_eco_captions{ position: absolute; left:0px; right: 0px; margin:-125px auto 0; top: 50%; z-index: 3; } .position-right{ text-align: right; } .position-center{ text-align: center; } .kode_eco_captions h2, .kode_eco_captions h2 b, .kode_eco_captions h1{ text-transform: uppercase; margin-bottom: 0px; } .kode_eco_captions h1{ margin-bottom: 1px; } .kode_eco_captions h2{ font-weight: bold; font-size: 54px; margin-bottom: 9px; } .kode_eco_captions p, .kode_eco_captions a, .kode_eco_captions h1, .kode_eco_captions h2{ color:#fff; border-color: #fff; } .kode_eco_captions a{ margin-right: 16px; } .kode_eco_captions a:last-child{ margin-right: 0px; } .kode_button{ float: right; padding: 15px 30px; z-index: 1; } .kode_eco_captions p{ font-size: 20px; margin-bottom: 37px; } .eco_page_link{ float: left; width:100%; text-align: center; } .eco_page_link li{ display: inline-block; position: relative; margin-right: 7px; padding-right: 13px; } .eco_page_link li:last-child{ margin: 0px; padding: 0px; } .eco_page_link li:last-child:before{ display: none; } .eco_page_link li:before{ position: absolute; content:""; top:3px; border-right: 1px solid #fff; min-height: 14px; right:0px; transform: skewX(-21deg); -webkit-transform: skewX(-21deg); } .eco_page_link li a{ display: inline-block; text-transform: capitalize; color:#fff; font-size: 16px; font-weight: 500; line-height: 16px; } .eco_inner_page_banner{ float: left; width:100%; position: relative; z-index: 2; background-image: url(../images/eco_innerpage_banner_bg.jpg); background-size: cover; background-repeat: no-repeat; padding: 80px 0px 50px; z-index: 1; } .eco_inner_page_banner:before{ position: absolute; content: ""; top:0px; left:0px; right: 0px; bottom:0px; background-color: rgba(25,25,25,0.8); z-index: -1; } .eco_inner_page_banner .eco_headings{ margin-bottom: 0px; } .eco_inner_page_banner .eco_headings h3{ margin: 0px; color:#fff; font-size: 48px; } .eco_inner_page_banner .eco_headings h3 b{ color:#fff; } /* ============================================= Eco Banner ends ============================================= */ /* ============================================= Eco services starts ============================================= */ .thumb-widthout-layer, .eco_services_environment{ float: left; width:100%; } .eco_service_cols, .eco_services{ float: left; width:100%; } .eco_service_cols{ margin-bottom: 34px; padding: 0px 10px; } .eco_service_cols.rtl_service div{ text-align: left; } .eco_service_cols.rtl_service span{ float: left; margin-left: 0px; margin-right: 29px; } .eco_service_cols span{ width:70px; height: 70px; font-size: 40px; float: right; text-align: center; line-height: 70px; border-radius: 100%; margin-left: 29px; margin-top:2px; position: relative; z-index: 1; background-color: transparent; } .eco_service_cols span:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; border:2px solid #333; bottom:0px; margin: 0 auto; border-radius: 100%; z-index: -1; transform:scale(1); -webkit-transform:scale(1); } .eco_service_cols:hover span:before{ transform:scale(0.9); -webkit-transform:scale(0.9); border-color:#fff; } .eco_service_cols:hover span{ color:#fff; } .eco_service_cols div{ float: none; overflow: hidden; width: auto; text-align: right; } .eco_service_cols div h4{ text-transform: uppercase; font-weight: 600; margin-bottom: 10px; } .eco_service_cols div p{ margin-bottom: 0px; } .eco_items-services{ float: left; width:100%; padding-top: 100px; } .thumb-widthout-layer{ text-align: center; } .thumb-widthout-layer img { text-align: center; width: 80%; } .eco_services{ margin-bottom: 29px; } /* ============================================= Eco services ends ============================================= */ /* ============================================= Eco Featured starts ============================================= */ .eco_featured_causes{ float: left; width:100%; } .eco_featured_causes .draggable .slick-track{ } .feature-blog{ float: left; width:100%; background-color: #f0f0f0; } .causes-margin-bottom{ margin-bottom: 4px; } .eco-progress-row{ float: left; width:100%; } .feature_blog_caption{ float: left; width:100%; padding: 24px 19px 28px; background-color: #f0f0f0; } .feature_blog_caption h5{ margin-bottom: 0px; } .feature_blog_caption h5 a{ font-weight: 600; color:#2e2e2e; display: inline-block; font-size: 18px; text-transform: uppercase; margin-bottom: 15px; } .feature_blog_caption p{ margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #c0c0c0; } .widget_post_slider .feature_blog_caption .eco-progress-row span { color:#fff; } .eco-thumb-bg .feature_blog_caption, .eco-thumb-bg{ float: left; width:100%; position: relative; border-radius: 10px; z-index: 11; background-color: transparent; } .eco-thumb-bg .feature_blog_caption:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; background-image: url(../extra-images/blog-grid-img-bg01.jpg); background-size: cover; background-repeat: no-repeat; border-radius: 10px; z-index: -1; } .eco-thumb-bg .feature_blog_caption:after{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; opacity: 0.8; border-radius: 10px; z-index: -1; } .feature_blog_caption h3{ margin-bottom: 0px; font-size: 34px; text-transform: uppercase; font-weight: bold; color:#fff; margin-bottom: 17px; } .eco-thumb-bg .feature_blog_caption h5{ margin-bottom: 20px; color:#fff; } .eco-thumb-bg .feature_blog_caption p{ padding-bottom: 26px; margin-bottom: 25px; color:#fff; border-color: #fff; } .eco-thumb-bg .feature_blog_caption a{ width:100%; background-color: #fff; color:#333; } .back.eco-thumb-bg .feature_blog_caption{ padding: 61px 20px; } .feature_blog_caption .skill{ font-weight: 600; } .back.eco-thumb-bg .feature_blog_caption span{ float: left; margin-bottom: 0px; margin-right: 10px; } .back.eco-thumb-bg .feature_blog_caption span:last-child{ margin-right: 0px; } .back.eco-thumb-bg .feature_blog_caption .progress-names{ margin-top: 0px; } .eco-thumb-bg .eco-progress-row{ margin-bottom: 50px; } .ralated_causes_grids .eco_flip-container{ height: 520px; } .ralated_causes_grids .progress-wrap { border-width: 2px; } .ralated_causes_grids .progress-wrap .progress{ border-width: 0px; } /* hover effect eco */ .eco_flip-container { perspective: 1000px; transform-style: preserve-3d; -webkit-perspective: 1000px; -webkit-transform-style: preserve-3d; } .eco_flip-container:hover .back { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); } .eco_flip-container:hover .front { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .eco-thumb-bg .eco_flip-container, .front, .back { width: 100%; height:486px; } .eco_flip-container{ /*height:486px;*/ height: 487px; margin-top: 0; margin-bottom: 30px; position: relative; } .three-columns .eco_flip-container, .three-columns .front,.three-columns .back{ height:450px; } .three-columns .back.eco-thumb-bg .feature_blog_caption{ padding: 20px; } .flipper { transition: 0.6s; transform-style: preserve-3d; -webkit-transition: 0.6s; -webkit-transform-style: preserve-3d; position: relative; } .front, .back { backface-visibility: hidden; transition: 0.6s; -webkit-transition: 0.6s; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; position: absolute; top: 0; left: 0; } /* placed above back */ .front { z-index: 2; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); box-shadow: 0px 10px 5px 1px rgba(0, 0, 0, 0.1); border-radius:10px; float: left; height: auto; width: 100%; } .front figure img{ border-radius: 5px; } .back { transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); z-index: -1; } .vertical.eco_flip-container { position: relative; } .vertical .back { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); } .vertical.eco_flip-container:hover .back { transform: rotateX(0deg); webkit-transform: rotateX(0deg); } .vertical.eco_flip-container:hover .front { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); } .eco_flip-container .eco-thumb-bg .eco-progress-row .progress-bar-success span .val{ color:#fff; } /* ============================================= Eco Featured ends ============================================= */ /* ============================================= Eco Donation Form starts ============================================= */ .eco_donation_form{ float: left; position: relative; z-index: 9; width:100%; padding: 0px 0px; } .eco_filing_form{ float: left; width:100%; position: relative; background-image: url(../images/donation_form_bg.jpg); background-size: cover; background-repeat: no-repeat; } .eco_filing_form:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; background-color: rgba(0, 0, 0, 0.8); } .eco_input_your_detail{ float: left; width:100%; } .eco_input_types{ width:100%; height: 50px; border-radius: 5px; } .eco_form_importer .eco_input_types{ height: 50px; padding: 0px 20px; } .eco_form_importer{ float: left; width:100%; text-align: left; padding: 70px 30px; background-color: #fff; } .eco_form_importer .eco_headings{ text-align: left; margin-bottom: 17px; } .eco_importer{ float: left; width:100%; margin-bottom: 20px; } .donation_form_style{ float: left; width:100%; } .eco_importer .chosen-container-active .chosen-single{ border:1px solid #c0c0c0; box-shadow: none; } .chosen-container-single .chosen-single div, .eco_importer .chosen-container-single .chosen-single div b{ background-color: transparent; } .eco_importer .chosen-container-single .chosen-single div b::before{ content:"\f0d7"; font-family: fontawesome; } .form-submit-eco-btn{ float: left; width:100%; } .form-submit-eco-btn button{ color:#fff; border-radius: 5px; } .eco_process_of_counter{ float: left; width:100%; padding: 35px 0 0; } .eco_process_of_counter .eco_counter{ float: left; width:100%; position: relative; } .eco_count_up{ float: left; width:50%; position: relative; } .eco_counter li:before{ position: absolute; content:""; top:54px; right: 0px; width:23px; height: 23px; border-radius: 100%; border:5px solid #dddddd; } .eco_counter li{ float: left; width:100%; } .eco_counter li.left-side:before{ right:auto; left:50%; } .eco_counter li.right-side:before{ right:auto; left:50%; } .eco_counter li { float: left; width: 100%; position: relative; } .eco_counter li.right-side .eco_count_up span i{ /*font-size: 84px;*/ font-size: 58px; line-height: 45px; } .left-side{ float: left; text-align: left; } .eco_count_up span i{ font-size: 50px; display: block; line-height: 45px; margin-bottom: 13px; } .eco_count_up h3{ font-size: 42px; font-weight: bold; color:#fff; display: inline-block; margin-bottom: 3px; text-transform: uppercase; } .eco_count_up p{ font-size: 14px; color:#fff; font-weight: 600; text-transform: uppercase; margin-bottom: 0px; } .eco_counter:before{ position: absolute; content: ""; top:0px; bottom:0px; right: 50%; border-right: 1px solid #fff; margin-right: -12px; } .eco_counter .left-side .eco_count_up{ text-align: right; padding-right: 60px; } .eco_counter .right-side .eco_count_up{ text-align: left; float: none; float: right; padding-left: 82px; } /* ============================================= Eco Donation Form ends ============================================= */ /* ============================================= Eco Our Products starts ============================================= */ .eco_our_products{ float: left; width:100%; } .eco_thumb_blog{ float: left; width:100%; position: relative; border:1px solid #e3e3e3; padding: 20px 10px 20px; overflow:hidden; cursor: pointer; height: auto; } .eco_thumb_blog img{ margin-bottom:15px; } /*============================ default Hover effect /*===========================*/ .mediem_btn_02.tcolor{ overflow:hidden; position:relative; cursor: pointer; } .mediem_btn_02.tcolor:hover{ color:#fff; } .eco_hover_effect{ overflow:hidden; float:left; width:100%; position:relative; cursor: pointer; } .mediem_btn_02.tcolor:before, .eco_hover_effect:before { background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px); -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px); width: 100%; z-index:2; } .mediem_btn_02.tcolor:hover:before, .eco_hover_effect:hover:before { transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px); -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px); } .mediem_btn_02.tcolor:hover:after, .eco_hover_effect:hover:after{ opacity:0.8; top:0px; visibility:visible; } .mediem_btn_02.tcolor:after, .eco_hover_effect:after{ content: ""; height: 100%; left: 0; right:0px; opacity:0.4; visibility:hidden; bottom:0px; position: absolute; top: 0px; width: 100%; z-index:1; } .effective-div { backface-visibility: hidden; color: #fff; text-transform: uppercase; } .eco_hover_effect:hover img{ opacity: 0.6; transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); } .eco_hover_effect img { display: block; max-width: 100%; min-height:auto; position: relative; transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; } /*==================== Hover effect ends /*===================*/ .eco-blog-caption{ text-align: center; } .eco-blog-caption h6{ display: inline-block; border: none; margin-bottom: 5px; padding-bottom: 0px; } .eco-blog-caption .show-sale{ z-index:1; } .eco-blog-caption p{ font-weight: 600; text-transform: uppercase; margin-bottom: 6px; } .eco_hover_btn, .effective-div{ position: absolute; left:0px; right: 0px; top:50%; margin-top: 0px; opacity:0; text-align: center; z-index:3; } .eco_hover_effect:hover .eco_hover_btn, .eco_thumb_blog:hover .effective-div{ margin-top: -18px; opacity:1; } .eco_hover_effect .eco_hover_btn a{ color:#fff; } .eco_hover_effect .eco_hover_btn a:hover{ color: #7abf18; } .eco-filter-div{ float:left; width:100%; border-top:1px solid #e0e0e0; padding:15px 0px 0px; margin-bottom:16px; } .eco_filter-anchor{ float:right; } .eco_filter-anchor li{ float:left; margin-right:40px; } .eco_filter-anchor li:last-child{ margin-right:0px; } .eco_filter-anchor li a{ display:inline-block; font-size:14px; font-weight:600; color:#636363; cursor:pointer; } .filterable-parent-section{ margin-left:0px; margin-right:-30px; } .eco_filterable_columns{ float: left; margin-right: 20px; overflow: hidden; padding-right: 0px; width: 262px; margin-bottom: 30px; } .eco_filterable_columns figure{ float: left; width:100%; } .eco_filterable_columns figure img{ width:100%; } /* ============================================= Eco Our Products ends ============================================= */ /* ============================================= Eco Video section ============================================= */ .eco_video_section{ float:left; width:100%; position:relative; background-image:url(../images/eco_videoscreen_bg.jpg); background-size:cover; background-repeat:no-repeat; padding:67px 0 65px; z-index:1; } .eco_video_section:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; opacity:0.8; z-index:-1; } .eco_video_content{ float:left; text-align:center; width:100%; } .eco_video_content .video-icon-button{ display:inline-block; color:#fff; font-size:100px; line-height:0px; margin-bottom:30px; } .eco_video_content .video-icon-button i{ line-height:109px; display:inline-block; } .eco_video_content h3{ font-size:48px; color:#fff; line-height:48px; font-weight:600; margin-bottom:27px; text-transform:uppercase; } .eco_video_content p{ color: #fff; font-size: 18px; margin: 0 auto 37px; width: 70%; } .eco_video_content .watch-now-button{ font-size:18px; font-weight:600; color:#fff; text-transform:uppercase; line-height:normal; } .eco_video_content .watch-now-button i{ margin-left:12px; } /* ============================================= Eco Video section ends ============================================= */ /* ============================================= Eco events section starts ============================================= */ .eco_events_columns{ float:left; width:100%; } .eco_events_section{ float:left; width:100%; margin-bottom:30px; } .eco_event_img .thumb{ margin-top:0px; } .events-detail{ float:left; width:100%; padding:18px 0 0; } .eco_event_img{ float:left; width:100%; } .eco_event_img img{ width:100%; } .eco_padding{ padding:20px 0px; padding-left:50px; } .events-detail > li{ float:left; width:100%; position:relative; margin-bottom: 18px; z-index: 1; } .events-detail > li:before{ position: absolute; content:""; top:0px; left: 0px; bottom:0px; right: 0px; background: url("../extra-images/event_listing_hover_img01.jpg"); opacity: 0; z-index: -1; border-radius:5px; background-size: cover; } .events-detail > li:after{ position: absolute; content: ""; top:0px; left: 0px; right: 0px; bottom:0px; background-color: #7abf18; opacity: 0; z-index: -1; } .events-detail > li:hover:after{ opacity: 0.8; } .events-detail > li:hover:before{ opacity: 0.8; } .eco_events_columns .events-detail{ padding-top: 8px; } .icon-style:after{ position: absolute; content: ""; top:0px; left:0px; right: 0px; bottom:0px; background-color: transparent; border-radius: 100%; z-index: -1; } .events-detail > li:hover .icon-style{ } .events-detail > li:hover .icon-style:after{ background-color:#fff ; } .events-detail > li:last-child{ margin-bottom:0px; } .icon-style{ float:left; width:90px; height:90px; border-radius:100%; border:4px solid #fff; text-align:center; line-height:82px; color:#fff; font-size:40px; position:absolute; top:16px; left:-73px; z-index:1; } .eco_event_content{ float:left; width:100%; } .eco-list-event, .eco_list_event{ float: none; width: auto; overflow: hidden; } .eco_list_event ul{ float:left; width:100%; height: 420px; } .eco_list_event ul li{ float:left; } .event_meta{ float:left; width:100%; margin-bottom:3px; } .event_meta li small{ text-transform:capitalize; color:#999; float:left; margin-right:10px; } .event_meta li p{ display:inline-block; font-weight:600; margin-right:6px; width:auto; } .event_meta li p a{ margin-left:6px; display:inline-block; font-weight:600; } .event_meta li .meta-author{ display: inline-block; font-weight: 600; margin-right: 6px; color:#2e2e2e; } .event_meta .eco_share{ display:inline-block; font-weight:600; } .event_meta .eco_share i{ margin-right:6px; color:#999999; } .eco-event-title{ float:none; } .eco-event-title h5{ font-weight:500; text-transform:uppercase; margin-bottom:0px; margin-bottom:2px; color:#2e2e2e; } .eco-event-title p{ display:inline-block; font-weight:500; margin-bottom:0px; color:#2e2e2e; } .eco-event-title p i{ margin-right:10px; color:#2e2e2e; } .events-detail > li:hover .event_date_02 b, .events-detail > li:hover .event_meta .eco_share i, .events-detail > li:hover .event_date_02, .events-detail > li:hover .event_meta li p a, .events-detail > li:hover .event_meta li small, .events-detail > li:hover .event_meta .eco_share, .events-detail > li:hover .eco-event-title p, .events-detail > li:hover .eco-event-title p i, .events-detail > li:hover .eco-event-title h5{ color:#fff; cursor:pointer; } /* ============================================= Eco events section ends ============================================= */ /* ============================================= Eco Testimonial starts ============================================= */ .eco-testimonial-section{ float:left; width:100%; position:relative; overflow:hidden; padding:70px 0px 70px; } .eco-testimonial-section .container{ z-index:2; position:relative; } .testimonial-slider-bg:before{ position:absolute; left:0px; right:0px; top:0px; bottom:0px; content:""; background-color:#373737; opacity:0.93; z-index:1; } .testimonial-slider-bg img{ filter: grayscale(100%); -webkit-filter: grayscale(100%); opacity:1; transform:scale(2.1); -webkit-transform:scale(2.1); min-height: 100%; } .eco-testimonial-section .testimonial-slider-bg, .eco-testimonial-section .testimonial-slider-bg .bx-wrapper, .eco-testimonial-section .testimonial-slider-bg .bx-wrapper .bx-viewport{ height:560px; } .eco-testimonial-section .testimonial-slider-bg .bx-wrapper .bx-viewport{ overflow:visible !important; } .eco-testimonial-section .testimonial-slider-bg{ position:absolute; top:0px; left:0px; right:0px; overflow:hidden; text-align:center; z-index:1; } .eco_testimonial-section{ float:left; width:100%; padding-bottom:52px; position:relative; } .eco_testimonial-section:after, .eco_testimonial-section:before{ bottom: 50%; font-family: fontawesome; font-size: 30px; left: 0; margin-bottom: -92px; position: absolute; right: 0; } .eco_testimonial-section:before{ content:"\f10d"; right:auto; left:70px; } .eco_testimonial-section:after{ content:"\f10e"; left:auto; right:70px; } .eco_testimonial-user .img-slide{ display:inline-block; position:relative; margin-bottom:0px; } .bx-wrapper { float: left; width: 100%; } .eco_testimonial-section .eco_testimonial-user .img-slide:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; background-color:#2e2e2e; opacity:0.7; border-radius:100%; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-current .img-slide:before{ opacity:0; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active .img-slide img{ border:none; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-current .img-slide img{ } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-current .img-slide{ border:3px solid #7abf18; border-radius: 100%; } .eco_testimonial-user .img-slide img{ width:100%; border-radius:100%; } .eco_testimonial-user{ float:left; width:100%; } .testimonial-information p{ display:inline-block; color:#fff; font-weight:600; } .eco_testimonial_meta { float: left; width:100%; text-align: center; } .eco_testimonial_meta li{ display: inline-block; } .eco_testimonial_meta li a{ display: block; font-size:18px; font-weight:700; margin-bottom:4px; margin-top:4px; text-transform:uppercase; } .eco_testimonial_meta li small{ display:block; color:#fff; text-transform:capitalize; margin-bottom:20px; } .eco_testimonial-section .slider-for{ width:100%; } .eco_testimonial-section .slider-nav{ width:60%; float:none; margin:0 auto; text-align:center; margin-bottom:21px; } .testimonial-information{ padding: 0 138px; text-align:center; } .eco_testimonial-section .eco_testimonial-user small, .eco_testimonial-section .eco_testimonial-user a{ opacity:0; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active{ transform:translateY(0px); -webkit-transform:translateY(0px); visibility:visible; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active.slick-current{ -webkit-transform:translateY(0px); visibility:visible; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active.slick-current a, .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active.slick-current small{ opacity:1; } .eco_testimonial-section .slick-dots{ bottom: 0px; left: 0; position: absolute; right: 0; margin: 0 auto; text-align: center; } .eco_testimonial-section .slick-slider{ position:static; } .eco_testimonial-section .slick-dots li{ display:inline-block; list-style:none; margin-right:10px; } .eco_testimonial-section .slick-dots li:last-child{ margin-right:0px; } .eco_testimonial-section .slick-dots li button{ width:8px; height:8px; background-color:#cccccc; font-size:0px; padding:0px; border-radius:100%; } /* ============================================= Eco Testimonial ends ============================================= */ /* ============================================= Eco Latest Blog section ============================================= */ .eco_blog_section{ float:left; width:100%; } .eco_blog_section .blog-picture-down .eco_thumb{ margin-bottom:0px; } .eco_blog_column .eco_thumb img{ border-radius:4px; width:100%; } .eco_blog_column figure{ position: relative; float: left; width:100%; } .eco_blog_column.blog-picture-down figure:before{ bottom:auto; top:0px; width: 0; position: absolute; content:""; height: 0; border-style: solid; border-width: 12px 13px 0 13px; border-color: #ffffff transparent transparent transparent; } .eco_blog_column figure:before{ position: absolute; content:""; bottom:30px; left:0px; right: 0px; z-index: 999; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 0 13px 12px 13px; border-color: transparent transparent #ffffff transparent; } .eco_blog_column .eco_thumb{ position:relative; } .eco_blog_column{ margin-bottom:30px; } .blog-picture-down .eco_blog_content{ margin-bottom:24px; } .eco_blog_column{ float:left; width:100%; } .eco_blog_column .eco_thumb{ float:left; width:100%; margin-bottom:30px; } .eco_blog_content{ float:left; width:100%; } .eco_blog_content .eco-event-title{ float:none; width:auto; overflow:hidden; padding-top:0px; } .eco-event-title h5{ width:auto; } .eco_blog_content p{ float:left; width:100%; margin-bottom:0px; } .eco_recent_posts .eco_viewers_meta li{ margin-bottom: 0px; } .eco_viewers_meta{ float:left; width:100%; padding:16px 0 16px; } .eco_viewers_meta{ float: left; } .eco_viewers_meta li a small{ color:#999999; display: inline-block; } .eco_viewers_meta li{ float: left; width: auto; margin-bottom: 0px; } .eco_viewers_meta a{ float:left; font-size:14px; font-weight:500; color:#636363; text-transform:capitalize; margin-right: 8px; padding-right: 8px; position:relative; } .eco_viewers_meta a:before{ position:absolute; content:""; top:6px; right:0px; border-right:1px solid #636363; height:11px; } .eco_viewers_meta li:last-child a{ border-right:none; margin-right:0px; padding-right:none; } .eco_viewers_meta li:last-child a:before{ display:none; } /* ============================================= Eco Latest Blog section ends ============================================= */ /* ============================================= Eco Footer starts ============================================= */ .eco_footer_content{ float:left; width:100%; position:relative; z-index:2; } .eco_footer_columns .clear{ display: none; } .eco_footer_content .eco_sm_titles{ color:#fff; margin-bottom:25px; } .eco_footer_content p{ color:#fff; font-weight:600; margin-bottom:0px; } .eco_footer_content:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; background-image:url(../images/footer-bg-img.jpg); background-size:cover; background-repeat:no-repeat; z-index:-1; } .eco_footer_content:after{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; background-color:#1e1e1e; opacity:0.96; z-index:-1; } .eco_footer_columns{ float:left; width:100%; padding:46px 0px 49px; border-bottom:1px solid #3a3b38; } .eco_offices_info{ float:left; width:100%; } .eco_offices_info .social-icons li:hover a{ background-color:transparent; } .eco_offices_info p{ margin-bottom:14px; } .eco_admin_info { float:left; width:100%; margin-bottom:4px; } .eco_admin_info li{ float:left; width:100%; margin-bottom:13px; } .eco_admin_info li i{ float:left; color:#8f918e; width:30px; font-size:14px; padding:4px 0px 0px; } .eco_admin_info li p{ float:none; width:auto; margin-bottom:0px; } .eco_recent_blog_post{ float:left; width:100%; } .eco_recent_posts{ float:left; width:100%; } .eco_widget_post{ float:left; width:100%; } .eco_widget_post li{ float:left; width:auto; margin-bottom:7px; } .eco_widget_post li:last-child{ margin-bottom:0px; } .eco_recent_posts .eco_thumb{ float: left; margin-right: 13px; margin-top: 4px; width: 60px; } .eco_recent_posts .eco_thumb img{ border-radius:3px; } .eco_post-content{ float:none; overflow:hidden; width:auto; padding:0px 20px 0px 0px; } .eco_post-content small{ font-size:12px; color:#b2b2b2; font-weight:700; text-transform:capitalize; } .eco_post-content p a{ display:inline-block; color:#fff; font-weight:600; } .eco_our_features{ float: left; width:100%; } .eco_feature_campaigns{ float:left; width:100%; } .eco_feature_campaigns li{ float:left; width:100%; padding-left:20px; margin-bottom:14px; position:relative; } .eco_feature_campaigns li:last-child{ margin-bottom:0px; } .eco_feature_campaigns li:before{ position:absolute; content:""; left:4px; top:9px; width:4px; height:4px; background-color:#8f918e; border-radius:100%; } .eco_feature_campaigns li:after{ position:absolute; content:""; left:0px; top:5px; width:12px; height:12px; border:1px solid #8f918e; border-radius:100%; } .eco_feature_campaigns li a{ display:inline-block; color:#fff; font-weight:600; } .eco_widget_gallery{ float:left; width:100%; } .eco_small_gallery_widget{ float:left; width:100%; } .eco_small_gallery_widget ul{ float:left; width:100%; } .eco_small_gallery_widget ul li{ float:left; width:33%; padding:5px; } .eco_small_gallery_widget ul li .eco_thumb{ float:left; width:100%; position:relative; } .eco_small_gallery_widget ul li .eco_thumb div a{ position:relative; width:100%; height:100%; display:inline-block; text-align:center; } .eco_small_gallery_widget ul li .eco_thumb img{ border-radius:3px; } .eco_small_gallery_widget ul li .eco_thumb.eco_hover_effect:hover div{ margin-top:-26px; } .eco_small_gallery_widget ul li .eco_thumb.eco_hover_effect:hover:after{ opacity:0.6; } .eco_small_gallery_widget ul li .eco_thumb.eco_hover_effect:hover div a:before{ left: 2px; } .eco_small_gallery_widget ul li .eco_thumb.eco_hover_effect:hover div a:after{ left: 16px; top: 1px; } .eco_small_gallery_widget ul li .eco_thumb div a:before{ border-bottom: 2px solid #fff; content: ""; height: 10px; left: -20px; margin: 0 auto; position: absolute; right: 0; top: 0; width: 18px; } .eco_small_gallery_widget ul li .eco_thumb div a:after{ border-left: 2px solid #fff; content: ""; height: 16px; left: 18px; margin: 0 auto; position: absolute; right: 0; top: 0; width: 15px; } .eco_template_information{ float:left; width:100%; text-align:center; padding:25px 0px 29px; } .eco_template_information p{ } /* ============================================= Eco events section ends ============================================= */ /* ============================================= Eco Blog detail stars ============================================= */ .close-div{ display: none; } .eco_blog_detail, .eco_blog_detail_post > figure, .eco_blog_detail_post{ float: left; width:100%; } .eco_blog_detail_content{ float: left; width:100%; } .eco_blog_detail_post > figure{ margin-bottom: 25px; overflow: :hidden; } .eco_blog_detail_content h4{ font-size: 22px; font-weight: 500; text-transform: uppercase; color:#2e2e2e; } .eco_blog_detail_post { margin-bottom: 30px; } .eco_blog_detail_post > figure img{ border-radius: 5px; } .date_tag{ float: left; position: absolute; top:0px; left:0px; } .date_tag ul{ height:1110px; float: left; width:100%; padding:0px 0 0; } .date_tag ul li{ border-radius: 0px; background-color: transparent; padding: 10px 0; height: auto; } .date_tag ul li:last-child{ padding-bottom: 0px; } .date_tag ul li span{ font-size: 36px; font-weight: 600; color:#fff; margin-bottom: 9px; display: inline-block; } .date_tag ul li p{ font-size: 12px; color: #fff; font-weight: 600; text-transform: uppercase; line-height: 12px; } .eco_blog_detail_content p{ color:#575757; margin-bottom: 14px; float: left; width: 100%; } .widget_post_author_content p{ margin-bottom: 5px; } .eco_blog_detail_content h4{ margin-bottom: 0px; } .widget_post_content .eco_viewers_meta{ padding: 4px 0 0px; } .eco_blog_detail_content .eco_viewers_meta{ padding: 10px 0 24px; } .eco_blog_detail_post{ } blockquote{ position: relative; float: left; width:100%; border:none; padding: 0px 50px; overflow: hidden; margin-bottom: 10px; } blockquote:after, blockquote:before{ border-color: #dbdbdb; border-style: none none none double; border-width: 4px; bottom: 50%; content: ""; font-size: 30px; height: 80%; left: 0; margin-bottom: -24px; position: absolute; right: 0; } blockquote:before{ right:auto; left:14px; } blockquote:after{ left:auto; right:14px; } blockquote p{ position: relative; display: inline-block; font-size: 16px; color:#2e2e2e; } blockquote p:after, blockquote p:before{ bottom: 50%; font-family: fontawesome; font-size: 30px; left: 0; margin-bottom: -3px; position: absolute; right: 0; background-color: #fff; z-index: 1; } blockquote p:before{ content:"\f10d"; right:auto; left:-48px; } blockquote p:after{ content:"\f10e"; left:auto; right:-48px; margin-bottom: -36px; } .eco_share-tag{ float: left; width:100%; padding: 10px 30px 11px; background-color: #ebebeb; margin-bottom: 30px; margin-top: 15px; } .eco_pagination_shareing_tag{ float: right; } .eco_share-tag span{ float: left; font-size: 16px; color: #2e2e2e; font-weight: 600; padding: 5px 0 0; text-transform: uppercase; margin-right: 20px; } .eco_share-tag .social-icons{ float: left; width: auto; padding-top: 1px; } .eco_share-tag .social-icons li a{ border-color: #d1d1d1; border-width: 1px; color: #636363; font-size: 13px; height: 31px; line-height: 28px; width: 31px; } .eco_share-tag .social-icons li:hover a{ color:#fff; border-color: transparent; } .eco_share-tag span i{ margin-right: 10px; } .eco_pagination_shareing_tag li{ float: left; margin-right: 39px; } .eco_pagination_shareing_tag li:last-child{ margin-right: 0px; } .eco_pagination_shareing_tag li a{ display: inline-block; font-size: 16px; color:#636363; font-weight: 500; text-transform: capitalize; position: relative; padding: 3px 20px 0; } .eco_pagination_shareing_tag li a:before{ position: absolute; content: ""; top:3px; font-size: 16px; color:#636363; left:0px; right: 0px; font-family: fontawesome; } .eco_pagination_shareing_tag li .prev:before{ content: "\f100"; left: 0px; right: auto; } .eco_pagination_shareing_tag li .next:before{ content: "\f101"; right: 0px; left:auto; } .eco_comments_section{ float: left; width:100%; margin-bottom: 30px; } .eco_leave_comment_form h5, .eco_comments_section h5{ font-size: 22px; font-weight: 500; } .eco_comment_info h6{ margin-bottom: 2px; font-weight: 500; color:#333333; } .eco_comments{ float: left; width:100%; } .eco_comments li{ float: left; width:100%; } .eco_viewers_meta li{ width:auto; } .eco_comments li figure{ float: left; width:90px; margin-right: 15px; margin-bottom: 0px; } .eco_comments li figure img{ border-radius: 0px; } .eco_comment_info{ float: none; width: auto; overflow: hidden; } .eco_comment_info .eco_viewers_meta{ padding: 0px; margin-bottom: 9px; } .eco_comments_div .eco_comment_info p{ color:#575757; margin-bottom: 0px; } .eco_comments_div .eco_comment_info p a{ float: right; } .eco_children{ float: left; width:100%; padding-left: 35px; } .eco_comments{ border-top: 1px solid #d1d1d1; } .eco_comments_div{ padding: 30px 0px; float: left; width:100%; } .eco_comments_div{ border-bottom: 1px solid #d1d1d1; } .eco_leave_comment_form{ float: left; width:100%; } .eco_leave_comment_form input{ width:100%; height: 40px; border-radius: 3px; padding: 0px 15px; margin-bottom: 30px; } .eco_leave_comment_form textarea{ width:100%; height: 140px; border-radius: 3px; resize:none; padding: 15px 15px; margin-bottom: 30px; } .eco_leave_comment_form button{ font-size: 14px; font-weight: 600; color:#fff; border-radius: 20px; width:95px; height: 40px; text-align: center; line-height: 40px; text-transform: uppercase; } /* ============================================= Eco Blog detail ends ============================================= */ /* ============================================= Eco event detail starts ============================================= */ .event_slide_pictures{ float: left; width:100%; } .eco_events_images{ float: left; height: 403px; margin-bottom: 20px; overflow: hidden; padding: 0 15px; width: 100%; } .eco_big_event{ float: left; width:100%; position: relative; } .eco_big_event figure{ float: left; width:100%; overflow: hidden; position: relative; } .event_for{ float: left; width:100%; } .eco_big_event figure img{ width:100%; } .event_slide_pictures .event_nav{ float: left; width:100%; } .event_slide_pictures .event_nav .eco_width_menage{ float: left; margin: 0 0 2px 2px; padding-left: 0; width: 49.4% !important; } .event_slide_pictures .event_nav figure{ margin-bottom: 0px; } .no-padding{ padding: 0px; } .eco_events_images .col-md{ padding: 0px; } .eco_blog_detail_content .eco_event_title{ float: left; width:100%; margin-bottom: 10px; } .eco_blog_detail_content .event_meta li small{ margin-right: 0px; } .eco_blog_detail_content .event_meta{ margin-bottom:10px; } .eco_event-orgnizer{ float: left; width:100%; margin-bottom: 15px; } .eco_event-orgnizer figure{ float: left; width:auto; margin-right: 30px; margin-bottom: 0px; } .event_author_content{ float: none; overflow: hidden; width: auto; padding: 13px 0; } .event_orgnizer_points{ float: left; width:100%; } .event_author_content p{ color:#575757; display: inline-block; margin-bottom: 24px; } .event_author_content p span{ display: inline-block; font-weight: 600; } .event_orgnizer_points li{ float: left; width:100%; position: relative; padding-left: 20px; margin-bottom: 11px; } .event_orgnizer_points li:last-child{ margin-bottom: 0px; } .event_orgnizer_points li p{ color:575757; font-weight: 500; margin-bottom: 0px; } .event_orgnizer_points li:before{ position: absolute; content: "\f058"; font-family: fontawesome; font-size: 16px; left:0px; top:0px; } .event_content_page blockquote{ margin-top: 10px; } .radius_icon_event{ float: left; height: 80px; left: 0; margin-bottom: 11px; margin-left: -10px; margin-top: -70px; width: 100%; } .radius_icon_event span{ position: relative; left:0px; right: 0px; top:0px; border-width: 9px; font-size: 40px; line-height: 72px; } .event_column_blog{ float: left; margin-bottom: 15px; width:100%; } .event_content_page{ float: left; width:100%; margin-bottom: 15px; } .eco_event_blog_posts{ float: left; width:100%:; } .eco_event_blog_posts li small{ margin-right: 3px; } .eco_event_blog_posts li p a{ margin: 0px; } .eco_event_blog_posts li p{ margin-right: 2px; } .eco_event_blog_posts .event_date_02{ font-size: 26px; line-height: 24px; } .eco_event_blog_posts .event_date_02 b{ font-size: 16px; } .eco-event-title h3{ padding-top: 0px; } .eco-event-title h3:before{ height: 40px; top: 3px; } .eco-event-title h6{ font-weight: 500; text-transform: uppercase; line-height: 24px; } .eco_event_blog_posts .event_meta{ margin-bottom: 7px; } .eco_event_blog_post .event_meta li p .meta-author{ color:#636363; } .eco_title_border{ float: left; width:100%; } .eco_title_border h4{ font-size: 22px; font-weight: 500; margin-top: -5px; border-bottom: 1px solid #e2e2e2; padding-bottom: 14px; margin-bottom: 30px; } /* ============================================= Eco event detail ends ============================================= */ /* ============================================= Eco blog single ============================================= */ .blog_single_title .eco-event-title{ width:auto; padding-top: 10px; vertical-align: middle; } .blog_single_title .eco-event-title h4{ } .blog_single_page{ float: left; position: relative; width: 100%; } .blog_single_page .mediem_btn_02{ float: left; } .blog_single_page p{ margin-bottom: 29px; text-align: justify; color:#575757; } .blog_single_page figure{ margin-bottom: 20px; } .blog_single_title .eco_viewers_meta{ padding: 13px 0 11px; } .blog_single_page .eco_events_images{ } .eco_event_detail_post{ margin-bottom: 0px; } /* ============================================= Eco event detail ends ============================================= */ /* ============================================= Eco blog listing ============================================= */ .blog_listing_section .eco_blog_column .eco_thumb.eco_hover_effect{ margin-bottom: 0px; } .blog_listing_section .eco_blog_column figure{ width:auto; float: left; margin-right: 30px; } .blog_listing_section .eco_blog_column figure:before{ border-color: transparent #ffffff transparent transparent; border-style: solid; border-width: 13px 12px 13px 0; bottom: auto; height: 0; left: auto; margin-top: -14px; right: 0; top: 50%; width: 0; z-index: 1; } .blog_listing_section .eco_blog_content p{ margin-bottom: 28px; } .blog_listing_section .eco_blog_content { float: none; overflow: hidden; padding: 19px 0 0; width: auto; } .blog_listing_section .eco_blog_content .tcolor{ float: left; } /* ============================================= Eco blog listing ends ============================================= */ /* ============================================= Eco Donate now ============================================= */ .eco_donations_select{ float: left; width:100%; margin-bottom:45px; } .eco_donation_modren{ float: left; width: 100%; margin-bottom: 30px; } .eco-choose-donation{ float: left; width:100%; } .eco-choose-donation .eco_sm_titles{ font-size: 22px; font-weight: 500; margin-bottom: 24px; } .eco_donations_select li{ float: left; margin-right: 0px; text-align: center; width:24%; } .eco_donations_select li:last-child{ margin-right: 0px; width:28%; } .eco_donations_select .kode_radio_style{ text-align: center; background-color: transparent; width:100%; height: 112px; border:1px solid #e0e0e0; padding: 22px 20px 0px; } .kode_radio_style .amount-heading{ margin-bottom: 0px; font-size: 36px; font-weight: bold; line-height: 29px; display: block; margin-bottom: 0px; } .kode_radio_style{ background-color: #000; } .kode_radio_style input[type="radio"]:checked + span:before{ } .kode_radio_style input[type="radio"]:checked ~ small{ } .eco_donations_select .kode_radio_style span:before{ border-radius: 100%; border-color: #666; } .eco_donations_select .kode_radio_style span{ border-radius: 100%; border-color: #666; } .kode_radio_style small{ color:#666; display: inline-block; margin-bottom: 10px; } .ammount_felid_donate{ display: inline-block; width:100%; } .eco_enter_ammount{ float: left; width:100%; } .eco_enter_ammount input{ border:1px solid #e0e0e0; font-size: 14px; color:#b8b8b8; height: 30px; text-transform: capitalize; } .eco_donor_information{ float: left; width:100%; } .donate_checkbox_style{ padding-top: 0px; margin-bottom: 33px; line-height: 5px; } .input_donate_style{ float: left; width:100%; margin-bottom: 30px; } .eco_donor_information input{ border:1px solid #cccccc; color:#b2b2b2; text-transform: capitalize; border-radius: 5px; padding: 0px 0px 0px 20px; } .donate_select_style .chosen-container-single .chosen-single div b:before{ content:"\f107"; font-family: fontawesome; } .donate_select_style .chosen-container-single .chosen-single{ height: 40px; line-height: 36px; } .donate_checkbox_style label small{ font-size: 12px; color: #999999; line-height: normal; } .donate_checkbox_style label { position: relative; } .donate_checkbox_style label span{ border-color: #999999; } .donate_checkbox_style label span:before{ background-color: #e3e3e3; } .donate_checkbox_style label input[type="checkbox"]:checked ~ small{ color: #999999; } .donate_checkbox_style label input[type="checkbox"]:checked ~ span{ background-color: transparent; } .donate_checkbox_style label input[type="checkbox"]:checked ~ span:before{ background-color: transparent; content:"\f00c"; color:#999999; top:0px; font-size: 14px; left: -1px; font-family: fontawesome; } .eco_donate_button .mediem_btn_02{ color:#fff; border-color: transparent; } .donate_pop{ float: left; width:100%; z-index: 9999; } .donate_pop .modal-content{ position: relative; z-index: 99999; background-color: #fff; } #donate-form{ float: left; width:100%; z-index: 99; } #form02{ background-image: url(../images/bg-search1.jpg); background-size: cover; background-repeat: no-repeat; } #form03 .modal-header, #form03{ background-image: url(../images/bg-img.jpg); background-size: cover; background-repeat: no-repeat; } #form03 .modal-header, #form02 .modal-header{ border:none; padding: 30px 40px ; border-radius: 10px 10px 0px 0px; } #form03 .modal-header .modal-title, #form02 .modal-header .modal-title{ text-transform: uppercase; font-weight: 600; color: #fff; } #form03 .donate_checkbox_style label input[type="checkbox"]:checked ~ span::before, #form02 .donate_checkbox_style label input[type="checkbox"]:checked ~ span::before{ top: 0px; } #form03 .modal-content, #form02 .modal-content{ border-radius: 10px; float: left; width:100%; } #form03 .modal-header .close, #form02 .modal-header .close{ border: 1px solid #fff; border-radius: 5px; color: #fff; font-size: 16px; height: 30px; line-height: 0; margin-top: 6px; opacity: 1; width: 30px; } #form03 .modal-header .close i, #form02 .modal-header .close i{ line-height: 0px; } #form03 .modal-body, #form02 .modal-body{ background: #fff none repeat scroll 0 0; float: left; padding: 0 40px; width: 100%; border-radius: 15px; } #form03 .modal-dialog, #form02 .modal-dialog{ max-width:900px; } #form03 .modal-body .eco-choose-donation, #form02 .modal-body .eco-choose-donation{ padding: 30px 0; } /* ============================================= Eco event listing ============================================= */ .event_listing_style { border: 1px solid #e0e0e0; border-radius: 5px; float: left; padding: 25px 70px 29px 0px; position: relative; width: 100%; margin-bottom: 30px; } .event_listing_style:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; opacity: 0; width:100%; background-image: url(../extra-images/event_listing_hover_img01.jpg); background-size:cover; background-repeat: no-repeat; z-index: -1; } .event_listing_style:hover:after{ opacity: 0.7; } .event_listing_style:hover:before{ opacity: 1; } .event_listing_style:after{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; opacity: 0; width:100%; background-color: #000; z-index: -1; } .event_listing_style .icon-style { border: 9px solid #fff; border-radius: 100%; color: #fff; float: left; font-size: 60px; height: 149px; left: -80px; line-height: 132px; margin-top: -75px; position: absolute; text-align: center; top: 50%; width: 146px; z-index: 1; } .event_listing_style .eco_event_content { float: left; padding-left: 100px; padding-top: 0; width: 100%; } .event_listing_style .event_date_02::before { border-right: 3px solid #dbdbdb; bottom: 0; content: ""; height: 50px; position: absolute; right: 0; top: 33px; } .event_listing_style .event_date_02{ padding: 35px 20px 0 0; font-size: 36px; } .event_listing_style .event_date_02 b{ font-size: 24px; } .event_listing_style .eco-event-title .eco_address_marker{ font-size: 14px; font-weight: 600; color:#636363; margin-bottom: 12px; } .event_listing_style .eco_event_content p{ color:#575757; } .event_listing_style:hover .event_meta .eco_share i, .event_listing_style:hover .eco-event-title p i, .event_listing_style:hover .event_meta li p a, .event_listing_style:hover .event_meta li small, .event_listing_style:hover .event_meta a, .event_listing_style:hover .eco-event-title h5, .event_listing_style:hover .eco-event-title .eco_address_marker, .event_listing_style:hover .eco_event_content p{ color:#fff; } /* ============================================= Eco comming soon ============================================= */ .eco_coming_soon{ float: left; width:100%; } .eco_coming_soon{ background-image: url(../extra-images/coming-soon-bg.jpg); background-size: cover; background-repeat: no-repeat; height: 100%; text-align: center; position: relative; z-index: 1; padding: 200px 0px; background-attachment: fixed; } .eco_coming_soon:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; background-color: #000; opacity: 0.7; z-index: -1; } .eco_logo{ float: left; width:100%; margin-bottom: 47px; } .eco_coming_soon_detail h6{ font-weight: 500; text-transform: capitalize; color:#fff; margin-bottom: 28px; } .eco_coming_soon_detail h1{ font-size: 90px; font-weight: 600; text-transform: uppercase; color:#fff; margin-bottom: 25px; } .coming-soon-radio{ float: left; width:100%; padding: 21px 0px 50px; } .coming-soon-radio li{ margin-right: 26px; float: none; display: inline-block; } .round-cercles{ display: inline-block; height: 131px; width: 131px; border:1px solid #fff; border-radius: 100%; padding-top: 29px; background: rgba(255,255,255,0.1); } .coming-soon-radio li:last-child{ margin-right: 0px; } .round-cercles span{ font-size: 48px; font-weight: 600; color: #fff; display: inline-block; text-transform: uppercase; margin-bottom: 9px; line-height: 40px; } .round-cercles p{ color: #fff; text-transform: uppercase; } .eco_logo a{ display: inline-block; } .coming-soon_submit{ display: inline-block; width: 582px; position: relative; } .coming-soon_submit input{ width:100%; height: 55px; border:none; border-radius: 5px; padding-left: 20px; } .coming-soon_submit button{ position: absolute; top:4px; right: 4px; width:111px; height: 47px; text-transform: uppercase; color: #fff; font-size: 14px; font-weight: 500; line-height: 47px; text-align: center; border-radius: 5px; } /* ============================================= Eco comming soon ends ============================================= */ /* ============================================= Eco project listing starts ============================================= */ .eco_project_listing{ float: left; width:100%; position: relative; } .eco_project_listing_column{ float: left; width:100%; position: relative; margin-bottom: 50px; } .eco_project_listing_column:before{ border: 1px solid #e0e0e0; bottom: 0; content: ""; left: 20px; min-height: 212px; position: absolute; right: 0; top: -20px; z-index: -1; } .eco_project_listing_column figure{ float: left; margin-right: 20px; width: auto; } .eco_listing_caption{ float: none; width: auto; overflow: hidden; padding-top: 9px; } .eco_listing_caption h5{ margin-bottom: 4px; } .eco_listing_caption small{ display: inline-block; font-weight: 600; text-transform: uppercase; margin-bottom: 13px; } .eco_listing_caption p{ margin-bottom: 11px; } .eco_listing_caption a{ font-size: 14px; font-weight: 'medium'; text-transform: capitalize; color:#575757; } .limited-margin-bottom{ margin-bottom: 30px; } /* ============================================= Eco project listing ends ============================================= */ /* ============================================= Eco 404 page not found ============================================= */ .page_not_found{ float: none; display: inline-block; width:60%; text-align: center; margin-bottom: 30px; } .eco-big-title{ float: left; width:100%; } .eco-big-title h3{ font-size: 90px; color:#2e2e2e; margin-top: -21px; margin-bottom: 3px; } .eco-big-title p{ font-weight: 600; width:65%; text-align: center; margin: 0 auto; margin-bottom: 2px; } .page_not_found form{ width:60%; float: none; display: inline-block; text-align: center; } .eco_404-page{ float: left; width:100%; text-align: center; } .eco_404-page .search-menu_02{ margin-bottom: 50px; } .spacial-btn{ display: inline-block; width:202px; height: 48px; color:#fff; font-weight: 700; text-align: center; text-transform: uppercase; border-radius: 30px; } /* ============================================= Eco 404 page not found ends ============================================= */ /* ============================================= Eco project gallery ============================================= */ .main-container{ margin-bottom: 30px; } .masonry-item{ } .main-container .masonry-item img{ border-radius: 5px; } .main-container .masonry-item{ padding: 2px; } .filterable-gallery_imgs .eco_filterable_columns{ margin-bottom: 30px; } /* ============================================= Eco team volunteers columns ============================================= */ .eco_team_volunteers{ float: left; width:100%; } .team_volunteers_img{ float: left; width:100%; position: relative; text-align: center; margin-bottom: 26px; padding-top: 0px; } .team_volunteers_img figure{ border-radius: 100%; display: inline-block; margin-bottom: 16px; -webkit-border-radius:100%; -moz-border-radius:100%; float: left; border:3px solid #d6d6d6; width:100%; } .team_volunteers_img .eco_hover_effect{ border-radius: 100%; -moz-border-radius:100%; -webkit-border-radius:100%; } .team_volunteers_img .eco_hover_effect:after{ -moz-border-radius:100%; -webkit-border-radius:100%; } .team_volunteers_img figure img{ width:100%; border-radius: 100%; -moz-border-radius:100%; -webkit-border-radius:100%; } .volunteers-caption h5{ margin-bottom: 7px; } .volunteers-caption h6{ color:#575757; font-weight: 500; } .padding-top{ padding-top: 40px; } .padding-bottom{ padding-top: 40px; margin-bottom: 16px; } /* ============================================= Eco team volunteers ends ============================================= */ /* ============================================= Eco content us ============================================= */ #eco_map_marker{ float: left; width:100%; height: 500px; } .location-marker{ background: #fff; display: inline-block; float: none; margin: 0 auto; padding: 31px 20px 20px; width: 290px; } .location-marker li i{ } .gm-style .gm-style-iw{ top:26px !important; } .eco_contact_form{ float: left; width:100%; padding: 0px 15px; box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.4) ; margin-bottom: 70px; } .your-submit-message{ float: left; width:100%; padding: 46px 30px 50px; } .your-submit-message .eco_sm_titles{ margin-bottom: 25px; } .writeing-felid{ float: left; width:100%; } .writeing-felid input[type="text"]{ width:100%; margin-bottom: 20px; } .writeing-felid textarea{ width:100%; resize:none; border:1px solid #cccccc; min-height: 132px; margin-bottom: 20px; } .xsmall-btn{ color:#fff; width:95px; height: 40px; } .your-submit-message h5 i{ float: right; } .eco_detail_address{ float: left; width:100%; } .eco_detail_address{ float: left; width:100%; padding: 46px 30px 50px; } .eco_detail_address .eco_admin_info li i, .eco_detail_address p, .eco_detail_address h5{ color:#fff; } .eco_detail_address > h5{ margin-bottom: 20px; } .eco_detail_address > p{ margin-bottom: 44px; } .eco_detail_address .eco_admin_info{ margin-bottom: 30px; } .eco_our_sponsors{ float: left; width:100%; margin-bottom: 30px; } .eco-sponsors_logo{ float: left; width:100%; } .eco-sponsors_logo .item{ } .eco-sponsors_logo .item a{ display: inline-block; border:1px solid #e0e0e0; width: 165px; min-height: 116px; padding: 20px; } /* ============================================= Eco content us ends ============================================= */ /* ============================================= Eco about autoplay ============================================= */ .eco_about-us-section{ float: left; width:100%; margin-bottom: 30px; } .eco_about-us-data{ background: #fff none repeat scroll 0 0; float: left; left: -60px; padding: 30px 0 53px 48px; position: relative; top: 30px; width: 100%; } .eco_about-us-data ul{ float: left; width:100%; margin-bottom: 32px; } .eco_about-us-data ul li{ float: left; margin-right: 15px; } .eco_about-us-data ul li a{ display: inline-block; background-color: transparent; color:#d6d6d6; border:1px solid; font-weight: 700; border-color: #d6d6d6; } .eco_about-us-data ul li:hover a, .eco_about-us-data ul li.active a{ color:#fff; border-color: transparent; } .eco_small-blogs{ float: left; width:50%; padding: 28px 20px 0px 0; } .eco_small-blogs span{ float: left; width:40px; text-align: center; font-size: 40px; margin-right: 14px; padding: 4px 0px; } .small-blog_caption{ float: none; overflow: hidden; width: auto; } .small-blog_caption h5{ margin-bottom: 6px; } .about-us-play{ position: relative; } .about-us-play a{ border: 4px solid #fff; border-radius: 100%; font-size: 30px; height: 80px; left: 0; line-height: 71px; margin: -58px auto 0; overflow: hidden; padding: 0 27px; position: absolute; right: 0; text-align: center; top: 50%; width: 80px; } /* ============================================= Eco eco about autoplay ends ============================================= */ /* ============================================= donate row section ============================================= */ .eco_donate-bar{ float: left; width:100%; } .eco_donate_style-bar{ float: left; width:100%; padding: 50px 0px; } .eco_donate_style-bar h3{ display: inline-block; float: left; font-size: 28px; color:#fff; font-weight: 500; margin-bottom: 0px; padding: 7px 0px 0px; text-transform: uppercase; } .white-style{ float: right; border-color: #fff; font-weight: 700; border-width: 2px; color:#fff; } .white-style:hover{ background-color: #fff; } /* ============================================= services section ============================================= */ .eco_simple_services{ float: left; width:100%; padding: 62px 0px 68px; background-color: #f0f0f0; } .padding-top-services{ padding-top: 60px; float: left; width:100%; } .eco_normal-offers .eco_feature_campaigns li a{ color:#575757; } .eco_simple_services .eco_heading_style_02 h3{ margin-bottom: 27px; } .eco_simple_services .eco_heading_style_02 h3 b{ padding-bottom: 7px; } .eco_normal-offers p{ margin-bottom: 24px; } .eco_donation_recycling{ float: left; width:100%; position: relative; background-image: url(../extra-images/donate_services_bg.jpg); background-size: cover; background-repeat: no-repeat; z-index: 1; padding: 62px 0px 70px; } .eco_donation_recycling:before{ position: absolute; content:""; top:0px; left: 0px; right: 0px; bottom:0px; background-color: #000; opacity: 0.7; z-index: -1; } .eco_donation-caption { margin: 0 auto; text-align: center; width: 50%; } .eco_donation-caption a{ display: inline-block; } .eco_donation-caption .eco_headings{ margin-bottom: 42px; } .eco_donation-caption .eco_headings h3{ margin: 0px; font-weight: 600; } .eco_donation-caption .logo{ margin-bottom: 26px; } .eco_donation-caption p{ color:#fff; margin-bottom: 43px; } /* ============================================= services section ============================================= */ .cause-detail-style{ float: left; width:100%; margin-bottom: 0px; } .cause-detail-style .eco_blog_detail_content blockquote{ margin-bottom: 46px; margin-top: 29px; } .eco_donate-bar02{ float: left; width:100%; padding: 15px 30px; } .eco_donate-bar02 .progress-bar.progress-bar-success{ border-radius:30px; } .eco_donate-bar02 .eco-progress-row{ float: left; width: 70%; margin-top: 0px; padding-top: 0px; padding-bottom: 0px; } .eco_donate-bar02 .progress .eco_progress-heading.skill, .eco_donate-bar02 .eco-progress-row .progress .skill .val{ color:#fff; font-weight: 700; } .eco_donate-bar02 .progress.skill-bar { background-color: #e0e0e0; border: 3px solid #e0e0e0; border-radius: 10px; height: 15px; margin-bottom: 0; } .eco_donate-bar02 .progress-wrap{ margin-bottom: 0px; } .eco_donate-bar02 .eco-progress-row span{ color:#fff; font-weight: 600; } .eco_donate-bar02 a{ float: right; } .eco_count_cause_up{ float: left; width:100%; padding: 10px 0px 16px; } .eco_count_cause_up ul{ float: left; width:100%; text-align: center; } .eco_count_cause_up ul li{ display:inline-block; width:24%; text-align: center; padding: 0 0px; position:relative; margin: 0 auto } .eco_count_cause_up ul li:before{ position: absolute; content:""; top:0px; right: 0px; bottom:0px; border-right: 2px solid #e5e5e5; height: 30px; margin: auto; } .eco_count_cause_up ul li:last-child{ padding-right: 0px; } .eco_count_cause_up ul li:last-child:before{ display: none; } .eco_count_cause_up ul li span{ display: inline-block; font-size: 28px; font-weight: bold; } .eco_count_cause_up ul li p{ font-weight: 600; text-transform: uppercase; margin-bottom: 0px; } /* ============================================= Ralated causes grid ============================================= */ .ralated_causes_grids .feature_blog_caption h5{ font-size: 15px; } .ralated_causes_grids{ float: left; width: 100%; } .ralated_causes_grids .three-columns .eco_flip-container, .ralated_causes_grids .three-columns .front, .ralated_causes_grids .three-columns .back{ height: 435px; } .volenteers_style_02 .event_orgnizer_points li{ padding-left: 0px; } .volenteers_style_02 .event_orgnizer_points li:before{ display: none; } .volenteers_style_02 .event_orgnizer_points li p strong{ color:#575757; font-weight: 600; } .volenteers_slider_style .slick-next.slick-arrow, .volenteers_slider_style .slick-prev.slick-arrow{ } .widget_post_slider.volenteers_slider_style .slick-prev.slick-arrow{ right: 45%; } .widget_post_slider.volenteers_slider_style .slick-next.slick-arrow{ left: 45%; } .volenteers_slider_style{ padding-bottom: 20px; } .eco_input{ float: left; width:100%; } .eco_input input{ width:100%; margin-bottom: 20px; } /* ============================================= picture blog ============================================= */ .eco_picture-blog{ float: left; width:42%; margin-right: 30px; } .eco_picture-blog .eco_width_menage{ float: left; width:50%; } .eco_picture-blog .eco_width_menage figure{ margin-bottom: 0px; } .eco_picture-blog .eco_width_menage figure img{ border-radius: 5px;padding: 2px; } .eco_nature_captions{ float: none; width:auto; } /* ============================================= Team Detail ============================================= */ .eco_team_detail_column{ float: left; width:100%; } .team-detail-items{ float: left; width:40%; margin-right: 30px; } .eco_descriptions_tabs{ float: left; width:100%; overflow: hidden; margin-bottom: 50px; } .eco_descriptions_tabs ul{ float: left; width:100%; border-bottom: 1px solid #cccccc; } .eco_descriptions_tabs ul li{ float: left; padding-right: 30px; } .eco_tabs_content_description{ float: left; width:100%; margin-bottom: 50px; } .eco_descriptions_tabs ul li a{ display: inline-block; font-size: 16px; color:#575757; font-weight: 600; text-transform: uppercase; position: relative; padding-bottom: 13px; } .eco_descriptions_tabs ul li a:before{ position: absolute; content:""; bottom:-1px; left: 0px; transform:translateX(-150px) perspective(100px); -webkit-transform:translateX(-150px) perspective(100px); width:100%; border-bottom: 1px solid transparent; } .eco_descriptions_tabs ul li.active a:before, .eco_descriptions_tabs ul li:hover a:before{ transform:translateX(0px) perspective(100px); -webkit-transform:translateX(0px) perspective(100px); } .eco_descriptions_tabs ul li.active a, .eco_descriptions_tabs ul li:hover a{ } /* ============================================= product Detail ============================================= */ .product-detail-items{ float: left; width:40%; margin-right: 30px; margin-bottom: 50px; } .product-slider li figure{ border:1px solid #e2e2e2; } .product-detail-items .bx-wrapper{ margin-bottom: 20px; } .product-slider{ float: left; width:100%; } #product-pager{ float: left; width:100%; } #product-pager li a{ display: inline-block; position: relative; border:1px solid #ccc; } #product-pager li a:before{ position: absolute; content:""; top:0px; left: 0px; right: 0px; bottom:0px; background-color:#fff; opacity: 0.5; } #product-pager li a.active:before{ opacity: 0; } .product-detail-items .bx-controls-direction a{ display: inline-block; height: 20px; } .product-detail-items .bx-controls-direction a:hover{ background-position: 0px; } .product-detail-items .bx-controls-direction .bx-prev{ background-image: url(../images/arrows/left.png); background-repeat: no-repeat; background-size: contain; } .product-detail-items .bx-controls-direction .bx-next{ background-image: url(../images/arrows/right.png); background-repeat: no-repeat; background-size: contain; } .product-detail-items .bx-controls-direction { bottom: -76px; left: -16px; position: absolute; right: -32px; } .product-detail-items ul{ float: left; width:100%; text-align: center; } .product-detail-items ul li{ display: inline-block; margin-right: 5px; } .product-detail-items ul li:last-child{ margin-right: 0px; } .just-team-for-detail{ float: none; overflow: hidden; width: auto; padding: 14px 0px 0px; } .team-detail-items{ float: left; width:40%; margin-right: 30px; } .team-detail-items figure{ border:1px solid #e2e2e2; } .eco-others-details h3{ font-weight: 600; text-transform: uppercase; color:#2e2e2e; } .eco-others-details h5{ font-weight: 600; float: left; width: auto; padding: 4px 0px 0px; margin-bottom: 0px; } .eco-others-details h5 del{ margin-right: 10px; font-weight: 400; } .eco-others-details { float: none; width: auto; overflow: hidden; padding: 12px 0px 0px; } .just-team-for-detail .eco_headings, .eco-others-details .eco_headings{ float: none; width: auto; text-align: left; margin-bottom: 15px; } .just-team-for-detail .eco_headings h3, .eco-others-details .eco_headings h3{ margin-bottom: 4px; } .just-team-for-detail .eco_headings h5, .eco-others-details .eco_headings h5{ margin-bottom: 0px; } .volenteer_blockquote blockquote{ margin: 47px 0 41px; } .volenteer_blockquote{ float: left; width:100%; margin-bottom: 40px; } .eco_social-communications, .detail-communication { float: left; width: 100%; margin-bottom: 24px; } .eco_social-communications a{ display: inline-block; font-size: 14px; color:#fff; float: right; padding: 4px 10px 6px; border-radius: 5px; } .eco_social-communications a i{ margin-right: 5px; } .detail-communication .eco_admin_info li{ margin-bottom: 3px; } .detail-communication .eco_admin_info li:last-child{ margin-bottom: 0px; } .eco_team_detail_column > p { display: inline-block; } .detail-communication .social-accounts{ border:none; float: none; float: right; padding: 11px 0 0; } .detail-communication .social-accounts li a{ color:#636363; } .detail-communication .eco_admin_info{ width: auto; } .eco_area_experince p{ margin-bottom: 20px; } .eco_team_detail_column p{ color:#575757; } .eco_skills, .eco_area_experince{ float: left; width:50%; padding-right: 15px; } .detail-communication, .eco_social-communications { border-bottom: 1px solid #e2e2e2; border-top: 1px solid #e2e2e2; float: left; width: 100%; padding: 15px 0px 13px; } .eco_skills p{ margin-bottom: 12px; display: inline-block; } .eco_expertise{ float: left; width:100%; } .eco_expertise li{ position: relative; float: left; width:100%; padding-left: 30px; margin-bottom: 9px; } .eco_expertise li:last-child{ margin-bottom: 0px; } .eco_expertise li:before{ position: absolute; content:"\f00c"; font-family: fontawesome; top:0px; left:0px; font-size: 18px; } .eco_expertise li p{ color:#636363; font-weight: 600; margin-bottom: 0px; } .eco_skills h5, .eco_area_experince h5{ margin-bottom: 20px; } .eco_skills .eco-progress-row{ margin-bottom: 4px; padding-bottom: 0px; } .eco_skills .progress-wrap{ margin-bottom: 0px; } .eco_skills .eco-progress-row:last-of-type{ margin-bottom: 0px; } .eco_count_up_btns{ float: left; width:auto; padding: 1px 0; margin-right: 15px; } .product_title_rate .eco_sm_titles{ font-size: 22px; margin-bottom: 9px; } .product_title_rate { float: left; margin-bottom: 20px; width: 100%; } .product_title_rate small{ color:#636363; } .eco-others-details p{ margin-bottom: 25px; } .eco_count_up_qty{ float: left; width:112px; border:1px solid #cccccc; overflow: hidden; border-radius: 30px; } .eco_count_up_qty input{ background-color: transparent; border: medium none; box-shadow: none; float: left; height: 40px; line-height: 0; margin: -3px 0 0; padding: 0; position: relative; text-align: center; width:36.5px; } .eco_count_up_qty .qtyminus{ width:37px; } .eco_count_up_qty input:focus{ color:#fff; } .eco_count_up_qty .qty{ border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; } .eco_count_up_qty .qtyminus, .eco_count_up_qty .qtyplus{ font-size: 20px; color:#2e2e2e; } .eco_count_up_qty .qtyplus{ height: 38px; margin-top: -1px; } .eco_count_up_qty .qtyminus{ line-height: 0px; margin-top: -3px; } .social-color-change li a{ border-color: #666; color:#666; border-width: 1px; } .social-color-change li:hover a{ color:#fff; border-color: transparent; } .eco-meta-category{ float: left; } .eco-meta-category li p{ font-weight: 500; color:#2e2e2e; text-transform: uppercase; } .eco-meta-category li{ float: left; margin-right: 10px; } .eco-meta-category li a{ font-size: 14px; text-transform: capitalize; color:#636363; } .eco-others-details .btn-likes-heart{ margin-right: 15px; } .eco-others-details .social-color-change{ padding: 29px 0px 24px; } .product_detail_leave_msg .margin-product{ margin-bottom: 14px; } .product_detail_leave_msg input{ margin-bottom: 20px; } .product_detail_leave_msg h5{ border-bottom: 1px solid #ccc; padding-bottom: 15px; } .small-title{ display: inline-block; font-size: 14px; color:#636363; font-weight: 500; line-height: 10px; margin-top: -3px; text-transform: capitalize; } .eco_your-rateing-stars{ float: left; margin-bottom: 7px; width:100%; } .eco_your-rateing-stars li{ float: left; margin-right: 20px; } .eco_your-rateing-stars li:last-child{ margin-right: 0px; } .your-rateing label input{ display: none; } .your-rateing span{ display: inline-block; font-size: 14px; color:#999999; } .your-rateing span i{ position: relative; } .your-rateing span i:after{ position: absolute; content:"\f005"; font-size: 14px; top:0px; left: 0px; right: 0px; bottom:0px; font-family: fontawesome; opacity: 0; } .your-rateing label input[type="radio"]:checked ~ span i:after{ opacity: 1; } /* ============================================= product Detail ends ============================================= */ /* ====================================================== Home 2 page two starts ====================================================== */ /* ============================================= Eco Home 2 Top row start ============================================= */ .kode_top_strip{ float:left; width:100%; padding:14px 0px 14px 0px; background-color:#1d1d1d; } .kode_top_left_cap{ float:left; width:100%; } .kode_top_social_ico ul, .kode_top_left_cap ul{ float:left; width:100%; } .kode_top_left_cap ul li{ float:left; } .kode_top_left_cap ul li a{ margin-right:26px; display:inline-block; color:#fff; } .kode_top_left_cap ul li:last-child a{ margin-right: 0px; } .kode_top_left_cap ul li i{ margin-right:9px; color:#fff; } .kode_top_social_icon{ float:right; } .kode_top_social_icon ul li{ float:left; } .kode_top_social_icon ul li a{ margin-left:15px; display:inline-block; color:#fff; } /* ============================================= Home 2 Top Strip ends ============================================= */ /* ============================================= Eco Home 2 navigaion row ============================================= */ .kode_top_navigation{ float:left; width:100%; border-bottom:1px solid #61c697; } .top_navi_bar{ float:left; width:100%; } .kode_top_logo{ float:left; padding:20px 0px; } .kode_top_logo h1{ font-size: 24px; line-height: 24px; margin-bottom: 0px; } .kode_top_logo a{ display: inline-block; } .kode_top_donate{ float:right; position:relative; } .kode_top_donate::after { border-bottom: 3px solid #03a313; bottom: 0; content: ""; left: 0; position: absolute; right: 0; } .kode_top_donate button{ padding:35px 23px; color:#fff; display:inline-block; text-transform:uppercase; font-weight:bold; } .kode_top_donate a:hover{ } .kode_top_donate .shop-items{ float: none; padding:34px 17px; color:#fff; margin:0px 0px 0px -3px; position:relative; border-left: 1px solid #fff; } .kode_top_donate .shop-items:before{ background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0; border-radius: 100%; bottom: 0; color: #03af14; content: "3"; font-size: 10px; font-weight: bold; height: 15px; line-height: 14px; position: absolute; right: 9px; text-align: center; top: 24px; width: 15px; } .kode_content_navigation{ float: right; } .kode_navigation{ float:left; } .kode_navigation ul{ float:left; width:100%; } .kode_navigation ul li{ float:left; position:relative; } .kode_navigation > ul > li > a{ display:inline-block; padding:36px 22px; font-size:15px; font-weight:bold; text-transform:uppercase; position:relative;; color:#666; } .kode_navigation > ul > li > ul > li > a:after{ display: none; } .kode_navigation > ul > li > a.active, .kode_navigation > ul > li > a:hover{ background-color:#f3f3f3; } .kode_navigation > ul > li > a.active{ font-weight:bold; } .kode_navigation > ul > li > a:after{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border-bottom:2px solid transparent; width:0px; } .kode_navigation > ul > li > a.active:after, .kode_navigation > ul > li > a.active:before, .kode_navigation > ul > li > a:hover:before, .kode_navigation > ul > li > a:hover:after{ width:100%; } .kode_navigation > ul > li > a:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border-top:2px solid transparent; } /* ============================================= Home 2 navigaion row ends ============================================= */ /* ============================================= Eco Home 2 banner ============================================= */ .kode_sab_banner{ float: left; width: 100%; position: relative; z-index: -1; } .kode_sab_banner figure{ width:100%; position:relative; } .position-right .kode_banner_caption{ /*margin: -160px auto 0;*/ text-align: right; padding-left: 29%; } .position-left .kode_banner_caption{ padding-right: 29%; text-align: left; /*margin: -160px auto 0 auto;*/ } .position-center .kode_banner_caption{ /*margin: -160px auto 0 auto;*/ padding-right: 29%; text-align: center; } .kode_banner_caption{ bottom: 0; left: 0; margin: -160px auto 0; position: absolute; right: 0; top: 50%; } .kode_banner_caption h3{ text-transform:uppercase; color:#fff; margin-bottom:6px; font-size: 60px; font-weight:bold; } .kode_banner_caption h3 span{ display:block; margin-top:-8px; } .kode_banner_caption p{ color:#fff; font-style:Italic; font-size:18px; padding:0px; margin-bottom:25px; } .kode_banner_caption a{ display:inline-block; padding:10px 30px; color:#fff; border-radius:30px; text-transform:uppercase; font-weight:bold; } .kode_banner_caption a:hover{ background-color:#000; } /*bxslider*/ .kode_sab_banner .bx-controls-direction { display: none; } .kode_sab_banner .bx-pager.bx-default-pager { display: none; } .kode_sab_banner .bx-wrapper{ margin:0px; } /* ============================================= Home 2 banner ends ============================================= */ /* ============================================= Eco Home 2 eco services ============================================= */ .kode_eco_service{ float:left; width:100%; } .kode_eco_hdg{ float:left; width:100%; text-align:center; margin-bottom:40px; margin-top: -10px; } .kode_eco_hdg h2{ text-transform:uppercase; font-weight:bold; position:relative; margin-bottom:6px; } .kode_eco_hdg h2:before{ border-bottom: 1px solid #ddd; bottom: -18px; content: ""; left: -129px; margin: auto; position: absolute; right: 0; top: 0; width: 114px; z-index: -1; } .kode_eco_hdg h2:after{ border-top: 1px solid #ddd; bottom: -18px; content: ""; left: 0; margin: auto; position: absolute; right: -132px; width: 114px; } .kode_eco_hdg span{ font-weight:20px; background-color:#fff; color:#ddd; font-size:25px; position:relative; } .kode_eco_hdg span::after { border-left: 1px solid; bottom: 0; content: ""; height: 12px; left: 136px; position: absolute; right: 0; top: 8px; } .kode_eco_hdg span::before{ border-right: 1px solid; bottom: 0; content: ""; height: 12px; left: -110px; position: absolute; top: 8px; } .kode_eco_solar{ float:left; width:100%; text-align:center; margin-bottom: 30px; } .kode_eco_solar span{ border-radius:5px; color: #fff; display: inline-block; font-size: 30px; height: 70px; line-height: 70px; text-align: center; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 70px; margin-bottom:38px; background-color:#666666; } .kode_eco_solar span::before { border: 1px solid #666666; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; transform: rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); z-index: -1; border-radius:5px; } .kode_eco_solar i { transform: rotate(-46deg); -moz-transform:rotate(-46deg); -webkit-transform:rotate(-46deg); } .kode_eco_solar h5{ display:block; padding:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:19px; font-weight:bold; } .kode_eco_solar p{ margin-bottom:24px; line-height:25px; } .kode_eco_support_caption a, .kode_eco_solar a{ display:inline-block; padding:7px 23px 7px 7px; font-size:14px; text-transform:uppercase; font-weight:bold; border:1px solid #666666; border-radius:20px; } .kode_eco_solar:hover a{ color:#fff; } .kode_eco_support_caption .fa.fa-angle-right, .kode_eco_solar .fa.fa-angle-right { background-color: #666666; border-radius: 100%; height: 24px; line-height: 24px; text-align: center; width: 24px; color:#fff; margin-right:10px; color:#f7f7f7; } .kode_eco_solar:hover .fa.fa-angle-right{ background-color:#fff; color:#747474; } /* ============================================= Home 2 eco services ends ============================================= */ /* ============================================= Eco Home 2 count up ============================================= */ .kode_counter_wraper{ float:left; width:100%; position:relative; border-bottom:1px solid #efefef; } .kode_counter_wraper:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border-bottom:1px solid transparent; width:0px; } .kode_counter_wraper:hover:before{ width:100%; } .kode_eco_count{ float:left; width:20%; text-align:center; padding:32px 0 40px; border-top:1px solid #efefef; border-right:1px solid #efefef; position:relative; } .kode_eco_count:before{ position:absolute; content:""; top:0px; left:0px; right:0px; border-top:5px solid transparent; width:0px; } .kode_eco_count:hover:before{ width:100%; } .kode_eco_count span { display: inline-block; font-size:36px; margin-bottom:4px; color:#3c3c3c; margin-right:4px; } .kode_eco_count .counter { display: inline-block; font-size:40px; color:#212121; font-weight:600; } .kode_eco_count_cap{ float:left; width:100%; } .kode_eco_count_cap p{ text-transform:uppercase; font-weight:bold; color:#999; } /* ============================================= Home 2 count up ends ============================================= */ /* ============================================= Eco Home 2 support services ============================================= */ .kode_support_wraper{ float:left; width:100%; background-image:url("../images/backb2.png"); background-position:center; background-repeat:no-repeat; } .kode_eco_support_caption{ float:left; width:100%; text-align:center; margin-bottom: 30px; } .kode_eco_support_caption h3{ color:#fff; text-transform:uppercase; font-size:72px; font-weight:500; margin-bottom: 2px; line-height:60px; margin-top: -3px; } .kode_eco_support_caption h2{ color:#fff; text-transform:uppercase; font-size:100px; font-weight:500; line-height:normal; margin-bottom: 1px; } .kode_eco_support_caption h4{ color:#fff; text-transform:uppercase; margin-bottom: 25px; } .kode_eco_support_caption a{ color:#fff; border:none; } .kode_solar_caption a:hover, .kode_eco_support_caption a:hover{ background-color:#000; } .kode_eco_support_caption .fa.fa-angle-right{ background-color:#fff; color:#333; } /* ============================================= Home 2 support services ends ============================================= */ /* ============================================= Eco Home 2 eco power services ============================================= */ .kode_eco_power_wraper{ float:left; width:100%; } .kode_eco_solar_pow{ float:left; width:100%; border-bottom-right-radius:15px; padding-bottom: 30px; border:1px solid #e2e2e2; margin-bottom: 30px; } .kode_eco_solar_pow img{ width:100%; transform: scale(1.0); -moz-transform:scale(1.0); -webkit-transform:scale(1.0); } .kode_eco_solar_pow:hover img{ transform: scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); } .kode_eco_solar_pow figure{ position:relative; display:block; overflow:hidden; } .kode_solar_caption{ float:left; width:100%; text-align:center; position:relative; margin-top:-1px; } .kode_solar_caption h6{ font-weight: bold; padding: 14px 0 13px; position: relative; text-align: center; text-transform: uppercase; color:#fff; margin-bottom:22px; } .kode_solar_caption p{ margin-bottom:26px; line-height:24px; } .kode_solar_caption a{ display:inline-block; padding:4px 25px 5px 25px; border-radius:20px; text-transform:uppercase; color:#fff; } /* ============================================= Home 2 eco power services ends ============================================= */ /* ============================================= Eco Home 2 gallery ============================================= */ .kode_gallery_wraper{ float:left; width:100%; } .kode_eco_gallery_fig{ float:left; width:100%; } .kode_eco_gallery_fig ul{ float:left; width:100%; } .kode_coo_gall{ float:left; padding:0px; } .kode_coo_gall img { width: 100%; } .kode_coo_gall figure, .kode_coo_gall figure{ position:relative; display:block; overflow:hidden; } .kode_coo_gall figure:after, .kode_coo_gall figure:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; } .kode_coo_gall figure:after{ background-color:#000000; opacity:0.25; } .kode_coo_gall:hover figure:before{ opacity:1; } .kode_eco_gallery_cap{ bottom: -80px; left: 20px; position: absolute; right: 0; z-index: 999; transition:all 0.3s ease-in-out; } .kode_coo_gall:hover .kode_eco_gallery_cap, .kode_coo_gall:hover .kode_eco_gallery_cap{ bottom:20px; } .background-color-fix.kode_coo_gall figure:before{ opacity: 1; z-index: 2; background-color: #7abf18; } .kode_eco_gallery_cap h5{ color:#fff; text-transform:uppercase; font-weight:bold; margin-bottom:5px; } .kode_eco_gallery_cap p{ color:#fff; margin-bottom:10px; } .kode_eco_gallery_cap a{ padding:3px 21px; display:inline-block; text-transform:uppercase; font-weight:bold; font-size:15px; border-radius:14px; background-color:#fff; border:1px solid transparent; } .kode_eco_gallery_cap a:hover{ border:1px solid #fff; color:#fff; } .kode_coo_gall h3 { border: 10px solid #fff; bottom: 0; color: #fff; font-size: 30px; font-weight: bold; left: 0; padding: 0; position: absolute; right: 0; text-align: center; text-transform: uppercase; top: 0; z-index: 999; margin-bottom: 0px; line-height: 239px; } .kode_coo_gall h3:before{ position:absolute; content:""; top:9px; left:9px; right:9px; bottom:9px; border:1px solid #fff; z-index:-1; } /* ============================================= Home 2 gallery ends ============================================= */ /* ============================================= Eco Home 2 updated news ============================================= */ .kode_latest_wraper{ float:left; width:100%; } .kode_latest_news_carousel{ float: left; padding-bottom: 80px; width: 100%; margin-bottom: 30px; } .kode_eco_latest_cols{ float:left; width:100%; margin-bottom: 25px; } .kode_eco_latest_news { border-bottom: 1px solid #ddd; float: left; padding: 0 0 26px 26px; position: relative; width: 56%; } .kode_eco_latest_news:before{ position:absolute; content:""; top:0px; left:0px; bottom:0px; border-left:9px solid #7abf18; height:34px; border-radius:5px; } .kode_eco_latest_news h5{ font-weight:bold; margin-bottom:10px; } .kode_eco_latest_com{ float:left; width:100%; margin-bottom:19px; } .kode_eco_latest_com li{ float:left; margin-right:18px; color:#333333; } .kode_eco_latest_com > li:last-child { margin: 0; } .kode_eco_latest_com li a{ color:#333333; display:inline-block; } .kode_eco_latest_com li a i{ margin-right:10px; color:#7dbd21; } .kode_latest_star{ float:left; width:100%; } .kode_latest_star li{ float:left; } .kode_latest_star li a{ display:inline-block; color:#cccccc; font-size:18px; } .kode_latest_star li a span{ display:inline-block; margin-left:15px; padding:0px 12px 2px 12px; border-radius:10px; color:#fff; line-height:18px; } .kode_latest_star li a span:hover{ background-color:#000; } .kode_eco_latest_fig{ float:right; overflow:hidden; } .kode_eco_latest_fig img { border-bottom-right-radius:13px; } .kode_latest_arrow { background-color: #fff; bottom: -14px; color: #ddd; left: 46px; margin: auto; position: absolute; text-align: center; font-size:20px; } .kode_eco_latest_caption { float: left; width: 100%; position:relative; } .kode_eco_latest_caption::before { border-bottom: 1px solid #ddd; bottom: 9px; content: ""; position: absolute; right: 0; width: 432px; } .kode_eco_latest_caption p{ padding:31px 0px 28px 0px; } .kode_eco_latest_caption a{ text-transform:uppercase; font-weight:bold; color:#333333; } .kode_eco_latest_caption a i{ font-size: 15px; margin-left: 7px; } /* ============================================= Home 2 updated news ends ============================================= */ /* ============================================= Eco Home 2 testimonial section ============================================= */ .kode_eco_hdg.kode_hdg_2 h2 { color: #fff; position:relative; } .kode_eco_hdg.kode_hdg_2 h2:before{ border-bottom:1px solid #fff; z-index: 999; } .kode_eco_hdg.kode_hdg_2 > span { background-color: transparent; color: #fff; } .kode_eco_hdg.kode_hdg_2 span:after, .kode_eco_hdg.kode_hdg_2 span:before { border-color:#fff; } .kode_testmonial_wraper{ background-image: url("../extra-images/textmonialb.png"); background-position: center center; background-repeat: no-repeat; float: left; position: relative; width: 100%; background-size: cover; } .kode_testmonial_wraper:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; background-color:#000000; opacity:0.75; } .kode_testmonial_cols{ float:left; width:100%; padding:52px 20px 60px 37px; position:relative; } .kode_testmonial_cols p{ color:#fff; } .kode_testmonial_fig_cap { bottom: -55px; float: left; left: 23px; position: absolute; right: 0;; } .kode_testmonial_fig_cap figure{ float:left; border-radius:100%; margin-right:20px; border:4px solid #7abf18; position:relative; } .kode_testmonial_fig_cap figure:before{ border-color: #7abf18 transparent transparent; border-style: solid; border-width: 18px 18px 0 0; bottom: 0; content: ""; height: 0; position: absolute; right: -21px; top: 31px; width: 0; } .kode_testmonial_fig_cap figure img{ border-radius:100%; } .kode_eco_test_kode { float: left; padding-top: 47px; } .kode_eco_test_kode h6{ color:#fff; font-weight:500; margin-bottom:2px; } .kode_eco_test_kode span{ color:#fff; font-weight:500; } /*owl-carousel*/ .kode_testmonial_wraper .owl-carousel .owl-wrapper::after{ min-height:58px; } .kode_testmonial_wraper .owl-item{ padding:0px 10px; } .kode_testmonial_wraper .owl-pagination { display: none; } .kode_testmonial_wraper .owl-buttons { bottom: 0; left: 0; margin: 0 auto 0 -40px; position: absolute; right: 0; width:100%; } .kode_testmonial_wraper .owl-theme .owl-controls .owl-buttons div { background:none; border-radius: 300px; color: #fff; display: inline-block; font-size: 12px; margin: 5px; opacity: 1; padding:0px; color:transparent; } .kode_testmonial_wraper .owl-prev:after { bottom: 0; content: "\f104"; display: inline-block; font-family: FontAwesome; font-size: 20px; height: 40px; left: 0; line-height:40px; margin: auto; position: absolute; right: 0; width: 50px; color:#fff; } .kode_testmonial_wraper .owl-next:before { bottom: 0; content: "\f105"; display: inline-block; font-family: FontAwesome; font-size: 20px; height: 40px; line-height: 40px; margin: auto; position: absolute; right: 0; width: 50px; left:101px; color:#fff; } .kode_testmonial_wraper .owl-prev:hover:after, .kode_testmonial_wraper .owl-next:hover:before{ background-color:#078f14; } /*owl-carousel end*/ /* ============================================= Home 2 testimonial section ends ============================================= */ /* ============================================= Eco Home 2 facts services ============================================= */ .kode_facts_wraper{ float:left; width:100%; margin-bottom: 13px; } .kode_eco_facts_cols{ float:left; width:100%; } .kode_eco_facts_cols ul{ float:left; width:100%; } .kode_eco_facts_cols li { float: left; margin-bottom:30px; width: 100%; } .kode_facts_span{ float:left; width:100%; } .kode_facts_span .kode_green{ background-color:#333; } .kode_facts_span .kode_blue{ background-color:#333; } .kode_facts_span .kode_sky{ background-color:#333; } .kode_facts_span span{ height:72px; width:72px; display:inline-block; text-align:center; margin:10px 0px 0px 0px; line-height:70px; border-radius:100%; font-size:30px; color:#fff; float:left; position:relative; z-index:999; } .kode_facts_span span:before{ position:absolute; content:""; top:100px; left:100px; right:100px; bottom:100px; border-radius:100%; z-index:-1; } .kode_facts_span:hover span:before{ top:0px; left:0px; right:0px; bottom:0px; } .kode_facts_caption { float: none; padding: 0 0 0 91px; } .kode_facts_caption h5{ font-weight:bold; margin-bottom:10px; } /* Progress Bar Wrap CSS Start*/ .kode_attorney_detail_skill .progress-names{ float:left; width:100%; margin-bottom:30px; } .kode_attorney_detail_skill .progress-names:last-of-type{ margin-bottom: 0px; } .kode_attorney_detail_skill .progress-names h6{ font-weight:bold; text-transform:uppercase; margin-bottom:0px; float: left; } .kode_attorney_detail_skill .progress-names span{ font-size:15px; color:#333; display:block; font-weight: 700; margin-bottom: 0px; line-height: normal; margin-top: -1px; } .kode_attorney_detail_skill .progress-wrap{ position: relative; } .kode_attorney_detail_skill .pull-right{ font-size: 14px; font-weight: 600; color:#666; } .kode_attorney_detail_skill .progressbar{ position:relative; width:100%; height:6px; padding:0; margin:0 auto; background-color: #e1e1e1; border-radius:10px; } .kode_attorney_detail_skill .bar { position:absolute; display:block; width:0px; height:6px; top:0px; left:0px; overflow:hidden; border-radius:10px; } .kode_attorney_detail_skill .label { position:absolute; display:block; width:85px; height:30px; line-height:27px; top:-38px; left:0px; font-weight:bold; font-size:16px; color:#000; text-align:center; margin-left: -13px; border-radius:0; } .kode_attorney_detail_skill .label span { position:absolute; height:13px; top:26px; left:14px; } /* Progress Bar Wrap CSS end*/ /* ============================================= Home 2 facts services ends ============================================= */ /* ============================================= Eco Home 2 call to action services ============================================= */ .kode_action_wraper{ float:left; width:100%; } .kode_eco_action_cap{ float:left; width:100%; text-align:center; margin-bottom: 30px; } .kode_eco_action_cap h3{ text-transform:uppercase; font-weight:bold; color:#fff; margin-bottom: 7px; } .kode_eco_action_cap p{ color:#fff; margin-bottom:18px; } .kode_eco_action_cap a{ padding:6px 17px; display:inline-block; font-weight:bold; color:#fff; text-transform:uppercase; border:1px solid #fff; border-radius:3px; } .kode_eco_action_cap a:hover{ background-color:#000; border-color:#000; } /* ============================================= Home 2 call to action services ends ============================================= */ .kode_eco_footer_wraper{ background-image:url("../images/footerb.png"); background-position:center; background-repeat:no-repeat; background-size:cover; padding-top:80px; } /* ============================================= Eco Home 2 products services ============================================= */ .kode_product_wraper{ float:left; width:100%; padding:75px 0px 80px 0px; } .kode_product_fig{ float:left; width:100%; text-align:center; } .kode_product_fig figure{ display:block; border:1px solid #efefef; position:relative; margin-bottom:30px; } .kode_product_fig figure:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border:2px solid transparent; } .kode_product_social{ bottom: -14px; left: 0; margin: auto; position: absolute; right: 0; text-align: center; width: 80%; border:1px solid #efefef; padding:18px 0px; background-color:#fff; } .kode_product_social li{ display:inline-block; padding:0px 25px; border-right:1px solid #666666; } .kode_product_social li:last-child{ border-right:none; } .kode_product_cap{ float:left; width:100%; text-align:center; padding-bottom:15px; border-bottom:1px solid #efefef; margin-bottom:20px; position:relative; } .kode_product_cap:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border-bottom:1px solid transparent; width:0px; } .kode_product_fig:hover .kode_product_cap:before{ width:100%; } .kode_product_cap h5{ text-transform:uppercase; font-weight:bold; font-size:18px; } .kode_product_fig .kode_product_more{ text-align:center; text-transform:uppercase; color:#666666; padding:7px 22px; border:1px solid #efefef; border-radius:14px; display:inline-block; transition: all 0.1s ease-in-out 0s; } .kode_product_fig .kode_product_more:hover{ color:#fff; } /* ============================================= Home 2 products services ends ============================================= */ /* ============================================= Eco Home 2 footer 2 ============================================= */ .kode_eco_footer_wraper{ float:left; width:100%; } .kode_eco_footer_logo{ float:left; width:100%; } .kode_eco_footer_logo a{ margin-bottom:23px; display:inline-block; } .kode_eco_footer_logo p{ color:#fff; margin-bottom:22px; line-height:26px; } .kode_eco_footer_logo ul{ float:left; width:100% } .kode_eco_footer_logo ul li{ float:left; } .kode_eco_footer_logo ul li a{ height:31px; width:31px; text-align:center; line-height:31px; color:#fff; border-radius:100%; background-color:#646569; margin-right:8px; display:inline-block; } .kode_footer_cols{ float:left; width:100%; } .kode_footer_cols h5{ text-transform:uppercase; font-weight:bold; color:#fff; margin-bottom:36px; } .kode_footer_fig{ float:left; width:100%; padding-bottom:16px; border-bottom:1px solid #4c4c4c; } .kode_footer_fig:last-child { padding-top: 16px; } .kode_footer_fig img{ border-radius:6px; transform: scale(1.0); -moz-transform:scale(1.0); -webkit-transform:scale(1.0); } .kode_footer_fig:hover img{ transform: scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); } .kode_footer_fig figure{ float:left; overflow:hidden; } .kode_footer_caption { float: left; padding-left:14px; } .kode_footer_caption p{ color:#fff; font-weight:bold; } .kode_footer_caption span{ display:inline-block; color:#fff; } .kode_footer_caption span i{ margin-right:13px; } .kode_footer_gallery{ float:left; width:100%; } .kode_footer_gallery li{ float:left; margin-right:8px; margin-bottom:12px; } .kode_footer_gallery > li:last-child { margin-right: 0px; margin-bottom:0px; } .kode_footer_gallery > li:nth-child(3) { margin-right: 0px; } .kode_footer_gallery > li:nth-child(4) { margin-bottom: 0px; } .kode_footer_gallery > li:nth-child(5) { margin-bottom: 0px; } .kode_footer_gallery img{ border-radius:4px; } .kode_footer_gallery figure{ position:relative; } .kode_footer_gallery figure:before{ position:absolute; content:""; top:100px; left:100px; right:100px; bottom:100px; opacity:0.50; } .kode_footer_gallery figure:hover:before{ top:0px; left:0px; right:0px; bottom:0px; } .kode_footer_social_icon{ float:left; width:100%; margin-top:-6px; } .kode_footer_social_icon p{ color:#fff; margin-bottom:15px; } .kode_footer_social_icon ul{ float:left; width:100%; } .kode_footer_social_icon ul li{ display:block; margin-bottom:10px; } .kode_footer_social_icon ul li:last-child{ margin-bottom:0px; } .kode_footer_social_icon ul li a{ color:#fff; } .kode_footer_social_icon ul li a i{ margin-right:15px; } .kode_footer_copy_right{ float:left; width:100%; margin-top:50px; position:relative; border-top:1px solid #474747; } .kode_footer_copy_cap{ float:left; width:100%; padding:10px 0px; } .kode_footer_copy_cap p{ float:left; color:#fff; } .kode_footer_copy_cap ul{ float:right; } .kode_footer_copy_cap ul li{ float:left; } .kode_footer_copy_cap ul li a{ text-transform:uppercase; color:#fff; margin-left:23px; display:inline-block; font-weight:500; font-size:14px; } .kode_footer_copy_cap .kode_copy_span:hover{ color:#fff; } .kode_copy_span { position: absolute; top: 0px; width:41px; height:46px; text-align:center; line-height:46px; background-color:#4a4a4a; display:inline-block; right: 0px; color:#fff; font-size:20px; } /* Progress Bar Wrap CSS Start*/ .feature_blog_caption .progress-names{ float:left; width:100%; margin-bottom:30px; } .feature_blog_caption .progress-names:last-of-type{ margin-bottom: 0px; } .feature_blog_caption .progress-names h6{ font-weight:bold; text-transform:uppercase; margin-bottom:20px; } .feature_blog_caption .progress-names span{ font-size:15px; color:#666666; margin-bottom:25px; display:block; } .feature_blog_caption .progressbar{ position:relative; width:100%; height:6px; padding:0; margin:0 auto; background-color: #e1e1e1; border-radius:10px; margin-bottom:10px; } .feature_blog_caption .progress-bar { } /* Progress Bar Wrap CSS end*/ .progress-wrap { overflow: hidden; position: relative; border-radius:10px; background: #ddd; margin-bottom: 10px; float: left; width: 100%; margin-top: 10px; } .back.eco-thumb-bg .progress-names > small{ display: inline-block; float: left; } .back.eco-thumb-bg .progress-names{ margin-bottom: 25px; } .back.eco-thumb-bg .progress-names > small.pull-right{ float: right; } .feature_blog_caption .eco_progress-heading, .feature_blog_caption .progress-names > small, .feature_blog_caption .feature_blog_caption span{ font-weight: 600; display: inline-block; } .back.eco-thumb-bg .progress-names > small, .back.eco-thumb-bg .feature_blog_caption span{ color:#fff; } .progress-bar { left: 0; position: absolute; top: 0; }
public/css/style.css
============================================================ Default Css Wrap Start ============================================================ */ footer, header, .content, .padding-70by40, .kode_eco-top_bar{ float: left; width:100%; position: relative; } header{ z-index: 60; } .eco_wrapper{ float: left; width:100%; overflow: hidden; } .kode_eco-top_bar{ padding: 25px 0px; } .kode_eco_social_icons, .kode_eco_search{ padding: 10px 0 0; } section{ padding: 70px 0px 40px; float: left; width:100%; } .padding-70by40{ padding: 70px 0px 40px; } .margin-buttom_50{ float: left; width:100%; padding: 0px; margin-bottom: 50px; } .margin-buttom_30{ margin-bottom: 30px; float: left; width:100%; padding: 0px; } .no-margin{ margin-bottom: 0px; } .section_grid_cause{ float: left; width:100%; padding: 68px 0 40px; } .no-padding-right{ padding-right: 0px; } .no-padding-left{ padding-left: 0px; } .none{ display: none; } /* ============================================= Eco Header #Header starts ============================================= */ /* ============================================= Eco logo ============================================= */ .kode_eco_logo{ float: left; width:20%; } .kode_eco_logo a{ float: left; } /* ============================================= Eco search menu ============================================= */ #search .modal-dialog{ max-width:1140px; } .kode_eco_search{ margin: 0 auto; width:auto; float:left; } .kode_eco_search form{ width:100%; } .kode-search-menu{ float: left; width:100%; position: relative; } .kode-search-menu input{ box-shadow: none; border:none; width:100%; border-left: 1px solid #d4d4d4; vertical-align: middle; padding-left: 40px; height: 30px; } .kode-search-menu button{ background: transparent none repeat scroll 0 0; left: 0; margin-left: 7px; margin-top: 3px; position: absolute; top: 0; color: #487e04; } .kode_eco_search .modal-body{ padding: 0px; float: left; width:100%; } .kode_eco_search .modal-content .close{ background: transparent none repeat scroll 0 0; border-radius: 100%; color: #fff; float: right; font-size: 22px; font-weight: 100; height: 50px; opacity: 1; position: absolute; right: 0; text-shadow: 0 1px 0 #fff; top: 50%; margin-top: -150px; width: 50px; } .kode_eco_search .modal-body .kode-search-menu input{ height: 70px; font-size: 30px; padding-left: 20px; padding-right: 40px; border-radius: 20px 0px 20px 0px; box-shadow: 4px 4px 5px 1px rgba(255,255,255,0); } .kode_eco_search .modal-body .kode-search-menu input:focus{ box-shadow: 4px 4px 5px 1px rgba(255,255,255,0.2); } .kode_eco_search .modal-body .kode-search-menu{ padding-left: 10px; z-index: 10; } .kode_eco_search .modal-body{ } .kode-search-menu .search-press { left: auto; margin-top: 9px; right: 20px; font-size: 33px; } .kode_eco_search .modal-content{ border:none; } #search{ background-image: url(../images/bg.jpg); background-size: cover; background-color: transparent; z-index: 50; } #search .modal-dialog{ position: absolute; top:50%; left: 0px; right:0px; margin: -55px auto; } #search:before{ position: absolute; content: ""; top:0px; z-index: -1; left: 0px; right: 0px; bottom:0px; background-color: #000; opacity: 0.4; } .modal-backdrop{ display: none; z-index: 10 !important; } .eco_donate_button { float: left; width: 100%; } /* ============================================= Eco social icons ============================================= */ .kode_eco_social_icons{ float: right; position: relative; } .social-accounts{ border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; padding-right: 11px; padding-left: 10px; min-height: 30px; } .social-accounts, .social-accounts li{ float: left; } .kode_eco_social_icons a{ color:#575757; } .social-accounts li a:hover:before{ width:100%; opacity: 1; } .kode_eco_social_icons li{ padding: 3px 0px; } .social-accounts li a{ display: inline-block; padding:0 10px; vertical-align: middle; position: relative; } .social-accounts li a:before{ border-top: 2px solid; content: ""; left: 0; position: absolute; right: 0; top: -14px; opacity: 0; width:0; } .social-accounts li .kode_login_social-account{ position: absolute; right: 0px; top: 100%; width: 360px; margin-top: 15px; visibility: hidden; opacity: 0; } .kode_eco_buy_item{ display: inline-block; padding: 3px 0 0 20px; background-color: transparent; } .kode_eco_buy_item:after{ display: none; } .kode_buying-items.dropdown-menu sub, .kode_eco_buy_item sub{ font-size: 10px; width:20px; height: 20px; font-weight: 400; line-height: 20px; text-align: center; border-radius: 100%; color:#fff; display: inline-block; box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2); right: 2px; top: -6px; } /* ============================================= Eco buying items ============================================= */ .kode_buying-items{ float: left; width:100%; padding: 10px 15px 8px; box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.2); border:none; margin-top: 10px; border:1px solid #eee; } .kode_buying-items ul{ float: left; width:100%; } .kode_buying-items ul li{ float: left; width:100%; border-bottom: 1px solid #d4d4d4; padding: 10px 0 6px; } .kode_buying-items ul li:last-child{ border-bottom: none; } .kode_buying-items ul li a{ display: inline-block; width:100%; position: relative; } .kode_buying-items ul li a img{ float: left; width:50px; margin-right: 15px; border:1px solid #d4d4d4; } .kode_buying-items ul li a .eco_buy_item_captions{ float: left; width:auto; overflow: hidden; } .kode_buying-items ul li a .eco_buy_item_captions span{ font-size: 14px; font-weight: 600; text-transform: capitalize; } .kode_buying-items ul li a .eco_buy_item_captions b{ font-size: 14px; display: block; font-weight: 500; } .kode_buying-items ul li a .cross{ float: right; display: inline-block; } .kode_buying-items.dropdown-menu sub{ float: left; left: -9px; position: absolute; top: -8px; } /* ============================================= Eco buying items ends ============================================= */ /* ============================================= Eco navigations starts ============================================= */ .kode_navigaion_bar{ border-radius: 0 0 10px 10px; float: left; margin-bottom: -35px; position: relative; width: 100%; box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1); } .kode_eco_navigations{ float: left; width:100%; position: relative; /* background-image: url(../images/eco_innerpage_banner_bg_02.jpg); */ } .navigation{ float: left; text-align: center; } .navigation > ul{ float: left; width: auto; margin-bottom: -5px; list-style: none; } .use-dropdown{ float: left; width: auto; margin-right: 0px; position: relative; } .navigation > ul > li{ float: left; width: auto; margin-right: 0px; } .navigation > ul > li:last-child{ margin: 0; } .navigation > ul > li > a{ float: left; width: 100%; padding: 25px 29px 26px; text-transform: uppercase; line-height: normal; font-size: 14px; color: #fff; font-weight: 600; overflow: hidden; position: relative; z-index: 1; } .navigation > ul > li > a:before{ background: #fff; content: ""; height: 0; left: 0; position: absolute; top: 0; right: 0px; width: 100%; z-index: -1; } .navigation > ul > li:hover > a:before{ height: 100%; top:0px } .navigation > ul .children{ position: absolute; top: 98%; width:220px; left:0; visibility: hidden; opacity: 0; background: #fff; padding: 10px 0 0px; margin: 0; z-index: 15; border-radius: 0 0 2px 2px; min-height: 0; transform-origin:0 0 0; -webkit-transform-origin:0 0 0; -moz-transform-origin:0 0 0; -o-transform-origin:0 0 0; transform: perspective(600px) translateY(23px); -webkit-transform: perspective(600px) translateY(23px); -moz-transform: perspective(600px) translateY(23px); -o-transform: perspective(600px) translateY(23px); box-shadow: 0px 7px 8px 0px rgba(51,51,51,0.2); z-index: 99999; } .navigation > ul .eco-mega-menu{ position: absolute; top: 98%; width:1140px; left:0; opacity: 0; background: #fff; padding: 20px 17px 0px; margin: 0; border-radius: 0 0 10px 10px; min-height: 0; -webkit-transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1); -moz-transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1); -o-transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1); transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1); box-shadow: 0px 7px 8px 0px rgba(51,51,51,0.2); z-index: 9999; visibility: hidden; } .children li a:after{} .nav-menu-mega li a:after { position: absolute; content:"\f105"; right: 0px; bottom: 0px; top:16px; vertical-align: middle; font-family: fontawesome; color:#b2b2b2; } .navigation > ul .children > li:hover .children{ top: 0%; } .navigation > ul .children > li .children{ right:-100%; left: auto; } .nav-menu-mega li, .navigation > ul .children > li{ float: left; width: 100%; padding: 0px 20px; } .navigation > ul .children > li{ border-bottom: 1px solid #e5e5e5; } .navigation > ul .children > li:last-child{ border:none; } .navigation > ul .children > li:hover{ background-color: #333; } #trans-nav ul .children li:hover a{ color:#fff; } .nav-menu-mega li a:after{ top:9px; } .navigation > ul .eco-mega-menu{ width:100%; z-index: 9999; } /* ============================================= Eco Mega menu ============================================= */ .navigation > ul > li:hover .eco-mega-menu, .navigation > ul > li:hover .children{ top: 100%; visibility: visible; opacity: 1; min-height: 100%; transform-origin:0 0 0; -webkit-transform-origin:0 0 0; -moz-transform-origin:0 0 0; -o-transform-origin:0 0 0; transform: perspective(600px) rotateX(0deg) translateY(0px); -moz-transform: perspective(600px) rotateX(0deg) translateY(0px); -o-transform: perspective(600px) rotateX(0deg) translateY(0px); -webkit-transform: perspective(600px) rotateX(0deg) translateY(0px); } .nav-menu-mega li a, .navigation > ul li .children li a{ float: left; width: 100%; text-align: left; padding: 15px 0px 16px; color:#575757; position: relative; text-transform: capitalize; } .nav-menu-mega li a{ border-bottom: 1px solid #e5e5e5; } /*Last Navigation*/ .nav-menu-mega li:last-child a, .navigation > ul li .children li:last-child a{ border-bottom: none; } .navigation > ul li.last .children{ left:-100%; right: 0; } .eco-mega-menu{ float: left; width:100%; padding: 27px 0px 30px; background-color: #fff; text-align: left; } .nav-menu-mega, .listing-nav{ float: left; width:100%; } .nav-menu-mega{ margin-bottom: 20px; } .heading-menu{ float: left; width:100%; font-size: 14px; font-weight: 600; color:#2e2e2e; margin-bottom:6px; text-transform: uppercase; } .heading-menu i{ margin-right:10px; } .nav-menu-mega li a:hover{ padding-left: 5px; } .nav-menu-mega li a{ padding: 7px 0px 8px; text-transform: capitalize; font-weight: 600; } .nav-feature-video{ float: left; width:100%; } .thumb{ float: left; width:100%; position: relative; margin-top: 10px; } .thumb:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; background-color: rgba(0,0,0,0.4); } .video-effect-btn{ position: absolute; top:50%; left:0px; right: 0px; margin:-30px auto; text-align: center; } .video-effect-btn a{ border: 4px solid #fff; border-radius: 100%; display: inline-block; font-size: 20px; height: 65px; line-height: 57px; padding: 0 23px; text-align: center; width: 65px; } .eco-mega-menu{ position: absolute; left:0px; right: 0px; width:1140px; top:100%; } .eco_services_environment{ float: left; width:100%; } .eco_services_environment{ background-image: url(../images/eco-services-bg-img.jpg); background-repeat: no-repeat; background-size: cover; } .kode_button{ position:relative; overflow:hidden; } .kode_button a:hover{ background-color:#333; color:#fff; } .kode_button:before{ background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 0%, 0px); -webkit-transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 0%, 0px); width: 100%; z-index:-1; } /* ============================================= Eco navigation ends ============================================= */ /* ============================================= Eco checkbox default and login ============================================= */ /* ============================================= Eco checkbox ============================================= */ .kode_checkbox_style{ float: left; width:100%; margin-bottom: 10px; } .kode_radio_style span, .kode_checkbox_style span{ display: inline-block; width:10px; height: 10px; border:1px solid; position: relative; margin-right: 10px; } .kode_radio_style span:before, .kode_checkbox_style span:before{ position: absolute; content:""; top:1px; left:1px; right: 0px; width:6px; bottom:0px; text-align: center; height: 6px; background-color: transparent; } .kode_radio_style label input, .kode_checkbox_style label input{ display: none; } .kode_radio_style label, .kode_checkbox_style label{ padding-left: 0px; margin-bottom: 0px; display: inline-block; } /* ============================================= Eco login account ============================================= */ .kode_login_social-account{ float: left; width:100%; } #form01 .modal-body, #form01 .modal-content, #form01 .modal-header{ border:none; padding: 0px; box-shadow: none; background-color: transparent; } #form01 .modal-dialog{ width: 611px; } .close:hover, .close:focus{ background-color: transparent; } #form01 .close{ background: transparent none repeat scroll 0 0; border: 1px solid; color: #fff; cursor: pointer; height: 30px; line-height: 15px; opacity: 1; padding: 0; position: relative; right: 39px; text-align: center; top: 70px; width: 30px; z-index: 9999; } .eco-login-registration{ background-image: url(../extra-images/login_bg_img.jpg); background-size: cover; background-repeat: no-repeat; float: left; width:100%; position: relative; z-index: 1; padding: 70px 30px; } .eco-login-registration:after{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; opacity: 0.9; z-index: -1; } .kode-email-account input[type="text"]{ width:100%; height: 50px; font-size: 14px; margin-bottom: 20px; color:#b2b2b2; text-shadow:1px 0 0 #b2b2b2; } .eco-forgot-account{ display: inline-block; margin-bottom: 15px; color:#fff; float: right; font-weight: 600; text-decoration: underline; } .kode-email-account label small { color: #fff; display: inline-block; margin-bottom: 5px; text-transform: capitalize; } .login-user{ float: left; width:100%; } .eco_title_form h3 b{ color:#fff; } .login-user p{ display: inline-block; color:#fff; font-size: 14px; text-transform: uppercase; } .kode-email-account label{ margin-bottom: 0px; } .login_registor-style small{ font-weight: 600; } .login_registor-style small, .login-user p a{ color:#fff; } .login-user p a{ font-weight: 600; text-decoration: underline; } .login_registor-style{ line-height: 14px; margin-bottom: 27px; width:auto; } .login_registor-style span{ border-color: #fff; border-width: 2px; } .login_style{ border-color:transparent; margin-bottom: 25px; display: table-caption; } .login_style:hover{ background-color: #333; color:#fff; } .eco_title_form{ float: left; width:100%; } .eco_title_form h3{ font-weight: bold; color:#fff; text-transform: uppercase; margin-bottom: 8px; } .eco_title_form p{ display: inline-block; color:#ffffff; margin-bottom: 30px; } .login_registor-style input[type="checkbox"]:checked ~ span:before{ bottom: 0; content: ""; height: 4px; left: 1px; position: absolute; right: 0; text-align: center; top: 1px; width: 4px; background-color: #fff; } .login_registor-style input[type="checkbox"]:checked ~ small{ color:#fff; } /* ============================================= Eco login account default ends ============================================= */ /* ============================================= Eco login account white page ============================================= */ .white-login-form{ float: left; width:100%; background-image: none; } .white-login-form .eco-login-registration:after{ display: none; } .white-login-form .eco-login-registration{ background: none; } .white-login-form .eco_title_form h3{ color:#2e2e2e; } .white-login-form .eco_title_form p{ color:#636363; } .white-login-form span{ color: #999999; border-color: #999999; } .white-login-form input[type="checkbox"]:checked ~ span{ border-color: #999999; } .white-login-form input[type="checkbox"]:checked ~ span:before{ background-color: #999999; } .white-login-form input[type="checkbox"]:checked ~ small{ color:#999999;636363 } .white-login-form small{ color:#999999; } .white-login-form .eco-forgot-account{ color:#636363; } .white-login-form .login-user p{ color:#999999; } .white-login-form .login_style{ color:#fff; } .white-login-form .login-user p a{ color:#575757; } /* ============================================= Eco login account ends ============================================= */ /* ============================================= Eco Banner starts ============================================= */ .eco_banner{ float: left; width:100%; position: relative; z-index: 1; } .eco_banner figure{ float: left; width:100%; position: relative; z-index: 2; } .banner-slider{ cursor:col-resize; } .eco_banner figure:before{ position: absolute; content:""; top:0px; left: 0px; right: 0px; bottom:0px; background-color: rgba(0, 0, 0, 0.7); z-index: 1; } .kode_eco_captions{ position: absolute; left:0px; right: 0px; margin:-125px auto 0; top: 50%; z-index: 3; } .position-right{ text-align: right; } .position-center{ text-align: center; } .kode_eco_captions h2, .kode_eco_captions h2 b, .kode_eco_captions h1{ text-transform: uppercase; margin-bottom: 0px; } .kode_eco_captions h1{ margin-bottom: 1px; } .kode_eco_captions h2{ font-weight: bold; font-size: 54px; margin-bottom: 9px; } .kode_eco_captions p, .kode_eco_captions a, .kode_eco_captions h1, .kode_eco_captions h2{ color:#fff; border-color: #fff; } .kode_eco_captions a{ margin-right: 16px; } .kode_eco_captions a:last-child{ margin-right: 0px; } .kode_button{ float: right; padding: 15px 30px; z-index: 1; } .kode_eco_captions p{ font-size: 20px; margin-bottom: 37px; } .eco_page_link{ float: left; width:100%; text-align: center; } .eco_page_link li{ display: inline-block; position: relative; margin-right: 7px; padding-right: 13px; } .eco_page_link li:last-child{ margin: 0px; padding: 0px; } .eco_page_link li:last-child:before{ display: none; } .eco_page_link li:before{ position: absolute; content:""; top:3px; border-right: 1px solid #fff; min-height: 14px; right:0px; transform: skewX(-21deg); -webkit-transform: skewX(-21deg); } .eco_page_link li a{ display: inline-block; text-transform: capitalize; color:#fff; font-size: 16px; font-weight: 500; line-height: 16px; } .eco_inner_page_banner{ float: left; width:100%; position: relative; z-index: 2; background-image: url(../images/eco_innerpage_banner_bg.jpg); background-size: cover; background-repeat: no-repeat; padding: 80px 0px 50px; z-index: 1; } .eco_inner_page_banner:before{ position: absolute; content: ""; top:0px; left:0px; right: 0px; bottom:0px; background-color: rgba(25,25,25,0.8); z-index: -1; } .eco_inner_page_banner .eco_headings{ margin-bottom: 0px; } .eco_inner_page_banner .eco_headings h3{ margin: 0px; color:#fff; font-size: 48px; } .eco_inner_page_banner .eco_headings h3 b{ color:#fff; } /* ============================================= Eco Banner ends ============================================= */ /* ============================================= Eco services starts ============================================= */ .thumb-widthout-layer, .eco_services_environment{ float: left; width:100%; } .eco_service_cols, .eco_services{ float: left; width:100%; } .eco_service_cols{ margin-bottom: 34px; padding: 0px 10px; } .eco_service_cols.rtl_service div{ text-align: left; } .eco_service_cols.rtl_service span{ float: left; margin-left: 0px; margin-right: 29px; } .eco_service_cols span{ width:70px; height: 70px; font-size: 40px; float: right; text-align: center; line-height: 70px; border-radius: 100%; margin-left: 29px; margin-top:2px; position: relative; z-index: 1; background-color: transparent; } .eco_service_cols span:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; border:2px solid #333; bottom:0px; margin: 0 auto; border-radius: 100%; z-index: -1; transform:scale(1); -webkit-transform:scale(1); } .eco_service_cols:hover span:before{ transform:scale(0.9); -webkit-transform:scale(0.9); border-color:#fff; } .eco_service_cols:hover span{ color:#fff; } .eco_service_cols div{ float: none; overflow: hidden; width: auto; text-align: right; } .eco_service_cols div h4{ text-transform: uppercase; font-weight: 600; margin-bottom: 10px; } .eco_service_cols div p{ margin-bottom: 0px; } .eco_items-services{ float: left; width:100%; padding-top: 100px; } .thumb-widthout-layer{ text-align: center; } .thumb-widthout-layer img { text-align: center; width: 80%; } .eco_services{ margin-bottom: 29px; } /* ============================================= Eco services ends ============================================= */ /* ============================================= Eco Featured starts ============================================= */ .eco_featured_causes{ float: left; width:100%; } .eco_featured_causes .draggable .slick-track{ } .feature-blog{ float: left; width:100%; background-color: #f0f0f0; } .causes-margin-bottom{ margin-bottom: 4px; } .eco-progress-row{ float: left; width:100%; } .feature_blog_caption{ float: left; width:100%; padding: 24px 19px 28px; background-color: #f0f0f0; } .feature_blog_caption h5{ margin-bottom: 0px; } .feature_blog_caption h5 a{ font-weight: 600; color:#2e2e2e; display: inline-block; font-size: 18px; text-transform: uppercase; margin-bottom: 15px; } .feature_blog_caption p{ margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #c0c0c0; } .widget_post_slider .feature_blog_caption .eco-progress-row span { color:#fff; } .eco-thumb-bg .feature_blog_caption, .eco-thumb-bg{ float: left; width:100%; position: relative; border-radius: 10px; z-index: 11; background-color: transparent; } .eco-thumb-bg .feature_blog_caption:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; background-image: url(../extra-images/blog-grid-img-bg01.jpg); background-size: cover; background-repeat: no-repeat; border-radius: 10px; z-index: -1; } .eco-thumb-bg .feature_blog_caption:after{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; opacity: 0.8; border-radius: 10px; z-index: -1; } .feature_blog_caption h3{ margin-bottom: 0px; font-size: 34px; text-transform: uppercase; font-weight: bold; color:#fff; margin-bottom: 17px; } .eco-thumb-bg .feature_blog_caption h5{ margin-bottom: 20px; color:#fff; } .eco-thumb-bg .feature_blog_caption p{ padding-bottom: 26px; margin-bottom: 25px; color:#fff; border-color: #fff; } .eco-thumb-bg .feature_blog_caption a{ width:100%; background-color: #fff; color:#333; } .back.eco-thumb-bg .feature_blog_caption{ padding: 61px 20px; } .feature_blog_caption .skill{ font-weight: 600; } .back.eco-thumb-bg .feature_blog_caption span{ float: left; margin-bottom: 0px; margin-right: 10px; } .back.eco-thumb-bg .feature_blog_caption span:last-child{ margin-right: 0px; } .back.eco-thumb-bg .feature_blog_caption .progress-names{ margin-top: 0px; } .eco-thumb-bg .eco-progress-row{ margin-bottom: 50px; } .ralated_causes_grids .eco_flip-container{ height: 520px; } .ralated_causes_grids .progress-wrap { border-width: 2px; } .ralated_causes_grids .progress-wrap .progress{ border-width: 0px; } /* hover effect eco */ .eco_flip-container { perspective: 1000px; transform-style: preserve-3d; -webkit-perspective: 1000px; -webkit-transform-style: preserve-3d; } .eco_flip-container:hover .back { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); } .eco_flip-container:hover .front { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .eco-thumb-bg .eco_flip-container, .front, .back { width: 100%; height:486px; } .eco_flip-container{ /*height:486px;*/ height: 487px; margin-top: 0; margin-bottom: 30px; position: relative; } .three-columns .eco_flip-container, .three-columns .front,.three-columns .back{ height:450px; } .three-columns .back.eco-thumb-bg .feature_blog_caption{ padding: 20px; } .flipper { transition: 0.6s; transform-style: preserve-3d; -webkit-transition: 0.6s; -webkit-transform-style: preserve-3d; position: relative; } .front, .back { backface-visibility: hidden; transition: 0.6s; -webkit-transition: 0.6s; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; position: absolute; top: 0; left: 0; } /* placed above back */ .front { z-index: 2; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); box-shadow: 0px 10px 5px 1px rgba(0, 0, 0, 0.1); border-radius:10px; float: left; height: auto; width: 100%; } .front figure img{ border-radius: 5px; } .back { transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); z-index: -1; } .vertical.eco_flip-container { position: relative; } .vertical .back { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); } .vertical.eco_flip-container:hover .back { transform: rotateX(0deg); webkit-transform: rotateX(0deg); } .vertical.eco_flip-container:hover .front { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); } .eco_flip-container .eco-thumb-bg .eco-progress-row .progress-bar-success span .val{ color:#fff; } /* ============================================= Eco Featured ends ============================================= */ /* ============================================= Eco Donation Form starts ============================================= */ .eco_donation_form{ float: left; position: relative; z-index: 9; width:100%; padding: 0px 0px; } .eco_filing_form{ float: left; width:100%; position: relative; background-image: url(../images/donation_form_bg.jpg); background-size: cover; background-repeat: no-repeat; } .eco_filing_form:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; background-color: rgba(0, 0, 0, 0.8); } .eco_input_your_detail{ float: left; width:100%; } .eco_input_types{ width:100%; height: 50px; border-radius: 5px; } .eco_form_importer .eco_input_types{ height: 50px; padding: 0px 20px; } .eco_form_importer{ float: left; width:100%; text-align: left; padding: 70px 30px; background-color: #fff; } .eco_form_importer .eco_headings{ text-align: left; margin-bottom: 17px; } .eco_importer{ float: left; width:100%; margin-bottom: 20px; } .donation_form_style{ float: left; width:100%; } .eco_importer .chosen-container-active .chosen-single{ border:1px solid #c0c0c0; box-shadow: none; } .chosen-container-single .chosen-single div, .eco_importer .chosen-container-single .chosen-single div b{ background-color: transparent; } .eco_importer .chosen-container-single .chosen-single div b::before{ content:"\f0d7"; font-family: fontawesome; } .form-submit-eco-btn{ float: left; width:100%; } .form-submit-eco-btn button{ color:#fff; border-radius: 5px; } .eco_process_of_counter{ float: left; width:100%; padding: 35px 0 0; } .eco_process_of_counter .eco_counter{ float: left; width:100%; position: relative; } .eco_count_up{ float: left; width:50%; position: relative; } .eco_counter li:before{ position: absolute; content:""; top:54px; right: 0px; width:23px; height: 23px; border-radius: 100%; border:5px solid #dddddd; } .eco_counter li{ float: left; width:100%; } .eco_counter li.left-side:before{ right:auto; left:50%; } .eco_counter li.right-side:before{ right:auto; left:50%; } .eco_counter li { float: left; width: 100%; position: relative; } .eco_counter li.right-side .eco_count_up span i{ /*font-size: 84px;*/ font-size: 58px; line-height: 45px; } .left-side{ float: left; text-align: left; } .eco_count_up span i{ font-size: 50px; display: block; line-height: 45px; margin-bottom: 13px; } .eco_count_up h3{ font-size: 42px; font-weight: bold; color:#fff; display: inline-block; margin-bottom: 3px; text-transform: uppercase; } .eco_count_up p{ font-size: 14px; color:#fff; font-weight: 600; text-transform: uppercase; margin-bottom: 0px; } .eco_counter:before{ position: absolute; content: ""; top:0px; bottom:0px; right: 50%; border-right: 1px solid #fff; margin-right: -12px; } .eco_counter .left-side .eco_count_up{ text-align: right; padding-right: 60px; } .eco_counter .right-side .eco_count_up{ text-align: left; float: none; float: right; padding-left: 82px; } /* ============================================= Eco Donation Form ends ============================================= */ /* ============================================= Eco Our Products starts ============================================= */ .eco_our_products{ float: left; width:100%; } .eco_thumb_blog{ float: left; width:100%; position: relative; border:1px solid #e3e3e3; padding: 20px 10px 20px; overflow:hidden; cursor: pointer; height: auto; } .eco_thumb_blog img{ margin-bottom:15px; } /*============================ default Hover effect /*===========================*/ .mediem_btn_02.tcolor{ overflow:hidden; position:relative; cursor: pointer; } .mediem_btn_02.tcolor:hover{ color:#fff; } .eco_hover_effect{ overflow:hidden; float:left; width:100%; position:relative; cursor: pointer; } .mediem_btn_02.tcolor:before, .eco_hover_effect:before { background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px); -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px); width: 100%; z-index:2; } .mediem_btn_02.tcolor:hover:before, .eco_hover_effect:hover:before { transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px); -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px); } .mediem_btn_02.tcolor:hover:after, .eco_hover_effect:hover:after{ opacity:0.8; top:0px; visibility:visible; } .mediem_btn_02.tcolor:after, .eco_hover_effect:after{ content: ""; height: 100%; left: 0; right:0px; opacity:0.4; visibility:hidden; bottom:0px; position: absolute; top: 0px; width: 100%; z-index:1; } .effective-div { backface-visibility: hidden; color: #fff; text-transform: uppercase; } .eco_hover_effect:hover img{ opacity: 0.6; transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); } .eco_hover_effect img { display: block; max-width: 100%; min-height:auto; position: relative; transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; } /*==================== Hover effect ends /*===================*/ .eco-blog-caption{ text-align: center; } .eco-blog-caption h6{ display: inline-block; border: none; margin-bottom: 5px; padding-bottom: 0px; } .eco-blog-caption .show-sale{ z-index:1; } .eco-blog-caption p{ font-weight: 600; text-transform: uppercase; margin-bottom: 6px; } .eco_hover_btn, .effective-div{ position: absolute; left:0px; right: 0px; top:50%; margin-top: 0px; opacity:0; text-align: center; z-index:3; } .eco_hover_effect:hover .eco_hover_btn, .eco_thumb_blog:hover .effective-div{ margin-top: -18px; opacity:1; } .eco_hover_effect .eco_hover_btn a{ color:#fff; } .eco_hover_effect .eco_hover_btn a:hover{ color: #7abf18; } .eco-filter-div{ float:left; width:100%; border-top:1px solid #e0e0e0; padding:15px 0px 0px; margin-bottom:16px; } .eco_filter-anchor{ float:right; } .eco_filter-anchor li{ float:left; margin-right:40px; } .eco_filter-anchor li:last-child{ margin-right:0px; } .eco_filter-anchor li a{ display:inline-block; font-size:14px; font-weight:600; color:#636363; cursor:pointer; } .filterable-parent-section{ margin-left:0px; margin-right:-30px; } .eco_filterable_columns{ float: left; margin-right: 20px; overflow: hidden; padding-right: 0px; width: 262px; margin-bottom: 30px; } .eco_filterable_columns figure{ float: left; width:100%; } .eco_filterable_columns figure img{ width:100%; } /* ============================================= Eco Our Products ends ============================================= */ /* ============================================= Eco Video section ============================================= */ .eco_video_section{ float:left; width:100%; position:relative; background-image:url(../images/eco_videoscreen_bg.jpg); background-size:cover; background-repeat:no-repeat; padding:67px 0 65px; z-index:1; } .eco_video_section:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; opacity:0.8; z-index:-1; } .eco_video_content{ float:left; text-align:center; width:100%; } .eco_video_content .video-icon-button{ display:inline-block; color:#fff; font-size:100px; line-height:0px; margin-bottom:30px; } .eco_video_content .video-icon-button i{ line-height:109px; display:inline-block; } .eco_video_content h3{ font-size:48px; color:#fff; line-height:48px; font-weight:600; margin-bottom:27px; text-transform:uppercase; } .eco_video_content p{ color: #fff; font-size: 18px; margin: 0 auto 37px; width: 70%; } .eco_video_content .watch-now-button{ font-size:18px; font-weight:600; color:#fff; text-transform:uppercase; line-height:normal; } .eco_video_content .watch-now-button i{ margin-left:12px; } /* ============================================= Eco Video section ends ============================================= */ /* ============================================= Eco events section starts ============================================= */ .eco_events_columns{ float:left; width:100%; } .eco_events_section{ float:left; width:100%; margin-bottom:30px; } .eco_event_img .thumb{ margin-top:0px; } .events-detail{ float:left; width:100%; padding:18px 0 0; } .eco_event_img{ float:left; width:100%; } .eco_event_img img{ width:100%; } .eco_padding{ padding:20px 0px; padding-left:50px; } .events-detail > li{ float:left; width:100%; position:relative; margin-bottom: 18px; z-index: 1; } .events-detail > li:before{ position: absolute; content:""; top:0px; left: 0px; bottom:0px; right: 0px; background: url("../extra-images/event_listing_hover_img01.jpg"); opacity: 0; z-index: -1; border-radius:5px; background-size: cover; } .events-detail > li:after{ position: absolute; content: ""; top:0px; left: 0px; right: 0px; bottom:0px; background-color: #7abf18; opacity: 0; z-index: -1; } .events-detail > li:hover:after{ opacity: 0.8; } .events-detail > li:hover:before{ opacity: 0.8; } .eco_events_columns .events-detail{ padding-top: 8px; } .icon-style:after{ position: absolute; content: ""; top:0px; left:0px; right: 0px; bottom:0px; background-color: transparent; border-radius: 100%; z-index: -1; } .events-detail > li:hover .icon-style{ } .events-detail > li:hover .icon-style:after{ background-color:#fff ; } .events-detail > li:last-child{ margin-bottom:0px; } .icon-style{ float:left; width:90px; height:90px; border-radius:100%; border:4px solid #fff; text-align:center; line-height:82px; color:#fff; font-size:40px; position:absolute; top:16px; left:-73px; z-index:1; } .eco_event_content{ float:left; width:100%; } .eco-list-event, .eco_list_event{ float: none; width: auto; overflow: hidden; } .eco_list_event ul{ float:left; width:100%; height: 420px; } .eco_list_event ul li{ float:left; } .event_meta{ float:left; width:100%; margin-bottom:3px; } .event_meta li small{ text-transform:capitalize; color:#999; float:left; margin-right:10px; } .event_meta li p{ display:inline-block; font-weight:600; margin-right:6px; width:auto; } .event_meta li p a{ margin-left:6px; display:inline-block; font-weight:600; } .event_meta li .meta-author{ display: inline-block; font-weight: 600; margin-right: 6px; color:#2e2e2e; } .event_meta .eco_share{ display:inline-block; font-weight:600; } .event_meta .eco_share i{ margin-right:6px; color:#999999; } .eco-event-title{ float:none; } .eco-event-title h5{ font-weight:500; text-transform:uppercase; margin-bottom:0px; margin-bottom:2px; color:#2e2e2e; } .eco-event-title p{ display:inline-block; font-weight:500; margin-bottom:0px; color:#2e2e2e; } .eco-event-title p i{ margin-right:10px; color:#2e2e2e; } .events-detail > li:hover .event_date_02 b, .events-detail > li:hover .event_meta .eco_share i, .events-detail > li:hover .event_date_02, .events-detail > li:hover .event_meta li p a, .events-detail > li:hover .event_meta li small, .events-detail > li:hover .event_meta .eco_share, .events-detail > li:hover .eco-event-title p, .events-detail > li:hover .eco-event-title p i, .events-detail > li:hover .eco-event-title h5{ color:#fff; cursor:pointer; } /* ============================================= Eco events section ends ============================================= */ /* ============================================= Eco Testimonial starts ============================================= */ .eco-testimonial-section{ float:left; width:100%; position:relative; overflow:hidden; padding:70px 0px 70px; } .eco-testimonial-section .container{ z-index:2; position:relative; } .testimonial-slider-bg:before{ position:absolute; left:0px; right:0px; top:0px; bottom:0px; content:""; background-color:#373737; opacity:0.93; z-index:1; } .testimonial-slider-bg img{ filter: grayscale(100%); -webkit-filter: grayscale(100%); opacity:1; transform:scale(2.1); -webkit-transform:scale(2.1); min-height: 100%; } .eco-testimonial-section .testimonial-slider-bg, .eco-testimonial-section .testimonial-slider-bg .bx-wrapper, .eco-testimonial-section .testimonial-slider-bg .bx-wrapper .bx-viewport{ height:560px; } .eco-testimonial-section .testimonial-slider-bg .bx-wrapper .bx-viewport{ overflow:visible !important; } .eco-testimonial-section .testimonial-slider-bg{ position:absolute; top:0px; left:0px; right:0px; overflow:hidden; text-align:center; z-index:1; } .eco_testimonial-section{ float:left; width:100%; padding-bottom:52px; position:relative; } .eco_testimonial-section:after, .eco_testimonial-section:before{ bottom: 50%; font-family: fontawesome; font-size: 30px; left: 0; margin-bottom: -92px; position: absolute; right: 0; } .eco_testimonial-section:before{ content:"\f10d"; right:auto; left:70px; } .eco_testimonial-section:after{ content:"\f10e"; left:auto; right:70px; } .eco_testimonial-user .img-slide{ display:inline-block; position:relative; margin-bottom:0px; } .bx-wrapper { float: left; width: 100%; } .eco_testimonial-section .eco_testimonial-user .img-slide:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; background-color:#2e2e2e; opacity:0.7; border-radius:100%; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-current .img-slide:before{ opacity:0; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active .img-slide img{ border:none; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-current .img-slide img{ } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-current .img-slide{ border:3px solid #7abf18; border-radius: 100%; } .eco_testimonial-user .img-slide img{ width:100%; border-radius:100%; } .eco_testimonial-user{ float:left; width:100%; } .testimonial-information p{ display:inline-block; color:#fff; font-weight:600; } .eco_testimonial_meta { float: left; width:100%; text-align: center; } .eco_testimonial_meta li{ display: inline-block; } .eco_testimonial_meta li a{ display: block; font-size:18px; font-weight:700; margin-bottom:4px; margin-top:4px; text-transform:uppercase; } .eco_testimonial_meta li small{ display:block; color:#fff; text-transform:capitalize; margin-bottom:20px; } .eco_testimonial-section .slider-for{ width:100%; } .eco_testimonial-section .slider-nav{ width:60%; float:none; margin:0 auto; text-align:center; margin-bottom:21px; } .testimonial-information{ padding: 0 138px; text-align:center; } .eco_testimonial-section .eco_testimonial-user small, .eco_testimonial-section .eco_testimonial-user a{ opacity:0; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active{ transform:translateY(0px); -webkit-transform:translateY(0px); visibility:visible; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active.slick-current{ -webkit-transform:translateY(0px); visibility:visible; } .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active.slick-current a, .eco_testimonial-section .eco_testimonial-user.slick-slide.slick-active.slick-current small{ opacity:1; } .eco_testimonial-section .slick-dots{ bottom: 0px; left: 0; position: absolute; right: 0; margin: 0 auto; text-align: center; } .eco_testimonial-section .slick-slider{ position:static; } .eco_testimonial-section .slick-dots li{ display:inline-block; list-style:none; margin-right:10px; } .eco_testimonial-section .slick-dots li:last-child{ margin-right:0px; } .eco_testimonial-section .slick-dots li button{ width:8px; height:8px; background-color:#cccccc; font-size:0px; padding:0px; border-radius:100%; } /* ============================================= Eco Testimonial ends ============================================= */ /* ============================================= Eco Latest Blog section ============================================= */ .eco_blog_section{ float:left; width:100%; } .eco_blog_section .blog-picture-down .eco_thumb{ margin-bottom:0px; } .eco_blog_column .eco_thumb img{ border-radius:4px; width:100%; } .eco_blog_column figure{ position: relative; float: left; width:100%; } .eco_blog_column.blog-picture-down figure:before{ bottom:auto; top:0px; width: 0; position: absolute; content:""; height: 0; border-style: solid; border-width: 12px 13px 0 13px; border-color: #ffffff transparent transparent transparent; } .eco_blog_column figure:before{ position: absolute; content:""; bottom:30px; left:0px; right: 0px; z-index: 999; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 0 13px 12px 13px; border-color: transparent transparent #ffffff transparent; } .eco_blog_column .eco_thumb{ position:relative; } .eco_blog_column{ margin-bottom:30px; } .blog-picture-down .eco_blog_content{ margin-bottom:24px; } .eco_blog_column{ float:left; width:100%; } .eco_blog_column .eco_thumb{ float:left; width:100%; margin-bottom:30px; } .eco_blog_content{ float:left; width:100%; } .eco_blog_content .eco-event-title{ float:none; width:auto; overflow:hidden; padding-top:0px; } .eco-event-title h5{ width:auto; } .eco_blog_content p{ float:left; width:100%; margin-bottom:0px; } .eco_recent_posts .eco_viewers_meta li{ margin-bottom: 0px; } .eco_viewers_meta{ float:left; width:100%; padding:16px 0 16px; } .eco_viewers_meta{ float: left; } .eco_viewers_meta li a small{ color:#999999; display: inline-block; } .eco_viewers_meta li{ float: left; width: auto; margin-bottom: 0px; } .eco_viewers_meta a{ float:left; font-size:14px; font-weight:500; color:#636363; text-transform:capitalize; margin-right: 8px; padding-right: 8px; position:relative; } .eco_viewers_meta a:before{ position:absolute; content:""; top:6px; right:0px; border-right:1px solid #636363; height:11px; } .eco_viewers_meta li:last-child a{ border-right:none; margin-right:0px; padding-right:none; } .eco_viewers_meta li:last-child a:before{ display:none; } /* ============================================= Eco Latest Blog section ends ============================================= */ /* ============================================= Eco Footer starts ============================================= */ .eco_footer_content{ float:left; width:100%; position:relative; z-index:2; } .eco_footer_columns .clear{ display: none; } .eco_footer_content .eco_sm_titles{ color:#fff; margin-bottom:25px; } .eco_footer_content p{ color:#fff; font-weight:600; margin-bottom:0px; } .eco_footer_content:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; background-image:url(../images/footer-bg-img.jpg); background-size:cover; background-repeat:no-repeat; z-index:-1; } .eco_footer_content:after{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; background-color:#1e1e1e; opacity:0.96; z-index:-1; } .eco_footer_columns{ float:left; width:100%; padding:46px 0px 49px; border-bottom:1px solid #3a3b38; } .eco_offices_info{ float:left; width:100%; } .eco_offices_info .social-icons li:hover a{ background-color:transparent; } .eco_offices_info p{ margin-bottom:14px; } .eco_admin_info { float:left; width:100%; margin-bottom:4px; } .eco_admin_info li{ float:left; width:100%; margin-bottom:13px; } .eco_admin_info li i{ float:left; color:#8f918e; width:30px; font-size:14px; padding:4px 0px 0px; } .eco_admin_info li p{ float:none; width:auto; margin-bottom:0px; } .eco_recent_blog_post{ float:left; width:100%; } .eco_recent_posts{ float:left; width:100%; } .eco_widget_post{ float:left; width:100%; } .eco_widget_post li{ float:left; width:auto; margin-bottom:7px; } .eco_widget_post li:last-child{ margin-bottom:0px; } .eco_recent_posts .eco_thumb{ float: left; margin-right: 13px; margin-top: 4px; width: 60px; } .eco_recent_posts .eco_thumb img{ border-radius:3px; } .eco_post-content{ float:none; overflow:hidden; width:auto; padding:0px 20px 0px 0px; } .eco_post-content small{ font-size:12px; color:#b2b2b2; font-weight:700; text-transform:capitalize; } .eco_post-content p a{ display:inline-block; color:#fff; font-weight:600; } .eco_our_features{ float: left; width:100%; } .eco_feature_campaigns{ float:left; width:100%; } .eco_feature_campaigns li{ float:left; width:100%; padding-left:20px; margin-bottom:14px; position:relative; } .eco_feature_campaigns li:last-child{ margin-bottom:0px; } .eco_feature_campaigns li:before{ position:absolute; content:""; left:4px; top:9px; width:4px; height:4px; background-color:#8f918e; border-radius:100%; } .eco_feature_campaigns li:after{ position:absolute; content:""; left:0px; top:5px; width:12px; height:12px; border:1px solid #8f918e; border-radius:100%; } .eco_feature_campaigns li a{ display:inline-block; color:#fff; font-weight:600; } .eco_widget_gallery{ float:left; width:100%; } .eco_small_gallery_widget{ float:left; width:100%; } .eco_small_gallery_widget ul{ float:left; width:100%; } .eco_small_gallery_widget ul li{ float:left; width:33%; padding:5px; } .eco_small_gallery_widget ul li .eco_thumb{ float:left; width:100%; position:relative; } .eco_small_gallery_widget ul li .eco_thumb div a{ position:relative; width:100%; height:100%; display:inline-block; text-align:center; } .eco_small_gallery_widget ul li .eco_thumb img{ border-radius:3px; } .eco_small_gallery_widget ul li .eco_thumb.eco_hover_effect:hover div{ margin-top:-26px; } .eco_small_gallery_widget ul li .eco_thumb.eco_hover_effect:hover:after{ opacity:0.6; } .eco_small_gallery_widget ul li .eco_thumb.eco_hover_effect:hover div a:before{ left: 2px; } .eco_small_gallery_widget ul li .eco_thumb.eco_hover_effect:hover div a:after{ left: 16px; top: 1px; } .eco_small_gallery_widget ul li .eco_thumb div a:before{ border-bottom: 2px solid #fff; content: ""; height: 10px; left: -20px; margin: 0 auto; position: absolute; right: 0; top: 0; width: 18px; } .eco_small_gallery_widget ul li .eco_thumb div a:after{ border-left: 2px solid #fff; content: ""; height: 16px; left: 18px; margin: 0 auto; position: absolute; right: 0; top: 0; width: 15px; } .eco_template_information{ float:left; width:100%; text-align:center; padding:25px 0px 29px; } .eco_template_information p{ } /* ============================================= Eco events section ends ============================================= */ /* ============================================= Eco Blog detail stars ============================================= */ .close-div{ display: none; } .eco_blog_detail, .eco_blog_detail_post > figure, .eco_blog_detail_post{ float: left; width:100%; } .eco_blog_detail_content{ float: left; width:100%; } .eco_blog_detail_post > figure{ margin-bottom: 25px; overflow: :hidden; } .eco_blog_detail_content h4{ font-size: 22px; font-weight: 500; text-transform: uppercase; color:#2e2e2e; } .eco_blog_detail_post { margin-bottom: 30px; } .eco_blog_detail_post > figure img{ border-radius: 5px; } .date_tag{ float: left; position: absolute; top:0px; left:0px; } .date_tag ul{ height:1110px; float: left; width:100%; padding:0px 0 0; } .date_tag ul li{ border-radius: 0px; background-color: transparent; padding: 10px 0; height: auto; } .date_tag ul li:last-child{ padding-bottom: 0px; } .date_tag ul li span{ font-size: 36px; font-weight: 600; color:#fff; margin-bottom: 9px; display: inline-block; } .date_tag ul li p{ font-size: 12px; color: #fff; font-weight: 600; text-transform: uppercase; line-height: 12px; } .eco_blog_detail_content p{ color:#575757; margin-bottom: 14px; float: left; width: 100%; } .widget_post_author_content p{ margin-bottom: 5px; } .eco_blog_detail_content h4{ margin-bottom: 0px; } .widget_post_content .eco_viewers_meta{ padding: 4px 0 0px; } .eco_blog_detail_content .eco_viewers_meta{ padding: 10px 0 24px; } .eco_blog_detail_post{ } blockquote{ position: relative; float: left; width:100%; border:none; padding: 0px 50px; overflow: hidden; margin-bottom: 10px; } blockquote:after, blockquote:before{ border-color: #dbdbdb; border-style: none none none double; border-width: 4px; bottom: 50%; content: ""; font-size: 30px; height: 80%; left: 0; margin-bottom: -24px; position: absolute; right: 0; } blockquote:before{ right:auto; left:14px; } blockquote:after{ left:auto; right:14px; } blockquote p{ position: relative; display: inline-block; font-size: 16px; color:#2e2e2e; } blockquote p:after, blockquote p:before{ bottom: 50%; font-family: fontawesome; font-size: 30px; left: 0; margin-bottom: -3px; position: absolute; right: 0; background-color: #fff; z-index: 1; } blockquote p:before{ content:"\f10d"; right:auto; left:-48px; } blockquote p:after{ content:"\f10e"; left:auto; right:-48px; margin-bottom: -36px; } .eco_share-tag{ float: left; width:100%; padding: 10px 30px 11px; background-color: #ebebeb; margin-bottom: 30px; margin-top: 15px; } .eco_pagination_shareing_tag{ float: right; } .eco_share-tag span{ float: left; font-size: 16px; color: #2e2e2e; font-weight: 600; padding: 5px 0 0; text-transform: uppercase; margin-right: 20px; } .eco_share-tag .social-icons{ float: left; width: auto; padding-top: 1px; } .eco_share-tag .social-icons li a{ border-color: #d1d1d1; border-width: 1px; color: #636363; font-size: 13px; height: 31px; line-height: 28px; width: 31px; } .eco_share-tag .social-icons li:hover a{ color:#fff; border-color: transparent; } .eco_share-tag span i{ margin-right: 10px; } .eco_pagination_shareing_tag li{ float: left; margin-right: 39px; } .eco_pagination_shareing_tag li:last-child{ margin-right: 0px; } .eco_pagination_shareing_tag li a{ display: inline-block; font-size: 16px; color:#636363; font-weight: 500; text-transform: capitalize; position: relative; padding: 3px 20px 0; } .eco_pagination_shareing_tag li a:before{ position: absolute; content: ""; top:3px; font-size: 16px; color:#636363; left:0px; right: 0px; font-family: fontawesome; } .eco_pagination_shareing_tag li .prev:before{ content: "\f100"; left: 0px; right: auto; } .eco_pagination_shareing_tag li .next:before{ content: "\f101"; right: 0px; left:auto; } .eco_comments_section{ float: left; width:100%; margin-bottom: 30px; } .eco_leave_comment_form h5, .eco_comments_section h5{ font-size: 22px; font-weight: 500; } .eco_comment_info h6{ margin-bottom: 2px; font-weight: 500; color:#333333; } .eco_comments{ float: left; width:100%; } .eco_comments li{ float: left; width:100%; } .eco_viewers_meta li{ width:auto; } .eco_comments li figure{ float: left; width:90px; margin-right: 15px; margin-bottom: 0px; } .eco_comments li figure img{ border-radius: 0px; } .eco_comment_info{ float: none; width: auto; overflow: hidden; } .eco_comment_info .eco_viewers_meta{ padding: 0px; margin-bottom: 9px; } .eco_comments_div .eco_comment_info p{ color:#575757; margin-bottom: 0px; } .eco_comments_div .eco_comment_info p a{ float: right; } .eco_children{ float: left; width:100%; padding-left: 35px; } .eco_comments{ border-top: 1px solid #d1d1d1; } .eco_comments_div{ padding: 30px 0px; float: left; width:100%; } .eco_comments_div{ border-bottom: 1px solid #d1d1d1; } .eco_leave_comment_form{ float: left; width:100%; } .eco_leave_comment_form input{ width:100%; height: 40px; border-radius: 3px; padding: 0px 15px; margin-bottom: 30px; } .eco_leave_comment_form textarea{ width:100%; height: 140px; border-radius: 3px; resize:none; padding: 15px 15px; margin-bottom: 30px; } .eco_leave_comment_form button{ font-size: 14px; font-weight: 600; color:#fff; border-radius: 20px; width:95px; height: 40px; text-align: center; line-height: 40px; text-transform: uppercase; } /* ============================================= Eco Blog detail ends ============================================= */ /* ============================================= Eco event detail starts ============================================= */ .event_slide_pictures{ float: left; width:100%; } .eco_events_images{ float: left; height: 403px; margin-bottom: 20px; overflow: hidden; padding: 0 15px; width: 100%; } .eco_big_event{ float: left; width:100%; position: relative; } .eco_big_event figure{ float: left; width:100%; overflow: hidden; position: relative; } .event_for{ float: left; width:100%; } .eco_big_event figure img{ width:100%; } .event_slide_pictures .event_nav{ float: left; width:100%; } .event_slide_pictures .event_nav .eco_width_menage{ float: left; margin: 0 0 2px 2px; padding-left: 0; width: 49.4% !important; } .event_slide_pictures .event_nav figure{ margin-bottom: 0px; } .no-padding{ padding: 0px; } .eco_events_images .col-md{ padding: 0px; } .eco_blog_detail_content .eco_event_title{ float: left; width:100%; margin-bottom: 10px; } .eco_blog_detail_content .event_meta li small{ margin-right: 0px; } .eco_blog_detail_content .event_meta{ margin-bottom:10px; } .eco_event-orgnizer{ float: left; width:100%; margin-bottom: 15px; } .eco_event-orgnizer figure{ float: left; width:auto; margin-right: 30px; margin-bottom: 0px; } .event_author_content{ float: none; overflow: hidden; width: auto; padding: 13px 0; } .event_orgnizer_points{ float: left; width:100%; } .event_author_content p{ color:#575757; display: inline-block; margin-bottom: 24px; } .event_author_content p span{ display: inline-block; font-weight: 600; } .event_orgnizer_points li{ float: left; width:100%; position: relative; padding-left: 20px; margin-bottom: 11px; } .event_orgnizer_points li:last-child{ margin-bottom: 0px; } .event_orgnizer_points li p{ color:575757; font-weight: 500; margin-bottom: 0px; } .event_orgnizer_points li:before{ position: absolute; content: "\f058"; font-family: fontawesome; font-size: 16px; left:0px; top:0px; } .event_content_page blockquote{ margin-top: 10px; } .radius_icon_event{ float: left; height: 80px; left: 0; margin-bottom: 11px; margin-left: -10px; margin-top: -70px; width: 100%; } .radius_icon_event span{ position: relative; left:0px; right: 0px; top:0px; border-width: 9px; font-size: 40px; line-height: 72px; } .event_column_blog{ float: left; margin-bottom: 15px; width:100%; } .event_content_page{ float: left; width:100%; margin-bottom: 15px; } .eco_event_blog_posts{ float: left; width:100%:; } .eco_event_blog_posts li small{ margin-right: 3px; } .eco_event_blog_posts li p a{ margin: 0px; } .eco_event_blog_posts li p{ margin-right: 2px; } .eco_event_blog_posts .event_date_02{ font-size: 26px; line-height: 24px; } .eco_event_blog_posts .event_date_02 b{ font-size: 16px; } .eco-event-title h3{ padding-top: 0px; } .eco-event-title h3:before{ height: 40px; top: 3px; } .eco-event-title h6{ font-weight: 500; text-transform: uppercase; line-height: 24px; } .eco_event_blog_posts .event_meta{ margin-bottom: 7px; } .eco_event_blog_post .event_meta li p .meta-author{ color:#636363; } .eco_title_border{ float: left; width:100%; } .eco_title_border h4{ font-size: 22px; font-weight: 500; margin-top: -5px; border-bottom: 1px solid #e2e2e2; padding-bottom: 14px; margin-bottom: 30px; } /* ============================================= Eco event detail ends ============================================= */ /* ============================================= Eco blog single ============================================= */ .blog_single_title .eco-event-title{ width:auto; padding-top: 10px; vertical-align: middle; } .blog_single_title .eco-event-title h4{ } .blog_single_page{ float: left; position: relative; width: 100%; } .blog_single_page .mediem_btn_02{ float: left; } .blog_single_page p{ margin-bottom: 29px; text-align: justify; color:#575757; } .blog_single_page figure{ margin-bottom: 20px; } .blog_single_title .eco_viewers_meta{ padding: 13px 0 11px; } .blog_single_page .eco_events_images{ } .eco_event_detail_post{ margin-bottom: 0px; } /* ============================================= Eco event detail ends ============================================= */ /* ============================================= Eco blog listing ============================================= */ .blog_listing_section .eco_blog_column .eco_thumb.eco_hover_effect{ margin-bottom: 0px; } .blog_listing_section .eco_blog_column figure{ width:auto; float: left; margin-right: 30px; } .blog_listing_section .eco_blog_column figure:before{ border-color: transparent #ffffff transparent transparent; border-style: solid; border-width: 13px 12px 13px 0; bottom: auto; height: 0; left: auto; margin-top: -14px; right: 0; top: 50%; width: 0; z-index: 1; } .blog_listing_section .eco_blog_content p{ margin-bottom: 28px; } .blog_listing_section .eco_blog_content { float: none; overflow: hidden; padding: 19px 0 0; width: auto; } .blog_listing_section .eco_blog_content .tcolor{ float: left; } /* ============================================= Eco blog listing ends ============================================= */ /* ============================================= Eco Donate now ============================================= */ .eco_donations_select{ float: left; width:100%; margin-bottom:45px; } .eco_donation_modren{ float: left; width: 100%; margin-bottom: 30px; } .eco-choose-donation{ float: left; width:100%; } .eco-choose-donation .eco_sm_titles{ font-size: 22px; font-weight: 500; margin-bottom: 24px; } .eco_donations_select li{ float: left; margin-right: 0px; text-align: center; width:24%; } .eco_donations_select li:last-child{ margin-right: 0px; width:28%; } .eco_donations_select .kode_radio_style{ text-align: center; background-color: transparent; width:100%; height: 112px; border:1px solid #e0e0e0; padding: 22px 20px 0px; } .kode_radio_style .amount-heading{ margin-bottom: 0px; font-size: 36px; font-weight: bold; line-height: 29px; display: block; margin-bottom: 0px; } .kode_radio_style{ background-color: #000; } .kode_radio_style input[type="radio"]:checked + span:before{ } .kode_radio_style input[type="radio"]:checked ~ small{ } .eco_donations_select .kode_radio_style span:before{ border-radius: 100%; border-color: #666; } .eco_donations_select .kode_radio_style span{ border-radius: 100%; border-color: #666; } .kode_radio_style small{ color:#666; display: inline-block; margin-bottom: 10px; } .ammount_felid_donate{ display: inline-block; width:100%; } .eco_enter_ammount{ float: left; width:100%; } .eco_enter_ammount input{ border:1px solid #e0e0e0; font-size: 14px; color:#b8b8b8; height: 30px; text-transform: capitalize; } .eco_donor_information{ float: left; width:100%; } .donate_checkbox_style{ padding-top: 0px; margin-bottom: 33px; line-height: 5px; } .input_donate_style{ float: left; width:100%; margin-bottom: 30px; } .eco_donor_information input{ border:1px solid #cccccc; color:#b2b2b2; text-transform: capitalize; border-radius: 5px; padding: 0px 0px 0px 20px; } .donate_select_style .chosen-container-single .chosen-single div b:before{ content:"\f107"; font-family: fontawesome; } .donate_select_style .chosen-container-single .chosen-single{ height: 40px; line-height: 36px; } .donate_checkbox_style label small{ font-size: 12px; color: #999999; line-height: normal; } .donate_checkbox_style label { position: relative; } .donate_checkbox_style label span{ border-color: #999999; } .donate_checkbox_style label span:before{ background-color: #e3e3e3; } .donate_checkbox_style label input[type="checkbox"]:checked ~ small{ color: #999999; } .donate_checkbox_style label input[type="checkbox"]:checked ~ span{ background-color: transparent; } .donate_checkbox_style label input[type="checkbox"]:checked ~ span:before{ background-color: transparent; content:"\f00c"; color:#999999; top:0px; font-size: 14px; left: -1px; font-family: fontawesome; } .eco_donate_button .mediem_btn_02{ color:#fff; border-color: transparent; } .donate_pop{ float: left; width:100%; z-index: 9999; } .donate_pop .modal-content{ position: relative; z-index: 99999; background-color: #fff; } #donate-form{ float: left; width:100%; z-index: 99; } #form02{ background-image: url(../images/bg-search1.jpg); background-size: cover; background-repeat: no-repeat; } #form03 .modal-header, #form03{ background-image: url(../images/bg-img.jpg); background-size: cover; background-repeat: no-repeat; } #form03 .modal-header, #form02 .modal-header{ border:none; padding: 30px 40px ; border-radius: 10px 10px 0px 0px; } #form03 .modal-header .modal-title, #form02 .modal-header .modal-title{ text-transform: uppercase; font-weight: 600; color: #fff; } #form03 .donate_checkbox_style label input[type="checkbox"]:checked ~ span::before, #form02 .donate_checkbox_style label input[type="checkbox"]:checked ~ span::before{ top: 0px; } #form03 .modal-content, #form02 .modal-content{ border-radius: 10px; float: left; width:100%; } #form03 .modal-header .close, #form02 .modal-header .close{ border: 1px solid #fff; border-radius: 5px; color: #fff; font-size: 16px; height: 30px; line-height: 0; margin-top: 6px; opacity: 1; width: 30px; } #form03 .modal-header .close i, #form02 .modal-header .close i{ line-height: 0px; } #form03 .modal-body, #form02 .modal-body{ background: #fff none repeat scroll 0 0; float: left; padding: 0 40px; width: 100%; border-radius: 15px; } #form03 .modal-dialog, #form02 .modal-dialog{ max-width:900px; } #form03 .modal-body .eco-choose-donation, #form02 .modal-body .eco-choose-donation{ padding: 30px 0; } /* ============================================= Eco event listing ============================================= */ .event_listing_style { border: 1px solid #e0e0e0; border-radius: 5px; float: left; padding: 25px 70px 29px 0px; position: relative; width: 100%; margin-bottom: 30px; } .event_listing_style:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; opacity: 0; width:100%; background-image: url(../extra-images/event_listing_hover_img01.jpg); background-size:cover; background-repeat: no-repeat; z-index: -1; } .event_listing_style:hover:after{ opacity: 0.7; } .event_listing_style:hover:before{ opacity: 1; } .event_listing_style:after{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; opacity: 0; width:100%; background-color: #000; z-index: -1; } .event_listing_style .icon-style { border: 9px solid #fff; border-radius: 100%; color: #fff; float: left; font-size: 60px; height: 149px; left: -80px; line-height: 132px; margin-top: -75px; position: absolute; text-align: center; top: 50%; width: 146px; z-index: 1; } .event_listing_style .eco_event_content { float: left; padding-left: 100px; padding-top: 0; width: 100%; } .event_listing_style .event_date_02::before { border-right: 3px solid #dbdbdb; bottom: 0; content: ""; height: 50px; position: absolute; right: 0; top: 33px; } .event_listing_style .event_date_02{ padding: 35px 20px 0 0; font-size: 36px; } .event_listing_style .event_date_02 b{ font-size: 24px; } .event_listing_style .eco-event-title .eco_address_marker{ font-size: 14px; font-weight: 600; color:#636363; margin-bottom: 12px; } .event_listing_style .eco_event_content p{ color:#575757; } .event_listing_style:hover .event_meta .eco_share i, .event_listing_style:hover .eco-event-title p i, .event_listing_style:hover .event_meta li p a, .event_listing_style:hover .event_meta li small, .event_listing_style:hover .event_meta a, .event_listing_style:hover .eco-event-title h5, .event_listing_style:hover .eco-event-title .eco_address_marker, .event_listing_style:hover .eco_event_content p{ color:#fff; } /* ============================================= Eco comming soon ============================================= */ .eco_coming_soon{ float: left; width:100%; } .eco_coming_soon{ background-image: url(../extra-images/coming-soon-bg.jpg); background-size: cover; background-repeat: no-repeat; height: 100%; text-align: center; position: relative; z-index: 1; padding: 200px 0px; background-attachment: fixed; } .eco_coming_soon:before{ position: absolute; content:""; top:0px; left:0px; right: 0px; bottom:0px; background-color: #000; opacity: 0.7; z-index: -1; } .eco_logo{ float: left; width:100%; margin-bottom: 47px; } .eco_coming_soon_detail h6{ font-weight: 500; text-transform: capitalize; color:#fff; margin-bottom: 28px; } .eco_coming_soon_detail h1{ font-size: 90px; font-weight: 600; text-transform: uppercase; color:#fff; margin-bottom: 25px; } .coming-soon-radio{ float: left; width:100%; padding: 21px 0px 50px; } .coming-soon-radio li{ margin-right: 26px; float: none; display: inline-block; } .round-cercles{ display: inline-block; height: 131px; width: 131px; border:1px solid #fff; border-radius: 100%; padding-top: 29px; background: rgba(255,255,255,0.1); } .coming-soon-radio li:last-child{ margin-right: 0px; } .round-cercles span{ font-size: 48px; font-weight: 600; color: #fff; display: inline-block; text-transform: uppercase; margin-bottom: 9px; line-height: 40px; } .round-cercles p{ color: #fff; text-transform: uppercase; } .eco_logo a{ display: inline-block; } .coming-soon_submit{ display: inline-block; width: 582px; position: relative; } .coming-soon_submit input{ width:100%; height: 55px; border:none; border-radius: 5px; padding-left: 20px; } .coming-soon_submit button{ position: absolute; top:4px; right: 4px; width:111px; height: 47px; text-transform: uppercase; color: #fff; font-size: 14px; font-weight: 500; line-height: 47px; text-align: center; border-radius: 5px; } /* ============================================= Eco comming soon ends ============================================= */ /* ============================================= Eco project listing starts ============================================= */ .eco_project_listing{ float: left; width:100%; position: relative; } .eco_project_listing_column{ float: left; width:100%; position: relative; margin-bottom: 50px; } .eco_project_listing_column:before{ border: 1px solid #e0e0e0; bottom: 0; content: ""; left: 20px; min-height: 212px; position: absolute; right: 0; top: -20px; z-index: -1; } .eco_project_listing_column figure{ float: left; margin-right: 20px; width: auto; } .eco_listing_caption{ float: none; width: auto; overflow: hidden; padding-top: 9px; } .eco_listing_caption h5{ margin-bottom: 4px; } .eco_listing_caption small{ display: inline-block; font-weight: 600; text-transform: uppercase; margin-bottom: 13px; } .eco_listing_caption p{ margin-bottom: 11px; } .eco_listing_caption a{ font-size: 14px; font-weight: 'medium'; text-transform: capitalize; color:#575757; } .limited-margin-bottom{ margin-bottom: 30px; } /* ============================================= Eco project listing ends ============================================= */ /* ============================================= Eco 404 page not found ============================================= */ .page_not_found{ float: none; display: inline-block; width:60%; text-align: center; margin-bottom: 30px; } .eco-big-title{ float: left; width:100%; } .eco-big-title h3{ font-size: 90px; color:#2e2e2e; margin-top: -21px; margin-bottom: 3px; } .eco-big-title p{ font-weight: 600; width:65%; text-align: center; margin: 0 auto; margin-bottom: 2px; } .page_not_found form{ width:60%; float: none; display: inline-block; text-align: center; } .eco_404-page{ float: left; width:100%; text-align: center; } .eco_404-page .search-menu_02{ margin-bottom: 50px; } .spacial-btn{ display: inline-block; width:202px; height: 48px; color:#fff; font-weight: 700; text-align: center; text-transform: uppercase; border-radius: 30px; } /* ============================================= Eco 404 page not found ends ============================================= */ /* ============================================= Eco project gallery ============================================= */ .main-container{ margin-bottom: 30px; } .masonry-item{ } .main-container .masonry-item img{ border-radius: 5px; } .main-container .masonry-item{ padding: 2px; } .filterable-gallery_imgs .eco_filterable_columns{ margin-bottom: 30px; } /* ============================================= Eco team volunteers columns ============================================= */ .eco_team_volunteers{ float: left; width:100%; } .team_volunteers_img{ float: left; width:100%; position: relative; text-align: center; margin-bottom: 26px; padding-top: 0px; } .team_volunteers_img figure{ border-radius: 100%; display: inline-block; margin-bottom: 16px; -webkit-border-radius:100%; -moz-border-radius:100%; float: left; border:3px solid #d6d6d6; width:100%; } .team_volunteers_img .eco_hover_effect{ border-radius: 100%; -moz-border-radius:100%; -webkit-border-radius:100%; } .team_volunteers_img .eco_hover_effect:after{ -moz-border-radius:100%; -webkit-border-radius:100%; } .team_volunteers_img figure img{ width:100%; border-radius: 100%; -moz-border-radius:100%; -webkit-border-radius:100%; } .volunteers-caption h5{ margin-bottom: 7px; } .volunteers-caption h6{ color:#575757; font-weight: 500; } .padding-top{ padding-top: 40px; } .padding-bottom{ padding-top: 40px; margin-bottom: 16px; } /* ============================================= Eco team volunteers ends ============================================= */ /* ============================================= Eco content us ============================================= */ #eco_map_marker{ float: left; width:100%; height: 500px; } .location-marker{ background: #fff; display: inline-block; float: none; margin: 0 auto; padding: 31px 20px 20px; width: 290px; } .location-marker li i{ } .gm-style .gm-style-iw{ top:26px !important; } .eco_contact_form{ float: left; width:100%; padding: 0px 15px; box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.4) ; margin-bottom: 70px; } .your-submit-message{ float: left; width:100%; padding: 46px 30px 50px; } .your-submit-message .eco_sm_titles{ margin-bottom: 25px; } .writeing-felid{ float: left; width:100%; } .writeing-felid input[type="text"]{ width:100%; margin-bottom: 20px; } .writeing-felid textarea{ width:100%; resize:none; border:1px solid #cccccc; min-height: 132px; margin-bottom: 20px; } .xsmall-btn{ color:#fff; width:95px; height: 40px; } .your-submit-message h5 i{ float: right; } .eco_detail_address{ float: left; width:100%; } .eco_detail_address{ float: left; width:100%; padding: 46px 30px 50px; } .eco_detail_address .eco_admin_info li i, .eco_detail_address p, .eco_detail_address h5{ color:#fff; } .eco_detail_address > h5{ margin-bottom: 20px; } .eco_detail_address > p{ margin-bottom: 44px; } .eco_detail_address .eco_admin_info{ margin-bottom: 30px; } .eco_our_sponsors{ float: left; width:100%; margin-bottom: 30px; } .eco-sponsors_logo{ float: left; width:100%; } .eco-sponsors_logo .item{ } .eco-sponsors_logo .item a{ display: inline-block; border:1px solid #e0e0e0; width: 165px; min-height: 116px; padding: 20px; } /* ============================================= Eco content us ends ============================================= */ /* ============================================= Eco about autoplay ============================================= */ .eco_about-us-section{ float: left; width:100%; margin-bottom: 30px; } .eco_about-us-data{ background: #fff none repeat scroll 0 0; float: left; left: -60px; padding: 30px 0 53px 48px; position: relative; top: 30px; width: 100%; } .eco_about-us-data ul{ float: left; width:100%; margin-bottom: 32px; } .eco_about-us-data ul li{ float: left; margin-right: 15px; } .eco_about-us-data ul li a{ display: inline-block; background-color: transparent; color:#d6d6d6; border:1px solid; font-weight: 700; border-color: #d6d6d6; } .eco_about-us-data ul li:hover a, .eco_about-us-data ul li.active a{ color:#fff; border-color: transparent; } .eco_small-blogs{ float: left; width:50%; padding: 28px 20px 0px 0; } .eco_small-blogs span{ float: left; width:40px; text-align: center; font-size: 40px; margin-right: 14px; padding: 4px 0px; } .small-blog_caption{ float: none; overflow: hidden; width: auto; } .small-blog_caption h5{ margin-bottom: 6px; } .about-us-play{ position: relative; } .about-us-play a{ border: 4px solid #fff; border-radius: 100%; font-size: 30px; height: 80px; left: 0; line-height: 71px; margin: -58px auto 0; overflow: hidden; padding: 0 27px; position: absolute; right: 0; text-align: center; top: 50%; width: 80px; } /* ============================================= Eco eco about autoplay ends ============================================= */ /* ============================================= donate row section ============================================= */ .eco_donate-bar{ float: left; width:100%; } .eco_donate_style-bar{ float: left; width:100%; padding: 50px 0px; } .eco_donate_style-bar h3{ display: inline-block; float: left; font-size: 28px; color:#fff; font-weight: 500; margin-bottom: 0px; padding: 7px 0px 0px; text-transform: uppercase; } .white-style{ float: right; border-color: #fff; font-weight: 700; border-width: 2px; color:#fff; } .white-style:hover{ background-color: #fff; } /* ============================================= services section ============================================= */ .eco_simple_services{ float: left; width:100%; padding: 62px 0px 68px; background-color: #f0f0f0; } .padding-top-services{ padding-top: 60px; float: left; width:100%; } .eco_normal-offers .eco_feature_campaigns li a{ color:#575757; } .eco_simple_services .eco_heading_style_02 h3{ margin-bottom: 27px; } .eco_simple_services .eco_heading_style_02 h3 b{ padding-bottom: 7px; } .eco_normal-offers p{ margin-bottom: 24px; } .eco_donation_recycling{ float: left; width:100%; position: relative; background-image: url(../extra-images/donate_services_bg.jpg); background-size: cover; background-repeat: no-repeat; z-index: 1; padding: 62px 0px 70px; } .eco_donation_recycling:before{ position: absolute; content:""; top:0px; left: 0px; right: 0px; bottom:0px; background-color: #000; opacity: 0.7; z-index: -1; } .eco_donation-caption { margin: 0 auto; text-align: center; width: 50%; } .eco_donation-caption a{ display: inline-block; } .eco_donation-caption .eco_headings{ margin-bottom: 42px; } .eco_donation-caption .eco_headings h3{ margin: 0px; font-weight: 600; } .eco_donation-caption .logo{ margin-bottom: 26px; } .eco_donation-caption p{ color:#fff; margin-bottom: 43px; } /* ============================================= services section ============================================= */ .cause-detail-style{ float: left; width:100%; margin-bottom: 0px; } .cause-detail-style .eco_blog_detail_content blockquote{ margin-bottom: 46px; margin-top: 29px; } .eco_donate-bar02{ float: left; width:100%; padding: 15px 30px; } .eco_donate-bar02 .progress-bar.progress-bar-success{ border-radius:30px; } .eco_donate-bar02 .eco-progress-row{ float: left; width: 70%; margin-top: 0px; padding-top: 0px; padding-bottom: 0px; } .eco_donate-bar02 .progress .eco_progress-heading.skill, .eco_donate-bar02 .eco-progress-row .progress .skill .val{ color:#fff; font-weight: 700; } .eco_donate-bar02 .progress.skill-bar { background-color: #e0e0e0; border: 3px solid #e0e0e0; border-radius: 10px; height: 15px; margin-bottom: 0; } .eco_donate-bar02 .progress-wrap{ margin-bottom: 0px; } .eco_donate-bar02 .eco-progress-row span{ color:#fff; font-weight: 600; } .eco_donate-bar02 a{ float: right; } .eco_count_cause_up{ float: left; width:100%; padding: 10px 0px 16px; } .eco_count_cause_up ul{ float: left; width:100%; text-align: center; } .eco_count_cause_up ul li{ display:inline-block; width:24%; text-align: center; padding: 0 0px; position:relative; margin: 0 auto } .eco_count_cause_up ul li:before{ position: absolute; content:""; top:0px; right: 0px; bottom:0px; border-right: 2px solid #e5e5e5; height: 30px; margin: auto; } .eco_count_cause_up ul li:last-child{ padding-right: 0px; } .eco_count_cause_up ul li:last-child:before{ display: none; } .eco_count_cause_up ul li span{ display: inline-block; font-size: 28px; font-weight: bold; } .eco_count_cause_up ul li p{ font-weight: 600; text-transform: uppercase; margin-bottom: 0px; } /* ============================================= Ralated causes grid ============================================= */ .ralated_causes_grids .feature_blog_caption h5{ font-size: 15px; } .ralated_causes_grids{ float: left; width: 100%; } .ralated_causes_grids .three-columns .eco_flip-container, .ralated_causes_grids .three-columns .front, .ralated_causes_grids .three-columns .back{ height: 435px; } .volenteers_style_02 .event_orgnizer_points li{ padding-left: 0px; } .volenteers_style_02 .event_orgnizer_points li:before{ display: none; } .volenteers_style_02 .event_orgnizer_points li p strong{ color:#575757; font-weight: 600; } .volenteers_slider_style .slick-next.slick-arrow, .volenteers_slider_style .slick-prev.slick-arrow{ } .widget_post_slider.volenteers_slider_style .slick-prev.slick-arrow{ right: 45%; } .widget_post_slider.volenteers_slider_style .slick-next.slick-arrow{ left: 45%; } .volenteers_slider_style{ padding-bottom: 20px; } .eco_input{ float: left; width:100%; } .eco_input input{ width:100%; margin-bottom: 20px; } /* ============================================= picture blog ============================================= */ .eco_picture-blog{ float: left; width:42%; margin-right: 30px; } .eco_picture-blog .eco_width_menage{ float: left; width:50%; } .eco_picture-blog .eco_width_menage figure{ margin-bottom: 0px; } .eco_picture-blog .eco_width_menage figure img{ border-radius: 5px;padding: 2px; } .eco_nature_captions{ float: none; width:auto; } /* ============================================= Team Detail ============================================= */ .eco_team_detail_column{ float: left; width:100%; } .team-detail-items{ float: left; width:40%; margin-right: 30px; } .eco_descriptions_tabs{ float: left; width:100%; overflow: hidden; margin-bottom: 50px; } .eco_descriptions_tabs ul{ float: left; width:100%; border-bottom: 1px solid #cccccc; } .eco_descriptions_tabs ul li{ float: left; padding-right: 30px; } .eco_tabs_content_description{ float: left; width:100%; margin-bottom: 50px; } .eco_descriptions_tabs ul li a{ display: inline-block; font-size: 16px; color:#575757; font-weight: 600; text-transform: uppercase; position: relative; padding-bottom: 13px; } .eco_descriptions_tabs ul li a:before{ position: absolute; content:""; bottom:-1px; left: 0px; transform:translateX(-150px) perspective(100px); -webkit-transform:translateX(-150px) perspective(100px); width:100%; border-bottom: 1px solid transparent; } .eco_descriptions_tabs ul li.active a:before, .eco_descriptions_tabs ul li:hover a:before{ transform:translateX(0px) perspective(100px); -webkit-transform:translateX(0px) perspective(100px); } .eco_descriptions_tabs ul li.active a, .eco_descriptions_tabs ul li:hover a{ } /* ============================================= product Detail ============================================= */ .product-detail-items{ float: left; width:40%; margin-right: 30px; margin-bottom: 50px; } .product-slider li figure{ border:1px solid #e2e2e2; } .product-detail-items .bx-wrapper{ margin-bottom: 20px; } .product-slider{ float: left; width:100%; } #product-pager{ float: left; width:100%; } #product-pager li a{ display: inline-block; position: relative; border:1px solid #ccc; } #product-pager li a:before{ position: absolute; content:""; top:0px; left: 0px; right: 0px; bottom:0px; background-color:#fff; opacity: 0.5; } #product-pager li a.active:before{ opacity: 0; } .product-detail-items .bx-controls-direction a{ display: inline-block; height: 20px; } .product-detail-items .bx-controls-direction a:hover{ background-position: 0px; } .product-detail-items .bx-controls-direction .bx-prev{ background-image: url(../images/arrows/left.png); background-repeat: no-repeat; background-size: contain; } .product-detail-items .bx-controls-direction .bx-next{ background-image: url(../images/arrows/right.png); background-repeat: no-repeat; background-size: contain; } .product-detail-items .bx-controls-direction { bottom: -76px; left: -16px; position: absolute; right: -32px; } .product-detail-items ul{ float: left; width:100%; text-align: center; } .product-detail-items ul li{ display: inline-block; margin-right: 5px; } .product-detail-items ul li:last-child{ margin-right: 0px; } .just-team-for-detail{ float: none; overflow: hidden; width: auto; padding: 14px 0px 0px; } .team-detail-items{ float: left; width:40%; margin-right: 30px; } .team-detail-items figure{ border:1px solid #e2e2e2; } .eco-others-details h3{ font-weight: 600; text-transform: uppercase; color:#2e2e2e; } .eco-others-details h5{ font-weight: 600; float: left; width: auto; padding: 4px 0px 0px; margin-bottom: 0px; } .eco-others-details h5 del{ margin-right: 10px; font-weight: 400; } .eco-others-details { float: none; width: auto; overflow: hidden; padding: 12px 0px 0px; } .just-team-for-detail .eco_headings, .eco-others-details .eco_headings{ float: none; width: auto; text-align: left; margin-bottom: 15px; } .just-team-for-detail .eco_headings h3, .eco-others-details .eco_headings h3{ margin-bottom: 4px; } .just-team-for-detail .eco_headings h5, .eco-others-details .eco_headings h5{ margin-bottom: 0px; } .volenteer_blockquote blockquote{ margin: 47px 0 41px; } .volenteer_blockquote{ float: left; width:100%; margin-bottom: 40px; } .eco_social-communications, .detail-communication { float: left; width: 100%; margin-bottom: 24px; } .eco_social-communications a{ display: inline-block; font-size: 14px; color:#fff; float: right; padding: 4px 10px 6px; border-radius: 5px; } .eco_social-communications a i{ margin-right: 5px; } .detail-communication .eco_admin_info li{ margin-bottom: 3px; } .detail-communication .eco_admin_info li:last-child{ margin-bottom: 0px; } .eco_team_detail_column > p { display: inline-block; } .detail-communication .social-accounts{ border:none; float: none; float: right; padding: 11px 0 0; } .detail-communication .social-accounts li a{ color:#636363; } .detail-communication .eco_admin_info{ width: auto; } .eco_area_experince p{ margin-bottom: 20px; } .eco_team_detail_column p{ color:#575757; } .eco_skills, .eco_area_experince{ float: left; width:50%; padding-right: 15px; } .detail-communication, .eco_social-communications { border-bottom: 1px solid #e2e2e2; border-top: 1px solid #e2e2e2; float: left; width: 100%; padding: 15px 0px 13px; } .eco_skills p{ margin-bottom: 12px; display: inline-block; } .eco_expertise{ float: left; width:100%; } .eco_expertise li{ position: relative; float: left; width:100%; padding-left: 30px; margin-bottom: 9px; } .eco_expertise li:last-child{ margin-bottom: 0px; } .eco_expertise li:before{ position: absolute; content:"\f00c"; font-family: fontawesome; top:0px; left:0px; font-size: 18px; } .eco_expertise li p{ color:#636363; font-weight: 600; margin-bottom: 0px; } .eco_skills h5, .eco_area_experince h5{ margin-bottom: 20px; } .eco_skills .eco-progress-row{ margin-bottom: 4px; padding-bottom: 0px; } .eco_skills .progress-wrap{ margin-bottom: 0px; } .eco_skills .eco-progress-row:last-of-type{ margin-bottom: 0px; } .eco_count_up_btns{ float: left; width:auto; padding: 1px 0; margin-right: 15px; } .product_title_rate .eco_sm_titles{ font-size: 22px; margin-bottom: 9px; } .product_title_rate { float: left; margin-bottom: 20px; width: 100%; } .product_title_rate small{ color:#636363; } .eco-others-details p{ margin-bottom: 25px; } .eco_count_up_qty{ float: left; width:112px; border:1px solid #cccccc; overflow: hidden; border-radius: 30px; } .eco_count_up_qty input{ background-color: transparent; border: medium none; box-shadow: none; float: left; height: 40px; line-height: 0; margin: -3px 0 0; padding: 0; position: relative; text-align: center; width:36.5px; } .eco_count_up_qty .qtyminus{ width:37px; } .eco_count_up_qty input:focus{ color:#fff; } .eco_count_up_qty .qty{ border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; } .eco_count_up_qty .qtyminus, .eco_count_up_qty .qtyplus{ font-size: 20px; color:#2e2e2e; } .eco_count_up_qty .qtyplus{ height: 38px; margin-top: -1px; } .eco_count_up_qty .qtyminus{ line-height: 0px; margin-top: -3px; } .social-color-change li a{ border-color: #666; color:#666; border-width: 1px; } .social-color-change li:hover a{ color:#fff; border-color: transparent; } .eco-meta-category{ float: left; } .eco-meta-category li p{ font-weight: 500; color:#2e2e2e; text-transform: uppercase; } .eco-meta-category li{ float: left; margin-right: 10px; } .eco-meta-category li a{ font-size: 14px; text-transform: capitalize; color:#636363; } .eco-others-details .btn-likes-heart{ margin-right: 15px; } .eco-others-details .social-color-change{ padding: 29px 0px 24px; } .product_detail_leave_msg .margin-product{ margin-bottom: 14px; } .product_detail_leave_msg input{ margin-bottom: 20px; } .product_detail_leave_msg h5{ border-bottom: 1px solid #ccc; padding-bottom: 15px; } .small-title{ display: inline-block; font-size: 14px; color:#636363; font-weight: 500; line-height: 10px; margin-top: -3px; text-transform: capitalize; } .eco_your-rateing-stars{ float: left; margin-bottom: 7px; width:100%; } .eco_your-rateing-stars li{ float: left; margin-right: 20px; } .eco_your-rateing-stars li:last-child{ margin-right: 0px; } .your-rateing label input{ display: none; } .your-rateing span{ display: inline-block; font-size: 14px; color:#999999; } .your-rateing span i{ position: relative; } .your-rateing span i:after{ position: absolute; content:"\f005"; font-size: 14px; top:0px; left: 0px; right: 0px; bottom:0px; font-family: fontawesome; opacity: 0; } .your-rateing label input[type="radio"]:checked ~ span i:after{ opacity: 1; } /* ============================================= product Detail ends ============================================= */ /* ====================================================== Home 2 page two starts ====================================================== */ /* ============================================= Eco Home 2 Top row start ============================================= */ .kode_top_strip{ float:left; width:100%; padding:14px 0px 14px 0px; background-color:#1d1d1d; } .kode_top_left_cap{ float:left; width:100%; } .kode_top_social_ico ul, .kode_top_left_cap ul{ float:left; width:100%; } .kode_top_left_cap ul li{ float:left; } .kode_top_left_cap ul li a{ margin-right:26px; display:inline-block; color:#fff; } .kode_top_left_cap ul li:last-child a{ margin-right: 0px; } .kode_top_left_cap ul li i{ margin-right:9px; color:#fff; } .kode_top_social_icon{ float:right; } .kode_top_social_icon ul li{ float:left; } .kode_top_social_icon ul li a{ margin-left:15px; display:inline-block; color:#fff; } /* ============================================= Home 2 Top Strip ends ============================================= */ /* ============================================= Eco Home 2 navigaion row ============================================= */ .kode_top_navigation{ float:left; width:100%; border-bottom:1px solid #61c697; } .top_navi_bar{ float:left; width:100%; } .kode_top_logo{ float:left; padding:20px 0px; } .kode_top_logo h1{ font-size: 24px; line-height: 24px; margin-bottom: 0px; } .kode_top_logo a{ display: inline-block; } .kode_top_donate{ float:right; position:relative; } .kode_top_donate::after { border-bottom: 3px solid #03a313; bottom: 0; content: ""; left: 0; position: absolute; right: 0; } .kode_top_donate button{ padding:35px 23px; color:#fff; display:inline-block; text-transform:uppercase; font-weight:bold; } .kode_top_donate a:hover{ } .kode_top_donate .shop-items{ float: none; padding:34px 17px; color:#fff; margin:0px 0px 0px -3px; position:relative; border-left: 1px solid #fff; } .kode_top_donate .shop-items:before{ background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0; border-radius: 100%; bottom: 0; color: #03af14; content: "3"; font-size: 10px; font-weight: bold; height: 15px; line-height: 14px; position: absolute; right: 9px; text-align: center; top: 24px; width: 15px; } .kode_content_navigation{ float: right; } .kode_navigation{ float:left; } .kode_navigation ul{ float:left; width:100%; } .kode_navigation ul li{ float:left; position:relative; } .kode_navigation > ul > li > a{ display:inline-block; padding:36px 22px; font-size:15px; font-weight:bold; text-transform:uppercase; position:relative;; color:#666; } .kode_navigation > ul > li > ul > li > a:after{ display: none; } .kode_navigation > ul > li > a.active, .kode_navigation > ul > li > a:hover{ background-color:#f3f3f3; } .kode_navigation > ul > li > a.active{ font-weight:bold; } .kode_navigation > ul > li > a:after{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border-bottom:2px solid transparent; width:0px; } .kode_navigation > ul > li > a.active:after, .kode_navigation > ul > li > a.active:before, .kode_navigation > ul > li > a:hover:before, .kode_navigation > ul > li > a:hover:after{ width:100%; } .kode_navigation > ul > li > a:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border-top:2px solid transparent; } /* ============================================= Home 2 navigaion row ends ============================================= */ /* ============================================= Eco Home 2 banner ============================================= */ .kode_sab_banner{ float: left; width: 100%; position: relative; z-index: -1; } .kode_sab_banner figure{ width:100%; position:relative; } .position-right .kode_banner_caption{ /*margin: -160px auto 0;*/ text-align: right; padding-left: 29%; } .position-left .kode_banner_caption{ padding-right: 29%; text-align: left; /*margin: -160px auto 0 auto;*/ } .position-center .kode_banner_caption{ /*margin: -160px auto 0 auto;*/ padding-right: 29%; text-align: center; } .kode_banner_caption{ bottom: 0; left: 0; margin: -160px auto 0; position: absolute; right: 0; top: 50%; } .kode_banner_caption h3{ text-transform:uppercase; color:#fff; margin-bottom:6px; font-size: 60px; font-weight:bold; } .kode_banner_caption h3 span{ display:block; margin-top:-8px; } .kode_banner_caption p{ color:#fff; font-style:Italic; font-size:18px; padding:0px; margin-bottom:25px; } .kode_banner_caption a{ display:inline-block; padding:10px 30px; color:#fff; border-radius:30px; text-transform:uppercase; font-weight:bold; } .kode_banner_caption a:hover{ background-color:#000; } /*bxslider*/ .kode_sab_banner .bx-controls-direction { display: none; } .kode_sab_banner .bx-pager.bx-default-pager { display: none; } .kode_sab_banner .bx-wrapper{ margin:0px; } /* ============================================= Home 2 banner ends ============================================= */ /* ============================================= Eco Home 2 eco services ============================================= */ .kode_eco_service{ float:left; width:100%; } .kode_eco_hdg{ float:left; width:100%; text-align:center; margin-bottom:40px; margin-top: -10px; } .kode_eco_hdg h2{ text-transform:uppercase; font-weight:bold; position:relative; margin-bottom:6px; } .kode_eco_hdg h2:before{ border-bottom: 1px solid #ddd; bottom: -18px; content: ""; left: -129px; margin: auto; position: absolute; right: 0; top: 0; width: 114px; z-index: -1; } .kode_eco_hdg h2:after{ border-top: 1px solid #ddd; bottom: -18px; content: ""; left: 0; margin: auto; position: absolute; right: -132px; width: 114px; } .kode_eco_hdg span{ font-weight:20px; background-color:#fff; color:#ddd; font-size:25px; position:relative; } .kode_eco_hdg span::after { border-left: 1px solid; bottom: 0; content: ""; height: 12px; left: 136px; position: absolute; right: 0; top: 8px; } .kode_eco_hdg span::before{ border-right: 1px solid; bottom: 0; content: ""; height: 12px; left: -110px; position: absolute; top: 8px; } .kode_eco_solar{ float:left; width:100%; text-align:center; margin-bottom: 30px; } .kode_eco_solar span{ border-radius:5px; color: #fff; display: inline-block; font-size: 30px; height: 70px; line-height: 70px; text-align: center; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 70px; margin-bottom:38px; background-color:#666666; } .kode_eco_solar span::before { border: 1px solid #666666; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; transform: rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); z-index: -1; border-radius:5px; } .kode_eco_solar i { transform: rotate(-46deg); -moz-transform:rotate(-46deg); -webkit-transform:rotate(-46deg); } .kode_eco_solar h5{ display:block; padding:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:19px; font-weight:bold; } .kode_eco_solar p{ margin-bottom:24px; line-height:25px; } .kode_eco_support_caption a, .kode_eco_solar a{ display:inline-block; padding:7px 23px 7px 7px; font-size:14px; text-transform:uppercase; font-weight:bold; border:1px solid #666666; border-radius:20px; } .kode_eco_solar:hover a{ color:#fff; } .kode_eco_support_caption .fa.fa-angle-right, .kode_eco_solar .fa.fa-angle-right { background-color: #666666; border-radius: 100%; height: 24px; line-height: 24px; text-align: center; width: 24px; color:#fff; margin-right:10px; color:#f7f7f7; } .kode_eco_solar:hover .fa.fa-angle-right{ background-color:#fff; color:#747474; } /* ============================================= Home 2 eco services ends ============================================= */ /* ============================================= Eco Home 2 count up ============================================= */ .kode_counter_wraper{ float:left; width:100%; position:relative; border-bottom:1px solid #efefef; } .kode_counter_wraper:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border-bottom:1px solid transparent; width:0px; } .kode_counter_wraper:hover:before{ width:100%; } .kode_eco_count{ float:left; width:20%; text-align:center; padding:32px 0 40px; border-top:1px solid #efefef; border-right:1px solid #efefef; position:relative; } .kode_eco_count:before{ position:absolute; content:""; top:0px; left:0px; right:0px; border-top:5px solid transparent; width:0px; } .kode_eco_count:hover:before{ width:100%; } .kode_eco_count span { display: inline-block; font-size:36px; margin-bottom:4px; color:#3c3c3c; margin-right:4px; } .kode_eco_count .counter { display: inline-block; font-size:40px; color:#212121; font-weight:600; } .kode_eco_count_cap{ float:left; width:100%; } .kode_eco_count_cap p{ text-transform:uppercase; font-weight:bold; color:#999; } /* ============================================= Home 2 count up ends ============================================= */ /* ============================================= Eco Home 2 support services ============================================= */ .kode_support_wraper{ float:left; width:100%; background-image:url("../images/backb2.png"); background-position:center; background-repeat:no-repeat; } .kode_eco_support_caption{ float:left; width:100%; text-align:center; margin-bottom: 30px; } .kode_eco_support_caption h3{ color:#fff; text-transform:uppercase; font-size:72px; font-weight:500; margin-bottom: 2px; line-height:60px; margin-top: -3px; } .kode_eco_support_caption h2{ color:#fff; text-transform:uppercase; font-size:100px; font-weight:500; line-height:normal; margin-bottom: 1px; } .kode_eco_support_caption h4{ color:#fff; text-transform:uppercase; margin-bottom: 25px; } .kode_eco_support_caption a{ color:#fff; border:none; } .kode_solar_caption a:hover, .kode_eco_support_caption a:hover{ background-color:#000; } .kode_eco_support_caption .fa.fa-angle-right{ background-color:#fff; color:#333; } /* ============================================= Home 2 support services ends ============================================= */ /* ============================================= Eco Home 2 eco power services ============================================= */ .kode_eco_power_wraper{ float:left; width:100%; } .kode_eco_solar_pow{ float:left; width:100%; border-bottom-right-radius:15px; padding-bottom: 30px; border:1px solid #e2e2e2; margin-bottom: 30px; } .kode_eco_solar_pow img{ width:100%; transform: scale(1.0); -moz-transform:scale(1.0); -webkit-transform:scale(1.0); } .kode_eco_solar_pow:hover img{ transform: scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); } .kode_eco_solar_pow figure{ position:relative; display:block; overflow:hidden; } .kode_solar_caption{ float:left; width:100%; text-align:center; position:relative; margin-top:-1px; } .kode_solar_caption h6{ font-weight: bold; padding: 14px 0 13px; position: relative; text-align: center; text-transform: uppercase; color:#fff; margin-bottom:22px; } .kode_solar_caption p{ margin-bottom:26px; line-height:24px; } .kode_solar_caption a{ display:inline-block; padding:4px 25px 5px 25px; border-radius:20px; text-transform:uppercase; color:#fff; } /* ============================================= Home 2 eco power services ends ============================================= */ /* ============================================= Eco Home 2 gallery ============================================= */ .kode_gallery_wraper{ float:left; width:100%; } .kode_eco_gallery_fig{ float:left; width:100%; } .kode_eco_gallery_fig ul{ float:left; width:100%; } .kode_coo_gall{ float:left; padding:0px; } .kode_coo_gall img { width: 100%; } .kode_coo_gall figure, .kode_coo_gall figure{ position:relative; display:block; overflow:hidden; } .kode_coo_gall figure:after, .kode_coo_gall figure:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; } .kode_coo_gall figure:after{ background-color:#000000; opacity:0.25; } .kode_coo_gall:hover figure:before{ opacity:1; } .kode_eco_gallery_cap{ bottom: -80px; left: 20px; position: absolute; right: 0; z-index: 999; transition:all 0.3s ease-in-out; } .kode_coo_gall:hover .kode_eco_gallery_cap, .kode_coo_gall:hover .kode_eco_gallery_cap{ bottom:20px; } .background-color-fix.kode_coo_gall figure:before{ opacity: 1; z-index: 2; background-color: #7abf18; } .kode_eco_gallery_cap h5{ color:#fff; text-transform:uppercase; font-weight:bold; margin-bottom:5px; } .kode_eco_gallery_cap p{ color:#fff; margin-bottom:10px; } .kode_eco_gallery_cap a{ padding:3px 21px; display:inline-block; text-transform:uppercase; font-weight:bold; font-size:15px; border-radius:14px; background-color:#fff; border:1px solid transparent; } .kode_eco_gallery_cap a:hover{ border:1px solid #fff; color:#fff; } .kode_coo_gall h3 { border: 10px solid #fff; bottom: 0; color: #fff; font-size: 30px; font-weight: bold; left: 0; padding: 0; position: absolute; right: 0; text-align: center; text-transform: uppercase; top: 0; z-index: 999; margin-bottom: 0px; line-height: 239px; } .kode_coo_gall h3:before{ position:absolute; content:""; top:9px; left:9px; right:9px; bottom:9px; border:1px solid #fff; z-index:-1; } /* ============================================= Home 2 gallery ends ============================================= */ /* ============================================= Eco Home 2 updated news ============================================= */ .kode_latest_wraper{ float:left; width:100%; } .kode_latest_news_carousel{ float: left; padding-bottom: 80px; width: 100%; margin-bottom: 30px; } .kode_eco_latest_cols{ float:left; width:100%; margin-bottom: 25px; } .kode_eco_latest_news { border-bottom: 1px solid #ddd; float: left; padding: 0 0 26px 26px; position: relative; width: 56%; } .kode_eco_latest_news:before{ position:absolute; content:""; top:0px; left:0px; bottom:0px; border-left:9px solid #7abf18; height:34px; border-radius:5px; } .kode_eco_latest_news h5{ font-weight:bold; margin-bottom:10px; } .kode_eco_latest_com{ float:left; width:100%; margin-bottom:19px; } .kode_eco_latest_com li{ float:left; margin-right:18px; color:#333333; } .kode_eco_latest_com > li:last-child { margin: 0; } .kode_eco_latest_com li a{ color:#333333; display:inline-block; } .kode_eco_latest_com li a i{ margin-right:10px; color:#7dbd21; } .kode_latest_star{ float:left; width:100%; } .kode_latest_star li{ float:left; } .kode_latest_star li a{ display:inline-block; color:#cccccc; font-size:18px; } .kode_latest_star li a span{ display:inline-block; margin-left:15px; padding:0px 12px 2px 12px; border-radius:10px; color:#fff; line-height:18px; } .kode_latest_star li a span:hover{ background-color:#000; } .kode_eco_latest_fig{ float:right; overflow:hidden; } .kode_eco_latest_fig img { border-bottom-right-radius:13px; } .kode_latest_arrow { background-color: #fff; bottom: -14px; color: #ddd; left: 46px; margin: auto; position: absolute; text-align: center; font-size:20px; } .kode_eco_latest_caption { float: left; width: 100%; position:relative; } .kode_eco_latest_caption::before { border-bottom: 1px solid #ddd; bottom: 9px; content: ""; position: absolute; right: 0; width: 432px; } .kode_eco_latest_caption p{ padding:31px 0px 28px 0px; } .kode_eco_latest_caption a{ text-transform:uppercase; font-weight:bold; color:#333333; } .kode_eco_latest_caption a i{ font-size: 15px; margin-left: 7px; } /* ============================================= Home 2 updated news ends ============================================= */ /* ============================================= Eco Home 2 testimonial section ============================================= */ .kode_eco_hdg.kode_hdg_2 h2 { color: #fff; position:relative; } .kode_eco_hdg.kode_hdg_2 h2:before{ border-bottom:1px solid #fff; z-index: 999; } .kode_eco_hdg.kode_hdg_2 > span { background-color: transparent; color: #fff; } .kode_eco_hdg.kode_hdg_2 span:after, .kode_eco_hdg.kode_hdg_2 span:before { border-color:#fff; } .kode_testmonial_wraper{ background-image: url("../extra-images/textmonialb.png"); background-position: center center; background-repeat: no-repeat; float: left; position: relative; width: 100%; background-size: cover; } .kode_testmonial_wraper:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; background-color:#000000; opacity:0.75; } .kode_testmonial_cols{ float:left; width:100%; padding:52px 20px 60px 37px; position:relative; } .kode_testmonial_cols p{ color:#fff; } .kode_testmonial_fig_cap { bottom: -55px; float: left; left: 23px; position: absolute; right: 0;; } .kode_testmonial_fig_cap figure{ float:left; border-radius:100%; margin-right:20px; border:4px solid #7abf18; position:relative; } .kode_testmonial_fig_cap figure:before{ border-color: #7abf18 transparent transparent; border-style: solid; border-width: 18px 18px 0 0; bottom: 0; content: ""; height: 0; position: absolute; right: -21px; top: 31px; width: 0; } .kode_testmonial_fig_cap figure img{ border-radius:100%; } .kode_eco_test_kode { float: left; padding-top: 47px; } .kode_eco_test_kode h6{ color:#fff; font-weight:500; margin-bottom:2px; } .kode_eco_test_kode span{ color:#fff; font-weight:500; } /*owl-carousel*/ .kode_testmonial_wraper .owl-carousel .owl-wrapper::after{ min-height:58px; } .kode_testmonial_wraper .owl-item{ padding:0px 10px; } .kode_testmonial_wraper .owl-pagination { display: none; } .kode_testmonial_wraper .owl-buttons { bottom: 0; left: 0; margin: 0 auto 0 -40px; position: absolute; right: 0; width:100%; } .kode_testmonial_wraper .owl-theme .owl-controls .owl-buttons div { background:none; border-radius: 300px; color: #fff; display: inline-block; font-size: 12px; margin: 5px; opacity: 1; padding:0px; color:transparent; } .kode_testmonial_wraper .owl-prev:after { bottom: 0; content: "\f104"; display: inline-block; font-family: FontAwesome; font-size: 20px; height: 40px; left: 0; line-height:40px; margin: auto; position: absolute; right: 0; width: 50px; color:#fff; } .kode_testmonial_wraper .owl-next:before { bottom: 0; content: "\f105"; display: inline-block; font-family: FontAwesome; font-size: 20px; height: 40px; line-height: 40px; margin: auto; position: absolute; right: 0; width: 50px; left:101px; color:#fff; } .kode_testmonial_wraper .owl-prev:hover:after, .kode_testmonial_wraper .owl-next:hover:before{ background-color:#078f14; } /*owl-carousel end*/ /* ============================================= Home 2 testimonial section ends ============================================= */ /* ============================================= Eco Home 2 facts services ============================================= */ .kode_facts_wraper{ float:left; width:100%; margin-bottom: 13px; } .kode_eco_facts_cols{ float:left; width:100%; } .kode_eco_facts_cols ul{ float:left; width:100%; } .kode_eco_facts_cols li { float: left; margin-bottom:30px; width: 100%; } .kode_facts_span{ float:left; width:100%; } .kode_facts_span .kode_green{ background-color:#333; } .kode_facts_span .kode_blue{ background-color:#333; } .kode_facts_span .kode_sky{ background-color:#333; } .kode_facts_span span{ height:72px; width:72px; display:inline-block; text-align:center; margin:10px 0px 0px 0px; line-height:70px; border-radius:100%; font-size:30px; color:#fff; float:left; position:relative; z-index:999; } .kode_facts_span span:before{ position:absolute; content:""; top:100px; left:100px; right:100px; bottom:100px; border-radius:100%; z-index:-1; } .kode_facts_span:hover span:before{ top:0px; left:0px; right:0px; bottom:0px; } .kode_facts_caption { float: none; padding: 0 0 0 91px; } .kode_facts_caption h5{ font-weight:bold; margin-bottom:10px; } /* Progress Bar Wrap CSS Start*/ .kode_attorney_detail_skill .progress-names{ float:left; width:100%; margin-bottom:30px; } .kode_attorney_detail_skill .progress-names:last-of-type{ margin-bottom: 0px; } .kode_attorney_detail_skill .progress-names h6{ font-weight:bold; text-transform:uppercase; margin-bottom:0px; float: left; } .kode_attorney_detail_skill .progress-names span{ font-size:15px; color:#333; display:block; font-weight: 700; margin-bottom: 0px; line-height: normal; margin-top: -1px; } .kode_attorney_detail_skill .progress-wrap{ position: relative; } .kode_attorney_detail_skill .pull-right{ font-size: 14px; font-weight: 600; color:#666; } .kode_attorney_detail_skill .progressbar{ position:relative; width:100%; height:6px; padding:0; margin:0 auto; background-color: #e1e1e1; border-radius:10px; } .kode_attorney_detail_skill .bar { position:absolute; display:block; width:0px; height:6px; top:0px; left:0px; overflow:hidden; border-radius:10px; } .kode_attorney_detail_skill .label { position:absolute; display:block; width:85px; height:30px; line-height:27px; top:-38px; left:0px; font-weight:bold; font-size:16px; color:#000; text-align:center; margin-left: -13px; border-radius:0; } .kode_attorney_detail_skill .label span { position:absolute; height:13px; top:26px; left:14px; } /* Progress Bar Wrap CSS end*/ /* ============================================= Home 2 facts services ends ============================================= */ /* ============================================= Eco Home 2 call to action services ============================================= */ .kode_action_wraper{ float:left; width:100%; } .kode_eco_action_cap{ float:left; width:100%; text-align:center; margin-bottom: 30px; } .kode_eco_action_cap h3{ text-transform:uppercase; font-weight:bold; color:#fff; margin-bottom: 7px; } .kode_eco_action_cap p{ color:#fff; margin-bottom:18px; } .kode_eco_action_cap a{ padding:6px 17px; display:inline-block; font-weight:bold; color:#fff; text-transform:uppercase; border:1px solid #fff; border-radius:3px; } .kode_eco_action_cap a:hover{ background-color:#000; border-color:#000; } /* ============================================= Home 2 call to action services ends ============================================= */ .kode_eco_footer_wraper{ background-image:url("../images/footerb.png"); background-position:center; background-repeat:no-repeat; background-size:cover; padding-top:80px; } /* ============================================= Eco Home 2 products services ============================================= */ .kode_product_wraper{ float:left; width:100%; padding:75px 0px 80px 0px; } .kode_product_fig{ float:left; width:100%; text-align:center; } .kode_product_fig figure{ display:block; border:1px solid #efefef; position:relative; margin-bottom:30px; } .kode_product_fig figure:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border:2px solid transparent; } .kode_product_social{ bottom: -14px; left: 0; margin: auto; position: absolute; right: 0; text-align: center; width: 80%; border:1px solid #efefef; padding:18px 0px; background-color:#fff; } .kode_product_social li{ display:inline-block; padding:0px 25px; border-right:1px solid #666666; } .kode_product_social li:last-child{ border-right:none; } .kode_product_cap{ float:left; width:100%; text-align:center; padding-bottom:15px; border-bottom:1px solid #efefef; margin-bottom:20px; position:relative; } .kode_product_cap:before{ position:absolute; content:""; top:0px; left:0px; right:0px; bottom:0px; border-bottom:1px solid transparent; width:0px; } .kode_product_fig:hover .kode_product_cap:before{ width:100%; } .kode_product_cap h5{ text-transform:uppercase; font-weight:bold; font-size:18px; } .kode_product_fig .kode_product_more{ text-align:center; text-transform:uppercase; color:#666666; padding:7px 22px; border:1px solid #efefef; border-radius:14px; display:inline-block; transition: all 0.1s ease-in-out 0s; } .kode_product_fig .kode_product_more:hover{ color:#fff; } /* ============================================= Home 2 products services ends ============================================= */ /* ============================================= Eco Home 2 footer 2 ============================================= */ .kode_eco_footer_wraper{ float:left; width:100%; } .kode_eco_footer_logo{ float:left; width:100%; } .kode_eco_footer_logo a{ margin-bottom:23px; display:inline-block; } .kode_eco_footer_logo p{ color:#fff; margin-bottom:22px; line-height:26px; } .kode_eco_footer_logo ul{ float:left; width:100% } .kode_eco_footer_logo ul li{ float:left; } .kode_eco_footer_logo ul li a{ height:31px; width:31px; text-align:center; line-height:31px; color:#fff; border-radius:100%; background-color:#646569; margin-right:8px; display:inline-block; } .kode_footer_cols{ float:left; width:100%; } .kode_footer_cols h5{ text-transform:uppercase; font-weight:bold; color:#fff; margin-bottom:36px; } .kode_footer_fig{ float:left; width:100%; padding-bottom:16px; border-bottom:1px solid #4c4c4c; } .kode_footer_fig:last-child { padding-top: 16px; } .kode_footer_fig img{ border-radius:6px; transform: scale(1.0); -moz-transform:scale(1.0); -webkit-transform:scale(1.0); } .kode_footer_fig:hover img{ transform: scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); } .kode_footer_fig figure{ float:left; overflow:hidden; } .kode_footer_caption { float: left; padding-left:14px; } .kode_footer_caption p{ color:#fff; font-weight:bold; } .kode_footer_caption span{ display:inline-block; color:#fff; } .kode_footer_caption span i{ margin-right:13px; } .kode_footer_gallery{ float:left; width:100%; } .kode_footer_gallery li{ float:left; margin-right:8px; margin-bottom:12px; } .kode_footer_gallery > li:last-child { margin-right: 0px; margin-bottom:0px; } .kode_footer_gallery > li:nth-child(3) { margin-right: 0px; } .kode_footer_gallery > li:nth-child(4) { margin-bottom: 0px; } .kode_footer_gallery > li:nth-child(5) { margin-bottom: 0px; } .kode_footer_gallery img{ border-radius:4px; } .kode_footer_gallery figure{ position:relative; } .kode_footer_gallery figure:before{ position:absolute; content:""; top:100px; left:100px; right:100px; bottom:100px; opacity:0.50; } .kode_footer_gallery figure:hover:before{ top:0px; left:0px; right:0px; bottom:0px; } .kode_footer_social_icon{ float:left; width:100%; margin-top:-6px; } .kode_footer_social_icon p{ color:#fff; margin-bottom:15px; } .kode_footer_social_icon ul{ float:left; width:100%; } .kode_footer_social_icon ul li{ display:block; margin-bottom:10px; } .kode_footer_social_icon ul li:last-child{ margin-bottom:0px; } .kode_footer_social_icon ul li a{ color:#fff; } .kode_footer_social_icon ul li a i{ margin-right:15px; } .kode_footer_copy_right{ float:left; width:100%; margin-top:50px; position:relative; border-top:1px solid #474747; } .kode_footer_copy_cap{ float:left; width:100%; padding:10px 0px; } .kode_footer_copy_cap p{ float:left; color:#fff; } .kode_footer_copy_cap ul{ float:right; } .kode_footer_copy_cap ul li{ float:left; } .kode_footer_copy_cap ul li a{ text-transform:uppercase; color:#fff; margin-left:23px; display:inline-block; font-weight:500; font-size:14px; } .kode_footer_copy_cap .kode_copy_span:hover{ color:#fff; } .kode_copy_span { position: absolute; top: 0px; width:41px; height:46px; text-align:center; line-height:46px; background-color:#4a4a4a; display:inline-block; right: 0px; color:#fff; font-size:20px; } /* Progress Bar Wrap CSS Start*/ .feature_blog_caption .progress-names{ float:left; width:100%; margin-bottom:30px; } .feature_blog_caption .progress-names:last-of-type{ margin-bottom: 0px; } .feature_blog_caption .progress-names h6{ font-weight:bold; text-transform:uppercase; margin-bottom:20px; } .feature_blog_caption .progress-names span{ font-size:15px; color:#666666; margin-bottom:25px; display:block; } .feature_blog_caption .progressbar{ position:relative; width:100%; height:6px; padding:0; margin:0 auto; background-color: #e1e1e1; border-radius:10px; margin-bottom:10px; } .feature_blog_caption .progress-bar { } /* Progress Bar Wrap CSS end*/ .progress-wrap { overflow: hidden; position: relative; border-radius:10px; background: #ddd; margin-bottom: 10px; float: left; width: 100%; margin-top: 10px; } .back.eco-thumb-bg .progress-names > small{ display: inline-block; float: left; } .back.eco-thumb-bg .progress-names{ margin-bottom: 25px; } .back.eco-thumb-bg .progress-names > small.pull-right{ float: right; } .feature_blog_caption .eco_progress-heading, .feature_blog_caption .progress-names > small, .feature_blog_caption .feature_blog_caption span{ font-weight: 600; display: inline-block; } .back.eco-thumb-bg .progress-names > small, .back.eco-thumb-bg .feature_blog_caption span{ color:#fff; } .progress-bar { left: 0; position: absolute; top: 0; }
0.398875
0.065845
body { font-family: 'Caudex', sans-serif; color: #000205; } h1, h2, h3, h4 { font-weight: bold; } .layout_padding { padding: 75px 0; } .layout_padding2 { padding: 45px 0; } .layout_padding2-top { padding-top: 45px; } .layout_padding-top { padding-top: 75px; } .layout_padding-bottom { padding-bottom: 75px; } .call_to-btn { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; display: inline-block; padding: 12px 32px; border-radius: 0px; background-color: #f49107; color: #fff; display: flex; justify-content: center; align-items: center; } .call_to-btn img, .sub_call_to-btn img { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; width: 9px; margin-left: 15px; margin-top: 3px; } .call_to-btn:hover, .sub_call_to-btn:hover { color: #fff; background-color: #29115b; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .sub_call_to-btn { display: inline-block; padding: 10px 28px; border-radius: 0px; background-color: #f49107; color: #fff; display: flex; justify-content: center; align-items: center; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } /*header section*/ .top_container { font-family: 'caudex', sans-serif; } .header_section {} nav.navbar.navbar-expand-lg {} .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link { padding: 10px 20px; color: #000000; text-align: center; text-transform: uppercase; } /* f8d92b */ a, a:hover, a:focus { text-decoration: none; } a:hover, a:focus { color: initial; } .btn, .btn:focus { outline: none !important; box-shadow: none; } .top_container { padding-top:100px; } .top_container.sub_page { height: auto; } .custom_nav-container .nav_search-btn { background-image: url(../images/search-icon.png); background-size: 22px; background-repeat: no-repeat; background-position-y: 7px; width: 35px; height: 35px; padding: 0px; border: none; } /* table { width: 100%; } */ td.shrink { white-space: nowrap; width: 1px; } .navbar-brand, .navbar-brand:hover { font-size: 30px; color: #000000; font-weight: bold; } .custom_nav-container { z-index: 99999; padding: 15px 0; } .custom_nav-container .navbar-toggler { outline: none; } .custom_nav-container .navbar-toggler .navbar-toggler-icon { background-image: url(../images/menu.png); background-size: 55px; } /*end header section*/ /* hero section */ .hero_section-container { width: 80%; margin: 0 auto; } .number-container { position: absolute; top: 34%; left: 4%; } .number-container .number-box { display: flex; flex-direction: column; justify-content: center; align-items: center; color: #464646; } .number-container .number-box hr { border: none; width: 2px; height: 125px; background-color: #000000; margin: 35px 0; } .hero_section-container .hero_img-box { float:left; width: 40%; height:100 /* margin-top: 45px; */ } .hero_detail-box{ display: flex; align-items: center; } .hero_section-container .hero_img-box img { width: 100%; height:100%; } .hero_detail-container{ float:left; width:50% } .hero_section-container .hero_detail-box .hero_detail-container { padding-left: 45px; padding-bottom: 15px; } .hero_section-container .hero_detail-box .hero_detail-container p { margin: 35px 0 50px 0; } .carousel-control-prev, .carousel-control-next { width: 45px; height: 45px; border-radius: 100%; background-color: #f49107; opacity: 1; background-repeat: no-repeat; background-position: center center; background-size: 8px; top: initial; bottom: -100px; } .carousel-control-prev:hover, .carousel-control-next:hover { background-color: #29115b; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .carousel-control-prev { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-image: url(../images/left-arrow.png); left: 45px; } .carousel-control-next { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-image: url(../images/right-arrow.png); left: 95px; } /* end hero section */ /* about section */ .about_section { background-color: #f8faf9; } .about_section .row { align-items: center; } .about_img-box img { width: 100%; } .about_detail-box p { margin: 45px 0; } /* end about section */ /* interactive section */ .interactive_container { display: flex; justify-content: center; flex-wrap: wrap; } .interactive_box { display: flex; flex-direction: column; align-items: center; margin: 200px 15px 0 15px; transform: translateY(0); transition: all .7s; padding-bottom: 50px; } .interactive_box:hover { transform: translateY(-150px); cursor: pointer; } .interactive_box:hover .interactive_img-box { background-color: #f69c00; } .interactive_img-box { display: flex; justify-content: center; align-items: center; width: 225px; height: 295px; border-radius: 90px; background-color: #363636; } .interactive_box h4 { margin-top: 15px; } .interactive_img-box img { width: 120px; } .interactive_detail p { margin-bottom: 55px; text-align: center; } .heading-text { padding: 0; margin: 0; color: #f69c00; font-weight: bold; } /* end interactive section */ /* welcome section */ .welcome_section { background-color: #f8faf9; } .welcome_container { padding: 100px 0; } .welcome_container>* { margin-bottom: 35px; } .welcome_container h4 { font-weight: normal; } .welcome_container h4, .welcome_container p { font-family: 'caudex', sans-serif; } .welcome_section::before { content: ""; width: 40%; height: 100%; background-image: url(../images/welcome.jpg); position: absolute; top: 0; right: 0; background-repeat: no-repeat; background-size: cover; } /* end welcome section */ /* contact section */ .contact_section .col-md-6 { padding: 0; } .contact_section input { border: none; outline: none; border-bottom: 1px solid #252525; width: 90%; margin: 10px 0; } .contact_form-container { padding: 45px; padding-right: 0; } .contact_form-container button { border: none; background-color: #f69c00; color: #fff; padding: 8px 40px; border-radius: 0px; } .contact_img-box { display: flex; align-items: center; padding: 45px; padding-left: 0; } .contact_img-box img { width: 97%; } .contact_section h2 { font-size: 26px; color: #010103; font-weight: bold; position: relative; margin-left: 2.5%; } /* end contact section */ /* info section */ .info_section { padding-top: 100px; padding-bottom: 1px; color: #fff; background-color: #2a2a2c; } .info_logo h2 { color: #f69c00; font-family: 'caudex', sans-serif; } .info_section .col-md-4 { padding: 0 30px; } .info_section .col-md-4 h5 { text-transform: uppercase; } .info_news input { border: none; width: 80%; height: 35px; border-radius: 20px; background-color: #fff; outline: none; padding-left: 20px; margin-top: 15px; } .info_news input::placeholder { opacity: .4; } .info_news button { border: none; background-color: #f69c00; color: #fff; text-transform: uppercase; font-size: 14px; padding: 7px 25px; border-radius: 0px; margin-top: 20px; } .info_address p { margin-bottom: 5px; } .custom_border-btm { border-bottom: 1px solid #fff; } .info_social { display: flex; justify-content: space-between; width: 150px; margin: 30px auto; } /* end info section */ /* footer section*/ .footer_section { background-color: #fdfdfe; padding: 20px 0; font-family: 'caudex', sans-serif; } .footer_section p { color: #000; margin: 0; text-align: center; } .footer_section a { color: #000; } /* end footer section*/ .timeline { margin-left: auto; margin-right: auto; } /*timeline*/ .timeline th { font-weight: normal; } .timeline table { margin-bottom: 30px; align-content:center; } .timeline .tl-headers th { /*border: 1px solid red;*/ /* padding: 10px; */ font-weight: bold; text-align: center; } .timeline .tl-year { width:50px; font-weight: bold; } .timeline td { vertical-align: top; } .timeline .tl-content { text-align: center; width:235px; } .td{ padding-left:50px; } .timeline .tl-content-year { /* padding: 8px 15px; */ text-align: left; width:50px; color: #000000 } .timeline .tl-year-text { position: relative; } .timeline .tl-year-text span { position: absolute; top: 10px; border: 3px solid black; border-radius: 5px; width: 100%; margin-left: 10px; z-index: -1; } .timeline .tl-line { display:inline-block; height: 100%; border: 3px solid black; border-radius: 3px; } /*end timeline*/ .about-heading { padding-top: 50px; text-align: center; } .tufts{ width:100px; height:100px; } .uc{ width:80px; height:100px;" } .grfp{ width:190px; height:80px; } .bern{ width:190px; height:80px; } .man{ width:190px; height:190; } .mggg{ width:209px; height:50px; } .ligo{ width:218px; height:60px; } .grit{ height:100px; width:163; } .tobin{ width:160px; height:90px; } .psd{ width:115px; height:115px; } .rw_img{ margin-top: 4.8em; height:617px; width:540px; }
css/style1.css
body { font-family: 'Caudex', sans-serif; color: #000205; } h1, h2, h3, h4 { font-weight: bold; } .layout_padding { padding: 75px 0; } .layout_padding2 { padding: 45px 0; } .layout_padding2-top { padding-top: 45px; } .layout_padding-top { padding-top: 75px; } .layout_padding-bottom { padding-bottom: 75px; } .call_to-btn { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; display: inline-block; padding: 12px 32px; border-radius: 0px; background-color: #f49107; color: #fff; display: flex; justify-content: center; align-items: center; } .call_to-btn img, .sub_call_to-btn img { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; width: 9px; margin-left: 15px; margin-top: 3px; } .call_to-btn:hover, .sub_call_to-btn:hover { color: #fff; background-color: #29115b; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .sub_call_to-btn { display: inline-block; padding: 10px 28px; border-radius: 0px; background-color: #f49107; color: #fff; display: flex; justify-content: center; align-items: center; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } /*header section*/ .top_container { font-family: 'caudex', sans-serif; } .header_section {} nav.navbar.navbar-expand-lg {} .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link { padding: 10px 20px; color: #000000; text-align: center; text-transform: uppercase; } /* f8d92b */ a, a:hover, a:focus { text-decoration: none; } a:hover, a:focus { color: initial; } .btn, .btn:focus { outline: none !important; box-shadow: none; } .top_container { padding-top:100px; } .top_container.sub_page { height: auto; } .custom_nav-container .nav_search-btn { background-image: url(../images/search-icon.png); background-size: 22px; background-repeat: no-repeat; background-position-y: 7px; width: 35px; height: 35px; padding: 0px; border: none; } /* table { width: 100%; } */ td.shrink { white-space: nowrap; width: 1px; } .navbar-brand, .navbar-brand:hover { font-size: 30px; color: #000000; font-weight: bold; } .custom_nav-container { z-index: 99999; padding: 15px 0; } .custom_nav-container .navbar-toggler { outline: none; } .custom_nav-container .navbar-toggler .navbar-toggler-icon { background-image: url(../images/menu.png); background-size: 55px; } /*end header section*/ /* hero section */ .hero_section-container { width: 80%; margin: 0 auto; } .number-container { position: absolute; top: 34%; left: 4%; } .number-container .number-box { display: flex; flex-direction: column; justify-content: center; align-items: center; color: #464646; } .number-container .number-box hr { border: none; width: 2px; height: 125px; background-color: #000000; margin: 35px 0; } .hero_section-container .hero_img-box { float:left; width: 40%; height:100 /* margin-top: 45px; */ } .hero_detail-box{ display: flex; align-items: center; } .hero_section-container .hero_img-box img { width: 100%; height:100%; } .hero_detail-container{ float:left; width:50% } .hero_section-container .hero_detail-box .hero_detail-container { padding-left: 45px; padding-bottom: 15px; } .hero_section-container .hero_detail-box .hero_detail-container p { margin: 35px 0 50px 0; } .carousel-control-prev, .carousel-control-next { width: 45px; height: 45px; border-radius: 100%; background-color: #f49107; opacity: 1; background-repeat: no-repeat; background-position: center center; background-size: 8px; top: initial; bottom: -100px; } .carousel-control-prev:hover, .carousel-control-next:hover { background-color: #29115b; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .carousel-control-prev { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-image: url(../images/left-arrow.png); left: 45px; } .carousel-control-next { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-image: url(../images/right-arrow.png); left: 95px; } /* end hero section */ /* about section */ .about_section { background-color: #f8faf9; } .about_section .row { align-items: center; } .about_img-box img { width: 100%; } .about_detail-box p { margin: 45px 0; } /* end about section */ /* interactive section */ .interactive_container { display: flex; justify-content: center; flex-wrap: wrap; } .interactive_box { display: flex; flex-direction: column; align-items: center; margin: 200px 15px 0 15px; transform: translateY(0); transition: all .7s; padding-bottom: 50px; } .interactive_box:hover { transform: translateY(-150px); cursor: pointer; } .interactive_box:hover .interactive_img-box { background-color: #f69c00; } .interactive_img-box { display: flex; justify-content: center; align-items: center; width: 225px; height: 295px; border-radius: 90px; background-color: #363636; } .interactive_box h4 { margin-top: 15px; } .interactive_img-box img { width: 120px; } .interactive_detail p { margin-bottom: 55px; text-align: center; } .heading-text { padding: 0; margin: 0; color: #f69c00; font-weight: bold; } /* end interactive section */ /* welcome section */ .welcome_section { background-color: #f8faf9; } .welcome_container { padding: 100px 0; } .welcome_container>* { margin-bottom: 35px; } .welcome_container h4 { font-weight: normal; } .welcome_container h4, .welcome_container p { font-family: 'caudex', sans-serif; } .welcome_section::before { content: ""; width: 40%; height: 100%; background-image: url(../images/welcome.jpg); position: absolute; top: 0; right: 0; background-repeat: no-repeat; background-size: cover; } /* end welcome section */ /* contact section */ .contact_section .col-md-6 { padding: 0; } .contact_section input { border: none; outline: none; border-bottom: 1px solid #252525; width: 90%; margin: 10px 0; } .contact_form-container { padding: 45px; padding-right: 0; } .contact_form-container button { border: none; background-color: #f69c00; color: #fff; padding: 8px 40px; border-radius: 0px; } .contact_img-box { display: flex; align-items: center; padding: 45px; padding-left: 0; } .contact_img-box img { width: 97%; } .contact_section h2 { font-size: 26px; color: #010103; font-weight: bold; position: relative; margin-left: 2.5%; } /* end contact section */ /* info section */ .info_section { padding-top: 100px; padding-bottom: 1px; color: #fff; background-color: #2a2a2c; } .info_logo h2 { color: #f69c00; font-family: 'caudex', sans-serif; } .info_section .col-md-4 { padding: 0 30px; } .info_section .col-md-4 h5 { text-transform: uppercase; } .info_news input { border: none; width: 80%; height: 35px; border-radius: 20px; background-color: #fff; outline: none; padding-left: 20px; margin-top: 15px; } .info_news input::placeholder { opacity: .4; } .info_news button { border: none; background-color: #f69c00; color: #fff; text-transform: uppercase; font-size: 14px; padding: 7px 25px; border-radius: 0px; margin-top: 20px; } .info_address p { margin-bottom: 5px; } .custom_border-btm { border-bottom: 1px solid #fff; } .info_social { display: flex; justify-content: space-between; width: 150px; margin: 30px auto; } /* end info section */ /* footer section*/ .footer_section { background-color: #fdfdfe; padding: 20px 0; font-family: 'caudex', sans-serif; } .footer_section p { color: #000; margin: 0; text-align: center; } .footer_section a { color: #000; } /* end footer section*/ .timeline { margin-left: auto; margin-right: auto; } /*timeline*/ .timeline th { font-weight: normal; } .timeline table { margin-bottom: 30px; align-content:center; } .timeline .tl-headers th { /*border: 1px solid red;*/ /* padding: 10px; */ font-weight: bold; text-align: center; } .timeline .tl-year { width:50px; font-weight: bold; } .timeline td { vertical-align: top; } .timeline .tl-content { text-align: center; width:235px; } .td{ padding-left:50px; } .timeline .tl-content-year { /* padding: 8px 15px; */ text-align: left; width:50px; color: #000000 } .timeline .tl-year-text { position: relative; } .timeline .tl-year-text span { position: absolute; top: 10px; border: 3px solid black; border-radius: 5px; width: 100%; margin-left: 10px; z-index: -1; } .timeline .tl-line { display:inline-block; height: 100%; border: 3px solid black; border-radius: 3px; } /*end timeline*/ .about-heading { padding-top: 50px; text-align: center; } .tufts{ width:100px; height:100px; } .uc{ width:80px; height:100px;" } .grfp{ width:190px; height:80px; } .bern{ width:190px; height:80px; } .man{ width:190px; height:190; } .mggg{ width:209px; height:50px; } .ligo{ width:218px; height:60px; } .grit{ height:100px; width:163; } .tobin{ width:160px; height:90px; } .psd{ width:115px; height:115px; } .rw_img{ margin-top: 4.8em; height:617px; width:540px; }
0.196479
0.051534
You can learn about here: https://github.com/juntossomosmais/venice */ :root { /* 1. Spaces */ --space-xxs: 4px; --space-xs: 8px; --space-sm: 16px; --space: 24px; --space-md: 32px; --space-lg: 48px; --space-xlg: 64px; --screen-xs: 360px; --screen-sm: 768px; --screen-md: 992px; --screen-lg: 1280px; --screen-xlg: 1440px; --screen-max-container: 1140px; --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; --typography-panel-font: 900 38px/40px var(--font-family); --typography-panel-letter: 0; --typography-title-font: 500 24px/28px var(--font-family); --typography-title-letter: -0.357143px; --typography-subheader-font: 400 20px/24px var(--font-family); --typography-subheader-letter: -0.288572px; --typography-body-font: 400 16px/19px var(--font-family); --typography-body-letter: -0.228572px; --typography-body2-font: 400 14px/16px var(--font-family); --typography-body2-letter: -0.2px; --typography-caption-font: 400 12px/14px var(--font-family); --typography-caption-letter: -0.171429px; --typography-button-font: 500 16px/19px var(--font-family); --typography-button-letter: -0.228572px; /* 2. Colors */ --black: #111; --white: #fff; --gray-1: #f5f5f5; --gray-2: #d8d8d8; --gray-3: #9b9b9b; --gray-4: #4a4a4a; --gray-5: #333; --blue-1: #e3f2fd; /*5*/ --blue-2: #90caf9; /*3*/ --blue-3: #2196f3; --blue-4: #1976d2; /*2*/ --blue-5: #0d47a1; /*4*/ --green-1: #e8f5e9; --green-2: #a5d6a7; --green-3: #4caf50; --green-4: #388e3c; --green-5: #1b5e20; --orange-1: #fff3e0; --orange-2: #ffcc80; --orange-3: #ff9800; --orange-4: #f57c00; --orange-5: #e65100; --red-1: #ffebee; --red-2: #ef9a9a; --red-3: #f44336; --red-4: #d32f2f; --red-5: #b71c1c; --purple-1: #ce93d8; --purple-2: #9c27b0; --purple-3: #6a1b9a; --cyan-1: #80deea; --cyan-2: #006064de; --cyan-3: #006064; /*2.1 Color name by context */ --brand-color: var(--cyan-3); --brand-color-lighten: var(--cyan-2); --brand-color-contrast: var(--white); --default-color-lighten: var(--gray-2); --default-color: var(--gray-3); --default-color-darken: var(--gray-4); --default-color-contrast: var(--white); --disabled-color: var(--gray-3); --disabled-color-contrast: var(--gray-1); --primary-color-lighten: var(--orange-2); --primary-color: var(--orange-3); --primary-color-darken: var(--orange-4); --primary-color-contrast: var(--white); --secondary-color-lighten: var(--blue-2); --secondary-color: var(--blue-3); --secondary-color-darken: var(--blue-4); --secondary-color-contrast: var(--white); --success-color-lighten: var(--green-2); --success-color: var(--green-3); --success-color-darken: var(--green-4); --success-color-contrast: var(--white); --danger-color-lighten: var(--red-2); --danger-color: var(--red-3); --danger-color-darken: var(--red-4); --danger-color-contrast: var(--white); --text-color: var(--gray-5); --text-color-lighten: var(--gray-3); --bg-darken: rgba(0, 0, 0, 0.7); --bg-lighten: var(--white); /* 3. Utils */ --border-radius-lighten: 2px; --border-radius: 4px; --zindex-1: 1; --zindex-5: 5; --zindex-10: 10; --zindex-100: 100; --zindex-1000: 1000; --zindex-overlay: 10000; --transition-duration-speed: 0.25s; --transition-duration: 0.5s; --transition-duration-slow: 0.75s; }
src/assets/styles/variables-root.css
You can learn about here: https://github.com/juntossomosmais/venice */ :root { /* 1. Spaces */ --space-xxs: 4px; --space-xs: 8px; --space-sm: 16px; --space: 24px; --space-md: 32px; --space-lg: 48px; --space-xlg: 64px; --screen-xs: 360px; --screen-sm: 768px; --screen-md: 992px; --screen-lg: 1280px; --screen-xlg: 1440px; --screen-max-container: 1140px; --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; --typography-panel-font: 900 38px/40px var(--font-family); --typography-panel-letter: 0; --typography-title-font: 500 24px/28px var(--font-family); --typography-title-letter: -0.357143px; --typography-subheader-font: 400 20px/24px var(--font-family); --typography-subheader-letter: -0.288572px; --typography-body-font: 400 16px/19px var(--font-family); --typography-body-letter: -0.228572px; --typography-body2-font: 400 14px/16px var(--font-family); --typography-body2-letter: -0.2px; --typography-caption-font: 400 12px/14px var(--font-family); --typography-caption-letter: -0.171429px; --typography-button-font: 500 16px/19px var(--font-family); --typography-button-letter: -0.228572px; /* 2. Colors */ --black: #111; --white: #fff; --gray-1: #f5f5f5; --gray-2: #d8d8d8; --gray-3: #9b9b9b; --gray-4: #4a4a4a; --gray-5: #333; --blue-1: #e3f2fd; /*5*/ --blue-2: #90caf9; /*3*/ --blue-3: #2196f3; --blue-4: #1976d2; /*2*/ --blue-5: #0d47a1; /*4*/ --green-1: #e8f5e9; --green-2: #a5d6a7; --green-3: #4caf50; --green-4: #388e3c; --green-5: #1b5e20; --orange-1: #fff3e0; --orange-2: #ffcc80; --orange-3: #ff9800; --orange-4: #f57c00; --orange-5: #e65100; --red-1: #ffebee; --red-2: #ef9a9a; --red-3: #f44336; --red-4: #d32f2f; --red-5: #b71c1c; --purple-1: #ce93d8; --purple-2: #9c27b0; --purple-3: #6a1b9a; --cyan-1: #80deea; --cyan-2: #006064de; --cyan-3: #006064; /*2.1 Color name by context */ --brand-color: var(--cyan-3); --brand-color-lighten: var(--cyan-2); --brand-color-contrast: var(--white); --default-color-lighten: var(--gray-2); --default-color: var(--gray-3); --default-color-darken: var(--gray-4); --default-color-contrast: var(--white); --disabled-color: var(--gray-3); --disabled-color-contrast: var(--gray-1); --primary-color-lighten: var(--orange-2); --primary-color: var(--orange-3); --primary-color-darken: var(--orange-4); --primary-color-contrast: var(--white); --secondary-color-lighten: var(--blue-2); --secondary-color: var(--blue-3); --secondary-color-darken: var(--blue-4); --secondary-color-contrast: var(--white); --success-color-lighten: var(--green-2); --success-color: var(--green-3); --success-color-darken: var(--green-4); --success-color-contrast: var(--white); --danger-color-lighten: var(--red-2); --danger-color: var(--red-3); --danger-color-darken: var(--red-4); --danger-color-contrast: var(--white); --text-color: var(--gray-5); --text-color-lighten: var(--gray-3); --bg-darken: rgba(0, 0, 0, 0.7); --bg-lighten: var(--white); /* 3. Utils */ --border-radius-lighten: 2px; --border-radius: 4px; --zindex-1: 1; --zindex-5: 5; --zindex-10: 10; --zindex-100: 100; --zindex-1000: 1000; --zindex-overlay: 10000; --transition-duration-speed: 0.25s; --transition-duration: 0.5s; --transition-duration-slow: 0.75s; }
0.347426
0.132486
*, *:after, *:before { box-sizing: inherit; } html { box-sizing: border-box; font-size: 62.5%; } body { display: flex; color: #323232; background-color: #fefefe; font-family: 'Fira Mono', monospace; font-size: 1.6em; font-weight: 400; letter-spacing: 0.0625em; line-height: 1.8em; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { body { font-size: 1.4em; line-height: 1.6em; } } a { font-weight: 700; color: #000; text-decoration: overline; } a:focus, a:hover { text-decoration: underline; } p { margin: 1.6rem 0 1.6rem 0; } h1, h2, h3, h4, h5, h6 { color: #000; letter-spacing: 0.0625em; margin: 3.2rem 0 1.6rem 0; } h1 { font-size: 3.2rem; line-height: 3.2rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h1 { font-size: 2.8rem; line-height: 2.8rem; } } h2 { font-size: 2.8rem; line-height: 2.8rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h2 { font-size: 2.4rem; line-height: 2.4rem; } } h3 { font-size: 2.4rem; line-height: 2.4rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h3 { font-size: 2.0rem; line-height: 2.0rem; } } h4 { font-size: 2.2rem; line-height: 2.2rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h4 { font-size: 1.8rem; line-height: 1.8rem; } } h5 { font-size: 2.0rem; line-height: 2.0rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h5 { font-size: 1.6rem; line-height: 1.6rem; } } h6 { font-size: 1.4rem; line-height: 1.4rem; } pre { margin: 1.6rem 0 1.0rem 0; padding: 1.6rem; overflow-x: auto; } code { background-color: #000; color: #fefefe; padding: 0.4rem 0.8rem 0.4rem 0.8rem; } blockquote { border-left: 2px solid #dcdcdc; padding-left: 1.6rem; font-style: italic; } img { max-width: 100%; } .wrapper { display: flex; flex-direction: column; min-height: 100vh; width: 100%; } .container { margin: 0 auto; max-width: 120.0rem; width: 100%; padding-left: 2.0rem; padding-right: 2.0rem; } .navigation { height: 6.0rem; width: 100%; } .navigation a { display: inline; font-size: 1.6rem; line-height: 6.0rem; letter-spacing: 0.1rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .navigation a { font-size: 1.4rem; } } .navigation ul { list-style: none; margin-bottom: 0; margin-top: 0; } .navigation ul li { float: left; margin: 0; position: relative; } .navigation ul li a { margin-left: 1.0rem; margin-right: 1.0rem; } .content { flex: 1; margin-top: 1.6rem; margin-bottom: 3.2rem; } @media only screen and (min-device-width: 1080px) { .content article { max-width: 72rem; margin-left: 16rem; } } .content article header { margin-top: 3.2rem; margin-bottom: 3.2rem; } .content article header h1, .content article header h2 { margin: 0; } .content article header h2 { margin-top: 1.0rem; font-size: 1.8rem; color: #323232; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .content article header h2 { font-size: 1.6rem; } } .list ul { margin: 3.2rem 0 3.2rem 0; list-style: none; padding: 0; } .list ul li { font-size: 1.6rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .list ul li { font-size: 1.4rem; margin: 1.6rem 0 1.6rem 0; } } .list ul li span { display: inline-block; text-align: right; width: 20.0rem; margin-right: 3.0rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .list ul li span { display: block; text-align: left; } } .pagination { margin-top: 6.0rem; text-align: center; } .pagination li { display: inline; text-align: center; } .pagination li span { margin: 0; text-align: center; width: 3.2rem; } .pagination li a span { margin: 0; text-align: center; width: 3.2rem; } .centered { display: flex; height: 100%; align-items: center; justify-content: center; } .centered .about { margin-top: 29rem; text-align: center; } .centered .about h1 { padding: 0.7rem; background-color: white; margin-top: 2.0rem; margin-bottom: 0.5rem; } .centered .about h2 { padding: 1rem; background-color: white; margin-top: 1.0rem; margin-bottom: 0.5rem; font-size: 2.4rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .centered .about h2 { font-size: 2.0rem; } } .centered .about ul { list-style: none; margin: 3.0rem 0 1.0rem 0; padding: 0; } .centered .about ul li { padding: 0.5rem; background-color: white; display: inline; position: relative; } .centered .about ul li a { text-transform: uppercase; text-decoration: none; margin-left: 1.0rem; margin-right: 1.0rem; font-size: 1.6rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .centered .about ul li a { font-size: 1.4rem; } } .centered .about ul li:hover { background-color: black; } .centered .about ul li:hover a, .centered .about ul li:hover a:hover { color: white; text-decoration: none; } .centered .error { text-align: center; } .centered .error h1 { margin-top: 2.0rem; margin-bottom: 0.5rem; font-size: 4.6rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .centered .error h1 { font-size: 3.2rem; } } .centered .error h2 { margin-top: 2.0rem; margin-bottom: 3.2rem; font-size: 3.2rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .centered .error h2 { font-size: 2.8rem; } } .footer { height: 6.0rem; width: 100%; text-align: center; line-height: 6.0rem; } .float-right { float: right; } .float-left { float: left; } .explanatory-header { max-width: 80rem; font-size: smaller; } #about-backdrop { background-image: url('/images/logo-big.png'); background-size: contain; min-width: 640px; min-height: 640px; } .container-does { background-color: black; color: white; width: 80%; line-height: 2.2rem; } #botnotbot-does { margin-left: 10rem; margin-top: -1rem; font-size: 1.3rem; } .page-title { line-height: 6rem; } .list-page-section { margin-top: 2rem; margin-bottom: 2rem; } .list-page-section .list-page-description { width: 56%; font-size: 1.2rem; display: inline-block; margin-left: 4.2rem; margin-top: 0.8rem; }
static/css/style.min.css
*, *:after, *:before { box-sizing: inherit; } html { box-sizing: border-box; font-size: 62.5%; } body { display: flex; color: #323232; background-color: #fefefe; font-family: 'Fira Mono', monospace; font-size: 1.6em; font-weight: 400; letter-spacing: 0.0625em; line-height: 1.8em; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { body { font-size: 1.4em; line-height: 1.6em; } } a { font-weight: 700; color: #000; text-decoration: overline; } a:focus, a:hover { text-decoration: underline; } p { margin: 1.6rem 0 1.6rem 0; } h1, h2, h3, h4, h5, h6 { color: #000; letter-spacing: 0.0625em; margin: 3.2rem 0 1.6rem 0; } h1 { font-size: 3.2rem; line-height: 3.2rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h1 { font-size: 2.8rem; line-height: 2.8rem; } } h2 { font-size: 2.8rem; line-height: 2.8rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h2 { font-size: 2.4rem; line-height: 2.4rem; } } h3 { font-size: 2.4rem; line-height: 2.4rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h3 { font-size: 2.0rem; line-height: 2.0rem; } } h4 { font-size: 2.2rem; line-height: 2.2rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h4 { font-size: 1.8rem; line-height: 1.8rem; } } h5 { font-size: 2.0rem; line-height: 2.0rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { h5 { font-size: 1.6rem; line-height: 1.6rem; } } h6 { font-size: 1.4rem; line-height: 1.4rem; } pre { margin: 1.6rem 0 1.0rem 0; padding: 1.6rem; overflow-x: auto; } code { background-color: #000; color: #fefefe; padding: 0.4rem 0.8rem 0.4rem 0.8rem; } blockquote { border-left: 2px solid #dcdcdc; padding-left: 1.6rem; font-style: italic; } img { max-width: 100%; } .wrapper { display: flex; flex-direction: column; min-height: 100vh; width: 100%; } .container { margin: 0 auto; max-width: 120.0rem; width: 100%; padding-left: 2.0rem; padding-right: 2.0rem; } .navigation { height: 6.0rem; width: 100%; } .navigation a { display: inline; font-size: 1.6rem; line-height: 6.0rem; letter-spacing: 0.1rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .navigation a { font-size: 1.4rem; } } .navigation ul { list-style: none; margin-bottom: 0; margin-top: 0; } .navigation ul li { float: left; margin: 0; position: relative; } .navigation ul li a { margin-left: 1.0rem; margin-right: 1.0rem; } .content { flex: 1; margin-top: 1.6rem; margin-bottom: 3.2rem; } @media only screen and (min-device-width: 1080px) { .content article { max-width: 72rem; margin-left: 16rem; } } .content article header { margin-top: 3.2rem; margin-bottom: 3.2rem; } .content article header h1, .content article header h2 { margin: 0; } .content article header h2 { margin-top: 1.0rem; font-size: 1.8rem; color: #323232; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .content article header h2 { font-size: 1.6rem; } } .list ul { margin: 3.2rem 0 3.2rem 0; list-style: none; padding: 0; } .list ul li { font-size: 1.6rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .list ul li { font-size: 1.4rem; margin: 1.6rem 0 1.6rem 0; } } .list ul li span { display: inline-block; text-align: right; width: 20.0rem; margin-right: 3.0rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .list ul li span { display: block; text-align: left; } } .pagination { margin-top: 6.0rem; text-align: center; } .pagination li { display: inline; text-align: center; } .pagination li span { margin: 0; text-align: center; width: 3.2rem; } .pagination li a span { margin: 0; text-align: center; width: 3.2rem; } .centered { display: flex; height: 100%; align-items: center; justify-content: center; } .centered .about { margin-top: 29rem; text-align: center; } .centered .about h1 { padding: 0.7rem; background-color: white; margin-top: 2.0rem; margin-bottom: 0.5rem; } .centered .about h2 { padding: 1rem; background-color: white; margin-top: 1.0rem; margin-bottom: 0.5rem; font-size: 2.4rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .centered .about h2 { font-size: 2.0rem; } } .centered .about ul { list-style: none; margin: 3.0rem 0 1.0rem 0; padding: 0; } .centered .about ul li { padding: 0.5rem; background-color: white; display: inline; position: relative; } .centered .about ul li a { text-transform: uppercase; text-decoration: none; margin-left: 1.0rem; margin-right: 1.0rem; font-size: 1.6rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .centered .about ul li a { font-size: 1.4rem; } } .centered .about ul li:hover { background-color: black; } .centered .about ul li:hover a, .centered .about ul li:hover a:hover { color: white; text-decoration: none; } .centered .error { text-align: center; } .centered .error h1 { margin-top: 2.0rem; margin-bottom: 0.5rem; font-size: 4.6rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .centered .error h1 { font-size: 3.2rem; } } .centered .error h2 { margin-top: 2.0rem; margin-bottom: 3.2rem; font-size: 3.2rem; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .centered .error h2 { font-size: 2.8rem; } } .footer { height: 6.0rem; width: 100%; text-align: center; line-height: 6.0rem; } .float-right { float: right; } .float-left { float: left; } .explanatory-header { max-width: 80rem; font-size: smaller; } #about-backdrop { background-image: url('/images/logo-big.png'); background-size: contain; min-width: 640px; min-height: 640px; } .container-does { background-color: black; color: white; width: 80%; line-height: 2.2rem; } #botnotbot-does { margin-left: 10rem; margin-top: -1rem; font-size: 1.3rem; } .page-title { line-height: 6rem; } .list-page-section { margin-top: 2rem; margin-bottom: 2rem; } .list-page-section .list-page-description { width: 56%; font-size: 1.2rem; display: inline-block; margin-left: 4.2rem; margin-top: 0.8rem; }
0.572245
0.111193
@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon/icomoon.eot?srf3rx"); src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg"); font-weight: normal; font-style: normal; } /* ======================================================= * * Template Style * Edit this section * * ======================================================= */ body { font-family: "Poppins", Arial, sans-serif; line-height: 1.8; font-size: 20px; font-weight: 300; background: #3F6EA3; color: #1a1a1a; background-image: url(images/bi.jpg); } body.menu-show { overflow: hidden; position: fixed; height: 100%; width: 100%; } #colorlib-wrapper { height: 100%; width: 100%; overflow: hidden; } #colorlib-wrapper > div { width: 100%; height: 100%; overflow-y: hidden; } a { color: #ffdd00; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } a:hover { text-decoration: underline; color: #ffdd00; } a:focus, a:active { outline: none; } p, span { margin-bottom: 2em; font-family: "Poppins", Arial, sans-serif; } ul, ol { display: block; margin-bottom: 1.5em; } span { font-size: 18px; color: rgba(114, 114, 114, 0.8); } h1, h2, h3, h4, h5, h6 { color: rgba(0, 0, 0, 0.8); font-family: "Poppins", Arial, sans-serif; margin: 0 0 30px 0; line-height: 1.3; } ::-webkit-selection { color: #fcfcfc; background: #b7c2c2; } ::-moz-selection { color: #fcfcfc; background: #b7c2c2; } ::selection { color: #fcfcfc; background: #b7c2c2; } #colorlib-page { position: relative; -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .menu-show #colorlib-page { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); position: relative; } .menu-show #colorlib-page:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ''; background: rgba(0, 0, 0, 0.4); z-index: 3; } #colorlib-main-nav { position: absolute; top: 0; bottom: 0; right: 0; padding: 0; width: 100%; height: 100%; background: rgba(0, 43, 220, 0.9); z-index: 1002; text-align: center; visibility: hidden; opacity: 0; -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); overflow-y: scroll; } #colorlib-main-nav .colorlib-table { display: table; width: 100%; height: 100%; } #colorlib-main-nav .colorlib-table .colorlib-table-cell { display: table-cell; vertical-align: middle; } #colorlib-main-nav .colorlib-nav-toggle { position: absolute; top: 40px; right: 40px; padding: 20px; height: 44px; width: 44px; line-height: 0; padding: 0 !important; visibility: hidden; opacity: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } #colorlib-main-nav .colorlib-nav-toggle i { top: 18px !important; left: 0 !important; margin: 0 !important; padding: 0 !important; line-height: 0; text-indent: 0; } #colorlib-main-nav .colorlib-nav-toggle.show { visibility: visible; opacity: 1; } #colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after { content: ''; width: 40px; height: 2px; background: #fff; position: absolute; left: 0; } .menu-show #colorlib-main-nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } #colorlib-main-nav ul { padding: 0; margin: 0; display: block; } @media screen and (max-width: 768px) { #colorlib-main-nav ul { padding: 20px 0 0 0; } } #colorlib-main-nav ul li { padding: 0; margin: 0; list-style: none; font-weight: 700; } #colorlib-main-nav ul li a { display: block; color: white; padding: 5px 0; } #colorlib-main-nav ul li a span { font-size: 50px; color: white; position: relative; padding: 0 40px; } #colorlib-main-nav ul li a span:before { content: ""; position: absolute; width: 100%; height: 4px; bottom: 42%; left: 0; background-color: #fff; visibility: hidden; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } @media screen and (max-width: 768px) { #colorlib-main-nav ul li a span { font-size: 30px; } } #colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus { outline: none; text-decoration: none; } #colorlib-main-nav ul li a:hover span:before, #colorlib-main-nav ul li a:active span:before, #colorlib-main-nav ul li a:focus span:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } #colorlib-main-nav ul li.active a span { color: #ffdd00; } #colorlib-main-nav ul li.active a span:before { background: #ffdd00; visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } header { padding: 2em 0; position: absolute; top: 0; left: 0; right: 0; z-index: 9; margin: 0 auto; } @media screen and (max-width: 768px) { header { padding: 2em 0; position: absolute; } } header .colorlib-navbar-brand { float: left; } header .colorlib-navbar-brand .colorlib-logo { font-size: 24px; color: #fff; font-family: "Poppins", Arial, sans-serif; font-weight: 900; display: block; text-align: center; position: relative; } header .colorlib-navbar-brand .colorlib-logo:after { position: absolute; bottom: 5px; left: 0; right: 0; content: ''; width: 100%; height: 4px; background: #fff; } header .colorlib-navbar-brand .colorlib-logo:hover { text-decoration: none !important; } header .colorlib-navbar-brand .colorlib-logo:active, header .colorlib-navbar-brand .colorlib-logo:focus { outline: none; text-decoration: none; } header .colorlib-navbar-brand .colorlib-logo.logo { color: #000; } header .colorlib-navbar-brand .colorlib-logo.logo:after { background: #000; } .colorlib-about, .colorlib-skills, .colorlib-case, .colorlib-services, #colorlib-contact, .colorlib-work, #colorlib-blog, #colorlib-contact, .colorlib-footer { padding: 8em 0; clear: both; position: relative; } @media screen and (max-width: 768px) { .colorlib-about, .colorlib-skills, .colorlib-case, .colorlib-services, #colorlib-contact, .colorlib-work, #colorlib-blog, #colorlib-contact, .colorlib-footer { padding: 5em 0; } } #colorlib-hero { width: 100%; clear: both; position: relative; } @media screen and (max-width: 768px) { #colorlib-hero { padding: 0; margin: 0; } } #colorlib-hero .social-media { position: absolute; right: 30px; bottom: 20px; z-index: 2; display: table; float: left; text-transform: uppercase; font-size: 10px; letter-spacing: 3px; font-weight: 500; } @media screen and (max-width: 768px) { #colorlib-hero .social-media { bottom: 50px; letter-spacing: 1px; } } #colorlib-hero .social-media a { margin-right: 20px; float: left; display: table-cell; vertical-align: middle; color: #000; text-decoration: none; } @media screen and (max-width: 768px) { #colorlib-hero .social-media a { bottom: 50px; margin-right: 5px; } } #colorlib-hero .hero-flex { width: 100%; z-index: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; } #colorlib-hero .hero-flex .col-three-forth { width: 60%; z-index: -1; float: left; position: relative; } #colorlib-hero .hero-flex .col-one-forth { width: 40%; float: left; position: relative; } #colorlib-hero .hero-flex .display-t { display: table; width: 100%; } #colorlib-hero .hero-flex .display-tc { display: table-cell; vertical-align: middle; background: #ffdd00; } #colorlib-hero .hero-flex .text-inner { display: block; width: 100%; margin-left: -5em; } #colorlib-hero .hero-flex .text-inner h2 { font-size: 54px; font-weight: 900; letter-spacing: 2px; } @media screen and (max-width: 768px) { #colorlib-hero .hero-flex .text-inner h2 { font-size: 30px; } } #colorlib-hero .hero-flex .text-inner .tag { display: block; letter-spacing: 7px; margin-bottom: 15px; text-transform: uppercase; font-size: 13px; } #colorlib-hero .hero-flex .text-inner .desc { padding-right: 3em; position: relative; } @media screen and (max-width: 768px) { #colorlib-hero .hero-flex .text-inner .desc { padding: 1em; background: #fff; width: 100%; } } @media screen and (max-width: 480px) { #colorlib-hero .hero-flex .text-inner .desc { padding: 1em; background: #fff; width: 140%; } } #colorlib-hero .hero-flex .text-inner .desc:after { position: absolute; top: -30px; bottom: 0; left: 0; content: ''; width: 200px; height: 1px; background: #000; } @media screen and (max-width: 768px) { #colorlib-hero .hero-flex .text-inner .desc:after { opacity: 0; } } #colorlib-hero .hero-flex .text-inner .btn-view { font-size: 12px; letter-spacing: 7px; color: #000; text-transform: uppercase; font-weight: 500; border: 1px solid #000; padding: 7px; text-decoration: none; } @media screen and (max-width: 768px) { #colorlib-hero .hero-flex .text-inner .btn-view { letter-spacing: 2px; } } #colorlib-hero .owl-theme .owl-controls { position: absolute; bottom: 1px; left: 47.7%; width: 180px; display: block; margin: 0 auto; } @media screen and (max-width: 768px) { #colorlib-hero .owl-theme .owl-controls { left: 25%; } } #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] { padding: 8px 15px; background: #000; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] i { border: none; } #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-]:hover { background: #ffdd00; border: none; } #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next, #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev { margin: 1px; } #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next i, #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev i { font-size: 14px; color: #fff; background: transparent; } #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next:hover i, #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev:hover i { color: white; } .services { margin-bottom: 40px; padding: 2em; background: #fff; } .services .icon { display: block; margin-bottom: 30px; } .services .icon i { font-size: 50px; line-height: 1.0; color: #000; } .services .desc h3 { line-height: 1.3; font-size: 13px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; position: relative; } .services .desc h3:after { position: absolute; bottom: -15px; left: 0; right: 0; content: ''; width: 30px; height: 1px; background: #000; margin: 0 auto; } .services .desc h3 a { color: #000; } .services .desc h4 { font-weight: 300; margin-bottom: 18px; } .services .desc span { display: block; text-transform: uppercase; font-size: 12px; margin-bottom: 10px; color: #ffdd00; } .work-wrap .owl-theme .owl-controls { position: absolute; bottom: -80px; left: 0; right: 0; } .work-wrap .owl-theme .owl-controls .owl-theme .owl-dots .owl-dot span { background: rgba(255, 255, 255, 0.5); } .work-wrap .owl-theme .owl-dots .owl-dot.active span, .work-wrap .owl-theme .owl-dots .owl-dot:hover span { background: #ffdd00; } .case-img { display: block; height: 400px; } @media screen and (max-width: 768px) { .case-img { margin-bottom: 30px; } } .case-desc .tag { margin-bottom: 20px; } .case-desc .tag span { font-size: 13px; color: #000; text-transform: uppercase; letter-spacing: 4px; } .case-desc h3 { font-size: 40px; font-weight: 600; } .case-desc h3 a { color: #000; text-decoration: none; } .progress-wrap { margin-bottom: 30px; } .progress-wrap h3 { font-size: 20px; font-family: "Poppins", Arial, sans-serif; margin-bottom: 10px; } .progress { height: 20px; -webkit-box-shadow: none; box-shadow: none; background: #e0e0e0; overflow: visible; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; } .progress-bar { background: #ffdd00; -webkit-box-shadow: none; box-shadow: none; line-height: 1.2; color: #000; font-weight: 500; text-align: right; position: relative; overflow: visible; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; } .progress-bar:after { position: absolute; top: -2px; right: 0; width: 24px; height: 24px; content: ''; background: #ffdd00; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .progress-bar span { position: absolute; top: -34px; right: 0; color: #002bdc; } .progress-bar.color-1 { background: #002bdc; } .progress-bar.color-1:after { background: #002bdc; } .about-2 { margin-bottom: 20px; } .about-desc h2 { font-size: 48px; font-weight: 700; } @media screen and (max-width: 768px) { .about-desc h2 { font-size: 24px; } } .about-info { margin-bottom: 4em; } .about-info h3 { margin-bottom: 50px; font-weight: 600; } .about-info .wrap { border-bottom: 1px solid #d9d9d9; display: block; width: 100%; float: left; margin-bottom: 2em; } .about-info .wrap .job { margin-bottom: 10px; font-weight: 500; } .about-info .wrap .loc { font-weight: 500; color: #b3b3b3; } .about-info .wrap .year { color: #000; } .intro-heading { margin-bottom: 3em; position: relative; } .intro-heading:after { position: absolute; bottom: 50px; left: 0; right: 0; content: ''; width: 80px; height: 4px; background: #ffdd00; margin: 0 auto; } @media screen and (max-width: 768px) { .intro-heading:after { display: none; } } .intro-heading.intro-heading-2:after { display: none; } .intro-heading h2 { font-size: 48px; font-weight: 600; line-height: 1.5; margin-bottom: 1.5em; color: #000; position: relative; } @media screen and (max-width: 768px) { .intro-heading h2 { font-size: 30px; } } .intro-heading span { display: block; text-transform: uppercase; font-size: 12px; letter-spacing: 4px; margin-bottom: 30px; color: #000; font-weight: 700; text-transform: uppercase; position: relative; } .intro-heading span:after, .intro-heading span:before { position: absolute; bottom: -20px; left: -10px; right: 0; content: ''; width: 10px; height: 1px; background: #000; margin: 0 auto; -ms-transform: skewY(45deg); /* IE 9 */ -webkit-transform: skewY(45deg); /* Safari 3-8 */ transform: skewY(45deg); } .intro-heading span:after { left: 10px; } .heading-2 { margin-bottom: 2em; } .colorlib-bg-white { background: #fff; } .no-gutters { padding: 0 !important; margin: 0 !important; } .user-img, .blog-img, .case-img, .hero-img, .about-img, .work-img { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; } .work-entry-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; width: 100%; margin-bottom: 7em; } @media screen and (max-width: 768px) { .work-entry-flex { margin-bottom: 10em; } } .work-entry-flex .col-three-forth { width: 50%; } @media screen and (max-width: 768px) { .work-entry-flex .col-three-forth { width: 40%; } } .work-entry-flex .col-one-forth { width: 50%; } @media screen and (max-width: 768px) { .work-entry-flex .col-one-forth { width: 60%; } } .work-entry-flex .display-t { display: table; } .work-entry-flex .display-tc { display: table-cell; vertical-align: middle; } .work-entry-flex .text-inner-right { text-align: right; margin: 0; padding: 0; } @media screen and (max-width: 768px) { .work-entry-flex .text-inner-right { text-align: left; margin-left: -4em; } } .work-entry-flex .text-inner-left { text-align: left; margin: 0; padding: 0; } .work-entry-flex .text-inner { display: block; padding: 3em; background: #fff; -webkit-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); -moz-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); } @media screen and (max-width: 768px) { .work-entry-flex .text-inner { padding: 1em; } } .work-entry-flex .text-inner h2 { font-size: 40px; font-weight: 600; letter-spacing: 2px; } @media screen and (max-width: 768px) { .work-entry-flex .text-inner h2 { font-size: 20px; } } .work-entry-flex .text-inner h2 a { color: #002bdc; text-decoration: none; } .work-entry-flex .text-inner .tag { margin-bottom: 20px; } .work-entry-flex .text-inner .tag span { text-transform: uppercase; color: #000; letter-spacing: 4px; font-size: 14px; } .work-entry-flex .text-inner .btn-view { color: #002bdc; text-decoration: none; } .work-single-flex { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; } .work-single-flex .col-half { width: 50%; position: relative; } .work-single-flex .display-t { display: table; width: 100%; } .work-single-flex .display-tc { display: table-cell; vertical-align: middle; } .work-single-flex .work-desc { padding: 4em; } .work-single-flex .work-desc h2 { font-size: 40px; font-weight: 600; color: #002bdc; } @media screen and (max-width: 768px) { .work-single-flex .work-desc { padding: 1.5em; background: #fff; margin-left: -5em; } .work-single-flex .work-desc h2 { font-size: 30px; } } .work-single-flex .work-desc .button-btn { color: #999999; } .work-single-flex .work-desc .btn-preview { color: #002bdc; border: 1px solid #002bdc; padding: 7px 15px; text-decoration: none; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; } .work-single-flex .work-desc .btn-download { color: #002bdc; } .article { display: block; } .article .blog-img { display: block; position: relative; overflow: hidden; width: 100%; z-index: -1; } .article .blog-img img { position: relative; max-width: 100%; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; } .article .blog-img .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); opacity: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .article .blog-img:hover .overlay { opacity: 0; } .article .blog-img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .article .desc { position: relative; z-index: 1; margin-top: 0; width: 100%; background: #fff; padding: 1em; padding-top: 2em; } .article .desc .meta { position: absolute; top: -61px; left: 20px; background: #ffdd00; color: #000; padding: 20px 10px; font-size: 12px; text-transform: uppercase; letter-spacing: 4px; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); } .article .desc h2 { font-size: 24px; line-height: 1.5; } .article .desc h2 a { text-decoration: none; color: #000; } .article .desc h2 a:hover { color: #002bdc; } .article:hover .meta { background: #002bdc; color: #fff; } article .blog-img { height: 500px; margin-bottom: 3em; } article .desc h2 { font-size: 40px; } article .desc h2 a { color: #000; text-decoration: none; } article .desc .tag { display: block; } article .desc .tag span { display: inline-block; } article .desc .tag span a { display: inline-block; background: #ebebeb; color: #4d4d4d; padding: 10px; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } .review-wrap { width: 100%; float: left; } .review { width: 100%; float: left; margin-bottom: 60px; border-bottom: 1px solid #e6e6e6; } .review .user-img { width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; float: left; } .review .desc { width: calc(100% - 100px); float: right; } .review .desc h4 { width: 100%; margin-bottom: 10px; } .review .desc h4 span { width: 49%; display: inline-block; } .review .desc h4 span:first-child { font-size: 18px; color: #000; } .review .desc h4 span:last-child { font-size: 14px; color: gray; } .review .desc h4 span.text-right-here { text-align: right; } @media screen and (max-width: 480px) { .review .desc h4 span { width: 100%; } .review .desc h4 span.text-right-here { text-align: left; } } .review .desc .star { width: 100%; } .review .desc .star span { width: 100%; display: inline-block; } .review .desc .star .reply { padding: 7px 10px; background: #e6e6e6; color: #000; font-size: 13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } .review .desc .star .reply i { color: gray; font-size: 12px; } .btn { margin-right: 4px; margin-bottom: 4px; font-size: 14px !important; font-weight: 400; -webkit-border-radius: 1px; -moz-border-radius: 1px; -ms-border-radius: 1px; border-radius: 1px; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; padding: 8px 20px; } .btn.btn-md { padding: 12px 20px !important; } .btn.btn-lg { padding: 18px 36px !important; } .btn:hover, .btn:active, .btn:focus { -webkit-box-shadow: none !important; box-shadow: none !important; outline: none !important; } .btn-primary { background: #ffdd00; color: #000; border: 2px solid #ffdd00; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #ffe01a !important; border-color: #ffe01a !important; } .btn-primary.btn-outline { background: transparent; color: #4d4d4d; border: 1px solid #d9d9d9; } .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active { background: #ffdd00; color: #fff; } .btn-success { background: #5cb85c; color: #fff; border: 2px solid #5cb85c; } .btn-success:hover, .btn-success:focus, .btn-success:active { background: #4cae4c !important; border-color: #4cae4c !important; } .btn-success.btn-outline { background: transparent; color: #5cb85c; border: 2px solid #5cb85c; } .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active { background: #5cb85c; color: #fff; } .btn-info { background: #5bc0de; color: #fff; border: 2px solid #5bc0de; } .btn-info:hover, .btn-info:focus, .btn-info:active { background: #46b8da !important; border-color: #46b8da !important; } .btn-info.btn-outline { background: transparent; color: #5bc0de; border: 2px solid #5bc0de; } .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active { background: #5bc0de; color: #fff; } .btn-warning { background: #f0ad4e; color: #fff; border: 2px solid #f0ad4e; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active { background: #eea236 !important; border-color: #eea236 !important; } .btn-warning.btn-outline { background: transparent; color: #f0ad4e; border: 2px solid #f0ad4e; } .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active { background: #f0ad4e; color: #fff; } .btn-danger { background: #d9534f; color: #fff; border: 2px solid #d9534f; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active { background: #d43f3a !important; border-color: #d43f3a !important; } .btn-danger.btn-outline { background: transparent; color: #d9534f; border: 2px solid #d9534f; } .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active { background: #d9534f; color: #fff; } .btn-outline { background: none; border: 2px solid gray; font-size: 16px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active { -webkit-box-shadow: none; box-shadow: none; } .row-padded-bottom { margin-bottom: 4em; } .row-pb-md { margin-bottom: 3em; } .col-pb-md { margin-bottom: 5em !important; } .btn.with-arrow { position: relative; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .btn.with-arrow i { visibility: hidden; opacity: 0; position: absolute; right: 0px; top: 50%; margin-top: -8px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .btn.with-arrow:hover { padding-right: 50px; } .btn.with-arrow:hover i { color: #fff; right: 18px; visibility: visible; opacity: 1; } .colorlib-nav-toggle { cursor: pointer; text-decoration: none; } .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after { background: #fff !important; } .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after { background: #000; } .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active { outline: none; border-bottom: none !important; } .colorlib-nav-toggle i { position: relative; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; width: 35px; height: 2px; color: #000; font: bold 14px/.4 Helvetica; text-transform: uppercase; text-indent: -55px; background: #000; -webkit-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } .menu-show .colorlib-nav-toggle i { background: #000; color: #fff; } .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after { content: ''; width: 40px; height: 2px; background: #000; position: absolute; left: 0; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after { background: transparent; } .colorlib-nav-toggle.dark i { position: relative; color: #fff; background: #fff; -webkit-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after { background: #fff; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .colorlib-nav-toggle i::before { top: -7px; } .colorlib-nav-toggle i::after { bottom: -7px; } .colorlib-nav-toggle:hover i::before { top: -10px; } .colorlib-nav-toggle:hover i::after { bottom: -10px; } .colorlib-nav-toggle.active i { background: transparent; } .colorlib-nav-toggle.active i::before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); } .colorlib-nav-toggle.active i::after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); } .colorlib-nav-toggle { float: right; z-index: 1003; position: relative; display: block; margin: 0 auto; cursor: pointer; margin-top: 0; } @media screen and (max-width: 768px) { .colorlib-nav-toggle { display: block; top: 0px; } } .contact-info { margin-bottom: 4em; padding: 0; } .contact-info li { list-style: none; margin: 0 0 30px 0; position: relative; padding-left: 60px; } .contact-info li span { position: absolute; top: -0.3em; left: 0; width: 40px; height: 40px; background: #fff; display: table; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .contact-info li i { display: table-cell; vertical-align: middle; font-size: 16px; color: rgba(0, 0, 0, 0.5); } .contact-info li a { color: #002bdc; } .form-control { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; border: 1px solid #e6e6e6; border: transparent; font-size: 16px; font-weight: 300; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } .form-control:focus, .form-control:active { -webkit-box-shadow: none; box-shadow: none; border: 1px solid #002bdc; } input[type="text"] { height: 60px; } .form-group { margin-bottom: 30px; } .colorlib-social-icons a { font-weight: 700; color: #fff; position: relative; padding-left: 32px; } .colorlib-social-icons a:hover, .colorlib-social-icons a:focus { text-decoration: none !important; } .colorlib-social-icons i { position: absolute; top: -3px; left: 0; font-size: 30px; color: #ffdd00; } .resume { color: #000; font-weight: 500; } #colorlib-subscribe { padding: 5em 0; } #colorlib-subscribe .colorlib-heading { margin-bottom: 20px; } #colorlib-subscribe .colorlib-heading h2 { font-weight: 700; } #colorlib-subscribe .colorlib-heading p { font-size: 18px; } .qbstp-header-subscribe { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; width: 100%; padding: 0; } .qbstp-header-subscribe .col-three-forth { width: 60%; } .qbstp-header-subscribe .col-one-third { width: 30%; } .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third { display: table; height: 50px; float: left; } @media screen and (max-width: 768px) { .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third { width: 50%; } } .qbstp-header-subscribe .form-control { background: transparent; } .qbstp-header-subscribe .form-group { position: relative; width: 100%; display: table-cell; vertical-align: middle; } @media screen and (max-width: 480px) { .qbstp-header-subscribe .form-group { width: 100%; } } .qbstp-header-subscribe .form-group input::-webkit-input-placeholder { color: #333333; } .qbstp-header-subscribe .form-group input::-moz-input-placeholder { color: #333333; } .qbstp-header-subscribe .form-group input::-ms-input-placeholder { color: #333333; } .qbstp-header-subscribe .form-group input::-o-input-placeholder { color: #333333; } .qbstp-header-subscribe .form-group input::input-placeholder { color: #333333; } .qbstp-header-subscribe #email { font-size: 14px; width: 100%; border: none; border-bottom: 1px solid #1a1a1a; color: #333333 !important; } .qbstp-header-subscribe button { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; background: #000; color: #fff; border: none; padding: 10px 20px; height: 50px; width: 100%; display: block; } .colorlib-footer { padding-bottom: 5em; background: #AE4B26; color: rgba(255, 255, 255, 0.9); } .colorlib-footer a { color: #E4BE02; } .colorlib-footer h3 { font-size: 70px; font-weight: 800; color: #fff; } @media screen and (max-width: 768px) { .colorlib-footer h3 { font-size: 40px; } } .colorlib-footer .btn-footer { display: block; } .colorlib-footer .btn-footer a { display: inline-block; padding: 20px 30px; background: #AEA49A; color: #000; font-weight: 500; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } .colorlib-footer .info { text-align: right; } .colorlib-footer .info p { margin-bottom: 20px; } @media screen and (max-width: 768px) { .colorlib-footer .info { text-align: left; } } .colorlib-footer .copyright { margin-top: 4em; } .js .animate-box { opacity: 0; }
css/style.css
@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon/icomoon.eot?srf3rx"); src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg"); font-weight: normal; font-style: normal; } /* ======================================================= * * Template Style * Edit this section * * ======================================================= */ body { font-family: "Poppins", Arial, sans-serif; line-height: 1.8; font-size: 20px; font-weight: 300; background: #3F6EA3; color: #1a1a1a; background-image: url(images/bi.jpg); } body.menu-show { overflow: hidden; position: fixed; height: 100%; width: 100%; } #colorlib-wrapper { height: 100%; width: 100%; overflow: hidden; } #colorlib-wrapper > div { width: 100%; height: 100%; overflow-y: hidden; } a { color: #ffdd00; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } a:hover { text-decoration: underline; color: #ffdd00; } a:focus, a:active { outline: none; } p, span { margin-bottom: 2em; font-family: "Poppins", Arial, sans-serif; } ul, ol { display: block; margin-bottom: 1.5em; } span { font-size: 18px; color: rgba(114, 114, 114, 0.8); } h1, h2, h3, h4, h5, h6 { color: rgba(0, 0, 0, 0.8); font-family: "Poppins", Arial, sans-serif; margin: 0 0 30px 0; line-height: 1.3; } ::-webkit-selection { color: #fcfcfc; background: #b7c2c2; } ::-moz-selection { color: #fcfcfc; background: #b7c2c2; } ::selection { color: #fcfcfc; background: #b7c2c2; } #colorlib-page { position: relative; -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .menu-show #colorlib-page { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); position: relative; } .menu-show #colorlib-page:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ''; background: rgba(0, 0, 0, 0.4); z-index: 3; } #colorlib-main-nav { position: absolute; top: 0; bottom: 0; right: 0; padding: 0; width: 100%; height: 100%; background: rgba(0, 43, 220, 0.9); z-index: 1002; text-align: center; visibility: hidden; opacity: 0; -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); overflow-y: scroll; } #colorlib-main-nav .colorlib-table { display: table; width: 100%; height: 100%; } #colorlib-main-nav .colorlib-table .colorlib-table-cell { display: table-cell; vertical-align: middle; } #colorlib-main-nav .colorlib-nav-toggle { position: absolute; top: 40px; right: 40px; padding: 20px; height: 44px; width: 44px; line-height: 0; padding: 0 !important; visibility: hidden; opacity: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } #colorlib-main-nav .colorlib-nav-toggle i { top: 18px !important; left: 0 !important; margin: 0 !important; padding: 0 !important; line-height: 0; text-indent: 0; } #colorlib-main-nav .colorlib-nav-toggle.show { visibility: visible; opacity: 1; } #colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after { content: ''; width: 40px; height: 2px; background: #fff; position: absolute; left: 0; } .menu-show #colorlib-main-nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } #colorlib-main-nav ul { padding: 0; margin: 0; display: block; } @media screen and (max-width: 768px) { #colorlib-main-nav ul { padding: 20px 0 0 0; } } #colorlib-main-nav ul li { padding: 0; margin: 0; list-style: none; font-weight: 700; } #colorlib-main-nav ul li a { display: block; color: white; padding: 5px 0; } #colorlib-main-nav ul li a span { font-size: 50px; color: white; position: relative; padding: 0 40px; } #colorlib-main-nav ul li a span:before { content: ""; position: absolute; width: 100%; height: 4px; bottom: 42%; left: 0; background-color: #fff; visibility: hidden; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } @media screen and (max-width: 768px) { #colorlib-main-nav ul li a span { font-size: 30px; } } #colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus { outline: none; text-decoration: none; } #colorlib-main-nav ul li a:hover span:before, #colorlib-main-nav ul li a:active span:before, #colorlib-main-nav ul li a:focus span:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } #colorlib-main-nav ul li.active a span { color: #ffdd00; } #colorlib-main-nav ul li.active a span:before { background: #ffdd00; visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } header { padding: 2em 0; position: absolute; top: 0; left: 0; right: 0; z-index: 9; margin: 0 auto; } @media screen and (max-width: 768px) { header { padding: 2em 0; position: absolute; } } header .colorlib-navbar-brand { float: left; } header .colorlib-navbar-brand .colorlib-logo { font-size: 24px; color: #fff; font-family: "Poppins", Arial, sans-serif; font-weight: 900; display: block; text-align: center; position: relative; } header .colorlib-navbar-brand .colorlib-logo:after { position: absolute; bottom: 5px; left: 0; right: 0; content: ''; width: 100%; height: 4px; background: #fff; } header .colorlib-navbar-brand .colorlib-logo:hover { text-decoration: none !important; } header .colorlib-navbar-brand .colorlib-logo:active, header .colorlib-navbar-brand .colorlib-logo:focus { outline: none; text-decoration: none; } header .colorlib-navbar-brand .colorlib-logo.logo { color: #000; } header .colorlib-navbar-brand .colorlib-logo.logo:after { background: #000; } .colorlib-about, .colorlib-skills, .colorlib-case, .colorlib-services, #colorlib-contact, .colorlib-work, #colorlib-blog, #colorlib-contact, .colorlib-footer { padding: 8em 0; clear: both; position: relative; } @media screen and (max-width: 768px) { .colorlib-about, .colorlib-skills, .colorlib-case, .colorlib-services, #colorlib-contact, .colorlib-work, #colorlib-blog, #colorlib-contact, .colorlib-footer { padding: 5em 0; } } #colorlib-hero { width: 100%; clear: both; position: relative; } @media screen and (max-width: 768px) { #colorlib-hero { padding: 0; margin: 0; } } #colorlib-hero .social-media { position: absolute; right: 30px; bottom: 20px; z-index: 2; display: table; float: left; text-transform: uppercase; font-size: 10px; letter-spacing: 3px; font-weight: 500; } @media screen and (max-width: 768px) { #colorlib-hero .social-media { bottom: 50px; letter-spacing: 1px; } } #colorlib-hero .social-media a { margin-right: 20px; float: left; display: table-cell; vertical-align: middle; color: #000; text-decoration: none; } @media screen and (max-width: 768px) { #colorlib-hero .social-media a { bottom: 50px; margin-right: 5px; } } #colorlib-hero .hero-flex { width: 100%; z-index: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; } #colorlib-hero .hero-flex .col-three-forth { width: 60%; z-index: -1; float: left; position: relative; } #colorlib-hero .hero-flex .col-one-forth { width: 40%; float: left; position: relative; } #colorlib-hero .hero-flex .display-t { display: table; width: 100%; } #colorlib-hero .hero-flex .display-tc { display: table-cell; vertical-align: middle; background: #ffdd00; } #colorlib-hero .hero-flex .text-inner { display: block; width: 100%; margin-left: -5em; } #colorlib-hero .hero-flex .text-inner h2 { font-size: 54px; font-weight: 900; letter-spacing: 2px; } @media screen and (max-width: 768px) { #colorlib-hero .hero-flex .text-inner h2 { font-size: 30px; } } #colorlib-hero .hero-flex .text-inner .tag { display: block; letter-spacing: 7px; margin-bottom: 15px; text-transform: uppercase; font-size: 13px; } #colorlib-hero .hero-flex .text-inner .desc { padding-right: 3em; position: relative; } @media screen and (max-width: 768px) { #colorlib-hero .hero-flex .text-inner .desc { padding: 1em; background: #fff; width: 100%; } } @media screen and (max-width: 480px) { #colorlib-hero .hero-flex .text-inner .desc { padding: 1em; background: #fff; width: 140%; } } #colorlib-hero .hero-flex .text-inner .desc:after { position: absolute; top: -30px; bottom: 0; left: 0; content: ''; width: 200px; height: 1px; background: #000; } @media screen and (max-width: 768px) { #colorlib-hero .hero-flex .text-inner .desc:after { opacity: 0; } } #colorlib-hero .hero-flex .text-inner .btn-view { font-size: 12px; letter-spacing: 7px; color: #000; text-transform: uppercase; font-weight: 500; border: 1px solid #000; padding: 7px; text-decoration: none; } @media screen and (max-width: 768px) { #colorlib-hero .hero-flex .text-inner .btn-view { letter-spacing: 2px; } } #colorlib-hero .owl-theme .owl-controls { position: absolute; bottom: 1px; left: 47.7%; width: 180px; display: block; margin: 0 auto; } @media screen and (max-width: 768px) { #colorlib-hero .owl-theme .owl-controls { left: 25%; } } #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] { padding: 8px 15px; background: #000; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] i { border: none; } #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-]:hover { background: #ffdd00; border: none; } #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next, #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev { margin: 1px; } #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next i, #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev i { font-size: 14px; color: #fff; background: transparent; } #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next:hover i, #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev:hover i { color: white; } .services { margin-bottom: 40px; padding: 2em; background: #fff; } .services .icon { display: block; margin-bottom: 30px; } .services .icon i { font-size: 50px; line-height: 1.0; color: #000; } .services .desc h3 { line-height: 1.3; font-size: 13px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; position: relative; } .services .desc h3:after { position: absolute; bottom: -15px; left: 0; right: 0; content: ''; width: 30px; height: 1px; background: #000; margin: 0 auto; } .services .desc h3 a { color: #000; } .services .desc h4 { font-weight: 300; margin-bottom: 18px; } .services .desc span { display: block; text-transform: uppercase; font-size: 12px; margin-bottom: 10px; color: #ffdd00; } .work-wrap .owl-theme .owl-controls { position: absolute; bottom: -80px; left: 0; right: 0; } .work-wrap .owl-theme .owl-controls .owl-theme .owl-dots .owl-dot span { background: rgba(255, 255, 255, 0.5); } .work-wrap .owl-theme .owl-dots .owl-dot.active span, .work-wrap .owl-theme .owl-dots .owl-dot:hover span { background: #ffdd00; } .case-img { display: block; height: 400px; } @media screen and (max-width: 768px) { .case-img { margin-bottom: 30px; } } .case-desc .tag { margin-bottom: 20px; } .case-desc .tag span { font-size: 13px; color: #000; text-transform: uppercase; letter-spacing: 4px; } .case-desc h3 { font-size: 40px; font-weight: 600; } .case-desc h3 a { color: #000; text-decoration: none; } .progress-wrap { margin-bottom: 30px; } .progress-wrap h3 { font-size: 20px; font-family: "Poppins", Arial, sans-serif; margin-bottom: 10px; } .progress { height: 20px; -webkit-box-shadow: none; box-shadow: none; background: #e0e0e0; overflow: visible; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; } .progress-bar { background: #ffdd00; -webkit-box-shadow: none; box-shadow: none; line-height: 1.2; color: #000; font-weight: 500; text-align: right; position: relative; overflow: visible; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; } .progress-bar:after { position: absolute; top: -2px; right: 0; width: 24px; height: 24px; content: ''; background: #ffdd00; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .progress-bar span { position: absolute; top: -34px; right: 0; color: #002bdc; } .progress-bar.color-1 { background: #002bdc; } .progress-bar.color-1:after { background: #002bdc; } .about-2 { margin-bottom: 20px; } .about-desc h2 { font-size: 48px; font-weight: 700; } @media screen and (max-width: 768px) { .about-desc h2 { font-size: 24px; } } .about-info { margin-bottom: 4em; } .about-info h3 { margin-bottom: 50px; font-weight: 600; } .about-info .wrap { border-bottom: 1px solid #d9d9d9; display: block; width: 100%; float: left; margin-bottom: 2em; } .about-info .wrap .job { margin-bottom: 10px; font-weight: 500; } .about-info .wrap .loc { font-weight: 500; color: #b3b3b3; } .about-info .wrap .year { color: #000; } .intro-heading { margin-bottom: 3em; position: relative; } .intro-heading:after { position: absolute; bottom: 50px; left: 0; right: 0; content: ''; width: 80px; height: 4px; background: #ffdd00; margin: 0 auto; } @media screen and (max-width: 768px) { .intro-heading:after { display: none; } } .intro-heading.intro-heading-2:after { display: none; } .intro-heading h2 { font-size: 48px; font-weight: 600; line-height: 1.5; margin-bottom: 1.5em; color: #000; position: relative; } @media screen and (max-width: 768px) { .intro-heading h2 { font-size: 30px; } } .intro-heading span { display: block; text-transform: uppercase; font-size: 12px; letter-spacing: 4px; margin-bottom: 30px; color: #000; font-weight: 700; text-transform: uppercase; position: relative; } .intro-heading span:after, .intro-heading span:before { position: absolute; bottom: -20px; left: -10px; right: 0; content: ''; width: 10px; height: 1px; background: #000; margin: 0 auto; -ms-transform: skewY(45deg); /* IE 9 */ -webkit-transform: skewY(45deg); /* Safari 3-8 */ transform: skewY(45deg); } .intro-heading span:after { left: 10px; } .heading-2 { margin-bottom: 2em; } .colorlib-bg-white { background: #fff; } .no-gutters { padding: 0 !important; margin: 0 !important; } .user-img, .blog-img, .case-img, .hero-img, .about-img, .work-img { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; } .work-entry-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; width: 100%; margin-bottom: 7em; } @media screen and (max-width: 768px) { .work-entry-flex { margin-bottom: 10em; } } .work-entry-flex .col-three-forth { width: 50%; } @media screen and (max-width: 768px) { .work-entry-flex .col-three-forth { width: 40%; } } .work-entry-flex .col-one-forth { width: 50%; } @media screen and (max-width: 768px) { .work-entry-flex .col-one-forth { width: 60%; } } .work-entry-flex .display-t { display: table; } .work-entry-flex .display-tc { display: table-cell; vertical-align: middle; } .work-entry-flex .text-inner-right { text-align: right; margin: 0; padding: 0; } @media screen and (max-width: 768px) { .work-entry-flex .text-inner-right { text-align: left; margin-left: -4em; } } .work-entry-flex .text-inner-left { text-align: left; margin: 0; padding: 0; } .work-entry-flex .text-inner { display: block; padding: 3em; background: #fff; -webkit-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); -moz-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); } @media screen and (max-width: 768px) { .work-entry-flex .text-inner { padding: 1em; } } .work-entry-flex .text-inner h2 { font-size: 40px; font-weight: 600; letter-spacing: 2px; } @media screen and (max-width: 768px) { .work-entry-flex .text-inner h2 { font-size: 20px; } } .work-entry-flex .text-inner h2 a { color: #002bdc; text-decoration: none; } .work-entry-flex .text-inner .tag { margin-bottom: 20px; } .work-entry-flex .text-inner .tag span { text-transform: uppercase; color: #000; letter-spacing: 4px; font-size: 14px; } .work-entry-flex .text-inner .btn-view { color: #002bdc; text-decoration: none; } .work-single-flex { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; } .work-single-flex .col-half { width: 50%; position: relative; } .work-single-flex .display-t { display: table; width: 100%; } .work-single-flex .display-tc { display: table-cell; vertical-align: middle; } .work-single-flex .work-desc { padding: 4em; } .work-single-flex .work-desc h2 { font-size: 40px; font-weight: 600; color: #002bdc; } @media screen and (max-width: 768px) { .work-single-flex .work-desc { padding: 1.5em; background: #fff; margin-left: -5em; } .work-single-flex .work-desc h2 { font-size: 30px; } } .work-single-flex .work-desc .button-btn { color: #999999; } .work-single-flex .work-desc .btn-preview { color: #002bdc; border: 1px solid #002bdc; padding: 7px 15px; text-decoration: none; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; } .work-single-flex .work-desc .btn-download { color: #002bdc; } .article { display: block; } .article .blog-img { display: block; position: relative; overflow: hidden; width: 100%; z-index: -1; } .article .blog-img img { position: relative; max-width: 100%; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; } .article .blog-img .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); opacity: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .article .blog-img:hover .overlay { opacity: 0; } .article .blog-img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .article .desc { position: relative; z-index: 1; margin-top: 0; width: 100%; background: #fff; padding: 1em; padding-top: 2em; } .article .desc .meta { position: absolute; top: -61px; left: 20px; background: #ffdd00; color: #000; padding: 20px 10px; font-size: 12px; text-transform: uppercase; letter-spacing: 4px; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); } .article .desc h2 { font-size: 24px; line-height: 1.5; } .article .desc h2 a { text-decoration: none; color: #000; } .article .desc h2 a:hover { color: #002bdc; } .article:hover .meta { background: #002bdc; color: #fff; } article .blog-img { height: 500px; margin-bottom: 3em; } article .desc h2 { font-size: 40px; } article .desc h2 a { color: #000; text-decoration: none; } article .desc .tag { display: block; } article .desc .tag span { display: inline-block; } article .desc .tag span a { display: inline-block; background: #ebebeb; color: #4d4d4d; padding: 10px; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } .review-wrap { width: 100%; float: left; } .review { width: 100%; float: left; margin-bottom: 60px; border-bottom: 1px solid #e6e6e6; } .review .user-img { width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; float: left; } .review .desc { width: calc(100% - 100px); float: right; } .review .desc h4 { width: 100%; margin-bottom: 10px; } .review .desc h4 span { width: 49%; display: inline-block; } .review .desc h4 span:first-child { font-size: 18px; color: #000; } .review .desc h4 span:last-child { font-size: 14px; color: gray; } .review .desc h4 span.text-right-here { text-align: right; } @media screen and (max-width: 480px) { .review .desc h4 span { width: 100%; } .review .desc h4 span.text-right-here { text-align: left; } } .review .desc .star { width: 100%; } .review .desc .star span { width: 100%; display: inline-block; } .review .desc .star .reply { padding: 7px 10px; background: #e6e6e6; color: #000; font-size: 13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } .review .desc .star .reply i { color: gray; font-size: 12px; } .btn { margin-right: 4px; margin-bottom: 4px; font-size: 14px !important; font-weight: 400; -webkit-border-radius: 1px; -moz-border-radius: 1px; -ms-border-radius: 1px; border-radius: 1px; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; padding: 8px 20px; } .btn.btn-md { padding: 12px 20px !important; } .btn.btn-lg { padding: 18px 36px !important; } .btn:hover, .btn:active, .btn:focus { -webkit-box-shadow: none !important; box-shadow: none !important; outline: none !important; } .btn-primary { background: #ffdd00; color: #000; border: 2px solid #ffdd00; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #ffe01a !important; border-color: #ffe01a !important; } .btn-primary.btn-outline { background: transparent; color: #4d4d4d; border: 1px solid #d9d9d9; } .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active { background: #ffdd00; color: #fff; } .btn-success { background: #5cb85c; color: #fff; border: 2px solid #5cb85c; } .btn-success:hover, .btn-success:focus, .btn-success:active { background: #4cae4c !important; border-color: #4cae4c !important; } .btn-success.btn-outline { background: transparent; color: #5cb85c; border: 2px solid #5cb85c; } .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active { background: #5cb85c; color: #fff; } .btn-info { background: #5bc0de; color: #fff; border: 2px solid #5bc0de; } .btn-info:hover, .btn-info:focus, .btn-info:active { background: #46b8da !important; border-color: #46b8da !important; } .btn-info.btn-outline { background: transparent; color: #5bc0de; border: 2px solid #5bc0de; } .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active { background: #5bc0de; color: #fff; } .btn-warning { background: #f0ad4e; color: #fff; border: 2px solid #f0ad4e; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active { background: #eea236 !important; border-color: #eea236 !important; } .btn-warning.btn-outline { background: transparent; color: #f0ad4e; border: 2px solid #f0ad4e; } .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active { background: #f0ad4e; color: #fff; } .btn-danger { background: #d9534f; color: #fff; border: 2px solid #d9534f; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active { background: #d43f3a !important; border-color: #d43f3a !important; } .btn-danger.btn-outline { background: transparent; color: #d9534f; border: 2px solid #d9534f; } .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active { background: #d9534f; color: #fff; } .btn-outline { background: none; border: 2px solid gray; font-size: 16px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active { -webkit-box-shadow: none; box-shadow: none; } .row-padded-bottom { margin-bottom: 4em; } .row-pb-md { margin-bottom: 3em; } .col-pb-md { margin-bottom: 5em !important; } .btn.with-arrow { position: relative; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .btn.with-arrow i { visibility: hidden; opacity: 0; position: absolute; right: 0px; top: 50%; margin-top: -8px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .btn.with-arrow:hover { padding-right: 50px; } .btn.with-arrow:hover i { color: #fff; right: 18px; visibility: visible; opacity: 1; } .colorlib-nav-toggle { cursor: pointer; text-decoration: none; } .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after { background: #fff !important; } .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after { background: #000; } .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active { outline: none; border-bottom: none !important; } .colorlib-nav-toggle i { position: relative; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; width: 35px; height: 2px; color: #000; font: bold 14px/.4 Helvetica; text-transform: uppercase; text-indent: -55px; background: #000; -webkit-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } .menu-show .colorlib-nav-toggle i { background: #000; color: #fff; } .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after { content: ''; width: 40px; height: 2px; background: #000; position: absolute; left: 0; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after { background: transparent; } .colorlib-nav-toggle.dark i { position: relative; color: #fff; background: #fff; -webkit-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after { background: #fff; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .colorlib-nav-toggle i::before { top: -7px; } .colorlib-nav-toggle i::after { bottom: -7px; } .colorlib-nav-toggle:hover i::before { top: -10px; } .colorlib-nav-toggle:hover i::after { bottom: -10px; } .colorlib-nav-toggle.active i { background: transparent; } .colorlib-nav-toggle.active i::before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); } .colorlib-nav-toggle.active i::after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); } .colorlib-nav-toggle { float: right; z-index: 1003; position: relative; display: block; margin: 0 auto; cursor: pointer; margin-top: 0; } @media screen and (max-width: 768px) { .colorlib-nav-toggle { display: block; top: 0px; } } .contact-info { margin-bottom: 4em; padding: 0; } .contact-info li { list-style: none; margin: 0 0 30px 0; position: relative; padding-left: 60px; } .contact-info li span { position: absolute; top: -0.3em; left: 0; width: 40px; height: 40px; background: #fff; display: table; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .contact-info li i { display: table-cell; vertical-align: middle; font-size: 16px; color: rgba(0, 0, 0, 0.5); } .contact-info li a { color: #002bdc; } .form-control { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; border: 1px solid #e6e6e6; border: transparent; font-size: 16px; font-weight: 300; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } .form-control:focus, .form-control:active { -webkit-box-shadow: none; box-shadow: none; border: 1px solid #002bdc; } input[type="text"] { height: 60px; } .form-group { margin-bottom: 30px; } .colorlib-social-icons a { font-weight: 700; color: #fff; position: relative; padding-left: 32px; } .colorlib-social-icons a:hover, .colorlib-social-icons a:focus { text-decoration: none !important; } .colorlib-social-icons i { position: absolute; top: -3px; left: 0; font-size: 30px; color: #ffdd00; } .resume { color: #000; font-weight: 500; } #colorlib-subscribe { padding: 5em 0; } #colorlib-subscribe .colorlib-heading { margin-bottom: 20px; } #colorlib-subscribe .colorlib-heading h2 { font-weight: 700; } #colorlib-subscribe .colorlib-heading p { font-size: 18px; } .qbstp-header-subscribe { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; width: 100%; padding: 0; } .qbstp-header-subscribe .col-three-forth { width: 60%; } .qbstp-header-subscribe .col-one-third { width: 30%; } .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third { display: table; height: 50px; float: left; } @media screen and (max-width: 768px) { .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third { width: 50%; } } .qbstp-header-subscribe .form-control { background: transparent; } .qbstp-header-subscribe .form-group { position: relative; width: 100%; display: table-cell; vertical-align: middle; } @media screen and (max-width: 480px) { .qbstp-header-subscribe .form-group { width: 100%; } } .qbstp-header-subscribe .form-group input::-webkit-input-placeholder { color: #333333; } .qbstp-header-subscribe .form-group input::-moz-input-placeholder { color: #333333; } .qbstp-header-subscribe .form-group input::-ms-input-placeholder { color: #333333; } .qbstp-header-subscribe .form-group input::-o-input-placeholder { color: #333333; } .qbstp-header-subscribe .form-group input::input-placeholder { color: #333333; } .qbstp-header-subscribe #email { font-size: 14px; width: 100%; border: none; border-bottom: 1px solid #1a1a1a; color: #333333 !important; } .qbstp-header-subscribe button { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; background: #000; color: #fff; border: none; padding: 10px 20px; height: 50px; width: 100%; display: block; } .colorlib-footer { padding-bottom: 5em; background: #AE4B26; color: rgba(255, 255, 255, 0.9); } .colorlib-footer a { color: #E4BE02; } .colorlib-footer h3 { font-size: 70px; font-weight: 800; color: #fff; } @media screen and (max-width: 768px) { .colorlib-footer h3 { font-size: 40px; } } .colorlib-footer .btn-footer { display: block; } .colorlib-footer .btn-footer a { display: inline-block; padding: 20px 30px; background: #AEA49A; color: #000; font-weight: 500; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } .colorlib-footer .info { text-align: right; } .colorlib-footer .info p { margin-bottom: 20px; } @media screen and (max-width: 768px) { .colorlib-footer .info { text-align: left; } } .colorlib-footer .copyright { margin-top: 4em; } .js .animate-box { opacity: 0; }
0.331552
0.079567
*:not(body) { margin: 0; padding: 0; box-sizing: border-box; } .lightmode { --home-bg-color: #f3f3f3; --input-bg-color: #e3e3e3; --input-font-color: black; --todo-bg-color: white; --todo-font-color: black; --plus-logo-color: white; --header-color: rgb(255, 107, 0); --github-fill: black; --github-hover-fill: white; --github-bg: black; --theme-check-color: var(--header-color); --theme-check-hover-color: white; --theme-check-bg: var(--header-color); --scroll-bar-thumb: rgb(19, 27, 39); } .darkmode { --home-bg-color: #353535; --input-bg-color: #484848; --input-font-color: white; --todo-bg-color: #636363; --todo-font-color: white; --plus-logo-color: #35383a; --header-color: hsl(9, 92%, 70%); --github-fill: white; --github-hover-fill: #000000; --github-bg: white; --theme-check-bg: white; --theme-check-hover-color: var(--header-color); --theme-check-color: white; } body { height: auto; margin: 0; width: auto; background: var(--home-bg-color); color: var(--home-font-color); user-select: none; --webkit-user-select: none; font-family: "Inter", sans-serif; position: relative; display: grid; align-items: center; } ::-webkit-scrollbar { width: 5px; background: none; } ::-webkit-scrollbar-thumb { background: grey; opacity: 0.5; border-radius: 3px; } #head { background: var(--todo-bg-color); width: 100%; position: fixed; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 7rem 1fr repeat(2, 4rem); box-shadow: 0px -5px 20px 1px; z-index: 5; } @media only screen and (max-width: 756px) { #head { grid-template-columns: 4rem 1fr repeat(2, 2.5rem); } } #head #logo-icon { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: relative; } #head #logo-icon svg { width: calc(3rem + 5px); height: calc(3rem + 5px); padding: 5px; background: white; border-radius: 4px; cursor: pointer; } #head #logo { padding: 1rem; color: var(--header-color); font-family: "<NAME>", cursive; font-weight: 700; font-size: 1.9rem; display: flex; align-items: center; margin: auto; cursor: pointer; text-decoration: none; } #head #logo p { padding-left: 0.5rem; color: var(--header-color); } #head #theme-check, #head #github { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } #head #theme-check svg { fill: var(--header-color); width: calc(2rem + 5px); height: calc(2rem + 5px); padding: 5px; border-radius: 4px; cursor: pointer; fill: var(--theme-check-color); } #head #theme-check svg:hover { transition: background 0.5s ease-in, fill 0.5s ease-in; background: var(--theme-check-bg); fill: var(--theme-check-hover-color); } #head #github svg { width: calc(2rem + 5px); height: calc(2rem + 5px); padding: 5px; border-radius: 4px; cursor: pointer; fill: var(--github-fill); } #head #github svg:hover { transition: background 0.5s ease-in, fill 0.5s ease-in; background: var(--github-bg); fill: var(--github-hover-fill); } #main-container { margin: auto; padding: 1rem; width: 100%; max-width: 700px; } .svg-plus-logo { fill: var(--plus-logo-color); } button { font-family: "Inter", sans-serif; outline: none; border: none; background: transparent; cursor: pointer; } form { width: 100%; display: grid; grid-template-columns: auto 33px; align-items: center; grid-column-gap: 0.9rem; margin-top: 5.5rem; } form * { border: none; outline: none; } form input { background: var(--input-bg-color); color: var(--input-font-color); border-radius: 13px; padding: 10px 15px 10px 15px; font-size: 0.95rem; font-family: "Inter", sans-serif; width: auto; grid-column-start: 1; grid-column-end: 2; } form button { background: transparent; height: 100%; width: 35px; } form button img { width: 120%; height: 120%; transform: translate(-10%, -8%); } #TODOs { width: auto; height: auto; font-weight: 500; margin-top: 1.7rem; overflow: hidden; } .todo { width: 100%; display: flex; align-items: center; background: var(--todo-bg-color); color: var(--todo-font-color); border-radius: 7px; margin-top: 5px; margin-bottom: 5px; position: relative; transition: opacity 0.5s ease-out; overflow: hidden; animation: slide-in 0.8s ease-in-out 1; } @keyframes slide-in { from { transform: translateX(-100%); } to { transform: translateX(0); } } .todo-done { opacity: 50%; } .todo-done::after { content: ""; height: 2px; width: 100%; background: #000; position: absolute; top: 50%; left: 0; right: 0; margin: auto; transform: translateY(-50%); animation: cross 1s ease-out 1; } @keyframes cross { from { transform: translateY(-50%) translateX(-100%); } to { transform: translateY(-50%) translateX(0%); } } .todo-delete { transform: translateX(0%); animation: delete 0.8s ease-in-out 1; } @keyframes delete { to { transform: translateX(100%); opacity: 0.2; } } .todo .content { padding: 10px 15px 10px 15px; width: 85.5%; font-size: 1.15rem; } .todo .buttons { position: absolute; right: 5px; margin: auto; transform: translateY(7%); }
style.css
*:not(body) { margin: 0; padding: 0; box-sizing: border-box; } .lightmode { --home-bg-color: #f3f3f3; --input-bg-color: #e3e3e3; --input-font-color: black; --todo-bg-color: white; --todo-font-color: black; --plus-logo-color: white; --header-color: rgb(255, 107, 0); --github-fill: black; --github-hover-fill: white; --github-bg: black; --theme-check-color: var(--header-color); --theme-check-hover-color: white; --theme-check-bg: var(--header-color); --scroll-bar-thumb: rgb(19, 27, 39); } .darkmode { --home-bg-color: #353535; --input-bg-color: #484848; --input-font-color: white; --todo-bg-color: #636363; --todo-font-color: white; --plus-logo-color: #35383a; --header-color: hsl(9, 92%, 70%); --github-fill: white; --github-hover-fill: #000000; --github-bg: white; --theme-check-bg: white; --theme-check-hover-color: var(--header-color); --theme-check-color: white; } body { height: auto; margin: 0; width: auto; background: var(--home-bg-color); color: var(--home-font-color); user-select: none; --webkit-user-select: none; font-family: "Inter", sans-serif; position: relative; display: grid; align-items: center; } ::-webkit-scrollbar { width: 5px; background: none; } ::-webkit-scrollbar-thumb { background: grey; opacity: 0.5; border-radius: 3px; } #head { background: var(--todo-bg-color); width: 100%; position: fixed; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 7rem 1fr repeat(2, 4rem); box-shadow: 0px -5px 20px 1px; z-index: 5; } @media only screen and (max-width: 756px) { #head { grid-template-columns: 4rem 1fr repeat(2, 2.5rem); } } #head #logo-icon { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: relative; } #head #logo-icon svg { width: calc(3rem + 5px); height: calc(3rem + 5px); padding: 5px; background: white; border-radius: 4px; cursor: pointer; } #head #logo { padding: 1rem; color: var(--header-color); font-family: "<NAME>", cursive; font-weight: 700; font-size: 1.9rem; display: flex; align-items: center; margin: auto; cursor: pointer; text-decoration: none; } #head #logo p { padding-left: 0.5rem; color: var(--header-color); } #head #theme-check, #head #github { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } #head #theme-check svg { fill: var(--header-color); width: calc(2rem + 5px); height: calc(2rem + 5px); padding: 5px; border-radius: 4px; cursor: pointer; fill: var(--theme-check-color); } #head #theme-check svg:hover { transition: background 0.5s ease-in, fill 0.5s ease-in; background: var(--theme-check-bg); fill: var(--theme-check-hover-color); } #head #github svg { width: calc(2rem + 5px); height: calc(2rem + 5px); padding: 5px; border-radius: 4px; cursor: pointer; fill: var(--github-fill); } #head #github svg:hover { transition: background 0.5s ease-in, fill 0.5s ease-in; background: var(--github-bg); fill: var(--github-hover-fill); } #main-container { margin: auto; padding: 1rem; width: 100%; max-width: 700px; } .svg-plus-logo { fill: var(--plus-logo-color); } button { font-family: "Inter", sans-serif; outline: none; border: none; background: transparent; cursor: pointer; } form { width: 100%; display: grid; grid-template-columns: auto 33px; align-items: center; grid-column-gap: 0.9rem; margin-top: 5.5rem; } form * { border: none; outline: none; } form input { background: var(--input-bg-color); color: var(--input-font-color); border-radius: 13px; padding: 10px 15px 10px 15px; font-size: 0.95rem; font-family: "Inter", sans-serif; width: auto; grid-column-start: 1; grid-column-end: 2; } form button { background: transparent; height: 100%; width: 35px; } form button img { width: 120%; height: 120%; transform: translate(-10%, -8%); } #TODOs { width: auto; height: auto; font-weight: 500; margin-top: 1.7rem; overflow: hidden; } .todo { width: 100%; display: flex; align-items: center; background: var(--todo-bg-color); color: var(--todo-font-color); border-radius: 7px; margin-top: 5px; margin-bottom: 5px; position: relative; transition: opacity 0.5s ease-out; overflow: hidden; animation: slide-in 0.8s ease-in-out 1; } @keyframes slide-in { from { transform: translateX(-100%); } to { transform: translateX(0); } } .todo-done { opacity: 50%; } .todo-done::after { content: ""; height: 2px; width: 100%; background: #000; position: absolute; top: 50%; left: 0; right: 0; margin: auto; transform: translateY(-50%); animation: cross 1s ease-out 1; } @keyframes cross { from { transform: translateY(-50%) translateX(-100%); } to { transform: translateY(-50%) translateX(0%); } } .todo-delete { transform: translateX(0%); animation: delete 0.8s ease-in-out 1; } @keyframes delete { to { transform: translateX(100%); opacity: 0.2; } } .todo .content { padding: 10px 15px 10px 15px; width: 85.5%; font-size: 1.15rem; } .todo .buttons { position: absolute; right: 5px; margin: auto; transform: translateY(7%); }
0.320928
0.107437
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&family=Julius+Sans+One&family=Redressed&family=Zen+Kaku+Gothic+Antique&display=swap'); * { margin: 0%; padding: 0%; box-sizing: border-box; } .container { width: 100%; height: 100vh; background-color: #f3f3f3; } @media (min-width:320px) and (max-width:1023px) { .homeContain { width: auto; height: 60px; padding-top: 20px; border-bottom: 2px solid #c0c0c0; display: flex; justify-content: space-between; } .homeContain h1 { color: black; margin-left: 8px; font-family: 'Julius Sans One', sans-serif; font-size: 16px; } .homeContain span { margin-right: 15px; font-family: 'Zen Kaku Gothic Antique', sans-serif; font-size: 13px; } .dropdownProfileLink { cursor: pointer; } .dropdownProfile { position: fixed; width: auto; height: auto; background-color: white; border: 2px solid #888888; border-radius: 2%; top: 6%; left: 75.4%; } .dropdownProfile ul { list-style: none; font-family: 'Alegreya Sans SC', sans-serif; font-size: 12px; text-align: center; } .dropdownProfile ul li { padding: 10px 20px 10px 20px; } .dropdownProfile ul li:not(:last-child) { padding-bottom: 10px; border-bottom: 1px solid #888888; } .dropdownProfile ul li a { text-decoration: none; color: black; } .dropdownProfile ul li a, .dropdownProfile ul li button { transition: 0.3s; } .dropdownProfile ul li a:hover, .dropdownProfile ul li button:hover { opacity: 30%; } .dropdownProfile ul li button { font-family: 'Alegreya Sans SC', sans-serif; background-color: transparent; border: 0px; color: black; cursor: pointer; font-size: 16px ; } .searchBar { width: 80%; margin: auto; } .searchBarLeft, .searchBarRight { display: flex; justify-content: center; } .searchNama { width: 80%; padding: 5px 0 5px 0; border: 2px solid #BAA090; border-radius: 2%; font-size: 14px; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .searchTgl { width: 80%; padding: 3px 0 3px 0; border: 2px solid #BAA090; border-radius: 2%; font-size: 14px; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .searchBar div button { width: 20%; font-size: 12px; padding: 4px 0 4px 0; } .redButton { transition: 0.5s; cursor: pointer; font-family: 'Zen Kaku Gothic Antique', sans-serif; background-color: #A71238; color: white; border: 1px solid #A71238; } .redButton:hover { color: #A71238; background-color: white; } .table { display: flex; justify-content: center; } .table table { width: 80%; } .dataTable { width: auto; height: auto; transition: 0.5s; margin-top: 30px; } .displayNone { display: none; } .dataTable h1 { font-family: 'Julius Sans One', sans-serif; font-size: 20px; margin-bottom: 40px; text-align: center; } .dataTable table { margin-top: 10px; border: 2px solid #BAA090; border-radius: 2%; background-color: white; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .dataTable table tr th { text-align: center; font-size: 14px; } .dataTable table tr td { font-size: 12px; } .resetSearch { width: 80%; margin: auto; margin-top: 10px; } .resetSearch span { font-family: 12px; cursor: pointer; font-family: 'Zen Kaku Gothic Antique', sans-serif; transition: 0.5s; } .resetSearch span:hover { color: #A71238; } } @media (min-width:1024px) { .homeContain { width: auto; height: 60px; padding-top: 20px; border-bottom: 2px solid #c0c0c0; display: flex; justify-content: space-between; } .homeContain h1 { color: black; margin-left: 20px; font-family: 'Julius Sans One', sans-serif; font-size: 20px; } .homeContain span { margin-right: 60px; font-family: 'Zen Kaku Gothic Antique', sans-serif; font-size: 15px; } .dropdownProfileLink { cursor: pointer; } .dropdownProfile { position: fixed; width: auto; height: auto; background-color: white; border: 2px solid #888888; border-radius: 2%; top: 6%; left: 91.4%; } .dropdownProfile ul { list-style: none; font-family: 'Alegreya Sans SC', sans-serif; font-size: 16px; text-align: center; } .dropdownProfile ul li { padding: 10px 20px 10px 20px; } .dropdownProfile ul li:not(:last-child) { padding-bottom: 10px; border-bottom: 1px solid #888888; } .dropdownProfile ul li a { text-decoration: none; color: black; } .dropdownProfile ul li a, .dropdownProfile ul li button { transition: 0.3s; } .dropdownProfile ul li a:hover, .dropdownProfile ul li button:hover { opacity: 30%; } .dropdownProfile ul li button { font-family: 'Alegreya Sans SC', sans-serif; background-color: transparent; border: 0px; color: black; cursor: pointer; font-size: 16px ; } .searchBar { width: 900px; height: auto; margin: auto; display: flex; justify-content: space-around; } .searchNama { width: 335px; padding: 5px 15px 5px 15px; border: 2px solid #BAA090; border-radius: 2%; font-size: 14px; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .searchTgl { width: 335px; padding: 3px 15px 3px 15px; border: 2px solid #BAA090; border-radius: 2%; font-size: 14px; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .searchBar div button { font-size: 14px; padding: 4px 15px 4px 15px; } .redButton { transition: 0.5s; cursor: pointer; font-family: 'Zen Kaku Gothic Antique', sans-serif; background-color: #A71238; color: white; border: 1px solid #A71238; } .redButton:hover { color: #A71238; background-color: white; } .table { display: flex; justify-content: center; } .table table { width: 863px; } .dataTable { width: auto; height: auto; transition: 0.5s; margin-top: 30px; } .displayNone { display: none; } .dataTable h1 { font-family: 'Julius Sans One', sans-serif; font-size: 25px; margin-bottom: 40px; text-align: center; } .dataTable table { margin-top: 10px; border: 2px solid #BAA090; border-radius: 2%; background-color: white; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .dataTable table tr th { text-align: center; font-size: 16px; } .dataTable table tr td { padding: 20px 38px 20px 38px; font-size: 14px; } .resetSearch { width: 863px; margin: auto; margin-top: 10px; } .resetSearch span { font-family: 12px; cursor: pointer; font-family: 'Zen Kaku Gothic Antique', sans-serif; transition: 0.5s; } .resetSearch span:hover { color: #A71238; } }
public/css/dashboard/resepsionis.css
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&family=Julius+Sans+One&family=Redressed&family=Zen+Kaku+Gothic+Antique&display=swap'); * { margin: 0%; padding: 0%; box-sizing: border-box; } .container { width: 100%; height: 100vh; background-color: #f3f3f3; } @media (min-width:320px) and (max-width:1023px) { .homeContain { width: auto; height: 60px; padding-top: 20px; border-bottom: 2px solid #c0c0c0; display: flex; justify-content: space-between; } .homeContain h1 { color: black; margin-left: 8px; font-family: 'Julius Sans One', sans-serif; font-size: 16px; } .homeContain span { margin-right: 15px; font-family: 'Zen Kaku Gothic Antique', sans-serif; font-size: 13px; } .dropdownProfileLink { cursor: pointer; } .dropdownProfile { position: fixed; width: auto; height: auto; background-color: white; border: 2px solid #888888; border-radius: 2%; top: 6%; left: 75.4%; } .dropdownProfile ul { list-style: none; font-family: 'Alegreya Sans SC', sans-serif; font-size: 12px; text-align: center; } .dropdownProfile ul li { padding: 10px 20px 10px 20px; } .dropdownProfile ul li:not(:last-child) { padding-bottom: 10px; border-bottom: 1px solid #888888; } .dropdownProfile ul li a { text-decoration: none; color: black; } .dropdownProfile ul li a, .dropdownProfile ul li button { transition: 0.3s; } .dropdownProfile ul li a:hover, .dropdownProfile ul li button:hover { opacity: 30%; } .dropdownProfile ul li button { font-family: 'Alegreya Sans SC', sans-serif; background-color: transparent; border: 0px; color: black; cursor: pointer; font-size: 16px ; } .searchBar { width: 80%; margin: auto; } .searchBarLeft, .searchBarRight { display: flex; justify-content: center; } .searchNama { width: 80%; padding: 5px 0 5px 0; border: 2px solid #BAA090; border-radius: 2%; font-size: 14px; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .searchTgl { width: 80%; padding: 3px 0 3px 0; border: 2px solid #BAA090; border-radius: 2%; font-size: 14px; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .searchBar div button { width: 20%; font-size: 12px; padding: 4px 0 4px 0; } .redButton { transition: 0.5s; cursor: pointer; font-family: 'Zen Kaku Gothic Antique', sans-serif; background-color: #A71238; color: white; border: 1px solid #A71238; } .redButton:hover { color: #A71238; background-color: white; } .table { display: flex; justify-content: center; } .table table { width: 80%; } .dataTable { width: auto; height: auto; transition: 0.5s; margin-top: 30px; } .displayNone { display: none; } .dataTable h1 { font-family: 'Julius Sans One', sans-serif; font-size: 20px; margin-bottom: 40px; text-align: center; } .dataTable table { margin-top: 10px; border: 2px solid #BAA090; border-radius: 2%; background-color: white; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .dataTable table tr th { text-align: center; font-size: 14px; } .dataTable table tr td { font-size: 12px; } .resetSearch { width: 80%; margin: auto; margin-top: 10px; } .resetSearch span { font-family: 12px; cursor: pointer; font-family: 'Zen Kaku Gothic Antique', sans-serif; transition: 0.5s; } .resetSearch span:hover { color: #A71238; } } @media (min-width:1024px) { .homeContain { width: auto; height: 60px; padding-top: 20px; border-bottom: 2px solid #c0c0c0; display: flex; justify-content: space-between; } .homeContain h1 { color: black; margin-left: 20px; font-family: 'Julius Sans One', sans-serif; font-size: 20px; } .homeContain span { margin-right: 60px; font-family: 'Zen Kaku Gothic Antique', sans-serif; font-size: 15px; } .dropdownProfileLink { cursor: pointer; } .dropdownProfile { position: fixed; width: auto; height: auto; background-color: white; border: 2px solid #888888; border-radius: 2%; top: 6%; left: 91.4%; } .dropdownProfile ul { list-style: none; font-family: 'Alegreya Sans SC', sans-serif; font-size: 16px; text-align: center; } .dropdownProfile ul li { padding: 10px 20px 10px 20px; } .dropdownProfile ul li:not(:last-child) { padding-bottom: 10px; border-bottom: 1px solid #888888; } .dropdownProfile ul li a { text-decoration: none; color: black; } .dropdownProfile ul li a, .dropdownProfile ul li button { transition: 0.3s; } .dropdownProfile ul li a:hover, .dropdownProfile ul li button:hover { opacity: 30%; } .dropdownProfile ul li button { font-family: 'Alegreya Sans SC', sans-serif; background-color: transparent; border: 0px; color: black; cursor: pointer; font-size: 16px ; } .searchBar { width: 900px; height: auto; margin: auto; display: flex; justify-content: space-around; } .searchNama { width: 335px; padding: 5px 15px 5px 15px; border: 2px solid #BAA090; border-radius: 2%; font-size: 14px; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .searchTgl { width: 335px; padding: 3px 15px 3px 15px; border: 2px solid #BAA090; border-radius: 2%; font-size: 14px; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .searchBar div button { font-size: 14px; padding: 4px 15px 4px 15px; } .redButton { transition: 0.5s; cursor: pointer; font-family: 'Zen Kaku Gothic Antique', sans-serif; background-color: #A71238; color: white; border: 1px solid #A71238; } .redButton:hover { color: #A71238; background-color: white; } .table { display: flex; justify-content: center; } .table table { width: 863px; } .dataTable { width: auto; height: auto; transition: 0.5s; margin-top: 30px; } .displayNone { display: none; } .dataTable h1 { font-family: 'Julius Sans One', sans-serif; font-size: 25px; margin-bottom: 40px; text-align: center; } .dataTable table { margin-top: 10px; border: 2px solid #BAA090; border-radius: 2%; background-color: white; font-family: 'Zen Kaku Gothic Antique', sans-serif; } .dataTable table tr th { text-align: center; font-size: 16px; } .dataTable table tr td { padding: 20px 38px 20px 38px; font-size: 14px; } .resetSearch { width: 863px; margin: auto; margin-top: 10px; } .resetSearch span { font-family: 12px; cursor: pointer; font-family: 'Zen Kaku Gothic Antique', sans-serif; transition: 0.5s; } .resetSearch span:hover { color: #A71238; } }
0.531453
0.140336