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 |
|---|---|---|---|---|
@media (min-width: 480px) {
#tinggi{
height: 300px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#tinggi{
height: 130px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
#tinggi{
height: 50px;
}
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#tinggi{
height: 450px;
}
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#tinggi{
height: 250px;
}
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#tinggi{
height: 150px;
}
}
/* dsdsad*/
.responsive-image{
width: 100%;
height: 100%
background-size: auto;
}
/* Retina display */
@media screen and (min-width: 1024px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
/* Mobile LD */
@media screen and (max-width: 350px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
@media (max-width: 480px) {
.butang{
display: none;
}
.butang1{
display: block;
margin-top: 55px;
}
}
@media (min-width: 480px) {
.butang{
display: block;
position: absolute;
right:0;
bottom:0;
}
.butang1{
display: none;
}
} | front/css/custom.css | @media (min-width: 480px) {
#tinggi{
height: 300px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#tinggi{
height: 130px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
#tinggi{
height: 50px;
}
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#tinggi{
height: 450px;
}
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#tinggi{
height: 250px;
}
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#tinggi{
height: 150px;
}
}
/* dsdsad*/
.responsive-image{
width: 100%;
height: 100%
background-size: auto;
}
/* Retina display */
@media screen and (min-width: 1024px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
/* Mobile LD */
@media screen and (max-width: 350px){
.responsive-image{
background-image: url('../img/headertest-01-01.png');
}
}
@media (max-width: 480px) {
.butang{
display: none;
}
.butang1{
display: block;
margin-top: 55px;
}
}
@media (min-width: 480px) {
.butang{
display: block;
position: absolute;
right:0;
bottom:0;
}
.butang1{
display: none;
}
} | 0.161883 | 0.0771 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body, html {
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
}
.map__sketch {
width: 100%;
height: 100%;
position: fixed !important;
z-index: 5;
top: 0;
left: 0;
background-image: url(screens/home_bg_copy.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.map__color {
/* width: 900px;
height: 900px;*/
width: 100%;
height: 100%;
position: fixed;
z-index: 4;
background-image: url(screens/home_bg-color.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
/* animation: rotate00 15s linear infinite;*/
}
.circ__top {
height: 800px;
width: 800px;
position: fixed;
margin-top: -400px;
margin-left: -400px;
z-index: 6;
background-image: url(screens/bg_c1.png);
background-repeat: no-repeat;
background-size: contain;
}
.circ__bot {
height: 800px;
width: 800px;
position: fixed;
margin-top: -450px;
margin-left: -450px;
z-index: 6;
background-image: url(screens/bg_c2.png);
background-repeat: no-repeat;
background-size: contain;
}
.point__2 {
width: 260px;
height: 200px;
z-index: 8;
top: 0;
left: 0;
margin-top: 100px;
margin-left: 500px;
background-image: url(screens/pointer_2.png);
background-repeat: no-repeat;
background-size: 260px 200px;
position: fixed;
}.point__2:hover {
background-image: url(screens/pointer_2b.png);
background-repeat: no-repeat;
background-size: 260px 200px;
}
.point__3 {
width: 260px;
height: 200px;
z-index: 8;
top: 0;
left: 0;
margin-top: 150px;
margin-left: 300px;
background-image: url(screens/pointer_2.png);
background-repeat: no-repeat;
background-size: 260px 200px;
position: fixed;
}.point__3:hover {
background-image: url(screens/pointer_2b.png);
background-repeat: no-repeat;
background-size: 260px 200px;
}
.point__4 {
width: 260px;
height: 200px;
z-index: 8;
top: 0;
left: 0;
margin-top: 350px;
margin-left: 600px;
background-image: url(screens/pointer_2.png);
background-repeat: no-repeat;
background-size: 260px 200px;
position: fixed;
}.point__4:hover {
background-image: url(screens/pointer_2b.png);
background-repeat: no-repeat;
background-size: 260px 200px;
}
.point__5 {
width: 260px;
height: 200px;
z-index: 8;
top: 0;
left: 0;
margin-top: 250px;
margin-left: 450px;
background-image: url(screens/pointer_2.png);
background-repeat: no-repeat;
background-size: 260px 200px;
position: fixed;
}.point__5:hover {
background-image: url(screens/pointer_2b.png);
background-repeat: no-repeat;
background-size: 260px 200px;
}
.point__1 {
width: 350px;
height: 214px;
z-index: 8;
top: 0;
left: 0;
margin-top: 170px;
margin-left: 700px;
background-image: url(screens/seletar_aerospace_park.png);
background-repeat: no-repeat;
background-size: 350px 214px;
position: fixed;
}.point__1:hover {
width: 350px;
height: 214px;
z-index: 8;
background-image: url(screens/seletar_aerospace_park_h.png);
background-repeat: no-repeat;
background-size: 350px 214px;
position: fixed;
}
.loc__guide {
width: 168px;
height: 130px;
position: fixed;
top: 0;
left: 0;
margin-top: 230px;
margin-left: 90px; /*50px*/
z-index: 7;
padding-top: 5px;
padding-bottom: 30px;
background-image: url(screens/pointer_blue_copy.png), url(screens/shadow-copy.png);
background-position: top, center bottom;
background-repeat: no-repeat;
background-size: contain;
color: white;
font-size: 14px;
text-align: center;
}
.desc__box {
/* width: 400px;*/
height: 25vh;
/*width: 350px;*/
width: 25vw;
position: fixed;
right: 0;
bottom: 0;
margin-right: 20px;
margin-bottom: 20px; /*50px*/
z-index: 7;
display: -webkit-flex;
display: flex;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
word-wrap: keep-all;
/* font-family: 'Roboto', sans-serif;*/
/*border: 3px solid #73AD21;*/
}
.title__box {
width: 40%;
height: 100%;
padding: 10px;
font-size: 20px;
font-weight: 600;
color: #6ecde3;
word-wrap: break-word;
}
.cont__box{
width: 60%;
height: 100%;
padding: 15px;
word-spacing: 3px;
font-size: 12px;
word-wrap: keep-all;
overflow: hidden;
text-overflow: ellipsis;
}
.rot__circ0 {
-webkit-animation: rotate 30s linear infinite;
}
.rot__circ1 {
-webkit-animation: rotate0 30s linear infinite;
}
.bounce {
animation: bounce 2s infinite;
}
@-webkit-keyframes rotate {
from{
-webkit-transform: rotate(0deg);
}
to{
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes rotate0 {
from{
-webkit-transform: rotate(360deg);
}
to{
-webkit-transform: rotate(0deg);
}
}
@-webkit-keyframes rotate00 {
from{
-webkit-transform: rotate(360deg);
}
to{
-webkit-transform: rotate(0deg);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
} | styles1.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body, html {
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
}
.map__sketch {
width: 100%;
height: 100%;
position: fixed !important;
z-index: 5;
top: 0;
left: 0;
background-image: url(screens/home_bg_copy.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.map__color {
/* width: 900px;
height: 900px;*/
width: 100%;
height: 100%;
position: fixed;
z-index: 4;
background-image: url(screens/home_bg-color.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
/* animation: rotate00 15s linear infinite;*/
}
.circ__top {
height: 800px;
width: 800px;
position: fixed;
margin-top: -400px;
margin-left: -400px;
z-index: 6;
background-image: url(screens/bg_c1.png);
background-repeat: no-repeat;
background-size: contain;
}
.circ__bot {
height: 800px;
width: 800px;
position: fixed;
margin-top: -450px;
margin-left: -450px;
z-index: 6;
background-image: url(screens/bg_c2.png);
background-repeat: no-repeat;
background-size: contain;
}
.point__2 {
width: 260px;
height: 200px;
z-index: 8;
top: 0;
left: 0;
margin-top: 100px;
margin-left: 500px;
background-image: url(screens/pointer_2.png);
background-repeat: no-repeat;
background-size: 260px 200px;
position: fixed;
}.point__2:hover {
background-image: url(screens/pointer_2b.png);
background-repeat: no-repeat;
background-size: 260px 200px;
}
.point__3 {
width: 260px;
height: 200px;
z-index: 8;
top: 0;
left: 0;
margin-top: 150px;
margin-left: 300px;
background-image: url(screens/pointer_2.png);
background-repeat: no-repeat;
background-size: 260px 200px;
position: fixed;
}.point__3:hover {
background-image: url(screens/pointer_2b.png);
background-repeat: no-repeat;
background-size: 260px 200px;
}
.point__4 {
width: 260px;
height: 200px;
z-index: 8;
top: 0;
left: 0;
margin-top: 350px;
margin-left: 600px;
background-image: url(screens/pointer_2.png);
background-repeat: no-repeat;
background-size: 260px 200px;
position: fixed;
}.point__4:hover {
background-image: url(screens/pointer_2b.png);
background-repeat: no-repeat;
background-size: 260px 200px;
}
.point__5 {
width: 260px;
height: 200px;
z-index: 8;
top: 0;
left: 0;
margin-top: 250px;
margin-left: 450px;
background-image: url(screens/pointer_2.png);
background-repeat: no-repeat;
background-size: 260px 200px;
position: fixed;
}.point__5:hover {
background-image: url(screens/pointer_2b.png);
background-repeat: no-repeat;
background-size: 260px 200px;
}
.point__1 {
width: 350px;
height: 214px;
z-index: 8;
top: 0;
left: 0;
margin-top: 170px;
margin-left: 700px;
background-image: url(screens/seletar_aerospace_park.png);
background-repeat: no-repeat;
background-size: 350px 214px;
position: fixed;
}.point__1:hover {
width: 350px;
height: 214px;
z-index: 8;
background-image: url(screens/seletar_aerospace_park_h.png);
background-repeat: no-repeat;
background-size: 350px 214px;
position: fixed;
}
.loc__guide {
width: 168px;
height: 130px;
position: fixed;
top: 0;
left: 0;
margin-top: 230px;
margin-left: 90px; /*50px*/
z-index: 7;
padding-top: 5px;
padding-bottom: 30px;
background-image: url(screens/pointer_blue_copy.png), url(screens/shadow-copy.png);
background-position: top, center bottom;
background-repeat: no-repeat;
background-size: contain;
color: white;
font-size: 14px;
text-align: center;
}
.desc__box {
/* width: 400px;*/
height: 25vh;
/*width: 350px;*/
width: 25vw;
position: fixed;
right: 0;
bottom: 0;
margin-right: 20px;
margin-bottom: 20px; /*50px*/
z-index: 7;
display: -webkit-flex;
display: flex;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
word-wrap: keep-all;
/* font-family: 'Roboto', sans-serif;*/
/*border: 3px solid #73AD21;*/
}
.title__box {
width: 40%;
height: 100%;
padding: 10px;
font-size: 20px;
font-weight: 600;
color: #6ecde3;
word-wrap: break-word;
}
.cont__box{
width: 60%;
height: 100%;
padding: 15px;
word-spacing: 3px;
font-size: 12px;
word-wrap: keep-all;
overflow: hidden;
text-overflow: ellipsis;
}
.rot__circ0 {
-webkit-animation: rotate 30s linear infinite;
}
.rot__circ1 {
-webkit-animation: rotate0 30s linear infinite;
}
.bounce {
animation: bounce 2s infinite;
}
@-webkit-keyframes rotate {
from{
-webkit-transform: rotate(0deg);
}
to{
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes rotate0 {
from{
-webkit-transform: rotate(360deg);
}
to{
-webkit-transform: rotate(0deg);
}
}
@-webkit-keyframes rotate00 {
from{
-webkit-transform: rotate(360deg);
}
to{
-webkit-transform: rotate(0deg);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
} | 0.31258 | 0.055413 |
.App {
text-align: center;
}
.link {
color: #7E8D2B;
}
.link:hover {
cursor: pointer;
text-decoration: underline;
}
.user-social {
width: 40px;
height: 40px;
}
.loading-body {
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 4;
display: flex;
justify-content: center;
align-items: center;
}
.loading {
margin: 0 auto;
}
.landing-background {
background-size: cover;
width: 100vw;
height: 100vh;
position: absolute;
top: 0;
left: 0;
background: black;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.landing-logo {
width: 70%;
margin-top: -100px;
}
.landing-icon {
width: 200px;
height: 200px;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.down-button {
position: absolute;
bottom: 0;
left: 50%;
margin: 0 auto;
margin-left: -30px;
margin-bottom: 40px;
border-radius: 50%;
transition: .2s ease;
-webkit-animation: fadeIn 2s;
animation: fadeIn 2s;
}
.down-button:hover {
background: rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.landing-main {
display: block;
align-items: none;
justify-content: none;
}
.auth-logo {
background: black;
margin-left: -32px;
margin-right: -32px;
margin-top: -32px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-bottom: 20px;
}
.auth-logo img {
margin-top: 10px;
margin-bottom: -20px;
}
.card-section {
background: white;
width: 100vw;
margin-top: -25px;
}
.fade-animation {
-webkit-animation: fadeOut 2s;
animation: fadeOut 2s;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
66% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0.75;
}
100% {
opacity: 1;
}
}
.hover:hover {
cursor: pointer;
}
.profile-card-image-container {
position: relative;
display: block;
height: 250px;
width: 250px;
border-radius: 100%;
margin: 0 auto;
}
.profile-card-image, .social-main-image {
display: block;
height: 200px;
width: 200px;
object-fit: cover;
border-radius: 100%;
margin: 0 auto;
margin-top: 20px;
border: solid 5px black;
background-origin: border-box;
background-clip: content-box, border-box;
}
.profile-card-image:hover {
opacity: 0.5;
}
.profile-card-image-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 210px;
width: 210px;
margin-top: 20px;
margin-left: 20px;
border-radius: 100%;
opacity: 0;
transition: .2s ease;
background-color: rgba(255, 255, 255, 0.5);
}
.profile-card-image-container:hover .profile-card-image-overlay {
opacity: 1;
}
@media screen and (max-width: 670px) {
.social-main-image {
width: 150px;
height: 150px;
}
}
@media screen and (max-width: 475px) {
.social-main-image {
width: 75px;
height: 75px;
border: 3px solid black;
}
}
img {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
user-drag: none;
-webkit-touch-callout: none;
} | web/src/App.css | .App {
text-align: center;
}
.link {
color: #7E8D2B;
}
.link:hover {
cursor: pointer;
text-decoration: underline;
}
.user-social {
width: 40px;
height: 40px;
}
.loading-body {
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 4;
display: flex;
justify-content: center;
align-items: center;
}
.loading {
margin: 0 auto;
}
.landing-background {
background-size: cover;
width: 100vw;
height: 100vh;
position: absolute;
top: 0;
left: 0;
background: black;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.landing-logo {
width: 70%;
margin-top: -100px;
}
.landing-icon {
width: 200px;
height: 200px;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.down-button {
position: absolute;
bottom: 0;
left: 50%;
margin: 0 auto;
margin-left: -30px;
margin-bottom: 40px;
border-radius: 50%;
transition: .2s ease;
-webkit-animation: fadeIn 2s;
animation: fadeIn 2s;
}
.down-button:hover {
background: rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.landing-main {
display: block;
align-items: none;
justify-content: none;
}
.auth-logo {
background: black;
margin-left: -32px;
margin-right: -32px;
margin-top: -32px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-bottom: 20px;
}
.auth-logo img {
margin-top: 10px;
margin-bottom: -20px;
}
.card-section {
background: white;
width: 100vw;
margin-top: -25px;
}
.fade-animation {
-webkit-animation: fadeOut 2s;
animation: fadeOut 2s;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
66% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0.75;
}
100% {
opacity: 1;
}
}
.hover:hover {
cursor: pointer;
}
.profile-card-image-container {
position: relative;
display: block;
height: 250px;
width: 250px;
border-radius: 100%;
margin: 0 auto;
}
.profile-card-image, .social-main-image {
display: block;
height: 200px;
width: 200px;
object-fit: cover;
border-radius: 100%;
margin: 0 auto;
margin-top: 20px;
border: solid 5px black;
background-origin: border-box;
background-clip: content-box, border-box;
}
.profile-card-image:hover {
opacity: 0.5;
}
.profile-card-image-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 210px;
width: 210px;
margin-top: 20px;
margin-left: 20px;
border-radius: 100%;
opacity: 0;
transition: .2s ease;
background-color: rgba(255, 255, 255, 0.5);
}
.profile-card-image-container:hover .profile-card-image-overlay {
opacity: 1;
}
@media screen and (max-width: 670px) {
.social-main-image {
width: 150px;
height: 150px;
}
}
@media screen and (max-width: 475px) {
.social-main-image {
width: 75px;
height: 75px;
border: 3px solid black;
}
}
img {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
user-drag: none;
-webkit-touch-callout: none;
} | 0.529263 | 0.078607 |
1. BASE (@base) - base html elements
-------------------------------------------- */
/* ----- 1.1 ELEMENTS ----- */
*,
*:after,
*::before {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
html {
font-size: 100%; -webkit-font-smoothing: antialiased;
}
body {
font-size: 15px; line-height: 1.6; -webkit-text-size-adjust: none;
}
.one-page-layout body {
background-color: #222;
}
a {
color: #096; text-decoration: none; outline: none;
}
a:hover,
a:focus {
text-decoration: none; outline: none;
}
a:hover {
color: #5BCF80
}
iframe {
border: none
}
ul {
list-style: square
}
img,
figure {
max-width: 100%; height: auto;
}
/* ----- 1.2 FONTS ----- */
/* BODY */
body,
input,
textarea,
select {
font-family: 'Roboto', sans-serif;
}
/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto'; font-weight: 400;
}
/* MENU FONT */
.filters,
.nav-menu,
th,
dt,
.button,
.catlinks a,
input[type=submit],
button,
label,
.tab-titles,
a.more-link,
.widget-title,
.section-title {
font-family: 'Roboto'; font-weight: 400;
}
/* FONTELLO ICONS */
.social-link,
.toggle h4:before {
font-family:fontello; font-style:normal; font-weight:400; speak:none; display:inline-block; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none;
}
/* PE 7S ICONS */
.mask,
.site-alert:before,
.portfolio-nav a:before,
.hentry .entry-header:before,
.gallery-item a:after {
display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
/* ----- 1.3 TYPOGRAPHY ----- */
/* headings and paragraphs */
h1 {
font-size: 1.80em; margin: 0.8em 0 0.4em 0; line-height: 1.2; font-weight: 100;
}
h2 {
font-size: 1.20em; margin: 1.0em 0 0.6em 0; line-height: 1.3; font-weight: 100;
}
h3 {
font-size: 1.00em; margin: 1.0em 0 .6em 0; font-weight: 700;
}
h4 {
font-size: 0.75em; margin: 2.0em 0 .6em 0;
}
h5 {
font-size: 0.75em; margin: 1.0em 0 .6em 0;
}
h6 {
font-size: 0.75em; margin: 1.0em 0 .6em 0;
}
p {
margin: 1em 0 1.4em 0; line-height: 1.5;
}
/* blockquote */
blockquote {
position: relative; margin: 1.6em 0; padding: 0 .8em; text-align: center; font-size: 1.4em; line-height: 1.2; font-weight: bold; letter-spacing: -1px;
}
blockquote p {
line-height: 100%;
}
blockquote cite {
display: block; font-size: 13px; padding-right: 1em; margin-top: 1em; font-style: normal; font-weight: 400; color: #ccc; letter-spacing: 0.03em;
}
hr {
padding: .6em 0 1em 0; margin-bottom: 3em; outline: 0; border-width: 0 0 2px 0; border-style: solid; border-color: #eee;
}
/* tables */
table {
font-size: .875em; margin-bottom: 3em; text-align: center;
}
tr th {
padding: .8em 1em; font-size: 12px; font-weight: bold; border-bottom: 2px solid #DDE4E6; text-transform: uppercase;
}
tr td {
color: #6A7686; padding: .8em 1em .6em 1em; border-bottom: 1px solid #eee;
}
tfoot tr td {
border-bottom: 0
}
tr:nth-child(odd) td {
background: #FAFCFD;
}
/* code and pre */
code,
pre {
padding: 0 3px 2px; margin-bottom: 4em; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; color: #333333; white-space: pre; overflow: auto;
}
code {
display: inline-block; margin: 0 .4em; padding: 1px 6px; background: #fff; border: 1px solid #DDE4E6; box-shadow: 1px 1px 0 #fff, 2px 2px 0 #DDE4E6;
}
/* lists */
ol,
ul {
margin: .2em 0 1em 0;
}
ul {
list-style: disc;
}
dt {
margin-bottom: .4em; font-size: 12px; font-weight: bold;
}
dd {
padding-bottom: 1em; margin-left: 1.4em;
}
/* Bootstrap Grid Fix */
@media (max-width:767px){
.col-xs-6:nth-child(2n+1) { clear: left; }
}
/* --------------------------------------------
2. FORMS (@forms) - form elements
-------------------------------------------- */
fieldset {
border: 0; margin: 0; padding: 0;
}
form p {
position: relative; margin: 1.6em 0;
}
label {
display: block; font-size: 10px; letter-spacing: 1px; font-weight: 700; margin-bottom: 0.6em; text-transform: uppercase;
}
::-webkit-input-placeholder {
color: rgba(255,255,255,0.2);
}
::-moz-placeholder {
color: rgba(255,255,255,0.15);
}
:-ms-input-placeholder {
color: rgba(255,255,255,0.15);
}
label input {
font-weight: 400;
}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
textarea,
select {
padding: 1em; width: 100%; font-size: .925rem; color: #345; border: 2px solid rgba(0, 0, 0, 0.07); border-radius: 0; background-color: transparent; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; box-sizing: border-box;
}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):hover,
textarea:hover,
input:hover,
select:hover {
outline: 0;
}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
textarea:focus,
input:focus,
select:focus {
border-color: #4ECE99; outline: 0;
}
textarea {
min-height: 9em; line-height: 1.6; resize: vertical;
}
select {
padding: .8em 1em; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZJJREFUaIHt1r9LVWEYB/DPVTEpgqRBaEhocmiyoc2lrZbG+gts8z8I5xykRfwxROBiEBENSdAmQZMKTldwUHAJAltEBG2453Beg7zXe99zXZ4PHC7nx/s833O5931fQgghhBBCCDUbxCqe9qHXc7zDQM6iizjHMaZyFv7HE5wUvRY6GdDpW+4XnyP4gskrR2vvMT5juDg/yFm8gTmtb+YcvzCRsf5D/E7qvyl6ZtXAStLkAOMZ6j7AYVJ3WQ3hS4P4kDTbxVgP9e5hL6m3VvSo1TDWk6bbGO2izl3sJHW+qn7/tbuFjaT5j+Jap27jZzJ+AzczZ2zrDraSEN9wo4NxI/iejNssal2LMTSTMB8xdMnzQ/iUPN/U238oi3GtGakM9b9VdADvXZzF7vcpY1sTWmtDGW7examwgbfJ/dzrSBaP8EcV8nVybza5fqSelTyLKa39Uhl2pjjK87r3Ulk8w6kqdHmc6s9uNouXOFOFP8OLa03UhVeqF5iuq8llc3avFlUL1FKNfUIIIYQQQgjd+QvyJ2oyQcCnYgAAAABJRU5ErkJggg==); background-position: 97% center; background-position: right 10px center; background-repeat: no-repeat; background-size: 20px 20px;
}
select::-ms-expand {
display: none;
}
input[type=file]{
width: 100%; outline: 0; cursor: pointer; font-size: 13px;
}
input[type=file]::-webkit-file-upload-button {
display: inline-block; padding: .6em 1em; outline: 0; color: #333; background-color: transparent; border: 1px solid #999; cursor: pointer;
}
input[type=checkbox] {
-webkit-appearance: none; height: 1em; position: relative; background-color: transparent; border: 2px solid #333; width: 1em; border-radius: 3px; outline: none; font-size: 15px; vertical-align: text-bottom; margin-right: .6em;
}
input[type=checkbox]:active {
box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.2) inset;
}
input[type=checkbox]:before,
input[type=checkbox]:after {
content: ''; background-color: inherit; position: absolute; transition: 0.1s background-color;
}
input[type=checkbox]:after {
width: 0.14em; height: 0.60em; -webkit-transform: rotate(36deg) translate(0.42em, -0.17em);
}
input[type=checkbox]:before {
width: 0.14em; height: 0.35em; -webkit-transform: rotate(-58deg) translate(-0.2em, 0.35em);
}
input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before {
background-color: #333;
}
input[type=radio] {
-webkit-appearance: none; height: 1em; position: relative; background-color: #fff; border: 2px solid #333; width: 1em; border-radius: 50%; outline: none; font-size: 15px; margin-right: .6em; vertical-align: text-bottom;
}
input[type=radio]:checked:before {
content: ''; background-color: #333; position: absolute; border-radius: 50%; top: 3px; left: 3px; bottom: 3px; right: 3px;
}
.inline-label {
display: inline-block; margin-right: 2.2em;
}
/* validation */
label.error {
position: absolute; bottom: -19px; left: 0; min-width: 160px; font-size: 10px; font-weight: 800; text-transform: uppercase; padding: .2em .8em; background-color: #E24C4C; color: #fff; letter-spacing: 0;
}
label.error:after {
content: " "; position: absolute; left: 1.6em; bottom: 100%; pointer-events: none; width: 0; height: 0; border-bottom: 8px solid #E24C4C; border-right: 8px solid transparent;
}
/* --------------------------------------------
3. COMMON (@common) - common and helper classes
-------------------------------------------- */
.cf:before,
.cf:after,
.entry-content:before,
.entry-content:after {
content: " "; display: table;
}
.cf:after,
.entry-content:after {
clear: both
}
.center {
text-align: center;
}
.easing,
.media-box .mask,
.filters li a,
.gallery-item a:before,
.gallery-item a:after,
.cd-item a:before,
.header .social-link {
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.easing-short,
input,
textarea,
.social-link,
.nav-menu li a,
.latest-posts article header a,
.button,
.portfolio-nav a,
.entry-title a,
.more-link,
.navigation a,
.pagination a,
.entry-meta a,
.nav-single a,
.comment a,
.format-link .entry-content > p:first-child a:first-child,
.gallery .gallery-caption {
-webkit-transition: all 0.1s; transition: all 0.1s;
}
/* Assistive text */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px); position: absolute;
}
.screen-reader-text:focus {
background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; line-height: normal; padding: 15px 23px 14px; position: absolute; left: 5px; top: 5px; text-decoration: none; text-transform: none; width: auto; z-index: 100000; /* Above WP toolbar */
}
/* --------------------------------------------
4. LAYOUT (@layout) : layout styles
-------------------------------------------- */
.site,
.site-main {
height: 100%;
}
.page-layout {
position: relative; width: 100%; min-height: 100%; background-size: cover; background-position: center center;
}
.p-overlay * {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.layout-fixed,
.layout-medium,
.layout-full {
width: 90%; margin: 0 auto; z-index: 1; position: relative;
}
.layout-fixed {
max-width: 700px;
}
.layout-medium {
max-width: 1040px;
}
.hentry {
padding: 0 0 2em 0;
}
.entry-header {
padding-top: 2em;
}
.entry-title {
margin: 0; text-align: center;
}
.entry-content {
margin: 1.2em 0 0;
}
/* ----- 4.1 HEADER ----- */
.header {
position: relative; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10% 0; background-size: cover; background-position: center; background-color: #fff;
}
.one-page-layout .header {
position: absolute; width: 100%; /* height: 100%; */ padding: 0; z-index: 1000;
}
.header:before {
display: block; content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #275363; opacity: .35; -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s; transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
.header .site-title {
font-size: 44px; font-size: 10vw; letter-spacing: 0; font-weight: 100; color: #fff; line-height: 1; padding: 0; margin: 0;
}
.header-title-link + .site-title { margin: 30px 0; font-size: 64px;
}
.header img {
margin-bottom: 16px; border-radius: 50%;
}
.site-description {
font-size: 12px; color: #fff;
}
.header-wrap > img {
display: none;
}
/* NAV MENU */
.nav-menu ul {
padding: 0; margin: 0; list-style: none; text-align: center;
}
.nav-menu ul li {
display: inline-block; font-size: 11px; text-transform: uppercase; font-weight: 700;
}
.nav-menu ul i {
display: block; margin-bottom: .2em; position: absolute; top: 14px; left: -6px; font-size: 12px;
}
.nav-menu ul i:before {
display:inline-block; font-size: 2.4em; line-height: 1;
}
.nav-menu a {
display: block; padding: 1.8em 3em; color: #fff; position: relative; letter-spacing: .12em;
}
.nav-menu a:hover {
color: #fff; opacity: .8;
}
.nav-menu:not(.menu-with-icons) ul {
margin: 1.6em 0 0;
}
.nav-menu:not(.menu-with-icons) ul a {
padding: .5em;
}
/* SEARCH */
.header-search {
display: none; padding: 0;
}
.search-toggle {
cursor: pointer;
}
.search-toggle i:before {
display: inline-block; font-size: 1.8em;
}
.is-search-toggled-on .search-toggle {
color: #ccc;
}
#search-form {
position:relative;
}
#search-form #search {
outline: 0; font-size: 1.7em; color: #fff; font-weight: 100; padding: 1em .4em; max-width: none; text-align: center; border: 0;
}
#search-form #search:focus {
border: 0;
}
#search-form #search::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
#search-submit {
font-size: 17px; text-shadow: none; color: #fff; border:0; outline:0; padding:0; width: 32px; line-height: 2.6em; background: #4ECE99; border-radius: 0; font-weight: 400; margin-bottom: 0; vertical-align: middle; display: none;
}
#search-submit:hover {
opacity: .9;
}
#search-submit:active {
opacity: .8;
}
/* HEADER SOCIAL */
.header-social {
width: 100%; margin-top: 2em; text-align: center;
}
.header .social {
margin: 1em 0; padding: 0 6px;
}
.header .social-link {
font-size: 14px; width: auto; height: auto; border: 0; line-height: 22px; width: 25px; margin: 0; border-radius: 4px; float: none; color: rgba(255, 255, 255, 0.5);
}
.header .header-bottom .social-link:hover {
background: none; color: rgba(255, 255, 255, 0.9);
}
/* MOUSE SCROLL ANIMATION */
.mouse-scroll {
display: none; position: absolute; bottom: 30px; left: 50%; margin-left: -17px; line-height: 18px; font-size: 13px; font-weight: 400; color: #FFF; letter-spacing: 2px; margin-top: 10%; text-decoration: none; overflow: hidden
}
.one-page-layout .mouse-scroll{
display:inline-block
}
.mouse-scroll .mouse {
position: relative; display: block; width: 30px; height: 48px; margin: 0 auto 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid rgba(255,255,255,.64); border-radius: 18px
}
.mouse-scroll .mouse .mouse-movement {
position: absolute; display: block; top: 29%; left: 50%; width: 5px; height: 6px; margin: -3px 0 0 -3px; background: #FFF; border-radius: 50%; -webkit-animation: scroll-ani 2.5s linear infinite; -moz-animation: scroll-ani 2.5s linear infinite; animation: scroll-ani 2.5s linear infinite
}
@-webkit-keyframes scroll-ani {
0% { opacity: 1; top: 29%; }
15% { opacity: 1; top: 50%; }
50% { opacity: 0; top: 50%; }
100% { opacity: 0; top: 29%; }
}
@-moz-keyframes scroll-ani {
0% { opacity: 1; top: 29%; }
15% { opacity: 1; top: 50%; }
50% { opacity: 0; top: 50%; }
100% { opacity: 0; top: 29%; }
}
@keyframes scroll-ani {
0% { opacity: 1; top: 29%; }
15% { opacity: 1; top: 50%; }
50% { opacity: 0; top: 50%; }
100% { opacity: 0; top: 29%; }
}
/* ----- 4.2 FOOTER ----- */
.site-footer {
position: relative; width: 100%; clear: left; background-color: #fafafa;
}
.site-footer .site-info {
max-width: 960px; margin-left: auto; margin-right: auto; padding: 22px 0; text-align: center; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
}
.site-footer .site-info a {
color: #345;
}
/* --------------------------------------------
5. MODULES @modules : reusable styles
-------------------------------------------- */
/* TYPIST ROTATE WORDS */
.selectedText {
display: none;
}
/* PORTFOLIO FILTERS */
.filters {
list-style: none; padding: 0; margin: 0 0 2em; text-align: center;
}
.filters li {
display: inline-block; margin: .6em .6em; text-transform: uppercase;
}
.filters li a {
opacity: .4;
}
.filters li a:hover {
opacity: .5;
}
.filters .current a,
.filters .current a:hover {
opacity: 1;
}
/* MEDIA GRID */
.media-grid {
min-height: 400px; width: 100%;
}
.media-grid .media-cell {
padding: 0 10px; margin-bottom: 20px; text-align: center;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
.media-grid .media-box {
margin-bottom: 0;
}
/* MEDIA CELL DESC */
.media-cell-desc {
position: relative; padding: 28px 40px; background: #fff;
}
.media-cell-desc h3 {
text-transform: uppercase; padding: 0; margin: 0px; font-weight: 700; letter-spacing: 0.2px; font-size: 12px; color: #345; line-height: 1.4;
}
.media-cell-desc h3 a {
color: inherit;
}
.media-cell-desc p {
font-size: .875em; margin: 0; color: #a7b6b9;
}
/* MEDIA BOX */
.media-box {
position: relative; margin-bottom: 30px; background-color: #fff;
}
.media-box a {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: 0; filter: alpha(opacity = 0);
}
.media-box a:nth-of-type(n+2) {
display: none;
}
.media-box img {
display: block; width: 100%;
}
.media-box .mask {
opacity: 0; filter: alpha(opacity = 0); position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: #33475D; background: rgba(51, 71, 93, 0.6);
}
.media-box:hover .mask {
opacity: 1; filter: alpha(opacity = 100);
}
.media-box .mask:before {
position: absolute; left: 50%; top: 50%; margin: -33px 0 0 -33px; width: 66px; line-height: 66px; font-size: 66px; text-align: center; content: "\e69d"; color: #fff;
}
.video.hentry .mask:before {
content: "\e6a5";
}
.audio.hentry .mask:before {
content: "\e62f";
}
.image.hentry .mask:before {
content: "\e6bf"
}
.url.hentry .mask:before {
content: "\e6bc";
}
/* LATEST POSTS */
.latest-posts {
margin-top: 2em;
}
.latest-posts .media-cell-desc {
padding-top: 2em;
}
.latest-posts .mask:before {
content: "\e62e"
}
/* HTTP ALERT */
.http-alert {
text-align: center
}
.http-alert h1 {
margin: .12em 0 .3em 0; font-size: 10em; letter-spacing: .03em; line-height: 1; color: #234; text-shadow: #EDEDED 1px 1px, #EDEDED 2px 2px, #EEE 3px 3px, #EEE 4px 4px, #EEE 5px 5px, #EFEFEF 6px 6px, #EFEFEF 7px 7px, #F0F0F0 8px 8px, #F0F0F0 9px 9px, #F0F0F0 10px 10px, #F1F1F1 11px 11px, #F1F1F1 12px 12px, #F2F2F2 13px 13px, #F2F2F2 14px 14px, #F2F2F2 15px 15px, #F3F3F3 16px 16px, #F3F3F3 17px 17px, #F4F4F4 18px 18px, #F4F4F4 19px 19px, #F4F4F4 20px 20px, #F5F5F5 21px 21px, #F5F5F5 22px 22px, #F6F6F6 23px 23px, #F6F6F6 24px 24px, #F6F6F6 25px 25px, #F7F7F7 26px 26px, #F7F7F7 27px 27px, #F7F7F7 28px 28px, #F8F8F8 29px 29px, #F8F8F8 30px 30px, #F9F9F9 31px 31px, #F9F9F9 32px 32px, #F9F9F9 33px 33px, #FAFAFA 34px 34px, #FAFAFA 35px 35px, #FBFBFB 36px 36px, #FBFBFB 37px 37px, #FBFBFB 38px 38px, #FCFCFC 39px 39px, #FCFCFC 40px 40px, #FDFDFD 41px 41px, #FDFDFD 42px 42px, #FDFDFD 43px 43px, #FEFEFE 44px 44px, #FEFEFE 45px 45px, #FFF 46px 46px;
}
/* DROP CAP */
.drop-cap:first-letter,
.blog-single .entry-content > p:first-child:first-letter {
font-size: 40px; font-weight: bold; line-height: 1.15; float: left; padding: 0px 12px 0px 0; text-transform: uppercase;
}
/* LAUNCH */
.launch {
text-align: center; padding: 1.4em 0;
}
.launch .button {
padding: 1.5em 3em;
}
/* SITE ALERT */
.site-alert {
display: none; position: fixed; z-index: 9900; top: 50%; left: 50%; margin: -80px 0 0 -80px; font-size: 6em; line-height: 1; padding: .4em .5em; color: rgba(255, 255, 255, 0.86); text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1); background: rgba(28, 38, 43, 0.93);
}
.site-alert:before {
content: "\e66c";
}
.site-alert.error {
background: #D44A4A; background: rgba(212, 74, 74, 0.55);
}
.site-alert.error:before {
content: "\e681";
}
.site-alert {
-webkit-animation: animation 3800ms linear both;
animation: animation 3800ms linear both;
}
/* Generated with Bounce.js. Edit at http://goo.gl/NBqAOQ */
@-webkit-keyframes animation {
0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1500, 0, 0, 1); }
0.84% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -1033.111, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -1033.111, 0, 0, 1); }
1.26% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -848.183, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -848.183, 0, 0, 1); }
1.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -691.149, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -691.149, 0, 0, 1); }
2.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -447.926, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -447.926, 0, 0, 1); }
3.35% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -284.082, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -284.082, 0, 0, 1); }
3.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -217.451, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -217.451, 0, 0, 1); }
4.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -98.808, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -98.808, 0, 0, 1); }
5.06% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -93.236, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -93.236, 0, 0, 1); }
6.64% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -22.005, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -22.005, 0, 0, 1); }
7.59% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -3.641, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -3.641, 0, 0, 1); }
8.27% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 3.324, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 3.324, 0, 0, 1); }
10.12% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 8.659, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 8.659, 0, 0, 1); }
14.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 2.645, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 2.645, 0, 0, 1); }
20.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.104, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.104, 0, 0, 1); }
21.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.096, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.096, 0, 0, 1); }
21.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.071, -7.992, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.071, -7.992, 0, 1); }
22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.043, -15.312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.043, -15.312, 0, 1); }
22.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.014, -19.275, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.014, -19.275, 0, 1); }
24.13% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, -15.606, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, -15.606, 0, 1); }
25.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -9.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -9.111, 0, 1); }
25.92% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -5.84, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -5.84, 0, 1); }
26.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -4.058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -4.058, 0, 1); }
26.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -3.395, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -3.395, 0, 1); }
27.64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.008, -0.013, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.008, -0.013, 0, 1); }
29.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.005, -1.622, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.005, -1.622, 0, 1); }
34.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -0.002, 0, 1); }
36.12% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); }
39.47% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.029, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.029, 0, 1); }
40.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
42.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); }
45.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
46.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
47.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
47.27% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.402, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.402, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
47.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
48.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 334.897, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 334.897, 0, 0, 1); }
49.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 714.76, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 714.76, 0, 0, 1); }
49.63% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 771.405, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 771.405, 0, 0, 1); }
50.58% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 1036.886, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 1036.886, 0, 0, 1); }
51.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 1317.879, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 1317.879, 0, 0, 1); }
53.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 1528.299, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 1528.299, 0, 0, 1); }
54.16% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.849, 1, 0, 0, 0, 0, 1, 0, 1578.415, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.849, 1, 0, 0, 0, 0, 1, 0, 1578.415, 0, 0, 1); }
56.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); }
56.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); }
62.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.939, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.939, 0, 0, 1); }
62.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.917, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.917, 0, 0, 1); }
68.13% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); }
68.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); }
72.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1495.816, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1495.816, 0, 0, 1); }
79.82% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500.624, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500.624, 0, 0, 1); }
91.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1499.958, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1499.958, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500, 0, 0, 1); }
}
@keyframes animation {
0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1500, 0, 0, 1); }
0.84% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -1033.111, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -1033.111, 0, 0, 1); }
1.26% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -848.183, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -848.183, 0, 0, 1); }
1.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -691.149, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -691.149, 0, 0, 1); }
2.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -447.926, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -447.926, 0, 0, 1); }
3.35% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -284.082, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -284.082, 0, 0, 1); }
3.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -217.451, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -217.451, 0, 0, 1); }
4.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -98.808, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -98.808, 0, 0, 1); }
5.06% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -93.236, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -93.236, 0, 0, 1); }
6.64% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -22.005, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -22.005, 0, 0, 1); }
7.59% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -3.641, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -3.641, 0, 0, 1); }
8.27% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 3.324, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 3.324, 0, 0, 1); }
10.12% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 8.659, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 8.659, 0, 0, 1); }
14.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 2.645, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 2.645, 0, 0, 1); }
20.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.104, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.104, 0, 0, 1); }
21.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.096, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.096, 0, 0, 1); }
21.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.071, -7.992, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.071, -7.992, 0, 1); }
22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.043, -15.312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.043, -15.312, 0, 1); }
22.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.014, -19.275, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.014, -19.275, 0, 1); }
24.13% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, -15.606, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, -15.606, 0, 1); }
25.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -9.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -9.111, 0, 1); }
25.92% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -5.84, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -5.84, 0, 1); }
26.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -4.058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -4.058, 0, 1); }
26.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -3.395, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -3.395, 0, 1); }
27.64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.008, -0.013, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.008, -0.013, 0, 1); }
29.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.005, -1.622, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.005, -1.622, 0, 1); }
34.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -0.002, 0, 1); }
36.12% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); }
39.47% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.029, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.029, 0, 1); }
40.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
42.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); }
45.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
46.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
47.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
47.27% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.402, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.402, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
47.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
48.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 334.897, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 334.897, 0, 0, 1); }
49.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 714.76, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 714.76, 0, 0, 1); }
49.63% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 771.405, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 771.405, 0, 0, 1); }
50.58% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 1036.886, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 1036.886, 0, 0, 1); }
51.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 1317.879, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 1317.879, 0, 0, 1); }
53.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 1528.299, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 1528.299, 0, 0, 1); }
54.16% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.849, 1, 0, 0, 0, 0, 1, 0, 1578.415, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.849, 1, 0, 0, 0, 0, 1, 0, 1578.415, 0, 0, 1); }
56.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); }
56.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); }
62.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.939, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.939, 0, 0, 1); }
62.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.917, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.917, 0, 0, 1); }
68.13% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); }
68.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); }
72.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1495.816, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1495.816, 0, 0, 1); }
79.82% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500.624, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500.624, 0, 0, 1); }
91.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1499.958, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1499.958, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500, 0, 0, 1); }
}
/* GRID PAGE */
.show-grid div {
font-size: .8em; padding-top: .9em; padding-bottom: .9em; text-align: center; margin-bottom: 1.4em; border: 1px solid #EAEEEF;
}
/* PAGE BOTTOM */
.page-bottom .row {
margin: 0;
}
.page-bottom .row > div {
padding-left: 0; padding-right: 0; color: #fff; background: #181F21;
}
.page-bottom .row > div:nth-child(even) {
background: #263033;
}
/* fun-fact */
.page-bottom .fun-fact {
text-align: left; max-width: 320px; padding: 1em; margin: 0 auto; overflow: hidden;
}
.page-bottom .fun-fact:first-child {
padding-top: 2.4em;
}
.page-bottom .fun-fact:last-child {
padding-bottom: 2.4em;
}
.page-bottom .fun-fact i {
float: left; margin-bottom: 0; font-size: 40px; color: rgba(113, 255, 217, 0.8);
}
.page-bottom .fun-fact h4 {
float: left; margin: 13px; max-width: none; font-size: 12px; font-weight: 400; letter-spacing: .03em; color: rgba(255, 255, 255, 0.5);
}
/* map */
.page-bottom .map,
.page-bottom .map-canvas {
height: 260px;
}
/* contact form */
.page-bottom .contact-form {
padding: 2em; margin: 0 auto;
}
.page-bottom input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.page-bottom textarea,
.page-bottom select {
font-size: 12px; color: #fff; border-width: 1px; border-color: rgba(113, 255, 217, 0.2);
}
.page-bottom input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
.page-bottom textarea:focus,
.page-bottom select:focus {
border-color: rgba(113, 255, 217, 0.5);
}
.page-bottom input[type=submit],
.page-bottom input[type=button],
.page-bottom button,
.page-bottom a.button {
color: #71FFD9; border-color: #71FFD9;
}
.page-bottom input[type=submit]:hover,
.page-bottom input[type=button]:hover,
.page-bottom button:hover,
.page-bottom a.button:hover {
background: #71FFD9; border-color: #71FFD9; color: #234;
}
.page-bottom .row > div > h4 {
text-align: center; text-transform: uppercase; font-size: 12px; font-weight: 400; letter-spacing: 1px; margin: 0; padding: 4em 0 1em; color: rgba(255, 255, 255, 0.5);
}
/* SHORTCODES PAGE */
.show-buttons .button {
margin: 0 1em 1em 0
}
/* NPROGRESS */
#nprogress .bar {
height: 4px; background-color: #FFF461;
}
#nprogress .spinner-icon {
border-top-color: #FFF461; border-left-color: #FFF461;
}
.no-csstransitions #nprogress .spinner {
display: none !important;
}
/* Magnific Popup */
button.mfp-close,
button.mfp-arrow:before {
background: url(../js/jquery.magnific-popup/default-skin.svg) 0 0 no-repeat; background-size: 264px 88px;
}
button.mfp-close {
width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
}
button.mfp-arrow {
width: 70px; height: 100px; opacity: .9;
}
button.mfp-arrow:hover,
button.mfp-close:hover {
background-color: transparent;
}
button.mfp-arrow:after {
display: none;
}
button.mfp-arrow:before {
content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
}
button.mfp-arrow-left:before {
left: 6px; background-position: -138px -44px;
}
button.mfp-arrow-right:before {
left: auto; right: 6px; background-position: -94px -44px;
}
.mfp-title {
position: absolute; width: 100%; line-height: 38px; text-transform: uppercase; font-size: 11px; padding-right: 0; text-align: center; font-weight: 300; letter-spacing: .12em;
}
.mfp-counter {
position: fixed; top: 0; left: 0; text-align: center; font-size: 24px; line-height: 1.6; font-weight: bold; color: #fff; opacity: .4; letter-spacing: -2px;
}
.mfp-removing button,
.mfp-removing .mfp-title {
opacity: 0;
}
.mfp-figure:after {
box-shadow: none;
}
.mfp-iframe-holder .mfp-close {
background: none;
}
.mfp-ready .mfp-content {
opacity: 0;
}
.mfp-zoom-in .mfp-content {
opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
}
.mfp-zoom-in.mfp-bg {
opacity: 0; transition: all 0.2s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
opacity: 1; transform: scale(1);
}
.mfp-bg {
background: #07192F;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.95;
}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-content {
transform: scale(0.9); opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-preloader {
width: 24px; height: 24px; opacity: 1; margin: 0 auto; background: url(../images/bckg/loading-light.gif) center center no-repeat; background-size: 24px 24px;
}
.mfp-zoom-in.mfp-ready .mfp-preloader {
display: block;
}
.mfp-zoom-in.mfp-image-loaded .mfp-preloader,
.mfp-zoom-in.mfp-removing .mfp-preloader {
display: none;
}
/* fade image change */
.mfp-image-loaded .mfp-content {
-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
}
@-webkit-keyframes fadeIn{
0%{ opacity:0 }
100%{ opacity:1 }
}
@keyframes fadeIn{
0%{ opacity:0 }
100%{ opacity:1 }
}
/* BLOG */
.blog-regular {
margin-bottom: 3em;
}
.blog-regular .hentry {
padding-bottom: 2em;
}
.blog-regular .entry-title {
font-size: 1.5em;
}
.entry-title a {
color: inherit;
}
.blog-regular .hentry {
text-align: center;
}
.blog-regular .entry-title {
margin-top: 0;
}
.blog-regular .entry-content {
max-width: 550px; margin-left: auto; margin-right: auto;
}
/* entry-meta */
.entry-meta {
color: #DCDFE2; font-weight: 700; font-size: 11px; margin-top: 1em; text-align: center; text-transform: uppercase;
}
.entry-meta span {
margin-right: 8px; margin-bottom: 12px;
}
.blog-regular .entry-meta .comment-link {
display: none;
}
.cat-links a {
margin-bottom: 8px; font-size: 10px;
}
.cat-links a,
.cat-links a:hover {
color: #345;
}
.comment-link a,
.comment-link a:hover {
color: #DCDFE2;
}
.nav-single a,
.comment-meta a,
.comment-reply-link,
.navigation a,
.post-pagination a,
.related-posts a,
.tabs .tab-titles li a {
color: inherit;
}
.navigation a:hover,
.post-pagination a:hover,
.entry-content a.more-link:hover {
color: #fff; border-color: transparent;
}
.nav-single a:active,
.comment-meta a:active,
.comment-reply-link:active,
.navigation a:active,
.post-pagination a:active,
.related-posts a:active,
.entry-content a.more-link:active {
opacity: .8;
}
/* more link */
.more {
display: block; margin-top: 1.6em;
}
a.more-link {
display: inline-block; padding: 1.2em 1.4em; color: #6A7686; font-weight: 400; letter-spacing: 2px; font-size: 11px; line-height: 1; background: none; border: 1px solid #DDE4E6; text-transform: uppercase;
}
a.more-link:hover {
background: #096
}
/* featured image */
.featured-image {
margin-top: 1.4em;
}
.featured-image img {
display: block; margin: 0 auto;
}
/* POST FORMATS */
.hentry .entry-header:before {
font-size: 28px; color: #DCDFE2; display: block; text-align: center; padding-bottom: .3em;
}
/* sticky */
.hentry.sticky .entry-header:before {
content: "\e69b";
}
/* video */
.format-video .entry-header:before {
content: "\e6a5";
}
/* audio */
.format-audio .entry-header:before {
content: "\e62f"
}
/* image */
.format-image .entry-header:before {
content: "\e6bf"
}
/* quote */
.format-quote .entry-content blockquote {
text-align: center;
}
.format-quote .entry-header:before {
content: "\e668"
}
.format-quote blockquote {
width: 100%; margin: 0; padding: 0;
}
.format-quote blockquote:before {
content: ""
}
/* link */
.format-link .entry-content {
padding-top: 0;
}
.format-link .entry-header:before {
content: "\e631"
}
.format-link .entry-content > p:first-child {
text-align: center;
}
.format-link .entry-content > p:first-child a:first-child {
font-size: 1em; font-weight: bold; word-break: break-all; padding: .5em 1.6em; margin: 1em 0; display: inline-block; color: inherit; border: 4px dashed #eee;
}
.format-link .entry-content > p:first-child a:first-child:hover {
border-style: solid; border-color: #555;
}
/* gallery */
.format-gallery .entry-header:before {
content: "\e626"
}
.gallery {
margin: 2em 0;
width: 100%;
width: -webkit-calc(100% + 4px);
width: calc(100% + 4px);
}
.gallery:before,
.gallery:after {
content: " "; display: table;
}
.gallery:after {
clear: both
}
.gallery-item {
display: block; position: relative; float: left; margin: 0 4px 4px 0;
}
.gallery-item a {
display: block; position: relative; float: left; margin: 0 4px 4px 0;
}
.gallery-item a:before {
content: ""; opacity: 0; filter: alpha(opacity = 0); position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: #33475D; background: rgba(51, 71, 93, 0.6);
}
.gallery-item a:after {
opacity: 0; position: absolute; left: 50%; top: 50%; margin: -33px 0 0 -33px; width: 66px; line-height: 66px; font-size: 42px; text-align: center; content: "\e6bf"; color: #fff;
}
.gallery-item a:hover:before,
.gallery-item a:hover:after {
opacity: 1;
}
.gallery-item img {
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 48%;
width: -webkit-calc(50% - 4px);
width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
width: 32%;
width: -webkit-calc(33.3% - 4px);
width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
width: 23%;
width: -webkit-calc(25% - 4px);
width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
width: 19%;
width: -webkit-calc(20% - 4px);
width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
width: 15%;
width: -webkit-calc(16.7% - 4px);
width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
width: 13%;
width: -webkit-calc(14.28% - 4px);
width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
width: 11%;
width: -webkit-calc(12.5% - 4px);
width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
width: 9%;
width: -webkit-calc(11.1% - 4px);
width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery .gallery-caption {
display: none; position: absolute; bottom: 0; left: 0; right: 0; max-height: 45%; margin: 0; padding: 6px 8px; text-align: center; opacity: 0; filter: alpha(opacity=0); font-size: 13px; line-height: 1.4; overflow: hidden; z-index: 999; color: #fff; background-color: #8ACB82;
}
.gallery-caption:before {
content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1; filter: alpha(opacity=100);
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
/* aside */
.format-aside .entry-header:before {
content: "\e69c"
}
.format-aside .entry-content {
text-align: center;
}
/* status */
.format-status .entry-content {
text-align: center;
}
.format-status .entry-header:before {
content: "\e638"
}
.format-status .entry-content > p:first-child {
display: inline-block; padding: 1em; border: 1px solid #eee; font-size: 1em; font-style: italic; line-height: 1.5;
}
/* chat */
.format-chat .entry-header:before {
content: "\e66d"
}
.chat-row {
text-align: left;
}
.chat-row:after {
display: table; content: ""; line-height: 0;
}
.chat-row > div {
display: inline-block;
}
.chat-author {
text-align: right; width: 100px; margin-top: 5px; font-size: 14px; text-transform: uppercase;
}
.chat-author cite {
display: inline-block; min-width: 80%; margin-right: .1em; font-size: 0.9em; font-weight: 800; font-style: normal;
}
.chat-text {
text-align: left; padding-left: 20px;
}
.chat-text p {
position: relative; display: inline-block; max-width: 460px; padding: 5px 14px; margin-top: 0; margin-bottom: .6em; background: #FFF; border-radius: 4px; border: 1px solid #E9E6DF; font-size: 14px !important; line-height: 1.5 !important;
}
.chat-text p:after {
content: ''; position: absolute; border-style: solid; border-width: 5px 4px 5px 0; border-color: transparent #FFFFFF; display: block; width: 0; z-index: 1; left: -4px; top: 10px;
}
.chat-text p:before {
content: ''; position: absolute; border-style: solid; border-width: 6px 5px 6px 0; border-color: transparent #eee; display: block; width: 0; z-index: 0; left: -6px; top: 9px;
}
.chat-text p:empty {
display: none;
}
.chat-speaker-2 .chat-author cite {
font-style: italic;
}
.chat-speaker-2 .chat-text p {
border-color: #E9E6DF;
}
.chat-speaker-2 .chat-text p:before {
border-color: transparent #E9E6DF;
}
/* PAGINATION */
.navigation,
.post-pagination {
padding: 3em 0; font-size: 11px; letter-spacing: 2px; overflow: auto;
}
.navigation > div {
width: 50%; float: left;
}
.navigation > div + div {
float: right;
}
.navigation a,
.post-pagination a {
display: inline-block; padding: 1.5em 2.0em; color: #6A7686; border: 1px solid #DDE4E6; text-transform: uppercase;
}
.navigation .nav-next {
text-align: right
}
.navigation .meta-nav {
margin-right: .5em
}
.navigation .nav-next .meta-nav {
margin-left: .5em; margin-right: 0;
}
/* NUMBERED PAGINATION */
.post-pagination ul {
list-style: none; text-align: center; padding: 0;
}
.post-pagination li {
display: inline-block; font-size: .9em; margin: .3em .1em;
}
.post-pagination li a {
padding: .8em 1.4em; margin: 0 4px;
}
.post-pagination li.current a,
.post-pagination li.current a:hover {
border-color: #6A7686; font-weight: 800; background: #fff; color: #6A7686; cursor: default;
}
/* BLOG SINGLE */
.blog-single .hentry {
padding-bottom: 2em;
}
.blog-single .entry-meta {
line-height: 1.9; text-align: center; padding-bottom: 20px;
}
.blog-single .entry-content {
text-align: left; margin-left: auto; margin-right: auto;
}
/* nav single */
.nav-single {
padding: 3em 0; text-transform: uppercase;
}
.nav-single h6 {
font-size: 11px; letter-spacing: 1px; color: #DCDFE2;
}
.nav-single h5 {
font-size: 13px; font-weight: 700; line-height: 1.4; letter-spacing: .1px;
}
.nav-single .meta-nav {
margin-right: .6em
}
.nav-single .nav-next .meta-nav {
margin-left: .6em; margin-right: 0;
}
.nav-single .nav-next {
text-align: right
}
/* TAGS */
.tags.entry-meta {
margin: 0 0 1em 0; padding: 1em .2em; list-style: none; text-align: left;
}
.tags li {
display: inline-block
}
.tags a,
.tagcloud a {
display: inline-block; line-height: 24px; font-size: 10px; font-weight: bold; position: relative; margin: 0 4px 8px 12px; padding: 0 10px 0 12px; background: #EAEEEF; text-transform: uppercase; color: #6A7686; border-radius: 0 2px 2px 0;
}
.tags a:hover {
color: #5BCF80;
}
.tags a:before,
.tagcloud a:before {
content: ""; float: left; position: absolute; top: 0px; left: -11px; width: 0; height: 0; border-color: transparent; border-right-color: #EAEEEF; border-style: solid; border-width: 12px 11px 12px 0;
}
.tags a:after,
.tagcloud a:after {
content: ""; position: absolute; top: 9px; left: 0; float: left; width: 6px; height: 6px; border-radius: 50%; background: #fff;
}
/* RELATED POSTS */
.related-posts {
padding: 2em 0 0; text-align: center;
}
.related-posts .media-grid {
min-height: 0; overflow: hidden;
}
.related-posts .media-grid .media-cell {
margin-bottom: 0;
}
.related-posts .mask:before {
font-size: 32px;
}
.related-posts .media-cell-desc {
padding: 20px;
}
/* COMMENTS */
.comments-title {
margin-bottom: 1.2em;
}
.comments-area {
padding: 0;
}
.comments-area ol {
list-style: none; margin: 0; padding: 0;
}
.commentlist {
padding: 0; line-height: 1.6;
}
.comments-area ol ol {
margin-left: 6%
}
.comments-area article {
position: relative; padding: .6em 0; margin-bottom: .8em; border-bottom: 1px solid #F4F3EF;
}
.commentlist > li:last-child > article {
border-bottom: 0;
}
.comment-meta {
text-transform: uppercase;
}
.comment-meta img {
display: block; float: left; margin: 0 1.0em 0 0; border-radius: 50%; max-width: 52px;
}
.comment-meta .fn {
display: block; font-size: 13px; font-weight: 700; font-style: normal; padding-top: 0.2em;
}
.comment-meta .comment-date {
display: block; font-size: 11px; font-weight: 400; color: #C5CAD0;
}
.comment-content {
padding-top: .1em; clear: left;
}
.comment-content p {
margin: .8em 0 .2em 0; font-size: 0.875em;
}
.comment .reply {
text-align: right; font-weight: 700; font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
}
/* comment by post author */
.bypostauthor > article {
border-bottom-width: 4px;
}
/* COMMENT FORM */
#respond {
padding: 0 0 1em 0; margin: 1em 0;
}
#reply-title {
margin-bottom: 1.5em;
}
#reply-title small {
padding-left: 14px; text-transform: uppercase; font-size: 16px;
}
.form-allowed-tags,
.comment-notes {
display: none; font-size: .9em;
}
.form-allowed-tags code {
margin-top: 1em
}
.form-submit {
margin-top: 2em
}
/* WIDGET AREA */
.widget-area {
padding: 2em 0; overflow: hidden;
}
.widget-area .widget {
padding: 0 0 2em 0;
}
.widget-area a {
color: #334455;
}
.widget-area a:hover {
color: #1C262B;
}
.widget-title {
margin-bottom: 1.6em; font-size: 13px; text-transform: uppercase; letter-spacing: 0; font-weight: 700; color: rgba(28, 38, 43, 0.2);
}
.widget-title:after {
display: block; width: 64px; height: 16px; content: ""; background-image: url(../images/bckg/lines.png); background-size: 40px 7px; background-repeat: no-repeat; margin-top: 13px;
}
.widget-area ul li {
font-size: .875em;
}
.widget-area ul ul ul li {
font-size: inherit;
}
.widget label input {
font-size: 13px !important; font-weight: 400;
}
.widget-area iframe {
width: 100% !important; max-height: 290px;
}
/* DEFAULT WIDGETS */
.widget-area ul {
margin-left: 1.2em; padding-left: 0;
}
.widget-area ul li {
position:relative; margin-bottom:.4em; line-height:1.5;
}
/* recent entries widget */
.widget_recent_entries ul {
margin-left: 0; list-style: none;
}
.widget_recent_entries ul li {
margin: 0; padding: 1em 0 .5em 0; font-size: 14px; border-bottom: 1px solid rgba(28, 38, 43, 0.05);
}
.widget_recent_entries ul li:last-child,
.widget_recent_entries ul li:last-child:hover {
border-bottom: 0;
}
/* recent comments widget */
.widget_recent_comments ul li {
font-style: italic;
}
.widget_recent_comments ul li a {
font-style: normal;
}
.widget_recent_comments ul li a:nth-of-type(2) {
font-weight: bold;
}
/* pages widget */
.widget_pages ul ul li {
font-size: 1em;
}
/* text widget */
.textwidget {
font-size: .875em;
}
.textwidget img {
margin-bottom: 1em;
}
/* rss widget */
.widget_rss .rss-date,
.widget_rss cite:before {
text-align:left; font-style:italic; color:#bbb;
}
.widget_rss .rss-date {
margin-left:1em; font-size:.875em;
}
.widget_rss ul li {
padding-bottom: 1.4em;
}
.widget_rss ul li a.rsswidget {
font-weight:bold;
}
.widget_rss .widget-title img {
margin-right:.1em;
}
.widget_rss cite {
display:block; margin-top:.6em; text-align:right;
}
.widget_rss cite:before {
content:"by ";
}
.widget_rss .rssSummary {
padding-top:.2em;
}
/* tag cloud widget */
.tagcloud a {
font-size: 10px !important; font-weight: 400; color: #6A7686;
}
/* categories widget */
.widget_categories ul,
.widget_archive ul {
list-style: none; margin-left: 0;
}
.widget_categories ul li.cat-item {
margin-bottom: .6em;
}
.widget_categories ul li.cat-item a,
.widget_archive li a {
padding: 7px 0; margin: 0px; font-size: 12px; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid rgba(28, 38, 43, 0.05); display: block;
}
.widget_categories ul li:last-child a {
border-bottom: 0;
}
/* search widget */
.widget_search .search-submit {
margin-top: 12px; font-size: 11px;
}
/* calendar widget */
.widget_calendar table {
width: 100%; max-width: 280px; margin-bottom: 0; font-size: 13px;
}
.widget_calendar thead {
display: none;
}
.widget_calendar table caption {
text-align: left; font-style: italic; padding-bottom: 8px; padding-left: 10px;
}
.widget_calendar table tr td,
.widget_calendar table tr th {
padding: .5em 0;
}
.widget_calendar tbody a {
font-weight: 700;
}
.widget_calendar tfoot {
font-size: 13px;
}
.widget_calendar tfoot #prev {
text-align: left;
}
.widget_calendar tfoot #next {
text-align: right;
}
/* CUSTOM WIDGETS */
/* SOCIAL FEED */
.social-feed ul {
margin-left: 0; list-style: none;
}
.social-feed ul li {
display:inline-block; padding: 0 4px 4px 0; font-size: 0;
}
.social-feed ul li img {
max-width: 80px; max-height: 100%;
}
/* INSTAGRAM WIDGET */
/* wp plugin : WP Instagram Widget */
.null-instagram-feed ul {
padding: 0; margin: 0; overflow: auto;
}
.null-instagram-feed ul li {
width: 33.33%; float: left; padding-right: 5px;
}
/* TOP10 Popular Posts Widget */
.tptn_posts ul {
list-style: none; margin: 0;
}
.tptn_posts ul li {
display: block; clear: left; overflow: hidden; margin-bottom: 1em;
}
.tptn_posts img {
float: left; margin-right: 16px; max-height: 76px; width: auto;
}
.tptn_posts .tptn_link {
display: block; font-size: 14px;
}
.tptn_posts .tptn_after_thumb > span {
font-size: 13px; color: #DAD8D1; margin-right: 6px;
}
/* PORTFOLIO SINGLE */
.p-overlay {
display: none; z-index: 1001; width: 100%; min-height: 100%; background: #fff; position: fixed; top: 0; left: 0; bottom: 0; right: 0; overflow: auto; -webkit-overflow-scrolling: touch; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;
}
.p-overlay .portfolio-single {
max-width: 1040px; margin-left: auto; margin-right: auto;
}
.p-overlay-on .site {
height: auto;
}
.p-overlay-on .site-main {
position: fixed; top: 0; left: 0; right: 0; height: 100%; overflow: hidden;
}
.animate-in{
-webkit-animation-name:zoomShow; animation-name:zoomShow
}
.animate-out{
-webkit-animation-name:zoomHide; animation-name:zoomHide; -webkit-animation-duration: .3s; animation-duration: .3s;
}
@-webkit-keyframes zoomShow{
0% { opacity:0; -webkit-transform: scale(1.2); transform: scale(1.2) }
100% { opacity:1; -webkit-transform:scale(1); transform:scale(1) }
}
@keyframes zoomShow{
0% { opacity:0; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2) }
100% { opacity:1; -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1) }
}
@-webkit-keyframes zoomHide{
0% { opacity:1; -webkit-transform: scale(1); transform: scale(1) }
100% { opacity:0; -webkit-transform:scale(1.3); transform:scale(1.3) }
}
@keyframes zoomHide{
0% { opacity:1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) }
100% { opacity:0; -webkit-transform:scale(1.3); -ms-transform:scale(1.3); transform:scale(1.3) }
}
.p-overlay .page-layout {
position: relative !important; padding: 0;
}
.portfolio-single {
text-align: center;
}
.portfolio-single .entry-content {
padding-top: 1em;
}
.portfolio-single .entry-content img,
.portfolio-single .entry-content .fluid-width-video-wrapper,
.portfolio-single .entry-content iframe,
.portfolio-single .entry-content video {
margin-bottom: 2em; margin-top: 0;
}
.portfolio-single .entry-content .gallery-item img {
margin: 0;
}
/* portfolio single nav */
.portfolio-nav {
text-align: center; margin-bottom: 1em;
}
.portfolio-nav a {
display: inline-block; text-align: center; padding: 0; line-height: 24px; font-size: 30px; color: #1C262B; border: 1px solid rgba(28, 38, 43, 0.1); cursor: pointer; border-radius: 50%;
}
.portfolio-nav a:hover {
color: #fff; border-color: transparent; background-color: #8ACB82;
}
.portfolio-nav a:before {
line-height: 1;
}
.portfolio-nav a.prev:before {
content: "\e686";
}
.portfolio-nav a.next:before {
content: "\e684";
}
.portfolio-nav a.back {
display: none;
}
.portfolio-nav a.back:before {
content: "\e680";
}
.portfolio-nav a.back:hover {
background: #345
}
.one-page-layout .portfolio-nav a.back {
display: inline-block;
}
/* --------------------------------------------
6. THEME - customize colors etc...
-------------------------------------------- */
body {
color: #345;
}
/* Links */
a {
color: #4ECE99;
}
a:hover {
color: #399670;
}
/* Text Selection */
::selection {
text-shadow: none; color: #333; background: #FFFFCF;
}
::-moz-selection {
text-shadow: none; color: #333; background: #FFFFCF;
}
/* COLORS
================================================== */
/* PRIMARY COLOR : #4ECE99 */
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.button:hover,
.navigation a:hover,
.pagination a:hover,
a.more-link:hover,
.event:nth-of-type(2):after,
.portfolio-nav a:hover,
.skill-unit .bar .progress,
#nprogress .bar {
background-color: #4ECE99;
}
.bypostauthor > article,
.event h3,
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
textarea:focus,
input:focus,
select:focus,
.tabs .tab-titles li a.active {
border-color: #4ECE99
}
#nprogress .spinner-icon {
border-top-color: #4ECE99; border-left-color: #4ECE99;
}
/* SECTION TITLE BORDER COLOR */
.section-title h2 i,
.cat-links a,
.filters li a:hover,
.filters .current > a,
.mini-text h3,
.mini-text h4 {
box-shadow: inset 0 -6px 0px #FDF854;
}
/* HOME COVER BG MASK */
.header:before {
background-color: #275363;
}
/* HOMEPAGE BOXES */
.cd-item:nth-of-type(1) a:before {
background-color: #000A3A;
}
.cd-item:nth-of-type(2) a:before {
background-color: #1f4454;
}
.cd-item:nth-of-type(3) a:before {
background-color: #417147;
}
.cd-item:nth-of-type(4) a:before {
background-color: #152317;
} | public/css/main.css |
1. BASE (@base) - base html elements
-------------------------------------------- */
/* ----- 1.1 ELEMENTS ----- */
*,
*:after,
*::before {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
html {
font-size: 100%; -webkit-font-smoothing: antialiased;
}
body {
font-size: 15px; line-height: 1.6; -webkit-text-size-adjust: none;
}
.one-page-layout body {
background-color: #222;
}
a {
color: #096; text-decoration: none; outline: none;
}
a:hover,
a:focus {
text-decoration: none; outline: none;
}
a:hover {
color: #5BCF80
}
iframe {
border: none
}
ul {
list-style: square
}
img,
figure {
max-width: 100%; height: auto;
}
/* ----- 1.2 FONTS ----- */
/* BODY */
body,
input,
textarea,
select {
font-family: 'Roboto', sans-serif;
}
/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto'; font-weight: 400;
}
/* MENU FONT */
.filters,
.nav-menu,
th,
dt,
.button,
.catlinks a,
input[type=submit],
button,
label,
.tab-titles,
a.more-link,
.widget-title,
.section-title {
font-family: 'Roboto'; font-weight: 400;
}
/* FONTELLO ICONS */
.social-link,
.toggle h4:before {
font-family:fontello; font-style:normal; font-weight:400; speak:none; display:inline-block; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none;
}
/* PE 7S ICONS */
.mask,
.site-alert:before,
.portfolio-nav a:before,
.hentry .entry-header:before,
.gallery-item a:after {
display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
/* ----- 1.3 TYPOGRAPHY ----- */
/* headings and paragraphs */
h1 {
font-size: 1.80em; margin: 0.8em 0 0.4em 0; line-height: 1.2; font-weight: 100;
}
h2 {
font-size: 1.20em; margin: 1.0em 0 0.6em 0; line-height: 1.3; font-weight: 100;
}
h3 {
font-size: 1.00em; margin: 1.0em 0 .6em 0; font-weight: 700;
}
h4 {
font-size: 0.75em; margin: 2.0em 0 .6em 0;
}
h5 {
font-size: 0.75em; margin: 1.0em 0 .6em 0;
}
h6 {
font-size: 0.75em; margin: 1.0em 0 .6em 0;
}
p {
margin: 1em 0 1.4em 0; line-height: 1.5;
}
/* blockquote */
blockquote {
position: relative; margin: 1.6em 0; padding: 0 .8em; text-align: center; font-size: 1.4em; line-height: 1.2; font-weight: bold; letter-spacing: -1px;
}
blockquote p {
line-height: 100%;
}
blockquote cite {
display: block; font-size: 13px; padding-right: 1em; margin-top: 1em; font-style: normal; font-weight: 400; color: #ccc; letter-spacing: 0.03em;
}
hr {
padding: .6em 0 1em 0; margin-bottom: 3em; outline: 0; border-width: 0 0 2px 0; border-style: solid; border-color: #eee;
}
/* tables */
table {
font-size: .875em; margin-bottom: 3em; text-align: center;
}
tr th {
padding: .8em 1em; font-size: 12px; font-weight: bold; border-bottom: 2px solid #DDE4E6; text-transform: uppercase;
}
tr td {
color: #6A7686; padding: .8em 1em .6em 1em; border-bottom: 1px solid #eee;
}
tfoot tr td {
border-bottom: 0
}
tr:nth-child(odd) td {
background: #FAFCFD;
}
/* code and pre */
code,
pre {
padding: 0 3px 2px; margin-bottom: 4em; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; color: #333333; white-space: pre; overflow: auto;
}
code {
display: inline-block; margin: 0 .4em; padding: 1px 6px; background: #fff; border: 1px solid #DDE4E6; box-shadow: 1px 1px 0 #fff, 2px 2px 0 #DDE4E6;
}
/* lists */
ol,
ul {
margin: .2em 0 1em 0;
}
ul {
list-style: disc;
}
dt {
margin-bottom: .4em; font-size: 12px; font-weight: bold;
}
dd {
padding-bottom: 1em; margin-left: 1.4em;
}
/* Bootstrap Grid Fix */
@media (max-width:767px){
.col-xs-6:nth-child(2n+1) { clear: left; }
}
/* --------------------------------------------
2. FORMS (@forms) - form elements
-------------------------------------------- */
fieldset {
border: 0; margin: 0; padding: 0;
}
form p {
position: relative; margin: 1.6em 0;
}
label {
display: block; font-size: 10px; letter-spacing: 1px; font-weight: 700; margin-bottom: 0.6em; text-transform: uppercase;
}
::-webkit-input-placeholder {
color: rgba(255,255,255,0.2);
}
::-moz-placeholder {
color: rgba(255,255,255,0.15);
}
:-ms-input-placeholder {
color: rgba(255,255,255,0.15);
}
label input {
font-weight: 400;
}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
textarea,
select {
padding: 1em; width: 100%; font-size: .925rem; color: #345; border: 2px solid rgba(0, 0, 0, 0.07); border-radius: 0; background-color: transparent; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; box-sizing: border-box;
}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):hover,
textarea:hover,
input:hover,
select:hover {
outline: 0;
}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
textarea:focus,
input:focus,
select:focus {
border-color: #4ECE99; outline: 0;
}
textarea {
min-height: 9em; line-height: 1.6; resize: vertical;
}
select {
padding: .8em 1em; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZJJREFUaIHt1r9LVWEYB/DPVTEpgqRBaEhocmiyoc2lrZbG+gts8z8I5xykRfwxROBiEBENSdAmQZMKTldwUHAJAltEBG2453Beg7zXe99zXZ4PHC7nx/s833O5931fQgghhBBCCDUbxCqe9qHXc7zDQM6iizjHMaZyFv7HE5wUvRY6GdDpW+4XnyP4gskrR2vvMT5juDg/yFm8gTmtb+YcvzCRsf5D/E7qvyl6ZtXAStLkAOMZ6j7AYVJ3WQ3hS4P4kDTbxVgP9e5hL6m3VvSo1TDWk6bbGO2izl3sJHW+qn7/tbuFjaT5j+Jap27jZzJ+AzczZ2zrDraSEN9wo4NxI/iejNssal2LMTSTMB8xdMnzQ/iUPN/U238oi3GtGakM9b9VdADvXZzF7vcpY1sTWmtDGW7examwgbfJ/dzrSBaP8EcV8nVybza5fqSelTyLKa39Uhl2pjjK87r3Ulk8w6kqdHmc6s9uNouXOFOFP8OLa03UhVeqF5iuq8llc3avFlUL1FKNfUIIIYQQQgjd+QvyJ2oyQcCnYgAAAABJRU5ErkJggg==); background-position: 97% center; background-position: right 10px center; background-repeat: no-repeat; background-size: 20px 20px;
}
select::-ms-expand {
display: none;
}
input[type=file]{
width: 100%; outline: 0; cursor: pointer; font-size: 13px;
}
input[type=file]::-webkit-file-upload-button {
display: inline-block; padding: .6em 1em; outline: 0; color: #333; background-color: transparent; border: 1px solid #999; cursor: pointer;
}
input[type=checkbox] {
-webkit-appearance: none; height: 1em; position: relative; background-color: transparent; border: 2px solid #333; width: 1em; border-radius: 3px; outline: none; font-size: 15px; vertical-align: text-bottom; margin-right: .6em;
}
input[type=checkbox]:active {
box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.2) inset;
}
input[type=checkbox]:before,
input[type=checkbox]:after {
content: ''; background-color: inherit; position: absolute; transition: 0.1s background-color;
}
input[type=checkbox]:after {
width: 0.14em; height: 0.60em; -webkit-transform: rotate(36deg) translate(0.42em, -0.17em);
}
input[type=checkbox]:before {
width: 0.14em; height: 0.35em; -webkit-transform: rotate(-58deg) translate(-0.2em, 0.35em);
}
input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before {
background-color: #333;
}
input[type=radio] {
-webkit-appearance: none; height: 1em; position: relative; background-color: #fff; border: 2px solid #333; width: 1em; border-radius: 50%; outline: none; font-size: 15px; margin-right: .6em; vertical-align: text-bottom;
}
input[type=radio]:checked:before {
content: ''; background-color: #333; position: absolute; border-radius: 50%; top: 3px; left: 3px; bottom: 3px; right: 3px;
}
.inline-label {
display: inline-block; margin-right: 2.2em;
}
/* validation */
label.error {
position: absolute; bottom: -19px; left: 0; min-width: 160px; font-size: 10px; font-weight: 800; text-transform: uppercase; padding: .2em .8em; background-color: #E24C4C; color: #fff; letter-spacing: 0;
}
label.error:after {
content: " "; position: absolute; left: 1.6em; bottom: 100%; pointer-events: none; width: 0; height: 0; border-bottom: 8px solid #E24C4C; border-right: 8px solid transparent;
}
/* --------------------------------------------
3. COMMON (@common) - common and helper classes
-------------------------------------------- */
.cf:before,
.cf:after,
.entry-content:before,
.entry-content:after {
content: " "; display: table;
}
.cf:after,
.entry-content:after {
clear: both
}
.center {
text-align: center;
}
.easing,
.media-box .mask,
.filters li a,
.gallery-item a:before,
.gallery-item a:after,
.cd-item a:before,
.header .social-link {
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.easing-short,
input,
textarea,
.social-link,
.nav-menu li a,
.latest-posts article header a,
.button,
.portfolio-nav a,
.entry-title a,
.more-link,
.navigation a,
.pagination a,
.entry-meta a,
.nav-single a,
.comment a,
.format-link .entry-content > p:first-child a:first-child,
.gallery .gallery-caption {
-webkit-transition: all 0.1s; transition: all 0.1s;
}
/* Assistive text */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px); position: absolute;
}
.screen-reader-text:focus {
background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; line-height: normal; padding: 15px 23px 14px; position: absolute; left: 5px; top: 5px; text-decoration: none; text-transform: none; width: auto; z-index: 100000; /* Above WP toolbar */
}
/* --------------------------------------------
4. LAYOUT (@layout) : layout styles
-------------------------------------------- */
.site,
.site-main {
height: 100%;
}
.page-layout {
position: relative; width: 100%; min-height: 100%; background-size: cover; background-position: center center;
}
.p-overlay * {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.layout-fixed,
.layout-medium,
.layout-full {
width: 90%; margin: 0 auto; z-index: 1; position: relative;
}
.layout-fixed {
max-width: 700px;
}
.layout-medium {
max-width: 1040px;
}
.hentry {
padding: 0 0 2em 0;
}
.entry-header {
padding-top: 2em;
}
.entry-title {
margin: 0; text-align: center;
}
.entry-content {
margin: 1.2em 0 0;
}
/* ----- 4.1 HEADER ----- */
.header {
position: relative; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10% 0; background-size: cover; background-position: center; background-color: #fff;
}
.one-page-layout .header {
position: absolute; width: 100%; /* height: 100%; */ padding: 0; z-index: 1000;
}
.header:before {
display: block; content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #275363; opacity: .35; -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s; transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
.header .site-title {
font-size: 44px; font-size: 10vw; letter-spacing: 0; font-weight: 100; color: #fff; line-height: 1; padding: 0; margin: 0;
}
.header-title-link + .site-title { margin: 30px 0; font-size: 64px;
}
.header img {
margin-bottom: 16px; border-radius: 50%;
}
.site-description {
font-size: 12px; color: #fff;
}
.header-wrap > img {
display: none;
}
/* NAV MENU */
.nav-menu ul {
padding: 0; margin: 0; list-style: none; text-align: center;
}
.nav-menu ul li {
display: inline-block; font-size: 11px; text-transform: uppercase; font-weight: 700;
}
.nav-menu ul i {
display: block; margin-bottom: .2em; position: absolute; top: 14px; left: -6px; font-size: 12px;
}
.nav-menu ul i:before {
display:inline-block; font-size: 2.4em; line-height: 1;
}
.nav-menu a {
display: block; padding: 1.8em 3em; color: #fff; position: relative; letter-spacing: .12em;
}
.nav-menu a:hover {
color: #fff; opacity: .8;
}
.nav-menu:not(.menu-with-icons) ul {
margin: 1.6em 0 0;
}
.nav-menu:not(.menu-with-icons) ul a {
padding: .5em;
}
/* SEARCH */
.header-search {
display: none; padding: 0;
}
.search-toggle {
cursor: pointer;
}
.search-toggle i:before {
display: inline-block; font-size: 1.8em;
}
.is-search-toggled-on .search-toggle {
color: #ccc;
}
#search-form {
position:relative;
}
#search-form #search {
outline: 0; font-size: 1.7em; color: #fff; font-weight: 100; padding: 1em .4em; max-width: none; text-align: center; border: 0;
}
#search-form #search:focus {
border: 0;
}
#search-form #search::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
#search-submit {
font-size: 17px; text-shadow: none; color: #fff; border:0; outline:0; padding:0; width: 32px; line-height: 2.6em; background: #4ECE99; border-radius: 0; font-weight: 400; margin-bottom: 0; vertical-align: middle; display: none;
}
#search-submit:hover {
opacity: .9;
}
#search-submit:active {
opacity: .8;
}
/* HEADER SOCIAL */
.header-social {
width: 100%; margin-top: 2em; text-align: center;
}
.header .social {
margin: 1em 0; padding: 0 6px;
}
.header .social-link {
font-size: 14px; width: auto; height: auto; border: 0; line-height: 22px; width: 25px; margin: 0; border-radius: 4px; float: none; color: rgba(255, 255, 255, 0.5);
}
.header .header-bottom .social-link:hover {
background: none; color: rgba(255, 255, 255, 0.9);
}
/* MOUSE SCROLL ANIMATION */
.mouse-scroll {
display: none; position: absolute; bottom: 30px; left: 50%; margin-left: -17px; line-height: 18px; font-size: 13px; font-weight: 400; color: #FFF; letter-spacing: 2px; margin-top: 10%; text-decoration: none; overflow: hidden
}
.one-page-layout .mouse-scroll{
display:inline-block
}
.mouse-scroll .mouse {
position: relative; display: block; width: 30px; height: 48px; margin: 0 auto 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid rgba(255,255,255,.64); border-radius: 18px
}
.mouse-scroll .mouse .mouse-movement {
position: absolute; display: block; top: 29%; left: 50%; width: 5px; height: 6px; margin: -3px 0 0 -3px; background: #FFF; border-radius: 50%; -webkit-animation: scroll-ani 2.5s linear infinite; -moz-animation: scroll-ani 2.5s linear infinite; animation: scroll-ani 2.5s linear infinite
}
@-webkit-keyframes scroll-ani {
0% { opacity: 1; top: 29%; }
15% { opacity: 1; top: 50%; }
50% { opacity: 0; top: 50%; }
100% { opacity: 0; top: 29%; }
}
@-moz-keyframes scroll-ani {
0% { opacity: 1; top: 29%; }
15% { opacity: 1; top: 50%; }
50% { opacity: 0; top: 50%; }
100% { opacity: 0; top: 29%; }
}
@keyframes scroll-ani {
0% { opacity: 1; top: 29%; }
15% { opacity: 1; top: 50%; }
50% { opacity: 0; top: 50%; }
100% { opacity: 0; top: 29%; }
}
/* ----- 4.2 FOOTER ----- */
.site-footer {
position: relative; width: 100%; clear: left; background-color: #fafafa;
}
.site-footer .site-info {
max-width: 960px; margin-left: auto; margin-right: auto; padding: 22px 0; text-align: center; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
}
.site-footer .site-info a {
color: #345;
}
/* --------------------------------------------
5. MODULES @modules : reusable styles
-------------------------------------------- */
/* TYPIST ROTATE WORDS */
.selectedText {
display: none;
}
/* PORTFOLIO FILTERS */
.filters {
list-style: none; padding: 0; margin: 0 0 2em; text-align: center;
}
.filters li {
display: inline-block; margin: .6em .6em; text-transform: uppercase;
}
.filters li a {
opacity: .4;
}
.filters li a:hover {
opacity: .5;
}
.filters .current a,
.filters .current a:hover {
opacity: 1;
}
/* MEDIA GRID */
.media-grid {
min-height: 400px; width: 100%;
}
.media-grid .media-cell {
padding: 0 10px; margin-bottom: 20px; text-align: center;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
.media-grid .media-box {
margin-bottom: 0;
}
/* MEDIA CELL DESC */
.media-cell-desc {
position: relative; padding: 28px 40px; background: #fff;
}
.media-cell-desc h3 {
text-transform: uppercase; padding: 0; margin: 0px; font-weight: 700; letter-spacing: 0.2px; font-size: 12px; color: #345; line-height: 1.4;
}
.media-cell-desc h3 a {
color: inherit;
}
.media-cell-desc p {
font-size: .875em; margin: 0; color: #a7b6b9;
}
/* MEDIA BOX */
.media-box {
position: relative; margin-bottom: 30px; background-color: #fff;
}
.media-box a {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: 0; filter: alpha(opacity = 0);
}
.media-box a:nth-of-type(n+2) {
display: none;
}
.media-box img {
display: block; width: 100%;
}
.media-box .mask {
opacity: 0; filter: alpha(opacity = 0); position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: #33475D; background: rgba(51, 71, 93, 0.6);
}
.media-box:hover .mask {
opacity: 1; filter: alpha(opacity = 100);
}
.media-box .mask:before {
position: absolute; left: 50%; top: 50%; margin: -33px 0 0 -33px; width: 66px; line-height: 66px; font-size: 66px; text-align: center; content: "\e69d"; color: #fff;
}
.video.hentry .mask:before {
content: "\e6a5";
}
.audio.hentry .mask:before {
content: "\e62f";
}
.image.hentry .mask:before {
content: "\e6bf"
}
.url.hentry .mask:before {
content: "\e6bc";
}
/* LATEST POSTS */
.latest-posts {
margin-top: 2em;
}
.latest-posts .media-cell-desc {
padding-top: 2em;
}
.latest-posts .mask:before {
content: "\e62e"
}
/* HTTP ALERT */
.http-alert {
text-align: center
}
.http-alert h1 {
margin: .12em 0 .3em 0; font-size: 10em; letter-spacing: .03em; line-height: 1; color: #234; text-shadow: #EDEDED 1px 1px, #EDEDED 2px 2px, #EEE 3px 3px, #EEE 4px 4px, #EEE 5px 5px, #EFEFEF 6px 6px, #EFEFEF 7px 7px, #F0F0F0 8px 8px, #F0F0F0 9px 9px, #F0F0F0 10px 10px, #F1F1F1 11px 11px, #F1F1F1 12px 12px, #F2F2F2 13px 13px, #F2F2F2 14px 14px, #F2F2F2 15px 15px, #F3F3F3 16px 16px, #F3F3F3 17px 17px, #F4F4F4 18px 18px, #F4F4F4 19px 19px, #F4F4F4 20px 20px, #F5F5F5 21px 21px, #F5F5F5 22px 22px, #F6F6F6 23px 23px, #F6F6F6 24px 24px, #F6F6F6 25px 25px, #F7F7F7 26px 26px, #F7F7F7 27px 27px, #F7F7F7 28px 28px, #F8F8F8 29px 29px, #F8F8F8 30px 30px, #F9F9F9 31px 31px, #F9F9F9 32px 32px, #F9F9F9 33px 33px, #FAFAFA 34px 34px, #FAFAFA 35px 35px, #FBFBFB 36px 36px, #FBFBFB 37px 37px, #FBFBFB 38px 38px, #FCFCFC 39px 39px, #FCFCFC 40px 40px, #FDFDFD 41px 41px, #FDFDFD 42px 42px, #FDFDFD 43px 43px, #FEFEFE 44px 44px, #FEFEFE 45px 45px, #FFF 46px 46px;
}
/* DROP CAP */
.drop-cap:first-letter,
.blog-single .entry-content > p:first-child:first-letter {
font-size: 40px; font-weight: bold; line-height: 1.15; float: left; padding: 0px 12px 0px 0; text-transform: uppercase;
}
/* LAUNCH */
.launch {
text-align: center; padding: 1.4em 0;
}
.launch .button {
padding: 1.5em 3em;
}
/* SITE ALERT */
.site-alert {
display: none; position: fixed; z-index: 9900; top: 50%; left: 50%; margin: -80px 0 0 -80px; font-size: 6em; line-height: 1; padding: .4em .5em; color: rgba(255, 255, 255, 0.86); text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1); background: rgba(28, 38, 43, 0.93);
}
.site-alert:before {
content: "\e66c";
}
.site-alert.error {
background: #D44A4A; background: rgba(212, 74, 74, 0.55);
}
.site-alert.error:before {
content: "\e681";
}
.site-alert {
-webkit-animation: animation 3800ms linear both;
animation: animation 3800ms linear both;
}
/* Generated with Bounce.js. Edit at http://goo.gl/NBqAOQ */
@-webkit-keyframes animation {
0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1500, 0, 0, 1); }
0.84% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -1033.111, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -1033.111, 0, 0, 1); }
1.26% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -848.183, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -848.183, 0, 0, 1); }
1.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -691.149, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -691.149, 0, 0, 1); }
2.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -447.926, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -447.926, 0, 0, 1); }
3.35% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -284.082, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -284.082, 0, 0, 1); }
3.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -217.451, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -217.451, 0, 0, 1); }
4.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -98.808, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -98.808, 0, 0, 1); }
5.06% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -93.236, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -93.236, 0, 0, 1); }
6.64% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -22.005, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -22.005, 0, 0, 1); }
7.59% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -3.641, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -3.641, 0, 0, 1); }
8.27% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 3.324, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 3.324, 0, 0, 1); }
10.12% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 8.659, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 8.659, 0, 0, 1); }
14.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 2.645, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 2.645, 0, 0, 1); }
20.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.104, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.104, 0, 0, 1); }
21.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.096, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.096, 0, 0, 1); }
21.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.071, -7.992, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.071, -7.992, 0, 1); }
22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.043, -15.312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.043, -15.312, 0, 1); }
22.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.014, -19.275, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.014, -19.275, 0, 1); }
24.13% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, -15.606, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, -15.606, 0, 1); }
25.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -9.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -9.111, 0, 1); }
25.92% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -5.84, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -5.84, 0, 1); }
26.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -4.058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -4.058, 0, 1); }
26.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -3.395, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -3.395, 0, 1); }
27.64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.008, -0.013, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.008, -0.013, 0, 1); }
29.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.005, -1.622, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.005, -1.622, 0, 1); }
34.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -0.002, 0, 1); }
36.12% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); }
39.47% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.029, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.029, 0, 1); }
40.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
42.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); }
45.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
46.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
47.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
47.27% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.402, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.402, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
47.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
48.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 334.897, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 334.897, 0, 0, 1); }
49.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 714.76, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 714.76, 0, 0, 1); }
49.63% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 771.405, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 771.405, 0, 0, 1); }
50.58% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 1036.886, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 1036.886, 0, 0, 1); }
51.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 1317.879, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 1317.879, 0, 0, 1); }
53.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 1528.299, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 1528.299, 0, 0, 1); }
54.16% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.849, 1, 0, 0, 0, 0, 1, 0, 1578.415, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.849, 1, 0, 0, 0, 0, 1, 0, 1578.415, 0, 0, 1); }
56.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); }
56.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); }
62.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.939, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.939, 0, 0, 1); }
62.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.917, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.917, 0, 0, 1); }
68.13% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); }
68.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); }
72.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1495.816, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1495.816, 0, 0, 1); }
79.82% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500.624, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500.624, 0, 0, 1); }
91.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1499.958, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1499.958, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500, 0, 0, 1); }
}
@keyframes animation {
0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1500, 0, 0, 1); }
0.84% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -1033.111, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -1033.111, 0, 0, 1); }
1.26% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -848.183, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -848.183, 0, 0, 1); }
1.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -691.149, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -691.149, 0, 0, 1); }
2.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -447.926, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -447.926, 0, 0, 1); }
3.35% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -284.082, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -284.082, 0, 0, 1); }
3.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -217.451, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -217.451, 0, 0, 1); }
4.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -98.808, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -98.808, 0, 0, 1); }
5.06% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -93.236, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -93.236, 0, 0, 1); }
6.64% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -22.005, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -22.005, 0, 0, 1); }
7.59% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -3.641, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -3.641, 0, 0, 1); }
8.27% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 3.324, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 3.324, 0, 0, 1); }
10.12% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 8.659, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 8.659, 0, 0, 1); }
14.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 2.645, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 2.645, 0, 0, 1); }
20.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.104, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.104, 0, 0, 1); }
21.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.096, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.096, 0, 0, 1); }
21.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.071, -7.992, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.071, -7.992, 0, 1); }
22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.043, -15.312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.043, -15.312, 0, 1); }
22.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.014, -19.275, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.014, -19.275, 0, 1); }
24.13% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, -15.606, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, -15.606, 0, 1); }
25.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -9.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -9.111, 0, 1); }
25.92% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -5.84, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -5.84, 0, 1); }
26.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -4.058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -4.058, 0, 1); }
26.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -3.395, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, -3.395, 0, 1); }
27.64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.008, -0.013, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.008, -0.013, 0, 1); }
29.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.005, -1.622, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.005, -1.622, 0, 1); }
34.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, -0.002, 0, 1); }
36.12% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); }
39.47% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.029, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.029, 0, 1); }
40.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
42.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); }
45.95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
46.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
47.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
47.27% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.402, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.402, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
47.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
48.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 334.897, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 334.897, 0, 0, 1); }
49.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 714.76, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 714.76, 0, 0, 1); }
49.63% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 771.405, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 771.405, 0, 0, 1); }
50.58% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 1036.886, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 1036.886, 0, 0, 1); }
51.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 1317.879, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 1317.879, 0, 0, 1); }
53.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 1528.299, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 1528.299, 0, 0, 1); }
54.16% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.849, 1, 0, 0, 0, 0, 1, 0, 1578.415, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.849, 1, 0, 0, 0, 0, 1, 0, 1578.415, 0, 0, 1); }
56.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); }
56.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 1640.002, 0, 0, 1); }
62.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.939, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.939, 0, 0, 1); }
62.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.917, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 1530.917, 0, 0, 1); }
68.13% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); }
68.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1490.654, 0, 0, 1); }
72.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1495.816, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1495.816, 0, 0, 1); }
79.82% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500.624, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500.624, 0, 0, 1); }
91.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1499.958, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1499.958, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 1500, 0, 0, 1); }
}
/* GRID PAGE */
.show-grid div {
font-size: .8em; padding-top: .9em; padding-bottom: .9em; text-align: center; margin-bottom: 1.4em; border: 1px solid #EAEEEF;
}
/* PAGE BOTTOM */
.page-bottom .row {
margin: 0;
}
.page-bottom .row > div {
padding-left: 0; padding-right: 0; color: #fff; background: #181F21;
}
.page-bottom .row > div:nth-child(even) {
background: #263033;
}
/* fun-fact */
.page-bottom .fun-fact {
text-align: left; max-width: 320px; padding: 1em; margin: 0 auto; overflow: hidden;
}
.page-bottom .fun-fact:first-child {
padding-top: 2.4em;
}
.page-bottom .fun-fact:last-child {
padding-bottom: 2.4em;
}
.page-bottom .fun-fact i {
float: left; margin-bottom: 0; font-size: 40px; color: rgba(113, 255, 217, 0.8);
}
.page-bottom .fun-fact h4 {
float: left; margin: 13px; max-width: none; font-size: 12px; font-weight: 400; letter-spacing: .03em; color: rgba(255, 255, 255, 0.5);
}
/* map */
.page-bottom .map,
.page-bottom .map-canvas {
height: 260px;
}
/* contact form */
.page-bottom .contact-form {
padding: 2em; margin: 0 auto;
}
.page-bottom input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.page-bottom textarea,
.page-bottom select {
font-size: 12px; color: #fff; border-width: 1px; border-color: rgba(113, 255, 217, 0.2);
}
.page-bottom input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
.page-bottom textarea:focus,
.page-bottom select:focus {
border-color: rgba(113, 255, 217, 0.5);
}
.page-bottom input[type=submit],
.page-bottom input[type=button],
.page-bottom button,
.page-bottom a.button {
color: #71FFD9; border-color: #71FFD9;
}
.page-bottom input[type=submit]:hover,
.page-bottom input[type=button]:hover,
.page-bottom button:hover,
.page-bottom a.button:hover {
background: #71FFD9; border-color: #71FFD9; color: #234;
}
.page-bottom .row > div > h4 {
text-align: center; text-transform: uppercase; font-size: 12px; font-weight: 400; letter-spacing: 1px; margin: 0; padding: 4em 0 1em; color: rgba(255, 255, 255, 0.5);
}
/* SHORTCODES PAGE */
.show-buttons .button {
margin: 0 1em 1em 0
}
/* NPROGRESS */
#nprogress .bar {
height: 4px; background-color: #FFF461;
}
#nprogress .spinner-icon {
border-top-color: #FFF461; border-left-color: #FFF461;
}
.no-csstransitions #nprogress .spinner {
display: none !important;
}
/* Magnific Popup */
button.mfp-close,
button.mfp-arrow:before {
background: url(../js/jquery.magnific-popup/default-skin.svg) 0 0 no-repeat; background-size: 264px 88px;
}
button.mfp-close {
width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
}
button.mfp-arrow {
width: 70px; height: 100px; opacity: .9;
}
button.mfp-arrow:hover,
button.mfp-close:hover {
background-color: transparent;
}
button.mfp-arrow:after {
display: none;
}
button.mfp-arrow:before {
content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
}
button.mfp-arrow-left:before {
left: 6px; background-position: -138px -44px;
}
button.mfp-arrow-right:before {
left: auto; right: 6px; background-position: -94px -44px;
}
.mfp-title {
position: absolute; width: 100%; line-height: 38px; text-transform: uppercase; font-size: 11px; padding-right: 0; text-align: center; font-weight: 300; letter-spacing: .12em;
}
.mfp-counter {
position: fixed; top: 0; left: 0; text-align: center; font-size: 24px; line-height: 1.6; font-weight: bold; color: #fff; opacity: .4; letter-spacing: -2px;
}
.mfp-removing button,
.mfp-removing .mfp-title {
opacity: 0;
}
.mfp-figure:after {
box-shadow: none;
}
.mfp-iframe-holder .mfp-close {
background: none;
}
.mfp-ready .mfp-content {
opacity: 0;
}
.mfp-zoom-in .mfp-content {
opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
}
.mfp-zoom-in.mfp-bg {
opacity: 0; transition: all 0.2s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
opacity: 1; transform: scale(1);
}
.mfp-bg {
background: #07192F;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.95;
}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-content {
transform: scale(0.9); opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-preloader {
width: 24px; height: 24px; opacity: 1; margin: 0 auto; background: url(../images/bckg/loading-light.gif) center center no-repeat; background-size: 24px 24px;
}
.mfp-zoom-in.mfp-ready .mfp-preloader {
display: block;
}
.mfp-zoom-in.mfp-image-loaded .mfp-preloader,
.mfp-zoom-in.mfp-removing .mfp-preloader {
display: none;
}
/* fade image change */
.mfp-image-loaded .mfp-content {
-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
}
@-webkit-keyframes fadeIn{
0%{ opacity:0 }
100%{ opacity:1 }
}
@keyframes fadeIn{
0%{ opacity:0 }
100%{ opacity:1 }
}
/* BLOG */
.blog-regular {
margin-bottom: 3em;
}
.blog-regular .hentry {
padding-bottom: 2em;
}
.blog-regular .entry-title {
font-size: 1.5em;
}
.entry-title a {
color: inherit;
}
.blog-regular .hentry {
text-align: center;
}
.blog-regular .entry-title {
margin-top: 0;
}
.blog-regular .entry-content {
max-width: 550px; margin-left: auto; margin-right: auto;
}
/* entry-meta */
.entry-meta {
color: #DCDFE2; font-weight: 700; font-size: 11px; margin-top: 1em; text-align: center; text-transform: uppercase;
}
.entry-meta span {
margin-right: 8px; margin-bottom: 12px;
}
.blog-regular .entry-meta .comment-link {
display: none;
}
.cat-links a {
margin-bottom: 8px; font-size: 10px;
}
.cat-links a,
.cat-links a:hover {
color: #345;
}
.comment-link a,
.comment-link a:hover {
color: #DCDFE2;
}
.nav-single a,
.comment-meta a,
.comment-reply-link,
.navigation a,
.post-pagination a,
.related-posts a,
.tabs .tab-titles li a {
color: inherit;
}
.navigation a:hover,
.post-pagination a:hover,
.entry-content a.more-link:hover {
color: #fff; border-color: transparent;
}
.nav-single a:active,
.comment-meta a:active,
.comment-reply-link:active,
.navigation a:active,
.post-pagination a:active,
.related-posts a:active,
.entry-content a.more-link:active {
opacity: .8;
}
/* more link */
.more {
display: block; margin-top: 1.6em;
}
a.more-link {
display: inline-block; padding: 1.2em 1.4em; color: #6A7686; font-weight: 400; letter-spacing: 2px; font-size: 11px; line-height: 1; background: none; border: 1px solid #DDE4E6; text-transform: uppercase;
}
a.more-link:hover {
background: #096
}
/* featured image */
.featured-image {
margin-top: 1.4em;
}
.featured-image img {
display: block; margin: 0 auto;
}
/* POST FORMATS */
.hentry .entry-header:before {
font-size: 28px; color: #DCDFE2; display: block; text-align: center; padding-bottom: .3em;
}
/* sticky */
.hentry.sticky .entry-header:before {
content: "\e69b";
}
/* video */
.format-video .entry-header:before {
content: "\e6a5";
}
/* audio */
.format-audio .entry-header:before {
content: "\e62f"
}
/* image */
.format-image .entry-header:before {
content: "\e6bf"
}
/* quote */
.format-quote .entry-content blockquote {
text-align: center;
}
.format-quote .entry-header:before {
content: "\e668"
}
.format-quote blockquote {
width: 100%; margin: 0; padding: 0;
}
.format-quote blockquote:before {
content: ""
}
/* link */
.format-link .entry-content {
padding-top: 0;
}
.format-link .entry-header:before {
content: "\e631"
}
.format-link .entry-content > p:first-child {
text-align: center;
}
.format-link .entry-content > p:first-child a:first-child {
font-size: 1em; font-weight: bold; word-break: break-all; padding: .5em 1.6em; margin: 1em 0; display: inline-block; color: inherit; border: 4px dashed #eee;
}
.format-link .entry-content > p:first-child a:first-child:hover {
border-style: solid; border-color: #555;
}
/* gallery */
.format-gallery .entry-header:before {
content: "\e626"
}
.gallery {
margin: 2em 0;
width: 100%;
width: -webkit-calc(100% + 4px);
width: calc(100% + 4px);
}
.gallery:before,
.gallery:after {
content: " "; display: table;
}
.gallery:after {
clear: both
}
.gallery-item {
display: block; position: relative; float: left; margin: 0 4px 4px 0;
}
.gallery-item a {
display: block; position: relative; float: left; margin: 0 4px 4px 0;
}
.gallery-item a:before {
content: ""; opacity: 0; filter: alpha(opacity = 0); position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: #33475D; background: rgba(51, 71, 93, 0.6);
}
.gallery-item a:after {
opacity: 0; position: absolute; left: 50%; top: 50%; margin: -33px 0 0 -33px; width: 66px; line-height: 66px; font-size: 42px; text-align: center; content: "\e6bf"; color: #fff;
}
.gallery-item a:hover:before,
.gallery-item a:hover:after {
opacity: 1;
}
.gallery-item img {
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 48%;
width: -webkit-calc(50% - 4px);
width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
width: 32%;
width: -webkit-calc(33.3% - 4px);
width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
width: 23%;
width: -webkit-calc(25% - 4px);
width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
width: 19%;
width: -webkit-calc(20% - 4px);
width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
width: 15%;
width: -webkit-calc(16.7% - 4px);
width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
width: 13%;
width: -webkit-calc(14.28% - 4px);
width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
width: 11%;
width: -webkit-calc(12.5% - 4px);
width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
width: 9%;
width: -webkit-calc(11.1% - 4px);
width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery .gallery-caption {
display: none; position: absolute; bottom: 0; left: 0; right: 0; max-height: 45%; margin: 0; padding: 6px 8px; text-align: center; opacity: 0; filter: alpha(opacity=0); font-size: 13px; line-height: 1.4; overflow: hidden; z-index: 999; color: #fff; background-color: #8ACB82;
}
.gallery-caption:before {
content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1; filter: alpha(opacity=100);
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
/* aside */
.format-aside .entry-header:before {
content: "\e69c"
}
.format-aside .entry-content {
text-align: center;
}
/* status */
.format-status .entry-content {
text-align: center;
}
.format-status .entry-header:before {
content: "\e638"
}
.format-status .entry-content > p:first-child {
display: inline-block; padding: 1em; border: 1px solid #eee; font-size: 1em; font-style: italic; line-height: 1.5;
}
/* chat */
.format-chat .entry-header:before {
content: "\e66d"
}
.chat-row {
text-align: left;
}
.chat-row:after {
display: table; content: ""; line-height: 0;
}
.chat-row > div {
display: inline-block;
}
.chat-author {
text-align: right; width: 100px; margin-top: 5px; font-size: 14px; text-transform: uppercase;
}
.chat-author cite {
display: inline-block; min-width: 80%; margin-right: .1em; font-size: 0.9em; font-weight: 800; font-style: normal;
}
.chat-text {
text-align: left; padding-left: 20px;
}
.chat-text p {
position: relative; display: inline-block; max-width: 460px; padding: 5px 14px; margin-top: 0; margin-bottom: .6em; background: #FFF; border-radius: 4px; border: 1px solid #E9E6DF; font-size: 14px !important; line-height: 1.5 !important;
}
.chat-text p:after {
content: ''; position: absolute; border-style: solid; border-width: 5px 4px 5px 0; border-color: transparent #FFFFFF; display: block; width: 0; z-index: 1; left: -4px; top: 10px;
}
.chat-text p:before {
content: ''; position: absolute; border-style: solid; border-width: 6px 5px 6px 0; border-color: transparent #eee; display: block; width: 0; z-index: 0; left: -6px; top: 9px;
}
.chat-text p:empty {
display: none;
}
.chat-speaker-2 .chat-author cite {
font-style: italic;
}
.chat-speaker-2 .chat-text p {
border-color: #E9E6DF;
}
.chat-speaker-2 .chat-text p:before {
border-color: transparent #E9E6DF;
}
/* PAGINATION */
.navigation,
.post-pagination {
padding: 3em 0; font-size: 11px; letter-spacing: 2px; overflow: auto;
}
.navigation > div {
width: 50%; float: left;
}
.navigation > div + div {
float: right;
}
.navigation a,
.post-pagination a {
display: inline-block; padding: 1.5em 2.0em; color: #6A7686; border: 1px solid #DDE4E6; text-transform: uppercase;
}
.navigation .nav-next {
text-align: right
}
.navigation .meta-nav {
margin-right: .5em
}
.navigation .nav-next .meta-nav {
margin-left: .5em; margin-right: 0;
}
/* NUMBERED PAGINATION */
.post-pagination ul {
list-style: none; text-align: center; padding: 0;
}
.post-pagination li {
display: inline-block; font-size: .9em; margin: .3em .1em;
}
.post-pagination li a {
padding: .8em 1.4em; margin: 0 4px;
}
.post-pagination li.current a,
.post-pagination li.current a:hover {
border-color: #6A7686; font-weight: 800; background: #fff; color: #6A7686; cursor: default;
}
/* BLOG SINGLE */
.blog-single .hentry {
padding-bottom: 2em;
}
.blog-single .entry-meta {
line-height: 1.9; text-align: center; padding-bottom: 20px;
}
.blog-single .entry-content {
text-align: left; margin-left: auto; margin-right: auto;
}
/* nav single */
.nav-single {
padding: 3em 0; text-transform: uppercase;
}
.nav-single h6 {
font-size: 11px; letter-spacing: 1px; color: #DCDFE2;
}
.nav-single h5 {
font-size: 13px; font-weight: 700; line-height: 1.4; letter-spacing: .1px;
}
.nav-single .meta-nav {
margin-right: .6em
}
.nav-single .nav-next .meta-nav {
margin-left: .6em; margin-right: 0;
}
.nav-single .nav-next {
text-align: right
}
/* TAGS */
.tags.entry-meta {
margin: 0 0 1em 0; padding: 1em .2em; list-style: none; text-align: left;
}
.tags li {
display: inline-block
}
.tags a,
.tagcloud a {
display: inline-block; line-height: 24px; font-size: 10px; font-weight: bold; position: relative; margin: 0 4px 8px 12px; padding: 0 10px 0 12px; background: #EAEEEF; text-transform: uppercase; color: #6A7686; border-radius: 0 2px 2px 0;
}
.tags a:hover {
color: #5BCF80;
}
.tags a:before,
.tagcloud a:before {
content: ""; float: left; position: absolute; top: 0px; left: -11px; width: 0; height: 0; border-color: transparent; border-right-color: #EAEEEF; border-style: solid; border-width: 12px 11px 12px 0;
}
.tags a:after,
.tagcloud a:after {
content: ""; position: absolute; top: 9px; left: 0; float: left; width: 6px; height: 6px; border-radius: 50%; background: #fff;
}
/* RELATED POSTS */
.related-posts {
padding: 2em 0 0; text-align: center;
}
.related-posts .media-grid {
min-height: 0; overflow: hidden;
}
.related-posts .media-grid .media-cell {
margin-bottom: 0;
}
.related-posts .mask:before {
font-size: 32px;
}
.related-posts .media-cell-desc {
padding: 20px;
}
/* COMMENTS */
.comments-title {
margin-bottom: 1.2em;
}
.comments-area {
padding: 0;
}
.comments-area ol {
list-style: none; margin: 0; padding: 0;
}
.commentlist {
padding: 0; line-height: 1.6;
}
.comments-area ol ol {
margin-left: 6%
}
.comments-area article {
position: relative; padding: .6em 0; margin-bottom: .8em; border-bottom: 1px solid #F4F3EF;
}
.commentlist > li:last-child > article {
border-bottom: 0;
}
.comment-meta {
text-transform: uppercase;
}
.comment-meta img {
display: block; float: left; margin: 0 1.0em 0 0; border-radius: 50%; max-width: 52px;
}
.comment-meta .fn {
display: block; font-size: 13px; font-weight: 700; font-style: normal; padding-top: 0.2em;
}
.comment-meta .comment-date {
display: block; font-size: 11px; font-weight: 400; color: #C5CAD0;
}
.comment-content {
padding-top: .1em; clear: left;
}
.comment-content p {
margin: .8em 0 .2em 0; font-size: 0.875em;
}
.comment .reply {
text-align: right; font-weight: 700; font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
}
/* comment by post author */
.bypostauthor > article {
border-bottom-width: 4px;
}
/* COMMENT FORM */
#respond {
padding: 0 0 1em 0; margin: 1em 0;
}
#reply-title {
margin-bottom: 1.5em;
}
#reply-title small {
padding-left: 14px; text-transform: uppercase; font-size: 16px;
}
.form-allowed-tags,
.comment-notes {
display: none; font-size: .9em;
}
.form-allowed-tags code {
margin-top: 1em
}
.form-submit {
margin-top: 2em
}
/* WIDGET AREA */
.widget-area {
padding: 2em 0; overflow: hidden;
}
.widget-area .widget {
padding: 0 0 2em 0;
}
.widget-area a {
color: #334455;
}
.widget-area a:hover {
color: #1C262B;
}
.widget-title {
margin-bottom: 1.6em; font-size: 13px; text-transform: uppercase; letter-spacing: 0; font-weight: 700; color: rgba(28, 38, 43, 0.2);
}
.widget-title:after {
display: block; width: 64px; height: 16px; content: ""; background-image: url(../images/bckg/lines.png); background-size: 40px 7px; background-repeat: no-repeat; margin-top: 13px;
}
.widget-area ul li {
font-size: .875em;
}
.widget-area ul ul ul li {
font-size: inherit;
}
.widget label input {
font-size: 13px !important; font-weight: 400;
}
.widget-area iframe {
width: 100% !important; max-height: 290px;
}
/* DEFAULT WIDGETS */
.widget-area ul {
margin-left: 1.2em; padding-left: 0;
}
.widget-area ul li {
position:relative; margin-bottom:.4em; line-height:1.5;
}
/* recent entries widget */
.widget_recent_entries ul {
margin-left: 0; list-style: none;
}
.widget_recent_entries ul li {
margin: 0; padding: 1em 0 .5em 0; font-size: 14px; border-bottom: 1px solid rgba(28, 38, 43, 0.05);
}
.widget_recent_entries ul li:last-child,
.widget_recent_entries ul li:last-child:hover {
border-bottom: 0;
}
/* recent comments widget */
.widget_recent_comments ul li {
font-style: italic;
}
.widget_recent_comments ul li a {
font-style: normal;
}
.widget_recent_comments ul li a:nth-of-type(2) {
font-weight: bold;
}
/* pages widget */
.widget_pages ul ul li {
font-size: 1em;
}
/* text widget */
.textwidget {
font-size: .875em;
}
.textwidget img {
margin-bottom: 1em;
}
/* rss widget */
.widget_rss .rss-date,
.widget_rss cite:before {
text-align:left; font-style:italic; color:#bbb;
}
.widget_rss .rss-date {
margin-left:1em; font-size:.875em;
}
.widget_rss ul li {
padding-bottom: 1.4em;
}
.widget_rss ul li a.rsswidget {
font-weight:bold;
}
.widget_rss .widget-title img {
margin-right:.1em;
}
.widget_rss cite {
display:block; margin-top:.6em; text-align:right;
}
.widget_rss cite:before {
content:"by ";
}
.widget_rss .rssSummary {
padding-top:.2em;
}
/* tag cloud widget */
.tagcloud a {
font-size: 10px !important; font-weight: 400; color: #6A7686;
}
/* categories widget */
.widget_categories ul,
.widget_archive ul {
list-style: none; margin-left: 0;
}
.widget_categories ul li.cat-item {
margin-bottom: .6em;
}
.widget_categories ul li.cat-item a,
.widget_archive li a {
padding: 7px 0; margin: 0px; font-size: 12px; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid rgba(28, 38, 43, 0.05); display: block;
}
.widget_categories ul li:last-child a {
border-bottom: 0;
}
/* search widget */
.widget_search .search-submit {
margin-top: 12px; font-size: 11px;
}
/* calendar widget */
.widget_calendar table {
width: 100%; max-width: 280px; margin-bottom: 0; font-size: 13px;
}
.widget_calendar thead {
display: none;
}
.widget_calendar table caption {
text-align: left; font-style: italic; padding-bottom: 8px; padding-left: 10px;
}
.widget_calendar table tr td,
.widget_calendar table tr th {
padding: .5em 0;
}
.widget_calendar tbody a {
font-weight: 700;
}
.widget_calendar tfoot {
font-size: 13px;
}
.widget_calendar tfoot #prev {
text-align: left;
}
.widget_calendar tfoot #next {
text-align: right;
}
/* CUSTOM WIDGETS */
/* SOCIAL FEED */
.social-feed ul {
margin-left: 0; list-style: none;
}
.social-feed ul li {
display:inline-block; padding: 0 4px 4px 0; font-size: 0;
}
.social-feed ul li img {
max-width: 80px; max-height: 100%;
}
/* INSTAGRAM WIDGET */
/* wp plugin : WP Instagram Widget */
.null-instagram-feed ul {
padding: 0; margin: 0; overflow: auto;
}
.null-instagram-feed ul li {
width: 33.33%; float: left; padding-right: 5px;
}
/* TOP10 Popular Posts Widget */
.tptn_posts ul {
list-style: none; margin: 0;
}
.tptn_posts ul li {
display: block; clear: left; overflow: hidden; margin-bottom: 1em;
}
.tptn_posts img {
float: left; margin-right: 16px; max-height: 76px; width: auto;
}
.tptn_posts .tptn_link {
display: block; font-size: 14px;
}
.tptn_posts .tptn_after_thumb > span {
font-size: 13px; color: #DAD8D1; margin-right: 6px;
}
/* PORTFOLIO SINGLE */
.p-overlay {
display: none; z-index: 1001; width: 100%; min-height: 100%; background: #fff; position: fixed; top: 0; left: 0; bottom: 0; right: 0; overflow: auto; -webkit-overflow-scrolling: touch; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;
}
.p-overlay .portfolio-single {
max-width: 1040px; margin-left: auto; margin-right: auto;
}
.p-overlay-on .site {
height: auto;
}
.p-overlay-on .site-main {
position: fixed; top: 0; left: 0; right: 0; height: 100%; overflow: hidden;
}
.animate-in{
-webkit-animation-name:zoomShow; animation-name:zoomShow
}
.animate-out{
-webkit-animation-name:zoomHide; animation-name:zoomHide; -webkit-animation-duration: .3s; animation-duration: .3s;
}
@-webkit-keyframes zoomShow{
0% { opacity:0; -webkit-transform: scale(1.2); transform: scale(1.2) }
100% { opacity:1; -webkit-transform:scale(1); transform:scale(1) }
}
@keyframes zoomShow{
0% { opacity:0; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2) }
100% { opacity:1; -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1) }
}
@-webkit-keyframes zoomHide{
0% { opacity:1; -webkit-transform: scale(1); transform: scale(1) }
100% { opacity:0; -webkit-transform:scale(1.3); transform:scale(1.3) }
}
@keyframes zoomHide{
0% { opacity:1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) }
100% { opacity:0; -webkit-transform:scale(1.3); -ms-transform:scale(1.3); transform:scale(1.3) }
}
.p-overlay .page-layout {
position: relative !important; padding: 0;
}
.portfolio-single {
text-align: center;
}
.portfolio-single .entry-content {
padding-top: 1em;
}
.portfolio-single .entry-content img,
.portfolio-single .entry-content .fluid-width-video-wrapper,
.portfolio-single .entry-content iframe,
.portfolio-single .entry-content video {
margin-bottom: 2em; margin-top: 0;
}
.portfolio-single .entry-content .gallery-item img {
margin: 0;
}
/* portfolio single nav */
.portfolio-nav {
text-align: center; margin-bottom: 1em;
}
.portfolio-nav a {
display: inline-block; text-align: center; padding: 0; line-height: 24px; font-size: 30px; color: #1C262B; border: 1px solid rgba(28, 38, 43, 0.1); cursor: pointer; border-radius: 50%;
}
.portfolio-nav a:hover {
color: #fff; border-color: transparent; background-color: #8ACB82;
}
.portfolio-nav a:before {
line-height: 1;
}
.portfolio-nav a.prev:before {
content: "\e686";
}
.portfolio-nav a.next:before {
content: "\e684";
}
.portfolio-nav a.back {
display: none;
}
.portfolio-nav a.back:before {
content: "\e680";
}
.portfolio-nav a.back:hover {
background: #345
}
.one-page-layout .portfolio-nav a.back {
display: inline-block;
}
/* --------------------------------------------
6. THEME - customize colors etc...
-------------------------------------------- */
body {
color: #345;
}
/* Links */
a {
color: #4ECE99;
}
a:hover {
color: #399670;
}
/* Text Selection */
::selection {
text-shadow: none; color: #333; background: #FFFFCF;
}
::-moz-selection {
text-shadow: none; color: #333; background: #FFFFCF;
}
/* COLORS
================================================== */
/* PRIMARY COLOR : #4ECE99 */
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.button:hover,
.navigation a:hover,
.pagination a:hover,
a.more-link:hover,
.event:nth-of-type(2):after,
.portfolio-nav a:hover,
.skill-unit .bar .progress,
#nprogress .bar {
background-color: #4ECE99;
}
.bypostauthor > article,
.event h3,
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
textarea:focus,
input:focus,
select:focus,
.tabs .tab-titles li a.active {
border-color: #4ECE99
}
#nprogress .spinner-icon {
border-top-color: #4ECE99; border-left-color: #4ECE99;
}
/* SECTION TITLE BORDER COLOR */
.section-title h2 i,
.cat-links a,
.filters li a:hover,
.filters .current > a,
.mini-text h3,
.mini-text h4 {
box-shadow: inset 0 -6px 0px #FDF854;
}
/* HOME COVER BG MASK */
.header:before {
background-color: #275363;
}
/* HOMEPAGE BOXES */
.cd-item:nth-of-type(1) a:before {
background-color: #000A3A;
}
.cd-item:nth-of-type(2) a:before {
background-color: #1f4454;
}
.cd-item:nth-of-type(3) a:before {
background-color: #417147;
}
.cd-item:nth-of-type(4) a:before {
background-color: #152317;
} | 0.171269 | 0.08548 |
details ul {
list-style-type: none;
margin-top: 0.1em;
}
details {
margin-top: 0.2em;
margin-bottom: 0.2em;
}
.align {
text-align: center
}
main {
display: table-row;
width: 100%;
}
section {
display: table-cell;
}
main>section {
background-color: transparent;
width: 10%;
padding-left: 2em;
padding-right: 2em;
padding-top: 2em;
}
button {
white-space: nowrap;
}
td button {
padding-left: 0.1em;
padding-right: 0.1em;
}
main>section:last-child button {
margin-top: 0.25em;
width: 32%
}
table {
margin-top: 0.4em;
margin-left: 2em;
width: 100%;
}
td {
width: 50%;
margin: 2em;
padding: 0;
}
tr {
width: 50%;
margin: 2em;
padding: 0;
}
td.keyCode {
text-align: right;
}
tr>td:first-child {
padding-right: 0.2em;
}
input[type=text] {
margin-left: 0.2em;
}
input[type=checkbox] {
margin: 0;
}
table.default select {
width: 8em;
}
details table:last-child {
margin-bottom: 1em;
}
ul.keyboard button {
padding: 0;
padding-left: 0.2em;
padding-right: 0.2em;
}
ul.keyboard button,
ul.keyboard li input {
margin: 0;
}
ul.keyboard input {
width: 12em;
}
#keyEditor {
display: none;
position: absolute;
background-color: moccasin;
padding: 0.2em;
padding-left: 1em;
padding-right: 1em;
}
aside {
width: 2em;
height: 1em;
display: inline-block;
margin-right: 0.4em;
}
body {
background: #37addc;
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: #b3b3b3;
text-decoration: none;
}
a:hover {
color: #37addc;
text-decoration: none;
}
p {
text-align: justify;
padding: 0 0 0.1em 0;
}
.page {
width: 68%;
padding: 8% 0 0;
margin: auto;
}
.content {
position: relative;
z-index: 1;
background: #FFFFFF;
max-width: 50%;
margin: 0 auto 100px;
padding: 45px;
text-align: left;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
border-radius: 5px;
}
.content input {
font-family: "Roboto", sans-serif;
outline: 0;
background: #f2f2f2;
width: 100%;
border: 0;
margin: 0 0 15px;
padding: 15px;
box-sizing: border-box;
font-size: 14px;
border-radius: 4px;
}
.content button {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #37addc;
width: 100%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
border-radius: 4px;
}
.content button:hover, .content button:active, .content button:focus {
background: deepskyblue;
}
.content .heading {
margin: 15px 0 0;
color: #b3b3b3;
font-size: 3em;
padding: 0 0 0.1em 0;
}
.content .info {
margin: 15px 0 0;
color: #000;
font-size: 1.5em;
padding: 0 0 0.1em 0;
}
.content .message {
margin: 15px 0 0;
color: #b3b3b3;
font-size: 1em;
}
.content .message a {
color: #b3b3b3;
text-decoration: none;
}
.content .message a:hover {
color: #37addc;
text-decoration: none;
}
.container {
position: relative;
z-index: 1;
max-width: 300px;
margin: 0 auto;
}
.container:before, .container:after {
content: "";
display: block;
clear: both;
}
.container .info {
margin: 50px auto;
text-align: center;
}
.container .info h1 {
margin: 0 0 15px;
padding: 0;
font-size: 36px;
font-weight: 300;
color: #1a1a1a;
}
.container .info span {
color: #4d4d4d;
font-size: 12px;
}
.container .info span a {
color: #000000;
text-decoration: none;
}
.container .info span .fa {
color: #EF3B3A;
}
@media only screen and (max-width:800px) {
/* For tablets: */
.page {
width: 100%;
}
}
@media only screen and (max-width:500px) {
/* For mobile phones: */
.page {
width: 100%;
}
} | css/settings.css | details ul {
list-style-type: none;
margin-top: 0.1em;
}
details {
margin-top: 0.2em;
margin-bottom: 0.2em;
}
.align {
text-align: center
}
main {
display: table-row;
width: 100%;
}
section {
display: table-cell;
}
main>section {
background-color: transparent;
width: 10%;
padding-left: 2em;
padding-right: 2em;
padding-top: 2em;
}
button {
white-space: nowrap;
}
td button {
padding-left: 0.1em;
padding-right: 0.1em;
}
main>section:last-child button {
margin-top: 0.25em;
width: 32%
}
table {
margin-top: 0.4em;
margin-left: 2em;
width: 100%;
}
td {
width: 50%;
margin: 2em;
padding: 0;
}
tr {
width: 50%;
margin: 2em;
padding: 0;
}
td.keyCode {
text-align: right;
}
tr>td:first-child {
padding-right: 0.2em;
}
input[type=text] {
margin-left: 0.2em;
}
input[type=checkbox] {
margin: 0;
}
table.default select {
width: 8em;
}
details table:last-child {
margin-bottom: 1em;
}
ul.keyboard button {
padding: 0;
padding-left: 0.2em;
padding-right: 0.2em;
}
ul.keyboard button,
ul.keyboard li input {
margin: 0;
}
ul.keyboard input {
width: 12em;
}
#keyEditor {
display: none;
position: absolute;
background-color: moccasin;
padding: 0.2em;
padding-left: 1em;
padding-right: 1em;
}
aside {
width: 2em;
height: 1em;
display: inline-block;
margin-right: 0.4em;
}
body {
background: #37addc;
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: #b3b3b3;
text-decoration: none;
}
a:hover {
color: #37addc;
text-decoration: none;
}
p {
text-align: justify;
padding: 0 0 0.1em 0;
}
.page {
width: 68%;
padding: 8% 0 0;
margin: auto;
}
.content {
position: relative;
z-index: 1;
background: #FFFFFF;
max-width: 50%;
margin: 0 auto 100px;
padding: 45px;
text-align: left;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
border-radius: 5px;
}
.content input {
font-family: "Roboto", sans-serif;
outline: 0;
background: #f2f2f2;
width: 100%;
border: 0;
margin: 0 0 15px;
padding: 15px;
box-sizing: border-box;
font-size: 14px;
border-radius: 4px;
}
.content button {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #37addc;
width: 100%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
border-radius: 4px;
}
.content button:hover, .content button:active, .content button:focus {
background: deepskyblue;
}
.content .heading {
margin: 15px 0 0;
color: #b3b3b3;
font-size: 3em;
padding: 0 0 0.1em 0;
}
.content .info {
margin: 15px 0 0;
color: #000;
font-size: 1.5em;
padding: 0 0 0.1em 0;
}
.content .message {
margin: 15px 0 0;
color: #b3b3b3;
font-size: 1em;
}
.content .message a {
color: #b3b3b3;
text-decoration: none;
}
.content .message a:hover {
color: #37addc;
text-decoration: none;
}
.container {
position: relative;
z-index: 1;
max-width: 300px;
margin: 0 auto;
}
.container:before, .container:after {
content: "";
display: block;
clear: both;
}
.container .info {
margin: 50px auto;
text-align: center;
}
.container .info h1 {
margin: 0 0 15px;
padding: 0;
font-size: 36px;
font-weight: 300;
color: #1a1a1a;
}
.container .info span {
color: #4d4d4d;
font-size: 12px;
}
.container .info span a {
color: #000000;
text-decoration: none;
}
.container .info span .fa {
color: #EF3B3A;
}
@media only screen and (max-width:800px) {
/* For tablets: */
.page {
width: 100%;
}
}
@media only screen and (max-width:500px) {
/* For mobile phones: */
.page {
width: 100%;
}
} | 0.354768 | 0.141637 |
@media screen and (max-width: 1200px) {}
*{margin:0;padding:0;text-decoration:none;box-sizing: border-box;border-collapse: collapse;background:transparent;list-style:none;border:0;font-family:inherit;color:inherit}
html {height: 100%}
legend{display:none}
button{cursor:pointer;background:none}
body{color:#333; font-family: 'Nanum Gothic', '나눔고딕';}
table {border-collapse: collapse;border-spacing: 0;background-color: transparent}
caption {width:0;height:0;overflow:hidden;font-size:0}
#pinpoint {min-width:1290px;height:100%}
header {background:#469ae4;border-bottom:1px solid #4484c3;height:50px;justify-content: space-between;position: relative;top: 0;left: 0;z-index: 100;min-width: 1290px;width: 100%}
.flex-container {display: flex;}
.flex-container.flex-row {flex-flow: row wrap}
.flex-container.flex-column {flex-flow: column nowrap}
.flex-container.flex-row.reverse {flex-direction: row-reverse}
.flex-item {display: flex;justify-content: center;align-items: center;}
.font-opensans {font-family: 'Open Sans', sans-serif}
.nanumgothic {font-family: "Nanum Gothic",나눔고딕}
.btn {font-size:13px;color:#666;height:30px;padding:0 13px;border-radius:1px;font-weight:600}
.btn .icon {font-size:11px}
.btn.active {border:1px solid #4491da;background:#4b99e3;color:#fff}
.btn-sm {font-size:13px;height:28px}
.btn-blue {color:#fff;background-color:#4b99e3;border: 1px solid #4491da}
.btn-black{color:#fff;background-color:#3f506c;border: 1px solid #384c65}
.btn-gray {color:#fff;background-color:#ccc;border: 1px solid #aaa}
.pinpoint-btn {background:#4b99e3;color:#fff;font-family: 'Open Sans', sans-serif;font-weight:600;padding:10px 15px;text-align:center;font-size: 11px;line-height: 1em;border-radius:2px}
.pinpoint-btn span {position:relative;padding:0 0 0 14px}
.pinpoint-btn .fas {left:0;position:absolute;top:50%;transform:translateY(-50%);font-size: 1.5em;}
.inactive {display:none}
*[hidden] { display: none !important; }
.table {max-width: 100%;width: 100%;border:1px solid #e5e8f0;background:#fff}
.table th, .table td {height:28px;font-size:12px;font-family:'Open Sans', sans-serif;padding:0 21px}
.table thead th {background:#f6f8fb;height:36px;font-weight:600}
.table tbody th {text-align:left}
.table th {color:#666}
.table td{color:#999}
.table td, .table tbody th {font-weight:400;word-break:break-all}
.table.tr-link tbody tr {cursor:pointer}
.table tr.tr-bg-blue {background-color:#eef9fc}
.table tr.tr-bg-red {background-color:#fff1f1}
.popup {
position: absolute;
z-index: 999999;
background-color: #FFF;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
font-size: 14px;
min-width: 160px;
}
@keyframes rootFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.l-transaction-view-top-contents .bb-axis-y-label,
.l-transaction-view-top-contents .bb-axis-y2-label,
.l-application-inspector-contents .bb-axis-y-label,
.l-agent-inspector-contents .bb-axis-y-label,
.l-agent-inspector-contents .bb-axis-y2-label {
text-anchor: middle !important;
font-family: 'Open Sans';
font-size: 0.75vw;
fill: #333;
font-weight: bold;
}
.l-application-inspector-contents .bb-line {
stroke-width: 1.5;
}
.l-application-inspector-contents .bb-line:not(.avg) {
stroke-dasharray: 2 2;
} | web/src/main/webapp/v2/src/styles.css | @media screen and (max-width: 1200px) {}
*{margin:0;padding:0;text-decoration:none;box-sizing: border-box;border-collapse: collapse;background:transparent;list-style:none;border:0;font-family:inherit;color:inherit}
html {height: 100%}
legend{display:none}
button{cursor:pointer;background:none}
body{color:#333; font-family: 'Nanum Gothic', '나눔고딕';}
table {border-collapse: collapse;border-spacing: 0;background-color: transparent}
caption {width:0;height:0;overflow:hidden;font-size:0}
#pinpoint {min-width:1290px;height:100%}
header {background:#469ae4;border-bottom:1px solid #4484c3;height:50px;justify-content: space-between;position: relative;top: 0;left: 0;z-index: 100;min-width: 1290px;width: 100%}
.flex-container {display: flex;}
.flex-container.flex-row {flex-flow: row wrap}
.flex-container.flex-column {flex-flow: column nowrap}
.flex-container.flex-row.reverse {flex-direction: row-reverse}
.flex-item {display: flex;justify-content: center;align-items: center;}
.font-opensans {font-family: 'Open Sans', sans-serif}
.nanumgothic {font-family: "Nanum Gothic",나눔고딕}
.btn {font-size:13px;color:#666;height:30px;padding:0 13px;border-radius:1px;font-weight:600}
.btn .icon {font-size:11px}
.btn.active {border:1px solid #4491da;background:#4b99e3;color:#fff}
.btn-sm {font-size:13px;height:28px}
.btn-blue {color:#fff;background-color:#4b99e3;border: 1px solid #4491da}
.btn-black{color:#fff;background-color:#3f506c;border: 1px solid #384c65}
.btn-gray {color:#fff;background-color:#ccc;border: 1px solid #aaa}
.pinpoint-btn {background:#4b99e3;color:#fff;font-family: 'Open Sans', sans-serif;font-weight:600;padding:10px 15px;text-align:center;font-size: 11px;line-height: 1em;border-radius:2px}
.pinpoint-btn span {position:relative;padding:0 0 0 14px}
.pinpoint-btn .fas {left:0;position:absolute;top:50%;transform:translateY(-50%);font-size: 1.5em;}
.inactive {display:none}
*[hidden] { display: none !important; }
.table {max-width: 100%;width: 100%;border:1px solid #e5e8f0;background:#fff}
.table th, .table td {height:28px;font-size:12px;font-family:'Open Sans', sans-serif;padding:0 21px}
.table thead th {background:#f6f8fb;height:36px;font-weight:600}
.table tbody th {text-align:left}
.table th {color:#666}
.table td{color:#999}
.table td, .table tbody th {font-weight:400;word-break:break-all}
.table.tr-link tbody tr {cursor:pointer}
.table tr.tr-bg-blue {background-color:#eef9fc}
.table tr.tr-bg-red {background-color:#fff1f1}
.popup {
position: absolute;
z-index: 999999;
background-color: #FFF;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
font-size: 14px;
min-width: 160px;
}
@keyframes rootFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.l-transaction-view-top-contents .bb-axis-y-label,
.l-transaction-view-top-contents .bb-axis-y2-label,
.l-application-inspector-contents .bb-axis-y-label,
.l-agent-inspector-contents .bb-axis-y-label,
.l-agent-inspector-contents .bb-axis-y2-label {
text-anchor: middle !important;
font-family: 'Open Sans';
font-size: 0.75vw;
fill: #333;
font-weight: bold;
}
.l-application-inspector-contents .bb-line {
stroke-width: 1.5;
}
.l-application-inspector-contents .bb-line:not(.avg) {
stroke-dasharray: 2 2;
} | 0.325092 | 0.075961 |
.card-container {
-webkit-justify-content: center;
-webkit-align-items: center;
justify-content: center;
align-items: center;
margin: 50px auto;
text-align-last: center;
}
.fav {
cursor: pointer;
color: #646363;
}
.cards {
width: 100%;
display: flex;
flex-wrap: wrap;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;
}
.card--1 .card__img,
.card--1 .card__img--hover {
width: 300px;
object-fit: cover;
/* background-image: url("https://images.pexels.com/photos/45202/brownie-dessert-cake-sweet-45202.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260"); */
}
.card__like {
width: 18px;
}
/* .card__clock {
width: 15px;
vertical-align: middle;
fill: #ad7d52;
} */
/* .card__time {
font-size: 12px;
color: #ad7d52;
vertical-align: middle;
margin-left: 5px;
} */
/* .card__clock-info {
float: right;
} */
.card__img {
visibility: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 235px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.card__info-hover {
position: absolute;
padding: 16px;
width: 100%;
opacity: 0;
top: 0;
z-index: 9999;
width: fit-content;
}
.card__img--hover {
transition: 0.3s all ease-out;
/* background-size: cover;
background-position: center;
background-repeat: no-repeat; */
width: 100%;
position: absolute;
object-fit: cover;
height: 235px;
/* border-top-left-radius: 12px;
border-top-right-radius: 12px; */
top: 0;
}
.card {
margin: 30px 30px;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
background-color: #fff;
width: 300px;
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.card:hover {
box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
transform: scale(1.1, 1.1);
}
.card__info {
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}
.card__category {
font-family: "Raleway", sans-serif;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
font-weight: 500;
color: #868686;
}
.card__title {
color: #646363;
margin-top: 5px;
margin-bottom: 10px;
font-family: "Roboto Slab", serif;
}
.card__by {
font-size: 12px;
font-family: "Raleway", sans-serif;
font-weight: 500;
color: #646363;
}
.card__author {
font-weight: 600;
text-decoration: none;
color: #ad7d52;
margin: 0 5px;
}
.card:hover .card__img--hover {
height: 100%;
opacity: 0.3;
}
.card:hover .card__info {
background-color: transparent;
position: relative;
}
.card:hover .card__info-hover {
opacity: 1;
}
.card-info {
margin-top: 30px;
display: flex;
justify-content: space-around;
}
.fav {
background-color: transparent;
border: none;
}
.favIcon:active {
color: #f46b45;
}
.fav:focus{
outline: none;
}
.deleteButton {
background-color: transparent;
border: none;
cursor: pointer;
}
.deleteButton:focus{
outline: none;
}
@media screen and (max-width: 800px) {
.card-container {
padding-top: 100px;
}
} | public/styles/modules/recipeResult.css | .card-container {
-webkit-justify-content: center;
-webkit-align-items: center;
justify-content: center;
align-items: center;
margin: 50px auto;
text-align-last: center;
}
.fav {
cursor: pointer;
color: #646363;
}
.cards {
width: 100%;
display: flex;
flex-wrap: wrap;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;
}
.card--1 .card__img,
.card--1 .card__img--hover {
width: 300px;
object-fit: cover;
/* background-image: url("https://images.pexels.com/photos/45202/brownie-dessert-cake-sweet-45202.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260"); */
}
.card__like {
width: 18px;
}
/* .card__clock {
width: 15px;
vertical-align: middle;
fill: #ad7d52;
} */
/* .card__time {
font-size: 12px;
color: #ad7d52;
vertical-align: middle;
margin-left: 5px;
} */
/* .card__clock-info {
float: right;
} */
.card__img {
visibility: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 235px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.card__info-hover {
position: absolute;
padding: 16px;
width: 100%;
opacity: 0;
top: 0;
z-index: 9999;
width: fit-content;
}
.card__img--hover {
transition: 0.3s all ease-out;
/* background-size: cover;
background-position: center;
background-repeat: no-repeat; */
width: 100%;
position: absolute;
object-fit: cover;
height: 235px;
/* border-top-left-radius: 12px;
border-top-right-radius: 12px; */
top: 0;
}
.card {
margin: 30px 30px;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
background-color: #fff;
width: 300px;
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.card:hover {
box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
transform: scale(1.1, 1.1);
}
.card__info {
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}
.card__category {
font-family: "Raleway", sans-serif;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
font-weight: 500;
color: #868686;
}
.card__title {
color: #646363;
margin-top: 5px;
margin-bottom: 10px;
font-family: "Roboto Slab", serif;
}
.card__by {
font-size: 12px;
font-family: "Raleway", sans-serif;
font-weight: 500;
color: #646363;
}
.card__author {
font-weight: 600;
text-decoration: none;
color: #ad7d52;
margin: 0 5px;
}
.card:hover .card__img--hover {
height: 100%;
opacity: 0.3;
}
.card:hover .card__info {
background-color: transparent;
position: relative;
}
.card:hover .card__info-hover {
opacity: 1;
}
.card-info {
margin-top: 30px;
display: flex;
justify-content: space-around;
}
.fav {
background-color: transparent;
border: none;
}
.favIcon:active {
color: #f46b45;
}
.fav:focus{
outline: none;
}
.deleteButton {
background-color: transparent;
border: none;
cursor: pointer;
}
.deleteButton:focus{
outline: none;
}
@media screen and (max-width: 800px) {
.card-container {
padding-top: 100px;
}
} | 0.417034 | 0.054853 |
body {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
line-height:1.5;
padding:0;
margin:0;
background-color:#EDF5E1;
}
.container {
width:80%;
margin:auto;
overflow:hidden;
}
header {
background: #05386B;
color:#EDF5E1;
padding-top:30px;
min-height:70px;
border-bottom:#379683 3px solid;
}
header a {
color:#EDF5E1;
text-decoration:none;
}
header nav a {
text-transform:uppercase;
font-size:16px;
transition: .1s;
}
header ul {
padding:0;
margin:0;
}
header li {
display:inline;
padding: 0 20px 20px;
}
header #branding{
float:left;
}
header #branding h1{
margin:0;
}
header nav{
margin-top:12px;
float:right;
}
header .highlight, header .current a{
color:#5CDB95;
font-weight:bold;
}
header nav a:hover{
color:#8EE4AF;
transition: .1s;
}
#selection .container {
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}
#selection .box {
padding: 10px;
width:35%;
text-align:center;
color: #05386B;
box-shadow: 2px 2px 2px #379683;
border: 2px solid #379683;
margin: 20px;
text-decoration:none;
font-size:16px;
transition: .1s;
}
#selection .box img {
width: 100%;
}
#selection .box:hover {
box-shadow: 5px 5px 5px #379683;
transition: .1s;
}
#selection {
margin: 20px;
}
footer {
position:absolute;
bottom:0;
width: 100%;
margin-top:20px;
background-color:#379683;
color:#EDF5E1;
text-align:center;
}
input[type="range"] {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
#construction img {
display: block;
margin:auto;
}
#construction {
text-align: center;
margin-top: 50px;
}
/* Mobile accessibility */
@media(max-width: 768px){
header #branding, header nav, header nav li {
float: none;
text-align: center;
width: 100%;
}
header {
padding-bottom: 20px;
}
} | css/stylesheet.css | body {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
line-height:1.5;
padding:0;
margin:0;
background-color:#EDF5E1;
}
.container {
width:80%;
margin:auto;
overflow:hidden;
}
header {
background: #05386B;
color:#EDF5E1;
padding-top:30px;
min-height:70px;
border-bottom:#379683 3px solid;
}
header a {
color:#EDF5E1;
text-decoration:none;
}
header nav a {
text-transform:uppercase;
font-size:16px;
transition: .1s;
}
header ul {
padding:0;
margin:0;
}
header li {
display:inline;
padding: 0 20px 20px;
}
header #branding{
float:left;
}
header #branding h1{
margin:0;
}
header nav{
margin-top:12px;
float:right;
}
header .highlight, header .current a{
color:#5CDB95;
font-weight:bold;
}
header nav a:hover{
color:#8EE4AF;
transition: .1s;
}
#selection .container {
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}
#selection .box {
padding: 10px;
width:35%;
text-align:center;
color: #05386B;
box-shadow: 2px 2px 2px #379683;
border: 2px solid #379683;
margin: 20px;
text-decoration:none;
font-size:16px;
transition: .1s;
}
#selection .box img {
width: 100%;
}
#selection .box:hover {
box-shadow: 5px 5px 5px #379683;
transition: .1s;
}
#selection {
margin: 20px;
}
footer {
position:absolute;
bottom:0;
width: 100%;
margin-top:20px;
background-color:#379683;
color:#EDF5E1;
text-align:center;
}
input[type="range"] {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
#construction img {
display: block;
margin:auto;
}
#construction {
text-align: center;
margin-top: 50px;
}
/* Mobile accessibility */
@media(max-width: 768px){
header #branding, header nav, header nav li {
float: none;
text-align: center;
width: 100%;
}
header {
padding-bottom: 20px;
}
} | 0.375936 | 0.064447 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("sverigesradio.se") {
.player .mini-progress-bar .bar-item-content {display: none !important;}
.player .mini-share, .player .mini-volume, .player .mini-progress-bar, .player .mini-my-radio, .player .mini-settings .bar-item-content {background:transparent !important; }
.player .control {background: radial-gradient(at top, rgba(255,255,255,.75), transparent), radial-gradient(at bottom, rgba(194,203,203,.5), transparent)!important;}
a.play-symbol.play-symbol, .play-symbol-expand, .play-symbol-overlay, .play-menu .play-menu-item > a {background: radial-gradient(at top, rgba(255,255,255,.5), transparent), radial-gradient(at bottom, rgba(194,203,203,.3), transparent)!important; border: transparent !important; box-shadow: none !important;}
.play-menu .play-menu-item.play-menu-item-black, .play-menu .play-menu-item {background-color: transparent !important; }
.player .player-container {background-color: rgba(0,0,0,.75) !important; box-shadow: none !important; height: 45px !important;}
.player .title-fade.title-fade-left, .player .title-fade.title-fade-right {box-shadow:none !important;}
.progress-bar-container {height: 35px!important; background: linear-gradient(to bottom, rgba(0,0,0,.75) 50%,rgba(0,0,0,.0) 90%) !important; position: static !important;}
.player-popup {background: rgba(0,0,0,.65)!important;}
.player .bar-item.active {background:transparent !important; }
.player {position: fixed !important;}
.progress-bar-container .progress-bar .current .touch-area .slider-handle {box-shadow: 0px 0px 1px blue !important; background: radial-gradient(at top, rgba(255,255,255,.7), rgba(0,0,0,1)), radial-gradient(at bottom, rgba(194,203,203,.65), rgba(255,255,255,.8))!important;}
.progress-bar-container .time-current, .progress-bar-container .time-end {color: #eee !important; text-shadow: 1px 1px 1px #000, 0px 0px 1px #000 !important;}
.player .title .title-text > a {color: white !important; text-shadow: 1px 1px 1px #000, 0px 0px 1px #000!important; text-decoration:none !important; font-weight: bold !important;}
} | data/usercss/94953.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("sverigesradio.se") {
.player .mini-progress-bar .bar-item-content {display: none !important;}
.player .mini-share, .player .mini-volume, .player .mini-progress-bar, .player .mini-my-radio, .player .mini-settings .bar-item-content {background:transparent !important; }
.player .control {background: radial-gradient(at top, rgba(255,255,255,.75), transparent), radial-gradient(at bottom, rgba(194,203,203,.5), transparent)!important;}
a.play-symbol.play-symbol, .play-symbol-expand, .play-symbol-overlay, .play-menu .play-menu-item > a {background: radial-gradient(at top, rgba(255,255,255,.5), transparent), radial-gradient(at bottom, rgba(194,203,203,.3), transparent)!important; border: transparent !important; box-shadow: none !important;}
.play-menu .play-menu-item.play-menu-item-black, .play-menu .play-menu-item {background-color: transparent !important; }
.player .player-container {background-color: rgba(0,0,0,.75) !important; box-shadow: none !important; height: 45px !important;}
.player .title-fade.title-fade-left, .player .title-fade.title-fade-right {box-shadow:none !important;}
.progress-bar-container {height: 35px!important; background: linear-gradient(to bottom, rgba(0,0,0,.75) 50%,rgba(0,0,0,.0) 90%) !important; position: static !important;}
.player-popup {background: rgba(0,0,0,.65)!important;}
.player .bar-item.active {background:transparent !important; }
.player {position: fixed !important;}
.progress-bar-container .progress-bar .current .touch-area .slider-handle {box-shadow: 0px 0px 1px blue !important; background: radial-gradient(at top, rgba(255,255,255,.7), rgba(0,0,0,1)), radial-gradient(at bottom, rgba(194,203,203,.65), rgba(255,255,255,.8))!important;}
.progress-bar-container .time-current, .progress-bar-container .time-end {color: #eee !important; text-shadow: 1px 1px 1px #000, 0px 0px 1px #000 !important;}
.player .title .title-text > a {color: white !important; text-shadow: 1px 1px 1px #000, 0px 0px 1px #000!important; text-decoration:none !important; font-weight: bold !important;}
} | 0.330471 | 0.116211 |
.news_list { padding: 10px }
.news_list_err {
padding: 10px;
margin-top: -20px;
}
.post_header {
padding: 10px 6px 6px 10px;
height: 60px;
}
.post_header_img {
border-radius: 50%;
float: left;
margin-right: 10px;
}
.post_names {
float: left;
padding-top: 4px;
width: calc(100% - 60px);
}
.post_name, .post_time, .post_geo, .post_type {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
max-width: -webkit-fill-available;
}
.post_name {
color: #2a5885;
cursor: pointer;
}
.post_time {
color: #656565;
margin-top: -2px;
font-weight: normal;
}
.post_type {
color: #656565;
}
.post_content {
padding: 10px 10px 8px;
word-wrap: break-word;
}
.post_img {
max-width: 100%;
max-height: 300px;
}
.post_signer {
display: inline-block;
padding: 0 0 0 15px;
margin: 5px 0;
background: url('../images/post_sign.svg') no-repeat;
background-position: left 3px;
line-height: 15px;
color: #2a5885;
cursor: pointer;
}
.post_geo {
display: inline-block;
position: relative;
margin: 5px 0;
padding-left: 18px;
line-height: 15px;
}
.post_geo::before {
-webkit-mask-image: url('../images/place.png');
-webkit-mask-size: cover;
-webkit-mask-repeat: no-repeat;
background-color: #497bad;
display: inline-block;
height: 16px;
width: 14px;
content: '';
position: absolute;
left: 0;
}
.post_bottom {
margin: 0 10px;
padding-top: 7px;
border-top: 1px solid #e7e8ec;
height: 35px;
user-select: none;
cursor: default;
}
.post_like_img, .post_comment_img, .post_repost_img, .post_views_img {
float: left;
width: 24px;
height: 24px;
-webkit-mask-size: cover;
background-color: #bdbdbd;
transition: background-color .2s;
}
.post_like_count, .post_comment_count, .post_repost_count {
color: #7f7f7f;
float: left;
padding-left: 5px;
padding-top: 2px;
font-weight: 500;
transition: color .2s;
}
.post_like {
display: inline-block;
cursor: pointer;
width: 100px;
}
.post_like_img {
-webkit-mask-image: url('../images/post_like.png');
}
.post_comment {
display: inline-block;
cursor: pointer;
width: 100px;
}
.post_comment_img {
-webkit-mask-image: url('../images/post_comment.png');
}
.post_repost {
display: inline-block;
cursor: pointer;
width: 100px;
}
.post_repost_img {
-webkit-mask-image: url('../images/post_repost.png');
}
.post_views {
float: right;
}
.post_views_img {
-webkit-mask-image: url('../images/post_views.png');
}
.post_views_count {
margin-left: 4px;
float: right;
line-height: 16px;
height: 16px;
color: #7f7f7f;
position: relative;
top: 4px;
font-weight: 500;
}
.post_btn_act_i { background-color: #5683C3 }
.post_btn_act_c { color: #5683C3 }
.emoji {
margin: 0 1px;
vertical-align: -3px;
width: 16px;
height: 16px;
}
._emoji { background: url('https://vk.com/images/im_emoji.png') no-repeat } | renderer/css/news.css | .news_list { padding: 10px }
.news_list_err {
padding: 10px;
margin-top: -20px;
}
.post_header {
padding: 10px 6px 6px 10px;
height: 60px;
}
.post_header_img {
border-radius: 50%;
float: left;
margin-right: 10px;
}
.post_names {
float: left;
padding-top: 4px;
width: calc(100% - 60px);
}
.post_name, .post_time, .post_geo, .post_type {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
max-width: -webkit-fill-available;
}
.post_name {
color: #2a5885;
cursor: pointer;
}
.post_time {
color: #656565;
margin-top: -2px;
font-weight: normal;
}
.post_type {
color: #656565;
}
.post_content {
padding: 10px 10px 8px;
word-wrap: break-word;
}
.post_img {
max-width: 100%;
max-height: 300px;
}
.post_signer {
display: inline-block;
padding: 0 0 0 15px;
margin: 5px 0;
background: url('../images/post_sign.svg') no-repeat;
background-position: left 3px;
line-height: 15px;
color: #2a5885;
cursor: pointer;
}
.post_geo {
display: inline-block;
position: relative;
margin: 5px 0;
padding-left: 18px;
line-height: 15px;
}
.post_geo::before {
-webkit-mask-image: url('../images/place.png');
-webkit-mask-size: cover;
-webkit-mask-repeat: no-repeat;
background-color: #497bad;
display: inline-block;
height: 16px;
width: 14px;
content: '';
position: absolute;
left: 0;
}
.post_bottom {
margin: 0 10px;
padding-top: 7px;
border-top: 1px solid #e7e8ec;
height: 35px;
user-select: none;
cursor: default;
}
.post_like_img, .post_comment_img, .post_repost_img, .post_views_img {
float: left;
width: 24px;
height: 24px;
-webkit-mask-size: cover;
background-color: #bdbdbd;
transition: background-color .2s;
}
.post_like_count, .post_comment_count, .post_repost_count {
color: #7f7f7f;
float: left;
padding-left: 5px;
padding-top: 2px;
font-weight: 500;
transition: color .2s;
}
.post_like {
display: inline-block;
cursor: pointer;
width: 100px;
}
.post_like_img {
-webkit-mask-image: url('../images/post_like.png');
}
.post_comment {
display: inline-block;
cursor: pointer;
width: 100px;
}
.post_comment_img {
-webkit-mask-image: url('../images/post_comment.png');
}
.post_repost {
display: inline-block;
cursor: pointer;
width: 100px;
}
.post_repost_img {
-webkit-mask-image: url('../images/post_repost.png');
}
.post_views {
float: right;
}
.post_views_img {
-webkit-mask-image: url('../images/post_views.png');
}
.post_views_count {
margin-left: 4px;
float: right;
line-height: 16px;
height: 16px;
color: #7f7f7f;
position: relative;
top: 4px;
font-weight: 500;
}
.post_btn_act_i { background-color: #5683C3 }
.post_btn_act_c { color: #5683C3 }
.emoji {
margin: 0 1px;
vertical-align: -3px;
width: 16px;
height: 16px;
}
._emoji { background: url('https://vk.com/images/im_emoji.png') no-repeat } | 0.320077 | 0.132206 |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:regular,bold,italic&subset=latin,latin-ext');
html {
box-sizing: border-box;
font-size: 16px;
}
*, *:before, *:after {
box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
font-weight: normal;
font-family: 'Lato', sans-serif;
}
ol, ul {
list-style: none;
}
img {
max-width: 100%;
height: auto;
}
/* Home page */
h2 {
font-weight: 900;
margin: 12px 0px 12px;
font-size: 1em;
}
.picture{
height: 300px;
width: 100%;
}
.picture img{
object-fit: cover;
height: 100%;
width: 100%;
}
.text {
height: 250px;
position: relative;
overflow: hidden;
}
.text:after {
position: absolute;
bottom: 0;
height: 100%;
width: 100%;
content: "";
background: linear-gradient(to top,
rgba(255,255,255, 1) 20%,
rgba(255,255,255, 0) 80%
);
pointer-events: none;
}
.grid {
margin: 0 auto;
display: grid;
column-gap: 30px;
row-gap: 30px;
}
/* Nav */
nav button {
padding: 15px 25px;
border-radius: 3px;
margin: 10px 10px 0px 0px;
background-color: #e2e2e2;
border: none;
}
.selected {
position: relative;
background-color: #6b30a2;
color: white;
border: 2px solid #fff;
}
.selected::after {
content: " ";
position: absolute;
z-index: -1;
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
border: 2px solid #6b30a2;
}
.nav, .wrapper {
margin: 0 auto;
}
nav {
margin: 0px 20px;
}
/* Media queries */
/* 1025 and up */
@media (min-width: 1025px) and (max-width: 2000px) {
/* Grid stuff */
nav {
margin: 0px;
}
.wrapper {
width: 1200px;
}
.grid {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.story:nth-of-type(6n + 1) {
grid-column: span 2;
}
.story:nth-of-type(6n) {
grid-column: span 2;
}
.story:nth-of-type(6n) .picture {
position: relative;
width: 50%;
height: 100%;
float: left;
margin-right: 20px;
}
.story:nth-of-type(6n) .picture img {
object-fit: cover;
}
.story:nth-of-type(6n) .text {
height: 100%;
}
}
/* 641 and up */
@media (min-width: 641px) and (max-width: 1024px) {
.grid {
padding: 0px 20px;
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 630px) {
.grid {
padding: 0px 20px;
grid-template-columns: 1fr;
}
} | completed-assessment/comp2/src/App.css | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:regular,bold,italic&subset=latin,latin-ext');
html {
box-sizing: border-box;
font-size: 16px;
}
*, *:before, *:after {
box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
font-weight: normal;
font-family: 'Lato', sans-serif;
}
ol, ul {
list-style: none;
}
img {
max-width: 100%;
height: auto;
}
/* Home page */
h2 {
font-weight: 900;
margin: 12px 0px 12px;
font-size: 1em;
}
.picture{
height: 300px;
width: 100%;
}
.picture img{
object-fit: cover;
height: 100%;
width: 100%;
}
.text {
height: 250px;
position: relative;
overflow: hidden;
}
.text:after {
position: absolute;
bottom: 0;
height: 100%;
width: 100%;
content: "";
background: linear-gradient(to top,
rgba(255,255,255, 1) 20%,
rgba(255,255,255, 0) 80%
);
pointer-events: none;
}
.grid {
margin: 0 auto;
display: grid;
column-gap: 30px;
row-gap: 30px;
}
/* Nav */
nav button {
padding: 15px 25px;
border-radius: 3px;
margin: 10px 10px 0px 0px;
background-color: #e2e2e2;
border: none;
}
.selected {
position: relative;
background-color: #6b30a2;
color: white;
border: 2px solid #fff;
}
.selected::after {
content: " ";
position: absolute;
z-index: -1;
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
border: 2px solid #6b30a2;
}
.nav, .wrapper {
margin: 0 auto;
}
nav {
margin: 0px 20px;
}
/* Media queries */
/* 1025 and up */
@media (min-width: 1025px) and (max-width: 2000px) {
/* Grid stuff */
nav {
margin: 0px;
}
.wrapper {
width: 1200px;
}
.grid {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.story:nth-of-type(6n + 1) {
grid-column: span 2;
}
.story:nth-of-type(6n) {
grid-column: span 2;
}
.story:nth-of-type(6n) .picture {
position: relative;
width: 50%;
height: 100%;
float: left;
margin-right: 20px;
}
.story:nth-of-type(6n) .picture img {
object-fit: cover;
}
.story:nth-of-type(6n) .text {
height: 100%;
}
}
/* 641 and up */
@media (min-width: 641px) and (max-width: 1024px) {
.grid {
padding: 0px 20px;
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 630px) {
.grid {
padding: 0px 20px;
grid-template-columns: 1fr;
}
} | 0.481698 | 0.119665 |
@import url("https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
a, #myName, h1, h2, h3, h5 {
display: block;
font-family: "Bilbo Swash Caps", cursive;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
font-size: 2.5rem;
margin: 5px;
color: #ff00aa;
text-transform: capitalize;
text-shadow: 5px 5px 5px black;
font-weight: lighter;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 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 */
}
/**
* 1. Remove the bottom border in Chrome 57- and 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;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font 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%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* 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;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* 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 {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 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 {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* 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] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding 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 {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* 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;
}
/* Global Layout Set-up */
* {
font-variant-ligatures: no-common-ligatures;
transition: all 0.85s cubic-bezier(0.175, 0.885, 0.32, 1.275);
box-sizing: border-box;
vertical-align: baseline;
}
/*content containers*/
header {
z-index: 2;
width: 100%;
height: 100vh;
position: relative;
}
header p {
margin: 0% auto 30% auto;
}
@media (min-width: 769px) {
header p {
margin-right: 5%;
width: 450px;
}
header p.mobile-hidden {
display: inline-block;
}
}
body {
font-family: "Raleway", "Georgia", "serif";
text-shadow: 2px 2px 5px black;
background-image: radial-gradient(at top, rgba(81, 67, 36, 0.75) 2.5%, rgba(0, 0, 0, 0.7)), url(../imgs/planet-mountains.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
main {
z-index: 1;
position: relative;
width: 100%;
margin: 50px auto 0px auto;
padding: 2.5%;
}
aside {
border-radius: 5px;
}
.header-left {
display: block;
margin: auto;
float: initial;
box-shadow: none;
}
button {
cursor: pointer;
display: block;
margin: 20px auto;
}
.top {
margin-top: 25vh;
}
.port-item {
width: 100%;
display: inline-block;
width: 100%;
display: inline-block;
}
@media (min-width: 769px) {
.port-item {
width: 44%;
margin-left: 4.5%;
}
}
footer {
z-index: 2;
width: 100%;
border-top: 1px solid #403925;
background-color: #301831;
content: "";
display: table;
clear: both;
}
footer div {
width: 205px;
display: block;
margin: auto;
}
footer a {
display: inline-block;
}
section {
position: relative;
height: 100vh;
}
/**************************/
/* TYPOGRAPHY */
/**************************/
h4 {
color: #00dcbf;
font-weight: normal;
display: block;
margin: 30px auto 0px auto;
text-align: center;
}
h3 {
position: absolute;
}
p, h6 {
text-transform: none;
font-family: "Raleway", sans-serif;
color: #00ffe6;
font-weight: lighter;
text-align: center;
}
#myName {
font-size: 4rem;
width: fit-content;
margin: 30% auto 0% auto;
}
@media (min-width: 1200px) {
#myName {
font-size: 6rem;
}
}
a {
font-size: 1.25rem;
font-family: "Raleway", sans-serif;
color: #beb28e;
}
nav a:hover, .active {
border-radius: 5px;
box-shadow: 2px 2px 10px black;
text-shadow: 0px 0px 20px #f461ff;
}
section p {
width: 90%;
margin: auto 5%;
text-shadow: 3px 3px 2.5px #000;
color: #00dcbf;
text-align: left;
}
.centered p {
margin-top: 2%;
width: 100%;
display: inline-block;
}
@media (min-width: 769px) {
.centered p {
width: 50%;
}
}
span, .port-item a {
color: #00dcbf;
font-style: italic;
text-align: center;
display: block;
position: relative;
}
.vert-wrapper .port-item p {
display: none;
}
.horizontal p {
padding: 2%;
}
.vert-wrapper .port-item a {
color: #beb28e;
width: 45%;
display: none;
}
.other-work span {
display: block;
}
nav a {
height: 50px;
padding: 10px;
width: fit-content;
display: block;
margin: auto;
}
/**************************/
/* modal */
/**************************/
.port-item.modal {
z-index: 1000;
position: fixed;
top: 0px;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.87);
overflow: hidden;
cursor: default;
}
.port-item.modal img {
display: block;
width: 50%;
max-width: 250px;
margin: auto;
}
.port-item.modal span {
display: none;
}
.port-item.modal h4 {
text-align: center;
}
.port-item.modal p {
display: block;
overflow: hidden;
padding: 10px;
margin: auto;
border-radius: 5px;
box-shadow: inset 0px 0px 10px black;
}
.port-item.modal .container {
margin: 0px auto;
width: 40%;
}
.port-item.modal .close {
display: block;
}
.port-item.modal a {
display: inline-block;
margin: auto;
margin-top: -15px;
}
@media (min-width: 769px) {
.port-item.modal a {
margin-top: 5px;
}
}
/**************************/
/* IMAGES */
/**************************/
img {
border: 1px solid #403925;
box-shadow: 5px 5px 5px #000;
}
.port-item img {
width: 70%;
display: block;
margin: auto;
margin-bottom: 25px;
}
.profile {
width: 30%;
float: left;
margin: 1% 5% auto auto;
}
@media (min-width: 769px) {
.profile.mobile-hidden {
display: none;
}
}
@media (min-width: 1200px) {
.profile.mobile-hidden {
display: inline-block;
}
}
/**************************/
/* Soc Med */
/**************************/
svg {
width: 55px;
}
.outer-shape {
opacity: 1;
fill: black;
}
.inner-shape {
opacity: 1;
fill: #00ffe6;
}
@media only screen and (min-width: 750px) {
.port-item.modal {
display: block;
overflow: visible;
}
.block-quote {
width: 25%;
min-width: 200px;
display: inline-block;
margin-left: 2.5%;
}
.block-quote p {
width: 183px;
}
.block-quote h3 {
text-align: left;
width: 50px;
margin-left: 30px;
}
#availability .block-quote p {
width: 100%;
}
#bio {
display: inline-block;
width: 60%;
vertical-align: top;
}
}
@media only screen and (min-width: 1200px) {
.port-item.modal {
left: -32px;
top: -30px;
}
.calendar {
margin: 30px auto;
}
.calendar.desktop {
display: block;
}
.calendar.tablet {
display: none;
}
#availability .block-quote p {
width: 500px;
}
.block-quote {
margin-left: 7%;
}
}
/**************************/
/* Reusables */
/**************************/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
background: black;
border: none;
border-radius: 10px;
}
::-webkit-scrollbar-track-piece:disabled {
display: none !important;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #ab9b6d;
-webkit-box-shadow: inset 0 0 6px black;
}
::-webkit-scrollbar-track:hover {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px black;
}
.close {
color: #ff00aa;
position: absolute;
top: 10%;
right: 10%;
font-size: 2rem;
display: none;
cursor: pointer;
}
.calendar {
margin: auto;
}
.vert-wrapper {
width: 100%;
}
.fas {
display: block;
animation: fade 2000ms ease-in-out infinite;
opacity: 0;
color: #beb28e;
}
.fa-angle-double-right, .fa-angle-double-left {
position: absolute;
padding: 50% 5%;
}
.fa-angle-double-right {
right: 0px;
}
.anchors {
position: absolute;
bottom: 25px;
width: 100%;
margin: auto;
}
@keyframes fade {
50% {
opacity: 1;
}
}
/*A simple hamburger nav using checkbox*/
#menuToggle {
position: relative;
top: 10px;
z-index: 1;
user-select: none;
margin-left: 10px;
}
#menuToggle input {
width: 33px;
height: 22px;
position: absolute;
cursor: pointer;
opacity: 0;
z-index: 2;
-webkit-touch-callout: none;
}
#menuToggle span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #beb28e;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #beb28e;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
transform: rotate(-45deg) translate(0, -1px);
}
#menu {
position: absolute;
width: 100vw;
height: 100vh;
margin: -44px 0 0 -10px;
background: black;
-webkit-font-smoothing: antialiased;
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
padding-top: 44px;
padding-left: 0px;
}
#menu li {
padding: 10px 0;
font-size: 22px;
}
/*
* And let's slide it in from the left
*/
#menuToggle input:checked ~ ul {
transform: none;
}
#portNav {
display: block;
width: 100%;
height: 25px;
}
canvas {
width: 70% !important;
max-width: 350px !important;
height: auto !important;
margin: auto;
}
/*# sourceMappingURL=styles.css.map */ | css/styles.css | @import url("https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
a, #myName, h1, h2, h3, h5 {
display: block;
font-family: "Bilbo Swash Caps", cursive;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
font-size: 2.5rem;
margin: 5px;
color: #ff00aa;
text-transform: capitalize;
text-shadow: 5px 5px 5px black;
font-weight: lighter;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 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 */
}
/**
* 1. Remove the bottom border in Chrome 57- and 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;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font 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%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* 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;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* 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 {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 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 {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* 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] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding 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 {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* 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;
}
/* Global Layout Set-up */
* {
font-variant-ligatures: no-common-ligatures;
transition: all 0.85s cubic-bezier(0.175, 0.885, 0.32, 1.275);
box-sizing: border-box;
vertical-align: baseline;
}
/*content containers*/
header {
z-index: 2;
width: 100%;
height: 100vh;
position: relative;
}
header p {
margin: 0% auto 30% auto;
}
@media (min-width: 769px) {
header p {
margin-right: 5%;
width: 450px;
}
header p.mobile-hidden {
display: inline-block;
}
}
body {
font-family: "Raleway", "Georgia", "serif";
text-shadow: 2px 2px 5px black;
background-image: radial-gradient(at top, rgba(81, 67, 36, 0.75) 2.5%, rgba(0, 0, 0, 0.7)), url(../imgs/planet-mountains.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
main {
z-index: 1;
position: relative;
width: 100%;
margin: 50px auto 0px auto;
padding: 2.5%;
}
aside {
border-radius: 5px;
}
.header-left {
display: block;
margin: auto;
float: initial;
box-shadow: none;
}
button {
cursor: pointer;
display: block;
margin: 20px auto;
}
.top {
margin-top: 25vh;
}
.port-item {
width: 100%;
display: inline-block;
width: 100%;
display: inline-block;
}
@media (min-width: 769px) {
.port-item {
width: 44%;
margin-left: 4.5%;
}
}
footer {
z-index: 2;
width: 100%;
border-top: 1px solid #403925;
background-color: #301831;
content: "";
display: table;
clear: both;
}
footer div {
width: 205px;
display: block;
margin: auto;
}
footer a {
display: inline-block;
}
section {
position: relative;
height: 100vh;
}
/**************************/
/* TYPOGRAPHY */
/**************************/
h4 {
color: #00dcbf;
font-weight: normal;
display: block;
margin: 30px auto 0px auto;
text-align: center;
}
h3 {
position: absolute;
}
p, h6 {
text-transform: none;
font-family: "Raleway", sans-serif;
color: #00ffe6;
font-weight: lighter;
text-align: center;
}
#myName {
font-size: 4rem;
width: fit-content;
margin: 30% auto 0% auto;
}
@media (min-width: 1200px) {
#myName {
font-size: 6rem;
}
}
a {
font-size: 1.25rem;
font-family: "Raleway", sans-serif;
color: #beb28e;
}
nav a:hover, .active {
border-radius: 5px;
box-shadow: 2px 2px 10px black;
text-shadow: 0px 0px 20px #f461ff;
}
section p {
width: 90%;
margin: auto 5%;
text-shadow: 3px 3px 2.5px #000;
color: #00dcbf;
text-align: left;
}
.centered p {
margin-top: 2%;
width: 100%;
display: inline-block;
}
@media (min-width: 769px) {
.centered p {
width: 50%;
}
}
span, .port-item a {
color: #00dcbf;
font-style: italic;
text-align: center;
display: block;
position: relative;
}
.vert-wrapper .port-item p {
display: none;
}
.horizontal p {
padding: 2%;
}
.vert-wrapper .port-item a {
color: #beb28e;
width: 45%;
display: none;
}
.other-work span {
display: block;
}
nav a {
height: 50px;
padding: 10px;
width: fit-content;
display: block;
margin: auto;
}
/**************************/
/* modal */
/**************************/
.port-item.modal {
z-index: 1000;
position: fixed;
top: 0px;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.87);
overflow: hidden;
cursor: default;
}
.port-item.modal img {
display: block;
width: 50%;
max-width: 250px;
margin: auto;
}
.port-item.modal span {
display: none;
}
.port-item.modal h4 {
text-align: center;
}
.port-item.modal p {
display: block;
overflow: hidden;
padding: 10px;
margin: auto;
border-radius: 5px;
box-shadow: inset 0px 0px 10px black;
}
.port-item.modal .container {
margin: 0px auto;
width: 40%;
}
.port-item.modal .close {
display: block;
}
.port-item.modal a {
display: inline-block;
margin: auto;
margin-top: -15px;
}
@media (min-width: 769px) {
.port-item.modal a {
margin-top: 5px;
}
}
/**************************/
/* IMAGES */
/**************************/
img {
border: 1px solid #403925;
box-shadow: 5px 5px 5px #000;
}
.port-item img {
width: 70%;
display: block;
margin: auto;
margin-bottom: 25px;
}
.profile {
width: 30%;
float: left;
margin: 1% 5% auto auto;
}
@media (min-width: 769px) {
.profile.mobile-hidden {
display: none;
}
}
@media (min-width: 1200px) {
.profile.mobile-hidden {
display: inline-block;
}
}
/**************************/
/* Soc Med */
/**************************/
svg {
width: 55px;
}
.outer-shape {
opacity: 1;
fill: black;
}
.inner-shape {
opacity: 1;
fill: #00ffe6;
}
@media only screen and (min-width: 750px) {
.port-item.modal {
display: block;
overflow: visible;
}
.block-quote {
width: 25%;
min-width: 200px;
display: inline-block;
margin-left: 2.5%;
}
.block-quote p {
width: 183px;
}
.block-quote h3 {
text-align: left;
width: 50px;
margin-left: 30px;
}
#availability .block-quote p {
width: 100%;
}
#bio {
display: inline-block;
width: 60%;
vertical-align: top;
}
}
@media only screen and (min-width: 1200px) {
.port-item.modal {
left: -32px;
top: -30px;
}
.calendar {
margin: 30px auto;
}
.calendar.desktop {
display: block;
}
.calendar.tablet {
display: none;
}
#availability .block-quote p {
width: 500px;
}
.block-quote {
margin-left: 7%;
}
}
/**************************/
/* Reusables */
/**************************/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
background: black;
border: none;
border-radius: 10px;
}
::-webkit-scrollbar-track-piece:disabled {
display: none !important;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #ab9b6d;
-webkit-box-shadow: inset 0 0 6px black;
}
::-webkit-scrollbar-track:hover {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px black;
}
.close {
color: #ff00aa;
position: absolute;
top: 10%;
right: 10%;
font-size: 2rem;
display: none;
cursor: pointer;
}
.calendar {
margin: auto;
}
.vert-wrapper {
width: 100%;
}
.fas {
display: block;
animation: fade 2000ms ease-in-out infinite;
opacity: 0;
color: #beb28e;
}
.fa-angle-double-right, .fa-angle-double-left {
position: absolute;
padding: 50% 5%;
}
.fa-angle-double-right {
right: 0px;
}
.anchors {
position: absolute;
bottom: 25px;
width: 100%;
margin: auto;
}
@keyframes fade {
50% {
opacity: 1;
}
}
/*A simple hamburger nav using checkbox*/
#menuToggle {
position: relative;
top: 10px;
z-index: 1;
user-select: none;
margin-left: 10px;
}
#menuToggle input {
width: 33px;
height: 22px;
position: absolute;
cursor: pointer;
opacity: 0;
z-index: 2;
-webkit-touch-callout: none;
}
#menuToggle span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #beb28e;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #beb28e;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
transform: rotate(-45deg) translate(0, -1px);
}
#menu {
position: absolute;
width: 100vw;
height: 100vh;
margin: -44px 0 0 -10px;
background: black;
-webkit-font-smoothing: antialiased;
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
padding-top: 44px;
padding-left: 0px;
}
#menu li {
padding: 10px 0;
font-size: 22px;
}
/*
* And let's slide it in from the left
*/
#menuToggle input:checked ~ ul {
transform: none;
}
#portNav {
display: block;
width: 100%;
height: 25px;
}
canvas {
width: 70% !important;
max-width: 350px !important;
height: auto !important;
margin: auto;
}
/*# sourceMappingURL=styles.css.map */ | 0.561215 | 0.127544 |
.overallPanel {
width: 100%;
height: 100%;
}
.titlePanel {
margin-bottom: 10px;
}
.leftPanel {
float: left;
width: 33%;
}
.upDownContainerPanel {
height: 50px;
width: 35px;
float: left;
}
.treePanel {
height: 98%;
border: 1px solid black;
overflow-y: auto;
background-color: #ffffff;
}
.upDownButtonPanel {
position: relative;
}
.upDownButtonPanel button {
margin-bottom: 2px;
}
.addRemovePanel {
position: relative;
width: 80%;
height: 40px;
left: 33px;
float: left;
}
.addRemovePanel button {
width: 80px;
margin-bottom: 5px;
margin-right: 5px;
}
.rightPanel {
float: right;
width: 60%;
margin-right: 20px;
}
div.toppadded {
clear: both;
padding-top: 5px;
}
div.formrow {
clear: both;
overflow: auto;
padding-top: 5px;
}
div.formrow .buttons {
margin-left: 35%;
text-align: center;
}
div.formrow label,
div.formrow span.name {
text-align: right;
width: 20%;
float: left;
padding-right: 15px;
}
div.formrow span.value {
float: left;
}
div.formrow .formcontrol {
float: left;
width: 200px;
}
div.formrow span {
float: left;
line-height: 22px;
min-width: 60px;
}
.heading {
font-weight: bold;
}
.rightPanel .heading {
margin-left: 10px;
}
div.checkrow {
margin-top: 7px;
padding-left: 40px;
}
div.checkrow label {
width: 70%;
}
div.input.checkbox input,
div.input.radio input {
float: none;
}
div.input.checkbox label,
div.input.radio label {
display: inline;
margin: 0 20px 0 6px;
}
div.tabsettings {
margin-left: 20px;
padding-left: 20px;
}
.tabsettingsHeading {
margin-top: 30px;
}
div.itemsettings {
margin-top: 30px;
}
.rightHeading {
margin-bottom: 5px;
}
.navChildren {
margin-left: 15px;
}
.formrow .newListSelected {
margin-left: 60px;
}
.tabdialog .modal-content {
overflow: visible;
}
.tabdialog .controlcontainer {
min-height: 150px;
}
.tabdialog .settingRow .settingLabel {
width: 80px;
}
#singlesettings .formrow,
#TB_ajaxContent .formrow {
overflow: visible;
}
.form-label {
margin-left: 40px;
}
a.label {
text-decoration: none !important;
color: #4b4842 !important;
}
.container:hover {
background-color: #e4e4e4 !important;
}
.textBox,
.iconBox {
vertical-align: middle;
}
ul.tablist {
list-style: none outside none;
border: 1px solid #8f8b7e;
margin: 0 0 10px 0;
width: 270px;
}
ul.tablist li {
position: relative;
padding: 6px 50px 6px 10px !important;
margin: 0 !important;
line-height: 1.2;
}
ul.tablist li.odd {
background: #f3f1eb !important;
}
ul.tablist li.even {
background: #fefefe !important;
}
ul.tablist .unselect {
width: 17px;
height: 17px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} | Source/Plugins/Core/com.equella.core/resources/web/css/treenavctl.css | .overallPanel {
width: 100%;
height: 100%;
}
.titlePanel {
margin-bottom: 10px;
}
.leftPanel {
float: left;
width: 33%;
}
.upDownContainerPanel {
height: 50px;
width: 35px;
float: left;
}
.treePanel {
height: 98%;
border: 1px solid black;
overflow-y: auto;
background-color: #ffffff;
}
.upDownButtonPanel {
position: relative;
}
.upDownButtonPanel button {
margin-bottom: 2px;
}
.addRemovePanel {
position: relative;
width: 80%;
height: 40px;
left: 33px;
float: left;
}
.addRemovePanel button {
width: 80px;
margin-bottom: 5px;
margin-right: 5px;
}
.rightPanel {
float: right;
width: 60%;
margin-right: 20px;
}
div.toppadded {
clear: both;
padding-top: 5px;
}
div.formrow {
clear: both;
overflow: auto;
padding-top: 5px;
}
div.formrow .buttons {
margin-left: 35%;
text-align: center;
}
div.formrow label,
div.formrow span.name {
text-align: right;
width: 20%;
float: left;
padding-right: 15px;
}
div.formrow span.value {
float: left;
}
div.formrow .formcontrol {
float: left;
width: 200px;
}
div.formrow span {
float: left;
line-height: 22px;
min-width: 60px;
}
.heading {
font-weight: bold;
}
.rightPanel .heading {
margin-left: 10px;
}
div.checkrow {
margin-top: 7px;
padding-left: 40px;
}
div.checkrow label {
width: 70%;
}
div.input.checkbox input,
div.input.radio input {
float: none;
}
div.input.checkbox label,
div.input.radio label {
display: inline;
margin: 0 20px 0 6px;
}
div.tabsettings {
margin-left: 20px;
padding-left: 20px;
}
.tabsettingsHeading {
margin-top: 30px;
}
div.itemsettings {
margin-top: 30px;
}
.rightHeading {
margin-bottom: 5px;
}
.navChildren {
margin-left: 15px;
}
.formrow .newListSelected {
margin-left: 60px;
}
.tabdialog .modal-content {
overflow: visible;
}
.tabdialog .controlcontainer {
min-height: 150px;
}
.tabdialog .settingRow .settingLabel {
width: 80px;
}
#singlesettings .formrow,
#TB_ajaxContent .formrow {
overflow: visible;
}
.form-label {
margin-left: 40px;
}
a.label {
text-decoration: none !important;
color: #4b4842 !important;
}
.container:hover {
background-color: #e4e4e4 !important;
}
.textBox,
.iconBox {
vertical-align: middle;
}
ul.tablist {
list-style: none outside none;
border: 1px solid #8f8b7e;
margin: 0 0 10px 0;
width: 270px;
}
ul.tablist li {
position: relative;
padding: 6px 50px 6px 10px !important;
margin: 0 !important;
line-height: 1.2;
}
ul.tablist li.odd {
background: #f3f1eb !important;
}
ul.tablist li.even {
background: #fefefe !important;
}
ul.tablist .unselect {
width: 17px;
height: 17px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} | 0.514888 | 0.09709 |
----------------------------------------- */
/* ----------------------------------------- Item list
----------------------------------------- */
/* @section Wizard styles */
.wizard { position: relative; background-color: transparent; }
.wizard.has-title { position: relative; padding-top: 42px; }
.wizard.has-title h6.title { position: absolute; text-transform: uppercase; letter-spacing: 1px; top: 0; left: 0; right: 0; line-height: 2.5rem; padding-left: 12px; background-color: #000000; color: white; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.wizard .row.controls-wrapper.readonly { margin-bottom: 0.5rem; }
.wizard .tabs dd { padding-right: 1rem; padding-left: 0; }
.wizard .tabs dd a { color: #666666; font-family: "PT Sans", Verdana, Geneva, Lucida, sans-serif; text-transform: uppercase; background-color: transparent; box-shadow: none; white-space: nowrap; padding: 8px 0 6px 0; }
.wizard .tabs dd a:hover { color: #666666; border-bottom: 2px solid #666666; }
.wizard .tabs dd a .cir { background-color: #666666; }
.wizard .tabs dd.active a { color: #000000; font-family: "PT Sans", Verdana, Geneva, Lucida, sans-serif; background-color: transparent; border-bottom: 2px solid #000000; }
.wizard .tabs dd.active .cir { background-color: #000000; }
.wizard .tabs dd.disabled { color: #d9d9d9; font-family: "PT Sans", Verdana, Geneva, Lucida, sans-serif; text-transform: uppercase; padding: 8px 1rem; }
.wizard .tabs dd.disabled .cir { margin-right: 8px; background-color: #d9d9d9; }
.wizard .tabs dd .cir { position: relative; top: -2px; font-size: 0.825rem; display: inline-block; border-radius: 60px; width: 20px; height: 20px; padding: 0 0 0 0; text-align: center; vertical-align: middle; background-color: #d9d9d9; color: white; margin-right: 4px; }
.wizard .tabs-content { min-height: 400px; margin: 0 0 0 0; padding: 1rem; background-color: white; }
.wizard .tabs-content div.large-3.small-4.columns { padding-left: 0; }
.wizard .tabs-content .content { width: 100%; }
.wizard .tabs-content .content .description { color: #666666; }
.wizard .tabs-content .content .rule-description-label { color: #666666; }
.wizard .fi-alert { color: darkred; }
.wizard .chosen-container-multi .chosen-choices li.search-field input.default { color: #d9d9d9; font-size: 16px; font-family: "Lato", Helvetica, Arial, sans-serif; margin-left: 3px; }
.wizard select { font-family: inherit; }
.summary { background-color: white; position: relative; top: 2px; padding: 8px; padding-bottom: 2rem; margin-bottom: 1rem; }
.summary label { position: relative; right: -1rem; color: #666666; margin-top: 4px; cursor: default; }
.summary .value { word-break: break-all; line-height: 1rem; color: #000000; }
.summary .value.breakword { word-break: normal; word-wrap: break-word; }
.summary .row { margin-bottom: 5px; }
.summary .title { font-weight: bold; color: #000000; border-bottom: 1px solid #d9d9d9; margin-top: 7px; margin-bottom: 0.25rem; }
.summary .section { padding: 0.5rem 0; border-bottom: 1px solid #d9d9d9; }
.summary .section:last-child { border-bottom: none; }
.summary #tag-preview { word-break: break-all; }
.rules-display .rules-title { word-break: break-all; }
.rules-display .rules-title .normal-word-break { word-break: normal; }
/* ----------------------------------------- Media Queries
----------------------------------------- */
/* Extra small screen (< 481px) */
@media screen and (max-width: 560px) { dl.tabs a b { display: none; } }
/* @section Launch Instance page styles */
#launch-instance-form input.name { width: 100px; margin-right: 8px; margin-bottom: 4px; padding: 4px; }
#launch-instance-form #number { width: 3rem; }
#launch-instance-form #instance_type option { font-size: 0.825rem; }
#launch-instance-form #image-id-input { width: 10rem; display: inline; }
#launch-instance-form #controls_userdata_file { position: relative; top: -0.5rem; }
#launch-instance-form #controls_userdata_file #userdata_file { width: 80%; display: inline-block; }
#launch-instance-form #controls_monitoring_enabled .helptext-icon { position: relative; left: -1rem; color: #666666; }
#launch-instance-form #create-keypair-link, #launch-instance-form #create-securitygroup-link { position: relative; top: -6px; margin-bottom: 10px; }
#launch-instance-form #create-securitygroup-link { top: -2px; }
#launch-instance-form .rules-display { margin-left: 0.7rem; }
#launch-instance-form .rules-title { margin-bottom: 3px; }
#create-keypair-modal #keypair-material { height: 16rem; color: white; background-color: black; font-weight: bold; font-family: Courier, "courier New", monospace, sans-serif; }
.userdatalabel { right: 0 !important; }
#userdata { margin: 0 0 0; } | eucaconsole/static/css/pages/instance_launch.css | ----------------------------------------- */
/* ----------------------------------------- Item list
----------------------------------------- */
/* @section Wizard styles */
.wizard { position: relative; background-color: transparent; }
.wizard.has-title { position: relative; padding-top: 42px; }
.wizard.has-title h6.title { position: absolute; text-transform: uppercase; letter-spacing: 1px; top: 0; left: 0; right: 0; line-height: 2.5rem; padding-left: 12px; background-color: #000000; color: white; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.wizard .row.controls-wrapper.readonly { margin-bottom: 0.5rem; }
.wizard .tabs dd { padding-right: 1rem; padding-left: 0; }
.wizard .tabs dd a { color: #666666; font-family: "PT Sans", Verdana, Geneva, Lucida, sans-serif; text-transform: uppercase; background-color: transparent; box-shadow: none; white-space: nowrap; padding: 8px 0 6px 0; }
.wizard .tabs dd a:hover { color: #666666; border-bottom: 2px solid #666666; }
.wizard .tabs dd a .cir { background-color: #666666; }
.wizard .tabs dd.active a { color: #000000; font-family: "PT Sans", Verdana, Geneva, Lucida, sans-serif; background-color: transparent; border-bottom: 2px solid #000000; }
.wizard .tabs dd.active .cir { background-color: #000000; }
.wizard .tabs dd.disabled { color: #d9d9d9; font-family: "PT Sans", Verdana, Geneva, Lucida, sans-serif; text-transform: uppercase; padding: 8px 1rem; }
.wizard .tabs dd.disabled .cir { margin-right: 8px; background-color: #d9d9d9; }
.wizard .tabs dd .cir { position: relative; top: -2px; font-size: 0.825rem; display: inline-block; border-radius: 60px; width: 20px; height: 20px; padding: 0 0 0 0; text-align: center; vertical-align: middle; background-color: #d9d9d9; color: white; margin-right: 4px; }
.wizard .tabs-content { min-height: 400px; margin: 0 0 0 0; padding: 1rem; background-color: white; }
.wizard .tabs-content div.large-3.small-4.columns { padding-left: 0; }
.wizard .tabs-content .content { width: 100%; }
.wizard .tabs-content .content .description { color: #666666; }
.wizard .tabs-content .content .rule-description-label { color: #666666; }
.wizard .fi-alert { color: darkred; }
.wizard .chosen-container-multi .chosen-choices li.search-field input.default { color: #d9d9d9; font-size: 16px; font-family: "Lato", Helvetica, Arial, sans-serif; margin-left: 3px; }
.wizard select { font-family: inherit; }
.summary { background-color: white; position: relative; top: 2px; padding: 8px; padding-bottom: 2rem; margin-bottom: 1rem; }
.summary label { position: relative; right: -1rem; color: #666666; margin-top: 4px; cursor: default; }
.summary .value { word-break: break-all; line-height: 1rem; color: #000000; }
.summary .value.breakword { word-break: normal; word-wrap: break-word; }
.summary .row { margin-bottom: 5px; }
.summary .title { font-weight: bold; color: #000000; border-bottom: 1px solid #d9d9d9; margin-top: 7px; margin-bottom: 0.25rem; }
.summary .section { padding: 0.5rem 0; border-bottom: 1px solid #d9d9d9; }
.summary .section:last-child { border-bottom: none; }
.summary #tag-preview { word-break: break-all; }
.rules-display .rules-title { word-break: break-all; }
.rules-display .rules-title .normal-word-break { word-break: normal; }
/* ----------------------------------------- Media Queries
----------------------------------------- */
/* Extra small screen (< 481px) */
@media screen and (max-width: 560px) { dl.tabs a b { display: none; } }
/* @section Launch Instance page styles */
#launch-instance-form input.name { width: 100px; margin-right: 8px; margin-bottom: 4px; padding: 4px; }
#launch-instance-form #number { width: 3rem; }
#launch-instance-form #instance_type option { font-size: 0.825rem; }
#launch-instance-form #image-id-input { width: 10rem; display: inline; }
#launch-instance-form #controls_userdata_file { position: relative; top: -0.5rem; }
#launch-instance-form #controls_userdata_file #userdata_file { width: 80%; display: inline-block; }
#launch-instance-form #controls_monitoring_enabled .helptext-icon { position: relative; left: -1rem; color: #666666; }
#launch-instance-form #create-keypair-link, #launch-instance-form #create-securitygroup-link { position: relative; top: -6px; margin-bottom: 10px; }
#launch-instance-form #create-securitygroup-link { top: -2px; }
#launch-instance-form .rules-display { margin-left: 0.7rem; }
#launch-instance-form .rules-title { margin-bottom: 3px; }
#create-keypair-modal #keypair-material { height: 16rem; color: white; background-color: black; font-weight: bold; font-family: Courier, "courier New", monospace, sans-serif; }
.userdatalabel { right: 0 !important; }
#userdata { margin: 0 0 0; } | 0.446736 | 0.07627 |
html,
body {
margin: 0;
padding: 0;
}
.container-fluid {
padding: 0;
margin: 0;
}
.row {
margin-left: 0;
margin-right: 0;
padding: 0;
}
.no-dec {
text-decoration: none;
}
/*-----------------------------Index Page ----*/
.container {
display: flex;
}
.bike_image {
background: url("/client/assets/images/bicycleimage.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
height: 100vh;
transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
}
.headline {
display: inline-grid;
background-color: transparent;
position: absolute;
top: 300px;
left: 150px;
}
/*------------------------------Maps Page-------*/
.header {
display: flex;
justify-content: center;
margin-top: -10px;
margin-bottom: 5px;
font-size: 25px;
line-height: inherit;
color: #333;
}
.map_margin {
margin-bottom: 5px;
}
.map_info {
text-align: center;
}
/*-------------------------------------------Media Queries------------*/
@media(min-width: 320px) and (max-width: 439px) {
.bike_image {
background-position-x: -530px;
}
.headline {
top: 175px;
left: -7px;
}
.title {
font-size: 20px;
}
.title_message {
font-size: 14px;
}
.title_link {
font-size: 12px;
}
}
@media(min-width: 440px) and (max-width: 589px) {
.bike_image {
background-position-x: -475px;
}
.headline {
top: 190px;
left: 0px;
}
.title {
font-size: 30px;
}
.title_message {
font-size: 16px;
}
.title_link {
font-size: 14px;
}
}
@media(min-width: 590px) and (max-width: 710px) {
.bike_image {
background-position-x: center;
}
.headline {
top: 190px;
left: 40px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 16px;
}
.title_link {
font-size: 14px;
}
}
@media(min-width: 711px) and (max-width: 779px) {
.bike_image {
background-position-x: center;
}
.headline {
top: 210px;
left: 70px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 16px;
}
.title_link {
font-size: 14px;
}
}
@media(min-width: 780px) and (max-width: 900px) {
.bike_image {
background-position-x: center;
}
.headline {
top: 170px;
left: 120px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 18px;
}
.title_link {
font-size: 16px;
}
}
@media(min-width: 901px) and (max-width: 990px) {
.bike_image {
background-position-x: center;
}
.headline {
top: 170px;
left: 170px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 18px;
}
.title_link {
font-size: 16px;
}
}
@media(min-width: 991px) and (max-width: 1200px) {
.headline {
top: 220px;
left: 160px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 18px;
}
.title_link {
font-size: 16px;
}
}
@media(min-width: 1201px) and (max-width: 1469px) {
.headline {
top: 290px;
left: 200px;
}
.title {
font-size: 36px;
}
.title_message {
font-size: 24px;
}
.title_link {
font-size: 18px;
}
}
@media(min-width: 1470px) and (max-width: 1899px) {
.headline {
top: 225px;
left: 50px;
}
.title {
font-size: 40px;
}
.title_message {
font-size: 30px;
}
.title_link {
font-size: 22px;
}
}
@media(min-width: 1900px) and (max-width: 2099px) {
.headline {
top: 300px;
left: 50px;
}
.title {
font-size: 40px;
}
.title_message {
font-size: 30px;
}
.title_link {
font-size: 22px;
}
}
@media(min-width: 2100px) and (max-width: 2800px) {
.headline {
top: 400px;
left: 150px;
}
.title {
font-size: 50px;
}
.title_message {
font-size: 35px;
}
.title_link {
font-size: 26px;
}
} | client/assets/css/style.css | html,
body {
margin: 0;
padding: 0;
}
.container-fluid {
padding: 0;
margin: 0;
}
.row {
margin-left: 0;
margin-right: 0;
padding: 0;
}
.no-dec {
text-decoration: none;
}
/*-----------------------------Index Page ----*/
.container {
display: flex;
}
.bike_image {
background: url("/client/assets/images/bicycleimage.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
height: 100vh;
transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
}
.headline {
display: inline-grid;
background-color: transparent;
position: absolute;
top: 300px;
left: 150px;
}
/*------------------------------Maps Page-------*/
.header {
display: flex;
justify-content: center;
margin-top: -10px;
margin-bottom: 5px;
font-size: 25px;
line-height: inherit;
color: #333;
}
.map_margin {
margin-bottom: 5px;
}
.map_info {
text-align: center;
}
/*-------------------------------------------Media Queries------------*/
@media(min-width: 320px) and (max-width: 439px) {
.bike_image {
background-position-x: -530px;
}
.headline {
top: 175px;
left: -7px;
}
.title {
font-size: 20px;
}
.title_message {
font-size: 14px;
}
.title_link {
font-size: 12px;
}
}
@media(min-width: 440px) and (max-width: 589px) {
.bike_image {
background-position-x: -475px;
}
.headline {
top: 190px;
left: 0px;
}
.title {
font-size: 30px;
}
.title_message {
font-size: 16px;
}
.title_link {
font-size: 14px;
}
}
@media(min-width: 590px) and (max-width: 710px) {
.bike_image {
background-position-x: center;
}
.headline {
top: 190px;
left: 40px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 16px;
}
.title_link {
font-size: 14px;
}
}
@media(min-width: 711px) and (max-width: 779px) {
.bike_image {
background-position-x: center;
}
.headline {
top: 210px;
left: 70px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 16px;
}
.title_link {
font-size: 14px;
}
}
@media(min-width: 780px) and (max-width: 900px) {
.bike_image {
background-position-x: center;
}
.headline {
top: 170px;
left: 120px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 18px;
}
.title_link {
font-size: 16px;
}
}
@media(min-width: 901px) and (max-width: 990px) {
.bike_image {
background-position-x: center;
}
.headline {
top: 170px;
left: 170px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 18px;
}
.title_link {
font-size: 16px;
}
}
@media(min-width: 991px) and (max-width: 1200px) {
.headline {
top: 220px;
left: 160px;
}
.title {
font-size: 25px;
}
.title_message {
font-size: 18px;
}
.title_link {
font-size: 16px;
}
}
@media(min-width: 1201px) and (max-width: 1469px) {
.headline {
top: 290px;
left: 200px;
}
.title {
font-size: 36px;
}
.title_message {
font-size: 24px;
}
.title_link {
font-size: 18px;
}
}
@media(min-width: 1470px) and (max-width: 1899px) {
.headline {
top: 225px;
left: 50px;
}
.title {
font-size: 40px;
}
.title_message {
font-size: 30px;
}
.title_link {
font-size: 22px;
}
}
@media(min-width: 1900px) and (max-width: 2099px) {
.headline {
top: 300px;
left: 50px;
}
.title {
font-size: 40px;
}
.title_message {
font-size: 30px;
}
.title_link {
font-size: 22px;
}
}
@media(min-width: 2100px) and (max-width: 2800px) {
.headline {
top: 400px;
left: 150px;
}
.title {
font-size: 50px;
}
.title_message {
font-size: 35px;
}
.title_link {
font-size: 26px;
}
} | 0.437223 | 0.102709 |
body {font-size:9.0pt;font-family:Arial,sans-serif; line-height: 150%;}
h1 {font-family:"Gill Sans MT",sans-serif;color:#ED7D31;font-size: 15pt; margin: 0; padding: 10pt 0 3pt 0pt;keep-with-next: always}
h2 {font-family:"Gill Sans MT",sans-serif;color:#ED7D31;font-size: 11.5pt;font-weight: normal; margin: 0pt; padding: 2pt 0 2pt;;keep-with-next: always}
hr.gray {color: silver; width: 150px; height: 1px; margin: 2pt 0 2pt 1em; }
hr.info-start {color: white; width: 150px; height: 1px; margin: 0pt 0 0pt 1em; }
li {}
#info h1 {font-family:"Gill Sans MT",sans-serif;font-size: 11.5pt;}
#info h2 {font-family:"Gill Sans MT",sans-serif;font-size: 11pt;font-weight:normal;}
p { margin: 2pt 0 4pt 0}
#info p {line-height: 150%; padding: 6pt 0 6pt 0}
td {font-size:9.0pt;font-family:"Trebuchet MS",sans-serif; line-height: 150%; }
.layout {max-width: 800px; margin-left:auto; margin-right:auto;}
/* banner */
.banner { margin: auto;text-align: center;}
.banner-subhead {font-weight:bold; font-style: italic;text-align: center;}
.banner-date {font-weight:bold; text-align: center;}
/* structure control */
#content { -moz-column-count: 2; }
#info { height: 400mm; font-size: 8pt;padding-top: 0em;margin-left:6pt;padding-left:6pt;border-left: silver dashed 1pt}
/* Picture floats */
.float-left {float: left;margin: 0pt 1em 2pt 0;padding: 0pt 1em 2pt 0;}
.float-right {float: right;}
.float-right-margin {text-align: center;}
.picture-young {width: 105px}
.clear-both {clear:both}
.clear-left {clear:left}
.left-1em {position:relative;left:1em}
/* Paragraph types */
.hanging {text-indent:-2em;}
.indent-div {position:relative;left:2em}
.please-note {text-align: center; font-weight: bold;padding-top: 2em;}
.center {text-align: center;}
.info-small {font-size:90%}
hr.content-end-line {color: #ED7D31; width: 80%; height: 1px; text-align: center; }
p + h2 {padding-top: 8pt}
p.next-edition { padding: 2em 0 2em 0; width:100%; text-align: center;}
.next-edition > span { padding: 0em 0 1em 0; border-bottom: 2px solid #ED7D31;}
.small-in-header {font-size:9.0pt;font-weight:normal;min-width: 300px;}
.pic-young {width:26mm; height:40mm}
.pic-kvr {width:28mm}
.beside-kvr {}
.width-michel {width:44mm;padding-left:3pt;}
.width-jean {width:65mm;padding-left:3pt;text-align:left;}
/* print onnly */
.print-break-before (page-break-before:always;)
div.print-2columns {-moz-column-count: 2; -moz-page-break-before:always;background:rgb(255,255,153)} | data/DemoEmail/2015-09/css/email-pdf-firefox.css | body {font-size:9.0pt;font-family:Arial,sans-serif; line-height: 150%;}
h1 {font-family:"Gill Sans MT",sans-serif;color:#ED7D31;font-size: 15pt; margin: 0; padding: 10pt 0 3pt 0pt;keep-with-next: always}
h2 {font-family:"Gill Sans MT",sans-serif;color:#ED7D31;font-size: 11.5pt;font-weight: normal; margin: 0pt; padding: 2pt 0 2pt;;keep-with-next: always}
hr.gray {color: silver; width: 150px; height: 1px; margin: 2pt 0 2pt 1em; }
hr.info-start {color: white; width: 150px; height: 1px; margin: 0pt 0 0pt 1em; }
li {}
#info h1 {font-family:"Gill Sans MT",sans-serif;font-size: 11.5pt;}
#info h2 {font-family:"Gill Sans MT",sans-serif;font-size: 11pt;font-weight:normal;}
p { margin: 2pt 0 4pt 0}
#info p {line-height: 150%; padding: 6pt 0 6pt 0}
td {font-size:9.0pt;font-family:"Trebuchet MS",sans-serif; line-height: 150%; }
.layout {max-width: 800px; margin-left:auto; margin-right:auto;}
/* banner */
.banner { margin: auto;text-align: center;}
.banner-subhead {font-weight:bold; font-style: italic;text-align: center;}
.banner-date {font-weight:bold; text-align: center;}
/* structure control */
#content { -moz-column-count: 2; }
#info { height: 400mm; font-size: 8pt;padding-top: 0em;margin-left:6pt;padding-left:6pt;border-left: silver dashed 1pt}
/* Picture floats */
.float-left {float: left;margin: 0pt 1em 2pt 0;padding: 0pt 1em 2pt 0;}
.float-right {float: right;}
.float-right-margin {text-align: center;}
.picture-young {width: 105px}
.clear-both {clear:both}
.clear-left {clear:left}
.left-1em {position:relative;left:1em}
/* Paragraph types */
.hanging {text-indent:-2em;}
.indent-div {position:relative;left:2em}
.please-note {text-align: center; font-weight: bold;padding-top: 2em;}
.center {text-align: center;}
.info-small {font-size:90%}
hr.content-end-line {color: #ED7D31; width: 80%; height: 1px; text-align: center; }
p + h2 {padding-top: 8pt}
p.next-edition { padding: 2em 0 2em 0; width:100%; text-align: center;}
.next-edition > span { padding: 0em 0 1em 0; border-bottom: 2px solid #ED7D31;}
.small-in-header {font-size:9.0pt;font-weight:normal;min-width: 300px;}
.pic-young {width:26mm; height:40mm}
.pic-kvr {width:28mm}
.beside-kvr {}
.width-michel {width:44mm;padding-left:3pt;}
.width-jean {width:65mm;padding-left:3pt;text-align:left;}
/* print onnly */
.print-break-before (page-break-before:always;)
div.print-2columns {-moz-column-count: 2; -moz-page-break-before:always;background:rgb(255,255,153)} | 0.21684 | 0.182025 |
TABLE OF CONTENT
-------------------------------------------------
1- PINK COLOR STYLES
---------------------------------------------- */
/*========================== PINK COLOR STYLES =======================*/
.hover-pink .read-more:hover {
color: #d50c50 !important;
cursor: pointer;
}
.hover-pink a{color: #9699a6 !important;}
.hover-pink a:hover{color: #e91d62 !important;}
.hover-pink{background-color: #e91d62 !important;}
.hover-pink:hover{background-color: #d50c50 !important;}
.menu-plus-btn {
background-color: #e91d62 !important;
border-radius: 50%;
color: #ffffff !important;
height: 70px;
position: relative;
right: 23px;
top: 82px;
width: 70px;
z-index: 30;
}
.menu-plus-btn:hover{
background-color: #d50c50 !important;
}
.btn-section li span:hover {
color: #e91d62 !important;
}
.pets_gi .sa-main-filter-styles .sa-filter-content .checkbox input[type="checkbox"]:checked + .checkbox-material .check::before, .sa-main-filter-styles .sa-filter-content .checkbox-default input[type="checkbox"]:checked + .checkbox-material .check::before {
color: #fecc17 !important;
}
.pets_gi .form-group .material-icons:hover {
color: #e91d62 !important;
direction: ltr;
display: inline-block;
font-family: "Material Icons";
font-size: 24px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
}
.pets_gi .sa-main-filter-styles .sa-filter-content .form-control {
background-image: linear-gradient(#e91d62, #e91d62), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
.pets_gi .sa-main-filter-styles .sa-filter-content .checkbox input[type="checkbox"]:checked + .checkbox-material .check::before, .sa-main-filter-styles .sa-filter-content .checkbox-default input[type="checkbox"]:checked + .checkbox-material .check::before {
color: #e91d62 !important;
}
.sa-btn-filter:not(.btn-link):not(.btn-flat) {
background: #d50c50 none repeat scroll 0 0;
border-radius: 32px;
color: #ffffff;
font-size: 16px;
height: 54px;
margin: auto;
text-transform: capitalize;
width: 210px;
}
.sa-btn-filter:hover:not(.btn-link):not(.btn-flat) {
background-color: #e91d62 !important;
}
/*pets*/
.pets_text dl {
line-height: 23px;
text-align: left;
}
.catrow .sa-rowlist-item .sa-content-details li {
color: #cdcfd7;
display: inline-block;
float: left;
font-size: 14px;
line-height: 30px;
width: 100% !important;
}
.pets_fo .subscribe-btn:hover {
background-color: #d50c50 !important;
border: 2px solid #d50c50 !important;
}
.home_form .form-group .form-control:focus, .form-group-default .form-control:focus {
background-image: linear-gradient(#d50c50, #d50c50), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
.pets_fo .form-group .form-control:focus, .form-group-default .form-control:focus {
background-image: linear-gradient(#d50c50, #d50c50), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
.pets_fo .form-control {
background-color: rgba(0, 0, 0, 0);
background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2) !important;
background-position: center bottom, center calc(100% - 1px);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
border-radius: 0;
box-shadow: none;
float: none;
transition: background 0s ease-out 0s;
}
.sa-gridlist-item .sa-realestate-c-bg {
background: #d50c50 none repeat scroll 0 0 !important;
}
.sa-gridlist-item .sa-realestate-b-bg {
background: #e01459 none repeat scroll 0 0 !important;
}
.sa-gridlist-item .sa-realestate-bg {
background: #e91d62 none repeat scroll 0 0 !important;
}
.sa-gridlist-item:hover .sa-content-title h6{
color:#e91d62 !important
}
.col-md-4 > .sa-gridlist-item .sa-content-img {
border-bottom: 5px solid #e91d62 !important;
}
.col-md-12 > .sa-gridlist-item .sa-content-img {
border-bottom: 0 none;
border-left: 5px solid #d50c50 !important;
float: left;
width: 30%;
}
.col-md-12 > .sa-gridlist-item .sa-content-details li {
color: #cdcfd7;
display: inline-block;
float: left;
font-size: 14px;
line-height: 30px;
width: 100% !important;
}
.col-md-12 > .sa-gridlist-item:hover .sa-content-price .contact {
background: #d50c50 !important;
}
.owl-theme .owl-controls .owl-page.active span {
background-color: #D50C50 !important;
}
.hover-icon:hover{
color: #D50C50 !important;
}
.doctor-send-msg-btn {
background-color:#D50C50 !important;}
#map-sort .list-all a[aria-expanded="true"] {
color: #D50C50 !important;
}
.list-all li.active {
border-top: 3px solid #D50C50;
}
.list-all > li:hover {
border-top: 3px solid #D50C50;
}
/*pets grid list styles*/
@media only screen and (max-width : 768px){
.col-md-12 > .sa-gridlist-item .sa-content-img {
width: 100% !important;
}
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
background-color:#D50C50 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
color: rgb(189, 189, 189) !important;
}
.select2-container--default .select2-selection--single {
border-bottom: 1px solid rgb(204, 207, 215);
}
/*========================== PINK COLOR STYLES END =======================*/ | static/css/pink-color.css | TABLE OF CONTENT
-------------------------------------------------
1- PINK COLOR STYLES
---------------------------------------------- */
/*========================== PINK COLOR STYLES =======================*/
.hover-pink .read-more:hover {
color: #d50c50 !important;
cursor: pointer;
}
.hover-pink a{color: #9699a6 !important;}
.hover-pink a:hover{color: #e91d62 !important;}
.hover-pink{background-color: #e91d62 !important;}
.hover-pink:hover{background-color: #d50c50 !important;}
.menu-plus-btn {
background-color: #e91d62 !important;
border-radius: 50%;
color: #ffffff !important;
height: 70px;
position: relative;
right: 23px;
top: 82px;
width: 70px;
z-index: 30;
}
.menu-plus-btn:hover{
background-color: #d50c50 !important;
}
.btn-section li span:hover {
color: #e91d62 !important;
}
.pets_gi .sa-main-filter-styles .sa-filter-content .checkbox input[type="checkbox"]:checked + .checkbox-material .check::before, .sa-main-filter-styles .sa-filter-content .checkbox-default input[type="checkbox"]:checked + .checkbox-material .check::before {
color: #fecc17 !important;
}
.pets_gi .form-group .material-icons:hover {
color: #e91d62 !important;
direction: ltr;
display: inline-block;
font-family: "Material Icons";
font-size: 24px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
}
.pets_gi .sa-main-filter-styles .sa-filter-content .form-control {
background-image: linear-gradient(#e91d62, #e91d62), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
.pets_gi .sa-main-filter-styles .sa-filter-content .checkbox input[type="checkbox"]:checked + .checkbox-material .check::before, .sa-main-filter-styles .sa-filter-content .checkbox-default input[type="checkbox"]:checked + .checkbox-material .check::before {
color: #e91d62 !important;
}
.sa-btn-filter:not(.btn-link):not(.btn-flat) {
background: #d50c50 none repeat scroll 0 0;
border-radius: 32px;
color: #ffffff;
font-size: 16px;
height: 54px;
margin: auto;
text-transform: capitalize;
width: 210px;
}
.sa-btn-filter:hover:not(.btn-link):not(.btn-flat) {
background-color: #e91d62 !important;
}
/*pets*/
.pets_text dl {
line-height: 23px;
text-align: left;
}
.catrow .sa-rowlist-item .sa-content-details li {
color: #cdcfd7;
display: inline-block;
float: left;
font-size: 14px;
line-height: 30px;
width: 100% !important;
}
.pets_fo .subscribe-btn:hover {
background-color: #d50c50 !important;
border: 2px solid #d50c50 !important;
}
.home_form .form-group .form-control:focus, .form-group-default .form-control:focus {
background-image: linear-gradient(#d50c50, #d50c50), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
.pets_fo .form-group .form-control:focus, .form-group-default .form-control:focus {
background-image: linear-gradient(#d50c50, #d50c50), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
.pets_fo .form-control {
background-color: rgba(0, 0, 0, 0);
background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2) !important;
background-position: center bottom, center calc(100% - 1px);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
border-radius: 0;
box-shadow: none;
float: none;
transition: background 0s ease-out 0s;
}
.sa-gridlist-item .sa-realestate-c-bg {
background: #d50c50 none repeat scroll 0 0 !important;
}
.sa-gridlist-item .sa-realestate-b-bg {
background: #e01459 none repeat scroll 0 0 !important;
}
.sa-gridlist-item .sa-realestate-bg {
background: #e91d62 none repeat scroll 0 0 !important;
}
.sa-gridlist-item:hover .sa-content-title h6{
color:#e91d62 !important
}
.col-md-4 > .sa-gridlist-item .sa-content-img {
border-bottom: 5px solid #e91d62 !important;
}
.col-md-12 > .sa-gridlist-item .sa-content-img {
border-bottom: 0 none;
border-left: 5px solid #d50c50 !important;
float: left;
width: 30%;
}
.col-md-12 > .sa-gridlist-item .sa-content-details li {
color: #cdcfd7;
display: inline-block;
float: left;
font-size: 14px;
line-height: 30px;
width: 100% !important;
}
.col-md-12 > .sa-gridlist-item:hover .sa-content-price .contact {
background: #d50c50 !important;
}
.owl-theme .owl-controls .owl-page.active span {
background-color: #D50C50 !important;
}
.hover-icon:hover{
color: #D50C50 !important;
}
.doctor-send-msg-btn {
background-color:#D50C50 !important;}
#map-sort .list-all a[aria-expanded="true"] {
color: #D50C50 !important;
}
.list-all li.active {
border-top: 3px solid #D50C50;
}
.list-all > li:hover {
border-top: 3px solid #D50C50;
}
/*pets grid list styles*/
@media only screen and (max-width : 768px){
.col-md-12 > .sa-gridlist-item .sa-content-img {
width: 100% !important;
}
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
background-color:#D50C50 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
color: rgb(189, 189, 189) !important;
}
.select2-container--default .select2-selection--single {
border-bottom: 1px solid rgb(204, 207, 215);
}
/*========================== PINK COLOR STYLES END =======================*/ | 0.254046 | 0.064683 |
:root {
--bgc-input: #2f363d;
--bdc-input: rgb(27, 31, 35);
--c-input: rgb(225, 228, 232);
}
body {
background-color: #2d323c;
color: #333;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.42857143;
margin: 0;
padding: 0;
position: fixed;
height: 100vh;
width: 100vw;
overflow: hidden;
}
* {
box-sizing: border-box;
}
*::before, *::after {
box-sizing: inherit;
}
@font-face {
font-family: 'Cascadia Code PL';
src: url('/assets/fonts/CascadiaCodePL.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Cascadia Code PL';
src: url('/assets/fonts/CascadiaCodePLItalic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
}
#app {
display: grid;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
grid-template-columns: auto 1fr;
}
a {
color: #41a0ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
iframe {
background: #fff;
border: 0;
height: 100%;
width: 100%;
}
/* Temporal hack to be able to copy icons to dist folder */
/* ToDo: move it to codi-editor component */
codi-editor[language=html]::after {
background-image: url('/assets/html5.svg');
}
codi-editor[language=css]::after {
background-image: url('/assets/css3.svg');
}
codi-editor[language=javascript]::after {
background-image: url('/assets/js.svg');
}
.grid {
display: grid;
grid-template-areas: 'editor-html . editor-js'
'. . .'
'editor-css . editor-preview';
grid-template-columns: 1fr 5px 1fr;
grid-template-rows: 1fr 5px 1fr;
height: 100vh;
&[data-layout="default"] {
& .second-gutter {
background: transparent;
}
}
&[data-layout="layout-2"] {
grid-template-areas: 'editor-html . editor-css'
'. . .'
'editor-js . editor-preview';
& .second-gutter {
background: transparent;
}
}
&[data-layout="vertical"] {
grid-template-areas: 'editor-html . editor-css . editor-js . editor-preview';
& .first-gutter {
cursor: col-resize;
grid-area: 1 / 2 / 1 / 2;
}
& .second-gutter {
cursor: col-resize;
grid-area: 1 / 4 / 1 / 4;
background-image: url(../assets/vertical.png)
}
& .last-gutter {
cursor: col-resize;
grid-area: 1 / 6 / 1 / 6;
background-image: url(../assets/vertical.png)
}
}
&[data-layout="horizontal"] {
grid-template-areas: 'editor-html'
'.'
'editor-css'
'.'
'editor-js'
'.'
'editor-preview';
& .first-gutter {
grid-area: 2 / 1 / 2 / 1;
cursor: row-resize;
background-image: url(../assets/horizontal.png);
}
& .second-gutter {
grid-area: 4 / 1 / 4 / 1;
cursor: row-resize;
background-image: url(../assets/horizontal.png)
}
& .last-gutter {
grid-area: 6 / 1 / 6 / 1;
cursor: row-resize
}
}
&[data-layout="bottom"] {
grid-template-columns: 1fr 8px 1fr 8px 1fr;
grid-template-rows: 1fr 8px 1fr;
grid-template-areas: 'editor-preview editor-preview editor-preview editor-preview editor-preview'
'. . . . .'
'editor-html . editor-js . editor-css';
& .first-gutter {
cursor: col-resize;
grid-area: 2 / 2 / 4 / 3;
}
& .second-gutter {
cursor: col-resize;
grid-area: 2 / 4 / 4 / 5;
background-image: url(../assets/vertical.png)
}
& .last-gutter {
cursor: row-resize;
grid-area: 2 / 1 / 2 / 6;
}
}
& #markup {
grid-area: editor-html;
}
& #style {
grid-area: editor-css;
}
& #script {
grid-area: editor-js;
}
& #editor-preview {
grid-area: editor-preview;
}
}
.first-gutter {
cursor: col-resize;
grid-area: 1 / 2 / 4 / 2;
background: #2d323c;
background-repeat: no-repeat;
background-position: 50% center;
background-image: url(../assets/vertical.png);
}
.second-gutter {
cursor: all-scroll;
z-index: 1;
grid-area: 2 / 2 / 2 / 2;
background: #2d323c;
background-repeat: no-repeat;
background-position: 50% center;
}
.last-gutter {
cursor: row-resize;
grid-area: 2 / 1 / 2 / 4;
background: #2d323c;
background-repeat: no-repeat;
background-position: 50% center;
background-image: url(../assets/horizontal.png);
}
aside {
background: #2d323c;
display: flex;
}
aside button {
position: relative;
}
aside button .button-title {
background: #2d323c;
border-radius: 3px;
border: 1px solid #000;
box-shadow: 0 0 15px 2px rgb(0 0 0 / 30%);
color: #c5c5c5;
display: none;
font-size: 1.1em;
padding: 0.5em .75em;
position: absolute;
right: -10px;
transform: translateX(100%);
z-index: 1000;
&:after {
content: '';
position: absolute;
transform: translate(-100%,-50%);
top: 50%;
left: 1px;
right: 0;
width: 0px;
height: 0px;
border-top: 0.5em solid transparent;
border-bottom: 0.5em solid transparent;
border-right: 0.5em solid #2d323c;
}
&:before {
content: '';
position: absolute;
transform: translate(-100%, -50%);
top: 50%;
left: 0px;
right: 0;
width: 0px;
height: 0px;
border-top: 0.5em solid transparent;
border-bottom: 0.5em solid transparent;
border-right: 0.5em solid #000;
}
}
aside button.is-active {
opacity: 1;
border-left: 3px solid #c5c5c5;
}
@media(hover: hover) and (pointer: fine) {
aside button:hover {
opacity: 1;
& .button-title {
display: block;
}
}
}
.aside-bar {
width: 310px;
height: 100vh;
overflow-y: auto;
scrollbar-gutter: stable;
&::-webkit-scrollbar {
width: 0.85em;
}
&::-webkit-scrollbar-thumb {
background-color: hsla(0, 0%, 50%, 0);
}
&:hover::-webkit-scrollbar-thumb {
background-color: hsla(0, 0%, 50%, 0.4);
}
&::-webkit-scrollbar-thumb:hover {
background-color: hsla(0, 0%, 50%, 0.6);
}
&::-webkit-scrollbar-thumb:active {
background-color: hsla(0, 0%, 50%, 1);
}
}
.aside-sections {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
width: 72px;
}
.aside-sections button {
background: transparent;
border: 0;
border-left: 3px solid transparent;
cursor: pointer;
width: 100%;
opacity: .5;
transition: opacity .1s ease;
padding: 16px 0;
}
.aside-sections button.is-active {
opacity: 1;
border-left: 3px solid #c5c5c5;
}
.aside-sections button:hover {
opacity: 1;
}
.aside-sections svg {
width: 40px;
height: 40px;
}
.aside-sections header,
.aside-sections footer {
display: flex;
flex-direction: column;
justify-content: center;
}
.aside-sections--compact {
width: 52px;
}
.aside-sections--compact svg {
width: 25px;
height: 25px;
}
[hidden] {
display: none !important;
}
select {
background-color: var(--bgc-input);
color: var(--c-input);
border: 1px solid var(--bdc-input);
height: 26px;
margin-top: 8px;
padding: 2px 8px;
width: 100%;
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.455, 1);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.455, 1);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
#notifications {
position: relative;
z-index: 999999;
display: flex;
flex-direction: column;
}
#notifications-wrapper {
position: fixed;
right: 10px;
bottom: 10px;
width: fit-content;
height: fit-content;
}
.notification {
display: flex;
align-items: center;
column-gap: 0.33rem;
padding: 0.75rem;
margin-bottom: 1rem;
border: 1px solid #000;
box-shadow: 0 0 15px 2px rgb(0 0 0 / 30%);
background-color: #2f363d;
color: rgb(225, 228, 232);
transition: opacity cubic-bezier(0.215, 0.61, 0.455, 1);
user-select: none;
cursor: pointer;
}
.icon-close {
color: rgba(225, 228, 232, 0.822);
margin-left: 0.5rem;
}
.icon-close:hover {
color: rgb(225, 228, 232);
}
.notification__icon, .notification__message, .icon-close {
display: flex;
align-self: center;
}
#notifications-wrapper.notification--top-left {
top: 10px;
left: 10px;
}
#notifications-wrapper.notification--top-center {
top: 10px;
left: 50%;
transform: translateX(-50%);
}
#notifications-wrapper.notification--top-right {
top: 10px;
right: 10px;
}
#notifications-wrapper.notification--bottom-left {
bottom: 10px;
left: 10px;
}
#notifications-wrapper.notification--bottom-center {
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
#notifications-wrapper.notification--bottom-right {
bottom: 10px;
right: 10px;
}
#notifications-wrapper[class|='notification--top'] .bounce-active {
animation: bounceInDown 0.4s;
}
#notifications-wrapper[class|='notification--bottom'] .bounce-active {
animation: bounceInUp 0.4s;
}
#notifications-wrapper[class|='notification--top'] .bounce-leave {
animation: bounceOutUp 0.4s;
}
#notifications-wrapper[class|='notification--bottom'] .bounce-leave {
animation: bounceOutDown 0.4s;
}
.notification--info .notification__icon {
color: #6199cb;
}
.notification--warning .notification__icon {
color: #c3a001;
}
.notification--danger .notification__icon {
color: #a34535;
}
.skypack {
& .skypack-header {
position: sticky;
top: 0;
z-index: 1;
background-color: #2d323c;
padding-top: 1em;
}
& .skypack-type {
padding-bottom: 8px;
opacity: .6;
}
& .skypack-item {
color: #fff;
display: flex;
flex-direction: column;
width: 100%;
padding: 0 1em 1em;
}
& .skypack-item strong {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
& .input {
display: flex;
background-color: var(--bgc-input);
border: 1px solid var(--bdc-input);
color: var(--c-input);
padding: .5em;
margin-top: 16px;
font-size: 1rem;
}
& .input .input-icon {
fill: rgba(128, 128, 128, 0.50);
}
& .input input {
width: 100%;
padding: .05em;
padding-left: 8px;
border: none;
background-color: transparent;
outline: none;
color: var(--c-input);
}
& .search-results-message {
font-weight: 500;
font-size: 14px;
margin: 4px 0 0;
padding-bottom: 8px;
}
& .search-results.hidden {
display: none;
}
& .search-results .extensions ul {
list-style: none;
margin: 0.5em 0;
padding: 0;
}
& .search-results .extensions ul li {
margin-bottom: 0.5em;
padding: 0.5em;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: flex;
flex-direction: column;
& header {
display: flex;
align-items: center;
& .skypack-result-badges {
display: flex;
align-items: center;
padding-left: 0.25rem;
& .skypack-badge {
margin-left: 0.25rem;
margin-right: 0.25rem;
border: 0px;
border-radius: 0.3em;
font-size: 0.7em;
padding: 0.125em 0.375em 0.12em;
&.popular {
background-color: #80b918;
color: #000;
}
&.deprecated {
background-color: #c81d25;
color: #fff;
}
&.exact-match {
background-color: #ffc300;
color: #000;
}
&.typescript {
width: 18px;
height: 18px;
background: url(/assets/typescript.svg) no-repeat 50% 50%;
}
}
}
}
& .skypack-description {
font-size: 0.9em;
text-overflow: ellipsis;
overflow: hidden;
}
& .skypack-updated {
font-size: 0.8em;
opacity: 0.5;
}
& footer {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
& .skypack-open {
font-size: 0.7em;
opacity: 0;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
& .search-results ul li:focus,
& .search-results ul li:hover {
background-color: rgba(128, 128, 128, 0.14);
& .skypack-open {
opacity: 1;
}
}
}
.settings {
& .settings-content {
display: grid;
place-content: center;
height: 100%;
}
& .settings-type {
opacity: .6;
}
& .settings-item {
color: #fff;
display: flex;
flex-direction: column;
width: 100%;
max-width: 500px;
padding: 1em;
& .layout-preview-container {
display: flex;
justify-content: space-between;
padding: 10px 0;
}
}
& .settings-item:hover {
background: rgba(128, 128, 128, 0.14);
}
& .checkbox {
display: flex;
align-items: center;
}
& .checkbox input {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
position: absolute;
overflow: hidden;
white-space: nowrap;
}
& .checkbox span {
display: flex;
align-items: center;
}
& .checkbox input:focus + span::before {
content: '';
outline: 1px solid #fff;
}
& .checkbox input:checked + span::before {
content: '✓';
}
& .checkbox span::before {
align-items: center;
background: #444d56;
border-radius: 3px;
border: 1px solid #1b1f23;
color: #e1e4e8;
content: '';
display: flex;
height: 18px;
justify-content: center;
margin-right: 9px;
min-width: 18px;
width: 18px;
}
& .input {
background-color: var(--bgc-input);
color: var(--c-input);
border: 1px solid var(--bdc-input);
padding: .3em;
}
}
.open-file-dragging{
width: 100%;
& .zone-drag-drop {
width: 100%;
height: 100vh;
background: #00000065;
opacity: 0.5;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
transition: .3s opacity ease;
&.focus{
opacity: 1;
}
& strong {
color: #fff;
position: absolute;
margin-bottom: 48px;
font-size: 1.2rem;
}
& input {
width: 100%;
height: 100%;
opacity: 0;
}
& svg {
height: 64px;
width: 64px;
position: absolute;
margin-top: 48px;
}
}
}
.overlay-drag {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: #0000007a;
position: absolute;
top: 0;
z-index: 99999;
}
.overlay-drag.hidden {
display: none;
}
.scroll-buttons-container {
display: none;
}
/* Magic Menu Styles */
.preview {
position: relative;
}
@media (max-width: 650px) {
#app {
grid-template-columns: 1fr;
}
aside {
display: flex;
flex-direction: column;
width: 100%;
position: absolute;
top: 0;
z-index: 10;
transition: top 0.2s;
}
.aside-bar {
width: 100%;
max-height: calc(100vh - 75px);
}
.aside-sections {
flex-direction: row;
width: 100%;
padding-inline-start: 10px;
padding-inline-end: 10px;
height: fit-content;
}
.aside-sections > header,
.aside-sections > footer {
flex-direction: row;
gap: 0 5px;
}
.bar-button {
transform: scale(0.8);
}
.aside-sections button.is-active,
aside button.is-active {
border-left: none;
}
aside button:hover .button-title {
display: none;
}
.search-results {
max-width: 90vw;
}
#editor {
scroll-snap-type: y mandatory;
overflow-y: scroll;
display: flex;
flex-direction: column;
margin: 75px 0 0;
}
.editor{
min-height: calc(100vh - 75px);
scroll-snap-align: start;
}
.iframe-container {
scroll-snap-align: start;
min-height: 100vh;
}
iframe body {
padding: 0 0 5em;
}
.vertical-gutter,
.horizontal-gutter {
display: none;
}
.margin {
max-width: 10px;
}
#html .margin {
background: #F33E15;
}
#css .margin {
background: #158BF3;
}
#js .margin {
background: #E99F1E;
}
#html::after,
#css::after,
#js::after {
display: none;
}
.iPadShowKeyboard {
display: none;
}
.scroll-buttons-container {
display: block;
position: absolute;
bottom: 2em;
right: 2em;
display: flex;
justify-content: center;
align-items: center;
gap: 0 1em;
z-index: 10;
}
.scroll-button {
width: 4em;
aspect-ratio: 1;
border: none;
border-radius: 50%;
opacity: 0.2;
background: #158BF3;
cursor: pointer;
transition: opacity 0.2s;
-webkit-tap-highlight-color: transparent;
}
.scroll-button:focus {
opacity: 1;
}
.scroll-button > svg {
width: 20px;
}
}
button {
&:disabled, &:hover:disabled {
opacity: 0.2;
cursor: not-allowed;
}
}
.spinner {
border: 3px solid rgba(0, 0, 0, 0.1);
width: 26px;
height: 26px;
border-radius: 50%;
border-left-color: #c5c5c5;
margin: auto;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(-360deg);
}
} | src/style.css | :root {
--bgc-input: #2f363d;
--bdc-input: rgb(27, 31, 35);
--c-input: rgb(225, 228, 232);
}
body {
background-color: #2d323c;
color: #333;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.42857143;
margin: 0;
padding: 0;
position: fixed;
height: 100vh;
width: 100vw;
overflow: hidden;
}
* {
box-sizing: border-box;
}
*::before, *::after {
box-sizing: inherit;
}
@font-face {
font-family: 'Cascadia Code PL';
src: url('/assets/fonts/CascadiaCodePL.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Cascadia Code PL';
src: url('/assets/fonts/CascadiaCodePLItalic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
}
#app {
display: grid;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
grid-template-columns: auto 1fr;
}
a {
color: #41a0ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
iframe {
background: #fff;
border: 0;
height: 100%;
width: 100%;
}
/* Temporal hack to be able to copy icons to dist folder */
/* ToDo: move it to codi-editor component */
codi-editor[language=html]::after {
background-image: url('/assets/html5.svg');
}
codi-editor[language=css]::after {
background-image: url('/assets/css3.svg');
}
codi-editor[language=javascript]::after {
background-image: url('/assets/js.svg');
}
.grid {
display: grid;
grid-template-areas: 'editor-html . editor-js'
'. . .'
'editor-css . editor-preview';
grid-template-columns: 1fr 5px 1fr;
grid-template-rows: 1fr 5px 1fr;
height: 100vh;
&[data-layout="default"] {
& .second-gutter {
background: transparent;
}
}
&[data-layout="layout-2"] {
grid-template-areas: 'editor-html . editor-css'
'. . .'
'editor-js . editor-preview';
& .second-gutter {
background: transparent;
}
}
&[data-layout="vertical"] {
grid-template-areas: 'editor-html . editor-css . editor-js . editor-preview';
& .first-gutter {
cursor: col-resize;
grid-area: 1 / 2 / 1 / 2;
}
& .second-gutter {
cursor: col-resize;
grid-area: 1 / 4 / 1 / 4;
background-image: url(../assets/vertical.png)
}
& .last-gutter {
cursor: col-resize;
grid-area: 1 / 6 / 1 / 6;
background-image: url(../assets/vertical.png)
}
}
&[data-layout="horizontal"] {
grid-template-areas: 'editor-html'
'.'
'editor-css'
'.'
'editor-js'
'.'
'editor-preview';
& .first-gutter {
grid-area: 2 / 1 / 2 / 1;
cursor: row-resize;
background-image: url(../assets/horizontal.png);
}
& .second-gutter {
grid-area: 4 / 1 / 4 / 1;
cursor: row-resize;
background-image: url(../assets/horizontal.png)
}
& .last-gutter {
grid-area: 6 / 1 / 6 / 1;
cursor: row-resize
}
}
&[data-layout="bottom"] {
grid-template-columns: 1fr 8px 1fr 8px 1fr;
grid-template-rows: 1fr 8px 1fr;
grid-template-areas: 'editor-preview editor-preview editor-preview editor-preview editor-preview'
'. . . . .'
'editor-html . editor-js . editor-css';
& .first-gutter {
cursor: col-resize;
grid-area: 2 / 2 / 4 / 3;
}
& .second-gutter {
cursor: col-resize;
grid-area: 2 / 4 / 4 / 5;
background-image: url(../assets/vertical.png)
}
& .last-gutter {
cursor: row-resize;
grid-area: 2 / 1 / 2 / 6;
}
}
& #markup {
grid-area: editor-html;
}
& #style {
grid-area: editor-css;
}
& #script {
grid-area: editor-js;
}
& #editor-preview {
grid-area: editor-preview;
}
}
.first-gutter {
cursor: col-resize;
grid-area: 1 / 2 / 4 / 2;
background: #2d323c;
background-repeat: no-repeat;
background-position: 50% center;
background-image: url(../assets/vertical.png);
}
.second-gutter {
cursor: all-scroll;
z-index: 1;
grid-area: 2 / 2 / 2 / 2;
background: #2d323c;
background-repeat: no-repeat;
background-position: 50% center;
}
.last-gutter {
cursor: row-resize;
grid-area: 2 / 1 / 2 / 4;
background: #2d323c;
background-repeat: no-repeat;
background-position: 50% center;
background-image: url(../assets/horizontal.png);
}
aside {
background: #2d323c;
display: flex;
}
aside button {
position: relative;
}
aside button .button-title {
background: #2d323c;
border-radius: 3px;
border: 1px solid #000;
box-shadow: 0 0 15px 2px rgb(0 0 0 / 30%);
color: #c5c5c5;
display: none;
font-size: 1.1em;
padding: 0.5em .75em;
position: absolute;
right: -10px;
transform: translateX(100%);
z-index: 1000;
&:after {
content: '';
position: absolute;
transform: translate(-100%,-50%);
top: 50%;
left: 1px;
right: 0;
width: 0px;
height: 0px;
border-top: 0.5em solid transparent;
border-bottom: 0.5em solid transparent;
border-right: 0.5em solid #2d323c;
}
&:before {
content: '';
position: absolute;
transform: translate(-100%, -50%);
top: 50%;
left: 0px;
right: 0;
width: 0px;
height: 0px;
border-top: 0.5em solid transparent;
border-bottom: 0.5em solid transparent;
border-right: 0.5em solid #000;
}
}
aside button.is-active {
opacity: 1;
border-left: 3px solid #c5c5c5;
}
@media(hover: hover) and (pointer: fine) {
aside button:hover {
opacity: 1;
& .button-title {
display: block;
}
}
}
.aside-bar {
width: 310px;
height: 100vh;
overflow-y: auto;
scrollbar-gutter: stable;
&::-webkit-scrollbar {
width: 0.85em;
}
&::-webkit-scrollbar-thumb {
background-color: hsla(0, 0%, 50%, 0);
}
&:hover::-webkit-scrollbar-thumb {
background-color: hsla(0, 0%, 50%, 0.4);
}
&::-webkit-scrollbar-thumb:hover {
background-color: hsla(0, 0%, 50%, 0.6);
}
&::-webkit-scrollbar-thumb:active {
background-color: hsla(0, 0%, 50%, 1);
}
}
.aside-sections {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
width: 72px;
}
.aside-sections button {
background: transparent;
border: 0;
border-left: 3px solid transparent;
cursor: pointer;
width: 100%;
opacity: .5;
transition: opacity .1s ease;
padding: 16px 0;
}
.aside-sections button.is-active {
opacity: 1;
border-left: 3px solid #c5c5c5;
}
.aside-sections button:hover {
opacity: 1;
}
.aside-sections svg {
width: 40px;
height: 40px;
}
.aside-sections header,
.aside-sections footer {
display: flex;
flex-direction: column;
justify-content: center;
}
.aside-sections--compact {
width: 52px;
}
.aside-sections--compact svg {
width: 25px;
height: 25px;
}
[hidden] {
display: none !important;
}
select {
background-color: var(--bgc-input);
color: var(--c-input);
border: 1px solid var(--bdc-input);
height: 26px;
margin-top: 8px;
padding: 2px 8px;
width: 100%;
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.455, 1);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.455, 1);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
#notifications {
position: relative;
z-index: 999999;
display: flex;
flex-direction: column;
}
#notifications-wrapper {
position: fixed;
right: 10px;
bottom: 10px;
width: fit-content;
height: fit-content;
}
.notification {
display: flex;
align-items: center;
column-gap: 0.33rem;
padding: 0.75rem;
margin-bottom: 1rem;
border: 1px solid #000;
box-shadow: 0 0 15px 2px rgb(0 0 0 / 30%);
background-color: #2f363d;
color: rgb(225, 228, 232);
transition: opacity cubic-bezier(0.215, 0.61, 0.455, 1);
user-select: none;
cursor: pointer;
}
.icon-close {
color: rgba(225, 228, 232, 0.822);
margin-left: 0.5rem;
}
.icon-close:hover {
color: rgb(225, 228, 232);
}
.notification__icon, .notification__message, .icon-close {
display: flex;
align-self: center;
}
#notifications-wrapper.notification--top-left {
top: 10px;
left: 10px;
}
#notifications-wrapper.notification--top-center {
top: 10px;
left: 50%;
transform: translateX(-50%);
}
#notifications-wrapper.notification--top-right {
top: 10px;
right: 10px;
}
#notifications-wrapper.notification--bottom-left {
bottom: 10px;
left: 10px;
}
#notifications-wrapper.notification--bottom-center {
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
#notifications-wrapper.notification--bottom-right {
bottom: 10px;
right: 10px;
}
#notifications-wrapper[class|='notification--top'] .bounce-active {
animation: bounceInDown 0.4s;
}
#notifications-wrapper[class|='notification--bottom'] .bounce-active {
animation: bounceInUp 0.4s;
}
#notifications-wrapper[class|='notification--top'] .bounce-leave {
animation: bounceOutUp 0.4s;
}
#notifications-wrapper[class|='notification--bottom'] .bounce-leave {
animation: bounceOutDown 0.4s;
}
.notification--info .notification__icon {
color: #6199cb;
}
.notification--warning .notification__icon {
color: #c3a001;
}
.notification--danger .notification__icon {
color: #a34535;
}
.skypack {
& .skypack-header {
position: sticky;
top: 0;
z-index: 1;
background-color: #2d323c;
padding-top: 1em;
}
& .skypack-type {
padding-bottom: 8px;
opacity: .6;
}
& .skypack-item {
color: #fff;
display: flex;
flex-direction: column;
width: 100%;
padding: 0 1em 1em;
}
& .skypack-item strong {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
& .input {
display: flex;
background-color: var(--bgc-input);
border: 1px solid var(--bdc-input);
color: var(--c-input);
padding: .5em;
margin-top: 16px;
font-size: 1rem;
}
& .input .input-icon {
fill: rgba(128, 128, 128, 0.50);
}
& .input input {
width: 100%;
padding: .05em;
padding-left: 8px;
border: none;
background-color: transparent;
outline: none;
color: var(--c-input);
}
& .search-results-message {
font-weight: 500;
font-size: 14px;
margin: 4px 0 0;
padding-bottom: 8px;
}
& .search-results.hidden {
display: none;
}
& .search-results .extensions ul {
list-style: none;
margin: 0.5em 0;
padding: 0;
}
& .search-results .extensions ul li {
margin-bottom: 0.5em;
padding: 0.5em;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: flex;
flex-direction: column;
& header {
display: flex;
align-items: center;
& .skypack-result-badges {
display: flex;
align-items: center;
padding-left: 0.25rem;
& .skypack-badge {
margin-left: 0.25rem;
margin-right: 0.25rem;
border: 0px;
border-radius: 0.3em;
font-size: 0.7em;
padding: 0.125em 0.375em 0.12em;
&.popular {
background-color: #80b918;
color: #000;
}
&.deprecated {
background-color: #c81d25;
color: #fff;
}
&.exact-match {
background-color: #ffc300;
color: #000;
}
&.typescript {
width: 18px;
height: 18px;
background: url(/assets/typescript.svg) no-repeat 50% 50%;
}
}
}
}
& .skypack-description {
font-size: 0.9em;
text-overflow: ellipsis;
overflow: hidden;
}
& .skypack-updated {
font-size: 0.8em;
opacity: 0.5;
}
& footer {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
& .skypack-open {
font-size: 0.7em;
opacity: 0;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
& .search-results ul li:focus,
& .search-results ul li:hover {
background-color: rgba(128, 128, 128, 0.14);
& .skypack-open {
opacity: 1;
}
}
}
.settings {
& .settings-content {
display: grid;
place-content: center;
height: 100%;
}
& .settings-type {
opacity: .6;
}
& .settings-item {
color: #fff;
display: flex;
flex-direction: column;
width: 100%;
max-width: 500px;
padding: 1em;
& .layout-preview-container {
display: flex;
justify-content: space-between;
padding: 10px 0;
}
}
& .settings-item:hover {
background: rgba(128, 128, 128, 0.14);
}
& .checkbox {
display: flex;
align-items: center;
}
& .checkbox input {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
position: absolute;
overflow: hidden;
white-space: nowrap;
}
& .checkbox span {
display: flex;
align-items: center;
}
& .checkbox input:focus + span::before {
content: '';
outline: 1px solid #fff;
}
& .checkbox input:checked + span::before {
content: '✓';
}
& .checkbox span::before {
align-items: center;
background: #444d56;
border-radius: 3px;
border: 1px solid #1b1f23;
color: #e1e4e8;
content: '';
display: flex;
height: 18px;
justify-content: center;
margin-right: 9px;
min-width: 18px;
width: 18px;
}
& .input {
background-color: var(--bgc-input);
color: var(--c-input);
border: 1px solid var(--bdc-input);
padding: .3em;
}
}
.open-file-dragging{
width: 100%;
& .zone-drag-drop {
width: 100%;
height: 100vh;
background: #00000065;
opacity: 0.5;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
transition: .3s opacity ease;
&.focus{
opacity: 1;
}
& strong {
color: #fff;
position: absolute;
margin-bottom: 48px;
font-size: 1.2rem;
}
& input {
width: 100%;
height: 100%;
opacity: 0;
}
& svg {
height: 64px;
width: 64px;
position: absolute;
margin-top: 48px;
}
}
}
.overlay-drag {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: #0000007a;
position: absolute;
top: 0;
z-index: 99999;
}
.overlay-drag.hidden {
display: none;
}
.scroll-buttons-container {
display: none;
}
/* Magic Menu Styles */
.preview {
position: relative;
}
@media (max-width: 650px) {
#app {
grid-template-columns: 1fr;
}
aside {
display: flex;
flex-direction: column;
width: 100%;
position: absolute;
top: 0;
z-index: 10;
transition: top 0.2s;
}
.aside-bar {
width: 100%;
max-height: calc(100vh - 75px);
}
.aside-sections {
flex-direction: row;
width: 100%;
padding-inline-start: 10px;
padding-inline-end: 10px;
height: fit-content;
}
.aside-sections > header,
.aside-sections > footer {
flex-direction: row;
gap: 0 5px;
}
.bar-button {
transform: scale(0.8);
}
.aside-sections button.is-active,
aside button.is-active {
border-left: none;
}
aside button:hover .button-title {
display: none;
}
.search-results {
max-width: 90vw;
}
#editor {
scroll-snap-type: y mandatory;
overflow-y: scroll;
display: flex;
flex-direction: column;
margin: 75px 0 0;
}
.editor{
min-height: calc(100vh - 75px);
scroll-snap-align: start;
}
.iframe-container {
scroll-snap-align: start;
min-height: 100vh;
}
iframe body {
padding: 0 0 5em;
}
.vertical-gutter,
.horizontal-gutter {
display: none;
}
.margin {
max-width: 10px;
}
#html .margin {
background: #F33E15;
}
#css .margin {
background: #158BF3;
}
#js .margin {
background: #E99F1E;
}
#html::after,
#css::after,
#js::after {
display: none;
}
.iPadShowKeyboard {
display: none;
}
.scroll-buttons-container {
display: block;
position: absolute;
bottom: 2em;
right: 2em;
display: flex;
justify-content: center;
align-items: center;
gap: 0 1em;
z-index: 10;
}
.scroll-button {
width: 4em;
aspect-ratio: 1;
border: none;
border-radius: 50%;
opacity: 0.2;
background: #158BF3;
cursor: pointer;
transition: opacity 0.2s;
-webkit-tap-highlight-color: transparent;
}
.scroll-button:focus {
opacity: 1;
}
.scroll-button > svg {
width: 20px;
}
}
button {
&:disabled, &:hover:disabled {
opacity: 0.2;
cursor: not-allowed;
}
}
.spinner {
border: 3px solid rgba(0, 0, 0, 0.1);
width: 26px;
height: 26px;
border-radius: 50%;
border-left-color: #c5c5c5;
margin: auto;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(-360deg);
}
} | 0.563138 | 0.142321 |
@media screen and (max-width: 441px) {
#phone-version #pageInfo {
margin: 10px auto 30px auto;
text-align: center;
width: 100%;
}
#phone-version #accountPhoto {
border: solid 1px #707070;
border-radius: 40px;
height: 80px;
margin: 0 auto 10px auto;
overflow: hidden;
width: 80px;
}
#phone-version #accountPhoto img {
width: 100%;
}
#phone-version #friendsInGame #titleFriendsInGame {
margin-bottom: 10px;
}
#phone-version #friendsInGame #listOfFriends {
display: flex;
overflow: scroll;
}
#phone-version .slot {
padding-right: 20px;
}
#phone-version #friendsInGame .partOfList {
align-items: center;
display: flex;
margin: 10px 0;
width: 100%;
}
#phone-version #friendsInGame .friendsPhoto {
border: solid 1px #707070;
border-radius: 20px;
height: 40px;
overflow: hidden;
width: 40px;
}
#phone-version #friendsInGame .friendsPhoto img {
width: 100%;
}
#phone-version #friendsInGame .photoAndIndiator {
height: 40px;
margin-right: 15px;
width: 40px;
}
#phone-version #friendsInGame .connectionIndicator {
background: #1FB302;
border: solid 1px #ffffff;
border-radius: 100%;
bottom: 8px;
width: 10px;
float: right;
height: 10px;
position: relative;
}
#phone-version #statistics #titleStatistics {
margin: auto;
padding: 20px 0 10px 0;
width: 100%;
}
#phone-version #statistics #statisticsList {
display: flex;
flex-direction: column;
margin: auto;
width: 100%;
}
#phone-version #statistics #statisticsList .statisticsBlock {
align-items: center;
display: flex;
flex-direction: column;
text-align: center;
width: 49%;
}
#phone-version #statistics #statisticsList .numOfCoins {
align-items: center;
display: flex;
}
#phone-version #statistics #statisticsList .stat img {
opacity: 0.6;
}
#phone-version #statistics #statisticsList .row {
align-items: center;
display: flex;
height: 60px;
justify-content: space-around;
}
#phone-version #statistics #statisticsList .row .verticalLine {
border-right: solid 1px rgba(112,112,112,0.2);
height: 45px;
}
#phone-version #statistics #statisticsList .row img {
height: 15px;
margin-left: 5px;
width: 15px;
}
} | web/style/css/topcharts/profilePage.css | @media screen and (max-width: 441px) {
#phone-version #pageInfo {
margin: 10px auto 30px auto;
text-align: center;
width: 100%;
}
#phone-version #accountPhoto {
border: solid 1px #707070;
border-radius: 40px;
height: 80px;
margin: 0 auto 10px auto;
overflow: hidden;
width: 80px;
}
#phone-version #accountPhoto img {
width: 100%;
}
#phone-version #friendsInGame #titleFriendsInGame {
margin-bottom: 10px;
}
#phone-version #friendsInGame #listOfFriends {
display: flex;
overflow: scroll;
}
#phone-version .slot {
padding-right: 20px;
}
#phone-version #friendsInGame .partOfList {
align-items: center;
display: flex;
margin: 10px 0;
width: 100%;
}
#phone-version #friendsInGame .friendsPhoto {
border: solid 1px #707070;
border-radius: 20px;
height: 40px;
overflow: hidden;
width: 40px;
}
#phone-version #friendsInGame .friendsPhoto img {
width: 100%;
}
#phone-version #friendsInGame .photoAndIndiator {
height: 40px;
margin-right: 15px;
width: 40px;
}
#phone-version #friendsInGame .connectionIndicator {
background: #1FB302;
border: solid 1px #ffffff;
border-radius: 100%;
bottom: 8px;
width: 10px;
float: right;
height: 10px;
position: relative;
}
#phone-version #statistics #titleStatistics {
margin: auto;
padding: 20px 0 10px 0;
width: 100%;
}
#phone-version #statistics #statisticsList {
display: flex;
flex-direction: column;
margin: auto;
width: 100%;
}
#phone-version #statistics #statisticsList .statisticsBlock {
align-items: center;
display: flex;
flex-direction: column;
text-align: center;
width: 49%;
}
#phone-version #statistics #statisticsList .numOfCoins {
align-items: center;
display: flex;
}
#phone-version #statistics #statisticsList .stat img {
opacity: 0.6;
}
#phone-version #statistics #statisticsList .row {
align-items: center;
display: flex;
height: 60px;
justify-content: space-around;
}
#phone-version #statistics #statisticsList .row .verticalLine {
border-right: solid 1px rgba(112,112,112,0.2);
height: 45px;
}
#phone-version #statistics #statisticsList .row img {
height: 15px;
margin-left: 5px;
width: 15px;
}
} | 0.348423 | 0.133556 |
.HeroSelectOverlayRoot
{
width: 100%;
height: 210px;
margin-top: 20px;
}
.HeroSelectTeamRowsContainer
{
width: 80%;
height: 210px;
flow-children: down;
horizontal-align: center;
}
#HeroSelectTeamsContainer,
#HeroSelectTeamsContainer2
{
width: 100%;
flow-children: right;
margin-bottom: 5px;
}
.HeroSelectOverlayTimer
{
vertical-align: center;
margin-left: 190px;
margin-bottom: 90px;
}
.AspectRatio4x3 .HeroSelectOverlayTimer
{
margin-left: 50px;
}
#PhaseInstructions > Label
{
visibility: collapse;
font-size: 25px;
color: #CCCCCC;
vertical-align: center;
text-align: center;
width: 300px;
margin-left: 85px;
margin-top: 115px;
text-transform: uppercase;
}
.AspectRatio4x3 #PhaseInstructions > Label
{
margin-left: -65px;
}
#PhaseInstructions > Label.Visible
{
visibility:visible;
}
#Timer
{
font-size: 48px;
color: #CCCCCC;
horizontal-align: left;
vertical-align: center;
width: 100%;
text-align: center;
margin-left: 3px;
margin-right: 3px;
margin-top: 5px;
}
#TimerBg
{
wash-color: #222222;
vertical-align: center;
horizontal-align: center;
}
#TimerBg,
#TimerRing
{
width: 90px;
height: 90px;
}
#TimerLabel
{
visibility: collapse;
color: #a9aaaa;
font-size: 16px;
text-transform: uppercase;
}
.HeroSelectTeamRoot
{
margin-left: 9px;
margin-right: 9px;
}
.HeroSelectTeamRoot.no_players
{
visibility: collapse;
}
#PlayersContainer
{
horizontal-align: center;
flow-children: right;
height: 95px;
}
.local_player_team #PlayerPortraitsOverlay
{
width: 100%;
height: 50px;
box-shadow: fill #ffffff80 -3px -3px 3px 6px;
}
#EndSpacer
{
width: fill-parent-flow(1);
}
#Spacer
{
}
.HeroSelectPlayerRoot
{
flow-children: down;
}
#TeamHeader
{
width: 100%;
height: 52px;
}
#TeamHeaderAndPlayers
{
horizontal-align: center;
}
#TeamHeaderLogoName
{
width: 100%;
flow-children: down;
}
#TeamGradient
{
width: 100%;
height: 24px;
vertical-align: bottom;
margin-bottom: -5px;
}
#TeamLogo
{
vertical-align: top;
margin-top: 2px;
horizontal-align: center;
}
#PlayerPortrait
{
background-color: #444444;
border: 1px solid black;
width: 135px;
height: 75px;
}
#PlayerName
{
color: white;
font-size: 18px;
text-align: center;
horizontal-align: center;
vertical-align: center;
width: 100%;
text-overflow: clip;
}
.HeroSelectPlayerRoot.hero_highlighted #PlayerPortrait
{
saturation: 0.0;
} | content/panorama/styles/hero_select_overlay.css | .HeroSelectOverlayRoot
{
width: 100%;
height: 210px;
margin-top: 20px;
}
.HeroSelectTeamRowsContainer
{
width: 80%;
height: 210px;
flow-children: down;
horizontal-align: center;
}
#HeroSelectTeamsContainer,
#HeroSelectTeamsContainer2
{
width: 100%;
flow-children: right;
margin-bottom: 5px;
}
.HeroSelectOverlayTimer
{
vertical-align: center;
margin-left: 190px;
margin-bottom: 90px;
}
.AspectRatio4x3 .HeroSelectOverlayTimer
{
margin-left: 50px;
}
#PhaseInstructions > Label
{
visibility: collapse;
font-size: 25px;
color: #CCCCCC;
vertical-align: center;
text-align: center;
width: 300px;
margin-left: 85px;
margin-top: 115px;
text-transform: uppercase;
}
.AspectRatio4x3 #PhaseInstructions > Label
{
margin-left: -65px;
}
#PhaseInstructions > Label.Visible
{
visibility:visible;
}
#Timer
{
font-size: 48px;
color: #CCCCCC;
horizontal-align: left;
vertical-align: center;
width: 100%;
text-align: center;
margin-left: 3px;
margin-right: 3px;
margin-top: 5px;
}
#TimerBg
{
wash-color: #222222;
vertical-align: center;
horizontal-align: center;
}
#TimerBg,
#TimerRing
{
width: 90px;
height: 90px;
}
#TimerLabel
{
visibility: collapse;
color: #a9aaaa;
font-size: 16px;
text-transform: uppercase;
}
.HeroSelectTeamRoot
{
margin-left: 9px;
margin-right: 9px;
}
.HeroSelectTeamRoot.no_players
{
visibility: collapse;
}
#PlayersContainer
{
horizontal-align: center;
flow-children: right;
height: 95px;
}
.local_player_team #PlayerPortraitsOverlay
{
width: 100%;
height: 50px;
box-shadow: fill #ffffff80 -3px -3px 3px 6px;
}
#EndSpacer
{
width: fill-parent-flow(1);
}
#Spacer
{
}
.HeroSelectPlayerRoot
{
flow-children: down;
}
#TeamHeader
{
width: 100%;
height: 52px;
}
#TeamHeaderAndPlayers
{
horizontal-align: center;
}
#TeamHeaderLogoName
{
width: 100%;
flow-children: down;
}
#TeamGradient
{
width: 100%;
height: 24px;
vertical-align: bottom;
margin-bottom: -5px;
}
#TeamLogo
{
vertical-align: top;
margin-top: 2px;
horizontal-align: center;
}
#PlayerPortrait
{
background-color: #444444;
border: 1px solid black;
width: 135px;
height: 75px;
}
#PlayerName
{
color: white;
font-size: 18px;
text-align: center;
horizontal-align: center;
vertical-align: center;
width: 100%;
text-overflow: clip;
}
.HeroSelectPlayerRoot.hero_highlighted #PlayerPortrait
{
saturation: 0.0;
} | 0.489992 | 0.05715 |
body {
font-family: 'Open Sans', sans-serif;
}
/*---------------------------
-----------------------------
NAVBAR
-----------------------------
---------------------------*/
.navBack {
background: white;
box-shadow: 5px 5px 10px #88888833;
}
.navText:hover{
color: #0e3443;
border-bottom: 2px solid #855a1f;
}
.navText {
color: #0e3443;
font-weight: 600;
}
.navbar.navbar-8 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0');
}
/*---------------------------
-----------------------------
HOME
-----------------------------
---------------------------*/
@media (max-width: 960px) {
.projectBack {
height: 1100px;
}
}
@media (min-width: 959px) {
.projectBack {
height: 570px;
}
}
.projectBack {
width: 100%;
background: #0e3443;
transform: skewY(3deg);
transform-origin: 0;
position: absolute;
margin-bottom: 50px;
}
.includingText {
position: relative;
margin-bottom: 215px;
margin-top: 95px;
}
.text {
font-size: 22px;
}
.cardRow {
background: transparent;
border: 0px;
color: #855a1f;
}
.rowHead {
border: 0px;
background: transparent;
}
.projectsInclude:focus {
text-decoration: none;
}
.projectsInclude:hover {
color: #ea8d0c;
text-decoration: none;
}
.projectsInclude {
color: #855a1f;
font-size: 24px;
}
.proText {
color: #855a1f;
}
h1 {
font-weight: 700;
margin-bottom: 30px;
}
h2 {
font-weight: 600;
margin-left: -95px;
}
.card-body {
margin-top: -35px;
text-align: center;
}
.main1 {
margin-left: 124px;
}
.main2 {
margin-right: 70px;
margin-left: 20px;
}
.caroBtn {
margin-top: 410px;
z-index: 50;
}
#typeTry1 {
padding-top: 90px;
}
#type1 {
color: #dc8918;
margin-left: 215px;
font-weight: 600;
margin-top: 300px;
font-size: 40px;
position: relative;
width: 400px;
padding: 40px;
background: #0e344375;
height: 400px;
}
.carousel-inner {
position: absolute;
}
/*---------------------------
-----------------------------
ABOUT
-----------------------------
---------------------------*/
.topJum {
margin-top: 98px;
height: 350px;
}
.aboutJum {
background-image: url('');
}
.markBio {
margin-bottom: 40px;
margin-left: 30px;
margin-right: 50px;
}
.danBio {
margin-left: 50px;
margin-right: 30px;
}
/*---------------------------
-----------------------------
CONTACT
-----------------------------
---------------------------*/
/*------------------------
--------------------------
FOOTER
--------------------------
------------------------*/
.footText {
color: white;
font-size: 15px;
/* float: left; */
}
#copy {
margin-bottom: 15px;
}
.bottomPg {
/* margin-left: 613px; */
}
.btmHome, .btmAbout {
margin-right: 7px;
padding-right: 7px;
border-right: 1px solid white;
}
footer {
background: #0e3443;
height: 120px;
margin-top: 75px;
color: white;
padding-top: 30px;
} | public/css/main.css | body {
font-family: 'Open Sans', sans-serif;
}
/*---------------------------
-----------------------------
NAVBAR
-----------------------------
---------------------------*/
.navBack {
background: white;
box-shadow: 5px 5px 10px #88888833;
}
.navText:hover{
color: #0e3443;
border-bottom: 2px solid #855a1f;
}
.navText {
color: #0e3443;
font-weight: 600;
}
.navbar.navbar-8 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0');
}
/*---------------------------
-----------------------------
HOME
-----------------------------
---------------------------*/
@media (max-width: 960px) {
.projectBack {
height: 1100px;
}
}
@media (min-width: 959px) {
.projectBack {
height: 570px;
}
}
.projectBack {
width: 100%;
background: #0e3443;
transform: skewY(3deg);
transform-origin: 0;
position: absolute;
margin-bottom: 50px;
}
.includingText {
position: relative;
margin-bottom: 215px;
margin-top: 95px;
}
.text {
font-size: 22px;
}
.cardRow {
background: transparent;
border: 0px;
color: #855a1f;
}
.rowHead {
border: 0px;
background: transparent;
}
.projectsInclude:focus {
text-decoration: none;
}
.projectsInclude:hover {
color: #ea8d0c;
text-decoration: none;
}
.projectsInclude {
color: #855a1f;
font-size: 24px;
}
.proText {
color: #855a1f;
}
h1 {
font-weight: 700;
margin-bottom: 30px;
}
h2 {
font-weight: 600;
margin-left: -95px;
}
.card-body {
margin-top: -35px;
text-align: center;
}
.main1 {
margin-left: 124px;
}
.main2 {
margin-right: 70px;
margin-left: 20px;
}
.caroBtn {
margin-top: 410px;
z-index: 50;
}
#typeTry1 {
padding-top: 90px;
}
#type1 {
color: #dc8918;
margin-left: 215px;
font-weight: 600;
margin-top: 300px;
font-size: 40px;
position: relative;
width: 400px;
padding: 40px;
background: #0e344375;
height: 400px;
}
.carousel-inner {
position: absolute;
}
/*---------------------------
-----------------------------
ABOUT
-----------------------------
---------------------------*/
.topJum {
margin-top: 98px;
height: 350px;
}
.aboutJum {
background-image: url('');
}
.markBio {
margin-bottom: 40px;
margin-left: 30px;
margin-right: 50px;
}
.danBio {
margin-left: 50px;
margin-right: 30px;
}
/*---------------------------
-----------------------------
CONTACT
-----------------------------
---------------------------*/
/*------------------------
--------------------------
FOOTER
--------------------------
------------------------*/
.footText {
color: white;
font-size: 15px;
/* float: left; */
}
#copy {
margin-bottom: 15px;
}
.bottomPg {
/* margin-left: 613px; */
}
.btmHome, .btmAbout {
margin-right: 7px;
padding-right: 7px;
border-right: 1px solid white;
}
footer {
background: #0e3443;
height: 120px;
margin-top: 75px;
color: white;
padding-top: 30px;
} | 0.457137 | 0.077868 |
html,
body {
overflow-x: hidden;
position: fixed;
}
/* inputs and labels */
label {
color: black;
position: relative;
display: inline-block;
font-size: large;
width: 140px;
text-align: right;
font-weight: 400;
}
input {
color: black;
background-color: #f3f3f3;
border: 2px solid #dcdcdc;
padding: 18px;
border-radius: 8px;
font-family: "Poppins", sans-serif;
height: 30px;
position: relative;
}
input:hover {
border: 2px solid #ffaf00;
}
input[type="file"] {
display: none;
}
/* div design page 1*/
.form-info {
position: relative;
width: 70%;
text-align: left;
padding-left: 350px;
padding-top: 70px;
}
.form-profile {
top: 250px;
left: 130rem;
position: absolute;
transform: translate(-50%, -50%);
border-radius: 50%;
overflow: hidden;
border: 3px solid white;
}
/* div design page 3-4 */
.wrapper {
display: flex;
position: fixed;
width: 1024px;
padding: 1rem 2rem;
top: 23rem;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
justify-content: center;
}
.category {
display: flex;
justify-content: space-between;
margin-top: 2rem;
}
.category div {
height: 20rem;
padding: 0.5rem 2rem 8rem 2rem;
margin-top: 1rem;
flex-wrap: wrap;
}
.select-nationality {
position: relative;
top: 1rem;
width: 14rem;
padding: 10px;
border: 2px solid #dcdcdc;
border-radius: 5px;
height: auto;
overflow: auto;
}
.cooking,
.baking {
border-right: 1px solid #a3a3a3;
}
/* profile design */
#profile-img {
width: 300px;
height: 300px;
}
#upload_btn {
display: none;
text-align: center;
position: absolute;
width: 350px;
height: 150px;
top: 250px;
left: 1px;
background: rgba(0, 0, 0, 0.7);
color: white;
font-family: sans-serif;
cursor: pointer;
}
/* gender buttons */
input[type="radio"] {
position: relative;
vertical-align: text-bottom;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
width: 20px;
height: 20px;
background-clip: content-box;
border: 2px pink;
background-color: #bababa;
border-radius: 50%;
}
input[type="radio"]:checked {
background-color: pink;
}
.gender-container > #gender-label {
text-align: left;
}
/* dropdowns*/
.select-dislikes {
display: inline-block;
position: relative;
width: 350px;
border: 2px solid #bababa;
font-size: 15px;
overflow: auto;
color: black;
background-color: #f3f3f3;
padding: 5px;
border-radius: 8px;
font-family: "Poppins", sans-serif;
}
option {
font-weight: normal;
display: block;
white-space: nowrap;
min-height: 1.2em;
padding: 0px 2px 1px;
}
option:hover,
option:focus,
option:checked {
background-color: #00ffa2;
}
/* biography-container */
.bio-container {
position: relative;
left: 600px;
bottom: 280px;
}
/* #select-dislikes {
position: relative;
border: 2px solid #bababa;
height: auto;
font-size: 15px;
overflow: auto;
color: black;
background-color: #f3f3f3;
padding: 5px;
border-radius: 8px;
font-family: "Poppins", sans-serif;
} */
/* submit button */
.submit-button {
position: relative;
color: white;
padding: 0;
left: 725px;
font-family: "Poppins", sans-serif;
font-size: 2rem;
padding-bottom: 15px;
position: relative;
text-align: center;
width: 345px;
box-sizing: content-box;
background: linear-gradient(
90deg,
rgba(253, 165, 246, 255) 0%,
rgba(255, 175, 0, 1) 100%
);
}
.btns {
display: flex;
flex-direction: row;
text-align: center;
justify-content: center;
clear: both;
}
/* page 2 buttons */
.btns-page2 {
display: flex;
flex-direction: row;
text-align: center;
justify-content: center;
clear: both;
}
.skip-btn,
.continue-btn {
margin: 5rem 2rem 0 2rem;
width: 16rem;
}
.skip-btn {
background-color: #f3f3f3;
border: 1px solid #dcdcdc;
color: #a3a3a3;
}
.skip-btn:hover {
background-color: #e6e6e6;
}
input > .continue-btn {
display: block;
padding: 0.7 rem 1.8 rem;
background-color: #00ffa2;
border: none;
border-radius: 0.6 rem;
cursor: pointer;
color: #333;
}
/* text */
.optional {
color: #a3a3a3;
}
.category h4 {
font-style: italic;
}
li,
i,
button {
color: #333;
}
/* -------------------------------------------------------------------------------- */
/* page1 header */
#page1-header {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 5px 10.34%;
background-color: white;
height: 6.4rem;
border-bottom: 1px solid #dcdcdc;
}
#logo-bar {
cursor: pointer;
width: 31.4rem;
height: 6.35rem;
margin-right: auto;
padding: 0.5rem 0.5rem;
padding-bottom: 21px;
} | public/css/pages/registration.css | html,
body {
overflow-x: hidden;
position: fixed;
}
/* inputs and labels */
label {
color: black;
position: relative;
display: inline-block;
font-size: large;
width: 140px;
text-align: right;
font-weight: 400;
}
input {
color: black;
background-color: #f3f3f3;
border: 2px solid #dcdcdc;
padding: 18px;
border-radius: 8px;
font-family: "Poppins", sans-serif;
height: 30px;
position: relative;
}
input:hover {
border: 2px solid #ffaf00;
}
input[type="file"] {
display: none;
}
/* div design page 1*/
.form-info {
position: relative;
width: 70%;
text-align: left;
padding-left: 350px;
padding-top: 70px;
}
.form-profile {
top: 250px;
left: 130rem;
position: absolute;
transform: translate(-50%, -50%);
border-radius: 50%;
overflow: hidden;
border: 3px solid white;
}
/* div design page 3-4 */
.wrapper {
display: flex;
position: fixed;
width: 1024px;
padding: 1rem 2rem;
top: 23rem;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
justify-content: center;
}
.category {
display: flex;
justify-content: space-between;
margin-top: 2rem;
}
.category div {
height: 20rem;
padding: 0.5rem 2rem 8rem 2rem;
margin-top: 1rem;
flex-wrap: wrap;
}
.select-nationality {
position: relative;
top: 1rem;
width: 14rem;
padding: 10px;
border: 2px solid #dcdcdc;
border-radius: 5px;
height: auto;
overflow: auto;
}
.cooking,
.baking {
border-right: 1px solid #a3a3a3;
}
/* profile design */
#profile-img {
width: 300px;
height: 300px;
}
#upload_btn {
display: none;
text-align: center;
position: absolute;
width: 350px;
height: 150px;
top: 250px;
left: 1px;
background: rgba(0, 0, 0, 0.7);
color: white;
font-family: sans-serif;
cursor: pointer;
}
/* gender buttons */
input[type="radio"] {
position: relative;
vertical-align: text-bottom;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
width: 20px;
height: 20px;
background-clip: content-box;
border: 2px pink;
background-color: #bababa;
border-radius: 50%;
}
input[type="radio"]:checked {
background-color: pink;
}
.gender-container > #gender-label {
text-align: left;
}
/* dropdowns*/
.select-dislikes {
display: inline-block;
position: relative;
width: 350px;
border: 2px solid #bababa;
font-size: 15px;
overflow: auto;
color: black;
background-color: #f3f3f3;
padding: 5px;
border-radius: 8px;
font-family: "Poppins", sans-serif;
}
option {
font-weight: normal;
display: block;
white-space: nowrap;
min-height: 1.2em;
padding: 0px 2px 1px;
}
option:hover,
option:focus,
option:checked {
background-color: #00ffa2;
}
/* biography-container */
.bio-container {
position: relative;
left: 600px;
bottom: 280px;
}
/* #select-dislikes {
position: relative;
border: 2px solid #bababa;
height: auto;
font-size: 15px;
overflow: auto;
color: black;
background-color: #f3f3f3;
padding: 5px;
border-radius: 8px;
font-family: "Poppins", sans-serif;
} */
/* submit button */
.submit-button {
position: relative;
color: white;
padding: 0;
left: 725px;
font-family: "Poppins", sans-serif;
font-size: 2rem;
padding-bottom: 15px;
position: relative;
text-align: center;
width: 345px;
box-sizing: content-box;
background: linear-gradient(
90deg,
rgba(253, 165, 246, 255) 0%,
rgba(255, 175, 0, 1) 100%
);
}
.btns {
display: flex;
flex-direction: row;
text-align: center;
justify-content: center;
clear: both;
}
/* page 2 buttons */
.btns-page2 {
display: flex;
flex-direction: row;
text-align: center;
justify-content: center;
clear: both;
}
.skip-btn,
.continue-btn {
margin: 5rem 2rem 0 2rem;
width: 16rem;
}
.skip-btn {
background-color: #f3f3f3;
border: 1px solid #dcdcdc;
color: #a3a3a3;
}
.skip-btn:hover {
background-color: #e6e6e6;
}
input > .continue-btn {
display: block;
padding: 0.7 rem 1.8 rem;
background-color: #00ffa2;
border: none;
border-radius: 0.6 rem;
cursor: pointer;
color: #333;
}
/* text */
.optional {
color: #a3a3a3;
}
.category h4 {
font-style: italic;
}
li,
i,
button {
color: #333;
}
/* -------------------------------------------------------------------------------- */
/* page1 header */
#page1-header {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 5px 10.34%;
background-color: white;
height: 6.4rem;
border-bottom: 1px solid #dcdcdc;
}
#logo-bar {
cursor: pointer;
width: 31.4rem;
height: 6.35rem;
margin-right: auto;
padding: 0.5rem 0.5rem;
padding-bottom: 21px;
} | 0.386879 | 0.078501 |
body {
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Rubik', sans-serif;
}
.titulo {
text-shadow: 2px 3px 1px rgb(156, 152, 152);
font-weight: 900;
font-size: 2rem;
padding: 20px;
text-transform: uppercase;
/* color: #dc3545; */
}
.titulo:first-letter{
text-decoration: underline #dc3545;
}
.navbar{
background-color: #000;
}
.social{
color: rgba(255,255,255,.5);;
}
.social:hover{
color: #fff;
}
section {
padding-top: 5rem;
}
.jumbotron {
background-image: url('../img/background1.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
min-height: 100vh;
}
.recuo {
text-indent:4em;
}
#modalidades img{
width: 50px;
height: 50px;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: rgba(225,83,97,0.4);
}
/* #novidades img{
width: 200px;
height: 350px;
} */
.scrollTop:hover{
background: rgba(225,83,97,0.9);
}
.scrollTop{
text-decoration: none;
background: rgba(225,83,97,0.2);
bottom: 30px;
right: 30px;
color: #fff;
cursor: pointer;
padding: 5px;
position: fixed;
opacity: 0.8;
}
#novidades .container {
height: 100%;
}
.box{
/* width: 400px;
height: 400px; */
text-align: center;
/* cursor: pointer; */
margin-left: 2rem;
padding: 0;
border: darkgrey solid 1px;
border-radius: 5px;
}
.fit{
cursor: pointer;
}
.box img{
height: 40%;
}
.box h4{
padding: 10px 0;
}
.box h4 span{
font-weight: bold;
text-decoration: underline;
color: #dc3545;
}
.box p span{
text-decoration: underline;
font-weight: bold;
}
.box p span a{
color: #dc3545;
cursor: pointer;
}
.modal img{
width: 90%;
margin: 10px;
height: 90%;
}
.modal-body{
height: 100%;
width: 100%;
}
.modal-content{
height: 100%;
width: 100%;
}
.modal-dialog{
/* min-height: 80vh; */
min-width: 50vw;
}
.modal .btn{
width: 20%;
}
@media only screen and (max-width: 992px) {
.modal .btn{
width: 35%;
font-size: 0.8rem;
}
.box{
margin-left: 0;
}
} | views/css/style.css | body {
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Rubik', sans-serif;
}
.titulo {
text-shadow: 2px 3px 1px rgb(156, 152, 152);
font-weight: 900;
font-size: 2rem;
padding: 20px;
text-transform: uppercase;
/* color: #dc3545; */
}
.titulo:first-letter{
text-decoration: underline #dc3545;
}
.navbar{
background-color: #000;
}
.social{
color: rgba(255,255,255,.5);;
}
.social:hover{
color: #fff;
}
section {
padding-top: 5rem;
}
.jumbotron {
background-image: url('../img/background1.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
min-height: 100vh;
}
.recuo {
text-indent:4em;
}
#modalidades img{
width: 50px;
height: 50px;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: rgba(225,83,97,0.4);
}
/* #novidades img{
width: 200px;
height: 350px;
} */
.scrollTop:hover{
background: rgba(225,83,97,0.9);
}
.scrollTop{
text-decoration: none;
background: rgba(225,83,97,0.2);
bottom: 30px;
right: 30px;
color: #fff;
cursor: pointer;
padding: 5px;
position: fixed;
opacity: 0.8;
}
#novidades .container {
height: 100%;
}
.box{
/* width: 400px;
height: 400px; */
text-align: center;
/* cursor: pointer; */
margin-left: 2rem;
padding: 0;
border: darkgrey solid 1px;
border-radius: 5px;
}
.fit{
cursor: pointer;
}
.box img{
height: 40%;
}
.box h4{
padding: 10px 0;
}
.box h4 span{
font-weight: bold;
text-decoration: underline;
color: #dc3545;
}
.box p span{
text-decoration: underline;
font-weight: bold;
}
.box p span a{
color: #dc3545;
cursor: pointer;
}
.modal img{
width: 90%;
margin: 10px;
height: 90%;
}
.modal-body{
height: 100%;
width: 100%;
}
.modal-content{
height: 100%;
width: 100%;
}
.modal-dialog{
/* min-height: 80vh; */
min-width: 50vw;
}
.modal .btn{
width: 20%;
}
@media only screen and (max-width: 992px) {
.modal .btn{
width: 35%;
font-size: 0.8rem;
}
.box{
margin-left: 0;
}
} | 0.419767 | 0.074601 |
shaka elements on the page.*/
/* TODO: insert reset attributes into all classes */
/* Mixins */
/* Styles */
/* This insures video and the container have the same height. */
.shaka-video {
display: block;
}
.shaka-overlay-parent {
/* Makes this a positioned ancestor of .overlay */
position: relative;
}
.shaka-overlay {
/* Allows this to be positioned relative to a containing .overlay-parent */
position: absolute;
}
.shaka-buffering-spinner {
/* IE-specific workaround for centering the actual spinner SVG inside */
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.shaka-controls-container {
width: 100%;
height: 100%;
/* The two-value settings are shorthand for setting-top=setting-bottom &
setting-left=setting-right. */
padding: 12px 5px;
margin: auto;
box-sizing: border-box;
/* marks this as a flex container */
display: flex;
/* Flex-direction property defines in which
direction the container wants to stack it's children */
flex-direction: column;
/* Justify-content is used to align the flex items.
Flex-end value aligns the flex items at the end of the
container. */
justify-content: flex-end;
align-items: center;
transition: opacity 0.3s;
bottom: 0px;
background-image: linear-gradient(to top, #000000 0, rgba(0, 0, 0, 0) 92px);
}
.shaka-controls-button-panel {
width: 100%;
margin-right: 16px;
display: flex;
flex-direction: row;
justify-content: flex-end;
z-index: 0;
overflow: hidden;
bottom: auto;
min-width: 48px;
font-size: 12px;
font-weight: normal;
/* Make sure that we don't inherit non-defaults. */
font-style: normal;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
/* Always show controls while casting */
}
.shaka-controls-button-panel button {
color: white;
height: 32px;
padding: 1px 6px;
background: transparent;
border: 0;
cursor: pointer;
}
.shaka-controls-button-panel button:active {
background: rgba(100, 100, 100, 0.4);
}
.shaka-controls-button-panel button:disabled {
color: rgba(255, 255, 255, 0.3);
}
.shaka-controls-button-panel input[type="range"] {
cursor: pointer;
}
.shaka-controls-button-panel div {
display: flex;
width: 100%;
}
.shaka-controls-button-panel.shaka-casting {
opacity: 1;
}
.shaka-controls-button-panel.shaka-casting .shaka-fullscreen-button {
/* Hide fullscreen button while casting */
display: none;
}
/* NOTE: These fullscreen pseudo-classes can't be combined. Browsers ignore
* the rest of the list once they hit one prefix they don't support.
*/
.shaka-video-container:fullscreen {
width: 100%;
height: 100%;
}
.shaka-video-container:-webkit-full-screen {
width: 100%;
height: 100%;
}
.shaka-video-container:-moz-full-screen {
width: 100%;
height: 100%;
}
.shaka-video-container:-ms-fullscreen {
width: 100%;
height: 100%;
}
.shaka-cast-receiver-name {
display: none;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 150%;
padding: 5px;
bottom: 50px;
left: 0;
right: 0;
margin: auto;
width: max-content;
}
.shaka-play-button-container {
/* These settings keep the container in the middle
of the video, above the controls */
margin: 0;
top: 0;
left: 0;
bottom: 17px;
right: 0;
/* IE-specific hack for vertical centering */
width: 100%;
height: 100%;
/* These settings keep the button in the middle
of the container */
display: flex;
justify-content: center;
align-items: center;
}
.shaka-play-button {
/* TODO(b/116328412): resize play button in CSS only, not in JS */
/* Button width and height will be changed when
the dimensions of the video change.
See shaka.ui.Controls.prototype.resizePlayButton_ */
width: 56px;
height: 56px;
/* To be properly positioned in the center, this should have no margin or
padding. These might have been set for buttons generally by the app or
user-agent. */
margin: 0;
padding: 0;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
border: none;
/* The play arrow is a picture. It is treated a background image.
The following settings insure it shows only once and in the
center of the button. */
background-size: 50%;
background-repeat: no-repeat;
background-position: center center;
background-color: rgba(255, 255, 255, 0.9);
/* Gradually change opacity using cubic-bezier timing function */
transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 600ms;
}
.shaka-play-button[icon="play"] {
background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8%205v14l11-7z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E");
}
.shaka-play-button[icon="pause"] {
background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%2019h4V5H6v14zm8-14v14h4V5h-4z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E");
}
.shaka-time-container {
font-family: Roboto-Regular, Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
letter-spacing: 0px;
/* Positioning settings */
padding-left: 19px;
margin-bottom: 5px;
align-self: flex-end;
cursor: default;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
/* NOTE: pseudo-elements for different browsers can't be combined with commas.
* Browsers will ignore styles if any pseudo-element in the list is unknown.
*/
/* Seek bar and volume bar */
.shaka-seek-bar {
margin: 9px 0 0 0;
width: 96.5%;
height: 4px;
border-radius: 2px;
/* Make sure clicking at the very top of the seek bar still takes effect and
is not confused with clicking the video to play/pause it */
z-index: 1;
}
.shaka-volume-bar {
min-width: 15px;
max-width: 100px;
position: relative;
/* TODO: find a better way to center this thing and remove top */
top: 13px;
height: 3px;
/* spacing consistent with padding in the buttons it lives with */
margin: 1px 6px;
}
/* hide volume slider on mobile-sized screens */
@media screen and (max-width: 550px) {
.shaka-volume-bar {
display: none;
}
}
.shaka-seek-bar,
.shaka-volume-bar {
-webkit-appearance: none;
/* Explicitly set padding to 0 for IE */
padding: 0;
/* turn off tooltips for the seekBar and volumeBar on IE */
/* removes mozilla default styling */
/* removes IE default styling */
}
.shaka-seek-bar::-webkit-slider-thumb,
.shaka-volume-bar::-webkit-slider-thumb {
-webkit-appearance: none;
width: 10px;
height: 10px;
background-color: #ffffff;
border-radius: 5px;
}
.shaka-seek-bar::-moz-range-thumb,
.shaka-volume-bar::-moz-range-thumb {
width: 10px;
height: 10px;
background-color: #ffffff;
border-radius: 5px;
}
.shaka-seek-bar::-ms-thumb,
.shaka-volume-bar::-ms-thumb {
width: 10px;
height: 10px;
background-color: #ffffff;
border-radius: 5px;
}
.shaka-seek-bar::-ms-tooltip,
.shaka-volume-bar::-ms-tooltip {
display: none;
}
.shaka-seek-bar::-moz-range-track,
.shaka-volume-bar::-moz-range-track {
background-color: transparent;
outline: none;
}
.shaka-seek-bar::-ms-track,
.shaka-volume-bar::-ms-track,
.shaka-seek-bar::-ms-fill-lower,
.shaka-volume-bar::-ms-fill-lower,
.shaka-seek-bar::-ms-fill-upper,
.shaka-volume-bar::-ms-fill-upper {
background-color: transparent;
outline: none;
}
.shaka-settings-menu {
max-height: 250px;
min-width: 180px;
/* It's okay to add a vertical scroll if there are too many items,
but not a horizontal one. */
overflow-x: hidden;
overflow-y: auto;
white-space: nowrap;
/* Don't wrap text to the next line. */
background: #FFFFFF;
box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.4);
border-radius: 2px;
display: none;
flex-direction: column;
position: absolute;
z-index: 1;
right: 15px;
bottom: 30px;
}
.shaka-settings-menu button {
font-size: 14px;
background: transparent;
color: black;
display: flex;
align-items: center;
border: none;
min-height: 30px;
padding: 3.5px 6px;
}
.shaka-settings-menu button:hover {
background: #e0e0e0;
}
.shaka-settings-menu i {
padding-left: 10px;
}
.shaka-settings-menu.shaka-low-position {
bottom: 15px;
}
.shaka-overflow-menu span {
text-align: left;
position: relative;
font-family: Roboto-Regular, Roboto, sans-serif;
left: 13px;
}
.shaka-overflow-button-label {
position: relative;
display: flex;
flex-direction: column;
}
.shaka-current-selection-span {
color: rgba(0, 0, 0, 0.54);
}
.shaka-resolutions span,
.shaka-audio-languages span,
.shaka-text-languages span {
margin-left: 54px;
}
.shaka-back-to-overflow-button span {
margin-left: 0;
}
.shaka-back-to-overflow-button i {
padding-right: 20px;
}
.shaka-cast-connected-button {
display: none;
}
/* Add 'button' to hidden and displayed classes
to make them override display setting previously set in
.overflowMenu button.
See https://goo.gl/egXAJY for explanation of
how CSS cascade rules work. */
button.shaka-hidden,
.shaka-hidden {
display: none;
}
button.shaka-displayed,
.shaka-displayed {
display: flex;
}
.shaka-opaque {
opacity: 1;
}
.shaka-transparent {
opacity: 0;
}
/*
The SVG/CSS buffering spinner is based on http://codepen.io/jczimm/pen/vEBpoL
Some local modifications have been made.
Copyright (c) 2016 by jczimm
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
.shaka-spinner-svg {
animation: rotate 2s linear infinite;
transform-origin: center center;
width: 100px;
height: 100px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.shaka-spinner-path {
/* Fall back for IE 11, where the stroke properties are not animated,
but the spinner still rotates. */
stroke: #202124;
stroke-dasharray: 20, 200;
stroke-dashoffset: 0;
animation: dash 1.5s ease-in-out infinite;
stroke-linecap: round;
}
@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;
}
}
/* Outline on focus is important for accessibility, but
it doesn't look great. This removes the outline for
mouse users while leaving it for keyboard users. */
.shaka-controls-container:not(.shaka-keyboard-navigation) button:focus,
.shaka-controls-container:not(.shaka-keyboard-navigation) input:focus {
outline: none;
}
.shaka-controls-container:not(.shaka-keyboard-navigation) button::-moz-focus-inner,
.shaka-controls-container:not(.shaka-keyboard-navigation) input::-moz-focus-outer {
border: 0;
}
.shaka-auto-span {
left: 17px;
}
.shaka-captions-on {
color: black;
}
.shaka-captions-off {
color: grey;
} | dist/controls.css | shaka elements on the page.*/
/* TODO: insert reset attributes into all classes */
/* Mixins */
/* Styles */
/* This insures video and the container have the same height. */
.shaka-video {
display: block;
}
.shaka-overlay-parent {
/* Makes this a positioned ancestor of .overlay */
position: relative;
}
.shaka-overlay {
/* Allows this to be positioned relative to a containing .overlay-parent */
position: absolute;
}
.shaka-buffering-spinner {
/* IE-specific workaround for centering the actual spinner SVG inside */
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.shaka-controls-container {
width: 100%;
height: 100%;
/* The two-value settings are shorthand for setting-top=setting-bottom &
setting-left=setting-right. */
padding: 12px 5px;
margin: auto;
box-sizing: border-box;
/* marks this as a flex container */
display: flex;
/* Flex-direction property defines in which
direction the container wants to stack it's children */
flex-direction: column;
/* Justify-content is used to align the flex items.
Flex-end value aligns the flex items at the end of the
container. */
justify-content: flex-end;
align-items: center;
transition: opacity 0.3s;
bottom: 0px;
background-image: linear-gradient(to top, #000000 0, rgba(0, 0, 0, 0) 92px);
}
.shaka-controls-button-panel {
width: 100%;
margin-right: 16px;
display: flex;
flex-direction: row;
justify-content: flex-end;
z-index: 0;
overflow: hidden;
bottom: auto;
min-width: 48px;
font-size: 12px;
font-weight: normal;
/* Make sure that we don't inherit non-defaults. */
font-style: normal;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
/* Always show controls while casting */
}
.shaka-controls-button-panel button {
color: white;
height: 32px;
padding: 1px 6px;
background: transparent;
border: 0;
cursor: pointer;
}
.shaka-controls-button-panel button:active {
background: rgba(100, 100, 100, 0.4);
}
.shaka-controls-button-panel button:disabled {
color: rgba(255, 255, 255, 0.3);
}
.shaka-controls-button-panel input[type="range"] {
cursor: pointer;
}
.shaka-controls-button-panel div {
display: flex;
width: 100%;
}
.shaka-controls-button-panel.shaka-casting {
opacity: 1;
}
.shaka-controls-button-panel.shaka-casting .shaka-fullscreen-button {
/* Hide fullscreen button while casting */
display: none;
}
/* NOTE: These fullscreen pseudo-classes can't be combined. Browsers ignore
* the rest of the list once they hit one prefix they don't support.
*/
.shaka-video-container:fullscreen {
width: 100%;
height: 100%;
}
.shaka-video-container:-webkit-full-screen {
width: 100%;
height: 100%;
}
.shaka-video-container:-moz-full-screen {
width: 100%;
height: 100%;
}
.shaka-video-container:-ms-fullscreen {
width: 100%;
height: 100%;
}
.shaka-cast-receiver-name {
display: none;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 150%;
padding: 5px;
bottom: 50px;
left: 0;
right: 0;
margin: auto;
width: max-content;
}
.shaka-play-button-container {
/* These settings keep the container in the middle
of the video, above the controls */
margin: 0;
top: 0;
left: 0;
bottom: 17px;
right: 0;
/* IE-specific hack for vertical centering */
width: 100%;
height: 100%;
/* These settings keep the button in the middle
of the container */
display: flex;
justify-content: center;
align-items: center;
}
.shaka-play-button {
/* TODO(b/116328412): resize play button in CSS only, not in JS */
/* Button width and height will be changed when
the dimensions of the video change.
See shaka.ui.Controls.prototype.resizePlayButton_ */
width: 56px;
height: 56px;
/* To be properly positioned in the center, this should have no margin or
padding. These might have been set for buttons generally by the app or
user-agent. */
margin: 0;
padding: 0;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
border: none;
/* The play arrow is a picture. It is treated a background image.
The following settings insure it shows only once and in the
center of the button. */
background-size: 50%;
background-repeat: no-repeat;
background-position: center center;
background-color: rgba(255, 255, 255, 0.9);
/* Gradually change opacity using cubic-bezier timing function */
transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 600ms;
}
.shaka-play-button[icon="play"] {
background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8%205v14l11-7z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E");
}
.shaka-play-button[icon="pause"] {
background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%2019h4V5H6v14zm8-14v14h4V5h-4z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E");
}
.shaka-time-container {
font-family: Roboto-Regular, Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
letter-spacing: 0px;
/* Positioning settings */
padding-left: 19px;
margin-bottom: 5px;
align-self: flex-end;
cursor: default;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
/* NOTE: pseudo-elements for different browsers can't be combined with commas.
* Browsers will ignore styles if any pseudo-element in the list is unknown.
*/
/* Seek bar and volume bar */
.shaka-seek-bar {
margin: 9px 0 0 0;
width: 96.5%;
height: 4px;
border-radius: 2px;
/* Make sure clicking at the very top of the seek bar still takes effect and
is not confused with clicking the video to play/pause it */
z-index: 1;
}
.shaka-volume-bar {
min-width: 15px;
max-width: 100px;
position: relative;
/* TODO: find a better way to center this thing and remove top */
top: 13px;
height: 3px;
/* spacing consistent with padding in the buttons it lives with */
margin: 1px 6px;
}
/* hide volume slider on mobile-sized screens */
@media screen and (max-width: 550px) {
.shaka-volume-bar {
display: none;
}
}
.shaka-seek-bar,
.shaka-volume-bar {
-webkit-appearance: none;
/* Explicitly set padding to 0 for IE */
padding: 0;
/* turn off tooltips for the seekBar and volumeBar on IE */
/* removes mozilla default styling */
/* removes IE default styling */
}
.shaka-seek-bar::-webkit-slider-thumb,
.shaka-volume-bar::-webkit-slider-thumb {
-webkit-appearance: none;
width: 10px;
height: 10px;
background-color: #ffffff;
border-radius: 5px;
}
.shaka-seek-bar::-moz-range-thumb,
.shaka-volume-bar::-moz-range-thumb {
width: 10px;
height: 10px;
background-color: #ffffff;
border-radius: 5px;
}
.shaka-seek-bar::-ms-thumb,
.shaka-volume-bar::-ms-thumb {
width: 10px;
height: 10px;
background-color: #ffffff;
border-radius: 5px;
}
.shaka-seek-bar::-ms-tooltip,
.shaka-volume-bar::-ms-tooltip {
display: none;
}
.shaka-seek-bar::-moz-range-track,
.shaka-volume-bar::-moz-range-track {
background-color: transparent;
outline: none;
}
.shaka-seek-bar::-ms-track,
.shaka-volume-bar::-ms-track,
.shaka-seek-bar::-ms-fill-lower,
.shaka-volume-bar::-ms-fill-lower,
.shaka-seek-bar::-ms-fill-upper,
.shaka-volume-bar::-ms-fill-upper {
background-color: transparent;
outline: none;
}
.shaka-settings-menu {
max-height: 250px;
min-width: 180px;
/* It's okay to add a vertical scroll if there are too many items,
but not a horizontal one. */
overflow-x: hidden;
overflow-y: auto;
white-space: nowrap;
/* Don't wrap text to the next line. */
background: #FFFFFF;
box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.4);
border-radius: 2px;
display: none;
flex-direction: column;
position: absolute;
z-index: 1;
right: 15px;
bottom: 30px;
}
.shaka-settings-menu button {
font-size: 14px;
background: transparent;
color: black;
display: flex;
align-items: center;
border: none;
min-height: 30px;
padding: 3.5px 6px;
}
.shaka-settings-menu button:hover {
background: #e0e0e0;
}
.shaka-settings-menu i {
padding-left: 10px;
}
.shaka-settings-menu.shaka-low-position {
bottom: 15px;
}
.shaka-overflow-menu span {
text-align: left;
position: relative;
font-family: Roboto-Regular, Roboto, sans-serif;
left: 13px;
}
.shaka-overflow-button-label {
position: relative;
display: flex;
flex-direction: column;
}
.shaka-current-selection-span {
color: rgba(0, 0, 0, 0.54);
}
.shaka-resolutions span,
.shaka-audio-languages span,
.shaka-text-languages span {
margin-left: 54px;
}
.shaka-back-to-overflow-button span {
margin-left: 0;
}
.shaka-back-to-overflow-button i {
padding-right: 20px;
}
.shaka-cast-connected-button {
display: none;
}
/* Add 'button' to hidden and displayed classes
to make them override display setting previously set in
.overflowMenu button.
See https://goo.gl/egXAJY for explanation of
how CSS cascade rules work. */
button.shaka-hidden,
.shaka-hidden {
display: none;
}
button.shaka-displayed,
.shaka-displayed {
display: flex;
}
.shaka-opaque {
opacity: 1;
}
.shaka-transparent {
opacity: 0;
}
/*
The SVG/CSS buffering spinner is based on http://codepen.io/jczimm/pen/vEBpoL
Some local modifications have been made.
Copyright (c) 2016 by jczimm
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
.shaka-spinner-svg {
animation: rotate 2s linear infinite;
transform-origin: center center;
width: 100px;
height: 100px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.shaka-spinner-path {
/* Fall back for IE 11, where the stroke properties are not animated,
but the spinner still rotates. */
stroke: #202124;
stroke-dasharray: 20, 200;
stroke-dashoffset: 0;
animation: dash 1.5s ease-in-out infinite;
stroke-linecap: round;
}
@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;
}
}
/* Outline on focus is important for accessibility, but
it doesn't look great. This removes the outline for
mouse users while leaving it for keyboard users. */
.shaka-controls-container:not(.shaka-keyboard-navigation) button:focus,
.shaka-controls-container:not(.shaka-keyboard-navigation) input:focus {
outline: none;
}
.shaka-controls-container:not(.shaka-keyboard-navigation) button::-moz-focus-inner,
.shaka-controls-container:not(.shaka-keyboard-navigation) input::-moz-focus-outer {
border: 0;
}
.shaka-auto-span {
left: 17px;
}
.shaka-captions-on {
color: black;
}
.shaka-captions-off {
color: grey;
} | 0.192274 | 0.106644 |
body {
background:#ffffff;
margin:0;
padding:3px;
line-height:1.0em;
font-family:tahoma, arial, sans-serif;
font-size:100%;
}
table {
border:1px solid #333333;
border-collapse:collapse;
font-size:90%;
}
td, th {
border-bottom:1px solid #333333;
border-right:1px solid #333333;
padding:3px 3px 3px 3px;
text-align:right;
vertical-align: middle;
}
th {
background:#DEDEDE;
font-weight:normal;
text-align:center;
}
caption {
background:#E0E0E0;
margin:0;
border:1px solid #333333;
border-bottom:none;
padding:3px 5px;
font-weight:bold;
}
table.default0 {
border-collapse: collapse;
margin:5px;
padding:5px;
width: calc(100% - 10px);
border:1px solid #ccc;
line-height:1.0em;
}
table.default0 caption {
border-collapse: collapse;
text-align: left;
color: #369;
background: #ebeef3;
border: 1px solid #ccc;
}
table.default0 thread th {
color: #369;
border-bottom: 1px solid #ccc;
}
table.default0 tbody th {
color: #369;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #f3f6f7;
}
table.default0 td {
color: #369;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
font-weight:normal;
}
table.default0 tr {
-webkit-transition: background .5s;
transition: background .5s;
}
#core_slider {
writing-mode: bt-rl; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 10px;
height: 90px;
margin: 0px;
padding: 0 0px;
transform: rotate(180deg);
}
#command_slider {
writing-mode: bt-rl; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 10px;
height: 90px;
margin: 0px;
padding: 0 0px;
}
#trace_slider {
writing-mode: bt-rl; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 10px;
height: 200px;
margin: 0px;
padding: 0 0px;
}
#LMB_slider, #GMB_slider {
writing-mode: bt-rl; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 10px;
height: 570px;
margin: 0px;
padding: 0 0px;
transform: rotate(180deg);
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
background: transparent;
border: none;
}
input[type="range"]::-ms-track {
border-radius: 2px;
width: 4px;
height: 698px;
border: 1px solid #bdc3c7;
background-color: #dde3e7;
color: #bdc3c7; /*tick*/
}
input[type="range"]::-ms-thumb {
background-color: #Ef5041;
border: 1px solid #ff8071;
width: 8px;
height: 25px;
border-radius: 8px;
cursor: pointer;
}
.ToggleSwitch{
position: relative;
overflow: hidden;
height:18px;
width:150px;
margin-left: 5px;
-webkit-box-shadow: 0 0 0 2px rgb(145, 149, 155);
-moz-box-shadow: 0 0 0 2px rgb(145, 149, 155);
box-shadow: 0 0 0 2px rgb(145, 149, 155);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-user-select:none;
-moz-user-select:none;
}
.ToggleSwitch_transition{
overflow: hidden;
margin-left: 0;
width:100%;
height: 100%;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-moz-transition: margin 0.1s ease-in 0s;
-webkit-transition: margin 0.1s ease-in 0s;
transition: margin 0.1s ease-in 0s;
}
.ToggleSwitch_Check:checked+ .ToggleSwitch_transition{
margin-left:50%;
}
.ToggleSwitch_slider_label{
position:absolute;
width:150%;
height:100%;
overflow: hidden;
margin-left:-50%;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 0 0 2px rgb(145, 149, 155);
-moz-box-shadow: 0 0 0 2px rgb(145, 149, 155);
box-shadow: 0 0 0 2px rgb(145, 149, 155);
}
.ToggleSwitch_On{
position:relative;
top:1px;
left:2px;
font-weight:bold;
}
.ToggleSwitch_Off{
position:relative;
top:1px;
left:22px;
font-weight:bold;
}
.ToggleSwitch_active{
position:absolute;
width:50%;
height:100%;
vertical-align:center;
left:0;
font-weight: normal;
font-family: Avenir, Tahoma, Arial, Verdana;
color: #FCF9F9;
font-size: 12px;
text-indent:10px;
background: #FC4949;
background-image: -moz-linear-gradient(top, #7EA3D5 0%, #5C89C7 50%, #3966B0 51%, #3764AF 100%);
background-image: -webkit-linear-gradient(top, #7EA3D5 0%, #5C89C7 50%, #3966B0 51%, #3764AF 100%);
background-image: -o-linear-gradient(top, #7EA3D5 0%, #5C89C7 50%, #3966B0 51%, #3764AF 100%);
background-image: linear-gradient(top, #7EA3D5 0%, #5C89C7 50%, #3966B0 51%, #3764AF 100%);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.ToggleSwitch_inactive{
width:50%;
height:100%;
vertical-align:center;
position:absolute;
right:0;
font-weight: normal;
font-family: Avenir, Tahoma, Arial, Verdana;
color: #291818;
font-size: 12px;
text-indent:23px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-image: -moz-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: -webkit-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: -o-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
}
.ToggleSwitch_Btn{
width:50%;
height:100%;
position:absolute;
z-index:1;
margin-left:0;
-webkit-box-shadow: 0 0 0 0.5px rgb(145, 149, 155);
-moz-box-shadow: 0 0 0 0.5px rgb(145, 149, 155);
box-shadow: 0 0 0 0.5px rgb(145, 149, 155);
background-image: -moz-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: -webkit-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: -o-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 10px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.5s;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
width: 120px;
} | Meitner/Profiles/RegisterMap/tables.css | body {
background:#ffffff;
margin:0;
padding:3px;
line-height:1.0em;
font-family:tahoma, arial, sans-serif;
font-size:100%;
}
table {
border:1px solid #333333;
border-collapse:collapse;
font-size:90%;
}
td, th {
border-bottom:1px solid #333333;
border-right:1px solid #333333;
padding:3px 3px 3px 3px;
text-align:right;
vertical-align: middle;
}
th {
background:#DEDEDE;
font-weight:normal;
text-align:center;
}
caption {
background:#E0E0E0;
margin:0;
border:1px solid #333333;
border-bottom:none;
padding:3px 5px;
font-weight:bold;
}
table.default0 {
border-collapse: collapse;
margin:5px;
padding:5px;
width: calc(100% - 10px);
border:1px solid #ccc;
line-height:1.0em;
}
table.default0 caption {
border-collapse: collapse;
text-align: left;
color: #369;
background: #ebeef3;
border: 1px solid #ccc;
}
table.default0 thread th {
color: #369;
border-bottom: 1px solid #ccc;
}
table.default0 tbody th {
color: #369;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #f3f6f7;
}
table.default0 td {
color: #369;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
font-weight:normal;
}
table.default0 tr {
-webkit-transition: background .5s;
transition: background .5s;
}
#core_slider {
writing-mode: bt-rl; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 10px;
height: 90px;
margin: 0px;
padding: 0 0px;
transform: rotate(180deg);
}
#command_slider {
writing-mode: bt-rl; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 10px;
height: 90px;
margin: 0px;
padding: 0 0px;
}
#trace_slider {
writing-mode: bt-rl; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 10px;
height: 200px;
margin: 0px;
padding: 0 0px;
}
#LMB_slider, #GMB_slider {
writing-mode: bt-rl; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 10px;
height: 570px;
margin: 0px;
padding: 0 0px;
transform: rotate(180deg);
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
background: transparent;
border: none;
}
input[type="range"]::-ms-track {
border-radius: 2px;
width: 4px;
height: 698px;
border: 1px solid #bdc3c7;
background-color: #dde3e7;
color: #bdc3c7; /*tick*/
}
input[type="range"]::-ms-thumb {
background-color: #Ef5041;
border: 1px solid #ff8071;
width: 8px;
height: 25px;
border-radius: 8px;
cursor: pointer;
}
.ToggleSwitch{
position: relative;
overflow: hidden;
height:18px;
width:150px;
margin-left: 5px;
-webkit-box-shadow: 0 0 0 2px rgb(145, 149, 155);
-moz-box-shadow: 0 0 0 2px rgb(145, 149, 155);
box-shadow: 0 0 0 2px rgb(145, 149, 155);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-user-select:none;
-moz-user-select:none;
}
.ToggleSwitch_transition{
overflow: hidden;
margin-left: 0;
width:100%;
height: 100%;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-moz-transition: margin 0.1s ease-in 0s;
-webkit-transition: margin 0.1s ease-in 0s;
transition: margin 0.1s ease-in 0s;
}
.ToggleSwitch_Check:checked+ .ToggleSwitch_transition{
margin-left:50%;
}
.ToggleSwitch_slider_label{
position:absolute;
width:150%;
height:100%;
overflow: hidden;
margin-left:-50%;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 0 0 2px rgb(145, 149, 155);
-moz-box-shadow: 0 0 0 2px rgb(145, 149, 155);
box-shadow: 0 0 0 2px rgb(145, 149, 155);
}
.ToggleSwitch_On{
position:relative;
top:1px;
left:2px;
font-weight:bold;
}
.ToggleSwitch_Off{
position:relative;
top:1px;
left:22px;
font-weight:bold;
}
.ToggleSwitch_active{
position:absolute;
width:50%;
height:100%;
vertical-align:center;
left:0;
font-weight: normal;
font-family: Avenir, Tahoma, Arial, Verdana;
color: #FCF9F9;
font-size: 12px;
text-indent:10px;
background: #FC4949;
background-image: -moz-linear-gradient(top, #7EA3D5 0%, #5C89C7 50%, #3966B0 51%, #3764AF 100%);
background-image: -webkit-linear-gradient(top, #7EA3D5 0%, #5C89C7 50%, #3966B0 51%, #3764AF 100%);
background-image: -o-linear-gradient(top, #7EA3D5 0%, #5C89C7 50%, #3966B0 51%, #3764AF 100%);
background-image: linear-gradient(top, #7EA3D5 0%, #5C89C7 50%, #3966B0 51%, #3764AF 100%);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.ToggleSwitch_inactive{
width:50%;
height:100%;
vertical-align:center;
position:absolute;
right:0;
font-weight: normal;
font-family: Avenir, Tahoma, Arial, Verdana;
color: #291818;
font-size: 12px;
text-indent:23px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-image: -moz-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: -webkit-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: -o-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
}
.ToggleSwitch_Btn{
width:50%;
height:100%;
position:absolute;
z-index:1;
margin-left:0;
-webkit-box-shadow: 0 0 0 0.5px rgb(145, 149, 155);
-moz-box-shadow: 0 0 0 0.5px rgb(145, 149, 155);
box-shadow: 0 0 0 0.5px rgb(145, 149, 155);
background-image: -moz-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: -webkit-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: -o-linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
background-image: linear-gradient(top, rgb(236,236,237) 0%, rgb(208,209,211) 50%, rgb(185,187,189) 51%, rgb(190,191,194) 100%);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 10px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.5s;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
width: 120px;
} | 0.176033 | 0.061876 |
:root {
--color-warning: rgb(197, 31, 31);
--color-custom-entity-bg-default: rgba(149, 228, 169, 0.4);
--color-custom-entity-bg-hover: rgba(149, 228, 169, 0.6);
--color-custom-entity-bg: rgba(149, 228, 169, 0.836);
--color-custom-entity-label: rgb(42, 161, 68);
--color-custom-entity-bracket: rgb(149, 228, 169);
--color-prebuilt-entity-bg-default: rgba(149, 174, 228, 0.4);
--color-prebuilt-entity-bg-hover: rgba(149, 174, 228, 0.6);
--color-prebuilt-entity-bg: rgba(149, 174, 228, 0.836);
--color-prebuilt-entity-label: rgb(72, 110, 192);
--color-prebuilt-entity-hover: rgb(149, 174, 228);
}
.cl-entity-node {
position: relative;
}
.cl-entity-node__text {
display: inline-block;
position: relative;
border-radius: 3px;
line-height: 1.7em;
}
.cl-entity-node--custom .cl-entity-node__text {
background: var(--color-custom-entity-bg-default);
}
.cl-entity-node--custom .cl-entity-node__text:hover {
background: var(--color-custom-entity-bg-hover);
}
.cl-entity-node--prebuilt .cl-entity-node__text {
background: var(--color-prebuilt-entity-bg-default);
}
.cl-entity-node--prebuilt .cl-entity-node__text:hover {
background: var(--color-prebuilt-entity-bg-hover);
}
.cl-entity-node--custom.cl-entity-node--is-editing .cl-entity-node__text {
background: var(--color-custom-entity-bg);
}
.cl-entity-node--prebuilt.cl-entity-node--is-editing .cl-entity-node__text {
background: var(--color-prebuilt-entity-bg);
}
.cl-entity-node--is-editing {
z-index: 100;
}
.cl-entity-node-indicator {
display: inline-block;
position: absolute;
width: 100%;
line-height: 1em;
font-size: 0.75rem;
text-align: center;
z-index: 1;
bottom: calc(1.6em);
}
.cl-entity-node--custom .cl-entity-node-indicator {
color: var(--color-custom-entity-label);
}
.cl-entity-node--prebuilt .cl-entity-node-indicator {
color: var(--color-prebuilt-entity-label);
}
.cl-entity-node-indicator__mincontent {
margin-bottom: 0.25em;
white-space: nowrap;
}
.cl-entity-node-indicator__controls {
margin-bottom: 2px;
}
.cl-entity-node-indicator__controls button {
font-size: 0.75rem;
padding: 0.0em 0.3em;
margin: 0;
cursor: pointer;
color: white;
font-size: 0.75rem;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.cl-entity-node--read-only .cl-entity-node-indicator__controls button {
cursor: default;
}
.cl-entity-node--custom .cl-entity-node-indicator__controls button i {
color: var(--color-red);
}
.cl-entity-node-indicator__name {
cursor: default;
}
.cl-entity-node:hover {
z-index: 100;
}
.cl-entity-node:hover .cl-entity-node-indicator__name button {
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
border: 1px solid #aaaaaa !important;
padding-left: 5px;
padding-right: 5px;
margin-left: -5px;
box-sizing: border-box !important;
}
.cl-button-delete-open {
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
border: 1px solid #aaaaaa !important;
padding-left: 5px !important;
padding-right: 5px !important;
margin-left: -5px !important;
box-sizing: border-box !important;
}
.cl-entity-node-indicator__name button {
border: none;
background: none;
cursor: pointer;
margin: 0;
padding: 0;
}
.cl-entity-node--read-only .cl-entity-node-indicator__name button {
cursor: default;
}
.cl-entity-node--custom .cl-entity-node-indicator__name,
.cl-entity-node--custom .cl-entity-node-indicator__name button {
color: var(--color-custom-entity-label);
}
.cl-entity-node--custom .cl-entity-node-indicator__name button {
background: white;
}
.cl-entity-node--prebuilt .cl-entity-node-indicator__name,
.cl-entity-node--prebuilt .cl-entity-node-indicator__name button {
color: var(--color-prebuilt-entity-label);
}
.cl-entity-node--prebuilt .cl-entity-node-indicator__name button {
background: white;
}
.cl-entity-node-indicator__bracket {
height: 5px;
border: 2px solid var(--color-custom-entity-bracket);
border-bottom: none;
}
.cl-entity-node--custom .cl-entity-node-indicator__bracket {
border-color: var(--color-custom-entity-bg);
}
.cl-entity-node--prebuilt .cl-entity-node-indicator__bracket {
border-color: var(--color-prebuilt-entity-bg);
}
.ms-Button--icon.ms-Button--headstone {
border-top: 1px solid rgba(0,0,0,0.25);
border-right: 1px solid rgba(0,0,0,0.25);
border-bottom: 1px solid #ffffff;
border-left: 1px solid rgba(0,0,0,0.25);
background: #ffffff !important;
}
.ms-Button--selected {
background-color: var(--color-themeDark) !important
} | src/components/ExtractorResponseEditor/CustomEntity.css | :root {
--color-warning: rgb(197, 31, 31);
--color-custom-entity-bg-default: rgba(149, 228, 169, 0.4);
--color-custom-entity-bg-hover: rgba(149, 228, 169, 0.6);
--color-custom-entity-bg: rgba(149, 228, 169, 0.836);
--color-custom-entity-label: rgb(42, 161, 68);
--color-custom-entity-bracket: rgb(149, 228, 169);
--color-prebuilt-entity-bg-default: rgba(149, 174, 228, 0.4);
--color-prebuilt-entity-bg-hover: rgba(149, 174, 228, 0.6);
--color-prebuilt-entity-bg: rgba(149, 174, 228, 0.836);
--color-prebuilt-entity-label: rgb(72, 110, 192);
--color-prebuilt-entity-hover: rgb(149, 174, 228);
}
.cl-entity-node {
position: relative;
}
.cl-entity-node__text {
display: inline-block;
position: relative;
border-radius: 3px;
line-height: 1.7em;
}
.cl-entity-node--custom .cl-entity-node__text {
background: var(--color-custom-entity-bg-default);
}
.cl-entity-node--custom .cl-entity-node__text:hover {
background: var(--color-custom-entity-bg-hover);
}
.cl-entity-node--prebuilt .cl-entity-node__text {
background: var(--color-prebuilt-entity-bg-default);
}
.cl-entity-node--prebuilt .cl-entity-node__text:hover {
background: var(--color-prebuilt-entity-bg-hover);
}
.cl-entity-node--custom.cl-entity-node--is-editing .cl-entity-node__text {
background: var(--color-custom-entity-bg);
}
.cl-entity-node--prebuilt.cl-entity-node--is-editing .cl-entity-node__text {
background: var(--color-prebuilt-entity-bg);
}
.cl-entity-node--is-editing {
z-index: 100;
}
.cl-entity-node-indicator {
display: inline-block;
position: absolute;
width: 100%;
line-height: 1em;
font-size: 0.75rem;
text-align: center;
z-index: 1;
bottom: calc(1.6em);
}
.cl-entity-node--custom .cl-entity-node-indicator {
color: var(--color-custom-entity-label);
}
.cl-entity-node--prebuilt .cl-entity-node-indicator {
color: var(--color-prebuilt-entity-label);
}
.cl-entity-node-indicator__mincontent {
margin-bottom: 0.25em;
white-space: nowrap;
}
.cl-entity-node-indicator__controls {
margin-bottom: 2px;
}
.cl-entity-node-indicator__controls button {
font-size: 0.75rem;
padding: 0.0em 0.3em;
margin: 0;
cursor: pointer;
color: white;
font-size: 0.75rem;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.cl-entity-node--read-only .cl-entity-node-indicator__controls button {
cursor: default;
}
.cl-entity-node--custom .cl-entity-node-indicator__controls button i {
color: var(--color-red);
}
.cl-entity-node-indicator__name {
cursor: default;
}
.cl-entity-node:hover {
z-index: 100;
}
.cl-entity-node:hover .cl-entity-node-indicator__name button {
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
border: 1px solid #aaaaaa !important;
padding-left: 5px;
padding-right: 5px;
margin-left: -5px;
box-sizing: border-box !important;
}
.cl-button-delete-open {
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
border: 1px solid #aaaaaa !important;
padding-left: 5px !important;
padding-right: 5px !important;
margin-left: -5px !important;
box-sizing: border-box !important;
}
.cl-entity-node-indicator__name button {
border: none;
background: none;
cursor: pointer;
margin: 0;
padding: 0;
}
.cl-entity-node--read-only .cl-entity-node-indicator__name button {
cursor: default;
}
.cl-entity-node--custom .cl-entity-node-indicator__name,
.cl-entity-node--custom .cl-entity-node-indicator__name button {
color: var(--color-custom-entity-label);
}
.cl-entity-node--custom .cl-entity-node-indicator__name button {
background: white;
}
.cl-entity-node--prebuilt .cl-entity-node-indicator__name,
.cl-entity-node--prebuilt .cl-entity-node-indicator__name button {
color: var(--color-prebuilt-entity-label);
}
.cl-entity-node--prebuilt .cl-entity-node-indicator__name button {
background: white;
}
.cl-entity-node-indicator__bracket {
height: 5px;
border: 2px solid var(--color-custom-entity-bracket);
border-bottom: none;
}
.cl-entity-node--custom .cl-entity-node-indicator__bracket {
border-color: var(--color-custom-entity-bg);
}
.cl-entity-node--prebuilt .cl-entity-node-indicator__bracket {
border-color: var(--color-prebuilt-entity-bg);
}
.ms-Button--icon.ms-Button--headstone {
border-top: 1px solid rgba(0,0,0,0.25);
border-right: 1px solid rgba(0,0,0,0.25);
border-bottom: 1px solid #ffffff;
border-left: 1px solid rgba(0,0,0,0.25);
background: #ffffff !important;
}
.ms-Button--selected {
background-color: var(--color-themeDark) !important
} | 0.664214 | 0.131647 |
* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none; }
.wzw_box .wzw_banner {
position: relative;
width: 100%; }
.wzw_box .wzw_banner img {
width: 100%; }
.wzw_box .wzw_banner .wzwImg_posi {
position: absolute;
width: 360px;
height: 100px;
top: 50%;
margin-top: -50px;
left: 50%;
margin-left: -180px;
text-align: center;
font-size: 40px;
color: white; }
.wzw_box .wzw_banner .wzwImg_posi p {
text-align: center; }
.wzw_box .wzw_banner .wzwImg_posi p .spans1 {
font-size: 30px;
line-height: 40px; }
.wzw_box .wzw_banner .wzwImg_posi p .spans2 {
font-size: 15px;
line-height: 40px; }
.wzw_box .wzw_banner .wzwImg_posi p span {
margin: 0 5px;
float: left; }
.wzw_box .wzw_banner .wzwImg_posi .spp2 {
width: 250px;
margin: 0 auto; }
.wzw_box .wzw_banner .wzw_bannerbiao {
position: absolute;
width: 400px;
color: #ffffff;
top: 50%;
height: 50px;
margin-top: -25px;
left: 50%;
line-height: 50px;
text-align: center;
padding: 0 10px;
margin-left: -200px;
font-size: 40px;
letter-spacing: 10px; }
.wzw_box .wzw_banner .wzw_bannerbiao span {
float: left; }
.wzw_box .wzw_banner .wzw_bannerbiao .wzw_sp1 {
line-height: 50px; }
.wzw_box .wzw_banner .wzw_bannerbiao .wzw_sp2 {
margin-left: 10px;
font-size: 40px;
letter-spacing: 10px; }
.wzw_box .wzw_zixun {
background: #f5f5f5; }
.wzw_box .wzw_zixun .wzw_zixunAuto {
position: relative;
width: 1200px;
margin: 0 auto; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_zixunBiaoti {
padding: 26px 0; height: 103px;}
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_zixunBiaoti span {
display: inline-block; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_zixunBiaoti .wzw-sp1 {
width: 450px; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_zixunBiaoti .wzw-sp2 {
width: 290px;
text-align: center;
font-size: 36px;
color: #333333; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_radius {
position: absolute;
width: 24px;
top: 133px;
left: 50%;
margin-left: -12px; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_radius .wzw-radius {
width: 24px;
height: 24px;
cursor: pointer;
border-radius: 50%;
background: #535353; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_radius .wzw-radius-xian {
width: 1.5px;
height: 186px;
margin: 0 auto;
border: 0.5px solid #535353; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li {
cursor: pointer;
height: 210px;
/* margin-bottom: 50px;*/ }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left {
width: 560px;
float: left;
height: 100%; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_cont {
padding: 78px 0;
width: 450px;
float: left;
text-align: right; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_cont .p1 {
font-size: 16px;
color: #333333;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_cont .p2 {
font-size: 14px;
color: #666666;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_time {
color: #333333;
width: 90px;
height: 68px;
text-align: center;
float: right;
margin: 72px 0;
text-align: center; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_time span {
font-size: 24px;
width: 90px;
color: #333333;
display: block; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_right {
width: 550px;
float: right;
display: none;
height: 210px; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_right img {
width: 100%;
height: 100%; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 {
width: 560px;
float: right;
height: 100%; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_cont2 {
padding: 78px 0;
width: 450px;
float: right;
text-align: left; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_cont2 .p12 {
font-size: 16px;
color: #333333;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_cont2 .p22 {
font-size: 14px;
color: #666666;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_time2 {
color: #333333;
width: 90px;
height: 68px;
text-align: center;
float: left;
margin: 72px 0;
text-align: center; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_time2 span {
width:90px;
font-size: 24px;
color: #333333;
display: block; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_right2 {
width: 550px;
float: left;
display: none;
height: 210px; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_right2 img {
width: 100%;
height: 100%; }
.wzw_box .wzw_zixun2 {
background: #f5f5f5; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 {
width: 1200px;
margin: 0 auto;
padding: 40px 0; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun2_biaoti {
text-indent: 17px;
height: 36px;
font-size: 24px;
line-height: 36px;
color: #333333;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang {
padding: 16px 0 0 32px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left {
border-right: 1px solid #eeeeee;
width: 768px;
padding-right: 56px;
float: left; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left1 {
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left1 p {
line-height: 50px;
float: left;
font-size: 18px;
clear: #666666; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left1 .p2 {
margin-left: 110px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left2 {
color: #666666;
font-size: 14px;
text-indent: 2em;
letter-spacing: 2px;
line-height: 30px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left3 {
margin: 5px 0 10px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left3 img {
width: 100%; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left4 {
display: block;
color: #666666;
margin-top: 42px;
text-decoration: none; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left4:hover {
color: #003366; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left5:hover {
color: #003366; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left5 {
display: block;
color: #666666;
margin-top: 22px;
text-decoration: none; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right {
padding-left: 40px;
width: 368px;
float: right; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right .wzw_zixun_xiang_right1 {
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right .wzw_zixun_xiang_right1 p {
line-height: 50px;
float: left;
font-size: 18px;
clear: #666666;
margin-right: 35px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul {
width: 100%; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li {
width: 100%;
height: 50px;
line-height: 50px;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li a {
color: #666666;
font-size: 14px;
text-decoration: none; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li a .sp1 {
margin-right: 10px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li a .sp2 {
color: #cc4c4c;
font-size: 12px;
float: right;
margin-right: 20px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li a:hover {
color: #003366; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul .li .sp1 {
display: inline-block;
width: 20px;
float: left;
line-height: 50px;
text-align: center; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul .li a {
display: inline-block;
width: 283px;
float: left;
line-height: 50px;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul .li .sp2 {
float: right;
display: inline-block;
width: 40px;
font-size: 12px;
color: #CC4C4C;
line-height: 50px;
text-align: center; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul .li .sp3 {
color: #CC4C4C; }
.wzw_fwtk {
background: #f5f5f5; }
.wzw_fwtk .wzw_fwtk_Auto {
width: 1200px;
padding: 30px 0;
margin: 0 auto; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_fwtk_Auto_biao {
text-align: center;
padding: 40px 0; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_fwtk_Auto_biao .sp2 {
margin: 0 70px;
font-size: 36px;
color: #333333;
letter-spacing: 3px; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_FourLi ul li {
height: 252px;
border: 1px solid #333333;
width: 277px;
float: left; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_FourLi ul li .li1 {
height: 90px;
font-size: 30px;
text-align: center;
color: white;
padding: 35px 0 10px;
background: #003366;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_FourLi ul li .li2 {
height: 160px;
font-size: 36px;
text-align: center;
color: #003366;
line-height: 160px;
background: #ffffff;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_FourLi ul .margin30 {
margin-left: 30px; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_img2 {
margin: 100px 0 40px; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_img2 img {
width: 100%; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_biao2 {
font-size: 36px;
color: #333333;
text-align: center;
padding-bottom: 20px; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_fwtk_Auto_cont {
width: 1060px;
margin: 0 auto; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_fwtk_Auto_cont p {
font-size: 14px;
color: #666666;
line-height: 30px;
margin-bottom: 30px; }
.wzw_zixunli_left_cont2 .p1{
color: #333333;
font-size: 16px;
}
.wzw_zixunli_left_cont2 .p2{
color: #666666;
font-size: 14px;
}
.wzw_zixunXiangqing{
height: auto;
}
.wzw_zixunXiangqing_left{
background: #fcfcfc;
height: auto;
float: left;
}
.wzw_zixunXiangqing_right{
background: #F9f8f8;
height:auto;
float: right;
}
.wzw_zixunXiangqing_left800{
width: 800px;
padding: 50px 56px 50px 0;
border-right: 1px solid #eeeeee;
float: right;
height: 100%;
}
.wzw_zixunXiangqing_right400{
padding: 50px 0 50px 50px;
width: 400px;
height: 100%;
/*border: 1px solid red;*/
}
.wzw_zixunXiangqing_bt{
font-size: 24px;
color: #333333;
line-height:80px;
}
.wzw_zixunXiangqing_left800 p{
font-size: 14px;
color: #666666;
line-height: 30px;
}
.zixunImg{
width: 100%;
margin: 15px 0;
}
.wzw_zixunXiangqing_rightBt{
line-height: 80px;
font-size: 18px;
color: #666;
}
.wzw_zixunXiangqing_right400 a{
display: block;
color: #666666;
font-size: 14px;
line-height: 50px;
text-decoration: none;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow:hidden;
}
.wzw_zixunXiangqing_right400 a:hover{
color: #003366;
text-decoration: none;
}
.wzw_zixunXiangqing_left800 a{
display: inline-block;
margin-top: 22px;
text-decoration: none;
font-size: 16px;
color: #333;
}
.wzw_zixunXiangqing_left800 a:hover{
text-decoration: none;
color: #003366;
}
.wzw_zixunXiangqing_left800 h4{
text-align: right;
color: #333333;
font-size: 16px;
border-bottom: 1px solid #eeeeee;
}
.wzw_zixunXiangqing_left800 img{
width: auto;
max-width: 100%;
}
/*# sourceMappingURL=zixun.css.map */ | public/home/css/zixun.css | * {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none; }
.wzw_box .wzw_banner {
position: relative;
width: 100%; }
.wzw_box .wzw_banner img {
width: 100%; }
.wzw_box .wzw_banner .wzwImg_posi {
position: absolute;
width: 360px;
height: 100px;
top: 50%;
margin-top: -50px;
left: 50%;
margin-left: -180px;
text-align: center;
font-size: 40px;
color: white; }
.wzw_box .wzw_banner .wzwImg_posi p {
text-align: center; }
.wzw_box .wzw_banner .wzwImg_posi p .spans1 {
font-size: 30px;
line-height: 40px; }
.wzw_box .wzw_banner .wzwImg_posi p .spans2 {
font-size: 15px;
line-height: 40px; }
.wzw_box .wzw_banner .wzwImg_posi p span {
margin: 0 5px;
float: left; }
.wzw_box .wzw_banner .wzwImg_posi .spp2 {
width: 250px;
margin: 0 auto; }
.wzw_box .wzw_banner .wzw_bannerbiao {
position: absolute;
width: 400px;
color: #ffffff;
top: 50%;
height: 50px;
margin-top: -25px;
left: 50%;
line-height: 50px;
text-align: center;
padding: 0 10px;
margin-left: -200px;
font-size: 40px;
letter-spacing: 10px; }
.wzw_box .wzw_banner .wzw_bannerbiao span {
float: left; }
.wzw_box .wzw_banner .wzw_bannerbiao .wzw_sp1 {
line-height: 50px; }
.wzw_box .wzw_banner .wzw_bannerbiao .wzw_sp2 {
margin-left: 10px;
font-size: 40px;
letter-spacing: 10px; }
.wzw_box .wzw_zixun {
background: #f5f5f5; }
.wzw_box .wzw_zixun .wzw_zixunAuto {
position: relative;
width: 1200px;
margin: 0 auto; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_zixunBiaoti {
padding: 26px 0; height: 103px;}
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_zixunBiaoti span {
display: inline-block; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_zixunBiaoti .wzw-sp1 {
width: 450px; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_zixunBiaoti .wzw-sp2 {
width: 290px;
text-align: center;
font-size: 36px;
color: #333333; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_radius {
position: absolute;
width: 24px;
top: 133px;
left: 50%;
margin-left: -12px; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_radius .wzw-radius {
width: 24px;
height: 24px;
cursor: pointer;
border-radius: 50%;
background: #535353; }
.wzw_box .wzw_zixun .wzw_zixunAuto .wzw_radius .wzw-radius-xian {
width: 1.5px;
height: 186px;
margin: 0 auto;
border: 0.5px solid #535353; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li {
cursor: pointer;
height: 210px;
/* margin-bottom: 50px;*/ }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left {
width: 560px;
float: left;
height: 100%; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_cont {
padding: 78px 0;
width: 450px;
float: left;
text-align: right; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_cont .p1 {
font-size: 16px;
color: #333333;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_cont .p2 {
font-size: 14px;
color: #666666;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_time {
color: #333333;
width: 90px;
height: 68px;
text-align: center;
float: right;
margin: 72px 0;
text-align: center; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left .wzw_zixunli_left_time span {
font-size: 24px;
width: 90px;
color: #333333;
display: block; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_right {
width: 550px;
float: right;
display: none;
height: 210px; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_right img {
width: 100%;
height: 100%; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 {
width: 560px;
float: right;
height: 100%; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_cont2 {
padding: 78px 0;
width: 450px;
float: right;
text-align: left; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_cont2 .p12 {
font-size: 16px;
color: #333333;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_cont2 .p22 {
font-size: 14px;
color: #666666;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_time2 {
color: #333333;
width: 90px;
height: 68px;
text-align: center;
float: left;
margin: 72px 0;
text-align: center; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_left2 .wzw_zixunli_left_time2 span {
width:90px;
font-size: 24px;
color: #333333;
display: block; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_right2 {
width: 550px;
float: left;
display: none;
height: 210px; }
.wzw_box .wzw_zixun .wzw_zixunAuto ul li a .wzw_zixunli_right2 img {
width: 100%;
height: 100%; }
.wzw_box .wzw_zixun2 {
background: #f5f5f5; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 {
width: 1200px;
margin: 0 auto;
padding: 40px 0; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun2_biaoti {
text-indent: 17px;
height: 36px;
font-size: 24px;
line-height: 36px;
color: #333333;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang {
padding: 16px 0 0 32px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left {
border-right: 1px solid #eeeeee;
width: 768px;
padding-right: 56px;
float: left; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left1 {
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left1 p {
line-height: 50px;
float: left;
font-size: 18px;
clear: #666666; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left1 .p2 {
margin-left: 110px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left2 {
color: #666666;
font-size: 14px;
text-indent: 2em;
letter-spacing: 2px;
line-height: 30px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left3 {
margin: 5px 0 10px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left3 img {
width: 100%; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left4 {
display: block;
color: #666666;
margin-top: 42px;
text-decoration: none; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left4:hover {
color: #003366; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left5:hover {
color: #003366; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_left .wzw_zixun_xiang_left5 {
display: block;
color: #666666;
margin-top: 22px;
text-decoration: none; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right {
padding-left: 40px;
width: 368px;
float: right; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right .wzw_zixun_xiang_right1 {
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right .wzw_zixun_xiang_right1 p {
line-height: 50px;
float: left;
font-size: 18px;
clear: #666666;
margin-right: 35px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul {
width: 100%; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li {
width: 100%;
height: 50px;
line-height: 50px;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li a {
color: #666666;
font-size: 14px;
text-decoration: none; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li a .sp1 {
margin-right: 10px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li a .sp2 {
color: #cc4c4c;
font-size: 12px;
float: right;
margin-right: 20px; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul li a:hover {
color: #003366; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul .li .sp1 {
display: inline-block;
width: 20px;
float: left;
line-height: 50px;
text-align: center; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul .li a {
display: inline-block;
width: 283px;
float: left;
line-height: 50px;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul .li .sp2 {
float: right;
display: inline-block;
width: 40px;
font-size: 12px;
color: #CC4C4C;
line-height: 50px;
text-align: center; }
.wzw_box .wzw_zixun2 .wzw_zixunAuto2 .wzw_zixun_xiang .wzw_zixun_xiang_right ul .li .sp3 {
color: #CC4C4C; }
.wzw_fwtk {
background: #f5f5f5; }
.wzw_fwtk .wzw_fwtk_Auto {
width: 1200px;
padding: 30px 0;
margin: 0 auto; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_fwtk_Auto_biao {
text-align: center;
padding: 40px 0; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_fwtk_Auto_biao .sp2 {
margin: 0 70px;
font-size: 36px;
color: #333333;
letter-spacing: 3px; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_FourLi ul li {
height: 252px;
border: 1px solid #333333;
width: 277px;
float: left; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_FourLi ul li .li1 {
height: 90px;
font-size: 30px;
text-align: center;
color: white;
padding: 35px 0 10px;
background: #003366;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_FourLi ul li .li2 {
height: 160px;
font-size: 36px;
text-align: center;
color: #003366;
line-height: 160px;
background: #ffffff;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_FourLi ul .margin30 {
margin-left: 30px; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_img2 {
margin: 100px 0 40px; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_img2 img {
width: 100%; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_biao2 {
font-size: 36px;
color: #333333;
text-align: center;
padding-bottom: 20px; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_fwtk_Auto_cont {
width: 1060px;
margin: 0 auto; }
.wzw_fwtk .wzw_fwtk_Auto .wzw_fwtk_Auto_cont p {
font-size: 14px;
color: #666666;
line-height: 30px;
margin-bottom: 30px; }
.wzw_zixunli_left_cont2 .p1{
color: #333333;
font-size: 16px;
}
.wzw_zixunli_left_cont2 .p2{
color: #666666;
font-size: 14px;
}
.wzw_zixunXiangqing{
height: auto;
}
.wzw_zixunXiangqing_left{
background: #fcfcfc;
height: auto;
float: left;
}
.wzw_zixunXiangqing_right{
background: #F9f8f8;
height:auto;
float: right;
}
.wzw_zixunXiangqing_left800{
width: 800px;
padding: 50px 56px 50px 0;
border-right: 1px solid #eeeeee;
float: right;
height: 100%;
}
.wzw_zixunXiangqing_right400{
padding: 50px 0 50px 50px;
width: 400px;
height: 100%;
/*border: 1px solid red;*/
}
.wzw_zixunXiangqing_bt{
font-size: 24px;
color: #333333;
line-height:80px;
}
.wzw_zixunXiangqing_left800 p{
font-size: 14px;
color: #666666;
line-height: 30px;
}
.zixunImg{
width: 100%;
margin: 15px 0;
}
.wzw_zixunXiangqing_rightBt{
line-height: 80px;
font-size: 18px;
color: #666;
}
.wzw_zixunXiangqing_right400 a{
display: block;
color: #666666;
font-size: 14px;
line-height: 50px;
text-decoration: none;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow:hidden;
}
.wzw_zixunXiangqing_right400 a:hover{
color: #003366;
text-decoration: none;
}
.wzw_zixunXiangqing_left800 a{
display: inline-block;
margin-top: 22px;
text-decoration: none;
font-size: 16px;
color: #333;
}
.wzw_zixunXiangqing_left800 a:hover{
text-decoration: none;
color: #003366;
}
.wzw_zixunXiangqing_left800 h4{
text-align: right;
color: #333333;
font-size: 16px;
border-bottom: 1px solid #eeeeee;
}
.wzw_zixunXiangqing_left800 img{
width: auto;
max-width: 100%;
}
/*# sourceMappingURL=zixun.css.map */ | 0.45181 | 0.099602 |
@font-face {
font-family: Roboto;
src: url(/fonts/Roboto/Roboto-Light.woff) format("woff");
}
/* for the index.html */
.loader-container {
position: absolute;
left: 50%;
top: 50%;
margin-left: -10px;
margin-top: -10px;
}
/*dashboard side nav styles*/
.side-list {
display: block;
/*border-bottom:1px solid rgba(0, 0, 0, 0.26);*/
width: auto;
margin-left: 15px;
color: #00838f;
}
/*breadcrumbs*/
.crumbs {
margin-left: 300px;
width: 76.5%;
}
.wrapper {
background: #82c5d9;
padding-left: 10px;
}
.breadcrumb::before {
content: "\f054";
font-family: FontAwesome !important;
font-size: 15px;
color: white;
margin-right: 20px;
}
/*style for topic viewing page and resource files under the topic*/
.selected_resouce_container {
padding-top: 100px;
margin-left: 300px;
}
.topic-side-nav {
margin-top: 18.7%;
width: 300px !important;
background-color: #dee8ec !important;
}
#unitName {
text-align: center;
color: white;
margin-top: 30px;
text-transform: capitalize;
}
.unitContainer {
height: 157px;
width: 100%;
background-color: #0893d2;
margin-top: -4%;
position: fixed;
z-index: 1;
}
.sideNavHeading {
margin-left: 107px;
font-weight: bold;
font-size: larger;
margin-top: 15px;
color: #5d5d5d;
position: absolute;
top: -9px;
}
.sideNavHeadingUnderline {
height: 41px;
border-bottom: 1px solid lightsteelblue;
width: 312px;
position: relative;
}
.topicName {
text-transform: capitalize;
font-weight: 500;
color: #ffffff;
background: #0893d2b3;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 0px;
text-align: center;
}
.cardListItem {
color: #4b4d4e;
font-weight: 400;
font-size: 17px;
/* padding: 11.5px 4px; */
}
#selectedTopic {
padding-left: 15px;
}
.sidenav > ul {
padding-left: 10px;
padding-top: 40px;
}
.sidenav > ul > li > a {
font-size: 20px;
color: #fff;
}
/*todo: remove class*/
.active-item,
.link {
/*color: #0893d2;*/
text-align: left;
}
.customAtag {
color: #4b4d4e;
font-weight: 400;
font-size: 17px !important;
text-transform: capitalize !important;
line-height: 55px !important;
height: 55px !important;
}
.active-item,
.active-topic {
border-right: solid 3px blue;
height: 55px;
font-weight: 400;
font-size: 17px;
color: #0893d2;
text-transform: capitalize;
}
.active-item-color {
color: #0893d2 !important;
}
.link,
.link-section:hover {
cursor: pointer;
}
.side-nav li {
float: none;
/*padding: 0 15px;*/
line-height: 55px;
}
/*styles for resource file display page */
.fileViewer {
margin-left: 300px !important;
}
.resource-side-nav {
margin-top: 9.66%;
width: 300px !important;
background-color: #dee8ec !important;
height: 100vh !important;
}
.videoViewer {
width: 79%;
height: auto;
margin-left: 10%;
}
.videoViewerContainer {
width: 100%;
background: black;
}
#backButtonLink {
position: absolute;
top: 9px;
left: 44px;
}
.pdfViewer {
width: 100%;
height: 100vh;
}
.fileResourceViewer {
background: #ced2d5;
}
/*=====END WORKING CSS*/
/*HOME PAGE CUSTOM CSS*/
.danger-bg {
background-color: #ef5350;
padding-left: 7px;
margin-left: -12px;
padding-right: 7px;
padding-bottom: 2px;
border-style: none;
margin-bottom: 10px;
position: relative;
top: -15px;
left: -2px;
border-radius: 50%;
padding-top: 3px;
}
/*END HOME PAGE CUSTOM CSS*/
.slider {
/*margin-top: 36px;*/
margin-bottom: 150px;
}
#dashtweek {
padding-bottom: 75px;
padding-top: 25px;
/* background-color: #1e4847; */
margin-top: 10px;
font-size: 30px;
color: white;
font-weight: bold;
font-weight: 500;
border: none;
width: auto;
padding-right: 20px;
}
.badge {
right: 0px;
top: 23px;
}
.notification-item {
/* color: #0893d2; */
padding: 10px;
}
.notification-date {
color: grey;
}
#notification-page {
width: 65%;
}
/*New Notification*/
#newNote a {
color: #0893d2;
}
#forward {
display: none;
}
#note-page {
height: auto;
z-index: 1;
}
.notify {
width: 400px;
}
.side-bar {
margin-left: -25px !important;
width: 200px;
max-width: 187px;
top: 10px;
overflow: auto;
height: 300px;
}
/*feedback Page*/
.collection .collection-item.avatar .title {
font-size: 20px;
}
.collection .collection-item.avatar p {
padding-top: 20px;
padding-bottom: 20px;
}
#menu-list {
margin-top: 15px;
/*position: relative;*/
}
.icon {
margin-top: 11px;
}
/*For accountsWrapper and general Resource*/
.navItem:hover {
border-bottom: solid 1px rgb(110, 197, 236);
}
@media only screen and (max-width: 1866px) {
#dropdown1 {
/*left: 70% !important;*/
right: 0;
}
#dashbars {
margin-top: 120px;
margin-left: 115px;
}
.fa-home:before {
margin-left: 2px;
font-size: 0px;
}
}
/*STYLE FOR THE NAV BAR TOP end*/
@media screen and (max-width: 990px) {
.searchAnim {
background-color: #3b5355 !important;
padding-left: 18px !important;
border: none !important;
border-radius: 25px !important;
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
/* float: right !important; */
width: 90px !important;
height: 35px !important;
margin-top: -65px !important;
margin-right: 35px !important;
}
.searchAnim:focus {
color: #333 !important;
background: #fff !important;
border-bottom: none !important;
box-shadow: none !important;
/* width: 70% !important; */
}
.searchIconAndField {
position: absolute;
right: 0px;
width: 100%;
}
.searchIcon {
position: relative;
right: 55px;
top: -85px;
float: right;
}
.searchField {
position: relative;
}
.fa-search:before {
content: "\f002";
font-size: 22px;
}
}
nav ul a:hover {
background-color: transparent;
}
/* limit the height of the cards in case the text is longer */
.homeCardColor {
/* background-color: #0893d2; */
margin-top: 20px;
height: 160px;
}
.feedback {
width: auto;
/*height: 30px;*/
}
#cardListTitle {
color: #fff;
font-size: 90%;
}
.slides > li > img {
height: 546px !important;
width: 100% !important;
background-size: cover !important;
background-position: initial !important;
}
.slider .slides {
height: 546px !important;
}
.cardList {
list-style: none;
}
.dash {
overflow-y: scroll;
}
#backButton {
text-align: center;
color: #fff;
font-size: 16px;
}
#backButton > a {
color: white;
}
/*Second Page*/
/* this is for the sidenav list on the third page*/
.resourceName {
padding-left: 15px;
}
/* This affect both the video and the pdf views dont use classes*/
.viewer {
background-color: transparent;
margin-top: -10px;
}
.resource-item {
font-family: FontAwesome;
font-size: 20px;
padding-top: 14px;
padding-right: 10px;
color: #545d55;
}
.active-indicator {
margin-left: -50px;
}
/*Search input field*/
/* .searchAnim{
display: none;
} */
#search {
/* background-color: #00bcd4; */
background-color: #2c7f8a;
padding-left: 8px;
border: 1;
border-radius: 12px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
float: right;
width: 190px;
height: 40px;
margin-top: 10px;
}
#search:focus {
color: #333;
background: #fff;
border-bottom: none !important;
box-shadow: none !important;
width: 600px;
}
/*end search*/
#dropdown1 {
width: 300px !important;
top: 58px !important;
}
#accName {
text-align: center;
font-weight: bold;
margin-top: 15px;
text-transform: capitalize;
}
#userEmail {
display: block;
font-weight: 400;
text-transform: lowercase;
}
#uiWrapper {
display: block;
font-weight: 400;
}
#accounts-button {
text-transform: capitalize;
background-color: #006b76;
}
#usrIcon {
height: 31px;
}
.btn-flat {
background-color: #1d9fd9;
color: white;
margin-top: 6px;
}
#dashStylesDrop {
border-top: solid 1px rgba(104, 113, 119, 0.49);
}
.dropdown-content li:hover {
background-color: transparent;
}
#dropBody {
height: 150px;
}
#dropFooter {
background-color: lavender;
/*font-weight: bold;*/
}
#notificationBellContainer {
position: relative;
}
/*end dropdown user info*/
#login-buttons a,
.accounts-dialog a {
color: #0893d2;
text-decoration: none;
}
#login-buttons .login-button,
.accounts-dialog .login-button {
background-color: #0893d2;
}
.login-button:hover {
background-color: #2bbbad;
}
.dash {
height: 100%;
}
.resultPage {
margin: auto;
width: 50%;
padding: 10px;
}
.results:visited {
outline-color: orange;
/* visited links have an orange outline */
color: #609;
/* visited links have yellow colored text */
background-color: green;
/* visited links have a green background */
}
/** 404***/
.notFound {
margin-top: 50px;
/*margin-bottom:auto;*/
text-align: center;
}
.notFoundHead {
text-align: center;
margin-top: 60px;
}
@media only screen and (min-width: 601px) {
.row .col.m1 {
width: 6.5%;
margin-left: auto;
left: auto;
right: auto;
}
}
/*Mobile responsive styles*/
@media only screen and (max-width: 600px) {
.slider {
margin-top: -21px;
}
.searchAnim {
background-color: #3b5355 !important;
padding-left: 18px !important;
border: none !important;
border-radius: 25px !important;
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
/* float: right !important; */
width: 90px !important;
height: 40px !important;
margin-top: -50px !important;
margin-right: -95px !important;
width: 70% !important;
}
.searchAnim:focus {
color: #333 !important;
background: #fff !important;
border-bottom: none !important;
box-shadow: none !important;
width: 100% !important;
}
.searchIconAndField {
position: absolute;
right: 0px;
width: 100%;
}
.searchIcon {
position: relative;
right: 55px;
top: -85px;
float: right;
}
.searchField {
position: relative;
}
.fa-search:before {
content: "\f002";
font-size: 22px;
}
}
/*amazone fire OS 7' width is 1024*/
@media only screen and (max-width: 995px) {
.searchAnim:focus {
color: #333 !important;
background: #fff !important;
border-bottom: none !important;
box-shadow: none !important;
width: 70% !important;
}
.searchIconAndField {
position: absolute;
right: 0px;
width: 100%;
}
.searchIcon {
position: relative;
right: 55px;
top: -85px;
float: right;
}
.searchField {
position: relative;
}
.fa-search:before {
content: "\f002";
font-size: 22px;
}
}
@media only screen and (min-width: 800px) and (max-width: 1001px) {
#dropdown1 {
/*left: 50% !important;*/
right: 0;
}
.fa-bars:before {
margin-left: 1px;
font-size: 30px;
}
.searchAnim {
background-color: green !important;
padding-left: 18px !important;
border: none !important;
border-radius: 25px !important;
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
/* float: right !important; */
width: 90px !important;
height: 35px !important;
margin-top: -65px !important;
margin-right: 35px !important;
}
.searchAnim:focus {
color: #333 !important;
background: #fff !important;
border-bottom: none !important;
box-shadow: none !important;
width: 70% !important;
}
}
/* toast */
.error-toast {
background-color: #f44336;
}
.success-toast {
background-color: #4caf50;
}
/* course tabs */
.tabs .indicator {
position: absolute;
bottom: 0;
height: 2px;
background-color: #276a76;
will-change: left, right;
}
.slider .indicators {
display: none;
} | client/main.css | @font-face {
font-family: Roboto;
src: url(/fonts/Roboto/Roboto-Light.woff) format("woff");
}
/* for the index.html */
.loader-container {
position: absolute;
left: 50%;
top: 50%;
margin-left: -10px;
margin-top: -10px;
}
/*dashboard side nav styles*/
.side-list {
display: block;
/*border-bottom:1px solid rgba(0, 0, 0, 0.26);*/
width: auto;
margin-left: 15px;
color: #00838f;
}
/*breadcrumbs*/
.crumbs {
margin-left: 300px;
width: 76.5%;
}
.wrapper {
background: #82c5d9;
padding-left: 10px;
}
.breadcrumb::before {
content: "\f054";
font-family: FontAwesome !important;
font-size: 15px;
color: white;
margin-right: 20px;
}
/*style for topic viewing page and resource files under the topic*/
.selected_resouce_container {
padding-top: 100px;
margin-left: 300px;
}
.topic-side-nav {
margin-top: 18.7%;
width: 300px !important;
background-color: #dee8ec !important;
}
#unitName {
text-align: center;
color: white;
margin-top: 30px;
text-transform: capitalize;
}
.unitContainer {
height: 157px;
width: 100%;
background-color: #0893d2;
margin-top: -4%;
position: fixed;
z-index: 1;
}
.sideNavHeading {
margin-left: 107px;
font-weight: bold;
font-size: larger;
margin-top: 15px;
color: #5d5d5d;
position: absolute;
top: -9px;
}
.sideNavHeadingUnderline {
height: 41px;
border-bottom: 1px solid lightsteelblue;
width: 312px;
position: relative;
}
.topicName {
text-transform: capitalize;
font-weight: 500;
color: #ffffff;
background: #0893d2b3;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 0px;
text-align: center;
}
.cardListItem {
color: #4b4d4e;
font-weight: 400;
font-size: 17px;
/* padding: 11.5px 4px; */
}
#selectedTopic {
padding-left: 15px;
}
.sidenav > ul {
padding-left: 10px;
padding-top: 40px;
}
.sidenav > ul > li > a {
font-size: 20px;
color: #fff;
}
/*todo: remove class*/
.active-item,
.link {
/*color: #0893d2;*/
text-align: left;
}
.customAtag {
color: #4b4d4e;
font-weight: 400;
font-size: 17px !important;
text-transform: capitalize !important;
line-height: 55px !important;
height: 55px !important;
}
.active-item,
.active-topic {
border-right: solid 3px blue;
height: 55px;
font-weight: 400;
font-size: 17px;
color: #0893d2;
text-transform: capitalize;
}
.active-item-color {
color: #0893d2 !important;
}
.link,
.link-section:hover {
cursor: pointer;
}
.side-nav li {
float: none;
/*padding: 0 15px;*/
line-height: 55px;
}
/*styles for resource file display page */
.fileViewer {
margin-left: 300px !important;
}
.resource-side-nav {
margin-top: 9.66%;
width: 300px !important;
background-color: #dee8ec !important;
height: 100vh !important;
}
.videoViewer {
width: 79%;
height: auto;
margin-left: 10%;
}
.videoViewerContainer {
width: 100%;
background: black;
}
#backButtonLink {
position: absolute;
top: 9px;
left: 44px;
}
.pdfViewer {
width: 100%;
height: 100vh;
}
.fileResourceViewer {
background: #ced2d5;
}
/*=====END WORKING CSS*/
/*HOME PAGE CUSTOM CSS*/
.danger-bg {
background-color: #ef5350;
padding-left: 7px;
margin-left: -12px;
padding-right: 7px;
padding-bottom: 2px;
border-style: none;
margin-bottom: 10px;
position: relative;
top: -15px;
left: -2px;
border-radius: 50%;
padding-top: 3px;
}
/*END HOME PAGE CUSTOM CSS*/
.slider {
/*margin-top: 36px;*/
margin-bottom: 150px;
}
#dashtweek {
padding-bottom: 75px;
padding-top: 25px;
/* background-color: #1e4847; */
margin-top: 10px;
font-size: 30px;
color: white;
font-weight: bold;
font-weight: 500;
border: none;
width: auto;
padding-right: 20px;
}
.badge {
right: 0px;
top: 23px;
}
.notification-item {
/* color: #0893d2; */
padding: 10px;
}
.notification-date {
color: grey;
}
#notification-page {
width: 65%;
}
/*New Notification*/
#newNote a {
color: #0893d2;
}
#forward {
display: none;
}
#note-page {
height: auto;
z-index: 1;
}
.notify {
width: 400px;
}
.side-bar {
margin-left: -25px !important;
width: 200px;
max-width: 187px;
top: 10px;
overflow: auto;
height: 300px;
}
/*feedback Page*/
.collection .collection-item.avatar .title {
font-size: 20px;
}
.collection .collection-item.avatar p {
padding-top: 20px;
padding-bottom: 20px;
}
#menu-list {
margin-top: 15px;
/*position: relative;*/
}
.icon {
margin-top: 11px;
}
/*For accountsWrapper and general Resource*/
.navItem:hover {
border-bottom: solid 1px rgb(110, 197, 236);
}
@media only screen and (max-width: 1866px) {
#dropdown1 {
/*left: 70% !important;*/
right: 0;
}
#dashbars {
margin-top: 120px;
margin-left: 115px;
}
.fa-home:before {
margin-left: 2px;
font-size: 0px;
}
}
/*STYLE FOR THE NAV BAR TOP end*/
@media screen and (max-width: 990px) {
.searchAnim {
background-color: #3b5355 !important;
padding-left: 18px !important;
border: none !important;
border-radius: 25px !important;
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
/* float: right !important; */
width: 90px !important;
height: 35px !important;
margin-top: -65px !important;
margin-right: 35px !important;
}
.searchAnim:focus {
color: #333 !important;
background: #fff !important;
border-bottom: none !important;
box-shadow: none !important;
/* width: 70% !important; */
}
.searchIconAndField {
position: absolute;
right: 0px;
width: 100%;
}
.searchIcon {
position: relative;
right: 55px;
top: -85px;
float: right;
}
.searchField {
position: relative;
}
.fa-search:before {
content: "\f002";
font-size: 22px;
}
}
nav ul a:hover {
background-color: transparent;
}
/* limit the height of the cards in case the text is longer */
.homeCardColor {
/* background-color: #0893d2; */
margin-top: 20px;
height: 160px;
}
.feedback {
width: auto;
/*height: 30px;*/
}
#cardListTitle {
color: #fff;
font-size: 90%;
}
.slides > li > img {
height: 546px !important;
width: 100% !important;
background-size: cover !important;
background-position: initial !important;
}
.slider .slides {
height: 546px !important;
}
.cardList {
list-style: none;
}
.dash {
overflow-y: scroll;
}
#backButton {
text-align: center;
color: #fff;
font-size: 16px;
}
#backButton > a {
color: white;
}
/*Second Page*/
/* this is for the sidenav list on the third page*/
.resourceName {
padding-left: 15px;
}
/* This affect both the video and the pdf views dont use classes*/
.viewer {
background-color: transparent;
margin-top: -10px;
}
.resource-item {
font-family: FontAwesome;
font-size: 20px;
padding-top: 14px;
padding-right: 10px;
color: #545d55;
}
.active-indicator {
margin-left: -50px;
}
/*Search input field*/
/* .searchAnim{
display: none;
} */
#search {
/* background-color: #00bcd4; */
background-color: #2c7f8a;
padding-left: 8px;
border: 1;
border-radius: 12px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
float: right;
width: 190px;
height: 40px;
margin-top: 10px;
}
#search:focus {
color: #333;
background: #fff;
border-bottom: none !important;
box-shadow: none !important;
width: 600px;
}
/*end search*/
#dropdown1 {
width: 300px !important;
top: 58px !important;
}
#accName {
text-align: center;
font-weight: bold;
margin-top: 15px;
text-transform: capitalize;
}
#userEmail {
display: block;
font-weight: 400;
text-transform: lowercase;
}
#uiWrapper {
display: block;
font-weight: 400;
}
#accounts-button {
text-transform: capitalize;
background-color: #006b76;
}
#usrIcon {
height: 31px;
}
.btn-flat {
background-color: #1d9fd9;
color: white;
margin-top: 6px;
}
#dashStylesDrop {
border-top: solid 1px rgba(104, 113, 119, 0.49);
}
.dropdown-content li:hover {
background-color: transparent;
}
#dropBody {
height: 150px;
}
#dropFooter {
background-color: lavender;
/*font-weight: bold;*/
}
#notificationBellContainer {
position: relative;
}
/*end dropdown user info*/
#login-buttons a,
.accounts-dialog a {
color: #0893d2;
text-decoration: none;
}
#login-buttons .login-button,
.accounts-dialog .login-button {
background-color: #0893d2;
}
.login-button:hover {
background-color: #2bbbad;
}
.dash {
height: 100%;
}
.resultPage {
margin: auto;
width: 50%;
padding: 10px;
}
.results:visited {
outline-color: orange;
/* visited links have an orange outline */
color: #609;
/* visited links have yellow colored text */
background-color: green;
/* visited links have a green background */
}
/** 404***/
.notFound {
margin-top: 50px;
/*margin-bottom:auto;*/
text-align: center;
}
.notFoundHead {
text-align: center;
margin-top: 60px;
}
@media only screen and (min-width: 601px) {
.row .col.m1 {
width: 6.5%;
margin-left: auto;
left: auto;
right: auto;
}
}
/*Mobile responsive styles*/
@media only screen and (max-width: 600px) {
.slider {
margin-top: -21px;
}
.searchAnim {
background-color: #3b5355 !important;
padding-left: 18px !important;
border: none !important;
border-radius: 25px !important;
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
/* float: right !important; */
width: 90px !important;
height: 40px !important;
margin-top: -50px !important;
margin-right: -95px !important;
width: 70% !important;
}
.searchAnim:focus {
color: #333 !important;
background: #fff !important;
border-bottom: none !important;
box-shadow: none !important;
width: 100% !important;
}
.searchIconAndField {
position: absolute;
right: 0px;
width: 100%;
}
.searchIcon {
position: relative;
right: 55px;
top: -85px;
float: right;
}
.searchField {
position: relative;
}
.fa-search:before {
content: "\f002";
font-size: 22px;
}
}
/*amazone fire OS 7' width is 1024*/
@media only screen and (max-width: 995px) {
.searchAnim:focus {
color: #333 !important;
background: #fff !important;
border-bottom: none !important;
box-shadow: none !important;
width: 70% !important;
}
.searchIconAndField {
position: absolute;
right: 0px;
width: 100%;
}
.searchIcon {
position: relative;
right: 55px;
top: -85px;
float: right;
}
.searchField {
position: relative;
}
.fa-search:before {
content: "\f002";
font-size: 22px;
}
}
@media only screen and (min-width: 800px) and (max-width: 1001px) {
#dropdown1 {
/*left: 50% !important;*/
right: 0;
}
.fa-bars:before {
margin-left: 1px;
font-size: 30px;
}
.searchAnim {
background-color: green !important;
padding-left: 18px !important;
border: none !important;
border-radius: 25px !important;
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
/* float: right !important; */
width: 90px !important;
height: 35px !important;
margin-top: -65px !important;
margin-right: 35px !important;
}
.searchAnim:focus {
color: #333 !important;
background: #fff !important;
border-bottom: none !important;
box-shadow: none !important;
width: 70% !important;
}
}
/* toast */
.error-toast {
background-color: #f44336;
}
.success-toast {
background-color: #4caf50;
}
/* course tabs */
.tabs .indicator {
position: absolute;
bottom: 0;
height: 2px;
background-color: #276a76;
will-change: left, right;
}
.slider .indicators {
display: none;
} | 0.320715 | 0.049889 |
@media only screen and (max-width: 1075px) {
#mm_top_container div.logo {
flex-grow: 1;
display: none;
}
.mm_favorite {
max-width: 50px;
margin-right: 25px;
}
/*** about page ***/
.ab_history_head .left,
.ab_history_head .right {
margin: 0 15px 15px;
}
.ab_history_head .right {
text-align: justify;
}
.ab_history_line .right,
.ab_history_line .left {
justify-content: center;
margin-bottom: 15px;
}
/*** dress page ***/
.dress_left{
/*max-width: 100%;*/
/*width: auto;*/
order: 1;
margin-bottom: 15px;
}
.dress_right{
order: 2;
margin-bottom: 15px;
}
#dress_show_container{
order: 3;
}
}
@media only screen and (max-width: 850px) {
#mm_top_container nav.main_menu {
display: none;
}
#mm_mobile_menu_container {
display: flex;
flex-grow: 1;
}
.main_slide_content {
/* margin-left: 66px; */
max-width: 100%;
margin: 0px 15px;
}
footer .ft_copyright{
flex-direction: column;
}
}
@media only screen and (max-width: 750px){
#mm_top_container{
display: flex !important;
transition: all 0.3s ;
}
#section_1 {
background-image: none;
/* min-height: 700px; */
background-color: rgba(0,0,0,0.8);
}
#section_1 div.mp_nav_container{
display: none;
}
}
@media only screen and (max-width: 650px) {
footer .container {
justify-content: center;
align-items: center;
flex-direction: column;
}
footer .ft_contacts {
padding: 10px;
order: 2;
}
.ft_logo {
order: 1;
}
.ft_logo img {
margin-top: 15px;
}
footer #ft_social {
order: 3;
padding: 20px;
}
footer #ft_social .mm_social_buttons{
justify-content: center;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 560px) {
/** dress page **/
.dress_left{
max-width: 200px;
/*width: auto;*/
}
#dress_show_container {
display: flex;
flex-direction: column;
order: 3;
justify-content: center;
align-items: center;
}
#main_dress_photo {
max-height: 592px;
/* margin: 0 11px; */
max-width: 400px;
width: 100%;
/* padding: 0px 10px; */
margin-bottom: 15px;
}
#dress_photo_list{
position: relative;
width: 100%;
height: 184px;
/*height: 188px;*/
}
#dress_photo_list > div{
display: flex;
flex-direction: row;
overflow-x: auto;
position: absolute;
width: 100%;
overflow-y: hidden;
justify-content: space-around;
}
#dress_photo_list div div {
position: relative;
/* margin: 8px 11px; */
/*max-height: 184px; */
margin: 0;
height: 100%;
/* padding: 5px; */
}
#dress_photo_list img {
max-width: 125px;
width: 100%;
min-width: 125px;
flex-shrink: 0;
padding: 0 5px;
}
#dress_photo_list .active:after {
content: '';
background: rgba(0,0,0,0.3);
width: calc(100% - 10px);
height: 184px;
position: absolute;
top: 0;
/* max-width: 125px; */
margin-top: 0;
left: 5px;
}
} | public/css/responsive.css | @media only screen and (max-width: 1075px) {
#mm_top_container div.logo {
flex-grow: 1;
display: none;
}
.mm_favorite {
max-width: 50px;
margin-right: 25px;
}
/*** about page ***/
.ab_history_head .left,
.ab_history_head .right {
margin: 0 15px 15px;
}
.ab_history_head .right {
text-align: justify;
}
.ab_history_line .right,
.ab_history_line .left {
justify-content: center;
margin-bottom: 15px;
}
/*** dress page ***/
.dress_left{
/*max-width: 100%;*/
/*width: auto;*/
order: 1;
margin-bottom: 15px;
}
.dress_right{
order: 2;
margin-bottom: 15px;
}
#dress_show_container{
order: 3;
}
}
@media only screen and (max-width: 850px) {
#mm_top_container nav.main_menu {
display: none;
}
#mm_mobile_menu_container {
display: flex;
flex-grow: 1;
}
.main_slide_content {
/* margin-left: 66px; */
max-width: 100%;
margin: 0px 15px;
}
footer .ft_copyright{
flex-direction: column;
}
}
@media only screen and (max-width: 750px){
#mm_top_container{
display: flex !important;
transition: all 0.3s ;
}
#section_1 {
background-image: none;
/* min-height: 700px; */
background-color: rgba(0,0,0,0.8);
}
#section_1 div.mp_nav_container{
display: none;
}
}
@media only screen and (max-width: 650px) {
footer .container {
justify-content: center;
align-items: center;
flex-direction: column;
}
footer .ft_contacts {
padding: 10px;
order: 2;
}
.ft_logo {
order: 1;
}
.ft_logo img {
margin-top: 15px;
}
footer #ft_social {
order: 3;
padding: 20px;
}
footer #ft_social .mm_social_buttons{
justify-content: center;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 560px) {
/** dress page **/
.dress_left{
max-width: 200px;
/*width: auto;*/
}
#dress_show_container {
display: flex;
flex-direction: column;
order: 3;
justify-content: center;
align-items: center;
}
#main_dress_photo {
max-height: 592px;
/* margin: 0 11px; */
max-width: 400px;
width: 100%;
/* padding: 0px 10px; */
margin-bottom: 15px;
}
#dress_photo_list{
position: relative;
width: 100%;
height: 184px;
/*height: 188px;*/
}
#dress_photo_list > div{
display: flex;
flex-direction: row;
overflow-x: auto;
position: absolute;
width: 100%;
overflow-y: hidden;
justify-content: space-around;
}
#dress_photo_list div div {
position: relative;
/* margin: 8px 11px; */
/*max-height: 184px; */
margin: 0;
height: 100%;
/* padding: 5px; */
}
#dress_photo_list img {
max-width: 125px;
width: 100%;
min-width: 125px;
flex-shrink: 0;
padding: 0 5px;
}
#dress_photo_list .active:after {
content: '';
background: rgba(0,0,0,0.3);
width: calc(100% - 10px);
height: 184px;
position: absolute;
top: 0;
/* max-width: 125px; */
margin-top: 0;
left: 5px;
}
} | 0.423458 | 0.090293 |
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
.header {
position: relative;
background-image: url(../images/eagle@1x.png);
margin-bottom: 50px;
}
.header__img {
background-image: linear-gradient(135deg, rgba(252, 59, 59, 0.7) 0%, rgba(217, 3, 81, 0) 70%), linear-gradient(25deg, #f5fda9 10%, rgba(236, 195, 5, 0) 80%), linear-gradient(315deg, rgba(252, 59, 59, 0.7) 15%, rgba(231, 1, 13, 0) 80%), linear-gradient(245deg, rgba(245, 253, 169, 0.5) 100%, rgba(213, 138, 6, 0) 70%);
width: 100%;
height: 1000px;
position: relative;
z-index: 1;
}
.eagle_optimize--picture {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 117vh;
}
.eagle_picture {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 117vh;
}
.header_eagle {
position: absolute;
left: 0;
top: 0;
height: 117vh;
z-index: -1;
}
.navigation__logo {
font-family: "Montserrat", sans-serif;
font-weight: bold;
color: white;
font-size: 43px;
margin-top: 20px;
cursor: pointer;
}
.header__navigation {
display: flex;
justify-content: space-around;
color: white;
}
.navigation__list {
list-style: none;
margin-top: 40px;
}
.list__item {
display: inline-block;
font-family: "Montserrat", sans-serif;
color: white;
margin-left: 50px;
cursor: pointer;
}
.item__href {
font-family: "Montserrat", sans-serif;
color: white;
}
.item__stripe {
display: none;
margin: 0 auto;
}
.list__item:hover > .item__stripe {
display: block;
transition-property: background-color;
transition-duration: 0.5s;
width: 50px;
height: 3px;
background-color: #fce38a;
}
.list__item:hover {
color: #fad989;
}
.item-svg1 {
fill: #fad989;
}
.item-svg2 {
fill: #fad989;
}
a {
text-decoration: none;
font-family: "Montserrat", sans-serif;
color: white;
}
a:hover {
transition-property: color;
transition-duration: 0.5s;
text-decoration: none;
font-family: "Montserrat", sans-serif;
color: #fad989;
}
a:active {
text-decoration: none;
font-family: "Montserrat", sans-serif;
color: white;
}
.header__pre--title {
font-family: 'Kaushan Script', cursive;
margin: 0 auto;
width: 508px;
margin-top: 180px;
color: white;
font-size: 71px;
margin-bottom: 60px;
}
.header__title {
width: 802px;
margin: 0 auto;
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 154px;
color: white;
text-align: center;
display: flex;
justify-content: center;
margin-bottom: 54px;
}
.header__button {
background-color: rgba(245, 253, 169, 0);
color: white;
font-family: "Montserrat", sans-serif;
font-weight: bold;
margin: 0 auto;
padding: 11px 29px 11px 29px;
border: solid;
border-color: white;
border-width: 3px;
display: flex;
justify-content: center;
cursor: pointer;
font-size: 15px;
}
.main__pre--title {
font-family: 'Kaushan Script', cursive;
display: flex;
justify-content: center;
font-size: 30px;
}
.main__title {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 50px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
}
.main__title::after {
content: "";
background-color: #f38181;
width: 60px;
height: 3px;
margin: 0 auto;
margin-top: 42px;
}
.main__list {
list-style: none;
}
.main__list2 {
list-style: none;
}
.main__list__item {
width: 340px;
}
.main__list__item2 {
width: 340px;
}
.main__list {
display: flex;
justify-content: space-around;
}
.main__list2 {
display: flex;
justify-content: space-around;
}
.list__item__title {
font-family: "Montserrat", sans-serif;
font-weight: bold;
display: inline-block;
color: #484848;
margin-left: 20px;
position: relative;
top: -18px;
}
.list__item__sub--title {
font-family: "Roboto", sans-serif;
color: #d0d0d0;
margin-left: 154px;
margin-top: -30px;
}
.main__text {
color: #d0d0d0;
text-align: center;
width: 954px;
margin: 0 auto;
font-family: "Roboto", sans-serif;
margin-bottom: 40px;
}
.main__personal {
display: flex;
flex-direction: row;
justify-content: center;
}
.personal__character {
margin-left: 30px;
position: relative;
}
.main__personal:first-child {
margin-left: 0;
}
.character__picture:hover {
transition-property: all;
transition-duration: 0.5s;
box-shadow: 10px 10px 0px 0px #95e1d3;
margin-left: -10px;
margin-top: -10px;
cursor: pointer;
}
.picture__img {
margin-bottom: -4px;
}
.picture__gradient {
display: none;
width: 383px;
height: 473px;
position: absolute;
top: 0;
left: 0;
}
.character__picture:hover .picture__gradient {
transition-property: display, background-image, left, top;
transition-duration: 0.5;
display: block;
background-image: linear-gradient(135deg, rgba(252, 59, 59, 0.3) 0%, rgba(217, 3, 81, 0) 70%), linear-gradient(25deg, rgba(245, 253, 169, 0.3) 10%, rgba(236, 195, 5, 0) 80%), linear-gradient(315deg, rgba(252, 59, 59, 0.3) 15%, rgba(231, 1, 13, 0) 80%), linear-gradient(245deg, rgba(245, 253, 169, 0.3) 100%, rgba(213, 138, 6, 0) 70%);
left: -10px;
top: -10px;
}
.gradient__socials {
list-style: none;
display: flex;
justify-content: center;
margin-top: 50%;
}
.socials__icons {
display: inline-block;
width: 55px;
height: 55px;
background-color: #fce38a;
}
svg {
margin-left: 30%;
margin-top: 25%;
}
.socials__icons:hover {
transition-property: all;
transition-duration: 0.5s;
background-color: #f38181;
}
.socials__icons:hover path {
transition-property: all;
transition-duration: 0.5s;
fill: #ffffff;
}
.character__name {
font-family: "Montserrat", sans-serif;
text-align: center;
font-weight: bold;
margin-top: 20px;
}
.character__text {
font-family: "Roboto", sans-serif;
font-weight: 200;
text-align: center;
}
main::after {
display: block;
content: "";
width: 1200px;
height: 1px;
background-color: #e5e5e5;
margin: 0 auto;
margin-bottom: 20px;
}
footer {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.footer__reserved {
font-family: "Montserrat", sans-serif;
display: inline-block;
}
.footer__by {
font-family: "Montserrat", sans-serif;
color: #f6a6a6;
display: inline-block;
cursor: pointer;
}
.email {
font-family: "Roboto", sans-serif;
font-weight: 200;
width: 230px;
height: 40px;
}
.form__send {
background-color: #95e1d3;
width: 150px;
height: 47px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
color: white;
border: none;
margin-left: -4px;
}
@media (-webkit-mindevice-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.header {
background-image: url(../images/eagle@2x.png);
}
} | module11/src/css/style.css | /**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
.header {
position: relative;
background-image: url(../images/eagle@1x.png);
margin-bottom: 50px;
}
.header__img {
background-image: linear-gradient(135deg, rgba(252, 59, 59, 0.7) 0%, rgba(217, 3, 81, 0) 70%), linear-gradient(25deg, #f5fda9 10%, rgba(236, 195, 5, 0) 80%), linear-gradient(315deg, rgba(252, 59, 59, 0.7) 15%, rgba(231, 1, 13, 0) 80%), linear-gradient(245deg, rgba(245, 253, 169, 0.5) 100%, rgba(213, 138, 6, 0) 70%);
width: 100%;
height: 1000px;
position: relative;
z-index: 1;
}
.eagle_optimize--picture {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 117vh;
}
.eagle_picture {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 117vh;
}
.header_eagle {
position: absolute;
left: 0;
top: 0;
height: 117vh;
z-index: -1;
}
.navigation__logo {
font-family: "Montserrat", sans-serif;
font-weight: bold;
color: white;
font-size: 43px;
margin-top: 20px;
cursor: pointer;
}
.header__navigation {
display: flex;
justify-content: space-around;
color: white;
}
.navigation__list {
list-style: none;
margin-top: 40px;
}
.list__item {
display: inline-block;
font-family: "Montserrat", sans-serif;
color: white;
margin-left: 50px;
cursor: pointer;
}
.item__href {
font-family: "Montserrat", sans-serif;
color: white;
}
.item__stripe {
display: none;
margin: 0 auto;
}
.list__item:hover > .item__stripe {
display: block;
transition-property: background-color;
transition-duration: 0.5s;
width: 50px;
height: 3px;
background-color: #fce38a;
}
.list__item:hover {
color: #fad989;
}
.item-svg1 {
fill: #fad989;
}
.item-svg2 {
fill: #fad989;
}
a {
text-decoration: none;
font-family: "Montserrat", sans-serif;
color: white;
}
a:hover {
transition-property: color;
transition-duration: 0.5s;
text-decoration: none;
font-family: "Montserrat", sans-serif;
color: #fad989;
}
a:active {
text-decoration: none;
font-family: "Montserrat", sans-serif;
color: white;
}
.header__pre--title {
font-family: 'Kaushan Script', cursive;
margin: 0 auto;
width: 508px;
margin-top: 180px;
color: white;
font-size: 71px;
margin-bottom: 60px;
}
.header__title {
width: 802px;
margin: 0 auto;
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 154px;
color: white;
text-align: center;
display: flex;
justify-content: center;
margin-bottom: 54px;
}
.header__button {
background-color: rgba(245, 253, 169, 0);
color: white;
font-family: "Montserrat", sans-serif;
font-weight: bold;
margin: 0 auto;
padding: 11px 29px 11px 29px;
border: solid;
border-color: white;
border-width: 3px;
display: flex;
justify-content: center;
cursor: pointer;
font-size: 15px;
}
.main__pre--title {
font-family: 'Kaushan Script', cursive;
display: flex;
justify-content: center;
font-size: 30px;
}
.main__title {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 50px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
}
.main__title::after {
content: "";
background-color: #f38181;
width: 60px;
height: 3px;
margin: 0 auto;
margin-top: 42px;
}
.main__list {
list-style: none;
}
.main__list2 {
list-style: none;
}
.main__list__item {
width: 340px;
}
.main__list__item2 {
width: 340px;
}
.main__list {
display: flex;
justify-content: space-around;
}
.main__list2 {
display: flex;
justify-content: space-around;
}
.list__item__title {
font-family: "Montserrat", sans-serif;
font-weight: bold;
display: inline-block;
color: #484848;
margin-left: 20px;
position: relative;
top: -18px;
}
.list__item__sub--title {
font-family: "Roboto", sans-serif;
color: #d0d0d0;
margin-left: 154px;
margin-top: -30px;
}
.main__text {
color: #d0d0d0;
text-align: center;
width: 954px;
margin: 0 auto;
font-family: "Roboto", sans-serif;
margin-bottom: 40px;
}
.main__personal {
display: flex;
flex-direction: row;
justify-content: center;
}
.personal__character {
margin-left: 30px;
position: relative;
}
.main__personal:first-child {
margin-left: 0;
}
.character__picture:hover {
transition-property: all;
transition-duration: 0.5s;
box-shadow: 10px 10px 0px 0px #95e1d3;
margin-left: -10px;
margin-top: -10px;
cursor: pointer;
}
.picture__img {
margin-bottom: -4px;
}
.picture__gradient {
display: none;
width: 383px;
height: 473px;
position: absolute;
top: 0;
left: 0;
}
.character__picture:hover .picture__gradient {
transition-property: display, background-image, left, top;
transition-duration: 0.5;
display: block;
background-image: linear-gradient(135deg, rgba(252, 59, 59, 0.3) 0%, rgba(217, 3, 81, 0) 70%), linear-gradient(25deg, rgba(245, 253, 169, 0.3) 10%, rgba(236, 195, 5, 0) 80%), linear-gradient(315deg, rgba(252, 59, 59, 0.3) 15%, rgba(231, 1, 13, 0) 80%), linear-gradient(245deg, rgba(245, 253, 169, 0.3) 100%, rgba(213, 138, 6, 0) 70%);
left: -10px;
top: -10px;
}
.gradient__socials {
list-style: none;
display: flex;
justify-content: center;
margin-top: 50%;
}
.socials__icons {
display: inline-block;
width: 55px;
height: 55px;
background-color: #fce38a;
}
svg {
margin-left: 30%;
margin-top: 25%;
}
.socials__icons:hover {
transition-property: all;
transition-duration: 0.5s;
background-color: #f38181;
}
.socials__icons:hover path {
transition-property: all;
transition-duration: 0.5s;
fill: #ffffff;
}
.character__name {
font-family: "Montserrat", sans-serif;
text-align: center;
font-weight: bold;
margin-top: 20px;
}
.character__text {
font-family: "Roboto", sans-serif;
font-weight: 200;
text-align: center;
}
main::after {
display: block;
content: "";
width: 1200px;
height: 1px;
background-color: #e5e5e5;
margin: 0 auto;
margin-bottom: 20px;
}
footer {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.footer__reserved {
font-family: "Montserrat", sans-serif;
display: inline-block;
}
.footer__by {
font-family: "Montserrat", sans-serif;
color: #f6a6a6;
display: inline-block;
cursor: pointer;
}
.email {
font-family: "Roboto", sans-serif;
font-weight: 200;
width: 230px;
height: 40px;
}
.form__send {
background-color: #95e1d3;
width: 150px;
height: 47px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
color: white;
border: none;
margin-left: -4px;
}
@media (-webkit-mindevice-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.header {
background-image: url(../images/eagle@2x.png);
}
} | 0.632162 | 0.154727 |
@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
body {
font-family: "Barlow", Arial, Helvetica, sans-serif !important;
color: #586a82;
background-color: #0f1927;
font-weight: 600;
}
#status {
display: flex;
justify-content: flex-end;
margin-bottom: 40px;
font-size: 13px;
}
#status a {
color: #586a82;
text-decoration: underline;
}
.border-bottom {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #586a82;
}
.status-divider {
margin: 10px 0;
}
.header-label {
display: inline-block;
width: 200px;
}
.status-label {
display: inline-block;
width: 100px;
}
.epoch-label, .slot-label, .delta-label {
font-family: 'Roboto Mono', monospace;
font-size: 12px;
display: inline-block;
text-align: end;
min-width: 50px;
}
.epoch-header, .slot-header{
display: inline-block;
text-align: end;
min-width: 50px;
}
.delta-label {
width: 200px;
}
svg {
font-family: "Barlow", Arial, Helvetica, sans-serif;
color: white;
}
.layout {
display: flex;
align-items: center;
justify-content: center;
max-width: 1440px;
height: 100vh;
margin-left: auto;
margin-right: auto;
}
.axis text {
font-family: "Barlow", Arial, Helvetica, sans-serif;
font-size: 10px;
fill: white;
}
.axis .title {
font-weight: bold;
text-anchor: middle;
fill: black;
fill: white;
}
.axis path, .axis line {
fill: none;
stroke: white;;
shape-rendering: crispEdges;
}
.x.axis path {
fill: none;
stroke: white;
shape-rendering: crispEdges;
}
.nav .area {
fill: lightgrey;
stroke-width: 0px;
}
.nav .line {
fill: none;
stroke: darkgrey;
stroke-width: 1px;
}
.viewport {
stroke: #586a82;
fill: white;
fill-opacity: 0.1;
}
.viewport .extent,
.viewport .selection {
fill: white;
fill-opacity: 0.2;
stroke: #586a82 !important;
}
.viewport .overlay {
fill: rgba(0,0,0,.05);
stroke: none;
}
.viewport .selection {
fill: rgba(53,110,255,.37);
}
.viewport .handle--w,
.viewport .handle--e {
stroke: none;
fill: white;
fill-opacity: .75;
}
#controls input {
margin-left: 24px;
}
#controls input:first-of-type {
margin-left: 0;
}
.text-grey-600 {
color: #586a82;
}
.font-semibold {
font-weight: 600;
} | style.css | @import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
body {
font-family: "Barlow", Arial, Helvetica, sans-serif !important;
color: #586a82;
background-color: #0f1927;
font-weight: 600;
}
#status {
display: flex;
justify-content: flex-end;
margin-bottom: 40px;
font-size: 13px;
}
#status a {
color: #586a82;
text-decoration: underline;
}
.border-bottom {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #586a82;
}
.status-divider {
margin: 10px 0;
}
.header-label {
display: inline-block;
width: 200px;
}
.status-label {
display: inline-block;
width: 100px;
}
.epoch-label, .slot-label, .delta-label {
font-family: 'Roboto Mono', monospace;
font-size: 12px;
display: inline-block;
text-align: end;
min-width: 50px;
}
.epoch-header, .slot-header{
display: inline-block;
text-align: end;
min-width: 50px;
}
.delta-label {
width: 200px;
}
svg {
font-family: "Barlow", Arial, Helvetica, sans-serif;
color: white;
}
.layout {
display: flex;
align-items: center;
justify-content: center;
max-width: 1440px;
height: 100vh;
margin-left: auto;
margin-right: auto;
}
.axis text {
font-family: "Barlow", Arial, Helvetica, sans-serif;
font-size: 10px;
fill: white;
}
.axis .title {
font-weight: bold;
text-anchor: middle;
fill: black;
fill: white;
}
.axis path, .axis line {
fill: none;
stroke: white;;
shape-rendering: crispEdges;
}
.x.axis path {
fill: none;
stroke: white;
shape-rendering: crispEdges;
}
.nav .area {
fill: lightgrey;
stroke-width: 0px;
}
.nav .line {
fill: none;
stroke: darkgrey;
stroke-width: 1px;
}
.viewport {
stroke: #586a82;
fill: white;
fill-opacity: 0.1;
}
.viewport .extent,
.viewport .selection {
fill: white;
fill-opacity: 0.2;
stroke: #586a82 !important;
}
.viewport .overlay {
fill: rgba(0,0,0,.05);
stroke: none;
}
.viewport .selection {
fill: rgba(53,110,255,.37);
}
.viewport .handle--w,
.viewport .handle--e {
stroke: none;
fill: white;
fill-opacity: .75;
}
#controls input {
margin-left: 24px;
}
#controls input:first-of-type {
margin-left: 0;
}
.text-grey-600 {
color: #586a82;
}
.font-semibold {
font-weight: 600;
} | 0.455925 | 0.094845 |
@-moz-document domain("sc2tv.ru") {
img[src*='img/mini-happy.png'] {
background-image: url('http://puu.sh/hJbca/c3f83c7859.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/wtf.png'] {
background-image: url('http://puu.sh/hJay0/24c15f2c12.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/facepalm.png'] {
background-image: url('http://puu.sh/hJNSs/aa72671c64.png');
width: 26px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/fuuuu.png'] {
background-image: url('http://puu.sh/hJxYt/4944d64ec9.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/okay.png'] {
background-image: url('http://puu.sh/hJaLS/b8f861d9ec.png');
width: 23px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/alone.png'] {
background-image: url('http://puu.sh/hJaJt/7742e3b8f4.png');
width: 31px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/oscar.png'] {
background-image: url('http://puu.sh/hIHjM/5b69c912eb.png');
width: 12px;
display:inline-block;
padding: 32px 0 0 0;
height: 0px !important;
}
img[src*='img/cry.png'] {
background-image: url('http://puu.sh/hJb44/885697b11d.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/kawai.png'] {
background-image: url('http://puu.sh/hJb9g/d08917eb50.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/omg.png'] {
background-image: url('http://puu.sh/hJbbx/1fbcf6a322.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/ra.png'] {
background-image: url('http://puu.sh/hJfpN/3e00ee6a8c.png');
width: 30px;
display:inline-block;
padding: 34px 0 0 0;
height: 0px !important;
}
img[src*='img/vaganych.png'] {
background-image: url('http://puu.sh/hJbdk/66fcbec07b.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/2.png'] {
background-image: url('http://puu.sh/hJb8E/e664e60702.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/a.png'] {
background-image: url('http://puu.sh/hJb0E/ac8f8fb6b9.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/nocomments.png'] {
background-image: url('http://puu.sh/hJeWB/0e6cd32b93.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/sad.png'] {
background-image: url('http://puu.sh/hJbcM/5cb3ba3dda.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/mhu.png'] {
background-image: url('http://puu.sh/hJg2Z/29fe5f0e3d.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/happycry.png'] {
background-image: url('http://puu.sh/hJbd2/8591940425.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/manul.png'] {
background-image: url('http://puu.sh/hJb9P/7a39a2967f.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/ii.png'] {
background-image: url('http://puu.sh/hJbdC/20ea1b5f5d.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/notch.png'] {
background-image: url('http://puu.sh/hJbbl/f818ca7619.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/huh.png'] {
background-image: url('http://puu.sh/hJb95/c4619d7f78.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/glory.png'] {
background-image: url('http://puu.sh/hJb8h/9a67db4875.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/aangry.png'] {
background-image: url('http://puu.sh/hJb7u/98b1e7e976.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/awesome.png'] {
background-image: url('http://puu.sh/hJaZr/02098e9803.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/mee.png'] {
background-image: url('http://puu.sh/hJbal/a5675eb0ed.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/yao.png'] {
background-image: url('http://puu.sh/hJdM4/113be92fa3.png');
width: 25px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/smith.png'] {
background-image: url('http://puu.sh/hJbbb/190acd2bc2.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/mad.png'] {
background-image: url('http://puu.sh/hJb9w/e793b9ef82.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/lol.png'] {
background-image: url('http://puu.sh/hJFw4/efeb5ea1e2.png');
width: 28px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
} | data/usercss/113719.user.css | @-moz-document domain("sc2tv.ru") {
img[src*='img/mini-happy.png'] {
background-image: url('http://puu.sh/hJbca/c3f83c7859.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/wtf.png'] {
background-image: url('http://puu.sh/hJay0/24c15f2c12.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/facepalm.png'] {
background-image: url('http://puu.sh/hJNSs/aa72671c64.png');
width: 26px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/fuuuu.png'] {
background-image: url('http://puu.sh/hJxYt/4944d64ec9.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/okay.png'] {
background-image: url('http://puu.sh/hJaLS/b8f861d9ec.png');
width: 23px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/alone.png'] {
background-image: url('http://puu.sh/hJaJt/7742e3b8f4.png');
width: 31px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/oscar.png'] {
background-image: url('http://puu.sh/hIHjM/5b69c912eb.png');
width: 12px;
display:inline-block;
padding: 32px 0 0 0;
height: 0px !important;
}
img[src*='img/cry.png'] {
background-image: url('http://puu.sh/hJb44/885697b11d.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/kawai.png'] {
background-image: url('http://puu.sh/hJb9g/d08917eb50.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/omg.png'] {
background-image: url('http://puu.sh/hJbbx/1fbcf6a322.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/ra.png'] {
background-image: url('http://puu.sh/hJfpN/3e00ee6a8c.png');
width: 30px;
display:inline-block;
padding: 34px 0 0 0;
height: 0px !important;
}
img[src*='img/vaganych.png'] {
background-image: url('http://puu.sh/hJbdk/66fcbec07b.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/2.png'] {
background-image: url('http://puu.sh/hJb8E/e664e60702.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/a.png'] {
background-image: url('http://puu.sh/hJb0E/ac8f8fb6b9.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/nocomments.png'] {
background-image: url('http://puu.sh/hJeWB/0e6cd32b93.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/sad.png'] {
background-image: url('http://puu.sh/hJbcM/5cb3ba3dda.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/mhu.png'] {
background-image: url('http://puu.sh/hJg2Z/29fe5f0e3d.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/happycry.png'] {
background-image: url('http://puu.sh/hJbd2/8591940425.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/manul.png'] {
background-image: url('http://puu.sh/hJb9P/7a39a2967f.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/ii.png'] {
background-image: url('http://puu.sh/hJbdC/20ea1b5f5d.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/notch.png'] {
background-image: url('http://puu.sh/hJbbl/f818ca7619.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/huh.png'] {
background-image: url('http://puu.sh/hJb95/c4619d7f78.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/glory.png'] {
background-image: url('http://puu.sh/hJb8h/9a67db4875.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/aangry.png'] {
background-image: url('http://puu.sh/hJb7u/98b1e7e976.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/awesome.png'] {
background-image: url('http://puu.sh/hJaZr/02098e9803.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/mee.png'] {
background-image: url('http://puu.sh/hJbal/a5675eb0ed.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/yao.png'] {
background-image: url('http://puu.sh/hJdM4/113be92fa3.png');
width: 25px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/smith.png'] {
background-image: url('http://puu.sh/hJbbb/190acd2bc2.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/mad.png'] {
background-image: url('http://puu.sh/hJb9w/e793b9ef82.png');
width: 30px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
img[src*='img/lol.png'] {
background-image: url('http://puu.sh/hJFw4/efeb5ea1e2.png');
width: 28px;
display:inline-block;
padding: 30px 0 0 0;
height: 0px !important;
}
} | 0.106935 | 0.088978 |
.workflow .appSource {
-moz-user-select: none !important;
}
/* REMOVE TITLE PANE TILE BACKGROUND IMAGE */
.tundra .dijitTitlePaneTitle {
background: url() repeat-x scroll left bottom #DDEEFF !important;
font-weight: 900 !important;
}
/* REFRESH BUTTON */
.workflow .apps .refreshButton {
display: inline-block !important;
-moz-user-select: none !important;
border-radius: 9pt;
background-image: url(../../../../plugins/workflow/Apps/images/refresh-18.png) !important;
background-repeat: no-repeat;
width: 18px !important;
height: 18px !important;
z-index: 99 !important;
position: absolute !important;
top: 4px !important;
left: 8px !important;
}
.workflow .apps .refreshButton:hover {
background-image: url(../../../../plugins/workflow/Apps/images/refresh-18-yellow.png) !important;
-moz-user-select: none !important;
/*border-color: #BB5 !important;*/
}
.workflow .apps .refreshButton:active {
background-image: url(../../../../plugins/workflow/Apps/images/refresh-18-green.png) !important;
-moz-user-select: none !important;
/*border-color: #8F5 !important;*/
}
/* DOES THIS HELP AUTOSIZING? */
.workflow .apps {
height: auto !important;
/*font-family: Cursive;*/
position: relative;
top: 29px;
overflow: hidden;
}
.workflow .apps .header {
-moz-user-select: none !important;
/*text-indent: 26px !important;*/
z-index: 10 !important;
/*height: 30px !important;*/
}
/* CONTROL PADDING INSIDE TITLE PANES */
.workflow .apps .dijitTitlePaneContentInner {
padding: 0px !important;
}
/* REMOVE PADDING */
.workflow .apps .dijitContentPane {
padding : 0 !important;
margin: 0 0 0 !important;
}
.workflow .apps .dijitSplitContainer-dijitContentPane {
padding: 0 !important;
margin: 0 !important;
background-color: #FFF !important;
}
/* DRAG SOURCE */
/* THIS IS NECESSARY FOR THE ROUNDED CORNERS TO WORK */
.workflow .apps {
margin-bottom: 29px;
}
.workflow .apps .dragSource {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border-radius: 8pt;
background:#FFFFFF none repeat scroll 0 0;
border:3px solid #CCCCCC !important;
border-color: #333;
cursor:default;
width: 120px;
height: auto;
text-align: left !important;
font-size: 12px;
/* NEEDED SO THAT SCROLLBAR WILL SHOW */
display: block !important;
overflow:auto !important;
padding: 0 !important;
min-height: 20px;
font-family: Arial;
}
.workflow .apps .dragSource .approw:hover {
/*background-color: #FFA;*/
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border-radius: 4pt;
}
.workflow .apps .dragSource .dojoDndItem {
background-color: #FFF !important;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
min-height: 16px !important;
border-radius: 4pt;
}
.workflow .apps .dragSource .dojoDndItem:hover {
background-color: #8F8 !important;
}
.workflow .apps .dragSource .dojoDndItem:active {
background-color: #AFA !important;
}
.workflow .apps .dragSource .name {
font-size: 14px;
color: #FF4400;
font-weight: bolder;
text-align: left !important;
background-image: url(../../../../plugins/workflow/Apps/images/app-18.png);
text-indent: 22px;
background-repeat: no-repeat;
height: 18px;
}
.workflow .apps .dragSource .type {
text-align: right;
width: 40px;
font-size: 12px;
color: blue;
font-weight: bold;
}
.workflow .apps .dragSource .executor,
.workflow .apps .dragSource .cluster,
.workflow .apps .dragSource .location,
.workflow .apps .dragSource .description,
.workflow .apps .dragSource .version,
.workflow .apps .dragSource .localonly {
text-align: left !important;
background: #FFF;
}
.workflow .apps .dragSource .executor {
font-weight: bold;
}
.workflow .apps .dragSource .location{
color: #222;
font-size: 10px;
font-weight: normal;
}
.workflow .apps .dragSource .cluster {
font-weight: bolder;
text-align: right !important;
width: 60px !important;
color: darkblue !important;
}
.workflow .apps .dragSource .description {
color: #222;
font-size: 12px;
font-weight: bold;
text-align: left !important;
}
.workflow .apps .dragSource .notes {
color: #000;
font-weight: normal;
font-size: 12px;
font-style: italic;
text-align: left !important;
background: #EFEFEF;
} | html/plugins/workflow/Apps/css/apps.css | .workflow .appSource {
-moz-user-select: none !important;
}
/* REMOVE TITLE PANE TILE BACKGROUND IMAGE */
.tundra .dijitTitlePaneTitle {
background: url() repeat-x scroll left bottom #DDEEFF !important;
font-weight: 900 !important;
}
/* REFRESH BUTTON */
.workflow .apps .refreshButton {
display: inline-block !important;
-moz-user-select: none !important;
border-radius: 9pt;
background-image: url(../../../../plugins/workflow/Apps/images/refresh-18.png) !important;
background-repeat: no-repeat;
width: 18px !important;
height: 18px !important;
z-index: 99 !important;
position: absolute !important;
top: 4px !important;
left: 8px !important;
}
.workflow .apps .refreshButton:hover {
background-image: url(../../../../plugins/workflow/Apps/images/refresh-18-yellow.png) !important;
-moz-user-select: none !important;
/*border-color: #BB5 !important;*/
}
.workflow .apps .refreshButton:active {
background-image: url(../../../../plugins/workflow/Apps/images/refresh-18-green.png) !important;
-moz-user-select: none !important;
/*border-color: #8F5 !important;*/
}
/* DOES THIS HELP AUTOSIZING? */
.workflow .apps {
height: auto !important;
/*font-family: Cursive;*/
position: relative;
top: 29px;
overflow: hidden;
}
.workflow .apps .header {
-moz-user-select: none !important;
/*text-indent: 26px !important;*/
z-index: 10 !important;
/*height: 30px !important;*/
}
/* CONTROL PADDING INSIDE TITLE PANES */
.workflow .apps .dijitTitlePaneContentInner {
padding: 0px !important;
}
/* REMOVE PADDING */
.workflow .apps .dijitContentPane {
padding : 0 !important;
margin: 0 0 0 !important;
}
.workflow .apps .dijitSplitContainer-dijitContentPane {
padding: 0 !important;
margin: 0 !important;
background-color: #FFF !important;
}
/* DRAG SOURCE */
/* THIS IS NECESSARY FOR THE ROUNDED CORNERS TO WORK */
.workflow .apps {
margin-bottom: 29px;
}
.workflow .apps .dragSource {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border-radius: 8pt;
background:#FFFFFF none repeat scroll 0 0;
border:3px solid #CCCCCC !important;
border-color: #333;
cursor:default;
width: 120px;
height: auto;
text-align: left !important;
font-size: 12px;
/* NEEDED SO THAT SCROLLBAR WILL SHOW */
display: block !important;
overflow:auto !important;
padding: 0 !important;
min-height: 20px;
font-family: Arial;
}
.workflow .apps .dragSource .approw:hover {
/*background-color: #FFA;*/
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border-radius: 4pt;
}
.workflow .apps .dragSource .dojoDndItem {
background-color: #FFF !important;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
min-height: 16px !important;
border-radius: 4pt;
}
.workflow .apps .dragSource .dojoDndItem:hover {
background-color: #8F8 !important;
}
.workflow .apps .dragSource .dojoDndItem:active {
background-color: #AFA !important;
}
.workflow .apps .dragSource .name {
font-size: 14px;
color: #FF4400;
font-weight: bolder;
text-align: left !important;
background-image: url(../../../../plugins/workflow/Apps/images/app-18.png);
text-indent: 22px;
background-repeat: no-repeat;
height: 18px;
}
.workflow .apps .dragSource .type {
text-align: right;
width: 40px;
font-size: 12px;
color: blue;
font-weight: bold;
}
.workflow .apps .dragSource .executor,
.workflow .apps .dragSource .cluster,
.workflow .apps .dragSource .location,
.workflow .apps .dragSource .description,
.workflow .apps .dragSource .version,
.workflow .apps .dragSource .localonly {
text-align: left !important;
background: #FFF;
}
.workflow .apps .dragSource .executor {
font-weight: bold;
}
.workflow .apps .dragSource .location{
color: #222;
font-size: 10px;
font-weight: normal;
}
.workflow .apps .dragSource .cluster {
font-weight: bolder;
text-align: right !important;
width: 60px !important;
color: darkblue !important;
}
.workflow .apps .dragSource .description {
color: #222;
font-size: 12px;
font-weight: bold;
text-align: left !important;
}
.workflow .apps .dragSource .notes {
color: #000;
font-weight: normal;
font-size: 12px;
font-style: italic;
text-align: left !important;
background: #EFEFEF;
} | 0.256739 | 0.042603 |
/**
*
* Name: IRAN Sans-Serif Font
* Version: 4.0
* Author: <NAME> (<EMAIL>)
* Created on: Dec 25, 2012
* Updated on: Dec 12, 2015
* Website: http://fontiran.com
* Copyright: Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
--------------------------------------------------------------------------------------
*
**/
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: bold;
src: url('../fonts/eot/IRANSansWeb(NoEn)_Bold.eot');
src: url('../fonts/eot/IRANSansWeb(NoEn)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn)_Bold.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 500;
src: url('../fonts/eot/IRANSansWeb(NoEn)_Medium.eot');
src: url('../fonts/eot/IRANSansWeb(NoEn)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn)_Medium.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 300;
src: url('../fonts/eot/IRANSansWeb(NoEn)_Light.eot');
src: url('../fonts/eot/IRANSansWeb(NoEn)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn)_Light.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 200;
src: url('../fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot');
src: url('../fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn)_UltraLight.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: normal;
src: url('../fonts/eot/IRANSansWeb(NoEn).eot');
src: url('../fonts/eot/IRANSansWeb(NoEn).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn).ttf') format('truetype');
} | node_modules/iransans-fontface/zip/IRANSans4/Non_English/WebFonts/css/fontiran.css | /**
*
* Name: IRAN Sans-Serif Font
* Version: 4.0
* Author: <NAME> (<EMAIL>)
* Created on: Dec 25, 2012
* Updated on: Dec 12, 2015
* Website: http://fontiran.com
* Copyright: Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
--------------------------------------------------------------------------------------
*
**/
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: bold;
src: url('../fonts/eot/IRANSansWeb(NoEn)_Bold.eot');
src: url('../fonts/eot/IRANSansWeb(NoEn)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn)_Bold.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 500;
src: url('../fonts/eot/IRANSansWeb(NoEn)_Medium.eot');
src: url('../fonts/eot/IRANSansWeb(NoEn)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn)_Medium.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 300;
src: url('../fonts/eot/IRANSansWeb(NoEn)_Light.eot');
src: url('../fonts/eot/IRANSansWeb(NoEn)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn)_Light.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 200;
src: url('../fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot');
src: url('../fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn)_UltraLight.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: normal;
src: url('../fonts/eot/IRANSansWeb(NoEn).eot');
src: url('../fonts/eot/IRANSansWeb(NoEn).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/woff2/IRANSansWeb(NoEn).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/woff/IRANSansWeb(NoEn).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/ttf/IRANSansWeb(NoEn).ttf') format('truetype');
} | 0.248079 | 0.04363 |
@import url("https://fonts.googleapis.com/css?family=Cuprum&subset=latin,latin-ext");
#wowslider-container2 {
zoom: 1;
position: relative;
width: 100%;
max-width:100%;
max-height:400px;
margin:0px auto 0px;
z-index:90;
border:none;
text-align:left; /* reset align=center */
font-size: 10px;
}
* html #wowslider-container2{ width:1200px }
#wowslider-container2 .ws_images ul{
position:relative;
width: 10000%;
height:100%;
left:0;
list-style:none;
margin:0;
padding:0;
border-spacing:0;
overflow: visible;
/*table-layout:fixed;*/
}
#wowslider-container2 .ws_images ul li{
position: relative;
width:1%;
height:100%;
line-height:0; /*opera*/
overflow: hidden;
float:left;
font-size:0;
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
}
#wowslider-container2 .ws_images{
position: relative;
left:0;
top:0;
width:100%;
height:100%;
max-height:400px;
overflow:hidden;
}
#wowslider-container2 .ws_images a{
width:100%;
height:100%;
max-height:400px;
display:block;
color:transparent;
}
#wowslider-container2 img{
max-width: none !important;
}
#wowslider-container2 .ws_images img{
width:100%;
border:none 0;
max-width: none;
padding:0;
margin:0;
}
#wowslider-container2 .ws_images iframe {
position: absolute;
z-index: -1;
}
#wowslider-container2 .ws-title > div {
display: inline-block !important;
}
#wowslider-container2 a{
text-decoration: none;
outline: none;
border: none;
}
#wowslider-container2 .ws_bullets {
float: left;
position:absolute;
z-index:70;
}
#wowslider-container2 .ws_bullets div{
position:relative;
float:left;
font-size: 0px;
}
#wowslider-container2 .wsl{
display:none;
}
#wowslider-container2 sound,
#wowslider-container2 object{
position:absolute;
}
#wowslider-container2 .ws_photoItem {
border: 2em solid #fff;
margin-left: -2em;
margin-top: -2em;
}
#wowslider-container2.ws_gestures {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container2.ws_gestures.ws_grabbing {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdT<KEY>3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}
/* hide controls when video start play */
#wowslider-container2.ws_video_playing .ws_bullets {
display: none;
}
#wowslider-container2.ws_video_playing:hover .ws_bullets {
display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container2.ws_video_playing_ie .ws_bullets,
#wowslider-container2.ws_video_playing_ie a.ws_next,
#wowslider-container2.ws_video_playing_ie a.ws_prev {
display: block;
}
/* youtube/vimeo buttons */
#wowslider-container2 .ws_video_btn {
position: absolute;
display: none;
cursor: pointer;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 55;
}
#wowslider-container2 .ws_video_btn.ws_youtube,
#wowslider-container2 .ws_video_btn.ws_vimeo {
display: block;
}
#wowslider-container2 .ws_video_btn div {
position: absolute;
background-image: url(./playvideo.png);
background-size: 200%;
top: 50%;
left: 50%;
width: 7em;
height: 5em;
margin-left: -3.5em;
margin-top: -2.5em;
}
#wowslider-container2 .ws_video_btn.ws_youtube div {
background-position: 0 0;
}
#wowslider-container2 .ws_video_btn.ws_youtube:hover div {
background-position: 100% 0;
}
#wowslider-container2 .ws_video_btn.ws_vimeo div {
background-position: 0 100%;
}
#wowslider-container2 .ws_video_btn.ws_vimeo:hover div {
background-position: 100% 100%;
}
#wowslider-container2 .ws_playpause.ws_hide {
display: none !important;
}
#wowslider-container2 .ws_bullets a {
width:13px;
height:13px;
background: url(./bullet.png) left top;
float: left;
text-indent: -1000px;
position:relative;
margin-left:5px;
color:transparent;
}
#wowslider-container2 .ws_bullets a.ws_selbull, #wowslider-container2 .ws_bullets a:hover{
background-position: 0 100%;
}
#wowslider-container2 a.ws_next, #wowslider-container2 a.ws_prev {
position:absolute;
display:none;
bottom:0;
margin-top:0;
z-index:60;
height: 100%;
width: 4em;
background-color:#474747;
background-repeat: no-repeat;
background-position: center center;
background-size: 25% auto;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#wowslider-container2 a.ws_next{
background-image: url(./arrow-next.png);
right:0;
}
#wowslider-container2 a.ws_prev {
background-image: url(./arrow-prev.png);
left:0;
}
#wowslider-container2 a.ws_next:hover,#wowslider-container2 a.ws_prev:hover{
background-color:#272727;
}
* html #wowslider-container2 a.ws_next,* html #wowslider-container2 a.ws_prev{display:block}
#wowslider-container2:hover a.ws_next, #wowslider-container2:hover a.ws_prev {display:block}
/*playpause*/
#wowslider-container2 .ws_playpause {
display:none;
width: 4em;
height: 6em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -2em;
margin-top: -3em;
z-index: 59;
}
#wowslider-container2:hover .ws_playpause {
display:block;
}
#wowslider-container2 .ws_pause {
background-size: 100%;
background-image: url(./pause.png);
}
#wowslider-container2 .ws_play {
background-size: 100%;
background-image: url(./play.png);
}
#wowslider-container2 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container2 .ws_bullets {
bottom: 0;
left:50%;
padding: 5px;
}
#wowslider-container2 .ws_bullets div{
left:-50%;
}
/* separate */
#wowslider-container2 .ws-title{
position: absolute;
display:block;
bottom:2em;
left: 0;
z-index: 50;
font-weight: bold;
}
#wowslider-container2 .ws-title div,#wowslider-container2 .ws-title span{
display:inline-block;
margin:0.5em 2em 0 2em;
background:none;
color: #FFFFFF;
font-family:'Cuprum', Impact, Charcoal, sans-serif;
text-transform: none;
text-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.5);
border-radius:0;
opacity:1;
}
#wowslider-container2 .ws-title div{
display:block;
margin-top:0;
font-size: 2em;
font-weight: normal;
padding: 0 0.5em;
}
#wowslider-container2 .ws-title span{
line-height: 1em;
font-size: 3.5em;
margin:0.5em 2em 0 1em;
padding: 0 0.3em;
}#wowslider-container2 .ws_images > ul{
animation: wsBasic 15.3s infinite;
-moz-animation: wsBasic 15.3s infinite;
-webkit-animation: wsBasic 15.3s infinite;
}
@keyframes wsBasic{0%{left:-0%} 20.26%{left:-0%} 33.33%{left:-100%} 53.59%{left:-100%} 66.67%{left:-200%} 86.93%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 20.26%{left:-0%} 33.33%{left:-100%} 53.59%{left:-100%} 66.67%{left:-200%} 86.93%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 20.26%{left:-0%} 33.33%{left:-100%} 53.59%{left:-100%} 66.67%{left:-200%} 86.93%{left:-200%} }
#wowslider-container2 .ws_bullets a img{
text-indent:0;
display:block;
bottom:16px;
left:-72px;
visibility:hidden;
position:absolute;
border: 4px solid #737373;
max-width:none;
}
#wowslider-container2 .ws_bullets a:hover img{
visibility:visible;
}
#wowslider-container2 .ws_bulframe div div{
height:48px;
overflow:visible;
position:relative;
}
#wowslider-container2 .ws_bulframe div {
left:0;
overflow:hidden;
position:relative;
width:144px;
background-color:#737373;
}
#wowslider-container2 .ws_bullets .ws_bulframe{
display:none;
bottom:18px;
overflow:visible;
position:absolute;
cursor:pointer;
border: 4px solid #737373;
}
#wowslider-container2 .ws_bulframe span{
display:block;
position:absolute;
bottom:-9px;
margin-left:-4px;
left:72px;
background:url(./triangle.png);
width:13px;
height:7px;
} | slider/engine2/style.css | @import url("https://fonts.googleapis.com/css?family=Cuprum&subset=latin,latin-ext");
#wowslider-container2 {
zoom: 1;
position: relative;
width: 100%;
max-width:100%;
max-height:400px;
margin:0px auto 0px;
z-index:90;
border:none;
text-align:left; /* reset align=center */
font-size: 10px;
}
* html #wowslider-container2{ width:1200px }
#wowslider-container2 .ws_images ul{
position:relative;
width: 10000%;
height:100%;
left:0;
list-style:none;
margin:0;
padding:0;
border-spacing:0;
overflow: visible;
/*table-layout:fixed;*/
}
#wowslider-container2 .ws_images ul li{
position: relative;
width:1%;
height:100%;
line-height:0; /*opera*/
overflow: hidden;
float:left;
font-size:0;
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
}
#wowslider-container2 .ws_images{
position: relative;
left:0;
top:0;
width:100%;
height:100%;
max-height:400px;
overflow:hidden;
}
#wowslider-container2 .ws_images a{
width:100%;
height:100%;
max-height:400px;
display:block;
color:transparent;
}
#wowslider-container2 img{
max-width: none !important;
}
#wowslider-container2 .ws_images img{
width:100%;
border:none 0;
max-width: none;
padding:0;
margin:0;
}
#wowslider-container2 .ws_images iframe {
position: absolute;
z-index: -1;
}
#wowslider-container2 .ws-title > div {
display: inline-block !important;
}
#wowslider-container2 a{
text-decoration: none;
outline: none;
border: none;
}
#wowslider-container2 .ws_bullets {
float: left;
position:absolute;
z-index:70;
}
#wowslider-container2 .ws_bullets div{
position:relative;
float:left;
font-size: 0px;
}
#wowslider-container2 .wsl{
display:none;
}
#wowslider-container2 sound,
#wowslider-container2 object{
position:absolute;
}
#wowslider-container2 .ws_photoItem {
border: 2em solid #fff;
margin-left: -2em;
margin-top: -2em;
}
#wowslider-container2.ws_gestures {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container2.ws_gestures.ws_grabbing {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdT<KEY>3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}
/* hide controls when video start play */
#wowslider-container2.ws_video_playing .ws_bullets {
display: none;
}
#wowslider-container2.ws_video_playing:hover .ws_bullets {
display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container2.ws_video_playing_ie .ws_bullets,
#wowslider-container2.ws_video_playing_ie a.ws_next,
#wowslider-container2.ws_video_playing_ie a.ws_prev {
display: block;
}
/* youtube/vimeo buttons */
#wowslider-container2 .ws_video_btn {
position: absolute;
display: none;
cursor: pointer;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 55;
}
#wowslider-container2 .ws_video_btn.ws_youtube,
#wowslider-container2 .ws_video_btn.ws_vimeo {
display: block;
}
#wowslider-container2 .ws_video_btn div {
position: absolute;
background-image: url(./playvideo.png);
background-size: 200%;
top: 50%;
left: 50%;
width: 7em;
height: 5em;
margin-left: -3.5em;
margin-top: -2.5em;
}
#wowslider-container2 .ws_video_btn.ws_youtube div {
background-position: 0 0;
}
#wowslider-container2 .ws_video_btn.ws_youtube:hover div {
background-position: 100% 0;
}
#wowslider-container2 .ws_video_btn.ws_vimeo div {
background-position: 0 100%;
}
#wowslider-container2 .ws_video_btn.ws_vimeo:hover div {
background-position: 100% 100%;
}
#wowslider-container2 .ws_playpause.ws_hide {
display: none !important;
}
#wowslider-container2 .ws_bullets a {
width:13px;
height:13px;
background: url(./bullet.png) left top;
float: left;
text-indent: -1000px;
position:relative;
margin-left:5px;
color:transparent;
}
#wowslider-container2 .ws_bullets a.ws_selbull, #wowslider-container2 .ws_bullets a:hover{
background-position: 0 100%;
}
#wowslider-container2 a.ws_next, #wowslider-container2 a.ws_prev {
position:absolute;
display:none;
bottom:0;
margin-top:0;
z-index:60;
height: 100%;
width: 4em;
background-color:#474747;
background-repeat: no-repeat;
background-position: center center;
background-size: 25% auto;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#wowslider-container2 a.ws_next{
background-image: url(./arrow-next.png);
right:0;
}
#wowslider-container2 a.ws_prev {
background-image: url(./arrow-prev.png);
left:0;
}
#wowslider-container2 a.ws_next:hover,#wowslider-container2 a.ws_prev:hover{
background-color:#272727;
}
* html #wowslider-container2 a.ws_next,* html #wowslider-container2 a.ws_prev{display:block}
#wowslider-container2:hover a.ws_next, #wowslider-container2:hover a.ws_prev {display:block}
/*playpause*/
#wowslider-container2 .ws_playpause {
display:none;
width: 4em;
height: 6em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -2em;
margin-top: -3em;
z-index: 59;
}
#wowslider-container2:hover .ws_playpause {
display:block;
}
#wowslider-container2 .ws_pause {
background-size: 100%;
background-image: url(./pause.png);
}
#wowslider-container2 .ws_play {
background-size: 100%;
background-image: url(./play.png);
}
#wowslider-container2 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container2 .ws_bullets {
bottom: 0;
left:50%;
padding: 5px;
}
#wowslider-container2 .ws_bullets div{
left:-50%;
}
/* separate */
#wowslider-container2 .ws-title{
position: absolute;
display:block;
bottom:2em;
left: 0;
z-index: 50;
font-weight: bold;
}
#wowslider-container2 .ws-title div,#wowslider-container2 .ws-title span{
display:inline-block;
margin:0.5em 2em 0 2em;
background:none;
color: #FFFFFF;
font-family:'Cuprum', Impact, Charcoal, sans-serif;
text-transform: none;
text-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.5);
border-radius:0;
opacity:1;
}
#wowslider-container2 .ws-title div{
display:block;
margin-top:0;
font-size: 2em;
font-weight: normal;
padding: 0 0.5em;
}
#wowslider-container2 .ws-title span{
line-height: 1em;
font-size: 3.5em;
margin:0.5em 2em 0 1em;
padding: 0 0.3em;
}#wowslider-container2 .ws_images > ul{
animation: wsBasic 15.3s infinite;
-moz-animation: wsBasic 15.3s infinite;
-webkit-animation: wsBasic 15.3s infinite;
}
@keyframes wsBasic{0%{left:-0%} 20.26%{left:-0%} 33.33%{left:-100%} 53.59%{left:-100%} 66.67%{left:-200%} 86.93%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 20.26%{left:-0%} 33.33%{left:-100%} 53.59%{left:-100%} 66.67%{left:-200%} 86.93%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 20.26%{left:-0%} 33.33%{left:-100%} 53.59%{left:-100%} 66.67%{left:-200%} 86.93%{left:-200%} }
#wowslider-container2 .ws_bullets a img{
text-indent:0;
display:block;
bottom:16px;
left:-72px;
visibility:hidden;
position:absolute;
border: 4px solid #737373;
max-width:none;
}
#wowslider-container2 .ws_bullets a:hover img{
visibility:visible;
}
#wowslider-container2 .ws_bulframe div div{
height:48px;
overflow:visible;
position:relative;
}
#wowslider-container2 .ws_bulframe div {
left:0;
overflow:hidden;
position:relative;
width:144px;
background-color:#737373;
}
#wowslider-container2 .ws_bullets .ws_bulframe{
display:none;
bottom:18px;
overflow:visible;
position:absolute;
cursor:pointer;
border: 4px solid #737373;
}
#wowslider-container2 .ws_bulframe span{
display:block;
position:absolute;
bottom:-9px;
margin-left:-4px;
left:72px;
background:url(./triangle.png);
width:13px;
height:7px;
} | 0.204501 | 0.045841 |
@keyframes nod {
33.33% {
transform: translateY(-6px);
}
66.67% {
transform: translateY(2px);
}
}
@keyframes shake {
33.33% {
transform: translateX(4px);
}
66.67% {
transform: translateX(-4px);
}
}
.alert {
position: fixed;
top: 12px;
right: 12px;
left: 12px;
max-width: 480px;
margin: 0 auto;
z-index: 5;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),
0 1px 10px 0 rgba(0,0,0,0.12),
0 2px 4px -1px rgba(0,0,0,0.3);
display: flex;
background-color: #ffffff;
}
.alert--hide {
transition: 280ms transform cubic-bezier(0.55, 0.055, 0.675, 0.19);
pointer-events: none;
transform: translateY(-100%) translateY(-24px);
}
.alert--show {
transition: 280ms transform cubic-bezier(0.215, 0.610, 0.355, 1);
}
.alert--success.alert--animated {
animation: nod 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.alert--error.alert--animated {
animation: shake 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.alert__badge,
.alert__dismiss {
flex: 0 auto;
color: #707279;
padding: 12px;
}
.alert__badge {
background-color: #707279;
color: #ffffff;
}
.alert--success .alert__badge {
background-color: #9be4a5;
color: #138321;
}
.alert--error .alert__badge {
background-color: #f7cfcf;
color: #D62828;
}
.alert__icon {
display: block;
}
.alert__body {
flex: 1 auto;
padding: 12px;
font-size: 0.875rem;
}
.alert__heading {
display: block;
line-height: 1;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-bottom: 0.25rem;
}
.alert--success .alert__heading {
color: #138321;
}
.alert--error .alert__heading {
color: #d62828;
}
.alert__dismiss {
align-self: flex-start;
appearance: none;
background: 0;
border: 0;
cursor: pointer;
display: block;
font-size: inherit;
line-height: inherit;
}
.alert__dismiss:focus,
.alert__dismiss:hover {
background-color: #f0f1f5;
}
.is-embedded .alert {
top: 69px;
} | src/Alert.css | @keyframes nod {
33.33% {
transform: translateY(-6px);
}
66.67% {
transform: translateY(2px);
}
}
@keyframes shake {
33.33% {
transform: translateX(4px);
}
66.67% {
transform: translateX(-4px);
}
}
.alert {
position: fixed;
top: 12px;
right: 12px;
left: 12px;
max-width: 480px;
margin: 0 auto;
z-index: 5;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),
0 1px 10px 0 rgba(0,0,0,0.12),
0 2px 4px -1px rgba(0,0,0,0.3);
display: flex;
background-color: #ffffff;
}
.alert--hide {
transition: 280ms transform cubic-bezier(0.55, 0.055, 0.675, 0.19);
pointer-events: none;
transform: translateY(-100%) translateY(-24px);
}
.alert--show {
transition: 280ms transform cubic-bezier(0.215, 0.610, 0.355, 1);
}
.alert--success.alert--animated {
animation: nod 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.alert--error.alert--animated {
animation: shake 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.alert__badge,
.alert__dismiss {
flex: 0 auto;
color: #707279;
padding: 12px;
}
.alert__badge {
background-color: #707279;
color: #ffffff;
}
.alert--success .alert__badge {
background-color: #9be4a5;
color: #138321;
}
.alert--error .alert__badge {
background-color: #f7cfcf;
color: #D62828;
}
.alert__icon {
display: block;
}
.alert__body {
flex: 1 auto;
padding: 12px;
font-size: 0.875rem;
}
.alert__heading {
display: block;
line-height: 1;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-bottom: 0.25rem;
}
.alert--success .alert__heading {
color: #138321;
}
.alert--error .alert__heading {
color: #d62828;
}
.alert__dismiss {
align-self: flex-start;
appearance: none;
background: 0;
border: 0;
cursor: pointer;
display: block;
font-size: inherit;
line-height: inherit;
}
.alert__dismiss:focus,
.alert__dismiss:hover {
background-color: #f0f1f5;
}
.is-embedded .alert {
top: 69px;
} | 0.577257 | 0.257748 |
* {
/* The width of an element will be the size of its border box,
not its content box (which is the normal default). */
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
}
body{
display: grid;
grid-template: "header header header header" 60px
"aside . main ." auto
"aside . content ." auto
"footer footer footer footer" 60px
/ 2fr 5% 5fr 5%;
z-index: 9;
}
header{
grid-area: header;
display: flex;
justify-content: space-between;
background-color: #191d20;
color: white;
}
ul{
display: flex;
justify-content: space-between;
}
aside{
grid-area: aside;
}
main{
grid-area: main;
}
.content{
grid-area: content;
display: flex;
justify-content: space-around;
}
.box-links{
width: 180px;
height: 184px;
}
.sprint-box{
width: 7em;
height: 7em;
margin: 10px auto;
background-color:white;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 25px;
border: 2px solid rgb(15, 27, 49);
padding: 20px;
width: 100px;
height: 100px;
}
.sprint-list{
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
text-align: center;
padding: 10px;
width: 100px;
height: 100px;
}
.sprintpage-sprints{
display: flex;
}
.hobbies{
display: grid;
grid-template: "box1 box2 box3" auto
/ 2fr 2fr 2fr;
z-index: 9;
margin-bottom: 15px;
}
.box1{
grid-area: box1;
}
.box2{
grid-area: box2;
}
.box3{
grid-area: box3;
}
.list-side{
display: flex;
}
.padding-example{
margin: 10px;
background-color: rgb(172, 201, 202);
width: 50%;
}
footer{
grid-area: footer;
background-color: #191d20;
}
/*----------typography----------*/
body{
font-family: 'Montserrat', sans-serif;
color: black;
}
header h1{
padding: 0.5em;
}
aside h1{
text-align: center;
margin: auto;
}
ul a{
color: white;
padding: 10px;
}
main h2{
font-weight: 700;
font-size: 1.5em;
padding: 0.5em;
letter-spacing: 0.1em;
}
main p{
font-weight: 600;
padding: 0.5em;
}
main{
margin: 10px 0;
}
.text-justify p{
text-align: justify;
text-justify: inter-word;
}
.about-box{
text-align: center;
font-size: 2.5em;
background-color: rgb(255, 255, 255);
width: 7em;
height: 7em;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 20px;
border: 2px solid #000000;
width: 180px;
height: 180px;
}
.about-box p{
text-align: center;
}
.dev-box{
border-radius: 20px;
border: 2px solid rgb(0, 0, 0);
}
ul{
list-style-type: none;
}
a{
color: black;
text-decoration: none;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
color:rgb(41, 115, 138);
}
a:active {
color: rgb(41, 115, 138);
}
.references{
color: rgb(88, 88, 88);
text-emphasis: bold;
}
.sprint-list a:hover{
color:rgb(41, 115, 138);
}
.sprint-box{
font-size: 3em;
}
.sprint-list a{
color: #000000;
font-size: 1.5em;
}
.sprint-footer p{
padding: 2px;
}
.sprint-footer{
padding: 2px;
color: white;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-end;
text-align: right;
}
.about-footer{
padding: 2px;
color: white;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-end;
}
.topic{
background-color: rgb(250, 250, 250);
align-items: center;
border-radius: 15px;
border: 2px solid #000000;
margin: 1.5em 0em;
padding: 0.5em;
}
.topic-padding{
display: flex;
}
.padding-example{
display: flex;
}
/*----------images------------*/
.homepage-background{
grid-area: 2/1/6/6;
background-image: url(images/background-landscape.JPG);
filter: blur(10px);
-webkit-filter: blur(10px);
height: 100%;
width: 100%;
background-position: center;
background-repeat: repeat;
background-size: cover;
z-index: -1;
}
.sprint-background{
grid-area: 2/1/2/5;
background-image: url(images/background-landscape.JPG);
filter: blur(10px);
-webkit-filter: blur(10px);
opacity: 0.8;
height: 100%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
.phone-pic{
height: 150px;
width: 70px;
}
.topic-image{
display: flex;
justify-content: center;
padding: 1em;
}
.phone-padding{
padding: 10px;
background-color: darkcyan;
}
.phone-border{
padding: 10px;
background-color: darkcyan;
border: 2px solid black;
}
.phone-margin{
padding: 10px;
background-color: darkcyan;
border: 2px solid black;
margin: 10px;
}
.overlay-container{
position: relative;
}
.overlay-image{
display: block;
width: 90%;
height: auto;
}
.overlay-text{
color: white;
font-size: 15px;
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.overlay-container:hover .overlay {
opacity: 0.8;
}
.overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 90%;
opacity: 0;
transition: .5s ease;
background-color: #008CBA;
}
/* Minesweeper styling */
#message, #notes {
display: flex;
flex-direction: column;
align-items: center;
}
#message {
font-size: 1.5rem;
}
.board {
display: flex;
flex-wrap: wrap;
}
.board div {
color: green;
font-size: 2rem;
width: 75px;
height: 75px;
border: 1px #ccc dotted;
border-radius: 10%;
background-color: white;
margin: 3px;
display: flex;
align-items: center;
justify-content: center;
}
.board div:hover {
background-color: white;
}
div.mine, div.mine:hover {
background: no-repeat center/60% url("images/shark.png") rgb(154, 220, 236);
}
div.hidden {
background: #eee;
}
div.hidden:hover {
background: #ccc;
}
div.marked, div.marked:hover {
background: no-repeat center/60% url("images/mark.svg") rgb(255, 115, 0);
}
.reset, .toggle{
padding: 10px;
margin: 10px;
border: 1px #ccc dotted;
border-radius: 10%;
background-color: #fff;
}
.reset:hover{
background: #ccc;
}
.toggle:hover{
background: #ccc;
} | styles/main.css | * {
/* The width of an element will be the size of its border box,
not its content box (which is the normal default). */
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
}
body{
display: grid;
grid-template: "header header header header" 60px
"aside . main ." auto
"aside . content ." auto
"footer footer footer footer" 60px
/ 2fr 5% 5fr 5%;
z-index: 9;
}
header{
grid-area: header;
display: flex;
justify-content: space-between;
background-color: #191d20;
color: white;
}
ul{
display: flex;
justify-content: space-between;
}
aside{
grid-area: aside;
}
main{
grid-area: main;
}
.content{
grid-area: content;
display: flex;
justify-content: space-around;
}
.box-links{
width: 180px;
height: 184px;
}
.sprint-box{
width: 7em;
height: 7em;
margin: 10px auto;
background-color:white;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 25px;
border: 2px solid rgb(15, 27, 49);
padding: 20px;
width: 100px;
height: 100px;
}
.sprint-list{
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
text-align: center;
padding: 10px;
width: 100px;
height: 100px;
}
.sprintpage-sprints{
display: flex;
}
.hobbies{
display: grid;
grid-template: "box1 box2 box3" auto
/ 2fr 2fr 2fr;
z-index: 9;
margin-bottom: 15px;
}
.box1{
grid-area: box1;
}
.box2{
grid-area: box2;
}
.box3{
grid-area: box3;
}
.list-side{
display: flex;
}
.padding-example{
margin: 10px;
background-color: rgb(172, 201, 202);
width: 50%;
}
footer{
grid-area: footer;
background-color: #191d20;
}
/*----------typography----------*/
body{
font-family: 'Montserrat', sans-serif;
color: black;
}
header h1{
padding: 0.5em;
}
aside h1{
text-align: center;
margin: auto;
}
ul a{
color: white;
padding: 10px;
}
main h2{
font-weight: 700;
font-size: 1.5em;
padding: 0.5em;
letter-spacing: 0.1em;
}
main p{
font-weight: 600;
padding: 0.5em;
}
main{
margin: 10px 0;
}
.text-justify p{
text-align: justify;
text-justify: inter-word;
}
.about-box{
text-align: center;
font-size: 2.5em;
background-color: rgb(255, 255, 255);
width: 7em;
height: 7em;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 20px;
border: 2px solid #000000;
width: 180px;
height: 180px;
}
.about-box p{
text-align: center;
}
.dev-box{
border-radius: 20px;
border: 2px solid rgb(0, 0, 0);
}
ul{
list-style-type: none;
}
a{
color: black;
text-decoration: none;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
color:rgb(41, 115, 138);
}
a:active {
color: rgb(41, 115, 138);
}
.references{
color: rgb(88, 88, 88);
text-emphasis: bold;
}
.sprint-list a:hover{
color:rgb(41, 115, 138);
}
.sprint-box{
font-size: 3em;
}
.sprint-list a{
color: #000000;
font-size: 1.5em;
}
.sprint-footer p{
padding: 2px;
}
.sprint-footer{
padding: 2px;
color: white;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-end;
text-align: right;
}
.about-footer{
padding: 2px;
color: white;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-end;
}
.topic{
background-color: rgb(250, 250, 250);
align-items: center;
border-radius: 15px;
border: 2px solid #000000;
margin: 1.5em 0em;
padding: 0.5em;
}
.topic-padding{
display: flex;
}
.padding-example{
display: flex;
}
/*----------images------------*/
.homepage-background{
grid-area: 2/1/6/6;
background-image: url(images/background-landscape.JPG);
filter: blur(10px);
-webkit-filter: blur(10px);
height: 100%;
width: 100%;
background-position: center;
background-repeat: repeat;
background-size: cover;
z-index: -1;
}
.sprint-background{
grid-area: 2/1/2/5;
background-image: url(images/background-landscape.JPG);
filter: blur(10px);
-webkit-filter: blur(10px);
opacity: 0.8;
height: 100%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
.phone-pic{
height: 150px;
width: 70px;
}
.topic-image{
display: flex;
justify-content: center;
padding: 1em;
}
.phone-padding{
padding: 10px;
background-color: darkcyan;
}
.phone-border{
padding: 10px;
background-color: darkcyan;
border: 2px solid black;
}
.phone-margin{
padding: 10px;
background-color: darkcyan;
border: 2px solid black;
margin: 10px;
}
.overlay-container{
position: relative;
}
.overlay-image{
display: block;
width: 90%;
height: auto;
}
.overlay-text{
color: white;
font-size: 15px;
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.overlay-container:hover .overlay {
opacity: 0.8;
}
.overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 90%;
opacity: 0;
transition: .5s ease;
background-color: #008CBA;
}
/* Minesweeper styling */
#message, #notes {
display: flex;
flex-direction: column;
align-items: center;
}
#message {
font-size: 1.5rem;
}
.board {
display: flex;
flex-wrap: wrap;
}
.board div {
color: green;
font-size: 2rem;
width: 75px;
height: 75px;
border: 1px #ccc dotted;
border-radius: 10%;
background-color: white;
margin: 3px;
display: flex;
align-items: center;
justify-content: center;
}
.board div:hover {
background-color: white;
}
div.mine, div.mine:hover {
background: no-repeat center/60% url("images/shark.png") rgb(154, 220, 236);
}
div.hidden {
background: #eee;
}
div.hidden:hover {
background: #ccc;
}
div.marked, div.marked:hover {
background: no-repeat center/60% url("images/mark.svg") rgb(255, 115, 0);
}
.reset, .toggle{
padding: 10px;
margin: 10px;
border: 1px #ccc dotted;
border-radius: 10%;
background-color: #fff;
}
.reset:hover{
background: #ccc;
}
.toggle:hover{
background: #ccc;
} | 0.432303 | 0.175467 |
.inicio{
background:url('img/banqueta1.png');
background-size: contain;
background-attachment: fixed;
background-repeat: no-repeat;
width: 100%;
height: 700px;
}
.overlay{
width: 100%;
height: 100%;
background: #1e130c; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #9a8478, #1e130c); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #9a8478, #1e130c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
opacity: 0.8;
}
.text{
color: white;
padding-top: 15%;
}
.overlay h1{
font-size: 3rem;
color: #F5E7E4;
}
.overlay p {
color: #201E1D;
font-size: 2rem;
}
.navbar #menu {
margin-right: 100px;
margin-top: 20px;
}
.navbar #menu ul li a {
color: #ccc1b7;
}
.navbar #menu ul li a:hover {
color: #1e130c;
}
#products {
font-family: 'Cormorant Garamond', serif;
}
#products {
font-family: 'Cormorant Garamond', serif;
}
.card{
margin: auto;
position: relative;
overflow: hidden;
border-radius: 10px 10px 10px 10px;
box-shadow: 100px;
transform: scale(0.95);
transition: box-shadow 0.2s, transform 0.5s;
width:300px;
height: 300px;
}
.card h4{
font-size: 20px;
}
.card img{
max-height: 200px;
min-width: 50%;
border: 5px solid #eddfc4;
background: white;
display: block;
margin-left: auto;
margin-right: auto;
}
.card:hover {
transform: scale(1);
box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
background: #eddfc4;
}
.cordefundofooter nav li a {
font-size: 12px;
color: gray; }
@media (max-width: 1100px) {
#bgCadeiras{
background-size: 100%;
background-attachment: fixed;
height: 600px;
background-repeat: no-repeat;
}
#bgCadeiras .text{
margin-top: 150px;
font-family: 'Francois One', sans-serif;
width: 80%;
margin-left: 370px;
}
.cordefundofooter img{
width: 80%;
}
.cordefundofooter ul li a{
font-size: 1rem;
}
.navbar ul li a {
font-family: 'Oswald', sans-serif;
font-size: 12px;
}
}
@media (min-width: 1200px) {
#bgCadeiras{
background-size: cover;
background-attachment: fixed;
height: 800px;
background-repeat: no-repeat;
}
#bgCadeiras .text{
margin-top: 250px;
font-family: 'Francois One', sans-serif;
width: 80%;
margin-left: 370px;
}
.cordefundofooter img{
width: 50%;
}
.cordefundofooter ul li a{
font-size: 1rem;
}
.navbar ul li a {
font-size: 14px;
}
}
@media (min-width: 1100px) and (max-width: 1372px) {
#products {
margin-bottom: 200px; } }
@media (min-width: 2500px){
#bgCadeiras{
background-size: cover;
background-attachment: fixed;
height: 1300px;
background-repeat: no-repeat;
}
#bgCadeiras .text{
margin-top: 450px;
font-family: 'Francois One', sans-serif;
width: 80%;
margin-left: 370px;
}
#products h4 {
font-size: 3rem; }
#products a {
font-size: 2rem; }
#products .card {
margin-bottom: 200px;
margin: auto;
position: relative;
overflow: hidden;
border-radius: 10px 10px 10px 10px;
box-shadow: 100px;
transform: scale(0.95);
transition: box-shadow 0.2s, transform 0.5s;
width: 600px;
height: 750px;
}
.card img{
max-width: 500px;
max-height: 500px;
width: auto;
height: auto;
border: 5px solid #eddfc4;
background: white;
margin: 0 auto;
position: relative;
}
.card label{
font-size: 42px;
}
.navbar ul li a {
font-size: 38px;
}
.navbar-brand {
font-size: 3rem; }
.cordefundofooter img {
width: 80%;
height: 100%;
}
.navbar-brand{
font-size: 4rem;
}
.cordefundofooter nav li a {
font-size: 42px;
display: block;
color: gray; }
.cordefundofooter h6, h5{
font-size: 42px;
}
.cordefundofooter p{
font-size: 38px;
}
}
@media(max-width: 768px){
.overlay h1{
padding-top: 200px;
font-size: 2rem;
color: black;
}
.overlay p {
color: darkslategray;
font-size: 1rem;
}
}
@media(min-width: 1400px){
.overlay h1{
padding-top: 200px;
font-size: 4rem;
color: black;
}
.overlay p {
color: darkslategray;
font-size: 2rem;
}
.cordefundofooter iframe{
width: 100%;
}
} | css/stylle_banqueta2.css | .inicio{
background:url('img/banqueta1.png');
background-size: contain;
background-attachment: fixed;
background-repeat: no-repeat;
width: 100%;
height: 700px;
}
.overlay{
width: 100%;
height: 100%;
background: #1e130c; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #9a8478, #1e130c); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #9a8478, #1e130c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
opacity: 0.8;
}
.text{
color: white;
padding-top: 15%;
}
.overlay h1{
font-size: 3rem;
color: #F5E7E4;
}
.overlay p {
color: #201E1D;
font-size: 2rem;
}
.navbar #menu {
margin-right: 100px;
margin-top: 20px;
}
.navbar #menu ul li a {
color: #ccc1b7;
}
.navbar #menu ul li a:hover {
color: #1e130c;
}
#products {
font-family: 'Cormorant Garamond', serif;
}
#products {
font-family: 'Cormorant Garamond', serif;
}
.card{
margin: auto;
position: relative;
overflow: hidden;
border-radius: 10px 10px 10px 10px;
box-shadow: 100px;
transform: scale(0.95);
transition: box-shadow 0.2s, transform 0.5s;
width:300px;
height: 300px;
}
.card h4{
font-size: 20px;
}
.card img{
max-height: 200px;
min-width: 50%;
border: 5px solid #eddfc4;
background: white;
display: block;
margin-left: auto;
margin-right: auto;
}
.card:hover {
transform: scale(1);
box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
background: #eddfc4;
}
.cordefundofooter nav li a {
font-size: 12px;
color: gray; }
@media (max-width: 1100px) {
#bgCadeiras{
background-size: 100%;
background-attachment: fixed;
height: 600px;
background-repeat: no-repeat;
}
#bgCadeiras .text{
margin-top: 150px;
font-family: 'Francois One', sans-serif;
width: 80%;
margin-left: 370px;
}
.cordefundofooter img{
width: 80%;
}
.cordefundofooter ul li a{
font-size: 1rem;
}
.navbar ul li a {
font-family: 'Oswald', sans-serif;
font-size: 12px;
}
}
@media (min-width: 1200px) {
#bgCadeiras{
background-size: cover;
background-attachment: fixed;
height: 800px;
background-repeat: no-repeat;
}
#bgCadeiras .text{
margin-top: 250px;
font-family: 'Francois One', sans-serif;
width: 80%;
margin-left: 370px;
}
.cordefundofooter img{
width: 50%;
}
.cordefundofooter ul li a{
font-size: 1rem;
}
.navbar ul li a {
font-size: 14px;
}
}
@media (min-width: 1100px) and (max-width: 1372px) {
#products {
margin-bottom: 200px; } }
@media (min-width: 2500px){
#bgCadeiras{
background-size: cover;
background-attachment: fixed;
height: 1300px;
background-repeat: no-repeat;
}
#bgCadeiras .text{
margin-top: 450px;
font-family: 'Francois One', sans-serif;
width: 80%;
margin-left: 370px;
}
#products h4 {
font-size: 3rem; }
#products a {
font-size: 2rem; }
#products .card {
margin-bottom: 200px;
margin: auto;
position: relative;
overflow: hidden;
border-radius: 10px 10px 10px 10px;
box-shadow: 100px;
transform: scale(0.95);
transition: box-shadow 0.2s, transform 0.5s;
width: 600px;
height: 750px;
}
.card img{
max-width: 500px;
max-height: 500px;
width: auto;
height: auto;
border: 5px solid #eddfc4;
background: white;
margin: 0 auto;
position: relative;
}
.card label{
font-size: 42px;
}
.navbar ul li a {
font-size: 38px;
}
.navbar-brand {
font-size: 3rem; }
.cordefundofooter img {
width: 80%;
height: 100%;
}
.navbar-brand{
font-size: 4rem;
}
.cordefundofooter nav li a {
font-size: 42px;
display: block;
color: gray; }
.cordefundofooter h6, h5{
font-size: 42px;
}
.cordefundofooter p{
font-size: 38px;
}
}
@media(max-width: 768px){
.overlay h1{
padding-top: 200px;
font-size: 2rem;
color: black;
}
.overlay p {
color: darkslategray;
font-size: 1rem;
}
}
@media(min-width: 1400px){
.overlay h1{
padding-top: 200px;
font-size: 4rem;
color: black;
}
.overlay p {
color: darkslategray;
font-size: 2rem;
}
.cordefundofooter iframe{
width: 100%;
}
} | 0.265595 | 0.067793 |
body {
padding: 0;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 150%;
color: #333;
background:rgb(241, 238, 238);
}
header {
background: #ffffff;;
}
h1 {
padding: 20px 0;
margin: 0;
margin-bottom: 20px;
font-size: 28px;
color: rgb(107, 185, 185);
text-align: left;
font-weight: 800;
}
h2 {
padding: 20px 0;
margin: 0;
margin-bottom: 20px;
font-size: 28px;
color: rgb(107, 185, 185);
text-align: left;
font-weight: 600;
}
/* Navigation Bars*/
.navbar-brand{
padding: 20px 0;
margin: 0;
margin-bottom: 0px;
font-size: 40px;
color: white;
font-weight: 900;
background-color: rgb(100, 199, 199);
}
.navbar{
max-height: 200px;
background-color: #eee;
color: white;
font-size: 20px;
width: 100%;
text-align: right;
padding: 10px;
}
.navbar li{
display: inline-block;
margin-left: 10px;
margin-right: 10px;
cursor: pointer;
border-radius: 3px;}
.navbar li a{
color: black;
text-decoration: none;
}
/*Containers & Rows*/
.box {
min-height: 100%;
padding: 10px;
margin: 10px;
font-weight: 100;
font-size: 18px;
color:rgb(99, 96, 96);
width: relative;
}
.white-background {
background: white;
}
/*Container Images*/
/* Selecting elements by class */
.container {
width: 1200px;
margin: 0 auto;
}
.frame {
border: 3px solid rgb(107, 185, 185);
}
/* Selecting elements by ID */
#main-bio,
#contact-info,
#bio-image
#main-bio {
width: 100%;
position: relative;
}
#bio-image {
width: 200px;
height: 200px;
margin-right: 20px;
float: left;
}
#bio-image2 {
width: 105px;
height: 105px;
margin-right: 20px;
float: left;
}
/* footer*/
footer{
background-color:grey;
color:white ;
position:relative;
border-bottom: rgb(109, 194, 185);
border-top-style: solid;
min-height: 55px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
text-align: center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding-top: 15px;
} | Web-Design-Challenge/WebVisualizations/style1.css | body {
padding: 0;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 150%;
color: #333;
background:rgb(241, 238, 238);
}
header {
background: #ffffff;;
}
h1 {
padding: 20px 0;
margin: 0;
margin-bottom: 20px;
font-size: 28px;
color: rgb(107, 185, 185);
text-align: left;
font-weight: 800;
}
h2 {
padding: 20px 0;
margin: 0;
margin-bottom: 20px;
font-size: 28px;
color: rgb(107, 185, 185);
text-align: left;
font-weight: 600;
}
/* Navigation Bars*/
.navbar-brand{
padding: 20px 0;
margin: 0;
margin-bottom: 0px;
font-size: 40px;
color: white;
font-weight: 900;
background-color: rgb(100, 199, 199);
}
.navbar{
max-height: 200px;
background-color: #eee;
color: white;
font-size: 20px;
width: 100%;
text-align: right;
padding: 10px;
}
.navbar li{
display: inline-block;
margin-left: 10px;
margin-right: 10px;
cursor: pointer;
border-radius: 3px;}
.navbar li a{
color: black;
text-decoration: none;
}
/*Containers & Rows*/
.box {
min-height: 100%;
padding: 10px;
margin: 10px;
font-weight: 100;
font-size: 18px;
color:rgb(99, 96, 96);
width: relative;
}
.white-background {
background: white;
}
/*Container Images*/
/* Selecting elements by class */
.container {
width: 1200px;
margin: 0 auto;
}
.frame {
border: 3px solid rgb(107, 185, 185);
}
/* Selecting elements by ID */
#main-bio,
#contact-info,
#bio-image
#main-bio {
width: 100%;
position: relative;
}
#bio-image {
width: 200px;
height: 200px;
margin-right: 20px;
float: left;
}
#bio-image2 {
width: 105px;
height: 105px;
margin-right: 20px;
float: left;
}
/* footer*/
footer{
background-color:grey;
color:white ;
position:relative;
border-bottom: rgb(109, 194, 185);
border-top-style: solid;
min-height: 55px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
text-align: center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding-top: 15px;
} | 0.367497 | 0.050658 |
.wrapper {
text-align: center;
}
.toggle {
position: relative;
display: inline-block;
width: 120px;
height: 60px;
margin-left: 100px;
padding: 4px;
border-radius: 40px;
}
.toggle:before,
.toggle:after {
content: '';
display: table;
}
.toggle:after {
clear: both;
}
.toggle-bg {
position: absolute;
top: -4px;
left: -4px;
width: 100%;
height: 100%;
background-color: #C0E6F6;
border-radius: 40px;
border: 4px solid #81C0D5;
transition: all .1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.toggle-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid red;
border-radius: 40px;
z-index: 2;
opacity: 0;
}
.toggle-switch {
position: relative;
width: 40px;
height: 40px;
margin-left: 60px;
background-color: #F5EB42;
border: 4px solid #E4C74D;
border-radius: 50%;
transition: all .1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.toggle-switch-figure {
position: absolute;
bottom: -14px;
left: -50px;
display: block;
width: 80px;
height: 40px;
border: 8px solid #D4D4D2;
border-radius: 20px;
background-color: #fff;
transform: scale(0.6);
transition: all .12s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.toggle-switch-figure:after {
content: '';
display: block;
position: relative;
top: -45px;
right: -32px;
width: 25px;
height: 15px;
border: 8px solid #D4D4D2;
border-radius: 100%;
border-right-color: transparent;
border-bottom-color: transparent;
transform: rotateZ(50deg);
background-color: #fff;
}
.toggle-switch-figure:before {
content: '';
display: block;
position: relative;
top: -20px;
right: -5px;
width: 35px;
height: 30px;
border: 8px solid #D4D4D2;
border-radius: 100%;
border-right-color: transparent;
border-bottom-color: transparent;
transform: rotateZ(30deg);
background-color: #fff;
}
.toggle-switch-figureAlt {
content: '';
position: absolute;
top: 5px;
left: 2px;
width: 2px;
height: 2px;
background-color: #EFEEDA;
border-radius: 100%;
border: 4px solid #DEE1C5;
box-shadow:
42px -7px 0 -2px #FCFCFC,
75px -10px 0 -2px #FCFCFC,
54px 4px 0 -3px #FCFCFC,
83px 7px 0 -1px #FCFCFC,
63px 18px 0 -3px #FCFCFC,
44px 28px 0 -1px #FCFCFC,
78px 23px 0 -2px #FCFCFC;
transition: all .2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
transform: scale(0);
}
.toggle-switch-figureAlt:before {
content: '';
position: absolute;
top: -6px;
left: 18px;
width: 7px;
height: 7px;
background-color: #EFEEDA;
border-radius: 100%;
border: 4px solid #DEE1C5;
}
.toggle-switch-figureAlt:after {
content: '';
position: absolute;
top: 19px;
left: 15px;
width: 2px;
height: 2px;
background-color: #EFEEDA;
border-radius: 100%;
border: 4px solid #DEE1C5;
}
.toggle-input:checked ~ .toggle-switch {
margin-left: 0;
border-color: #DEE1C5;
background-color: #FFFDF2;
}
.toggle-input:checked ~ .toggle-bg {
background-color: #484848;
border-color: #202020;
}
.toggle-input:checked ~ .toggle-switch .toggle-switch-figure {
margin-left: 40px;
opacity: 0;
transform: scale(0.1);
}
.toggle-input:checked ~ .toggle-switch .toggle-switch-figureAlt {
transform: scale(1);
} | css/toggle.css | .wrapper {
text-align: center;
}
.toggle {
position: relative;
display: inline-block;
width: 120px;
height: 60px;
margin-left: 100px;
padding: 4px;
border-radius: 40px;
}
.toggle:before,
.toggle:after {
content: '';
display: table;
}
.toggle:after {
clear: both;
}
.toggle-bg {
position: absolute;
top: -4px;
left: -4px;
width: 100%;
height: 100%;
background-color: #C0E6F6;
border-radius: 40px;
border: 4px solid #81C0D5;
transition: all .1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.toggle-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid red;
border-radius: 40px;
z-index: 2;
opacity: 0;
}
.toggle-switch {
position: relative;
width: 40px;
height: 40px;
margin-left: 60px;
background-color: #F5EB42;
border: 4px solid #E4C74D;
border-radius: 50%;
transition: all .1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.toggle-switch-figure {
position: absolute;
bottom: -14px;
left: -50px;
display: block;
width: 80px;
height: 40px;
border: 8px solid #D4D4D2;
border-radius: 20px;
background-color: #fff;
transform: scale(0.6);
transition: all .12s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.toggle-switch-figure:after {
content: '';
display: block;
position: relative;
top: -45px;
right: -32px;
width: 25px;
height: 15px;
border: 8px solid #D4D4D2;
border-radius: 100%;
border-right-color: transparent;
border-bottom-color: transparent;
transform: rotateZ(50deg);
background-color: #fff;
}
.toggle-switch-figure:before {
content: '';
display: block;
position: relative;
top: -20px;
right: -5px;
width: 35px;
height: 30px;
border: 8px solid #D4D4D2;
border-radius: 100%;
border-right-color: transparent;
border-bottom-color: transparent;
transform: rotateZ(30deg);
background-color: #fff;
}
.toggle-switch-figureAlt {
content: '';
position: absolute;
top: 5px;
left: 2px;
width: 2px;
height: 2px;
background-color: #EFEEDA;
border-radius: 100%;
border: 4px solid #DEE1C5;
box-shadow:
42px -7px 0 -2px #FCFCFC,
75px -10px 0 -2px #FCFCFC,
54px 4px 0 -3px #FCFCFC,
83px 7px 0 -1px #FCFCFC,
63px 18px 0 -3px #FCFCFC,
44px 28px 0 -1px #FCFCFC,
78px 23px 0 -2px #FCFCFC;
transition: all .2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
transform: scale(0);
}
.toggle-switch-figureAlt:before {
content: '';
position: absolute;
top: -6px;
left: 18px;
width: 7px;
height: 7px;
background-color: #EFEEDA;
border-radius: 100%;
border: 4px solid #DEE1C5;
}
.toggle-switch-figureAlt:after {
content: '';
position: absolute;
top: 19px;
left: 15px;
width: 2px;
height: 2px;
background-color: #EFEEDA;
border-radius: 100%;
border: 4px solid #DEE1C5;
}
.toggle-input:checked ~ .toggle-switch {
margin-left: 0;
border-color: #DEE1C5;
background-color: #FFFDF2;
}
.toggle-input:checked ~ .toggle-bg {
background-color: #484848;
border-color: #202020;
}
.toggle-input:checked ~ .toggle-switch .toggle-switch-figure {
margin-left: 40px;
opacity: 0;
transform: scale(0.1);
}
.toggle-input:checked ~ .toggle-switch .toggle-switch-figureAlt {
transform: scale(1);
} | 0.624064 | 0.113236 |
--root {
--bg: #1dbf73;
--primaryBackground: rgba(255, 255, 255, 1);
--secondaryBackground: rgba(22, 69, 93, 1);
--tertiaryBackground: rgba(239, 239, 239, 1);
--primaryFont: rgba(0, 0, 0, 0.87);
--secondaryFont: rgba(116, 116, 116, 0.8);
font-size: 16px;
font-size: 62.5%;
}
/* =================== */
/* reset */
/* =================== */
* {
margin: 0;
/* padding: 0; */
text-decoration-style: 0;
text-decoration: none;
}
body {
height: 100%;
margin: 0;
}
li {
list-style-type: none;
}
/* =================== */
/* base styles */
/* =================== */
body {
/* background-color: #56bf7f; */
color: black;
}
/* =================== */
/* fonts */
/* =================== */
h1 {
font-size: 3.5rem;
font-family: "Kanit", sans-serif;
}
h2 {
font-size: 1.6rem;
}
h3 {
font-size: 1.3rem;
font-weight: light;
text-transform: uppercase;
}
h4 {
font-size: 0.9;
text-transform: uppercase;
font-weight: light;
}
p {
font-size: 1.2rem;
font-weight: light;
}
/* mobile styles */
/* small tablet styles */
@media screen and (min-width: 620px) {
}
#pageBody {
/* width: 65%; */
height: 100%;
margin: auto;
cursor: auto;
position: relative;
background-color: yellow;
z-index: 5;
overflow-y: hidden;
}
header {
text-align: center;
position: relative;
/* background-color: yellow; */
display: inline-block;
min-height: 20%;
max-height: 100%;
width: 65%;
z-index: -1;
top: 40%;
left: 10%;
margin: auto;
cursor: pointer;
outline: none;
}
/* header:focus > h1 {
display: none;
width: 0rem;
} */
#eventsContainer {
background-color: white;
height: 80%;
max-width: 65%;
margin: auto;
margin-top: 10%;
display: none;
z-index: 5;
}
header::before {
content: " ";
position: absolute;
width: 40rem;
height: 40rem;
right: -5rem;
top: -20rem;
background-color: white;
border-radius: 50%;
z-index: -5;
}
/* header::after {
content: " ";
position: absolute;
width: 40rem;
height: 40rem;
right: -5rem;
top: -15rem;
background-color: white;
border-radius: 50%;
z-index: -1;
} */
/* .dateHeader {
padding: 16px 0px;
padding: 1rem;
}
.type,
.host {
padding: 5px 0;
} */
.event-listing-container {
/* background-color: var(--primaryBackground); */
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 10px;
margin: 1rem 2rem;
border-radius: 3%;
}
/* .eventsDate {
margin: 50px;
background-color: #fadab9;
} */
.time {
grid-column: 1/2;
grid-row: 1;
padding-top: 0.5rem;
font-size: 1.2rem;
color: var(--secondaryFont);
}
.host {
grid-column: 2/8;
grid-row: 1;
padding-top: 0.5rem;
color: var(--secondaryFont);
}
.title {
grid-column: 2/8;
grid-row: 2/3;
}
.type {
grid-column: 2/8;
grid-row: 4;
padding-bottom: 0.5rem;
color: var(--secondaryFont);
}
/* large tablet & laptop styles */
@media screen and (min-width: 960px) {
}
/* desktop styles */
@media screen and (min-width: 1200px) {
} | assets/style.css |
--root {
--bg: #1dbf73;
--primaryBackground: rgba(255, 255, 255, 1);
--secondaryBackground: rgba(22, 69, 93, 1);
--tertiaryBackground: rgba(239, 239, 239, 1);
--primaryFont: rgba(0, 0, 0, 0.87);
--secondaryFont: rgba(116, 116, 116, 0.8);
font-size: 16px;
font-size: 62.5%;
}
/* =================== */
/* reset */
/* =================== */
* {
margin: 0;
/* padding: 0; */
text-decoration-style: 0;
text-decoration: none;
}
body {
height: 100%;
margin: 0;
}
li {
list-style-type: none;
}
/* =================== */
/* base styles */
/* =================== */
body {
/* background-color: #56bf7f; */
color: black;
}
/* =================== */
/* fonts */
/* =================== */
h1 {
font-size: 3.5rem;
font-family: "Kanit", sans-serif;
}
h2 {
font-size: 1.6rem;
}
h3 {
font-size: 1.3rem;
font-weight: light;
text-transform: uppercase;
}
h4 {
font-size: 0.9;
text-transform: uppercase;
font-weight: light;
}
p {
font-size: 1.2rem;
font-weight: light;
}
/* mobile styles */
/* small tablet styles */
@media screen and (min-width: 620px) {
}
#pageBody {
/* width: 65%; */
height: 100%;
margin: auto;
cursor: auto;
position: relative;
background-color: yellow;
z-index: 5;
overflow-y: hidden;
}
header {
text-align: center;
position: relative;
/* background-color: yellow; */
display: inline-block;
min-height: 20%;
max-height: 100%;
width: 65%;
z-index: -1;
top: 40%;
left: 10%;
margin: auto;
cursor: pointer;
outline: none;
}
/* header:focus > h1 {
display: none;
width: 0rem;
} */
#eventsContainer {
background-color: white;
height: 80%;
max-width: 65%;
margin: auto;
margin-top: 10%;
display: none;
z-index: 5;
}
header::before {
content: " ";
position: absolute;
width: 40rem;
height: 40rem;
right: -5rem;
top: -20rem;
background-color: white;
border-radius: 50%;
z-index: -5;
}
/* header::after {
content: " ";
position: absolute;
width: 40rem;
height: 40rem;
right: -5rem;
top: -15rem;
background-color: white;
border-radius: 50%;
z-index: -1;
} */
/* .dateHeader {
padding: 16px 0px;
padding: 1rem;
}
.type,
.host {
padding: 5px 0;
} */
.event-listing-container {
/* background-color: var(--primaryBackground); */
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 10px;
margin: 1rem 2rem;
border-radius: 3%;
}
/* .eventsDate {
margin: 50px;
background-color: #fadab9;
} */
.time {
grid-column: 1/2;
grid-row: 1;
padding-top: 0.5rem;
font-size: 1.2rem;
color: var(--secondaryFont);
}
.host {
grid-column: 2/8;
grid-row: 1;
padding-top: 0.5rem;
color: var(--secondaryFont);
}
.title {
grid-column: 2/8;
grid-row: 2/3;
}
.type {
grid-column: 2/8;
grid-row: 4;
padding-bottom: 0.5rem;
color: var(--secondaryFont);
}
/* large tablet & laptop styles */
@media screen and (min-width: 960px) {
}
/* desktop styles */
@media screen and (min-width: 1200px) {
} | 0.382026 | 0.054174 |
.carousel-title h1{
font-family: helvetica-bold !important;
font-size: 4rem;
letter-spacing: 8px;
}
.carousel-title h2{
font-family: helvetica-light !important;
font-size: 2.3rem;
letter-spacing: 3.7px;
text-indent: -10px;
}
.timeline {
position: relative;
list-style: none;
padding: 1rem 0;
margin: 0;
}
.timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
margin-left: -1px;
background-color: #50a1ff;
}
.timeline-element {
position: relative;
width: 50%;
padding: 1rem 0;
padding-right: 2.5rem;
text-align: right;
}
.timeline-element::before {
content: '';
position: absolute;
right: -8px;
top: 1.35rem;
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #50a1ff;
background-color: #fff;
}
.timeline-element:nth-child(even)::before {
right: auto;
left: -8px;
}
.timeline-element:nth-child(even) {
margin-left: 50%;
padding-left: 2.5rem;
padding-right: 0;
text-align: left;
}
@media (max-width: 767.98px) {
.timeline::before {
left: 8px;
}
}
@media (max-width: 767.98px) {
.timeline-element {
width: 100%;
text-align: left;
padding-left: 2.5rem;
padding-right: 0;
}
}
@media (max-width: 767.98px) {
.timeline-element::before {
top: 1.25rem;
left: 1px;
}
}
@media (max-width: 767.98px) {
.timeline-element:nth-child(even) {
margin-left: 0rem;
}
}
@media (max-width: 767.98px) {
.timeline-element {
width: 100%;
text-align: left;
padding-left: 2.5rem;
padding-right: 0;
}
}
@media (max-width: 767.98px) {
.timeline-element:nth-child(even)::before {
left: 1px;
}
}
@media (max-width: 767.98px) {
.timeline-element::before {
top: 1.25rem;
}
}
@media (min-width: 800px) and (max-width: 850px) {
.navbar:not(.top-nav-collapse) {
background: #1C2331 !important;
}
}
.carousel, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item, .view, body, html {
height: 100%
}
.navbar {
background-color: rgba(0, 0, 0, .3);
}
.custom-toggler-icon{
color: #F46361;
}
.top-nav-collapse {
background-color: #fff
}
.page-footer {
background-color: #333;
}
footer ul li p{
margin-left: 22px;
}
footer ul li{
margin-bottom: 20px;
font-size: 13px;
}
@media only screen and (max-width: 768px) {
.qhse-last{
width: 100% !important;
}
.navbar {
background-color: #333333;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link{
color: #ffffff;
}
.project-gallery figure {
display: flex;
justify-content: center;
}
}
.ss-dropdown{
margin: 0 !important;
background-color: rgba(0,0,0,.8) !important;
}
.ss-dropdown ul li{
margin: .5rem 0 !important;
}
.navbar.scrolling-navbar .dropdown-menu {
background-color: rgba(0, 0, 0, .3);
margin-top: 2.06rem;
}
.navbar.scrolling-navbar .dropdown-item {
color: #fff !important;
}
.navbar.scrolling-navbar.top-nav-collapse .dropdown-item {
color: #4d4b4b !important;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .ss-dropdown .sub-menu a:hover {
color: #fff !important;
transition: unset !important;
}
.navbar.scrolling-navbar .dropdown-menu {
border: 0;
border-radius: 0;
}
.menu-item{
border-radius:5px;
padding: 10px 0 10px 20px !important;
}
.menu-item:hover {
background: linear-gradient(125deg, #F46262, #F2AB21);
background-color: transparent !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.navbar-brand-text {
text-align: center;
display: table;
margin: auto;
font-family: segoe-semi-bold;
line-height: 1.5rem;
}
.navbar.scrolling-navbar .navbar-brand .navbar-brand-text {
font-size: 0.78rem;
/*transform: scale(1);*/
}
.navbar.scrolling-navbar.top-nav-collapse .navbar-brand .navbar-brand-text {
color: #000;
font-size: 0.7rem;
line-height: 0.9rem;
/*transform: scale(0.9);*/
}
.navbar.scrolling-navbar .navbar-brand img {
max-width: 4rem;
/*transform: scale(1);*/
transition: all ease 0.4s;
}
.navbar.scrolling-navbar.top-nav-collapse .navbar-brand img {
max-width: 3.5rem;
/*transform: scale(0.8);*/
transition: all ease 0.4s;
}
.navbar.scrolling-navbar {
padding:0px !important;
}
.nav-active {
border-image-source: linear-gradient(to right, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
border-bottom: 5px solid transparent;
}
.navbar .nav-link {
padding: 1rem 0.6rem;
border-bottom: 5px solid transparent;
}
.navbar .nav-link:hover {
border-image-source: linear-gradient(to right, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
border-bottom: 5px solid transparent;
}
.nav-link{
padding: 2.5rem 0.6rem;
}
.ss-link{
padding-left: 1.6rem !important;
padding-right: 1.6rem !important;
}
/*.nav-item.show .nav-link{*/
/* background-color: rgba(0,0,0,0.7) !important;*/
/*}*/
li.nav-item.dropdown.mega-dropdown.show .nav-link{
border-image-source: linear-gradient(to right, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link {
color: #000 !important;
background-color: unset !important;
font-size: 0.9rem;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link {
color: #000 !important;
font-size: 0.9rem;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .ss-dropdown{
background-color: rgba(255,255,255,0.9) !important;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .ss-dropdown .sub-menu a{
color: #000;
}
@media screen and (max-width: 768px) {
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link {
color: #fff !important;
}
}
.why-aldin-row {
margin-top: 50px;
}
.why-aldin-row h6 {
color: #4d4b4b;
}
.why-aldin {
font-weight: lighter;
}
.section-highlight {
background-color: #f2ab2112;
}
.gallery .view{
height: auto;
}
.gallery a{
color: #fff;
}
.gallery a:hover{
color: #fff;
}
.core-values h5 {
color: #4d4b4b;
}
.map {
border-radius: .25rem;
}
.timeline::before {
background: none !important;
border-image-source: linear-gradient(to bottom, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
border-left: 2px solid transparent;
}
.timeline-element::before {
border: 2px solid #f46361;
}
.nav-item {
margin-left: 15px;
}
.card-body{
flex: unset;
}
.statements .card-icon i.fa-bullseye-arrow {
background-color: transparent;
background: radial-gradient(circle at 33% 100%, #F77B7B 4%, #FBB615BA 30%, #F45E5E 62%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.statements .card-icon i.fa-eye {
background-color: transparent;
background: radial-gradient(circle at 33% 100%, #FFCF146E 4%, #DF3939B5 30%, #F2AB21 62%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/*experience*/
.work-experience .company-logo {
max-width: 3.8rem;
}
.work-experience .blockquote{
margin-bottom: 3rem !important;
}
/*footer*/
.footer-logo img {
max-width: 2.55rem;
}
.footer-logo-text {
line-height: 1.9rem;
text-transform: uppercase;
}
.footer-logo-text span {
font-size: 1.18rem;
font-family: segoe;
}
.footer-logo .navbar-brand-text{
font-size: 10px;
line-height: 1.5rem;
}
@media screen and (max-width: 480px) {
.footer-logo img {
max-width: 1.72rem;
}
.footer-logo .navbar-brand-text{
font-size: 7px;
text-align: center;
line-height: 0.8;
}
.footer-logo-text {
line-height: 1.2rem;
font-size: 1.2rem;
}
.footer-logo-text span {
font-size: 12.9px;
}
}
/* Gallery */
.project-gallery-detail .gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%;
}
.project-gallery-detail .gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.project-gallery-detail .gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gallery .card img{
height: 14rem;
}
@media (max-width: 450px) {
.project-gallery-detail .gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}
@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
.project-gallery figure, .mdb-lightbox figure {
padding: 0 9px 9px 0 !important;
margin: 0;
}
.mdb-lightbox img{
height: 15rem;
}
.ad-bq{
border-image-source: linear-gradient(to bottom, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
border-left: 4px solid transparent;
padding: .5rem 2.5rem;
}
.ss-text{
text-align: justify;
line-height: 2;
}
.ss-heading{
margin:0 0 5rem;
}
.lSSlideOuter .lSPager.lSpg{
margin: 50px 0 0 !important;
}
.client_slider .client-image-div{
display: flex;
align-items: center;
justify-content: center;
height: 12rem;
}
.client_slider{
height: 15rem !important;
}
.footer-social-icons li{
display: inline-block;
margin: 15px 20px 0 0;
}
.footer-social-icons li a i{
font-size: 20px;
}
@media screen and (min-width: 992px) {
.footer-intro, .footer-address{
width: 85%;
}
}
@media screen and (max-width: 992px) {
.ceo_snap {
max-width: 60%;
}
.col-lg-8.manufacturing-img img, .col-lg-4.manufacturing-img img{
height: auto !important;
}
.manufacturing-img:first-child{
margin: 0 0 1.5rem;
}
.plant-img img{
height: auto !important;
width: 100% !important;
}
.plant-img{
margin-top: 1.5rem;
}
.installation-img{
margin-top: 1.5rem;
}
.design-engineering-img{
margin-top: 1.5rem;
}
.om-img{
height: auto !important;
margin-top: 1.5rem;
}
.carousel-title h2{
font-size: 1.74rem !important;
}
.carousel-title h1{
font-size: 3rem !important;
}
.logo-on-slide{
width: 18% !important;
margin: 0 auto 2rem !important;
}
.ss-dropdown ul li{
margin: 0 !important;
}
.nav-link {
padding: .5rem 1rem !important;
}
.ss-link{
padding: .5rem 1rem !important;
}
.ss-dropdown div{
padding-right: 1.5em !important;
padding-left: 1.5em !important;
}
.footer-intro{
width: 100%;
display: flow-root;
}
.nav-active{
border-bottom: none;
border-left: 5px solid transparent;
border-image-source: linear-gradient(to bottom, #F46262 0%, #F2AB21 100%) ;
}
.navbar .nav-link{
border-bottom: none;
border-left: 5px solid transparent;
}
.navbar .nav-link:hover{
border-bottom: none;
border-left: 5px solid transparent;
border-image-source: linear-gradient(to bottom, #F46262 0%, #F2AB21 100%);
}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
a.nav-link.waves-effect.waves-light{
font-size: 13px;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link{
font-size: 12px;
}
}
@media screen and (max-width: 576px) {
.navbar-brand{
padding-left: 10px;
}
}
@media screen and (max-width: 768px) {
.ss-img{
text-align: center !important;
}
.ss-text{
text-align: center;
margin: 2rem 0 !important;
}
.ss-heading{
margin: 0;
}
.carousel-title h2{
font-size: 1.16rem !important;
}
.carousel-title h1{
font-size: 2rem !important;
}
.logo-on-slide{
display: none !important;
}
.gallery .card img{
height: auto;
}
.navbar.scrolling-navbar.top-nav-collapse .navbar-brand .navbar-brand-text{
color: #fff;
}
}
/*.col-lg-8.manufacturing-img img, .manufacturing-img img, .col-lg-3.manpower-img img{*/
/* height: 100%;*/
/*}*/
.manpower-img img{
height: 18rem !important;
}
.manpower-img {
margin-top: 15px;
}
.ss-section .card{
height: 100% !important;
}
.plant-img img{
/*height: 17rem;*/
margin-top: 25px;
}
.logo-on-slide {
width: 23%;
margin: 0px auto 4rem;
}
.ss-section img.card-img-top{
margin:2rem auto auto;
width: 60% !important;
}
.ss-section img.tank-img{
width: 55%;
margin: 1rem auto;
}
.adminclient button{
background-color: none;
}
/*.card{*/
/* height: 100%;*/
/*}*/
.fab-2{
height: 30rem;
}
.overhauling-img img{
height: 25rem;
}
.installation-ul li{
margin: 1rem 0 0;
}
.om-img{
height: 100% !important;
}
/* Banners */
.gallery-banner {
background-image: url("/images/banners/gallery.png");
}
.experience-banner {
background-image: url("/images/banners/exp.JPG");
}
.contact-banner {
background-image: url("/images/banners/contact.jpg");
}
.manufacturing-of-machine-element-banner {
background-image: url("/images/banners/manufac.jpg");
}
.plant-maintenance-banner{
background-image: url("/images/banners/plant-banner.jpg");
}
.fabrication-banner{
background-image: url("/images/banners/fabrication.jpg");
}
.overhauling-of-diesel-engine-banner{
background-image: url("/images/banners/overhauling.jpg");
}
.infrastructure-banner{
background-image: url("/images/banners/infrastructure.jpg");
}
.installation-commissioning-banner{
background-image: url("/images/banners/installation.jpeg");
}
.design-engineeirng-banner{
background-image: url("/images/banners/design-engineering.jpg");
}
.manpower-supply-banner{
background-image: url("/images/banners/man-power.jpg");
}
.om-services-banner{
background-image: url("/images/banners/o_m.jpg");
}
.project-management-consultancy-banner{
background-image: url("/images/banners/consultancy.jpg");
}
.equipment-on-rent-banner{
background-image: url("/images/banners/equipment.jpg");
}
.workshop-banner{
background-image: url("/images/banners/croped-workshop.JPG");
}
.career-banner{
background-image: url("/images/banners/careers.jpg");
}
.turnkey-epc-project-banner{
background-image: url("/images/banners/epc.jpg");
}
.about-banner{
background-image: url("/images/banners/about.png");
background-position: unset !important;
}
.qhse-banner{
background-image: url("/images/banners/qhse-banner.jpg");
}
label.active{
color: #f46361 !important;
}
.md-form input:not([type]):focus:not([readonly]), .md-form input[type="text"]:not(.browser-default):focus:not([readonly]), .md-form input[type="password"]:not(.browser-default):focus:not([readonly]), .md-form input[type="email"]:not(.browser-default):focus:not([readonly]), .md-form input[type="url"]:not(.browser-default):focus:not([readonly]), .md-form input[type="time"]:not(.browser-default):focus:not([readonly]), .md-form input[type="date"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), .md-form input[type="number"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]){
border-bottom: 1px solid #f46361 !important;
-webkit-box-shadow: 0 1px 0 0 #f46361 !important;
box-shadow: 0 1px 0 0 #f46361 !important;
}
.tile-gallery{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.tile-gallery {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.tile-gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
@media (max-width: 450px) {
.tile-gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}
@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
.qhse-last{
width: 35%;
}
.qhse-section .col-12 i:nth-child(even){
color: #f46361 !important;
}
/*.qhse-section i:nth-child(even){*/
/* color: #F2AB21 !important;*/
/*}*/
.digital-clock{
font-size:4rem;
color: #f46262;
}
.fixed-action-btn.smooth-scroll {
height: auto;
} | public/css/style.css | .carousel-title h1{
font-family: helvetica-bold !important;
font-size: 4rem;
letter-spacing: 8px;
}
.carousel-title h2{
font-family: helvetica-light !important;
font-size: 2.3rem;
letter-spacing: 3.7px;
text-indent: -10px;
}
.timeline {
position: relative;
list-style: none;
padding: 1rem 0;
margin: 0;
}
.timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
margin-left: -1px;
background-color: #50a1ff;
}
.timeline-element {
position: relative;
width: 50%;
padding: 1rem 0;
padding-right: 2.5rem;
text-align: right;
}
.timeline-element::before {
content: '';
position: absolute;
right: -8px;
top: 1.35rem;
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #50a1ff;
background-color: #fff;
}
.timeline-element:nth-child(even)::before {
right: auto;
left: -8px;
}
.timeline-element:nth-child(even) {
margin-left: 50%;
padding-left: 2.5rem;
padding-right: 0;
text-align: left;
}
@media (max-width: 767.98px) {
.timeline::before {
left: 8px;
}
}
@media (max-width: 767.98px) {
.timeline-element {
width: 100%;
text-align: left;
padding-left: 2.5rem;
padding-right: 0;
}
}
@media (max-width: 767.98px) {
.timeline-element::before {
top: 1.25rem;
left: 1px;
}
}
@media (max-width: 767.98px) {
.timeline-element:nth-child(even) {
margin-left: 0rem;
}
}
@media (max-width: 767.98px) {
.timeline-element {
width: 100%;
text-align: left;
padding-left: 2.5rem;
padding-right: 0;
}
}
@media (max-width: 767.98px) {
.timeline-element:nth-child(even)::before {
left: 1px;
}
}
@media (max-width: 767.98px) {
.timeline-element::before {
top: 1.25rem;
}
}
@media (min-width: 800px) and (max-width: 850px) {
.navbar:not(.top-nav-collapse) {
background: #1C2331 !important;
}
}
.carousel, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item, .view, body, html {
height: 100%
}
.navbar {
background-color: rgba(0, 0, 0, .3);
}
.custom-toggler-icon{
color: #F46361;
}
.top-nav-collapse {
background-color: #fff
}
.page-footer {
background-color: #333;
}
footer ul li p{
margin-left: 22px;
}
footer ul li{
margin-bottom: 20px;
font-size: 13px;
}
@media only screen and (max-width: 768px) {
.qhse-last{
width: 100% !important;
}
.navbar {
background-color: #333333;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link{
color: #ffffff;
}
.project-gallery figure {
display: flex;
justify-content: center;
}
}
.ss-dropdown{
margin: 0 !important;
background-color: rgba(0,0,0,.8) !important;
}
.ss-dropdown ul li{
margin: .5rem 0 !important;
}
.navbar.scrolling-navbar .dropdown-menu {
background-color: rgba(0, 0, 0, .3);
margin-top: 2.06rem;
}
.navbar.scrolling-navbar .dropdown-item {
color: #fff !important;
}
.navbar.scrolling-navbar.top-nav-collapse .dropdown-item {
color: #4d4b4b !important;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .ss-dropdown .sub-menu a:hover {
color: #fff !important;
transition: unset !important;
}
.navbar.scrolling-navbar .dropdown-menu {
border: 0;
border-radius: 0;
}
.menu-item{
border-radius:5px;
padding: 10px 0 10px 20px !important;
}
.menu-item:hover {
background: linear-gradient(125deg, #F46262, #F2AB21);
background-color: transparent !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.navbar-brand-text {
text-align: center;
display: table;
margin: auto;
font-family: segoe-semi-bold;
line-height: 1.5rem;
}
.navbar.scrolling-navbar .navbar-brand .navbar-brand-text {
font-size: 0.78rem;
/*transform: scale(1);*/
}
.navbar.scrolling-navbar.top-nav-collapse .navbar-brand .navbar-brand-text {
color: #000;
font-size: 0.7rem;
line-height: 0.9rem;
/*transform: scale(0.9);*/
}
.navbar.scrolling-navbar .navbar-brand img {
max-width: 4rem;
/*transform: scale(1);*/
transition: all ease 0.4s;
}
.navbar.scrolling-navbar.top-nav-collapse .navbar-brand img {
max-width: 3.5rem;
/*transform: scale(0.8);*/
transition: all ease 0.4s;
}
.navbar.scrolling-navbar {
padding:0px !important;
}
.nav-active {
border-image-source: linear-gradient(to right, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
border-bottom: 5px solid transparent;
}
.navbar .nav-link {
padding: 1rem 0.6rem;
border-bottom: 5px solid transparent;
}
.navbar .nav-link:hover {
border-image-source: linear-gradient(to right, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
border-bottom: 5px solid transparent;
}
.nav-link{
padding: 2.5rem 0.6rem;
}
.ss-link{
padding-left: 1.6rem !important;
padding-right: 1.6rem !important;
}
/*.nav-item.show .nav-link{*/
/* background-color: rgba(0,0,0,0.7) !important;*/
/*}*/
li.nav-item.dropdown.mega-dropdown.show .nav-link{
border-image-source: linear-gradient(to right, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link {
color: #000 !important;
background-color: unset !important;
font-size: 0.9rem;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link {
color: #000 !important;
font-size: 0.9rem;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .ss-dropdown{
background-color: rgba(255,255,255,0.9) !important;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .ss-dropdown .sub-menu a{
color: #000;
}
@media screen and (max-width: 768px) {
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link {
color: #fff !important;
}
}
.why-aldin-row {
margin-top: 50px;
}
.why-aldin-row h6 {
color: #4d4b4b;
}
.why-aldin {
font-weight: lighter;
}
.section-highlight {
background-color: #f2ab2112;
}
.gallery .view{
height: auto;
}
.gallery a{
color: #fff;
}
.gallery a:hover{
color: #fff;
}
.core-values h5 {
color: #4d4b4b;
}
.map {
border-radius: .25rem;
}
.timeline::before {
background: none !important;
border-image-source: linear-gradient(to bottom, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
border-left: 2px solid transparent;
}
.timeline-element::before {
border: 2px solid #f46361;
}
.nav-item {
margin-left: 15px;
}
.card-body{
flex: unset;
}
.statements .card-icon i.fa-bullseye-arrow {
background-color: transparent;
background: radial-gradient(circle at 33% 100%, #F77B7B 4%, #FBB615BA 30%, #F45E5E 62%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.statements .card-icon i.fa-eye {
background-color: transparent;
background: radial-gradient(circle at 33% 100%, #FFCF146E 4%, #DF3939B5 30%, #F2AB21 62%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/*experience*/
.work-experience .company-logo {
max-width: 3.8rem;
}
.work-experience .blockquote{
margin-bottom: 3rem !important;
}
/*footer*/
.footer-logo img {
max-width: 2.55rem;
}
.footer-logo-text {
line-height: 1.9rem;
text-transform: uppercase;
}
.footer-logo-text span {
font-size: 1.18rem;
font-family: segoe;
}
.footer-logo .navbar-brand-text{
font-size: 10px;
line-height: 1.5rem;
}
@media screen and (max-width: 480px) {
.footer-logo img {
max-width: 1.72rem;
}
.footer-logo .navbar-brand-text{
font-size: 7px;
text-align: center;
line-height: 0.8;
}
.footer-logo-text {
line-height: 1.2rem;
font-size: 1.2rem;
}
.footer-logo-text span {
font-size: 12.9px;
}
}
/* Gallery */
.project-gallery-detail .gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%;
}
.project-gallery-detail .gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.project-gallery-detail .gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gallery .card img{
height: 14rem;
}
@media (max-width: 450px) {
.project-gallery-detail .gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}
@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
.project-gallery figure, .mdb-lightbox figure {
padding: 0 9px 9px 0 !important;
margin: 0;
}
.mdb-lightbox img{
height: 15rem;
}
.ad-bq{
border-image-source: linear-gradient(to bottom, #F46262 0%, #F2AB21 100%);
border-image-slice: 1;
border-left: 4px solid transparent;
padding: .5rem 2.5rem;
}
.ss-text{
text-align: justify;
line-height: 2;
}
.ss-heading{
margin:0 0 5rem;
}
.lSSlideOuter .lSPager.lSpg{
margin: 50px 0 0 !important;
}
.client_slider .client-image-div{
display: flex;
align-items: center;
justify-content: center;
height: 12rem;
}
.client_slider{
height: 15rem !important;
}
.footer-social-icons li{
display: inline-block;
margin: 15px 20px 0 0;
}
.footer-social-icons li a i{
font-size: 20px;
}
@media screen and (min-width: 992px) {
.footer-intro, .footer-address{
width: 85%;
}
}
@media screen and (max-width: 992px) {
.ceo_snap {
max-width: 60%;
}
.col-lg-8.manufacturing-img img, .col-lg-4.manufacturing-img img{
height: auto !important;
}
.manufacturing-img:first-child{
margin: 0 0 1.5rem;
}
.plant-img img{
height: auto !important;
width: 100% !important;
}
.plant-img{
margin-top: 1.5rem;
}
.installation-img{
margin-top: 1.5rem;
}
.design-engineering-img{
margin-top: 1.5rem;
}
.om-img{
height: auto !important;
margin-top: 1.5rem;
}
.carousel-title h2{
font-size: 1.74rem !important;
}
.carousel-title h1{
font-size: 3rem !important;
}
.logo-on-slide{
width: 18% !important;
margin: 0 auto 2rem !important;
}
.ss-dropdown ul li{
margin: 0 !important;
}
.nav-link {
padding: .5rem 1rem !important;
}
.ss-link{
padding: .5rem 1rem !important;
}
.ss-dropdown div{
padding-right: 1.5em !important;
padding-left: 1.5em !important;
}
.footer-intro{
width: 100%;
display: flow-root;
}
.nav-active{
border-bottom: none;
border-left: 5px solid transparent;
border-image-source: linear-gradient(to bottom, #F46262 0%, #F2AB21 100%) ;
}
.navbar .nav-link{
border-bottom: none;
border-left: 5px solid transparent;
}
.navbar .nav-link:hover{
border-bottom: none;
border-left: 5px solid transparent;
border-image-source: linear-gradient(to bottom, #F46262 0%, #F2AB21 100%);
}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
a.nav-link.waves-effect.waves-light{
font-size: 13px;
}
.navbar.navbar-expand-lg.navbar-dark.transparent.fixed-top.scrolling-navbar.top-nav-collapse .nav-link{
font-size: 12px;
}
}
@media screen and (max-width: 576px) {
.navbar-brand{
padding-left: 10px;
}
}
@media screen and (max-width: 768px) {
.ss-img{
text-align: center !important;
}
.ss-text{
text-align: center;
margin: 2rem 0 !important;
}
.ss-heading{
margin: 0;
}
.carousel-title h2{
font-size: 1.16rem !important;
}
.carousel-title h1{
font-size: 2rem !important;
}
.logo-on-slide{
display: none !important;
}
.gallery .card img{
height: auto;
}
.navbar.scrolling-navbar.top-nav-collapse .navbar-brand .navbar-brand-text{
color: #fff;
}
}
/*.col-lg-8.manufacturing-img img, .manufacturing-img img, .col-lg-3.manpower-img img{*/
/* height: 100%;*/
/*}*/
.manpower-img img{
height: 18rem !important;
}
.manpower-img {
margin-top: 15px;
}
.ss-section .card{
height: 100% !important;
}
.plant-img img{
/*height: 17rem;*/
margin-top: 25px;
}
.logo-on-slide {
width: 23%;
margin: 0px auto 4rem;
}
.ss-section img.card-img-top{
margin:2rem auto auto;
width: 60% !important;
}
.ss-section img.tank-img{
width: 55%;
margin: 1rem auto;
}
.adminclient button{
background-color: none;
}
/*.card{*/
/* height: 100%;*/
/*}*/
.fab-2{
height: 30rem;
}
.overhauling-img img{
height: 25rem;
}
.installation-ul li{
margin: 1rem 0 0;
}
.om-img{
height: 100% !important;
}
/* Banners */
.gallery-banner {
background-image: url("/images/banners/gallery.png");
}
.experience-banner {
background-image: url("/images/banners/exp.JPG");
}
.contact-banner {
background-image: url("/images/banners/contact.jpg");
}
.manufacturing-of-machine-element-banner {
background-image: url("/images/banners/manufac.jpg");
}
.plant-maintenance-banner{
background-image: url("/images/banners/plant-banner.jpg");
}
.fabrication-banner{
background-image: url("/images/banners/fabrication.jpg");
}
.overhauling-of-diesel-engine-banner{
background-image: url("/images/banners/overhauling.jpg");
}
.infrastructure-banner{
background-image: url("/images/banners/infrastructure.jpg");
}
.installation-commissioning-banner{
background-image: url("/images/banners/installation.jpeg");
}
.design-engineeirng-banner{
background-image: url("/images/banners/design-engineering.jpg");
}
.manpower-supply-banner{
background-image: url("/images/banners/man-power.jpg");
}
.om-services-banner{
background-image: url("/images/banners/o_m.jpg");
}
.project-management-consultancy-banner{
background-image: url("/images/banners/consultancy.jpg");
}
.equipment-on-rent-banner{
background-image: url("/images/banners/equipment.jpg");
}
.workshop-banner{
background-image: url("/images/banners/croped-workshop.JPG");
}
.career-banner{
background-image: url("/images/banners/careers.jpg");
}
.turnkey-epc-project-banner{
background-image: url("/images/banners/epc.jpg");
}
.about-banner{
background-image: url("/images/banners/about.png");
background-position: unset !important;
}
.qhse-banner{
background-image: url("/images/banners/qhse-banner.jpg");
}
label.active{
color: #f46361 !important;
}
.md-form input:not([type]):focus:not([readonly]), .md-form input[type="text"]:not(.browser-default):focus:not([readonly]), .md-form input[type="password"]:not(.browser-default):focus:not([readonly]), .md-form input[type="email"]:not(.browser-default):focus:not([readonly]), .md-form input[type="url"]:not(.browser-default):focus:not([readonly]), .md-form input[type="time"]:not(.browser-default):focus:not([readonly]), .md-form input[type="date"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), .md-form input[type="number"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]){
border-bottom: 1px solid #f46361 !important;
-webkit-box-shadow: 0 1px 0 0 #f46361 !important;
box-shadow: 0 1px 0 0 #f46361 !important;
}
.tile-gallery{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.tile-gallery {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.tile-gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
@media (max-width: 450px) {
.tile-gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}
@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
.qhse-last{
width: 35%;
}
.qhse-section .col-12 i:nth-child(even){
color: #f46361 !important;
}
/*.qhse-section i:nth-child(even){*/
/* color: #F2AB21 !important;*/
/*}*/
.digital-clock{
font-size:4rem;
color: #f46262;
}
.fixed-action-btn.smooth-scroll {
height: auto;
} | 0.494385 | 0.078395 |
/* Portfolio Page CSS */
.row {
margin: 8px -16px;
}
/* Add padding BETWEEN each column */
.row,
.row > .column {
padding: 8px;
}
/* Creating two equal columns for current projects section */
.currentColumn {
float:left;
width: 49%;
margin-left: .5%;
margin-right: .5%;
}
/* Creating three equal columns for Top projects section */
.topColumn {
float:left;
width: 32%;
margin-left: .5%;
margin-right: .5%;
}
/* Create four equal columns that floats next to each other */
.otherColumn {
float: left;
width: 24%;
margin-left: .5%;
margin-right: .5%;
}
/* Clear floats after rows */
.row:after {
content: "";
display: table;
clear: both;
}
/* outline */
.outline {
outline-style: auto;
outline-width: 2px;
outline-color: grey;
padding: 10px;
}
.cardTitle {
text-align: center;
}
.portfoliop {
text-indent: 20px;
margin-left: 7px;
}
.currentButtonCentered {
margin-left: 28%;
}
.topButtonCentered {
margin-left: 17%;
}
.otherButtonCentered {
margin-left: 6.5%;
}
.cardImg {
width: 95%;
max-height: 95%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
}
.introPic {
max-width: 200px;
max-height: 275px;
border-radius: 4px;
float: left;
margin-right: 10px
}
.aboutMe {
padding-left: 20px;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
.currentColumn, .topColumn, .otherColumn {
width: 50%;
}
.currentButtonCentered, .topButtonCentered, .otherButtonCentered{
margin-left: 1%;
}
.portfoliop {
text-indent: 10px;
margin-left: 5px;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.currentColumn, .topColumn, .otherColumn {
width: 100%;
}
.rHeader {
font-size: 80%;
}
.currentButtonCentered, .topButtonCentered, .otherButtonCentered{
margin-left: 1%;
}
.portfoliop {
text-indent: 10px;
margin-left: 5px;
}
} | assets/css/secondary.css |
/* Portfolio Page CSS */
.row {
margin: 8px -16px;
}
/* Add padding BETWEEN each column */
.row,
.row > .column {
padding: 8px;
}
/* Creating two equal columns for current projects section */
.currentColumn {
float:left;
width: 49%;
margin-left: .5%;
margin-right: .5%;
}
/* Creating three equal columns for Top projects section */
.topColumn {
float:left;
width: 32%;
margin-left: .5%;
margin-right: .5%;
}
/* Create four equal columns that floats next to each other */
.otherColumn {
float: left;
width: 24%;
margin-left: .5%;
margin-right: .5%;
}
/* Clear floats after rows */
.row:after {
content: "";
display: table;
clear: both;
}
/* outline */
.outline {
outline-style: auto;
outline-width: 2px;
outline-color: grey;
padding: 10px;
}
.cardTitle {
text-align: center;
}
.portfoliop {
text-indent: 20px;
margin-left: 7px;
}
.currentButtonCentered {
margin-left: 28%;
}
.topButtonCentered {
margin-left: 17%;
}
.otherButtonCentered {
margin-left: 6.5%;
}
.cardImg {
width: 95%;
max-height: 95%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
}
.introPic {
max-width: 200px;
max-height: 275px;
border-radius: 4px;
float: left;
margin-right: 10px
}
.aboutMe {
padding-left: 20px;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
.currentColumn, .topColumn, .otherColumn {
width: 50%;
}
.currentButtonCentered, .topButtonCentered, .otherButtonCentered{
margin-left: 1%;
}
.portfoliop {
text-indent: 10px;
margin-left: 5px;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.currentColumn, .topColumn, .otherColumn {
width: 100%;
}
.rHeader {
font-size: 80%;
}
.currentButtonCentered, .topButtonCentered, .otherButtonCentered{
margin-left: 1%;
}
.portfoliop {
text-indent: 10px;
margin-left: 5px;
}
} | 0.451568 | 0.107531 |
section.auth {
padding: 70px 0;
position: absolute;
min-height: 100%;
top: 0;
left: 0;
width: 100%;
color: white;
background-color: #50B5C1; /* Old browsers */
background: -moz-linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50B5C1', endColorstr='#6450A0', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
section.auth > h3{
font-size: 2em;
font-weight: 500;
}
.valign-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.valign-wrapper .valign {
display: block;
width: 100%;
}
section.auth a {
color: white;
text-decoration: underline;
}
section.auth.signup-view > h3 {
font-size: 3em;
padding-bottom: 0.5em;
}
section.auth form .field-input select {
padding: 0.45em 0.9em;
width: 100%;
background: transparent;
font-size: 16px;
border: 1px solid #ccc;
min-height: 34px;
}
section.auth input {
color: #4c4c4c;
}
section.auth .btn {
border-radius: 100px;
font-size: 14px;
padding: 12px 28px;
margin-top: 1em;
text-transform: uppercase;
}
.btn-rounded.btn-signup {
background-color: #FFD747;
color: #896D0B;
border: 2px #FFD747 solid;
}
.btn-rounded.btn-signup:hover {
color: #FFD747;
background-color: #896D0B;
border: 2px #896D0B solid;
}
.btn-rounded.btn-default {
background-color: transparent;
color: white;
border: 2px white solid;
}
.btn-rounded.btn-default:focus, .btn-rounded.btn-default:hover {
color: #6450A0;
background-color: white;
border-color: white;
}
@media (min-width: 992px) {
.nav-users {
position: fixed;
}
}
.remove-account-container {
display: inline-block;
position: relative;
}
.btn-remove-account {
top: 10px;
right: 10px;
position: absolute;
}
section.auth input.form-control {
min-height: 30px!important;
border: none;
}
input.form-control {
height: auto;
border-radius: 4px;
box-shadow: none;
font-size: 18px;
padding: 20px 10px;
}
.btn {
border: none;
} | public/modules/users/css/users.css | section.auth {
padding: 70px 0;
position: absolute;
min-height: 100%;
top: 0;
left: 0;
width: 100%;
color: white;
background-color: #50B5C1; /* Old browsers */
background: -moz-linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50B5C1', endColorstr='#6450A0', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
section.auth > h3{
font-size: 2em;
font-weight: 500;
}
.valign-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.valign-wrapper .valign {
display: block;
width: 100%;
}
section.auth a {
color: white;
text-decoration: underline;
}
section.auth.signup-view > h3 {
font-size: 3em;
padding-bottom: 0.5em;
}
section.auth form .field-input select {
padding: 0.45em 0.9em;
width: 100%;
background: transparent;
font-size: 16px;
border: 1px solid #ccc;
min-height: 34px;
}
section.auth input {
color: #4c4c4c;
}
section.auth .btn {
border-radius: 100px;
font-size: 14px;
padding: 12px 28px;
margin-top: 1em;
text-transform: uppercase;
}
.btn-rounded.btn-signup {
background-color: #FFD747;
color: #896D0B;
border: 2px #FFD747 solid;
}
.btn-rounded.btn-signup:hover {
color: #FFD747;
background-color: #896D0B;
border: 2px #896D0B solid;
}
.btn-rounded.btn-default {
background-color: transparent;
color: white;
border: 2px white solid;
}
.btn-rounded.btn-default:focus, .btn-rounded.btn-default:hover {
color: #6450A0;
background-color: white;
border-color: white;
}
@media (min-width: 992px) {
.nav-users {
position: fixed;
}
}
.remove-account-container {
display: inline-block;
position: relative;
}
.btn-remove-account {
top: 10px;
right: 10px;
position: absolute;
}
section.auth input.form-control {
min-height: 30px!important;
border: none;
}
input.form-control {
height: auto;
border-radius: 4px;
box-shadow: none;
font-size: 18px;
padding: 20px 10px;
}
.btn {
border: none;
} | 0.245627 | 0.092976 |
body {
background: #fafafa;
color: #333333;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 20px;
margin-bottom: 10px;
}
ul {
margin: 0;
}
/* html tags end */
/* page structure - start */
.page {
margin-top: 5rem;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.bg-steel {
background-color: #5f788a;
}
.bg-green {
background-color: #05a690;
}
/* page structure end */
/* site-header - start */
.site-header .navbar-nav .nav-link {
color: #ffffff;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
text-decoration: underline;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.site-header .nav-item i {
padding-right: 5px;
}
/* site-header end */
/* article - start */
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
/* article - end */
/* navigation - start */
#pageLinksTop {
display: none;
}
#pageLinksRight {
display: block;
}
@media screen and (max-width:768px){
#pageLinksTop {
display: block;
}
#pageLinksRight {
display: none;
}
}
/* tile - start */
.tile-button {
background-color: #c8c8c8;
display:block;
padding: 2px;
margin-bottom: 5px;
height: 120px;
width: 120px;
text-align:center;
float:left;
margin-right: 12px;
color: #FFFFFF;
}
.tile-button:hover {
background-color: #b5b5b5;
color: #FFFFFF;
}
.tile-button a {
color: #FFFFFF;
}
.tile-button span {
background-color: #20bba6;
display:block;
color: #FFFFFF;
float: right;
position: absolute;
top: 3px;
left: 22px;
border-radius: 10px;
padding-left: 5px;
padding-right: 5px;
}
/* tile end */
/* messages - start */
.message-row {
display: block;
color: inherit;
border-bottom: 1px solid #DDDDDD;
padding: 10px 15px;
cursor: pointer;
}
.message-row:hover {
text-decoration: none;
background-color: #F0F0F0;
}
.message-caption {
font-size: 1.2em;
}
.message-right {
float: right;
clear: both;
}
.message-unread {
color: red;
float: right;
}
.message-read {
color: green;
float: right;
}
/* messages - end */
/* timetable - start */
.timetable {
border: 1px solid #05a690;
border-color: #05a690;
}
.timetable td {
height: 50px;
padding: 4px;
}
/* timetable - end */
/* autocomplete - start */
.ui-autocomplete {
height: auto;
overflow-y: auto;
overflow-x: hidden;
}
#recipients_list {
margin-top: 10px;
margin-bottom: 10px;
}
#div_id_title {
width: 100%;
display: inline-block;
}
span.email-ids {
float: left;
border: 1px solid #ccc;
margin-right: 5px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 5px;
background: #f5f5f5;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
span.cancel-email {
border: 1px solid #ccc;
width: 18px;
display: block;
float: right;
text-align: center;
margin-left: 20px;
border-radius: 49%;
height: 18px;
line-height: 15px;
margin-top: 3px;
cursor: pointer;
}
/* autocomplete - end */
/* misc - start */
.selected {
background-color: #50266c;
color: #FFFFFF;
}
.selected:hover {
background-color: #421c5c;
color: #FFFFFF;
}
.topslide {
position: fixed;
z-index: 99;
}
#menu-toggle {
padding-right: 10px;
font-size: 20px;
}
#overlay {
visibility: hidden;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 80;
background: rgba(0,0,0,0);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.toggled #overlay {
visibility: visible;
background: rgba(0, 0, 0, 0.3);
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
}
.logo {
height: 40px;
}
ul.list-group a.nav-link i.fa {
padding-right: 10px;
}
.color1 {
background-color:#20bba6;
}
.full {
width: 100%;
}
.box1{
background-color: #FFFFFF;
box-shadow: 0px 3px 2px #CCC;
border: solid 1px #F8F8F8;
border-top: solid 3px #20bba6;
display:block;
padding: 12px;
margin-bottom: 12px;
min-height: 120px;
}
.editarea{
display:block;
text-align:right;
}
.editarea a{
margin-left: 15px;
}
.topslide a {
color:#FFF;
}
.topslide {
min-height:55px;
padding-top: 17px;
color:#FFF;
}
.date {
width:250px;
display:block;
float:left;
}
.name {
display:block;
float:right;
}
.text-primary {
color: #70d4c6
}
/* misc - end */ | static/main.ce751b9c0888.css |
body {
background: #fafafa;
color: #333333;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 20px;
margin-bottom: 10px;
}
ul {
margin: 0;
}
/* html tags end */
/* page structure - start */
.page {
margin-top: 5rem;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.bg-steel {
background-color: #5f788a;
}
.bg-green {
background-color: #05a690;
}
/* page structure end */
/* site-header - start */
.site-header .navbar-nav .nav-link {
color: #ffffff;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
text-decoration: underline;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.site-header .nav-item i {
padding-right: 5px;
}
/* site-header end */
/* article - start */
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
/* article - end */
/* navigation - start */
#pageLinksTop {
display: none;
}
#pageLinksRight {
display: block;
}
@media screen and (max-width:768px){
#pageLinksTop {
display: block;
}
#pageLinksRight {
display: none;
}
}
/* tile - start */
.tile-button {
background-color: #c8c8c8;
display:block;
padding: 2px;
margin-bottom: 5px;
height: 120px;
width: 120px;
text-align:center;
float:left;
margin-right: 12px;
color: #FFFFFF;
}
.tile-button:hover {
background-color: #b5b5b5;
color: #FFFFFF;
}
.tile-button a {
color: #FFFFFF;
}
.tile-button span {
background-color: #20bba6;
display:block;
color: #FFFFFF;
float: right;
position: absolute;
top: 3px;
left: 22px;
border-radius: 10px;
padding-left: 5px;
padding-right: 5px;
}
/* tile end */
/* messages - start */
.message-row {
display: block;
color: inherit;
border-bottom: 1px solid #DDDDDD;
padding: 10px 15px;
cursor: pointer;
}
.message-row:hover {
text-decoration: none;
background-color: #F0F0F0;
}
.message-caption {
font-size: 1.2em;
}
.message-right {
float: right;
clear: both;
}
.message-unread {
color: red;
float: right;
}
.message-read {
color: green;
float: right;
}
/* messages - end */
/* timetable - start */
.timetable {
border: 1px solid #05a690;
border-color: #05a690;
}
.timetable td {
height: 50px;
padding: 4px;
}
/* timetable - end */
/* autocomplete - start */
.ui-autocomplete {
height: auto;
overflow-y: auto;
overflow-x: hidden;
}
#recipients_list {
margin-top: 10px;
margin-bottom: 10px;
}
#div_id_title {
width: 100%;
display: inline-block;
}
span.email-ids {
float: left;
border: 1px solid #ccc;
margin-right: 5px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 5px;
background: #f5f5f5;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
span.cancel-email {
border: 1px solid #ccc;
width: 18px;
display: block;
float: right;
text-align: center;
margin-left: 20px;
border-radius: 49%;
height: 18px;
line-height: 15px;
margin-top: 3px;
cursor: pointer;
}
/* autocomplete - end */
/* misc - start */
.selected {
background-color: #50266c;
color: #FFFFFF;
}
.selected:hover {
background-color: #421c5c;
color: #FFFFFF;
}
.topslide {
position: fixed;
z-index: 99;
}
#menu-toggle {
padding-right: 10px;
font-size: 20px;
}
#overlay {
visibility: hidden;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 80;
background: rgba(0,0,0,0);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.toggled #overlay {
visibility: visible;
background: rgba(0, 0, 0, 0.3);
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
}
.logo {
height: 40px;
}
ul.list-group a.nav-link i.fa {
padding-right: 10px;
}
.color1 {
background-color:#20bba6;
}
.full {
width: 100%;
}
.box1{
background-color: #FFFFFF;
box-shadow: 0px 3px 2px #CCC;
border: solid 1px #F8F8F8;
border-top: solid 3px #20bba6;
display:block;
padding: 12px;
margin-bottom: 12px;
min-height: 120px;
}
.editarea{
display:block;
text-align:right;
}
.editarea a{
margin-left: 15px;
}
.topslide a {
color:#FFF;
}
.topslide {
min-height:55px;
padding-top: 17px;
color:#FFF;
}
.date {
width:250px;
display:block;
float:left;
}
.name {
display:block;
float:right;
}
.text-primary {
color: #70d4c6
}
/* misc - end */ | 0.311113 | 0.060114 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}
.about {
margin: 70px auto 40px;
padding: 8px;
width: 260px;
font: 10px/18px 'Lucida Grande', Arial, sans-serif;
color: #666;
text-align: center;
text-shadow: 0 1px rgba(255, 255, 255, 0.25);
background: #eee;
background: rgba(250, 250, 250, 0.8);
border-radius: 4px;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
color: #333;
text-decoration: none;
border-radius: 2px;
-webkit-transition: background 0.1s;
-moz-transition: background 0.1s;
-o-transition: background 0.1s;
transition: background 0.1s;
}
.about a:hover {
text-decoration: none;
background: #fafafa;
background: rgba(255, 255, 255, 0.7);
}
.about-links {
height: 30px;
}
.about-links > a {
float: left;
width: 50%;
line-height: 30px;
font-size: 12px;
}
.about-author {
margin-top: 5px;
}
.about-author > a {
padding: 1px 3px;
margin: 0 -1px;
}
/*
* Copyright (c) 2012-2013 <NAME>
* http://www.cssflow.com
*
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
body {
font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
color:green ;
background: ;
}
*/
.container {
width: 640px;
margin-top: 10px;
}
.login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
border-radius: 3px;
-webkit-box-shadow: 0 0 30px skyblue;
box-shadow: 0 0 3s0px skyblue;
}
.login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}
.login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}
.login p {
margin: 20px 0 0;
}
.login p:first-child {
margin-top: 0;
}
.login input[type=text], .login input[type=password] {
width: 278px;
}
.login p.remember_me {
float: left;
line-height: 31px;
}
.login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}
.login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}
.login p.submit {
text-align: right;
}
.login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}
.login-help a {
color: #cce7fa;
text-decoration: none;
}
.login-help a:hover {
text-decoration: underline;
}
:-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}
::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}
input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}
input[type=text], input[type=password] {
margin: 5px;
padding: 0 10px;
width: 200px;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}
input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
line-height: 34px;
}
/* ---NEW --- */
#logs {
margin-right: 120px;
margin-bottom: 10px;
}
#ads {
background-color:#17233B;
font-size: 16px;
color:white;
font-weight: normal;
}
#wholehead
{
background-color: #1C2B4A;
}
#wholecons
{
background-color: #1C2B4A;
}
#header{
width: 100%;
background-color: #17233B;
height: 40px;
}
#marko{
font-size: 17px;
color:#DEC71B;
font-weight:bold;
padding-top: 10px;
}
body{
font-family: 'Source Sans Pro', sans-serif
}
#had{
background-color: green;
}
.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 99999;
opacity:0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
pointer-events: none;
}
.modalDialog:target {
opacity:1;
pointer-events: auto;
}
.modalDialog > div {
width: 400px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #fff;
background: -moz-linear-gradient(#fff, #999);
background: -webkit-linear-gradient(#fff, #999);
background: -o-linear-gradient(#fff, #999);
}
.close {
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; } | app/css/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;
}
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;
}
.about {
margin: 70px auto 40px;
padding: 8px;
width: 260px;
font: 10px/18px 'Lucida Grande', Arial, sans-serif;
color: #666;
text-align: center;
text-shadow: 0 1px rgba(255, 255, 255, 0.25);
background: #eee;
background: rgba(250, 250, 250, 0.8);
border-radius: 4px;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
color: #333;
text-decoration: none;
border-radius: 2px;
-webkit-transition: background 0.1s;
-moz-transition: background 0.1s;
-o-transition: background 0.1s;
transition: background 0.1s;
}
.about a:hover {
text-decoration: none;
background: #fafafa;
background: rgba(255, 255, 255, 0.7);
}
.about-links {
height: 30px;
}
.about-links > a {
float: left;
width: 50%;
line-height: 30px;
font-size: 12px;
}
.about-author {
margin-top: 5px;
}
.about-author > a {
padding: 1px 3px;
margin: 0 -1px;
}
/*
* Copyright (c) 2012-2013 <NAME>
* http://www.cssflow.com
*
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
body {
font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
color:green ;
background: ;
}
*/
.container {
width: 640px;
margin-top: 10px;
}
.login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
border-radius: 3px;
-webkit-box-shadow: 0 0 30px skyblue;
box-shadow: 0 0 3s0px skyblue;
}
.login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}
.login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}
.login p {
margin: 20px 0 0;
}
.login p:first-child {
margin-top: 0;
}
.login input[type=text], .login input[type=password] {
width: 278px;
}
.login p.remember_me {
float: left;
line-height: 31px;
}
.login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}
.login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}
.login p.submit {
text-align: right;
}
.login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}
.login-help a {
color: #cce7fa;
text-decoration: none;
}
.login-help a:hover {
text-decoration: underline;
}
:-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}
::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}
input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}
input[type=text], input[type=password] {
margin: 5px;
padding: 0 10px;
width: 200px;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}
input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
line-height: 34px;
}
/* ---NEW --- */
#logs {
margin-right: 120px;
margin-bottom: 10px;
}
#ads {
background-color:#17233B;
font-size: 16px;
color:white;
font-weight: normal;
}
#wholehead
{
background-color: #1C2B4A;
}
#wholecons
{
background-color: #1C2B4A;
}
#header{
width: 100%;
background-color: #17233B;
height: 40px;
}
#marko{
font-size: 17px;
color:#DEC71B;
font-weight:bold;
padding-top: 10px;
}
body{
font-family: 'Source Sans Pro', sans-serif
}
#had{
background-color: green;
}
.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 99999;
opacity:0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
pointer-events: none;
}
.modalDialog:target {
opacity:1;
pointer-events: auto;
}
.modalDialog > div {
width: 400px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #fff;
background: -moz-linear-gradient(#fff, #999);
background: -webkit-linear-gradient(#fff, #999);
background: -o-linear-gradient(#fff, #999);
}
.close {
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; } | 0.388966 | 0.098166 |
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
body {
font-family: "Poppins", sans-serif;
font-size: 14px;
color: #737373;
background-color: #FFF;
position: relative;
overflow-x: hidden;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
a {
color: #0667D6;
}
a:hover,
a:focus {
text-decoration: none;
outline: 0;
color: #054fa4;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 500;
}
.text-base {
color: #737373;
}
.text-muted {
color: #9a9a9a;
}
.text-white {
color: #FFF;
}
.text-primary {
color: #055bbd;
}
a.text-primary:hover,
a.text-primary:focus {
color: #04438c;
}
.text-success {
color: #149278;
}
a.text-success:hover,
a.text-success:focus {
color: #0e6553;
}
.text-info {
color: #00a7f5;
}
a.text-info:hover,
a.text-info:focus {
color: #0084c2;
}
.text-warning {
color: #ffae04;
}
a.text-warning:hover,
a.text-warning:focus {
color: #d18d00;
}
.text-danger {
color: #e21d27;
}
a.text-danger:hover,
a.text-danger:focus {
color: #b5171f;
}
.text-purple {
color: #801dcd;
}
a.text-purple:hover,
a.text-purple:focus {
color: #6417a0;
}
.bg-light {
background-color: rgba(255, 255, 255, 0.1);
}
.bg-dark {
background-color: rgba(31, 54, 79, 0.1);
}
.bg-default {
background-color: #e6e6e6;
color: #FFF;
}
a.bg-default:hover,
a.bg-default:focus {
background-color: #cdcdcd;
}
.bg-black {
background-color: #1f364f;
color: #FFF;
}
a.bg-black:hover,
a.bg-black:focus {
background-color: #111d2b;
}
.bg-primary {
background-color: #0773ef;
color: #FFF;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #055bbd;
}
.bg-success {
background-color: #1abe9e;
color: #FFF;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #149278;
}
.bg-info {
background-color: #29bbff;
color: #FFF;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #00a7f5;
}
.bg-warning {
background-color: #ffbe38;
color: #FFF;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #ffae05;
}
.bg-danger {
background-color: #e84b53;
color: #FFF;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e21d27;
}
.bg-purple {
background-color: #9939e3;
color: #FFF;
}
a.bg-purple:hover,
a.bg-purple:focus {
background-color: #801dcd;
}
.page-header {
border-style: none;
padding: 0;
margin: 0;
}
.drop-cap:first-letter {
float: left;
margin: 0 10px -5px 0;
font-size: 450%;
line-height: 100%;
color: #055bbd;
}
.row {
margin-left: -12px;
margin-right: -12px;
}
.row > [class^="col"] {
padding-left: 12px;
padding-right: 12px;
}
.row-0 {
margin-left: 0;
margin-right: 0;
}
.row-0 > [class^="col"] {
padding-left: 0;
padding-right: 0;
}
caption {
color: #9a9a9a;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 12px 15px;
vertical-align: middle;
border-top: 1px solid #e6e6e6;
}
.table > thead > tr > th,
.table > tfoot > tr > th {
font-weight: 500;
border-bottom: 1px solid #e6e6e6;
}
.table > tbody + tbody {
border-top: 1px solid #e6e6e6;
}
.table-bordered {
border: 1px solid #e6e6e6;
}
.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: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
.table-responsive {
border: 1px solid #e6e6e6;
}
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
-webkit-appearance: none;
}
label {
font-weight: 400;
}
.form-control {
box-shadow: none;
font-size: 14px;
border: 1px solid #e6e6e6;
}
.form-control.focus,
.form-control:focus {
box-shadow: none;
}
.form-control.rounded {
border-radius: 100px !important;
}
.radio-custom,
.checkbox-custom,
.switch {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio-custom label,
.checkbox-custom label,
.switch label {
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}
.radio-custom + .radio-custom,
.checkbox-custom + .checkbox-custom,
.switch + .switch {
margin-top: -5px;
}
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label,
input[type="radio"].disabled + label,
input[type="checkbox"].disabled + label,
fieldset[disabled] input[type="radio"] + label,
fieldset[disabled] input[type="checkbox"] + label {
opacity: .6;
cursor: not-allowed !important;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 0;
}
.radio-inline,
.checkbox-inline,
.switch-inline {
padding-left: 0;
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
.checkbox-custom {
position: relative;
}
.checkbox-custom input[type="checkbox"] {
display: none !important;
}
.checkbox-custom input[type="checkbox"] + label {
cursor: pointer;
margin-bottom: 0;
}
.checkbox-custom input[type="checkbox"] + label:before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
border: 1px solid #e6e6e6;
border-radius: 2px;
}
.checkbox-custom input[type="checkbox"] + label:after {
position: absolute;
top: -5px;
left: 1px;
font-family: "themify";
content: "\e64c";
font-size: 18px;
transition: all 0.1s ease-in-out;
transform: scale(0);
}
.checkbox-custom input[type="checkbox"] + label.checkbox-success:before {
border-color: #17A88B;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-warning:before {
border-color: #FFB61E;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-error:before {
border-color: #E5343D;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-muted:before {
border-color: #9a9a9a;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
transform: scale(1);
}
.radio-custom {
position: relative;
}
.radio-custom input[type="radio"] {
display: none !important;
}
.radio-custom input[type="radio"] + label {
cursor: pointer;
margin-bottom: 0;
}
.radio-custom input[type="radio"] + label:before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
border: 1px solid #e6e6e6;
border-radius: 50%;
}
.radio-custom input[type="radio"] + label.radio-success:before {
border-color: #17A88B;
}
.radio-custom input[type="radio"] + label.radio-warning:before {
border-color: #FFB61E;
}
.radio-custom input[type="radio"] + label.radio-error:before {
border-color: #E5343D;
}
.radio-custom input[type="radio"] + label:after {
content: '';
position: absolute;
width: 6px;
height: 6px;
top: 7px;
left: 5px;
display: block;
border-radius: 50%;
transition: all 0.1s ease-in-out;
transform: scale(0);
}
.radio-custom input[type="radio"]:checked + label:after {
background-color: #737373;
transform: scale(1);
}
.radio-custom input[type="radio"]:checked + label.radio-success:after {
background-color: #17A88B;
}
.radio-custom input[type="radio"]:checked + label.radio-warning:after {
background-color: #FFB61E;
}
.radio-custom input[type="radio"]:checked + label.radio-error:after {
background-color: #E5343D;
}
.switch {
position: relative;
}
.switch input[type="radio"],
.switch input[type="checkbox"] {
display: none !important;
}
.switch input[type="radio"] + label,
.switch input[type="checkbox"] + label {
cursor: pointer;
margin-bottom: 0;
height: 20px;
width: 36px;
}
.switch input[type="radio"] + label:before,
.switch input[type="checkbox"] + label:before {
content: "";
position: absolute;
top: 8px;
left: 0;
width: 36px;
height: 4px;
background-color: #e6e6e6;
border-radius: 100px;
}
.switch input[type="radio"] + label:after,
.switch input[type="checkbox"] + label:after {
content: "";
position: absolute;
top: 2px;
left: 0;
margin-left: 0;
width: 16px;
height: 16px;
background-color: #e6e6e6;
border-radius: 50%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
transition: margin 0.05s;
}
.switch input[type="radio"]:checked + label:after,
.switch input[type="checkbox"]:checked + label:after {
margin-left: 20px;
}
.switch input[type="radio"]:checked + label.switch-success:before,
.switch input[type="checkbox"]:checked + label.switch-success:before {
background-color: #17A88B;
}
.switch input[type="radio"]:checked + label.switch-success:after,
.switch input[type="checkbox"]:checked + label.switch-success:after {
background-color: #17A88B;
}
.switch input[type="radio"]:checked + label.switch-warning:before,
.switch input[type="checkbox"]:checked + label.switch-warning:before {
background-color: #FFB61E;
}
.switch input[type="radio"]:checked + label.switch-warning:after,
.switch input[type="checkbox"]:checked + label.switch-warning:after {
background-color: #FFB61E;
}
.switch input[type="radio"]:checked + label.switch-error:before,
.switch input[type="checkbox"]:checked + label.switch-error:before {
background-color: #E5343D;
}
.switch input[type="radio"]:checked + label.switch-error:after,
.switch input[type="checkbox"]:checked + label.switch-error:after {
background-color: #E5343D;
}
.form-control-feedback {
line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-custom,
.has-success .checkbox-custom,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #17A88B;
font-weight: 400;
}
.has-success .form-control {
border-color: #17A88B;
box-shadow: none;
}
.has-success .form-control:focus {
box-shadow: none;
border-color: #17A88B;
}
.has-success .input-group-addon {
color: #17A88B;
border-color: #17A88B;
background-color: transparent;
}
.has-success .form-control-feedback {
color: #17A88B;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-custom,
.has-warning .checkbox-custom,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #FFB61E;
font-weight: 400;
}
.has-warning .form-control {
border-color: #FFB61E;
box-shadow: none;
}
.has-warning .form-control:focus {
box-shadow: none;
border-color: #FFB61E;
}
.has-warning .input-group-addon {
color: #FFB61E;
border-color: #FFB61E;
background-color: transparent;
}
.has-warning .form-control-feedback {
color: #FFB61E;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-custom,
.has-error .checkbox-custom,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #E5343D;
font-weight: 400;
}
.has-error .form-control {
border-color: #E5343D;
box-shadow: none;
}
.has-error .form-control:focus {
box-shadow: none;
border-color: #E5343D;
}
.has-error .input-group-addon {
color: #E5343D;
border-color: #E5343D;
background-color: transparent;
}
.has-error .form-control-feedback {
color: #E5343D;
}
@media (min-width: 768px) {
.form-inline .radio-custom,
.form-inline .checkbox-custom,
.form-inline .switch {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom,
.form-horizontal .switch {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom,
.form-horizontal .switch {
height: 27px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 8px;
}
}
.form-horizontal .checkbox-custom input[type="checkbox"] + label:before {
top: 9px;
}
.form-horizontal .checkbox-custom input[type="checkbox"] + label:after {
top: 2px;
}
.form-horizontal .radio-custom input[type="radio"] + label:before {
top: 9px;
}
.form-horizontal .radio-custom input[type="radio"] + label:after {
top: 14px;
}
.form-horizontal .switch input[type="radio"] + label:before,
.form-horizontal .switch input[type="checkbox"] + label:before {
top: 15px;
}
.form-horizontal .switch input[type="radio"] + label:after,
.form-horizontal .switch input[type="checkbox"] + label:after {
top: 9px;
}
.btn {
outline: 0 !important;
padding: 6px 15px;
font-size: 14px;
}
.btn:active,
.btn.active {
box-shadow: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 20px;
font-size: 16px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 12px;
font-size: 12px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
}
.btn-default {
color: #737373;
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.btn-default:focus,
.btn-default.focus {
color: #737373 !important;
background-color: #cdcdcd !important;
border-color: #cdcdcd !important;
}
.btn-default:hover {
color: #737373 !important;
background-color: #d9d9d9 !important;
border-color: #d9d9d9 !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #737373;
background-color: #cdcdcd;
border-color: #cdcdcd;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #737373;
background-color: #cdcdcd;
border-color: #cdcdcd;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.btn-default .badge {
color: #e6e6e6;
}
.btn-primary {
color: #FFF;
background-color: #0667D6;
border-color: #0667D6;
}
.btn-primary:focus,
.btn-primary.focus {
color: #FFF !important;
background-color: #054fa4 !important;
border-color: #054fa4 !important;
}
.btn-primary:hover {
color: #FFF !important;
background-color: #055bbd !important;
border-color: #055bbd !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #FFF;
background-color: #054fa4;
border-color: #054fa4;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #FFF;
background-color: #054fa4;
border-color: #054fa4;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #0667D6;
border-color: #0667D6;
}
.btn-primary .badge {
color: #0667D6;
}
.btn-success {
color: #FFF;
background-color: #17A88B;
border-color: #17A88B;
}
.btn-success:focus,
.btn-success.focus {
color: #FFF !important;
background-color: #117b66 !important;
border-color: #117b66 !important;
}
.btn-success:hover {
color: #FFF !important;
background-color: #149278 !important;
border-color: #149278 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #FFF;
background-color: #117b66;
border-color: #117b66;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #FFF;
background-color: #117b66;
border-color: #117b66;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #17A88B;
border-color: #17A88B;
}
.btn-success .badge {
color: #17A88B;
}
.btn-info {
color: #FFF;
background-color: #0FB3FF;
border-color: #0FB3FF;
}
.btn-info:focus,
.btn-info.focus {
color: #FFF !important;
background-color: #0096db !important;
border-color: #0096db !important;
}
.btn-info:hover {
color: #FFF !important;
background-color: #00a7f5 !important;
border-color: #00a7f5 !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #FFF;
background-color: #0096db;
border-color: #0096db;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #FFF;
background-color: #0096db;
border-color: #0096db;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #0FB3FF;
border-color: #0FB3FF;
}
.btn-info .badge {
color: #0FB3FF;
}
.btn-purple {
color: #FFF;
background-color: #8E23E0;
border-color: #8E23E0;
}
.btn-purple:focus,
.btn-purple.focus {
color: #FFF !important;
background-color: #721ab6 !important;
border-color: #721ab6 !important;
}
.btn-purple:hover {
color: #FFF !important;
background-color: #801dcd !important;
border-color: #801dcd !important;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
color: #FFF;
background-color: #721ab6;
border-color: #721ab6;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
color: #FFF;
background-color: #721ab6;
border-color: #721ab6;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
background-color: #8E23E0;
border-color: #8E23E0;
}
.btn-purple .badge {
color: #8E23E0;
}
.btn-warning {
color: #FFF;
background-color: #FFB61E;
border-color: #FFB61E;
}
.btn-warning:focus,
.btn-warning.focus {
color: #FFF !important;
background-color: #ea9e00 !important;
border-color: #ea9e00 !important;
}
.btn-warning:hover {
color: #FFF !important;
background-color: #ffae04 !important;
border-color: #ffae04 !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #FFF;
background-color: #ea9e00;
border-color: #ea9e00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #FFF;
background-color: #ea9e00;
border-color: #ea9e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #FFB61E;
border-color: #FFB61E;
}
.btn-warning .badge {
color: #FFB61E;
}
.btn-danger {
color: #FFF;
background-color: #E5343D;
border-color: #E5343D;
}
.btn-danger:focus,
.btn-danger.focus {
color: #FFF !important;
background-color: #cc1a23 !important;
border-color: #cc1a23 !important;
}
.btn-danger:hover {
color: #FFF !important;
background-color: #e21d27 !important;
border-color: #e21d27 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #FFF;
background-color: #cc1a23;
border-color: #cc1a23;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #FFF;
background-color: #cc1a23;
border-color: #cc1a23;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #E5343D;
border-color: #E5343D;
}
.btn-danger .badge {
color: #E5343D;
}
.btn-black {
color: #FFF;
background-color: #1f364f;
border-color: #1f364f;
}
.btn-black:focus,
.btn-black.focus {
color: #FFF !important;
background-color: #111d2b !important;
border-color: #111d2b !important;
}
.btn-black:hover {
color: #FFF !important;
background-color: #18293d !important;
border-color: #18293d !important;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
color: #FFF;
background-color: #111d2b;
border-color: #111d2b;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
color: #FFF;
background-color: #111d2b;
border-color: #111d2b;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
background-color: #1f364f;
border-color: #1f364f;
}
.btn-black .badge {
color: #1f364f;
}
.btn-outline.btn-default {
background-color: transparent;
color: #737373;
border-color: #e6e6e6;
}
.btn-outline.btn-primary {
background-color: transparent;
color: #0667D6;
border-color: #0667D6;
}
.btn-outline.btn-success {
background-color: transparent;
color: #17A88B;
border-color: #17A88B;
}
.btn-outline.btn-info {
background-color: transparent;
color: #0FB3FF;
border-color: #0FB3FF;
}
.btn-outline.btn-purple {
background-color: transparent;
color: #8E23E0;
border-color: #8E23E0;
}
.btn-outline.btn-warning {
background-color: transparent;
color: #FFB61E;
border-color: #FFB61E;
}
.btn-outline.btn-danger {
background-color: transparent;
color: #E5343D;
border-color: #E5343D;
}
.btn-outline.btn-black {
background-color: transparent;
color: #1f364f;
border-color: #1f364f;
}
.btn-raised.btn-default {
box-shadow: 0 3px 0 0 #cdcdcd;
}
.btn-raised.btn-default:focus,
.btn-raised.btn-default.focus {
box-shadow: 0 3px 0 0 #c0c0c0;
}
.btn-raised.btn-primary {
box-shadow: 0 3px 0 0 #054fa4;
}
.btn-raised.btn-primary:focus,
.btn-raised.btn-primary.focus {
box-shadow: 0 3px 0 0 #04438c;
}
.btn-raised.btn-success {
box-shadow: 0 3px 0 0 #117b66;
}
.btn-raised.btn-success:focus,
.btn-raised.btn-success.focus {
box-shadow: 0 3px 0 0 #0e6553;
}
.btn-raised.btn-info {
box-shadow: 0 3px 0 0 #0096db;
}
.btn-raised.btn-info:focus,
.btn-raised.btn-info.focus {
box-shadow: 0 3px 0 0 #0084c2;
}
.btn-raised.btn-purple {
box-shadow: 0 3px 0 0 #721ab6;
}
.btn-raised.btn-purple:focus,
.btn-raised.btn-purple.focus {
box-shadow: 0 3px 0 0 #6417a0;
}
.btn-raised.btn-warning {
box-shadow: 0 3px 0 0 #ea9e00;
}
.btn-raised.btn-warning:focus,
.btn-raised.btn-warning.focus {
box-shadow: 0 3px 0 0 #d18d00;
}
.btn-raised.btn-danger {
box-shadow: 0 3px 0 0 #cc1a23;
}
.btn-raised.btn-danger:focus,
.btn-raised.btn-danger.focus {
box-shadow: 0 3px 0 0 #b5171f;
}
.btn-raised.btn-black {
box-shadow: 0 3px 0 0 #111d2b;
}
.btn-raised.btn-black:focus,
.btn-raised.btn-black.focus {
box-shadow: 0 3px 0 0 #0a1018;
}
.btn-rounded {
border-radius: 100px !important;
}
/*lesshat-selector {*/
/*-lh-property: 0; }*/
/*@keyframes scaling{ 0% {transform: scale(0); opacity: 1; } 100% {transform: scale(1); opacity: 0; };*/
/*}*/
.sk-rotating-plane {
background-color: #1f364f;
}
.sk-double-bounce .sk-child {
background-color: #1f364f;
}
.sk-wave .sk-rect {
background-color: #1f364f;
}
.sk-wandering-cubes .sk-cube {
background-color: #1f364f;
}
.sk-spinner-pulse {
background-color: #1f364f;
}
.sk-chasing-dots .sk-child {
background-color: #1f364f;
}
.sk-three-bounce .sk-child {
background-color: #1f364f;
}
.sk-circle .sk-child:before {
background-color: #1f364f;
}
.sk-cube-grid .sk-cube {
background-color: #1f364f;
}
.sk-fading-circle .sk-circle {
margin-top: 0;
margin-bottom: 0;
}
.sk-fading-circle .sk-circle:before {
background-color: #1f364f;
}
.sk-folding-cube .sk-cube:before {
background-color: #1f364f;
}
.ball-pulse > div {
background-color: #1f364f;
}
.ball-grid-pulse > div {
background-color: #1f364f;
}
.ball-clip-rotate > div {
background-color: #1f364f;
border: 2px solid #1f364f;
border-bottom-color: transparent;
}
.ball-clip-rotate-pulse > div:first-child {
background-color: #1f364f;
}
.ball-clip-rotate-pulse > div:last-child {
top: 0;
left: -14px;
border: 2px solid #1f364f;
border-color: #1f364f transparent #1f364f transparent;
}
.square-spin > div {
background-color: #1f364f;
border: 1px solid #1f364f;
}
.ball-clip-rotate-multiple > div {
border: 2px solid #1f364f;
border-bottom-color: transparent;
border-top-color: transparent;
}
.ball-clip-rotate-multiple > div:last-child {
border-color: #1f364f transparent #1f364f transparent;
}
.ball-pulse-rise > div {
background-color: #1f364f;
}
.ball-rotate > div {
background-color: #1f364f;
}
.ball-rotate > div:before,
.ball-rotate > div:after {
background-color: #1f364f;
}
.cube-transition > div {
background-color: #1f364f;
}
.ball-zig-zag > div {
background-color: #1f364f;
}
.ball-zig-zag-deflect > div {
background-color: #1f364f;
}
.ball-triangle-path > div {
border: 1px solid #1f364f;
}
.ball-scale > div {
background-color: #1f364f;
}
.line-scale > div {
background-color: #1f364f;
}
.line-scale-party > div {
background-color: #1f364f;
}
.ball-scale-multiple > div {
background-color: #1f364f;
}
.ball-pulse-sync > div {
background-color: #1f364f;
}
.ball-beat > div {
background-color: #1f364f;
}
.line-scale-pulse-out > div {
background-color: #1f364f;
}
.line-scale-pulse-out-rapid > div {
background-color: #1f364f;
}
.ball-scale-ripple > div {
border: 2px solid #1f364f;
}
.ball-scale-ripple-multiple > div {
border: 2px solid #1f364f;
}
.ball-spin-fade-loader > div {
background-color: #1f364f;
}
.line-spin-fade-loader > div {
background-color: #1f364f;
}
.triangle-skew-spin > div {
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #1f364f;
}
.pacman > div:first-of-type {
border-right: 25px solid transparent;
border-top: 25px solid #1f364f;
border-left: 25px solid #1f364f;
border-bottom: 25px solid #1f364f;
}
.pacman > div:nth-child(2) {
border-right: 25px solid transparent;
border-top: 25px solid #1f364f;
border-left: 25px solid #1f364f;
border-bottom: 25px solid #1f364f;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
background-color: #1f364f;
}
.ball-grid-beat > div {
background-color: #1f364f;
}
.semi-circle-spin > div {
background-image: linear-gradient(transparent 0%, transparent 70%, #1f364f 30%, #1f364f 100%);
}
.dropdown-menu {
border: 1px solid #e6e6e6;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a {
padding: 7px 20px;
color: #737373;
}
.dropdown-menu > li > a > img {
margin-right: 8px;
}
.dm-large {
width: 400px;
}
.dm-medium {
width: 340px;
}
.dm-small {
width: 280px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #1f364f;
}
.dropdown-header {
padding: 5px 20px;
}
.btn-group.open .dropdown-toggle {
box-shadow: none;
}
.input-group-addon {
border-color: #e6e6e6;
background-color: transparent;
font-size: 14px;
}
.nav > li > a {
color: #1f364f;
}
.nav > li > a:hover,
.nav > li > a:focus {
background-color: #FFF;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #FFF;
border-color: #e6e6e6;
box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.05);
}
.nav-tabs {
border-bottom: 1px solid #e6e6e6;
}
.nav-tabs > li > a:hover {
border-color: #e6e6e6 #e6e6e6 transparent #e6e6e6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border: 1px solid #e6e6e6;
border-bottom-color: transparent;
box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.05);
color: #1f364f;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
background-color: #1f364f;
}
.tab-content .tab-pane {
display: none;
}
.tab-content .active {
display: block;
}
.breadcrumb {
background-color: transparent;
padding: 0;
}
.breadcrumb > li > a {
color: #9a9a9a;
}
.breadcrumb > .active {
color: #737373;
}
.pagination > li > a,
.pagination > li > span {
color: #737373;
border: 1px solid #e6e6e6;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #737373;
border-color: #e6e6e6;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #1f364f;
border-color: #1f364f;
}
.label {
border-radius: 2px;
font-weight: 500;
padding: 3px 6px;
}
.label-default {
background-color: #9a9a9a;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080;
}
.label-primary {
background-color: #0667D6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #054fa4;
}
.label-success {
background-color: #17A88B;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #117b66;
}
.label-purple {
background-color: #8E23E0;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
background-color: #721ab6;
}
.label-info {
background-color: #0FB3FF;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #0096db;
}
.label-warning {
background-color: #FFB61E;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ea9e00;
}
.label-danger {
background-color: #E5343D;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #cc1a23;
}
.label-outline.label-default {
background-color: transparent;
color: #9a9a9a;
border: 1px solid #9a9a9a;
}
.label-outline.label-primary {
background-color: transparent;
color: #0667D6;
border: 1px solid #0667D6;
}
.label-outline.label-success {
background-color: transparent;
color: #17A88B;
border: 1px solid #17A88B;
}
.label-outline.label-purple {
background-color: transparent;
color: #8E23E0;
border: 1px solid #8E23E0;
}
.label-outline.label-info {
background-color: transparent;
color: #0FB3FF;
border: 1px solid #0FB3FF;
}
.label-outline.label-warning {
background-color: transparent;
color: #FFB61E;
border: 1px solid #FFB61E;
}
.label-outline.label-danger {
background-color: transparent;
color: #E5343D;
border: 1px solid #E5343D;
}
.badge {
font-size: 10px;
min-width: 14px;
height: 14px;
line-height: 14px;
padding: 0;
font-weight: 600;
}
.dot {
width: 8px;
height: 8px;
border-radius: 50%;
}
.dot:before {
content: "";
position: absolute;
top: -9px;
left: -9px;
width: 26px;
height: 26px;
border-radius: 50%;
border-width: 3px;
border-style: solid;
animation: scaling 2s ease-out infinite;
}
.dot.bg-success:before {
border-color: #17A88B;
}
.dot.bg-warning:before {
border-color: #FFB61E;
}
.dot.bg-danger:before {
border-color: #E5343D;
}
.progress {
border-radius: 0;
box-shadow: none;
}
.progress-bar {
background-color: #0667D6;
box-shadow: none;
}
.progress-xs {
height: 3px;
}
.progress-xs.vertical {
width: 3px;
}
.progress-sm {
height: 12px;
}
.progress-sm .progress-bar {
line-height: 12px;
font-size: 10px;
}
.progress-sm .progress-bar .progressbar-front-text {
line-height: 12px;
font-size: 10px;
}
.progress-sm.vertical {
width: 12px;
}
.progress-lg {
height: 30px;
}
.progress-lg .progress-bar {
line-height: 30px;
}
.progress-lg .progress-bar .progressbar-front-text {
line-height: 30px;
}
.progress-lg.vertical {
width: 30px;
}
.progress-bar-white {
background-color: #FFF;
}
.progress-bar-success {
background-color: #17A88B;
}
.progress-bar-info {
background-color: #0FB3FF;
}
.progress-bar-purple {
background-color: #8E23E0;
}
.progress-bar-warning {
background-color: #FFB61E;
}
.progress-bar-danger {
background-color: #E5343D;
}
.avatar {
position: relative;
}
.avatar .media-object {
width: 34px;
height: 34px;
line-height: 34px;
}
.avatar .status {
position: absolute;
top: 0;
left: 26px;
width: 8px;
height: 8px;
border-radius: 50%;
border: 1px solid #FFF;
}
.avatar.media-right .status {
left: 36px;
}
.mo-xs {
width: 28px;
height: 28px;
line-height: 28px;
}
.mo-sm {
width: 34px;
height: 34px;
line-height: 34px;
}
.mo-lg {
width: 48px;
height: 48px;
line-height: 48px;
}
.list-group-item {
border: 1px solid #e6e6e6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
background-color: #1f364f;
border-color: #1f364f;
}
.panel {
margin-bottom: 24px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 20px;
}
.panel-heading {
padding: 15px 20px;
}
.panel-title {
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #e6e6e6;
}
.panel-group {
margin-bottom: 24px;
}
.panel-default {
border-color: #e6e6e6;
}
.panel-default > .panel-heading {
border-color: #e6e6e6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #e6e6e6;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #e6e6e6;
}
.modal-content {
border-radius: 0;
}
.modal-header {
padding: 15px 20px;
border-bottom: none;
}
.modal-body {
padding: 20px;
}
.modal-footer {
border-top: none;
}
.modal-header .close {
outline: 0;
}
.tooltip-inner {
font-size: 12px;
background-color: #1f364f;
padding: 5px 8px;
border-radius: 3px;
}
.tooltip.top .tooltip-arrow {
border-top-color: #1f364f;
}
.tooltip.top-left .tooltip-arrow {
border-top-color: #1f364f;
}
.tooltip.top-right .tooltip-arrow {
border-top-color: #1f364f;
}
.tooltip.right .tooltip-arrow {
border-right-color: #1f364f;
}
.tooltip.left .tooltip-arrow {
border-left-color: #1f364f;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #1f364f;
}
.tooltip.bottom-left .tooltip-arrow {
border-bottom-color: #1f364f;
}
.tooltip.bottom-right .tooltip-arrow {
border-bottom-color: #1f364f;
}
.popover {
border: 1px solid #e6e6e6;
}
.popover.top > .arrow {
border-top-color: #e6e6e6;
}
.popover.right > .arrow {
border-right-color: #e6e6e6;
}
.popover.bottom > .arrow {
border-bottom-color: #e6e6e6;
}
.popover.left > .arrow {
border-left-color: #e6e6e6;
}
.popover-title {
border-bottom: 1px solid #e6e6e6;
}
body.sidebar-toggled .main-sidebar {
position: fixed;
top: 64px;
left: 0;
bottom: 0;
width: 250px;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
body.sidebar-toggled .main-sidebar .sidebar-category {
text-transform: uppercase;
padding: 15px 20px;
font-weight: 600;
font-size: 10px;
display: block;
}
body.sidebar-toggled .main-sidebar .sidebar-title {
display: inline;
}
body.sidebar-toggled .main-sidebar .sidebar-widget {
display: block;
}
body.sidebar-toggled .user {
display: block;
}
body.sidebar-toggled .navigation:hover > li > a.active {
background-color: transparent;
}
body.sidebar-toggled .navigation > li > a {
margin: 0;
line-height: 48px;
padding: 0 25px;
}
body.sidebar-toggled .navigation > li > a > i {
display: inline;
margin-right: 15px;
width: 14px;
font-size: 14px;
text-align: center;
}
body.sidebar-toggled .navigation > li > a.bubble .badge {
top: 10px;
left: 32px;
}
body.sidebar-toggled .navigation > li > a .label {
display: inline;
}
body.sidebar-toggled .navigation > li > a:hover,
body.sidebar-toggled .navigation > li > a.active {
color: #FFF;
background-color: #18293d;
box-shadow: none;
}
body.sidebar-toggled .navigation > li > a:hover.active {
background-color: #18293d;
}
body.sidebar-toggled .navigation > li > a[aria-expanded="true"] {
background-color: transparent;
}
body.sidebar-toggled .navigation > li > a[aria-expanded="true"]:hover {
background-color: #18293d;
}
body.sidebar-toggled .navigation > li > a + ul {
position: static;
background-color: transparent;
box-shadow: none;
width: auto;
top: auto;
left: auto;
}
body.sidebar-toggled .navigation > li > a + ul > li:first-child,
body.sidebar-toggled .navigation > li > a + ul > li:last-child {
margin: 0;
}
body.sidebar-toggled .navigation > li > ul > li ul {
padding-left: 20px;
}
body.sidebar-toggled .navigation > li > ul > li ul li:first-child:before {
top: -20px;
}
body.sidebar-toggled .navigation ul {
padding-left: 32px;
}
body.sidebar-toggled .navigation ul li {
position: relative;
}
body.sidebar-toggled .navigation ul li:before {
content: "";
position: absolute;
top: -20px;
left: 0;
height: 40px;
width: 1px;
border-left: 1px dashed #808080;
}
body.sidebar-toggled .navigation ul li:first-child:before {
top: 0;
}
body.sidebar-toggled .navigation ul li:after {
content: "";
position: absolute;
top: 20px;
left: 0px;
width: 20px;
border-bottom: 1px dashed #808080;
}
body.sidebar-toggled .navigation ul li a {
padding-left: 40px;
padding-right: 25px;
line-height: 40px;
color: #9a9a9a;
font-size: 12px;
white-space: nowrap;
display: block;
}
body.sidebar-toggled .navigation ul li a:before {
content: "";
position: absolute;
top: 18px;
left: 18px;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #808080;
}
body.sidebar-toggled .navigation ul li a:hover,
body.sidebar-toggled .navigation ul li a.active {
color: #FFF;
}
body.sidebar-toggled .navigation a[aria-expanded="false"]:after {
display: inline;
}
body.sidebar-toggled .navigation a[aria-expanded="true"]:after {
display: inline;
}
body.sidebar-toggled .brand {
width: 250px;
}
body.sidebar-toggled .brand .logo-iconic {
display: none;
}
body.sidebar-toggled .brand .logo {
display: inline;
}
body.sidebar-toggled .page-container {
padding-left: 250px;
}
.brand {
width: 80px;
line-height: 64px;
text-align: center;
background-color: #1f364f;
display: block;
}
.brand .logo {
display: none;
}
header {
position: fixed;
top: 0;
left: 0;
height: 64px;
width: 100%;
box-shadow: 0 1px 4px rgba(31, 54, 79, 0.2);
z-index: 1040;
background-color: #FFF;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
header .header-icon {
display: block;
padding: 0 20px;
line-height: 64px;
font-size: 14px;
color: #9a9a9a;
}
header .header-icon:hover {
background-color: #fafafa;
}
.hamburger-menu {
position: relative;
display: inline-block;
width: 58px;
height: 64px;
}
.hamburger-menu span {
position: absolute;
top: 30px;
left: 20px;
}
.hamburger-menu span,
.hamburger-menu span:before,
.hamburger-menu span:after {
position: absolute;
display: inline-block;
height: 2px;
width: 18px;
border-radius: 2px;
background-color: #9a9a9a;
}
.hamburger-menu span:before,
.hamburger-menu span:after {
content: "";
left: 0;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
transform-origin: 0% 50%;
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.hamburger-menu span:before {
top: -6px;
}
.hamburger-menu span:after {
top: 6px;
}
.hamburger-menu.active span:before {
transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
}
.hamburger-menu.active span:after {
transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
}
.notification-bar {
margin: 0;
}
.notification-bar > li {
float: left;
padding: 0;
}
.notification-bar .bubble {
position: relative;
}
.notification-bar .bubble .badge {
position: absolute;
top: 18px;
left: 27px;
}
.notification-bar .bubble .dot {
position: absolute;
top: 21px;
left: 30px;
}
.notification-bar .dropdown.open {
position: relative;
}
.notification-bar .dropdown.open:before {
position: absolute;
bottom: -17.5px;
left: 50%;
content: "";
width: 0;
height: 0;
box-sizing: border-box;
border-width: 7px;
border-style: solid;
border-color: #FFF #FFF transparent transparent;
margin-left: -7px;
box-shadow: 2px -2px 2px rgba(31, 54, 79, 0.05);
z-index: 1020;
transform: rotate(-45deg);
}
@media (max-width: 767px) {
.notification-bar .dropdown.open:before {
display: none;
}
}
.notification-bar .dropdown-header {
text-transform: uppercase;
padding: 15px 20px;
margin: 0;
border-bottom: 1px solid #e6e6e6;
}
.notification-bar .dropdown-menu {
margin-top: 0;
border: none;
padding: 0;
top: 73.5px;
box-shadow: 0 2px 10px 2px rgba(31, 54, 79, 0.1);
}
.notification-bar .dropdown-menu > ul {
min-height: 120px;
max-height: 236px;
}
.notification-bar .dropdown-menu > ul li {
margin-top: 0;
}
.notification-bar .dropdown-menu > ul li > a {
padding: 12px 20px;
color: #737373;
display: block;
}
.notification-bar .dropdown-menu > ul li > a:hover {
background-color: #fafafa;
}
.notification-bar .dropdown-footer {
border-top: 1px solid #e6e6e6;
}
.main-sidebar {
position: absolute;
background-color: #1f364f;
box-shadow: 2px 0 6px rgba(31, 54, 79, 0.2);
width: 80px;
z-index: 1030;
opacity: 1;
-lh-property: 0;
height:calc(100% - 64px);
transform: translate(0, 0);
}
.main-sidebar .sidebar-category {
display: none;
}
.main-sidebar .sidebar-title {
display: none;
}
.main-sidebar .sidebar-widget {
display: none;
}
.user {
text-align: center;
padding: 25px 0;
display: none;
}
.user .avatar {
width: 100px;
}
.user .status {
position: absolute;
top: 22.4px;
right: 22.4px;
width: 14px;
height: 14px;
border-radius: 50%;
border: 2px solid #1f364f;
}
.navigation {
padding-bottom: 1px;
background-color: #1f364f;
}
.navigation > li {
position: relative;
}
.navigation > li > a {
display: block;
color: #9a9a9a;
margin: 15px 0;
padding: 20px 0;
}
.navigation > li > a > i {
font-size: 24px;
width: 24px;
height: 24px;
display: block;
margin: 0 auto;
}
.navigation > li > a.bubble .badge {
position: absolute;
top: 20px;
left: 45px;
}
.navigation > li > a .label {
display: none;
}
.navigation > li > a.active {
box-shadow: inset 2px 0 #0667D6;
}
.navigation > li > a[aria-expanded="true"] {
background-color: #18293d;
}
.navigation > li > a + ul {
position: absolute;
top: 0;
left: 100%;
background-color: #18293d;
width: 200px;
box-shadow: 1px 1px 5px rgba(31, 54, 79, 0.5);
}
.navigation > li > a + ul > li:first-child {
margin-top: 15px;
}
.navigation > li > a + ul > li:last-child {
margin-bottom: 15px;
}
.navigation > li > ul > li ul {
padding-left: 20px;
}
.navigation li.panel {
background-color: transparent;
box-shadow: none;
margin-bottom: 0;
border: none;
}
.navigation ul li {
position: relative;
}
.navigation ul li a {
padding-left: 25px;
padding-right: 25px;
line-height: 40px;
color: #9a9a9a;
font-size: 12px;
white-space: nowrap;
display: block;
}
.navigation ul li a:hover,
.navigation ul li a.active {
color: #FFF;
}
.navigation ul li a[aria-expanded="false"]:after,
.navigation ul li a[aria-expanded="true"]:after {
line-height: 40px;
position: absolute;
top: 0;
right: 25px;
display: inline;
}
.navigation a[aria-expanded="false"]:after {
font-family: "themify";
content: "\e61a";
float: right;
font-size: 8px;
line-height: 48px;
display: none;
}
.navigation a[aria-expanded="true"]:after {
font-family: "themify";
content: "\e622";
float: right;
font-size: 8px;
line-height: 48px;
display: none;
}
.main-container {
padding-top: 64px;
}
.page-container {
padding-left: 80px;
}
.page-header {
padding: 24px;
border-bottom: 1px solid #e6e6e6;
}
.page-header [class^="col"]:nth-child(2) {
text-align: right;
}
.page-content {
padding-top: 24px;
padding-left: 24px;
padding-right: 24px;
min-height: 800px;
}
@media (min-width: 768px) and (max-width: 1200px) {
body.sidebar-toggled {
overflow-y: hidden;
}
body.sidebar-toggled .main-sidebar {
box-shadow: 3px 0 6px rgba(31, 54, 79, 0.2);
}
body.sidebar-toggled .page-container {
padding-left: 80px;
}
}
@media (max-width: 767px) {
body.sidebar-toggled {
overflow-y: hidden;
}
body.sidebar-toggled .main-sidebar {
opacity: 1;
transform: translate(0, 0);
}
body.sidebar-toggled .page-container {
padding-left: 0;
}
.main-sidebar {
opacity: 0;
transform: translate(-100%, 0);
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
}
header .brand {
display: none;
}
.main-container {
width: 100%;
}
.page-container {
padding-left: 0;
}
.notification-bar > li.dropdown.open {
position: static;
}
.notification-bar > li.dropdown.open .dropdown-menu {
width: 100%;
top: 64px;
}
.page-header [class^="col"]:nth-child(2) {
text-align: left;
}
.page-content {
padding-left: 12px;
padding-right: 12px;
}
}
.search-bar {
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 64px;
background-color: #FFF;
border-bottom: 1px solid #e6e6e6;
overflow: hidden;
opacity: 1;
z-index: 1050;
transform: translate(0, 0);
transition: all 0.3s;
}
.search-bar.closed {
opacity: 0;
transform: translate(0, -100%);
}
.search-bar form {
margin: 9px;
}
.search-bar form .form-control {
border: none;
}
.search-bar form .btn,
.search-bar form .btn:hover,
.search-bar form .btn.focus,
.search-bar form .btn:focus,
.search-bar form .btn.active,
.search-bar form .btn:active {
background-color: transparent !important;
border-color: transparent !important;
}
.setting {
position: fixed;
top: 130px;
right: -1px;
width: 260px;
background-color: #FFF;
z-index: 1020;
padding: 20px;
border: 1px solid #e6e6e6;
transform: translate(0, 0);
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
.setting.closed {
transform: translate(100%, 0);
}
.setting .setting-toggle {
display: inline-block;
position: absolute;
top: -1px;
left: -47px;
border: 1px solid #e6e6e6;
border-right: none;
padding: 10px 15px;
background-color: #FFF;
}
.right-sidebar,
.conversation {
position: fixed;
top: 64px;
right: 0;
width: 260px;
z-index: 1030;
background-color: #FFF;
box-shadow: -1px 0 4px rgba(31, 54, 79, 0.2);
opacity: 1;
-lh-property: 0;
height:calc(100% - 64px);
transform: translate(0, 0);
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
.right-sidebar.closed,
.conversation.closed {
opacity: 0;
transform: translate(100%, 0);
}
.chat-list {
margin-left: -20px;
margin-right: -20px;
}
.chat-list li {
margin-top: 0;
}
.chat-list li > a {
padding: 12px 20px;
display: block;
color: #737373;
}
.chat-list li > a:hover {
background-color: #fafafa;
}
.chat-content {
-lh-property: 0;
height:calc(100% - 119px);
;
}
.nav-sidebar {
background-color: #1f364f;
}
.nav-sidebar > li {
display: table-cell;
width: 1%;
}
.nav-sidebar > li > a {
color: #e6e6e6;
border-bottom: none !important;
line-height: 48px;
padding: 0;
margin-bottom: 0 !important;
border-radius: 0 !important;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
color: #FFF;
border-color: transparent;
background-color: #1c3148;
}
.nav-sidebar > li.active > a,
.nav-sidebar > li.active > a:hover,
.nav-sidebar > li.active > a:focus {
color: #737373;
background-color: #FFF;
border-color: transparent !important;
}
.nav-sidebar-content {
-lh-property: 0;
height:calc(100% - 50px);
;
}
.nav-sidebar-content .tab-pane {
padding: 20px;
}
.widget {
margin-bottom: 24px;
border: 1px solid #e6e6e6;
}
.widget.clear {
border: none;
}
.widget.clear .widget-heading {
padding-left: 0;
padding-right: 0;
}
.widget.clear .widget-body {
padding-left: 0;
padding-right: 0;
}
.widget-heading {
padding: 15px 20px;
border-bottom: 1px solid #e6e6e6;
}
.widget-tools {
margin-bottom: 0;
}
.widget-tools > li {
float: left;
padding: 0 10px;
}
.widget-tools > li:last-child {
padding-right: 0;
}
.widget-tools > li a {
color: #9a9a9a;
}
.widget-title {
margin: 0;
font-weight: 400;
font-size: 18px;
color: #1f364f;
}
.widget-body {
padding: 20px;
}
.chat-content .media-body p {
background-color: #e6e6e6;
padding: 10px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
margin-bottom: 5px;
}
.chat-content .other .media-body p {
background-color: #1f364f;
color: #FFF;
border-top-right-radius: 0;
border-bottom-left-radius: 15px;
}
.activities .media-left {
min-width: 140px;
}
.activities > li {
position: relative;
padding: 10px 0 10px 41px;
}
.activities > li:before {
content: "";
position: absolute;
left: 5px;
top: 0;
height: 100%;
border-left: 1px solid #e6e6e6;
}
.activities > li:after {
content: "";
position: absolute;
left: 0;
top: 18px;
height: 11px;
width: 11px;
border-radius: 50%;
border: 2px solid #9a9a9a;
background-color: #FFF;
}
.activities li.activity-primary:after {
border-color: #0667D6;
}
.activities li.activity-success:after {
border-color: #17A88B;
}
.activities li.activity-info:after {
border-color: #0FB3FF;
}
.activities li.activity-warning:after {
border-color: #FFB61E;
}
.activities li.activity-danger:after {
border-color: #E5343D;
}
.events-header {
font-size: 20px;
font-weight: 300;
height: 60px;
line-height: 60px;
background-color: rgba(0, 0, 0, 0.1);
text-align: center;
}
.draggable li {
padding: 12px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
cursor: move;
}
.draggable li:first-child {
padding-top: 0;
}
.draggable li.ui-draggable-dragging {
padding: 12px 10px;
background-color: #FFF;
border-bottom: none;
color: #737373;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.flotTip {
font-size: 12px;
background-color: #1f364f;
color: #FFF;
padding: 5px 8px;
z-index: 900;
border-radius: 3px;
}
.legendColorBox div {
border-radius: 50%;
}
.legendLabel {
padding-left: 3px;
padding-right: 10px;
line-height: 2;
}
.ct-golden-section:before {
padding-bottom: 0;
}
.ct-label {
font-size: 11px;
color: #9a9a9a;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
stroke: #0667D6;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
fill: #0667D6;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
stroke: #1f364f;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
fill: #1f364f;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
stroke: #17A88B;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
fill: #17A88B;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
stroke: #8E23E0;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
fill: #8E23E0;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
stroke: #E5343D;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
fill: #E5343D;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
stroke: #FFB61E;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
fill: #FFB61E;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
stroke: #0FB3FF;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
fill: #0FB3FF;
}
.md-overlay {
position: fixed;
visibility: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1050;
transition: all 0.3s;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 96%;
margin: 30px auto;
z-index: 1060;
visibility: hidden;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
transform: translateX(-50%) translateY(-50%);
}
.md-modal .modal-center {
float: none;
margin: 0 auto;
}
.md-modal.md-show {
visibility: visible;
}
.md-modal.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}
.md-modal .md-close {
position: absolute;
top: -17px;
right: -17px;
border-radius: 50%;
height: 34px;
line-height: 34px;
width: 34px;
padding: 0;
text-align: center;
box-shadow: 0 2px 4px rgba(31, 54, 79, 0.8);
}
.md-modal .widget {
margin-bottom: 0;
}
.md-modal .md-content {
background-color: #FFF;
box-shadow: 0 5px 10px rgba(31, 54, 79, 0.8);
position: relative;
transform: scale(0.7);
opacity: 0;
transition: all 0.3s;
}
.md-modal.md-show .md-content {
transform: scale(1);
opacity: 1;
}
@media (min-width: 768px) {
.md-modal {
width: 600px;
}
}
@media (min-width: 992px) {
.md-modal {
width: 900px;
}
}
.morris-hover.morris-default-style {
font-size: 12px;
background-color: #FFF;
padding: 5px 8px;
z-index: 900;
border: 1px solid #e6e6e6;
border-radius: 3px;
}
.chartjs canvas {
width: 100% !important;
max-width: 1000px;
height: auto !important;
}
.jvectormap-zoomout {
top: 35px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
line-height: 24px;
width: 24px;
height: 24px;
color: #737373;
background-color: #FFF;
font-size: 16px;
padding: 0;
border: 1px solid #e6e6e6;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.easy-pie-chart {
position: relative;
display: inline-block;
width: 120px;
height: 120px;
line-height: 80px;
padding: 20px;
text-align: center;
}
.easy-pie-chart canvas {
position: absolute;
top: 0;
left: 0;
}
.easy-pie-chart .percent {
position: absolute;
top: 35px;
left: 35px;
line-height: 40px;
width: 50px;
height: 50px;
background-color: #e6e6e6;
border: 5px solid #fafafa;
border-radius: 50%;
}
.bootstrap-select .dropdown-toggle:focus {
outline: 0 !important;
}
.minicolors-swatch {
border: none;
}
.ms-container {
width: 100%;
}
.ms-container .ms-list {
box-shadow: none;
border: 1px solid #e6e6e6;
height: 280px;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
padding: 5px 10px;
}
.clockface .inner.active:hover,
.clockface .inner.active:hover:hover,
.clockface .inner.active:active,
.clockface .inner.active:hover:active,
.clockface .inner.active.active,
.clockface .inner.active:hover.active,
.clockface .inner.active.disabled,
.clockface .inner.active:hover.disabled,
.clockface .inner.active[disabled],
.clockface .inner.active:hover[disabled] {
background-color: #0667D6;
}
.clockface .outer.active:hover,
.clockface .outer.active:hover:hover,
.clockface .outer.active:active,
.clockface .outer.active:hover:active,
.clockface .outer.active.active,
.clockface .outer.active:hover.active,
.clockface .outer.active.disabled,
.clockface .outer.active:hover.disabled,
.clockface .outer.active[disabled],
.clockface .outer.active:hover[disabled] {
background-color: #17A88B;
}
.clockface .inner.active,
.clockface .inner.active:hover {
background-image: none;
}
.clockface .outer.active,
.clockface .outer.active:hover {
background-image: none;
}
.clockface .outer,
.clockface .inner {
border-radius: 2px;
}
.dropzone {
border: 2px dashed #e6e6e6;
background-color: #fafafa;
}
.dropzone .dz-message {
padding: 50px 0;
margin: 0;
color: #9a9a9a;
}
.dropzone .dz-message .icon-dz {
display: block;
font-size: 64px;
color: #e6e6e6;
margin-bottom: 15px;
}
.uploader {
font-weight: 300;
font-size: 30px;
color: #e6e6e6;
border: 2px dashed #e6e6e6;
}
.uploader div.or {
color: #e6e6e6;
font-weight: 600;
}
.uploader div.browser label {
background-color: #1f364f;
font-weight: 500;
padding: 8px 15px;
display: inline-block;
width: auto;
font-size: 13px;
border-radius: 4px;
box-shadow: 0 3px 0 0 #111d2b;
}
.uploader div.browser label:hover {
background-color: #18293d;
}
.uploader div.browser label:focus {
background-color: #111d2b;
outline: 0;
}
.daterangepicker .ranges li {
background-color: transparent;
border-color: transparent;
border-radius: 3px;
color: #737373;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background-color: #1f364f;
border-color: #1f364f;
}
.daterangepicker .input-mini {
border-color: #e6e6e6;
}
.daterangepicker .input-mini.active,
.daterangepicker .input-mini:focus {
outline: 0;
border-color: #66afe9;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
background-color: #1f364f;
}
.daterangepicker td.start-date {
border-radius: 2px 0 0 2px;
}
.daterangepicker td.end-date {
border-radius: 0 2px 2px 0;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
background-color: #1f364f;
border-radius: 2px;
border-color: #1f364f;
}
.bootstrap-datetimepicker-widget table td span.active {
background-color: #1f364f;
text-shadow: none;
}
.bootstrap-datetimepicker-widget a[data-action] {
color: #737373;
}
.note-editor.note-frame {
border: 1px solid #e6e6e6;
}
.md-editor.active {
border-color: #e6e6e6;
box-shadow: none;
}
.md-editor > textarea,
.md-editor > .md-preview {
background-color: #FFF;
border-top: 1px solid #e6e6e6;
border-bottom: none;
padding: 10px;
}
.bootstrap-duallistbox-container select {
padding: 6px 12px;
overflow-y: auto;
}
.bootstrap-duallistbox-container select:focus {
border-color: #e6e6e6;
}
.bootstrap-tagsinput {
border: 1px solid #e6e6e6;
box-shadow: none;
padding: 6px 12px;
line-height: 20px;
display: block;
}
.bootstrap-tagsinput .tag {
display: inline-block;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
list-style-type: decimal !important;
}
.toast-title {
font-weight: 600;
}
#toast-container > div {
border-radius: 0px;
box-shadow: none;
opacity: 1;
color: #737373;
background-color: #FFF;
padding: 15px 15px 15px 65px;
width: 300px;
min-height: 74px;
}
#toast-container > .toast {
background-image: none !important;
}
#toast-container > :hover {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.toast-close-button {
height: 20px;
width: 20px;
color: #737373;
top: -5px;
right: -5px;
outline: 0;
}
.toast:before {
font-family: "themify";
font-size: 30px;
position: absolute;
top: 15px;
left: 15px;
border-radius: 50%;
color: #FFF;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.toast-success {
border: 2px solid #17A88B;
}
.toast-success .toast-title {
color: #149278;
}
.toast-success .toast-progress {
background-color: #1abe9e;
}
.toast-success:before {
content: "\e64d";
color: #149278;
}
.toast-info {
border: 2px solid #0FB3FF;
}
.toast-info .toast-title {
color: #00a7f5;
}
.toast-info .toast-progress {
background-color: #29bbff;
}
.toast-info:before {
content: "\e717";
color: #00a7f5;
}
.toast-warning {
border: 2px solid #FFB61E;
}
.toast-warning .toast-title {
color: #ffae04;
}
.toast-warning .toast-progress {
background-color: #ffbe38;
}
.toast-warning:before {
content: "\e6c5";
color: #ffae04;
}
.toast-error {
border: 2px solid #E5343D;
}
.toast-error .toast-title {
color: #e21d27;
}
.toast-error .toast-progress {
background-color: #e84b53;
}
.toast-error:before {
content: "\e6c5";
color: #e21d27;
}
.wizard > .content > .body input {
border: 1px solid #e6e6e6;
}
.wizard > .content > .body label {
margin-bottom: 0;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
margin: 3px;
border-radius: 0;
padding: 15px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
background-color: #1f364f;
color: #FFF;
}
.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
border: 2px solid #FFF;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
background-color: #e6e6e6;
color: #9a9a9a;
}
.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
border-color: #9a9a9a;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
background-color: #e6e6e6;
color: #9a9a9a;
}
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
border-color: #9a9a9a;
}
.wizard > .content {
background-color: transparent;
margin: 0 5px;
border-radius: 0;
min-height: 150px;
}
.tabcontrol > .content {
overflow-y: auto;
}
.wizard > .content > .body {
width: 100%;
height: 100%;
padding: 15px 0 0 0;
position: static;
}
.wizard > .steps .number {
font-size: 16px;
padding: 5px;
border-radius: 50%;
border: 2px solid #FFF;
width: 36px;
display: inline-block;
font-weight: 600;
text-align: center;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
opacity: .65;
background-color: #e6e6e6;
color: #737373;
cursor: not-allowed;
box-shadow: 0 3px 0 0 #cdcdcd;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
background-color: #1f364f;
border-radius: 4px;
padding: 8px 15px;
box-shadow: 0 3px 0 0 #111d2b;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
background-color: #1f364f;
}
.img-container,
.img-preview {
background-color: #f7f7f7;
overflow: hidden;
width: 100%;
text-align: center;
}
.img-container {
min-height: 200px;
max-height: 554px;
margin-bottom: 20px;
}
@media (min-width: 768px) {
.img-container {
min-height: 554px;
}
}
.img-container > img {
max-width: 100%;
}
.docs-preview {
margin-right: -15px;
margin-bottom: 10px;
}
.img-preview {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.img-preview > img {
max-width: 100%;
}
.preview-lg {
width: 263px;
height: 148px;
}
.preview-md {
width: 139px;
height: 78px;
}
.preview-sm {
width: 69px;
height: 39px;
}
.preview-xs {
width: 35px;
height: 20px;
margin-right: 0;
}
.docs-data > .input-group {
margin-bottom: 10px;
}
.docs-data > .input-group > label {
min-width: 80px;
}
.docs-data > .input-group > span {
min-width: 50px;
}
.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
margin-right: 5px;
margin-bottom: 10px;
}
.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
margin-bottom: 10px;
}
.docs-tooltip {
display: block;
margin: -6px -12px;
padding: 6px 12px;
}
.docs-tooltip > .icon {
margin: 0 -3px;
vertical-align: top;
}
.tooltip-inner {
white-space: normal;
}
.btn-upload .tooltip-inner {
white-space: nowrap;
}
@media (max-width: 400px) {
.btn-group-crop {
margin-right: -15px !important;
}
.btn-group-crop > .btn {
padding-left: 5px;
padding-right: 5px;
}
.btn-group-crop .docs-tooltip {
margin-left: -5px;
margin-right: -5px;
padding-left: 5px;
padding-right: 5px;
}
}
.docs-options .dropdown-menu {
width: 100%;
}
.docs-options .dropdown-menu > li {
padding: 5px 20px;
}
.docs-options .dropdown-menu > li .checkbox {
margin: 5px 0;
}
.docs-options .dropdown-menu > li:hover {
background-color: #f7f7f7;
}
.docs-options .dropdown-menu > li > label {
display: block;
}
.docs-cropped .modal-body {
text-align: center;
}
.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
max-width: 100%;
}
.bg-overlay {
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #FFF;
z-index: -1;
}
.bg-overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(24, 41, 61, 0.6);
z-index: -1;
}
.bg-overlay hr {
border-color: rgba(255, 255, 255, 0.2);
}
.lh-1 {
line-height: 1!important;
}
.bd-t {
border-top: 1px solid #e6e6e6;
}
.bd-r {
border-right: 1px solid #e6e6e6;
}
.bd-b {
border-bottom: 1px solid #e6e6e6;
}
.bd-l {
border-left: 1px solid #e6e6e6;
}
.no-shadow {
box-shadow: none !important;
}
.no-border {
border: none !important;
}
.inline-block {
display: inline-block !important;
}
.inline {
display: inline !important;
}
.block {
display: block !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fs-10 {
font-size: 10px !important;
}
.fs-11 {
font-size: 11px !important;
}
.fs-12 {
font-size: 12px !important;
}
.fs-13 {
font-size: 13px !important;
}
.fs-14 {
font-size: 14px !important;
}
.fs-16 {
font-size: 16px !important;
}
.fs-18 {
font-size: 18px !important;
}
.fs-20 {
font-size: 20px !important;
}
.fs-22 {
font-size: 22px !important;
}
.fs-24 {
font-size: 24px !important;
}
.fs-30 {
font-size: 30px !important;
}
.fs-36 {
font-size: 36px !important;
}
.fs-60 {
font-size: 60px !important;
}
.fs-100 {
font-size: 100px !important;
}
.m-0 {
margin: 0px !important;
}
.m-5 {
margin: 5px !important;
}
.m-10 {
margin: 10px !important;
}
.m-15 {
margin: 15px !important;
}
.m-20 {
margin: 20px !important;
}
.m-25 {
margin: 25px !important;
}
.m-30 {
margin: 30px !important;
}
.mt-0 {
margin-top: 0px !important;
}
.mt-5 {
margin-top: 5px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-25 {
margin-top: 25px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mr-0 {
margin-right: 0px !important;
}
.mr-5 {
margin-right: 5px !important;
}
.mr-10 {
margin-right: 10px !important;
}
.mr-15 {
margin-right: 15px !important;
}
.mr-20 {
margin-right: 20px !important;
}
.mr-25 {
margin-right: 25px !important;
}
.mr-30 {
margin-right: 30px !important;
}
.mb-0 {
margin-bottom: 0px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-25 {
margin-bottom: 25px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.ml-0 {
margin-left: 0px !important;
}
.ml-5 {
margin-left: 5px !important;
}
.ml-10 {
margin-left: 10px !important;
}
.ml-15 {
margin-left: 15px !important;
}
.ml-20 {
margin-left: 20px !important;
}
.ml-25 {
margin-left: 25px !important;
}
.ml-30 {
margin-left: 30px !important;
}
.p-0 {
padding: 0px !important;
}
.p-5 {
padding: 5px !important;
}
.p-10 {
padding: 10px !important;
}
.p-15 {
padding: 15px !important;
}
.p-20 {
padding: 20px !important;
}
.p-25 {
padding: 25px !important;
}
.p-30 {
padding: 30px !important;
}
.pt-0 {
padding-top: 0px !important;
}
.pt-5 {
padding-top: 5px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-25 {
padding-top: 25px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pr-0 {
padding-right: 0px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pb-0 {
padding-bottom: 0px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pl-0 {
padding-left: 0px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.fc-toolbar {
background-color: #1f364f;
padding: 10px;
margin-bottom: 0;
height: 60px;
}
.fc-toolbar h2 {
font-weight: 300;
color: #FFF;
margin: 5px 0;
line-height: 1;
}
.fc-view-container {
background-color: #FFF;
color: #737373;
}
.fc button {
font-size: 14px;
padding: 10px;
height: auto;
}
.fc-icon {
font-family: "themify";
}
.fc-state-default {
background-color: rgba(255, 255, 255, 0.05);
color: #FFF;
border-style: none;
text-shadow: none;
background-image: none;
box-shadow: none;
}
.fc-state-default:hover {
outline: 0;
background-color: #18293d;
}
.fc-state-default:focus,
.fc-state-default.focus {
outline: 0;
}
.fc-unthemed .fc-today {
background-color: #fafafa;
}
.mailbox .inbox {
border-right: 1px solid #e6e6e6;
}
.mailbox .inbox li {
margin-top: 0;
padding: 15px 20px;
border-bottom: 1px solid #e6e6e6;
}
.mailbox .inbox li.active {
box-shadow: inset -5px 0 #1f364f;
}
.mailbox .inbox li.read {
background-color: #fafdff;
}
.mailbox .inbox li > a {
display: block;
color: #737373;
}
.mailbox .inbox li .title {
font-weight: 400;
margin: 3px 0;
}
.mailbox .inbox li .summary {
color: #9a9a9a;
font-size: 12px;
margin-bottom: 0;
}
.mailbox .single-mail {
margin-left: -1px;
border-left: 1px solid #e6e6e6;
padding: 15px 20px;
}
.body-bg-full {
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
}
.body-bg-full .page-container {
padding: 0;
display: table;
width: 100%;
height: 100%;
background-color: rgba(24, 41, 61, 0.8);
}
.body-bg-full .page-container .page-content {
padding: 24px;
display: table-cell;
text-align: center;
vertical-align: middle;
min-height: auto;
width: 340px;
}
.body-bg-full .logo {
margin-bottom: 30px;
}
.body-bg-full .form-control {
border-radius: 0;
background-color: transparent;
border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
color: #FFF;
text-align: center;
}
.body-bg-full .form-control::-webkit-input-placeholder {
color: #FFF;
}
.body-bg-full .form-control:-moz-placeholder {
color: #FFF;
}
.body-bg-full .form-control::-moz-placeholder {
color: #FFF;
}
.body-bg-full .form-control:-ms-input-placeholder {
color: #FFF;
}
.body-bg-full hr {
border-color: rgba(255, 255, 255, 0.1);
}
.body-bg-full .setting {
border-color: transparent;
background-color: rgba(255, 255, 255, 0.1);
}
.body-bg-full .setting .setting-toggle {
border-color: transparent;
background-color: rgba(255, 255, 255, 0.1);
left: -48px;
}
.body-bg-full.v2 .page-container {
background-color: transparent;
}
.body-bg-full.v2 .page-container .page-content {
width: auto;
}
.body-bg-full.v2 .page-container .page-content .v2 {
background-color: #FFF;
margin: 0 auto;
width: 360px;
padding: 30px;
box-shadow: 0 5px 10px rgba(31, 54, 79, 0.5);
}
.body-bg-full.v2 .form-control {
border-color: transparent transparent #e6e6e6 transparent;
color: #737373;
}
.body-bg-full.v2 .form-control::-webkit-input-placeholder {
color: #737373;
}
.body-bg-full.v2 .form-control:-moz-placeholder {
color: #737373;
}
.body-bg-full.v2 .form-control::-moz-placeholder {
color: #737373;
}
.body-bg-full.v2 .form-control:-ms-input-placeholder {
color: #737373;
}
.body-bg-full.v2 hr {
border-color: #e6e6e6;
}
.body-bg-full.v2 .setting {
background-color: #FFF;
}
.body-bg-full.v2 .setting .setting-toggle {
background-color: #FFF;
}
.pricing-table .pricing-item {
margin-bottom: 24px;
text-align: center;
}
.pricing-table.pricing-1 .pricing-item {
padding: 40px;
background-color: #fafafa;
border-top: 3px solid transparent;
transition: border-color 0.3s;
}
.pricing-table.pricing-1 .pricing-item:hover {
border-color: #0667D6;
}
.pricing-table.pricing-1 .pricing-title {
font-size: 16px;
font-weight: 600;
margin: 0;
text-align: left;
padding-bottom: 15px;
}
.pricing-table.pricing-1 .pricing-price {
font-size: 36px;
font-weight: 600;
padding: 15px 0;
text-align: left;
border-top: 3px solid #e6e6e6;
}
.pricing-table.pricing-1 .pricing-currency {
font-size: 20px;
vertical-align: super;
}
.pricing-table.pricing-1 .pricing-period {
font-size: 14px;
font-weight: 400;
padding-left: 5px;
color: #9a9a9a;
}
.pricing-table.pricing-1 .pricing-sentence {
padding: 15px 0;
text-align: left;
font-size: 16px;
font-weight: 600;
color: #9a9a9a;
border-bottom: 3px solid #e6e6e6;
}
.pricing-table.pricing-1 .pricing-feature-list {
text-align: right;
padding: 15px 0;
}
.pricing-table.pricing-1 .pricing-feature-list > li {
font-style: italic;
line-height: 1.6;
}
.pricing-table.pricing-2 .pricing-item {
background-color: #abd1fd;
border-radius: 10px;
color: #FFF;
padding: 15px;
transition: background-color 0.3s;
}
.pricing-table.pricing-2 .pricing-item:hover {
background-color: #bad9fd;
}
.pricing-table.pricing-2 .pricing-item-featured {
position: relative;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon {
position: absolute;
right: -5px;
top: -5px;
z-index: 1;
overflow: hidden;
width: 75px;
height: 75px;
text-align: right;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background-color: #1abe9e;
box-shadow: 0 3px 10px -5px #000000;
position: absolute;
top: 19px;
right: -21px;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span:before {
content: "";
position: absolute;
left: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid #2ae2bd;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #2ae2bd;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span:after {
content: "";
position: absolute;
right: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #2ae2bd;
border-bottom: 3px solid transparent;
border-top: 3px solid #2ae2bd;
}
.pricing-table.pricing-2 .pricing-title {
font-size: 30px;
font-weight: 300;
padding: 15px 0 30px 0;
margin: 0;
position: relative;
}
.pricing-table.pricing-2 .pricing-title:after {
position: absolute;
content: '';
bottom: 0;
left: 40%;
height: 1px;
width: 20%;
background-color: #FFF;
}
.pricing-table.pricing-2 .pricing-sentence {
padding: 30px 15px;
}
.pricing-table.pricing-2 .pricing-price {
font-size: 60px;
}
.pricing-table.pricing-2 .pricing-currency {
font-size: 24px;
vertical-align: super;
}
.pricing-table.pricing-2 .pricing-period {
display: block;
font-size: 14px;
padding: 15px 30px;
}
.pricing-table.pricing-2 .pricing-feature-list {
text-align: left;
padding: 30px 20px;
}
.pricing-table.pricing-2 .pricing-feature-list > li {
line-height: 1.8;
font-size: 16px;
}
.pricing-table.pricing-2 .pricing-feature-list > li:before {
font-family: "themify";
content: "\e628";
vertical-align: middle;
display: inline-block;
padding-right: 10px;
}
.pricing-table.pricing-3 .pricing-item {
padding: 30px 50px;
border: 1px solid #17A88B;
position: relative;
}
@media (min-width: 769px) {
.pricing-table.pricing-3 .pricing-item:nth-child(2) {
border-left: none;
border-right: none;
}
}
.pricing-table.pricing-3 .pricing-item:hover {
z-index: 100;
}
.pricing-table.pricing-3 .pricing-item:hover:after {
content: "";
pointer-events: none;
position: absolute;
top: -5px;
left: -5px;
width: 100%;
height: 100%;
box-sizing: content-box;
border: 5px solid #17A88B;
}
.pricing-table.pricing-3 .pricing-icon {
color: #17A88B;
font-size: 40px;
padding: 10px 0;
display: block;
}
.pricing-table.pricing-3 .pricing-title {
font-weight: 600;
margin: 0;
padding: 20px 0;
}
.pricing-table.pricing-3 .pricing-price {
font-size: 36px;
font-weight: 600;
color: #17A88B;
margin: 0;
}
.pricing-table.pricing-3 .pricing-currency {
font-size: 20px;
vertical-align: super;
}
.pricing-table.pricing-3 .pricing-period {
font-size: 14px;
padding-left: 5px;
font-weight: 400;
color: #9a9a9a;
}
.pricing-table.pricing-3 .pricing-feature-list {
padding: 20px 0 80px 0;
}
.pricing-table.pricing-3 .pricing-feature-list > li {
line-height: 1.8;
font-size: 16px;
}
.btn-demo .btn {
margin: 0 10px 10px 0;
}
.bg-demo {
color: #FFF;
background: #F1F2B5;
background: linear-gradient(to left, #F1F2B5, #135058);
}
.loading-demo {
height: 240px;
border: 1px solid #e6e6e6;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 24px;
}
.chart-demo {
height: 300px;
border: 1px solid #e6e6e6;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 24px;
}
.icon-demo .row > [class^="col"] {
line-height: 50px;
cursor: pointer;
height: 50px;
}
.icon-demo .row > [class^="col"]:hover i {
font-size: 30px;
}
.icon-demo i {
font-size: 20px;
text-align: center;
display: inline-block;
width: 40px;
transition: all 0.2s;
} | public/css/third-layout.css | @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
body {
font-family: "Poppins", sans-serif;
font-size: 14px;
color: #737373;
background-color: #FFF;
position: relative;
overflow-x: hidden;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
a {
color: #0667D6;
}
a:hover,
a:focus {
text-decoration: none;
outline: 0;
color: #054fa4;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 500;
}
.text-base {
color: #737373;
}
.text-muted {
color: #9a9a9a;
}
.text-white {
color: #FFF;
}
.text-primary {
color: #055bbd;
}
a.text-primary:hover,
a.text-primary:focus {
color: #04438c;
}
.text-success {
color: #149278;
}
a.text-success:hover,
a.text-success:focus {
color: #0e6553;
}
.text-info {
color: #00a7f5;
}
a.text-info:hover,
a.text-info:focus {
color: #0084c2;
}
.text-warning {
color: #ffae04;
}
a.text-warning:hover,
a.text-warning:focus {
color: #d18d00;
}
.text-danger {
color: #e21d27;
}
a.text-danger:hover,
a.text-danger:focus {
color: #b5171f;
}
.text-purple {
color: #801dcd;
}
a.text-purple:hover,
a.text-purple:focus {
color: #6417a0;
}
.bg-light {
background-color: rgba(255, 255, 255, 0.1);
}
.bg-dark {
background-color: rgba(31, 54, 79, 0.1);
}
.bg-default {
background-color: #e6e6e6;
color: #FFF;
}
a.bg-default:hover,
a.bg-default:focus {
background-color: #cdcdcd;
}
.bg-black {
background-color: #1f364f;
color: #FFF;
}
a.bg-black:hover,
a.bg-black:focus {
background-color: #111d2b;
}
.bg-primary {
background-color: #0773ef;
color: #FFF;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #055bbd;
}
.bg-success {
background-color: #1abe9e;
color: #FFF;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #149278;
}
.bg-info {
background-color: #29bbff;
color: #FFF;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #00a7f5;
}
.bg-warning {
background-color: #ffbe38;
color: #FFF;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #ffae05;
}
.bg-danger {
background-color: #e84b53;
color: #FFF;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e21d27;
}
.bg-purple {
background-color: #9939e3;
color: #FFF;
}
a.bg-purple:hover,
a.bg-purple:focus {
background-color: #801dcd;
}
.page-header {
border-style: none;
padding: 0;
margin: 0;
}
.drop-cap:first-letter {
float: left;
margin: 0 10px -5px 0;
font-size: 450%;
line-height: 100%;
color: #055bbd;
}
.row {
margin-left: -12px;
margin-right: -12px;
}
.row > [class^="col"] {
padding-left: 12px;
padding-right: 12px;
}
.row-0 {
margin-left: 0;
margin-right: 0;
}
.row-0 > [class^="col"] {
padding-left: 0;
padding-right: 0;
}
caption {
color: #9a9a9a;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 12px 15px;
vertical-align: middle;
border-top: 1px solid #e6e6e6;
}
.table > thead > tr > th,
.table > tfoot > tr > th {
font-weight: 500;
border-bottom: 1px solid #e6e6e6;
}
.table > tbody + tbody {
border-top: 1px solid #e6e6e6;
}
.table-bordered {
border: 1px solid #e6e6e6;
}
.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: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
.table-responsive {
border: 1px solid #e6e6e6;
}
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
-webkit-appearance: none;
}
label {
font-weight: 400;
}
.form-control {
box-shadow: none;
font-size: 14px;
border: 1px solid #e6e6e6;
}
.form-control.focus,
.form-control:focus {
box-shadow: none;
}
.form-control.rounded {
border-radius: 100px !important;
}
.radio-custom,
.checkbox-custom,
.switch {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio-custom label,
.checkbox-custom label,
.switch label {
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}
.radio-custom + .radio-custom,
.checkbox-custom + .checkbox-custom,
.switch + .switch {
margin-top: -5px;
}
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label,
input[type="radio"].disabled + label,
input[type="checkbox"].disabled + label,
fieldset[disabled] input[type="radio"] + label,
fieldset[disabled] input[type="checkbox"] + label {
opacity: .6;
cursor: not-allowed !important;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 0;
}
.radio-inline,
.checkbox-inline,
.switch-inline {
padding-left: 0;
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
.checkbox-custom {
position: relative;
}
.checkbox-custom input[type="checkbox"] {
display: none !important;
}
.checkbox-custom input[type="checkbox"] + label {
cursor: pointer;
margin-bottom: 0;
}
.checkbox-custom input[type="checkbox"] + label:before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
border: 1px solid #e6e6e6;
border-radius: 2px;
}
.checkbox-custom input[type="checkbox"] + label:after {
position: absolute;
top: -5px;
left: 1px;
font-family: "themify";
content: "\e64c";
font-size: 18px;
transition: all 0.1s ease-in-out;
transform: scale(0);
}
.checkbox-custom input[type="checkbox"] + label.checkbox-success:before {
border-color: #17A88B;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-warning:before {
border-color: #FFB61E;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-error:before {
border-color: #E5343D;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-muted:before {
border-color: #9a9a9a;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
transform: scale(1);
}
.radio-custom {
position: relative;
}
.radio-custom input[type="radio"] {
display: none !important;
}
.radio-custom input[type="radio"] + label {
cursor: pointer;
margin-bottom: 0;
}
.radio-custom input[type="radio"] + label:before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
border: 1px solid #e6e6e6;
border-radius: 50%;
}
.radio-custom input[type="radio"] + label.radio-success:before {
border-color: #17A88B;
}
.radio-custom input[type="radio"] + label.radio-warning:before {
border-color: #FFB61E;
}
.radio-custom input[type="radio"] + label.radio-error:before {
border-color: #E5343D;
}
.radio-custom input[type="radio"] + label:after {
content: '';
position: absolute;
width: 6px;
height: 6px;
top: 7px;
left: 5px;
display: block;
border-radius: 50%;
transition: all 0.1s ease-in-out;
transform: scale(0);
}
.radio-custom input[type="radio"]:checked + label:after {
background-color: #737373;
transform: scale(1);
}
.radio-custom input[type="radio"]:checked + label.radio-success:after {
background-color: #17A88B;
}
.radio-custom input[type="radio"]:checked + label.radio-warning:after {
background-color: #FFB61E;
}
.radio-custom input[type="radio"]:checked + label.radio-error:after {
background-color: #E5343D;
}
.switch {
position: relative;
}
.switch input[type="radio"],
.switch input[type="checkbox"] {
display: none !important;
}
.switch input[type="radio"] + label,
.switch input[type="checkbox"] + label {
cursor: pointer;
margin-bottom: 0;
height: 20px;
width: 36px;
}
.switch input[type="radio"] + label:before,
.switch input[type="checkbox"] + label:before {
content: "";
position: absolute;
top: 8px;
left: 0;
width: 36px;
height: 4px;
background-color: #e6e6e6;
border-radius: 100px;
}
.switch input[type="radio"] + label:after,
.switch input[type="checkbox"] + label:after {
content: "";
position: absolute;
top: 2px;
left: 0;
margin-left: 0;
width: 16px;
height: 16px;
background-color: #e6e6e6;
border-radius: 50%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
transition: margin 0.05s;
}
.switch input[type="radio"]:checked + label:after,
.switch input[type="checkbox"]:checked + label:after {
margin-left: 20px;
}
.switch input[type="radio"]:checked + label.switch-success:before,
.switch input[type="checkbox"]:checked + label.switch-success:before {
background-color: #17A88B;
}
.switch input[type="radio"]:checked + label.switch-success:after,
.switch input[type="checkbox"]:checked + label.switch-success:after {
background-color: #17A88B;
}
.switch input[type="radio"]:checked + label.switch-warning:before,
.switch input[type="checkbox"]:checked + label.switch-warning:before {
background-color: #FFB61E;
}
.switch input[type="radio"]:checked + label.switch-warning:after,
.switch input[type="checkbox"]:checked + label.switch-warning:after {
background-color: #FFB61E;
}
.switch input[type="radio"]:checked + label.switch-error:before,
.switch input[type="checkbox"]:checked + label.switch-error:before {
background-color: #E5343D;
}
.switch input[type="radio"]:checked + label.switch-error:after,
.switch input[type="checkbox"]:checked + label.switch-error:after {
background-color: #E5343D;
}
.form-control-feedback {
line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-custom,
.has-success .checkbox-custom,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #17A88B;
font-weight: 400;
}
.has-success .form-control {
border-color: #17A88B;
box-shadow: none;
}
.has-success .form-control:focus {
box-shadow: none;
border-color: #17A88B;
}
.has-success .input-group-addon {
color: #17A88B;
border-color: #17A88B;
background-color: transparent;
}
.has-success .form-control-feedback {
color: #17A88B;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-custom,
.has-warning .checkbox-custom,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #FFB61E;
font-weight: 400;
}
.has-warning .form-control {
border-color: #FFB61E;
box-shadow: none;
}
.has-warning .form-control:focus {
box-shadow: none;
border-color: #FFB61E;
}
.has-warning .input-group-addon {
color: #FFB61E;
border-color: #FFB61E;
background-color: transparent;
}
.has-warning .form-control-feedback {
color: #FFB61E;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-custom,
.has-error .checkbox-custom,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #E5343D;
font-weight: 400;
}
.has-error .form-control {
border-color: #E5343D;
box-shadow: none;
}
.has-error .form-control:focus {
box-shadow: none;
border-color: #E5343D;
}
.has-error .input-group-addon {
color: #E5343D;
border-color: #E5343D;
background-color: transparent;
}
.has-error .form-control-feedback {
color: #E5343D;
}
@media (min-width: 768px) {
.form-inline .radio-custom,
.form-inline .checkbox-custom,
.form-inline .switch {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom,
.form-horizontal .switch {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom,
.form-horizontal .switch {
height: 27px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 8px;
}
}
.form-horizontal .checkbox-custom input[type="checkbox"] + label:before {
top: 9px;
}
.form-horizontal .checkbox-custom input[type="checkbox"] + label:after {
top: 2px;
}
.form-horizontal .radio-custom input[type="radio"] + label:before {
top: 9px;
}
.form-horizontal .radio-custom input[type="radio"] + label:after {
top: 14px;
}
.form-horizontal .switch input[type="radio"] + label:before,
.form-horizontal .switch input[type="checkbox"] + label:before {
top: 15px;
}
.form-horizontal .switch input[type="radio"] + label:after,
.form-horizontal .switch input[type="checkbox"] + label:after {
top: 9px;
}
.btn {
outline: 0 !important;
padding: 6px 15px;
font-size: 14px;
}
.btn:active,
.btn.active {
box-shadow: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 20px;
font-size: 16px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 12px;
font-size: 12px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
}
.btn-default {
color: #737373;
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.btn-default:focus,
.btn-default.focus {
color: #737373 !important;
background-color: #cdcdcd !important;
border-color: #cdcdcd !important;
}
.btn-default:hover {
color: #737373 !important;
background-color: #d9d9d9 !important;
border-color: #d9d9d9 !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #737373;
background-color: #cdcdcd;
border-color: #cdcdcd;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #737373;
background-color: #cdcdcd;
border-color: #cdcdcd;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.btn-default .badge {
color: #e6e6e6;
}
.btn-primary {
color: #FFF;
background-color: #0667D6;
border-color: #0667D6;
}
.btn-primary:focus,
.btn-primary.focus {
color: #FFF !important;
background-color: #054fa4 !important;
border-color: #054fa4 !important;
}
.btn-primary:hover {
color: #FFF !important;
background-color: #055bbd !important;
border-color: #055bbd !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #FFF;
background-color: #054fa4;
border-color: #054fa4;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #FFF;
background-color: #054fa4;
border-color: #054fa4;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #0667D6;
border-color: #0667D6;
}
.btn-primary .badge {
color: #0667D6;
}
.btn-success {
color: #FFF;
background-color: #17A88B;
border-color: #17A88B;
}
.btn-success:focus,
.btn-success.focus {
color: #FFF !important;
background-color: #117b66 !important;
border-color: #117b66 !important;
}
.btn-success:hover {
color: #FFF !important;
background-color: #149278 !important;
border-color: #149278 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #FFF;
background-color: #117b66;
border-color: #117b66;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #FFF;
background-color: #117b66;
border-color: #117b66;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #17A88B;
border-color: #17A88B;
}
.btn-success .badge {
color: #17A88B;
}
.btn-info {
color: #FFF;
background-color: #0FB3FF;
border-color: #0FB3FF;
}
.btn-info:focus,
.btn-info.focus {
color: #FFF !important;
background-color: #0096db !important;
border-color: #0096db !important;
}
.btn-info:hover {
color: #FFF !important;
background-color: #00a7f5 !important;
border-color: #00a7f5 !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #FFF;
background-color: #0096db;
border-color: #0096db;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #FFF;
background-color: #0096db;
border-color: #0096db;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #0FB3FF;
border-color: #0FB3FF;
}
.btn-info .badge {
color: #0FB3FF;
}
.btn-purple {
color: #FFF;
background-color: #8E23E0;
border-color: #8E23E0;
}
.btn-purple:focus,
.btn-purple.focus {
color: #FFF !important;
background-color: #721ab6 !important;
border-color: #721ab6 !important;
}
.btn-purple:hover {
color: #FFF !important;
background-color: #801dcd !important;
border-color: #801dcd !important;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
color: #FFF;
background-color: #721ab6;
border-color: #721ab6;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
color: #FFF;
background-color: #721ab6;
border-color: #721ab6;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
background-color: #8E23E0;
border-color: #8E23E0;
}
.btn-purple .badge {
color: #8E23E0;
}
.btn-warning {
color: #FFF;
background-color: #FFB61E;
border-color: #FFB61E;
}
.btn-warning:focus,
.btn-warning.focus {
color: #FFF !important;
background-color: #ea9e00 !important;
border-color: #ea9e00 !important;
}
.btn-warning:hover {
color: #FFF !important;
background-color: #ffae04 !important;
border-color: #ffae04 !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #FFF;
background-color: #ea9e00;
border-color: #ea9e00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #FFF;
background-color: #ea9e00;
border-color: #ea9e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #FFB61E;
border-color: #FFB61E;
}
.btn-warning .badge {
color: #FFB61E;
}
.btn-danger {
color: #FFF;
background-color: #E5343D;
border-color: #E5343D;
}
.btn-danger:focus,
.btn-danger.focus {
color: #FFF !important;
background-color: #cc1a23 !important;
border-color: #cc1a23 !important;
}
.btn-danger:hover {
color: #FFF !important;
background-color: #e21d27 !important;
border-color: #e21d27 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #FFF;
background-color: #cc1a23;
border-color: #cc1a23;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #FFF;
background-color: #cc1a23;
border-color: #cc1a23;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #E5343D;
border-color: #E5343D;
}
.btn-danger .badge {
color: #E5343D;
}
.btn-black {
color: #FFF;
background-color: #1f364f;
border-color: #1f364f;
}
.btn-black:focus,
.btn-black.focus {
color: #FFF !important;
background-color: #111d2b !important;
border-color: #111d2b !important;
}
.btn-black:hover {
color: #FFF !important;
background-color: #18293d !important;
border-color: #18293d !important;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
color: #FFF;
background-color: #111d2b;
border-color: #111d2b;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
color: #FFF;
background-color: #111d2b;
border-color: #111d2b;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
background-color: #1f364f;
border-color: #1f364f;
}
.btn-black .badge {
color: #1f364f;
}
.btn-outline.btn-default {
background-color: transparent;
color: #737373;
border-color: #e6e6e6;
}
.btn-outline.btn-primary {
background-color: transparent;
color: #0667D6;
border-color: #0667D6;
}
.btn-outline.btn-success {
background-color: transparent;
color: #17A88B;
border-color: #17A88B;
}
.btn-outline.btn-info {
background-color: transparent;
color: #0FB3FF;
border-color: #0FB3FF;
}
.btn-outline.btn-purple {
background-color: transparent;
color: #8E23E0;
border-color: #8E23E0;
}
.btn-outline.btn-warning {
background-color: transparent;
color: #FFB61E;
border-color: #FFB61E;
}
.btn-outline.btn-danger {
background-color: transparent;
color: #E5343D;
border-color: #E5343D;
}
.btn-outline.btn-black {
background-color: transparent;
color: #1f364f;
border-color: #1f364f;
}
.btn-raised.btn-default {
box-shadow: 0 3px 0 0 #cdcdcd;
}
.btn-raised.btn-default:focus,
.btn-raised.btn-default.focus {
box-shadow: 0 3px 0 0 #c0c0c0;
}
.btn-raised.btn-primary {
box-shadow: 0 3px 0 0 #054fa4;
}
.btn-raised.btn-primary:focus,
.btn-raised.btn-primary.focus {
box-shadow: 0 3px 0 0 #04438c;
}
.btn-raised.btn-success {
box-shadow: 0 3px 0 0 #117b66;
}
.btn-raised.btn-success:focus,
.btn-raised.btn-success.focus {
box-shadow: 0 3px 0 0 #0e6553;
}
.btn-raised.btn-info {
box-shadow: 0 3px 0 0 #0096db;
}
.btn-raised.btn-info:focus,
.btn-raised.btn-info.focus {
box-shadow: 0 3px 0 0 #0084c2;
}
.btn-raised.btn-purple {
box-shadow: 0 3px 0 0 #721ab6;
}
.btn-raised.btn-purple:focus,
.btn-raised.btn-purple.focus {
box-shadow: 0 3px 0 0 #6417a0;
}
.btn-raised.btn-warning {
box-shadow: 0 3px 0 0 #ea9e00;
}
.btn-raised.btn-warning:focus,
.btn-raised.btn-warning.focus {
box-shadow: 0 3px 0 0 #d18d00;
}
.btn-raised.btn-danger {
box-shadow: 0 3px 0 0 #cc1a23;
}
.btn-raised.btn-danger:focus,
.btn-raised.btn-danger.focus {
box-shadow: 0 3px 0 0 #b5171f;
}
.btn-raised.btn-black {
box-shadow: 0 3px 0 0 #111d2b;
}
.btn-raised.btn-black:focus,
.btn-raised.btn-black.focus {
box-shadow: 0 3px 0 0 #0a1018;
}
.btn-rounded {
border-radius: 100px !important;
}
/*lesshat-selector {*/
/*-lh-property: 0; }*/
/*@keyframes scaling{ 0% {transform: scale(0); opacity: 1; } 100% {transform: scale(1); opacity: 0; };*/
/*}*/
.sk-rotating-plane {
background-color: #1f364f;
}
.sk-double-bounce .sk-child {
background-color: #1f364f;
}
.sk-wave .sk-rect {
background-color: #1f364f;
}
.sk-wandering-cubes .sk-cube {
background-color: #1f364f;
}
.sk-spinner-pulse {
background-color: #1f364f;
}
.sk-chasing-dots .sk-child {
background-color: #1f364f;
}
.sk-three-bounce .sk-child {
background-color: #1f364f;
}
.sk-circle .sk-child:before {
background-color: #1f364f;
}
.sk-cube-grid .sk-cube {
background-color: #1f364f;
}
.sk-fading-circle .sk-circle {
margin-top: 0;
margin-bottom: 0;
}
.sk-fading-circle .sk-circle:before {
background-color: #1f364f;
}
.sk-folding-cube .sk-cube:before {
background-color: #1f364f;
}
.ball-pulse > div {
background-color: #1f364f;
}
.ball-grid-pulse > div {
background-color: #1f364f;
}
.ball-clip-rotate > div {
background-color: #1f364f;
border: 2px solid #1f364f;
border-bottom-color: transparent;
}
.ball-clip-rotate-pulse > div:first-child {
background-color: #1f364f;
}
.ball-clip-rotate-pulse > div:last-child {
top: 0;
left: -14px;
border: 2px solid #1f364f;
border-color: #1f364f transparent #1f364f transparent;
}
.square-spin > div {
background-color: #1f364f;
border: 1px solid #1f364f;
}
.ball-clip-rotate-multiple > div {
border: 2px solid #1f364f;
border-bottom-color: transparent;
border-top-color: transparent;
}
.ball-clip-rotate-multiple > div:last-child {
border-color: #1f364f transparent #1f364f transparent;
}
.ball-pulse-rise > div {
background-color: #1f364f;
}
.ball-rotate > div {
background-color: #1f364f;
}
.ball-rotate > div:before,
.ball-rotate > div:after {
background-color: #1f364f;
}
.cube-transition > div {
background-color: #1f364f;
}
.ball-zig-zag > div {
background-color: #1f364f;
}
.ball-zig-zag-deflect > div {
background-color: #1f364f;
}
.ball-triangle-path > div {
border: 1px solid #1f364f;
}
.ball-scale > div {
background-color: #1f364f;
}
.line-scale > div {
background-color: #1f364f;
}
.line-scale-party > div {
background-color: #1f364f;
}
.ball-scale-multiple > div {
background-color: #1f364f;
}
.ball-pulse-sync > div {
background-color: #1f364f;
}
.ball-beat > div {
background-color: #1f364f;
}
.line-scale-pulse-out > div {
background-color: #1f364f;
}
.line-scale-pulse-out-rapid > div {
background-color: #1f364f;
}
.ball-scale-ripple > div {
border: 2px solid #1f364f;
}
.ball-scale-ripple-multiple > div {
border: 2px solid #1f364f;
}
.ball-spin-fade-loader > div {
background-color: #1f364f;
}
.line-spin-fade-loader > div {
background-color: #1f364f;
}
.triangle-skew-spin > div {
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #1f364f;
}
.pacman > div:first-of-type {
border-right: 25px solid transparent;
border-top: 25px solid #1f364f;
border-left: 25px solid #1f364f;
border-bottom: 25px solid #1f364f;
}
.pacman > div:nth-child(2) {
border-right: 25px solid transparent;
border-top: 25px solid #1f364f;
border-left: 25px solid #1f364f;
border-bottom: 25px solid #1f364f;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
background-color: #1f364f;
}
.ball-grid-beat > div {
background-color: #1f364f;
}
.semi-circle-spin > div {
background-image: linear-gradient(transparent 0%, transparent 70%, #1f364f 30%, #1f364f 100%);
}
.dropdown-menu {
border: 1px solid #e6e6e6;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a {
padding: 7px 20px;
color: #737373;
}
.dropdown-menu > li > a > img {
margin-right: 8px;
}
.dm-large {
width: 400px;
}
.dm-medium {
width: 340px;
}
.dm-small {
width: 280px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #1f364f;
}
.dropdown-header {
padding: 5px 20px;
}
.btn-group.open .dropdown-toggle {
box-shadow: none;
}
.input-group-addon {
border-color: #e6e6e6;
background-color: transparent;
font-size: 14px;
}
.nav > li > a {
color: #1f364f;
}
.nav > li > a:hover,
.nav > li > a:focus {
background-color: #FFF;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #FFF;
border-color: #e6e6e6;
box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.05);
}
.nav-tabs {
border-bottom: 1px solid #e6e6e6;
}
.nav-tabs > li > a:hover {
border-color: #e6e6e6 #e6e6e6 transparent #e6e6e6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border: 1px solid #e6e6e6;
border-bottom-color: transparent;
box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.05);
color: #1f364f;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
background-color: #1f364f;
}
.tab-content .tab-pane {
display: none;
}
.tab-content .active {
display: block;
}
.breadcrumb {
background-color: transparent;
padding: 0;
}
.breadcrumb > li > a {
color: #9a9a9a;
}
.breadcrumb > .active {
color: #737373;
}
.pagination > li > a,
.pagination > li > span {
color: #737373;
border: 1px solid #e6e6e6;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #737373;
border-color: #e6e6e6;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #1f364f;
border-color: #1f364f;
}
.label {
border-radius: 2px;
font-weight: 500;
padding: 3px 6px;
}
.label-default {
background-color: #9a9a9a;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080;
}
.label-primary {
background-color: #0667D6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #054fa4;
}
.label-success {
background-color: #17A88B;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #117b66;
}
.label-purple {
background-color: #8E23E0;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
background-color: #721ab6;
}
.label-info {
background-color: #0FB3FF;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #0096db;
}
.label-warning {
background-color: #FFB61E;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ea9e00;
}
.label-danger {
background-color: #E5343D;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #cc1a23;
}
.label-outline.label-default {
background-color: transparent;
color: #9a9a9a;
border: 1px solid #9a9a9a;
}
.label-outline.label-primary {
background-color: transparent;
color: #0667D6;
border: 1px solid #0667D6;
}
.label-outline.label-success {
background-color: transparent;
color: #17A88B;
border: 1px solid #17A88B;
}
.label-outline.label-purple {
background-color: transparent;
color: #8E23E0;
border: 1px solid #8E23E0;
}
.label-outline.label-info {
background-color: transparent;
color: #0FB3FF;
border: 1px solid #0FB3FF;
}
.label-outline.label-warning {
background-color: transparent;
color: #FFB61E;
border: 1px solid #FFB61E;
}
.label-outline.label-danger {
background-color: transparent;
color: #E5343D;
border: 1px solid #E5343D;
}
.badge {
font-size: 10px;
min-width: 14px;
height: 14px;
line-height: 14px;
padding: 0;
font-weight: 600;
}
.dot {
width: 8px;
height: 8px;
border-radius: 50%;
}
.dot:before {
content: "";
position: absolute;
top: -9px;
left: -9px;
width: 26px;
height: 26px;
border-radius: 50%;
border-width: 3px;
border-style: solid;
animation: scaling 2s ease-out infinite;
}
.dot.bg-success:before {
border-color: #17A88B;
}
.dot.bg-warning:before {
border-color: #FFB61E;
}
.dot.bg-danger:before {
border-color: #E5343D;
}
.progress {
border-radius: 0;
box-shadow: none;
}
.progress-bar {
background-color: #0667D6;
box-shadow: none;
}
.progress-xs {
height: 3px;
}
.progress-xs.vertical {
width: 3px;
}
.progress-sm {
height: 12px;
}
.progress-sm .progress-bar {
line-height: 12px;
font-size: 10px;
}
.progress-sm .progress-bar .progressbar-front-text {
line-height: 12px;
font-size: 10px;
}
.progress-sm.vertical {
width: 12px;
}
.progress-lg {
height: 30px;
}
.progress-lg .progress-bar {
line-height: 30px;
}
.progress-lg .progress-bar .progressbar-front-text {
line-height: 30px;
}
.progress-lg.vertical {
width: 30px;
}
.progress-bar-white {
background-color: #FFF;
}
.progress-bar-success {
background-color: #17A88B;
}
.progress-bar-info {
background-color: #0FB3FF;
}
.progress-bar-purple {
background-color: #8E23E0;
}
.progress-bar-warning {
background-color: #FFB61E;
}
.progress-bar-danger {
background-color: #E5343D;
}
.avatar {
position: relative;
}
.avatar .media-object {
width: 34px;
height: 34px;
line-height: 34px;
}
.avatar .status {
position: absolute;
top: 0;
left: 26px;
width: 8px;
height: 8px;
border-radius: 50%;
border: 1px solid #FFF;
}
.avatar.media-right .status {
left: 36px;
}
.mo-xs {
width: 28px;
height: 28px;
line-height: 28px;
}
.mo-sm {
width: 34px;
height: 34px;
line-height: 34px;
}
.mo-lg {
width: 48px;
height: 48px;
line-height: 48px;
}
.list-group-item {
border: 1px solid #e6e6e6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
background-color: #1f364f;
border-color: #1f364f;
}
.panel {
margin-bottom: 24px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 20px;
}
.panel-heading {
padding: 15px 20px;
}
.panel-title {
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #e6e6e6;
}
.panel-group {
margin-bottom: 24px;
}
.panel-default {
border-color: #e6e6e6;
}
.panel-default > .panel-heading {
border-color: #e6e6e6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #e6e6e6;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #e6e6e6;
}
.modal-content {
border-radius: 0;
}
.modal-header {
padding: 15px 20px;
border-bottom: none;
}
.modal-body {
padding: 20px;
}
.modal-footer {
border-top: none;
}
.modal-header .close {
outline: 0;
}
.tooltip-inner {
font-size: 12px;
background-color: #1f364f;
padding: 5px 8px;
border-radius: 3px;
}
.tooltip.top .tooltip-arrow {
border-top-color: #1f364f;
}
.tooltip.top-left .tooltip-arrow {
border-top-color: #1f364f;
}
.tooltip.top-right .tooltip-arrow {
border-top-color: #1f364f;
}
.tooltip.right .tooltip-arrow {
border-right-color: #1f364f;
}
.tooltip.left .tooltip-arrow {
border-left-color: #1f364f;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #1f364f;
}
.tooltip.bottom-left .tooltip-arrow {
border-bottom-color: #1f364f;
}
.tooltip.bottom-right .tooltip-arrow {
border-bottom-color: #1f364f;
}
.popover {
border: 1px solid #e6e6e6;
}
.popover.top > .arrow {
border-top-color: #e6e6e6;
}
.popover.right > .arrow {
border-right-color: #e6e6e6;
}
.popover.bottom > .arrow {
border-bottom-color: #e6e6e6;
}
.popover.left > .arrow {
border-left-color: #e6e6e6;
}
.popover-title {
border-bottom: 1px solid #e6e6e6;
}
body.sidebar-toggled .main-sidebar {
position: fixed;
top: 64px;
left: 0;
bottom: 0;
width: 250px;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
body.sidebar-toggled .main-sidebar .sidebar-category {
text-transform: uppercase;
padding: 15px 20px;
font-weight: 600;
font-size: 10px;
display: block;
}
body.sidebar-toggled .main-sidebar .sidebar-title {
display: inline;
}
body.sidebar-toggled .main-sidebar .sidebar-widget {
display: block;
}
body.sidebar-toggled .user {
display: block;
}
body.sidebar-toggled .navigation:hover > li > a.active {
background-color: transparent;
}
body.sidebar-toggled .navigation > li > a {
margin: 0;
line-height: 48px;
padding: 0 25px;
}
body.sidebar-toggled .navigation > li > a > i {
display: inline;
margin-right: 15px;
width: 14px;
font-size: 14px;
text-align: center;
}
body.sidebar-toggled .navigation > li > a.bubble .badge {
top: 10px;
left: 32px;
}
body.sidebar-toggled .navigation > li > a .label {
display: inline;
}
body.sidebar-toggled .navigation > li > a:hover,
body.sidebar-toggled .navigation > li > a.active {
color: #FFF;
background-color: #18293d;
box-shadow: none;
}
body.sidebar-toggled .navigation > li > a:hover.active {
background-color: #18293d;
}
body.sidebar-toggled .navigation > li > a[aria-expanded="true"] {
background-color: transparent;
}
body.sidebar-toggled .navigation > li > a[aria-expanded="true"]:hover {
background-color: #18293d;
}
body.sidebar-toggled .navigation > li > a + ul {
position: static;
background-color: transparent;
box-shadow: none;
width: auto;
top: auto;
left: auto;
}
body.sidebar-toggled .navigation > li > a + ul > li:first-child,
body.sidebar-toggled .navigation > li > a + ul > li:last-child {
margin: 0;
}
body.sidebar-toggled .navigation > li > ul > li ul {
padding-left: 20px;
}
body.sidebar-toggled .navigation > li > ul > li ul li:first-child:before {
top: -20px;
}
body.sidebar-toggled .navigation ul {
padding-left: 32px;
}
body.sidebar-toggled .navigation ul li {
position: relative;
}
body.sidebar-toggled .navigation ul li:before {
content: "";
position: absolute;
top: -20px;
left: 0;
height: 40px;
width: 1px;
border-left: 1px dashed #808080;
}
body.sidebar-toggled .navigation ul li:first-child:before {
top: 0;
}
body.sidebar-toggled .navigation ul li:after {
content: "";
position: absolute;
top: 20px;
left: 0px;
width: 20px;
border-bottom: 1px dashed #808080;
}
body.sidebar-toggled .navigation ul li a {
padding-left: 40px;
padding-right: 25px;
line-height: 40px;
color: #9a9a9a;
font-size: 12px;
white-space: nowrap;
display: block;
}
body.sidebar-toggled .navigation ul li a:before {
content: "";
position: absolute;
top: 18px;
left: 18px;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #808080;
}
body.sidebar-toggled .navigation ul li a:hover,
body.sidebar-toggled .navigation ul li a.active {
color: #FFF;
}
body.sidebar-toggled .navigation a[aria-expanded="false"]:after {
display: inline;
}
body.sidebar-toggled .navigation a[aria-expanded="true"]:after {
display: inline;
}
body.sidebar-toggled .brand {
width: 250px;
}
body.sidebar-toggled .brand .logo-iconic {
display: none;
}
body.sidebar-toggled .brand .logo {
display: inline;
}
body.sidebar-toggled .page-container {
padding-left: 250px;
}
.brand {
width: 80px;
line-height: 64px;
text-align: center;
background-color: #1f364f;
display: block;
}
.brand .logo {
display: none;
}
header {
position: fixed;
top: 0;
left: 0;
height: 64px;
width: 100%;
box-shadow: 0 1px 4px rgba(31, 54, 79, 0.2);
z-index: 1040;
background-color: #FFF;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
header .header-icon {
display: block;
padding: 0 20px;
line-height: 64px;
font-size: 14px;
color: #9a9a9a;
}
header .header-icon:hover {
background-color: #fafafa;
}
.hamburger-menu {
position: relative;
display: inline-block;
width: 58px;
height: 64px;
}
.hamburger-menu span {
position: absolute;
top: 30px;
left: 20px;
}
.hamburger-menu span,
.hamburger-menu span:before,
.hamburger-menu span:after {
position: absolute;
display: inline-block;
height: 2px;
width: 18px;
border-radius: 2px;
background-color: #9a9a9a;
}
.hamburger-menu span:before,
.hamburger-menu span:after {
content: "";
left: 0;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
transform-origin: 0% 50%;
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.hamburger-menu span:before {
top: -6px;
}
.hamburger-menu span:after {
top: 6px;
}
.hamburger-menu.active span:before {
transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
}
.hamburger-menu.active span:after {
transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
}
.notification-bar {
margin: 0;
}
.notification-bar > li {
float: left;
padding: 0;
}
.notification-bar .bubble {
position: relative;
}
.notification-bar .bubble .badge {
position: absolute;
top: 18px;
left: 27px;
}
.notification-bar .bubble .dot {
position: absolute;
top: 21px;
left: 30px;
}
.notification-bar .dropdown.open {
position: relative;
}
.notification-bar .dropdown.open:before {
position: absolute;
bottom: -17.5px;
left: 50%;
content: "";
width: 0;
height: 0;
box-sizing: border-box;
border-width: 7px;
border-style: solid;
border-color: #FFF #FFF transparent transparent;
margin-left: -7px;
box-shadow: 2px -2px 2px rgba(31, 54, 79, 0.05);
z-index: 1020;
transform: rotate(-45deg);
}
@media (max-width: 767px) {
.notification-bar .dropdown.open:before {
display: none;
}
}
.notification-bar .dropdown-header {
text-transform: uppercase;
padding: 15px 20px;
margin: 0;
border-bottom: 1px solid #e6e6e6;
}
.notification-bar .dropdown-menu {
margin-top: 0;
border: none;
padding: 0;
top: 73.5px;
box-shadow: 0 2px 10px 2px rgba(31, 54, 79, 0.1);
}
.notification-bar .dropdown-menu > ul {
min-height: 120px;
max-height: 236px;
}
.notification-bar .dropdown-menu > ul li {
margin-top: 0;
}
.notification-bar .dropdown-menu > ul li > a {
padding: 12px 20px;
color: #737373;
display: block;
}
.notification-bar .dropdown-menu > ul li > a:hover {
background-color: #fafafa;
}
.notification-bar .dropdown-footer {
border-top: 1px solid #e6e6e6;
}
.main-sidebar {
position: absolute;
background-color: #1f364f;
box-shadow: 2px 0 6px rgba(31, 54, 79, 0.2);
width: 80px;
z-index: 1030;
opacity: 1;
-lh-property: 0;
height:calc(100% - 64px);
transform: translate(0, 0);
}
.main-sidebar .sidebar-category {
display: none;
}
.main-sidebar .sidebar-title {
display: none;
}
.main-sidebar .sidebar-widget {
display: none;
}
.user {
text-align: center;
padding: 25px 0;
display: none;
}
.user .avatar {
width: 100px;
}
.user .status {
position: absolute;
top: 22.4px;
right: 22.4px;
width: 14px;
height: 14px;
border-radius: 50%;
border: 2px solid #1f364f;
}
.navigation {
padding-bottom: 1px;
background-color: #1f364f;
}
.navigation > li {
position: relative;
}
.navigation > li > a {
display: block;
color: #9a9a9a;
margin: 15px 0;
padding: 20px 0;
}
.navigation > li > a > i {
font-size: 24px;
width: 24px;
height: 24px;
display: block;
margin: 0 auto;
}
.navigation > li > a.bubble .badge {
position: absolute;
top: 20px;
left: 45px;
}
.navigation > li > a .label {
display: none;
}
.navigation > li > a.active {
box-shadow: inset 2px 0 #0667D6;
}
.navigation > li > a[aria-expanded="true"] {
background-color: #18293d;
}
.navigation > li > a + ul {
position: absolute;
top: 0;
left: 100%;
background-color: #18293d;
width: 200px;
box-shadow: 1px 1px 5px rgba(31, 54, 79, 0.5);
}
.navigation > li > a + ul > li:first-child {
margin-top: 15px;
}
.navigation > li > a + ul > li:last-child {
margin-bottom: 15px;
}
.navigation > li > ul > li ul {
padding-left: 20px;
}
.navigation li.panel {
background-color: transparent;
box-shadow: none;
margin-bottom: 0;
border: none;
}
.navigation ul li {
position: relative;
}
.navigation ul li a {
padding-left: 25px;
padding-right: 25px;
line-height: 40px;
color: #9a9a9a;
font-size: 12px;
white-space: nowrap;
display: block;
}
.navigation ul li a:hover,
.navigation ul li a.active {
color: #FFF;
}
.navigation ul li a[aria-expanded="false"]:after,
.navigation ul li a[aria-expanded="true"]:after {
line-height: 40px;
position: absolute;
top: 0;
right: 25px;
display: inline;
}
.navigation a[aria-expanded="false"]:after {
font-family: "themify";
content: "\e61a";
float: right;
font-size: 8px;
line-height: 48px;
display: none;
}
.navigation a[aria-expanded="true"]:after {
font-family: "themify";
content: "\e622";
float: right;
font-size: 8px;
line-height: 48px;
display: none;
}
.main-container {
padding-top: 64px;
}
.page-container {
padding-left: 80px;
}
.page-header {
padding: 24px;
border-bottom: 1px solid #e6e6e6;
}
.page-header [class^="col"]:nth-child(2) {
text-align: right;
}
.page-content {
padding-top: 24px;
padding-left: 24px;
padding-right: 24px;
min-height: 800px;
}
@media (min-width: 768px) and (max-width: 1200px) {
body.sidebar-toggled {
overflow-y: hidden;
}
body.sidebar-toggled .main-sidebar {
box-shadow: 3px 0 6px rgba(31, 54, 79, 0.2);
}
body.sidebar-toggled .page-container {
padding-left: 80px;
}
}
@media (max-width: 767px) {
body.sidebar-toggled {
overflow-y: hidden;
}
body.sidebar-toggled .main-sidebar {
opacity: 1;
transform: translate(0, 0);
}
body.sidebar-toggled .page-container {
padding-left: 0;
}
.main-sidebar {
opacity: 0;
transform: translate(-100%, 0);
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
}
header .brand {
display: none;
}
.main-container {
width: 100%;
}
.page-container {
padding-left: 0;
}
.notification-bar > li.dropdown.open {
position: static;
}
.notification-bar > li.dropdown.open .dropdown-menu {
width: 100%;
top: 64px;
}
.page-header [class^="col"]:nth-child(2) {
text-align: left;
}
.page-content {
padding-left: 12px;
padding-right: 12px;
}
}
.search-bar {
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 64px;
background-color: #FFF;
border-bottom: 1px solid #e6e6e6;
overflow: hidden;
opacity: 1;
z-index: 1050;
transform: translate(0, 0);
transition: all 0.3s;
}
.search-bar.closed {
opacity: 0;
transform: translate(0, -100%);
}
.search-bar form {
margin: 9px;
}
.search-bar form .form-control {
border: none;
}
.search-bar form .btn,
.search-bar form .btn:hover,
.search-bar form .btn.focus,
.search-bar form .btn:focus,
.search-bar form .btn.active,
.search-bar form .btn:active {
background-color: transparent !important;
border-color: transparent !important;
}
.setting {
position: fixed;
top: 130px;
right: -1px;
width: 260px;
background-color: #FFF;
z-index: 1020;
padding: 20px;
border: 1px solid #e6e6e6;
transform: translate(0, 0);
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
.setting.closed {
transform: translate(100%, 0);
}
.setting .setting-toggle {
display: inline-block;
position: absolute;
top: -1px;
left: -47px;
border: 1px solid #e6e6e6;
border-right: none;
padding: 10px 15px;
background-color: #FFF;
}
.right-sidebar,
.conversation {
position: fixed;
top: 64px;
right: 0;
width: 260px;
z-index: 1030;
background-color: #FFF;
box-shadow: -1px 0 4px rgba(31, 54, 79, 0.2);
opacity: 1;
-lh-property: 0;
height:calc(100% - 64px);
transform: translate(0, 0);
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
.right-sidebar.closed,
.conversation.closed {
opacity: 0;
transform: translate(100%, 0);
}
.chat-list {
margin-left: -20px;
margin-right: -20px;
}
.chat-list li {
margin-top: 0;
}
.chat-list li > a {
padding: 12px 20px;
display: block;
color: #737373;
}
.chat-list li > a:hover {
background-color: #fafafa;
}
.chat-content {
-lh-property: 0;
height:calc(100% - 119px);
;
}
.nav-sidebar {
background-color: #1f364f;
}
.nav-sidebar > li {
display: table-cell;
width: 1%;
}
.nav-sidebar > li > a {
color: #e6e6e6;
border-bottom: none !important;
line-height: 48px;
padding: 0;
margin-bottom: 0 !important;
border-radius: 0 !important;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
color: #FFF;
border-color: transparent;
background-color: #1c3148;
}
.nav-sidebar > li.active > a,
.nav-sidebar > li.active > a:hover,
.nav-sidebar > li.active > a:focus {
color: #737373;
background-color: #FFF;
border-color: transparent !important;
}
.nav-sidebar-content {
-lh-property: 0;
height:calc(100% - 50px);
;
}
.nav-sidebar-content .tab-pane {
padding: 20px;
}
.widget {
margin-bottom: 24px;
border: 1px solid #e6e6e6;
}
.widget.clear {
border: none;
}
.widget.clear .widget-heading {
padding-left: 0;
padding-right: 0;
}
.widget.clear .widget-body {
padding-left: 0;
padding-right: 0;
}
.widget-heading {
padding: 15px 20px;
border-bottom: 1px solid #e6e6e6;
}
.widget-tools {
margin-bottom: 0;
}
.widget-tools > li {
float: left;
padding: 0 10px;
}
.widget-tools > li:last-child {
padding-right: 0;
}
.widget-tools > li a {
color: #9a9a9a;
}
.widget-title {
margin: 0;
font-weight: 400;
font-size: 18px;
color: #1f364f;
}
.widget-body {
padding: 20px;
}
.chat-content .media-body p {
background-color: #e6e6e6;
padding: 10px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
margin-bottom: 5px;
}
.chat-content .other .media-body p {
background-color: #1f364f;
color: #FFF;
border-top-right-radius: 0;
border-bottom-left-radius: 15px;
}
.activities .media-left {
min-width: 140px;
}
.activities > li {
position: relative;
padding: 10px 0 10px 41px;
}
.activities > li:before {
content: "";
position: absolute;
left: 5px;
top: 0;
height: 100%;
border-left: 1px solid #e6e6e6;
}
.activities > li:after {
content: "";
position: absolute;
left: 0;
top: 18px;
height: 11px;
width: 11px;
border-radius: 50%;
border: 2px solid #9a9a9a;
background-color: #FFF;
}
.activities li.activity-primary:after {
border-color: #0667D6;
}
.activities li.activity-success:after {
border-color: #17A88B;
}
.activities li.activity-info:after {
border-color: #0FB3FF;
}
.activities li.activity-warning:after {
border-color: #FFB61E;
}
.activities li.activity-danger:after {
border-color: #E5343D;
}
.events-header {
font-size: 20px;
font-weight: 300;
height: 60px;
line-height: 60px;
background-color: rgba(0, 0, 0, 0.1);
text-align: center;
}
.draggable li {
padding: 12px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
cursor: move;
}
.draggable li:first-child {
padding-top: 0;
}
.draggable li.ui-draggable-dragging {
padding: 12px 10px;
background-color: #FFF;
border-bottom: none;
color: #737373;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.flotTip {
font-size: 12px;
background-color: #1f364f;
color: #FFF;
padding: 5px 8px;
z-index: 900;
border-radius: 3px;
}
.legendColorBox div {
border-radius: 50%;
}
.legendLabel {
padding-left: 3px;
padding-right: 10px;
line-height: 2;
}
.ct-golden-section:before {
padding-bottom: 0;
}
.ct-label {
font-size: 11px;
color: #9a9a9a;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
stroke: #0667D6;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
fill: #0667D6;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
stroke: #1f364f;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
fill: #1f364f;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
stroke: #17A88B;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
fill: #17A88B;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
stroke: #8E23E0;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
fill: #8E23E0;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
stroke: #E5343D;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
fill: #E5343D;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
stroke: #FFB61E;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
fill: #FFB61E;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
stroke: #0FB3FF;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
fill: #0FB3FF;
}
.md-overlay {
position: fixed;
visibility: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1050;
transition: all 0.3s;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 96%;
margin: 30px auto;
z-index: 1060;
visibility: hidden;
-ms-backface-visibility: hidden !important;
-o-backface-visibility: hidden !important;
backface-visibility: hidden !important;
transform: translateX(-50%) translateY(-50%);
}
.md-modal .modal-center {
float: none;
margin: 0 auto;
}
.md-modal.md-show {
visibility: visible;
}
.md-modal.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}
.md-modal .md-close {
position: absolute;
top: -17px;
right: -17px;
border-radius: 50%;
height: 34px;
line-height: 34px;
width: 34px;
padding: 0;
text-align: center;
box-shadow: 0 2px 4px rgba(31, 54, 79, 0.8);
}
.md-modal .widget {
margin-bottom: 0;
}
.md-modal .md-content {
background-color: #FFF;
box-shadow: 0 5px 10px rgba(31, 54, 79, 0.8);
position: relative;
transform: scale(0.7);
opacity: 0;
transition: all 0.3s;
}
.md-modal.md-show .md-content {
transform: scale(1);
opacity: 1;
}
@media (min-width: 768px) {
.md-modal {
width: 600px;
}
}
@media (min-width: 992px) {
.md-modal {
width: 900px;
}
}
.morris-hover.morris-default-style {
font-size: 12px;
background-color: #FFF;
padding: 5px 8px;
z-index: 900;
border: 1px solid #e6e6e6;
border-radius: 3px;
}
.chartjs canvas {
width: 100% !important;
max-width: 1000px;
height: auto !important;
}
.jvectormap-zoomout {
top: 35px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
line-height: 24px;
width: 24px;
height: 24px;
color: #737373;
background-color: #FFF;
font-size: 16px;
padding: 0;
border: 1px solid #e6e6e6;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.easy-pie-chart {
position: relative;
display: inline-block;
width: 120px;
height: 120px;
line-height: 80px;
padding: 20px;
text-align: center;
}
.easy-pie-chart canvas {
position: absolute;
top: 0;
left: 0;
}
.easy-pie-chart .percent {
position: absolute;
top: 35px;
left: 35px;
line-height: 40px;
width: 50px;
height: 50px;
background-color: #e6e6e6;
border: 5px solid #fafafa;
border-radius: 50%;
}
.bootstrap-select .dropdown-toggle:focus {
outline: 0 !important;
}
.minicolors-swatch {
border: none;
}
.ms-container {
width: 100%;
}
.ms-container .ms-list {
box-shadow: none;
border: 1px solid #e6e6e6;
height: 280px;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
padding: 5px 10px;
}
.clockface .inner.active:hover,
.clockface .inner.active:hover:hover,
.clockface .inner.active:active,
.clockface .inner.active:hover:active,
.clockface .inner.active.active,
.clockface .inner.active:hover.active,
.clockface .inner.active.disabled,
.clockface .inner.active:hover.disabled,
.clockface .inner.active[disabled],
.clockface .inner.active:hover[disabled] {
background-color: #0667D6;
}
.clockface .outer.active:hover,
.clockface .outer.active:hover:hover,
.clockface .outer.active:active,
.clockface .outer.active:hover:active,
.clockface .outer.active.active,
.clockface .outer.active:hover.active,
.clockface .outer.active.disabled,
.clockface .outer.active:hover.disabled,
.clockface .outer.active[disabled],
.clockface .outer.active:hover[disabled] {
background-color: #17A88B;
}
.clockface .inner.active,
.clockface .inner.active:hover {
background-image: none;
}
.clockface .outer.active,
.clockface .outer.active:hover {
background-image: none;
}
.clockface .outer,
.clockface .inner {
border-radius: 2px;
}
.dropzone {
border: 2px dashed #e6e6e6;
background-color: #fafafa;
}
.dropzone .dz-message {
padding: 50px 0;
margin: 0;
color: #9a9a9a;
}
.dropzone .dz-message .icon-dz {
display: block;
font-size: 64px;
color: #e6e6e6;
margin-bottom: 15px;
}
.uploader {
font-weight: 300;
font-size: 30px;
color: #e6e6e6;
border: 2px dashed #e6e6e6;
}
.uploader div.or {
color: #e6e6e6;
font-weight: 600;
}
.uploader div.browser label {
background-color: #1f364f;
font-weight: 500;
padding: 8px 15px;
display: inline-block;
width: auto;
font-size: 13px;
border-radius: 4px;
box-shadow: 0 3px 0 0 #111d2b;
}
.uploader div.browser label:hover {
background-color: #18293d;
}
.uploader div.browser label:focus {
background-color: #111d2b;
outline: 0;
}
.daterangepicker .ranges li {
background-color: transparent;
border-color: transparent;
border-radius: 3px;
color: #737373;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background-color: #1f364f;
border-color: #1f364f;
}
.daterangepicker .input-mini {
border-color: #e6e6e6;
}
.daterangepicker .input-mini.active,
.daterangepicker .input-mini:focus {
outline: 0;
border-color: #66afe9;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
background-color: #1f364f;
}
.daterangepicker td.start-date {
border-radius: 2px 0 0 2px;
}
.daterangepicker td.end-date {
border-radius: 0 2px 2px 0;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
background-color: #1f364f;
border-radius: 2px;
border-color: #1f364f;
}
.bootstrap-datetimepicker-widget table td span.active {
background-color: #1f364f;
text-shadow: none;
}
.bootstrap-datetimepicker-widget a[data-action] {
color: #737373;
}
.note-editor.note-frame {
border: 1px solid #e6e6e6;
}
.md-editor.active {
border-color: #e6e6e6;
box-shadow: none;
}
.md-editor > textarea,
.md-editor > .md-preview {
background-color: #FFF;
border-top: 1px solid #e6e6e6;
border-bottom: none;
padding: 10px;
}
.bootstrap-duallistbox-container select {
padding: 6px 12px;
overflow-y: auto;
}
.bootstrap-duallistbox-container select:focus {
border-color: #e6e6e6;
}
.bootstrap-tagsinput {
border: 1px solid #e6e6e6;
box-shadow: none;
padding: 6px 12px;
line-height: 20px;
display: block;
}
.bootstrap-tagsinput .tag {
display: inline-block;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
list-style-type: decimal !important;
}
.toast-title {
font-weight: 600;
}
#toast-container > div {
border-radius: 0px;
box-shadow: none;
opacity: 1;
color: #737373;
background-color: #FFF;
padding: 15px 15px 15px 65px;
width: 300px;
min-height: 74px;
}
#toast-container > .toast {
background-image: none !important;
}
#toast-container > :hover {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.toast-close-button {
height: 20px;
width: 20px;
color: #737373;
top: -5px;
right: -5px;
outline: 0;
}
.toast:before {
font-family: "themify";
font-size: 30px;
position: absolute;
top: 15px;
left: 15px;
border-radius: 50%;
color: #FFF;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.toast-success {
border: 2px solid #17A88B;
}
.toast-success .toast-title {
color: #149278;
}
.toast-success .toast-progress {
background-color: #1abe9e;
}
.toast-success:before {
content: "\e64d";
color: #149278;
}
.toast-info {
border: 2px solid #0FB3FF;
}
.toast-info .toast-title {
color: #00a7f5;
}
.toast-info .toast-progress {
background-color: #29bbff;
}
.toast-info:before {
content: "\e717";
color: #00a7f5;
}
.toast-warning {
border: 2px solid #FFB61E;
}
.toast-warning .toast-title {
color: #ffae04;
}
.toast-warning .toast-progress {
background-color: #ffbe38;
}
.toast-warning:before {
content: "\e6c5";
color: #ffae04;
}
.toast-error {
border: 2px solid #E5343D;
}
.toast-error .toast-title {
color: #e21d27;
}
.toast-error .toast-progress {
background-color: #e84b53;
}
.toast-error:before {
content: "\e6c5";
color: #e21d27;
}
.wizard > .content > .body input {
border: 1px solid #e6e6e6;
}
.wizard > .content > .body label {
margin-bottom: 0;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
margin: 3px;
border-radius: 0;
padding: 15px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
background-color: #1f364f;
color: #FFF;
}
.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
border: 2px solid #FFF;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
background-color: #e6e6e6;
color: #9a9a9a;
}
.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
border-color: #9a9a9a;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
background-color: #e6e6e6;
color: #9a9a9a;
}
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
border-color: #9a9a9a;
}
.wizard > .content {
background-color: transparent;
margin: 0 5px;
border-radius: 0;
min-height: 150px;
}
.tabcontrol > .content {
overflow-y: auto;
}
.wizard > .content > .body {
width: 100%;
height: 100%;
padding: 15px 0 0 0;
position: static;
}
.wizard > .steps .number {
font-size: 16px;
padding: 5px;
border-radius: 50%;
border: 2px solid #FFF;
width: 36px;
display: inline-block;
font-weight: 600;
text-align: center;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
opacity: .65;
background-color: #e6e6e6;
color: #737373;
cursor: not-allowed;
box-shadow: 0 3px 0 0 #cdcdcd;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
background-color: #1f364f;
border-radius: 4px;
padding: 8px 15px;
box-shadow: 0 3px 0 0 #111d2b;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
background-color: #1f364f;
}
.img-container,
.img-preview {
background-color: #f7f7f7;
overflow: hidden;
width: 100%;
text-align: center;
}
.img-container {
min-height: 200px;
max-height: 554px;
margin-bottom: 20px;
}
@media (min-width: 768px) {
.img-container {
min-height: 554px;
}
}
.img-container > img {
max-width: 100%;
}
.docs-preview {
margin-right: -15px;
margin-bottom: 10px;
}
.img-preview {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.img-preview > img {
max-width: 100%;
}
.preview-lg {
width: 263px;
height: 148px;
}
.preview-md {
width: 139px;
height: 78px;
}
.preview-sm {
width: 69px;
height: 39px;
}
.preview-xs {
width: 35px;
height: 20px;
margin-right: 0;
}
.docs-data > .input-group {
margin-bottom: 10px;
}
.docs-data > .input-group > label {
min-width: 80px;
}
.docs-data > .input-group > span {
min-width: 50px;
}
.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
margin-right: 5px;
margin-bottom: 10px;
}
.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
margin-bottom: 10px;
}
.docs-tooltip {
display: block;
margin: -6px -12px;
padding: 6px 12px;
}
.docs-tooltip > .icon {
margin: 0 -3px;
vertical-align: top;
}
.tooltip-inner {
white-space: normal;
}
.btn-upload .tooltip-inner {
white-space: nowrap;
}
@media (max-width: 400px) {
.btn-group-crop {
margin-right: -15px !important;
}
.btn-group-crop > .btn {
padding-left: 5px;
padding-right: 5px;
}
.btn-group-crop .docs-tooltip {
margin-left: -5px;
margin-right: -5px;
padding-left: 5px;
padding-right: 5px;
}
}
.docs-options .dropdown-menu {
width: 100%;
}
.docs-options .dropdown-menu > li {
padding: 5px 20px;
}
.docs-options .dropdown-menu > li .checkbox {
margin: 5px 0;
}
.docs-options .dropdown-menu > li:hover {
background-color: #f7f7f7;
}
.docs-options .dropdown-menu > li > label {
display: block;
}
.docs-cropped .modal-body {
text-align: center;
}
.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
max-width: 100%;
}
.bg-overlay {
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: #FFF;
z-index: -1;
}
.bg-overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(24, 41, 61, 0.6);
z-index: -1;
}
.bg-overlay hr {
border-color: rgba(255, 255, 255, 0.2);
}
.lh-1 {
line-height: 1!important;
}
.bd-t {
border-top: 1px solid #e6e6e6;
}
.bd-r {
border-right: 1px solid #e6e6e6;
}
.bd-b {
border-bottom: 1px solid #e6e6e6;
}
.bd-l {
border-left: 1px solid #e6e6e6;
}
.no-shadow {
box-shadow: none !important;
}
.no-border {
border: none !important;
}
.inline-block {
display: inline-block !important;
}
.inline {
display: inline !important;
}
.block {
display: block !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fs-10 {
font-size: 10px !important;
}
.fs-11 {
font-size: 11px !important;
}
.fs-12 {
font-size: 12px !important;
}
.fs-13 {
font-size: 13px !important;
}
.fs-14 {
font-size: 14px !important;
}
.fs-16 {
font-size: 16px !important;
}
.fs-18 {
font-size: 18px !important;
}
.fs-20 {
font-size: 20px !important;
}
.fs-22 {
font-size: 22px !important;
}
.fs-24 {
font-size: 24px !important;
}
.fs-30 {
font-size: 30px !important;
}
.fs-36 {
font-size: 36px !important;
}
.fs-60 {
font-size: 60px !important;
}
.fs-100 {
font-size: 100px !important;
}
.m-0 {
margin: 0px !important;
}
.m-5 {
margin: 5px !important;
}
.m-10 {
margin: 10px !important;
}
.m-15 {
margin: 15px !important;
}
.m-20 {
margin: 20px !important;
}
.m-25 {
margin: 25px !important;
}
.m-30 {
margin: 30px !important;
}
.mt-0 {
margin-top: 0px !important;
}
.mt-5 {
margin-top: 5px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-25 {
margin-top: 25px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mr-0 {
margin-right: 0px !important;
}
.mr-5 {
margin-right: 5px !important;
}
.mr-10 {
margin-right: 10px !important;
}
.mr-15 {
margin-right: 15px !important;
}
.mr-20 {
margin-right: 20px !important;
}
.mr-25 {
margin-right: 25px !important;
}
.mr-30 {
margin-right: 30px !important;
}
.mb-0 {
margin-bottom: 0px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-25 {
margin-bottom: 25px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.ml-0 {
margin-left: 0px !important;
}
.ml-5 {
margin-left: 5px !important;
}
.ml-10 {
margin-left: 10px !important;
}
.ml-15 {
margin-left: 15px !important;
}
.ml-20 {
margin-left: 20px !important;
}
.ml-25 {
margin-left: 25px !important;
}
.ml-30 {
margin-left: 30px !important;
}
.p-0 {
padding: 0px !important;
}
.p-5 {
padding: 5px !important;
}
.p-10 {
padding: 10px !important;
}
.p-15 {
padding: 15px !important;
}
.p-20 {
padding: 20px !important;
}
.p-25 {
padding: 25px !important;
}
.p-30 {
padding: 30px !important;
}
.pt-0 {
padding-top: 0px !important;
}
.pt-5 {
padding-top: 5px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-25 {
padding-top: 25px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pr-0 {
padding-right: 0px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pb-0 {
padding-bottom: 0px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pl-0 {
padding-left: 0px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.fc-toolbar {
background-color: #1f364f;
padding: 10px;
margin-bottom: 0;
height: 60px;
}
.fc-toolbar h2 {
font-weight: 300;
color: #FFF;
margin: 5px 0;
line-height: 1;
}
.fc-view-container {
background-color: #FFF;
color: #737373;
}
.fc button {
font-size: 14px;
padding: 10px;
height: auto;
}
.fc-icon {
font-family: "themify";
}
.fc-state-default {
background-color: rgba(255, 255, 255, 0.05);
color: #FFF;
border-style: none;
text-shadow: none;
background-image: none;
box-shadow: none;
}
.fc-state-default:hover {
outline: 0;
background-color: #18293d;
}
.fc-state-default:focus,
.fc-state-default.focus {
outline: 0;
}
.fc-unthemed .fc-today {
background-color: #fafafa;
}
.mailbox .inbox {
border-right: 1px solid #e6e6e6;
}
.mailbox .inbox li {
margin-top: 0;
padding: 15px 20px;
border-bottom: 1px solid #e6e6e6;
}
.mailbox .inbox li.active {
box-shadow: inset -5px 0 #1f364f;
}
.mailbox .inbox li.read {
background-color: #fafdff;
}
.mailbox .inbox li > a {
display: block;
color: #737373;
}
.mailbox .inbox li .title {
font-weight: 400;
margin: 3px 0;
}
.mailbox .inbox li .summary {
color: #9a9a9a;
font-size: 12px;
margin-bottom: 0;
}
.mailbox .single-mail {
margin-left: -1px;
border-left: 1px solid #e6e6e6;
padding: 15px 20px;
}
.body-bg-full {
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
}
.body-bg-full .page-container {
padding: 0;
display: table;
width: 100%;
height: 100%;
background-color: rgba(24, 41, 61, 0.8);
}
.body-bg-full .page-container .page-content {
padding: 24px;
display: table-cell;
text-align: center;
vertical-align: middle;
min-height: auto;
width: 340px;
}
.body-bg-full .logo {
margin-bottom: 30px;
}
.body-bg-full .form-control {
border-radius: 0;
background-color: transparent;
border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
color: #FFF;
text-align: center;
}
.body-bg-full .form-control::-webkit-input-placeholder {
color: #FFF;
}
.body-bg-full .form-control:-moz-placeholder {
color: #FFF;
}
.body-bg-full .form-control::-moz-placeholder {
color: #FFF;
}
.body-bg-full .form-control:-ms-input-placeholder {
color: #FFF;
}
.body-bg-full hr {
border-color: rgba(255, 255, 255, 0.1);
}
.body-bg-full .setting {
border-color: transparent;
background-color: rgba(255, 255, 255, 0.1);
}
.body-bg-full .setting .setting-toggle {
border-color: transparent;
background-color: rgba(255, 255, 255, 0.1);
left: -48px;
}
.body-bg-full.v2 .page-container {
background-color: transparent;
}
.body-bg-full.v2 .page-container .page-content {
width: auto;
}
.body-bg-full.v2 .page-container .page-content .v2 {
background-color: #FFF;
margin: 0 auto;
width: 360px;
padding: 30px;
box-shadow: 0 5px 10px rgba(31, 54, 79, 0.5);
}
.body-bg-full.v2 .form-control {
border-color: transparent transparent #e6e6e6 transparent;
color: #737373;
}
.body-bg-full.v2 .form-control::-webkit-input-placeholder {
color: #737373;
}
.body-bg-full.v2 .form-control:-moz-placeholder {
color: #737373;
}
.body-bg-full.v2 .form-control::-moz-placeholder {
color: #737373;
}
.body-bg-full.v2 .form-control:-ms-input-placeholder {
color: #737373;
}
.body-bg-full.v2 hr {
border-color: #e6e6e6;
}
.body-bg-full.v2 .setting {
background-color: #FFF;
}
.body-bg-full.v2 .setting .setting-toggle {
background-color: #FFF;
}
.pricing-table .pricing-item {
margin-bottom: 24px;
text-align: center;
}
.pricing-table.pricing-1 .pricing-item {
padding: 40px;
background-color: #fafafa;
border-top: 3px solid transparent;
transition: border-color 0.3s;
}
.pricing-table.pricing-1 .pricing-item:hover {
border-color: #0667D6;
}
.pricing-table.pricing-1 .pricing-title {
font-size: 16px;
font-weight: 600;
margin: 0;
text-align: left;
padding-bottom: 15px;
}
.pricing-table.pricing-1 .pricing-price {
font-size: 36px;
font-weight: 600;
padding: 15px 0;
text-align: left;
border-top: 3px solid #e6e6e6;
}
.pricing-table.pricing-1 .pricing-currency {
font-size: 20px;
vertical-align: super;
}
.pricing-table.pricing-1 .pricing-period {
font-size: 14px;
font-weight: 400;
padding-left: 5px;
color: #9a9a9a;
}
.pricing-table.pricing-1 .pricing-sentence {
padding: 15px 0;
text-align: left;
font-size: 16px;
font-weight: 600;
color: #9a9a9a;
border-bottom: 3px solid #e6e6e6;
}
.pricing-table.pricing-1 .pricing-feature-list {
text-align: right;
padding: 15px 0;
}
.pricing-table.pricing-1 .pricing-feature-list > li {
font-style: italic;
line-height: 1.6;
}
.pricing-table.pricing-2 .pricing-item {
background-color: #abd1fd;
border-radius: 10px;
color: #FFF;
padding: 15px;
transition: background-color 0.3s;
}
.pricing-table.pricing-2 .pricing-item:hover {
background-color: #bad9fd;
}
.pricing-table.pricing-2 .pricing-item-featured {
position: relative;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon {
position: absolute;
right: -5px;
top: -5px;
z-index: 1;
overflow: hidden;
width: 75px;
height: 75px;
text-align: right;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background-color: #1abe9e;
box-shadow: 0 3px 10px -5px #000000;
position: absolute;
top: 19px;
right: -21px;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span:before {
content: "";
position: absolute;
left: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid #2ae2bd;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #2ae2bd;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span:after {
content: "";
position: absolute;
right: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #2ae2bd;
border-bottom: 3px solid transparent;
border-top: 3px solid #2ae2bd;
}
.pricing-table.pricing-2 .pricing-title {
font-size: 30px;
font-weight: 300;
padding: 15px 0 30px 0;
margin: 0;
position: relative;
}
.pricing-table.pricing-2 .pricing-title:after {
position: absolute;
content: '';
bottom: 0;
left: 40%;
height: 1px;
width: 20%;
background-color: #FFF;
}
.pricing-table.pricing-2 .pricing-sentence {
padding: 30px 15px;
}
.pricing-table.pricing-2 .pricing-price {
font-size: 60px;
}
.pricing-table.pricing-2 .pricing-currency {
font-size: 24px;
vertical-align: super;
}
.pricing-table.pricing-2 .pricing-period {
display: block;
font-size: 14px;
padding: 15px 30px;
}
.pricing-table.pricing-2 .pricing-feature-list {
text-align: left;
padding: 30px 20px;
}
.pricing-table.pricing-2 .pricing-feature-list > li {
line-height: 1.8;
font-size: 16px;
}
.pricing-table.pricing-2 .pricing-feature-list > li:before {
font-family: "themify";
content: "\e628";
vertical-align: middle;
display: inline-block;
padding-right: 10px;
}
.pricing-table.pricing-3 .pricing-item {
padding: 30px 50px;
border: 1px solid #17A88B;
position: relative;
}
@media (min-width: 769px) {
.pricing-table.pricing-3 .pricing-item:nth-child(2) {
border-left: none;
border-right: none;
}
}
.pricing-table.pricing-3 .pricing-item:hover {
z-index: 100;
}
.pricing-table.pricing-3 .pricing-item:hover:after {
content: "";
pointer-events: none;
position: absolute;
top: -5px;
left: -5px;
width: 100%;
height: 100%;
box-sizing: content-box;
border: 5px solid #17A88B;
}
.pricing-table.pricing-3 .pricing-icon {
color: #17A88B;
font-size: 40px;
padding: 10px 0;
display: block;
}
.pricing-table.pricing-3 .pricing-title {
font-weight: 600;
margin: 0;
padding: 20px 0;
}
.pricing-table.pricing-3 .pricing-price {
font-size: 36px;
font-weight: 600;
color: #17A88B;
margin: 0;
}
.pricing-table.pricing-3 .pricing-currency {
font-size: 20px;
vertical-align: super;
}
.pricing-table.pricing-3 .pricing-period {
font-size: 14px;
padding-left: 5px;
font-weight: 400;
color: #9a9a9a;
}
.pricing-table.pricing-3 .pricing-feature-list {
padding: 20px 0 80px 0;
}
.pricing-table.pricing-3 .pricing-feature-list > li {
line-height: 1.8;
font-size: 16px;
}
.btn-demo .btn {
margin: 0 10px 10px 0;
}
.bg-demo {
color: #FFF;
background: #F1F2B5;
background: linear-gradient(to left, #F1F2B5, #135058);
}
.loading-demo {
height: 240px;
border: 1px solid #e6e6e6;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 24px;
}
.chart-demo {
height: 300px;
border: 1px solid #e6e6e6;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 24px;
}
.icon-demo .row > [class^="col"] {
line-height: 50px;
cursor: pointer;
height: 50px;
}
.icon-demo .row > [class^="col"]:hover i {
font-size: 30px;
}
.icon-demo i {
font-size: 20px;
text-align: center;
display: inline-block;
width: 40px;
transition: all 0.2s;
} | 0.332852 | 0.110327 |
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: bold;
src: url('fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 100;
src: url('fonts/iranyekan/eot/iranyekanwebthinfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebthinfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url('fonts/iranyekan/eot/iranyekanweblightfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: normal;
src: url('fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 500;
src: url('fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 800;
src: url('fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
src: url('fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 950;
src: url('./fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('./fonts/iranyekan/woff/iranyekanwebextrablackfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('./fonts/iranyekan/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}*/
/* Iran Yekan */
@font-face {
font-family: OCR;
font-style: normal;
font-weight: normal;
src: url('./fonts/ttf/ocr.ttf');
src: url('./fonts/ttf/ocr.ttf?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/ttf/ocr.ttf') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/ttf/ocr.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanRegular;
font-style: normal;
font-weight: normal;
src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanRegular(FaNum);
font-style: normal;
font-weight: normal;
src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanFaNum-Bold;
font-style: normal;
font-weight: bold;
src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanBold(FaNum);
font-style: normal;
font-weight: bold;
src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanThin;
font-style: normal;
font-weight: 100;
src: url('./fonts/iranyekan/eot/iranyekanwebthinfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebthinfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanFaNum;
font-style: normal;
font-weight: 300;
src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanFaNum-Light;
font-style: normal;
font-weight: 300;
src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanMedium;
font-style: normal;
font-weight: 500;
src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekan-Medium;
font-style: normal;
font-weight: 500;
src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekan-ExtraBold;
font-style: normal;
font-weight: 800;
src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanExtraBold;
font-style: normal;
font-weight: 800;
src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanBlack;
font-style: normal;
font-weight: 900;
src: url('./fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanExtraBlack;
font-style: normal;
font-weight: 950;
src: url('./fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebextrablackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}
* {
font-family:IRANYekanRegular ;
}
#__next-prerender-indicator {
display: none;
}
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
direction:rtl !important;
font-family: "IRANYekanRegular" ;
text-align:right !important;
font-size: 12px;
}
body,
div{
font-size: 13px;
font-family: "IRANYekanRegular"
}
li{
font-size: 13px;
font-family: "IRANYekanRegular"
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "IRANYekanRegular" !important;
}
p {
font-family: "IRANYekanRegular" !important; }
html {
font-family:"IRANYekanRegular" !important;
}
label {
font-family:"IRANYekanRegular" !important;
background-color: "red" !important
}
input {
font-family:"IRANYekanRegular" !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input22::-webkit-input-placeholder {
font-size: 12px;
line-height: 3;
}
::-webkit-scrollbar {
width: 0px;
background: transparent;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 0px grey;
border-radius: 1px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 1px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: transparent;
}
*.unselectable {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
/*
Introduced in Internet Explorer 10.
See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
*/
-ms-user-select: none;
user-select: none;
} | public/static/assets/global.css | font-family: 'Source Sans Pro';
font-style: normal;
font-weight: bold;
src: url('fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 100;
src: url('fonts/iranyekan/eot/iranyekanwebthinfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebthinfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url('fonts/iranyekan/eot/iranyekanweblightfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: normal;
src: url('fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 500;
src: url('fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 800;
src: url('fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
src: url('fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
src: url('fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 950;
src: url('./fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'), !* IE6-8 *!
url('./fonts/iranyekan/woff/iranyekanwebextrablackfanum.woff') format('woff'), !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
url('./fonts/iranyekan/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}*/
/* Iran Yekan */
@font-face {
font-family: OCR;
font-style: normal;
font-weight: normal;
src: url('./fonts/ttf/ocr.ttf');
src: url('./fonts/ttf/ocr.ttf?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/ttf/ocr.ttf') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/ttf/ocr.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanRegular;
font-style: normal;
font-weight: normal;
src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanRegular(FaNum);
font-style: normal;
font-weight: normal;
src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanFaNum-Bold;
font-style: normal;
font-weight: bold;
src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanBold(FaNum);
font-style: normal;
font-weight: bold;
src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanThin;
font-style: normal;
font-weight: 100;
src: url('./fonts/iranyekan/eot/iranyekanwebthinfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebthinfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanFaNum;
font-style: normal;
font-weight: 300;
src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanFaNum-Light;
font-style: normal;
font-weight: 300;
src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanMedium;
font-style: normal;
font-weight: 500;
src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekan-Medium;
font-style: normal;
font-weight: 500;
src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekan-ExtraBold;
font-style: normal;
font-weight: 800;
src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanExtraBold;
font-style: normal;
font-weight: 800;
src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanBlack;
font-style: normal;
font-weight: 900;
src: url('./fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}
@font-face {
font-family: IRANYekanExtraBlack;
font-style: normal;
font-weight: 950;
src: url('./fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot');
src: url('./fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('./fonts/iranyekan/woff/iranyekanwebextrablackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('./fonts/iranyekan/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}
* {
font-family:IRANYekanRegular ;
}
#__next-prerender-indicator {
display: none;
}
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
direction:rtl !important;
font-family: "IRANYekanRegular" ;
text-align:right !important;
font-size: 12px;
}
body,
div{
font-size: 13px;
font-family: "IRANYekanRegular"
}
li{
font-size: 13px;
font-family: "IRANYekanRegular"
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "IRANYekanRegular" !important;
}
p {
font-family: "IRANYekanRegular" !important; }
html {
font-family:"IRANYekanRegular" !important;
}
label {
font-family:"IRANYekanRegular" !important;
background-color: "red" !important
}
input {
font-family:"IRANYekanRegular" !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input22::-webkit-input-placeholder {
font-size: 12px;
line-height: 3;
}
::-webkit-scrollbar {
width: 0px;
background: transparent;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 0px grey;
border-radius: 1px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 1px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: transparent;
}
*.unselectable {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
/*
Introduced in Internet Explorer 10.
See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
*/
-ms-user-select: none;
user-select: none;
} | 0.195325 | 0.043671 |
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
z-index: 0;
}
body {
margin:0;
font-family: sans-serif;
font-size: 13pt;
background: black;
color: #ccc;
color: white;
overflow: overlay;
}
*::-webkit-scrollbar {
height: 12px;
width: 12px;
}
nav {
display: flex;
position: sticky;
top: 0;
padding: 5px;
z-index: 2;
background: inherit;
line-height: 26px;
}
nav>:nth-child(3){
margin-left:auto;
}
select,textarea,input,option {
flex: 1 0 auto;
/* background-color: rgba(180,180,180,0.3); */
background: inherit;
color: inherit;
outline: none;
border: none;
/* padding: 5px;
margin: 5px; */
margin: 0;
padding: 0;
font: inherit;
max-width: none;
/* line-height: 26px; */
}
select {
padding:0;
}
select * {
/* border-radius: 15px; */
background-color: black;
color: white;
background-color: white;
color: black;
}
.list > div {
display: flex;
padding: 10px;
border-bottom: solid 1px rgba(180,180,180,0.3);
}
.list > div > :first-child {
min-width: 30%;
/* font-weight: bold; */
}
.list .organisatienaam {
font-size: 0.8em;
color: rgba(180,180,180,0.8)
}
.card:not(:empty)+nav,
.card:not(:empty)+nav+div,
.card:not(:empty)+nav+div+.list{
display:none;
}
.card {
background: inherit;
}
.card .panel {
/* padding: 5px; */
margin: 10px;;
background-color:rgba(180,180,180,0.1);
border-radius: 5px;
}
.card .panel:empty {
display: none;
}
.card .panel>div {
padding: 5px;
margin: 5px;
/* display: flex; */
}
.card .panel a {
text-decoration: none;
}
.card .panel>div:not(:last-child) {
/* border-bottom: solid 1px rgba(180,180,180,0.3); */
}
.card .panel > div input:not(:first-child) {
border-left: solid 1px rgba(180,180,180,0.3);
margin-left: 5px;
padding-left: 5px;
/* border-bottom: solid 1px rgba(180,180,180,0.3); */
/* display: inline-block; */
flex: 0 0 auto;
}
.card .panel input,
.card .panel textarea {
background: none;
outline: none;
border: none;
color: inherit;
resize: none;
line-height: 26px;
}
.card .panel > input,
.card .panel textarea {
display: block;
width:100%;
}
/* .card>div {
display: flex;
padding: 5px;
background-color:rgba(180,180,180,0.1);
border-bottom: solid 1px rgba(180,180,180,0.3);
} */
.card div>label {
font-size: 0.8em;
min-width: 30%;
/* margin: 5px; */
/* padding: 5px; */
}
@media only screen and (max-width: 400px) {
.list>div {
flex-direction: column;
}
.card>div {
flex-direction: column;
}
}
a {
color: rgb(10,132,255);
cursor: pointer;
}
.icn-del {
float: right;
color: red;
}
.row {
display: flex;
}
.relaties{
background-color: var(--relaties_bg);
}
.projecten{
background-color: var(--projecten_bg);
}
.activiteiten{
background-color: var(--activiteiten_bg);
}
html {
--relaties_bg: rgba(255,0,0,0.1);
--projecten_bg: rgba(0,255,0,0.1);
--activiteiten_bg: rgba(0,0,255,0.1);
}
body>:not(:last-child){
display: none;
} | src/css/app.css | * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
z-index: 0;
}
body {
margin:0;
font-family: sans-serif;
font-size: 13pt;
background: black;
color: #ccc;
color: white;
overflow: overlay;
}
*::-webkit-scrollbar {
height: 12px;
width: 12px;
}
nav {
display: flex;
position: sticky;
top: 0;
padding: 5px;
z-index: 2;
background: inherit;
line-height: 26px;
}
nav>:nth-child(3){
margin-left:auto;
}
select,textarea,input,option {
flex: 1 0 auto;
/* background-color: rgba(180,180,180,0.3); */
background: inherit;
color: inherit;
outline: none;
border: none;
/* padding: 5px;
margin: 5px; */
margin: 0;
padding: 0;
font: inherit;
max-width: none;
/* line-height: 26px; */
}
select {
padding:0;
}
select * {
/* border-radius: 15px; */
background-color: black;
color: white;
background-color: white;
color: black;
}
.list > div {
display: flex;
padding: 10px;
border-bottom: solid 1px rgba(180,180,180,0.3);
}
.list > div > :first-child {
min-width: 30%;
/* font-weight: bold; */
}
.list .organisatienaam {
font-size: 0.8em;
color: rgba(180,180,180,0.8)
}
.card:not(:empty)+nav,
.card:not(:empty)+nav+div,
.card:not(:empty)+nav+div+.list{
display:none;
}
.card {
background: inherit;
}
.card .panel {
/* padding: 5px; */
margin: 10px;;
background-color:rgba(180,180,180,0.1);
border-radius: 5px;
}
.card .panel:empty {
display: none;
}
.card .panel>div {
padding: 5px;
margin: 5px;
/* display: flex; */
}
.card .panel a {
text-decoration: none;
}
.card .panel>div:not(:last-child) {
/* border-bottom: solid 1px rgba(180,180,180,0.3); */
}
.card .panel > div input:not(:first-child) {
border-left: solid 1px rgba(180,180,180,0.3);
margin-left: 5px;
padding-left: 5px;
/* border-bottom: solid 1px rgba(180,180,180,0.3); */
/* display: inline-block; */
flex: 0 0 auto;
}
.card .panel input,
.card .panel textarea {
background: none;
outline: none;
border: none;
color: inherit;
resize: none;
line-height: 26px;
}
.card .panel > input,
.card .panel textarea {
display: block;
width:100%;
}
/* .card>div {
display: flex;
padding: 5px;
background-color:rgba(180,180,180,0.1);
border-bottom: solid 1px rgba(180,180,180,0.3);
} */
.card div>label {
font-size: 0.8em;
min-width: 30%;
/* margin: 5px; */
/* padding: 5px; */
}
@media only screen and (max-width: 400px) {
.list>div {
flex-direction: column;
}
.card>div {
flex-direction: column;
}
}
a {
color: rgb(10,132,255);
cursor: pointer;
}
.icn-del {
float: right;
color: red;
}
.row {
display: flex;
}
.relaties{
background-color: var(--relaties_bg);
}
.projecten{
background-color: var(--projecten_bg);
}
.activiteiten{
background-color: var(--activiteiten_bg);
}
html {
--relaties_bg: rgba(255,0,0,0.1);
--projecten_bg: rgba(0,255,0,0.1);
--activiteiten_bg: rgba(0,0,255,0.1);
}
body>:not(:last-child){
display: none;
} | 0.330903 | 0.085404 |
.mainSection {
background-color: #0476d9;
padding-top: 5rem;
padding-bottom: 8rem;
}
.selection-heading {
margin-bottom: 2rem;
margin-inline: 0.6rem;
}
.title {
font-family: "Signika", sans-serif;
font-size: 3rem;
color: white;
text-align: center;
}
.jobBtn {
align-items: center;
justify-content: center;
display: flex;
flex-wrap: wrap;
flex-direction: column;
box-sizing: border-box;
background-color: white;
border-radius: 1.8rem;
color: #0476d9;
margin: 1rem 4%;
width: 30%;
height: 15rem;
min-width: 12rem;
border: white;
box-shadow: 0 0.5rem 0.938rem rgba(0, 0, 0, 0.2);
}
.jobBtn:hover {
color: rgb(169, 172, 173);
box-shadow: 0 0.5rem 0.938rem rgba(0, 0, 0, 0.598);
}
.description {
width: 52%;
min-width: 10rem;
}
.jobType {
font-family: "Signika", sans-serif;
margin-top: 0.6rem;
}
.jobDescription {
font-family: "Open Sans", sans-serif;
line-height: 1.4;
}
.btnContainer {
text-align: center;
align-items: center;
justify-content: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
position: relative;
height: 50%;
width: 100%;
}
.icon-container {
width: 50%;
height: 60%;
max-height: 4rem;
min-width: 3rem;
min-height: 4rem;
overflow: hidden;
}
.icon-container img {
max-height: 100%;
max-width: 100%;
object-fit: contain;
}
.btnContainer button:hover {
background-image: linear-gradient(to left, #03a64a, #00325e);
transform: scale(1.2);
border: none;
color: white;
transition-duration: 0.5s;
animation: ease-in;
}
.btnContainer button:active {
transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
.title {
font-size: 3rem;
}
.btnContainer button:hover {
transform: scale(1.1);
}
.mainSection {
padding-bottom: 6rem;
}
}
@media only screen and (max-width: 400px) {
.mainSection {
padding-top: 3.5rem;
padding-bottom: 4.5rem;
}
.title {
font-size: 2.5rem;
}
.selection-heading {
margin-bottom: 1rem;
}
.btnContainer button:hover {
transform: scale(1.1);
}
} | src/components/mainPage/job-section.css | .mainSection {
background-color: #0476d9;
padding-top: 5rem;
padding-bottom: 8rem;
}
.selection-heading {
margin-bottom: 2rem;
margin-inline: 0.6rem;
}
.title {
font-family: "Signika", sans-serif;
font-size: 3rem;
color: white;
text-align: center;
}
.jobBtn {
align-items: center;
justify-content: center;
display: flex;
flex-wrap: wrap;
flex-direction: column;
box-sizing: border-box;
background-color: white;
border-radius: 1.8rem;
color: #0476d9;
margin: 1rem 4%;
width: 30%;
height: 15rem;
min-width: 12rem;
border: white;
box-shadow: 0 0.5rem 0.938rem rgba(0, 0, 0, 0.2);
}
.jobBtn:hover {
color: rgb(169, 172, 173);
box-shadow: 0 0.5rem 0.938rem rgba(0, 0, 0, 0.598);
}
.description {
width: 52%;
min-width: 10rem;
}
.jobType {
font-family: "Signika", sans-serif;
margin-top: 0.6rem;
}
.jobDescription {
font-family: "Open Sans", sans-serif;
line-height: 1.4;
}
.btnContainer {
text-align: center;
align-items: center;
justify-content: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
position: relative;
height: 50%;
width: 100%;
}
.icon-container {
width: 50%;
height: 60%;
max-height: 4rem;
min-width: 3rem;
min-height: 4rem;
overflow: hidden;
}
.icon-container img {
max-height: 100%;
max-width: 100%;
object-fit: contain;
}
.btnContainer button:hover {
background-image: linear-gradient(to left, #03a64a, #00325e);
transform: scale(1.2);
border: none;
color: white;
transition-duration: 0.5s;
animation: ease-in;
}
.btnContainer button:active {
transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
.title {
font-size: 3rem;
}
.btnContainer button:hover {
transform: scale(1.1);
}
.mainSection {
padding-bottom: 6rem;
}
}
@media only screen and (max-width: 400px) {
.mainSection {
padding-top: 3.5rem;
padding-bottom: 4.5rem;
}
.title {
font-size: 2.5rem;
}
.selection-heading {
margin-bottom: 1rem;
}
.btnContainer button:hover {
transform: scale(1.1);
}
} | 0.534127 | 0.07353 |
@font-face {
font-family: ZenIcon;
src: url(../fonts/zenicon.woff?v=2.2.0) format('woff')
}
.checkbox-primary, .radio-primary {
position: relative;
display: block
}
.checkbox-primary > input, .radio-primary > input {
position: absolute;
top: 0;
left: 0;
z-index: 3;
width: 100%;
width: 20px;
height: 100%;
margin: 0;
opacity: 0
}
.checkbox-primary > label, .radio-primary > label {
padding-left: 25px;
font-weight: 400;
cursor: pointer
}
.checkbox-primary > label:after, .checkbox-primary > label:before, .radio-primary > label:after, .radio-primary > label:before {
position: absolute;
top: 2px;
right: 0;
left: 0;
display: block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
content: ' ';
border-radius: 2px
}
.checkbox-primary > label:after, .radio-primary > label:after {
z-index: 1;
border: 1px solid gray;
-webkit-transition: .4s cubic-bezier(.175, .885, .32, 1);
-o-transition: .4s cubic-bezier(.175, .885, .32, 1);
transition: .4s cubic-bezier(.175, .885, .32, 1);
-webkit-transition-property: border, background-color;
-o-transition-property: border, background-color;
transition-property: border, background-color
}
.checkbox-primary > label:before, .radio-primary > label:before {
top: 3px;
z-index: 2;
font-family: ZenIcon;
font-size: 14px;
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-transform: none;
content: '\e60d';
opacity: 0;
-webkit-transition: .2s cubic-bezier(.175, .885, .32, 1);
-o-transition: .2s cubic-bezier(.175, .885, .32, 1);
transition: .2s cubic-bezier(.175, .885, .32, 1);
-webkit-transition-property: opacity, -webkit-transform;
-o-transition-property: opacity, -o-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform, -o-transform;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.checkbox-primary.checked > label:after, .checkbox-primary > input:checked + label:after, .radio-primary.checked > label:after, .radio-primary > input:checked + label:after {
background-color: #3280fc;
border-color: #3280fc;
border-width: 4px
}
.checkbox-primary.checked > label:before, .checkbox-primary > input:checked + label:before, .radio-primary.checked > label:before, .radio-primary > input:checked + label:before {
color: #fff;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
.checkbox-primary.focus > label:after, .checkbox-primary > input:focus + label:after, .radio-primary.focus > label:after, .radio-primary > input:focus + label:after {
border-color: #3280fc;
-webkit-box-shadow: 0 0 8px #3280fc;
box-shadow: 0 0 8px #3280fc
}
.checkbox-primary input:disabled + label:after, .checkbox-primary.disabled > label:after, .radio-primary input:disabled + label:after, .radio-primary.disabled > label:after {
background-color: #e5e5e5;
border-color: #bbb
}
.checkbox-primary input:disabled:checked + label:after, .checkbox-primary.checked.disabled > label:after, .radio-primary input:disabled:checked + label:after, .radio-primary.checked.disabled > label:after {
background-color: #bbb
}
.radio-primary > label:after {
border-radius: 50%
}
.radio-primary > label:before {
top: 7px;
left: 5px;
width: 6px;
height: 6px;
content: ' ';
border: 0;
border-radius: 50%
}
.radio-primary.checked > label:after, .radio-primary > input:checked + label:after {
background-color: transparent;
border-color: #3280fc;
border-width: 2px
}
.radio-primary.checked > label:before, .radio-primary > input:checked + label:before {
background-color: #3280fc
}
.radio-primary input:disabled:checked + label:after, .radio-primary.checked.disabled > label:after {
background-color: transparent;
border-color: #bbb
}
.radio-primary input:disabled:checked + label:before, .radio-primary.checked.disabled > label:before {
background-color: #bbb
}
.tab-cron .tab-pane .tabsecondchk .checkbox-primary, .tab-qqskey .tab-pane .tabsecondchk .checkbox-primary {
width: 50px;
display: inline-block;
margin-bottom: 10px
} | ruoyi-admin/src/main/resources/static/css/zen-checkbox.css | @font-face {
font-family: ZenIcon;
src: url(../fonts/zenicon.woff?v=2.2.0) format('woff')
}
.checkbox-primary, .radio-primary {
position: relative;
display: block
}
.checkbox-primary > input, .radio-primary > input {
position: absolute;
top: 0;
left: 0;
z-index: 3;
width: 100%;
width: 20px;
height: 100%;
margin: 0;
opacity: 0
}
.checkbox-primary > label, .radio-primary > label {
padding-left: 25px;
font-weight: 400;
cursor: pointer
}
.checkbox-primary > label:after, .checkbox-primary > label:before, .radio-primary > label:after, .radio-primary > label:before {
position: absolute;
top: 2px;
right: 0;
left: 0;
display: block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
content: ' ';
border-radius: 2px
}
.checkbox-primary > label:after, .radio-primary > label:after {
z-index: 1;
border: 1px solid gray;
-webkit-transition: .4s cubic-bezier(.175, .885, .32, 1);
-o-transition: .4s cubic-bezier(.175, .885, .32, 1);
transition: .4s cubic-bezier(.175, .885, .32, 1);
-webkit-transition-property: border, background-color;
-o-transition-property: border, background-color;
transition-property: border, background-color
}
.checkbox-primary > label:before, .radio-primary > label:before {
top: 3px;
z-index: 2;
font-family: ZenIcon;
font-size: 14px;
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-transform: none;
content: '\e60d';
opacity: 0;
-webkit-transition: .2s cubic-bezier(.175, .885, .32, 1);
-o-transition: .2s cubic-bezier(.175, .885, .32, 1);
transition: .2s cubic-bezier(.175, .885, .32, 1);
-webkit-transition-property: opacity, -webkit-transform;
-o-transition-property: opacity, -o-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform, -o-transform;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.checkbox-primary.checked > label:after, .checkbox-primary > input:checked + label:after, .radio-primary.checked > label:after, .radio-primary > input:checked + label:after {
background-color: #3280fc;
border-color: #3280fc;
border-width: 4px
}
.checkbox-primary.checked > label:before, .checkbox-primary > input:checked + label:before, .radio-primary.checked > label:before, .radio-primary > input:checked + label:before {
color: #fff;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
.checkbox-primary.focus > label:after, .checkbox-primary > input:focus + label:after, .radio-primary.focus > label:after, .radio-primary > input:focus + label:after {
border-color: #3280fc;
-webkit-box-shadow: 0 0 8px #3280fc;
box-shadow: 0 0 8px #3280fc
}
.checkbox-primary input:disabled + label:after, .checkbox-primary.disabled > label:after, .radio-primary input:disabled + label:after, .radio-primary.disabled > label:after {
background-color: #e5e5e5;
border-color: #bbb
}
.checkbox-primary input:disabled:checked + label:after, .checkbox-primary.checked.disabled > label:after, .radio-primary input:disabled:checked + label:after, .radio-primary.checked.disabled > label:after {
background-color: #bbb
}
.radio-primary > label:after {
border-radius: 50%
}
.radio-primary > label:before {
top: 7px;
left: 5px;
width: 6px;
height: 6px;
content: ' ';
border: 0;
border-radius: 50%
}
.radio-primary.checked > label:after, .radio-primary > input:checked + label:after {
background-color: transparent;
border-color: #3280fc;
border-width: 2px
}
.radio-primary.checked > label:before, .radio-primary > input:checked + label:before {
background-color: #3280fc
}
.radio-primary input:disabled:checked + label:after, .radio-primary.checked.disabled > label:after {
background-color: transparent;
border-color: #bbb
}
.radio-primary input:disabled:checked + label:before, .radio-primary.checked.disabled > label:before {
background-color: #bbb
}
.tab-cron .tab-pane .tabsecondchk .checkbox-primary, .tab-qqskey .tab-pane .tabsecondchk .checkbox-primary {
width: 50px;
display: inline-block;
margin-bottom: 10px
} | 0.477067 | 0.064653 |
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
font-family: 'Oswald', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Open Sans', sans-serif
*/
html{
box-sizing: border-box;
}
*, *:before, *:after{
box-sizing: inherit;
}
body{
background-color: #f2f2f2;
font-family: 'Open Sans', sans-serif
}
h2{
font-family: 'Oswald', sans-serif;
font-size: 2.4em;
text-transform: uppercase;
text-align: center;
}
h2:after{
content: '';
margin: 0 auto;
background-image: url(../img/separador.png);
height: 30px;
width: 100px;
display: block;
}
h3{
font-size: 1.8em;
color: #fe4918;
font-family: 'PT Sans', sans-serif;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
i{
color: #fe4918;
font-size: 2rem;
margin-right: .8rem;
}
.mapa{
z-index: 1;
}
.boton{
background-color: #fe4918;
color: white!important;
padding: 10px 40px;
text-transform: uppercase;
font-weight: bold;
font-size: 1.5em;
margin-top: 20px;
text-decoration: none;
text-align: center;
display: block;
transition: all .5s ease;
}
@media (min-width: 768px) {
.boton{
display: inline-block;
}
}
.hollow{
background-color: white;
border: solid 1px #fe4918;
color: #fe4918!important;
}
.hollow:hover{
background-color: #fe4918;
color: white!important;
}
.transparente{
background-color: transparent;
border: 1px solid white;
display: block;
}
.transparente:hover{
background-color: #fe4918;
border: 1px solid #fe4918;
}
@media (min-width: 768px) {
.transparente{
display: inline-block;
}
.transparente:hover{
transform: scale(1.1);
}
}
.seccion p{
font-size: 1.2rem;
text-align: center;
}
.contenedor{
width: 95%;
margin: 0 auto;
max-width: 1200px;
}
@media (min-width: 768px) {
.contenedor{
width: 93%;
}
}
@media (min-width: 991px) {
.contenedor{
width: 90%;
}
}
.seccion{
padding: 30px 0;
}
.numero{
color: #fe4918;
font-size: 4em!important;
display: block;
margin: 0 0 10px 0;
font-family: 'Oswald';
}
.nombre-sitio span{
position: relative;
text-shadow: 0 0 30px black;
}
@media (min-width: 991px) {
.char1{
top: 20px;
right: 20px;
}
.char2{
top: 0px;
left: -20px;
}
.char3{
top: 10px;
right: 20px;
}
.char4{
top: 5px;
right: 10px;
}
.char5{
top: 15px;
right: 10px;
}
.char6{
top: 5px;
left: 10px;
}
.char7{
top: 20px;
left: -10px;
}
.char8{
top: 0px;
left: 10px;
}
.char9{
top: 10px;
right: 20px;
}
.char10{
top: 20px;
right: 20px;
}
}
/**Header**/
.hero{
background-image: url(../img/encabezado.jpg);
height: 100vh;
background-position: center center;
background-size: cover;
}
.contenido-header{
padding-top: 40px;
}
@media (min-width: 768px) {
.contenido-header{
padding-top: 20px;
}
}
.redes-sociales{
text-align: center;
}
.redes-sociales a i{
color: white!important;
font-size: 2em;
margin-right: 20px;
transition: all .3s ease-in-out;
}
.redes-sociales a i:hover{
transform: scale(1.4);
}
.redes-sociales a:last-child{
margin: 0;
}
.informacion-evento{
text-align: center;
color: white;
width: 90%;
margin: 20px auto;
}
@media (min-width: 768px) {
.informacion-evento{
margin: 50px auto 0 auto;
width: 60%;
}
}
.informacion-evento p{
margin: 0;
display: inline;
font-size: 20px;
text-transform: uppercase;
}
.informacion-evento p i{
color: #fe4918;
font-size: 2rem;
margin-right: 1rem;
}
.fecha-ciudad{
display: flex;
flex-direction: column;
}
.fecha-ciudad p{
margin: 1rem 0;
}
@media (min-width: 768px) {
.fecha-ciudad{
flex-direction: row;
justify-content: space-between;
}
.fecha-ciudad p{
margin: 0;
}
}
.informacion-evento h1{
font-family: 'PT Sans', sans-serif;
text-align: center;
font-size: 14vw;
margin-top: 0;
}
@media (min-width: 768px) {
.informacion-evento h1{
font-size: 9.5vw;
margin: 0;
}
}
.eslogan{
font-size: 24px !important;
text-transform: capitalize!important;
}
.eslogan span{
font-weight: bold;
}
/*Barra*/
.barra{
background-color: #353535;
padding: 20px 0;
}
.fixed{
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 2;
}
.logo img{
width: 90%;
}
@media (min-width: 768px) {
.logo{
width: auto;
max-width: 100%;
}
}
/**Navegacion Principal**/
.flex-barra{
display: flex;
flex-direction: column;
align-items: center;
}
.navegacion-principal{
display: none;
width: 100%
}
.navegacion-principal a{
display: inline-block;
width: 100%;
font-family: 'Oswald', sans-serif;
font-size: 1.5em;
text-transform: uppercase;
color: white;
text-decoration: none;
text-align: center;
padding: 0px 10px;
transition: all .4s ease;
margin-top: 15px;
}
.navegacion-principal .activo{
border-bottom: 2px solid #fe4918;
}
@media (min-width: 768px) {
.navegacion-principal a{
margin-top: 0;
}
}
.navegacion-principal a:last-child{
border: solid 2px #fe4918;
color: #fe4918;
}
.navegacion-principal a:last-child:hover{
color: white;
}
.navegacion-principal a:hover{
background-color: #fe4918;
transform: scale(1.2);
}
@media (min-width: 768px) {
.flex-barra{
flex-direction: row;
justify-content: space-between;
}
.navegacion-principal{
display: flex!important;
justify-content: space-between;
align-items: center;
}
}
.logo-movil{
display: flex;
justify-content: center;
align-items: center;
}
/*Menu movil*/
.menu-movil{
width: 80px;
display: block;
text-align: right;
}
.menu-movil span{
height: 8px;
margin-bottom: 6px;
background-color: white;
display: block;
margin-right: 10px;
}
.menu-movil span:hover{
cursor: pointer;
}
@media (min-width: 768px) {
.menu-movil{
display: none;
}
}
/*Programa Evento*/
.programa-evento .ocultar{
display: none;
}
.programa{
position: relative;
}
.contenedor-video{
max-width: 100%;
overflow-x: hidden;
}
.contenido-programa{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.programa-evento{
background-color: rgba(255, 255,255, 0.8);
padding: 15px;
margin-top: 30px;
}
@media (min-width: 768px) {
.programa-evento{
width: 70%;
padding: 15px;
margin-top: 150px;
}
}
@media (min-width: 992px) {
.programa-evento{
width: 50%;
}
}
.programa-evento a{
font-family: 'Oswald', sans-serif;
color: black;
font-size: 1.6em;
text-decoration: none;
margin: 0 9px;
}
.menu-programa{
display: flex;
flex-direction: column;
align-items: center;
border-bottom: solid 2px #fe4918;
}
@media (min-width: 992px) {
.menu-programa{
display: flex;
flex-direction: row;
justify-content: space-between;
padding-bottom: .6em;
border-bottom: solid 2px #fe4918;
}
}
.menu-programa a{
padding: 20px;
font-size: 1.8em;
position: relative;
}
.menu-programa a.activo::after{
position: absolute;
content: '';
left: 0;
right: 0;
bottom: -29px;
margin-left: auto;
margin-right: auto;
height: 20px;
width: 30px;
background-image: url('../img/talleres-flecha.jpg');
background-position: top center;
background-repeat: no-repeat;
}
@media (min-width: 768px) {
.menu-programa a{
padding: 0;
font-size: 1.6em;
}
}
.info-curso a{
margin: 0;
}
.info-curso a:hover{
background-color: #e33000!important;
}
@media (min-width: 768px) {
.info-curso a{
float: right;
}
}
.detalle-evento{
align-items: center;
border-bottom: solid 1px black;
}
.detalle-evento:last-of-type{
border-bottom: none;
}
.detalle-evento p{
font-size: 1.6em;
display: flex;
align-items: center;
}
/*INVITADOS*/
.lista-invitados{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.lista-invitados li{
padding: 10px;
}
@media (min-width: 480px) {
.lista-invitados li{
width:50%;
}
}
@media (min-width: 768px) {
.lista-invitados li{
width:33.3%;
}
}
.invitado{
position: relative;
overflow: hidden;
}
.invitado img{
max-width: 100%;
filter: grayscale(1);
transition: all .3s ease-in-out;
}
.invitado:hover img{
filter: grayscale(0);
transform: scale(1.1);
}
.invitado p{
position: absolute;
bottom: 0;
left: 0;
padding: 15px 15px;
margin: 0;
background-color: rgba( 0, 0, 0, .7);
width: 100%;
text-align: left;
font-family: 'Oswald';
text-transform: uppercase;
color: #fe4918;
transition: all .6s ease-in-out;
}
.invitado:hover p{
bottom: -80px;
opacity: 0;
}
/*Contador*/
.parallax::before{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-size:cover;
background-position: center center;
background-attachment: fixed;
filter: brightness(.7);
}
.contador{
position: relative;
height: auto;
}
.contador::before{
content: '';
background-image: url(../img/bg-resumen.jpg);
}
.resumen-evento{
position: relative;
padding: 102px 0;
display: flex;
flex-direction: column;
text-align: center;
color: white;
text-transform: uppercase;
font-family: 'Oswald';
font-size: 24px;
}
@media (min-width: 480px) {
.resumen-evento{
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
.resumen-evento p{
margin: 0;
}
.contador-num{
width: 100%;
margin: 0 auto;
justify-content: space-between;
align-items: center;
}
@media (min-width: 480px) {
.contador-num{
width: 50%;
}
}
@media (min-width: 768px) {
.contador-num{
width: 25%;
}
}
/** precios**/
.lista-precios{
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (min-width: 768px) {
.lista-precios{
flex-direction: row;
justify-content: space-between;
}
}
.tabla-precio{
border: solid 1px #e1e1e1;
background-color: white;
text-align: center;
padding: 40px 0;
margin: 20px 20px;
transition: all .4s ease-in-out;
}
.tabla-precio:hover{
transform: scale(1.1);
border: solid 1.5px #fe4918;
box-shadow: 0px 0px 50px #666;
}
.tabla-precio a{
margin: 0 10px;
}
@media (min-width: 768px) {
.tabla-precio{
width: 33.3%;
margin: 0 5px;
}
}
@media (min-width: 991px) {
.tabla-precio{
width: 33.3%;
margin: 0 20px;
}
}
.tabla-precio h3{
font-family: 'Oswald';
text-transform: uppercase;
font-size: 2.2em;
}
.tabla-precio .numero{
color: black;
margin: 20px 0;
}
.lista{
padding: 10px;
}
.li{
font-family: 'PT Sans';
font-size: 14px;
margin-bottom: 20px;
text-transform: uppercase;
color: #868686;
line-height: 26px;
text-align: center;
align-items: center;
}
.li p i{
font-size: 17px;
color: green;
}
/*MApa*/
.mapa{
height: 420px;
}
/**Testimonales**/
.testimoniales{
display: flex;
flex-direction: column;
justify-content: space-between;
padding-bottom: 20px;
}
@media (min-width: 768px) {
.testimoniales{
flex-direction: row;
}
}
.testimonial{
background-color: white;
border: solid 1px #e1e1e1;
margin: 0;
margin-bottom: 20px;
padding: 5px;
}
.testimonial:last-of-type{
margin-bottom: 0px;
}
@media (min-width: 768px) {
.testimonial{
width: 33.3%;
margin: 0 5px;
}
}
@media (min-width: 991px) {
.testimonial{
width: 33.3%;
margin: 0 10px;
}
}
.testimonial blockquote{
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
margin: 10px 10px;
}
.info-testimonial{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.testimonial blockquote p{
font-family: 'PT Sans', sans-serif;
text-align: justify!important;
font-size: 1em;
padding: 0 20px 0 65px;
}
.testimonial blockquote p::before{
content: '\201c';
position: absolute;
left: 13px;
top: -5px;
font-size: 8rem;
margin: 0;
padding: 0;
line-height: 1;
color: #fe4918;
}
.info-testimonial img{
width: 25%;
border-radius: 50%;
margin: 0 20px;
}
.autor{
display: flex;
flex-direction: column;
}
.autor cite{
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
color: #fe4918;
font-size: 20px;
font-weight: bold;
font-style: normal;
}
.autor span{
text-transform: none;
}
/***NEWSLETTER ***/
.newsletter{
position: relative;
height: auto;
}
.newsletter::before{
content: '';
background-image: url(../img/bg-newsletter.jpg);
}
.contenido{
position: relative;
padding: 102px 0;
display: flex;
flex-direction: column;
text-align: center;
color: white;
font-family: 'PT Sans';
}
.contenido p{
font-size: 1.2em;
margin: 0;
}
.contenido h3{
margin: 0;
font-size: 7vw;
color: white;
}
/*Contador Fechas*/
.contenedor-1{
width: 70%;
margin: 0 auto;
max-width: 800px;
}
.resumen-fecha{
padding-bottom: 70px;
display: flex;
flex-direction: column;
text-align: center;
color: black;
text-transform: uppercase;
font-family: 'Oswald';
font-size: 24px;
}
@media (min-width: 480px) {
.resumen-fecha{
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
.resumen-fecha p{
margin: 0;
}
.contador-fecha{
width: 100%;
margin: 0 auto;
justify-content: space-between;
align-items: center;
}
@media (min-width: 480px) {
.contador-fecha{
width: 50%;
}
}
@media (min-width: 768px) {
.contador-fecha{
width: 25%;
}
}
/*Contenido Footer*/
.site-footer{
color: white;
background-color: #353535;
margin: 0!important;
}
.contenido-footer{
padding-top: 20px;
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
.contenido-footer{
flex-direction: row;
justify-content: space-between;
}
}
.titulo-footer{
text-align: center!important;
font-family: 'Oswald';
font-size: 28px!important;
text-transform: uppercase;
margin: 10px 0px;
}
@media (min-width: 768px) {
.titulo-footer{
text-align: left!important;
}
}
.informacion-footer{
}
@media (min-width: 768px) {
.informacion-footer{
padding: 30px 10px;
}
}
.informacion-footer p{
font-size: 16px;
text-align: justify;
}
.informacion-footer span{
color: #fe4918;
}
@media (min-width: 768px) {
.informacion-footer{
width: 33.3%;
}
}
.derechos-reservados{
margin-top: 20px;
padding: 2px 0;
font-size: 18px;
text-align: center;
background-color: #2d2c2c;
}
.aling-right{
text-align: center;
}
@media (min-width: 488px) {
.aling-right a i{
font-size: 2.5em;
margin-top: 10px;
}
}
@media (min-width: 769px) {
.aling-right{
text-align: left;
font-size: .8em;
}
}
/*
//////////////Internas/////////////////////////////*/
/*//////conferencias////////*/
.galeria{
text-align: center;
}
.galeria a img{
display: inline-block;
margin: 10px;
}
/*Registro*/
form.registro h3{
text-align: center;
text-transform: uppercase;
margin-top: 20px;
font-size: 22px!important;
}
h4{
text-align: center;
text-transform: uppercase;
border-bottom: 2px solid #fe4918;
padding-bottom: 10px;
font-size: 1.2em;
}
.caja{
background-color: white;
padding: 20px;
border: 1px solid #e1e1e1;
}
@media (min-width: 769px) {
.form-datos{
display: flex;
justify-content: space-evenly;
}
}
.campo{
padding: 20px;
}
@media (min-width: 769px) {
.campo{
max-width: 33.3%;
}
}
.paquetes .tabla-precio:hover{
transform: none;
box-shadow: none;
}
.orden{
display: flex;
flex-direction: column;
align-items: center
}
.orden label{
font-weight: bold;
padding-bottom: 10px;
}
.orden input{
width: 80px;
}
.contenido-dia{
display: flex;
flex-direction: column;
justify-content: space-evenly;
padding: 20px;
}
#viernes{
display: none;
}
#sabado{
display: none;
}
#domingo{
display: none;
}
@media (min-width: 769px) {
.contenido-dia{
flex-direction: row;
justify-content: space-evenly;
}
.columnas-dia{
max-width: 33.3%;
}
}
.contenidos-dia{
display: flex;
flex-direction: column;
}
.contenido-dia p{
font-weight: bold;
text-align: left;
}
.contenido-dia label{
display: block;
margin-bottom: 10px;
}
.contenido-dia label input{
margin-right: 10px;
}
.contenido-dia label time{
color: #fe4918;
font-weight: bold;
}
/*///////Resumen Evento///////*/
.form-datos{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
@media (min-width: 768px) {
.form-datos{
flex-direction: row;
}
}
.campo{
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
.campo{
flex-direction: row;
}
}
.campo label{
margin: 0;
}
@media (min-width: 768px) {
.campo label{
margin: 0 10px;
}
}
.orden-boletos{
display: flex;
flex-direction: column;
align-items: center;
}
.contenido-pago{
display: flex;
flex-direction: column;
}
@media (min-width: 769px) {
.contenido-pago{
flex-direction: row;
}
}
.contenido-pago .boton:hover{
cursor: pointer;
transform: scale(1.1);
}
.extras{
flex-direction: column;
margin: auto auto;
}
@media (min-width: 769px) {
.extras{
padding-left: 50px;
width: 50%;
}
}
.extras .boton{
display: block!important;
margin: 20px auto;
border: none;
}
.orden{
text-align: center;
align-items: center;
}
@media (min-width: 769px) {
.orden{
align-items: flex-start;
}
.orden br{
display: none;
}
}
.orden label{
margin-top: 15px;
}
.orden input{
width: 35%;
}
.total{
display: flex;
flex-direction: column;
align-items: center;
}
@media (min-width: 769px) {
.total {
width: 50%;
}
}
.total .boton{
border: none;
background: gray;
}
.total .boton:hover{
transform: scale(1);
}
.total p{
font-weight: bold;
}
.lista-producto{
font-size: 1.1em;
background-color: #e1e1e1;
padding: 20px;
display: none;
}
.suma-total{
font-size: 2em;
font-weight: bold;
color: #fe4918;
}
#error{
display: none;
}
/*Calendario*/
.calendario{
display: flex;
flex-direction: column;
}
.eventos-dia{
display: flex;
flex-wrap: wrap;
}
.dia-calendario {
width: 33.3%;
border: solid 2px #e1e1e1;
padding: auto;
transition: all .3s ease-in-out;
}
.fecha-dia{
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
.dia-calendario {
width: 50%;
}
}
@media (max-width: 458px) {
.dia-calendario {
width: 100%;
}
}
.dia-calendario:hover{
background-color: #e1e1e1;
transform: scale(1.1);
}
.dia-calendario p {
font-size: 1em;
}
.dia-calendario .titulo{
font-size: 1.2em;
color: #fe4918;
text-transform: uppercase!important;
font-weight: bold;
}
/*Invitados*/
.cboxElement{
text-align: center;
}
.resultado{
text-align: center;
padding: 1rem;
color: white;
max-width: 400px;
margin: 0 auto;
}
.correcto{
background-color: rgba(2,173,2);
}
.error{
background-color: red;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster */
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css |
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
font-family: 'Oswald', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Open Sans', sans-serif
*/
html{
box-sizing: border-box;
}
*, *:before, *:after{
box-sizing: inherit;
}
body{
background-color: #f2f2f2;
font-family: 'Open Sans', sans-serif
}
h2{
font-family: 'Oswald', sans-serif;
font-size: 2.4em;
text-transform: uppercase;
text-align: center;
}
h2:after{
content: '';
margin: 0 auto;
background-image: url(../img/separador.png);
height: 30px;
width: 100px;
display: block;
}
h3{
font-size: 1.8em;
color: #fe4918;
font-family: 'PT Sans', sans-serif;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
i{
color: #fe4918;
font-size: 2rem;
margin-right: .8rem;
}
.mapa{
z-index: 1;
}
.boton{
background-color: #fe4918;
color: white!important;
padding: 10px 40px;
text-transform: uppercase;
font-weight: bold;
font-size: 1.5em;
margin-top: 20px;
text-decoration: none;
text-align: center;
display: block;
transition: all .5s ease;
}
@media (min-width: 768px) {
.boton{
display: inline-block;
}
}
.hollow{
background-color: white;
border: solid 1px #fe4918;
color: #fe4918!important;
}
.hollow:hover{
background-color: #fe4918;
color: white!important;
}
.transparente{
background-color: transparent;
border: 1px solid white;
display: block;
}
.transparente:hover{
background-color: #fe4918;
border: 1px solid #fe4918;
}
@media (min-width: 768px) {
.transparente{
display: inline-block;
}
.transparente:hover{
transform: scale(1.1);
}
}
.seccion p{
font-size: 1.2rem;
text-align: center;
}
.contenedor{
width: 95%;
margin: 0 auto;
max-width: 1200px;
}
@media (min-width: 768px) {
.contenedor{
width: 93%;
}
}
@media (min-width: 991px) {
.contenedor{
width: 90%;
}
}
.seccion{
padding: 30px 0;
}
.numero{
color: #fe4918;
font-size: 4em!important;
display: block;
margin: 0 0 10px 0;
font-family: 'Oswald';
}
.nombre-sitio span{
position: relative;
text-shadow: 0 0 30px black;
}
@media (min-width: 991px) {
.char1{
top: 20px;
right: 20px;
}
.char2{
top: 0px;
left: -20px;
}
.char3{
top: 10px;
right: 20px;
}
.char4{
top: 5px;
right: 10px;
}
.char5{
top: 15px;
right: 10px;
}
.char6{
top: 5px;
left: 10px;
}
.char7{
top: 20px;
left: -10px;
}
.char8{
top: 0px;
left: 10px;
}
.char9{
top: 10px;
right: 20px;
}
.char10{
top: 20px;
right: 20px;
}
}
/**Header**/
.hero{
background-image: url(../img/encabezado.jpg);
height: 100vh;
background-position: center center;
background-size: cover;
}
.contenido-header{
padding-top: 40px;
}
@media (min-width: 768px) {
.contenido-header{
padding-top: 20px;
}
}
.redes-sociales{
text-align: center;
}
.redes-sociales a i{
color: white!important;
font-size: 2em;
margin-right: 20px;
transition: all .3s ease-in-out;
}
.redes-sociales a i:hover{
transform: scale(1.4);
}
.redes-sociales a:last-child{
margin: 0;
}
.informacion-evento{
text-align: center;
color: white;
width: 90%;
margin: 20px auto;
}
@media (min-width: 768px) {
.informacion-evento{
margin: 50px auto 0 auto;
width: 60%;
}
}
.informacion-evento p{
margin: 0;
display: inline;
font-size: 20px;
text-transform: uppercase;
}
.informacion-evento p i{
color: #fe4918;
font-size: 2rem;
margin-right: 1rem;
}
.fecha-ciudad{
display: flex;
flex-direction: column;
}
.fecha-ciudad p{
margin: 1rem 0;
}
@media (min-width: 768px) {
.fecha-ciudad{
flex-direction: row;
justify-content: space-between;
}
.fecha-ciudad p{
margin: 0;
}
}
.informacion-evento h1{
font-family: 'PT Sans', sans-serif;
text-align: center;
font-size: 14vw;
margin-top: 0;
}
@media (min-width: 768px) {
.informacion-evento h1{
font-size: 9.5vw;
margin: 0;
}
}
.eslogan{
font-size: 24px !important;
text-transform: capitalize!important;
}
.eslogan span{
font-weight: bold;
}
/*Barra*/
.barra{
background-color: #353535;
padding: 20px 0;
}
.fixed{
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 2;
}
.logo img{
width: 90%;
}
@media (min-width: 768px) {
.logo{
width: auto;
max-width: 100%;
}
}
/**Navegacion Principal**/
.flex-barra{
display: flex;
flex-direction: column;
align-items: center;
}
.navegacion-principal{
display: none;
width: 100%
}
.navegacion-principal a{
display: inline-block;
width: 100%;
font-family: 'Oswald', sans-serif;
font-size: 1.5em;
text-transform: uppercase;
color: white;
text-decoration: none;
text-align: center;
padding: 0px 10px;
transition: all .4s ease;
margin-top: 15px;
}
.navegacion-principal .activo{
border-bottom: 2px solid #fe4918;
}
@media (min-width: 768px) {
.navegacion-principal a{
margin-top: 0;
}
}
.navegacion-principal a:last-child{
border: solid 2px #fe4918;
color: #fe4918;
}
.navegacion-principal a:last-child:hover{
color: white;
}
.navegacion-principal a:hover{
background-color: #fe4918;
transform: scale(1.2);
}
@media (min-width: 768px) {
.flex-barra{
flex-direction: row;
justify-content: space-between;
}
.navegacion-principal{
display: flex!important;
justify-content: space-between;
align-items: center;
}
}
.logo-movil{
display: flex;
justify-content: center;
align-items: center;
}
/*Menu movil*/
.menu-movil{
width: 80px;
display: block;
text-align: right;
}
.menu-movil span{
height: 8px;
margin-bottom: 6px;
background-color: white;
display: block;
margin-right: 10px;
}
.menu-movil span:hover{
cursor: pointer;
}
@media (min-width: 768px) {
.menu-movil{
display: none;
}
}
/*Programa Evento*/
.programa-evento .ocultar{
display: none;
}
.programa{
position: relative;
}
.contenedor-video{
max-width: 100%;
overflow-x: hidden;
}
.contenido-programa{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.programa-evento{
background-color: rgba(255, 255,255, 0.8);
padding: 15px;
margin-top: 30px;
}
@media (min-width: 768px) {
.programa-evento{
width: 70%;
padding: 15px;
margin-top: 150px;
}
}
@media (min-width: 992px) {
.programa-evento{
width: 50%;
}
}
.programa-evento a{
font-family: 'Oswald', sans-serif;
color: black;
font-size: 1.6em;
text-decoration: none;
margin: 0 9px;
}
.menu-programa{
display: flex;
flex-direction: column;
align-items: center;
border-bottom: solid 2px #fe4918;
}
@media (min-width: 992px) {
.menu-programa{
display: flex;
flex-direction: row;
justify-content: space-between;
padding-bottom: .6em;
border-bottom: solid 2px #fe4918;
}
}
.menu-programa a{
padding: 20px;
font-size: 1.8em;
position: relative;
}
.menu-programa a.activo::after{
position: absolute;
content: '';
left: 0;
right: 0;
bottom: -29px;
margin-left: auto;
margin-right: auto;
height: 20px;
width: 30px;
background-image: url('../img/talleres-flecha.jpg');
background-position: top center;
background-repeat: no-repeat;
}
@media (min-width: 768px) {
.menu-programa a{
padding: 0;
font-size: 1.6em;
}
}
.info-curso a{
margin: 0;
}
.info-curso a:hover{
background-color: #e33000!important;
}
@media (min-width: 768px) {
.info-curso a{
float: right;
}
}
.detalle-evento{
align-items: center;
border-bottom: solid 1px black;
}
.detalle-evento:last-of-type{
border-bottom: none;
}
.detalle-evento p{
font-size: 1.6em;
display: flex;
align-items: center;
}
/*INVITADOS*/
.lista-invitados{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.lista-invitados li{
padding: 10px;
}
@media (min-width: 480px) {
.lista-invitados li{
width:50%;
}
}
@media (min-width: 768px) {
.lista-invitados li{
width:33.3%;
}
}
.invitado{
position: relative;
overflow: hidden;
}
.invitado img{
max-width: 100%;
filter: grayscale(1);
transition: all .3s ease-in-out;
}
.invitado:hover img{
filter: grayscale(0);
transform: scale(1.1);
}
.invitado p{
position: absolute;
bottom: 0;
left: 0;
padding: 15px 15px;
margin: 0;
background-color: rgba( 0, 0, 0, .7);
width: 100%;
text-align: left;
font-family: 'Oswald';
text-transform: uppercase;
color: #fe4918;
transition: all .6s ease-in-out;
}
.invitado:hover p{
bottom: -80px;
opacity: 0;
}
/*Contador*/
.parallax::before{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-size:cover;
background-position: center center;
background-attachment: fixed;
filter: brightness(.7);
}
.contador{
position: relative;
height: auto;
}
.contador::before{
content: '';
background-image: url(../img/bg-resumen.jpg);
}
.resumen-evento{
position: relative;
padding: 102px 0;
display: flex;
flex-direction: column;
text-align: center;
color: white;
text-transform: uppercase;
font-family: 'Oswald';
font-size: 24px;
}
@media (min-width: 480px) {
.resumen-evento{
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
.resumen-evento p{
margin: 0;
}
.contador-num{
width: 100%;
margin: 0 auto;
justify-content: space-between;
align-items: center;
}
@media (min-width: 480px) {
.contador-num{
width: 50%;
}
}
@media (min-width: 768px) {
.contador-num{
width: 25%;
}
}
/** precios**/
.lista-precios{
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (min-width: 768px) {
.lista-precios{
flex-direction: row;
justify-content: space-between;
}
}
.tabla-precio{
border: solid 1px #e1e1e1;
background-color: white;
text-align: center;
padding: 40px 0;
margin: 20px 20px;
transition: all .4s ease-in-out;
}
.tabla-precio:hover{
transform: scale(1.1);
border: solid 1.5px #fe4918;
box-shadow: 0px 0px 50px #666;
}
.tabla-precio a{
margin: 0 10px;
}
@media (min-width: 768px) {
.tabla-precio{
width: 33.3%;
margin: 0 5px;
}
}
@media (min-width: 991px) {
.tabla-precio{
width: 33.3%;
margin: 0 20px;
}
}
.tabla-precio h3{
font-family: 'Oswald';
text-transform: uppercase;
font-size: 2.2em;
}
.tabla-precio .numero{
color: black;
margin: 20px 0;
}
.lista{
padding: 10px;
}
.li{
font-family: 'PT Sans';
font-size: 14px;
margin-bottom: 20px;
text-transform: uppercase;
color: #868686;
line-height: 26px;
text-align: center;
align-items: center;
}
.li p i{
font-size: 17px;
color: green;
}
/*MApa*/
.mapa{
height: 420px;
}
/**Testimonales**/
.testimoniales{
display: flex;
flex-direction: column;
justify-content: space-between;
padding-bottom: 20px;
}
@media (min-width: 768px) {
.testimoniales{
flex-direction: row;
}
}
.testimonial{
background-color: white;
border: solid 1px #e1e1e1;
margin: 0;
margin-bottom: 20px;
padding: 5px;
}
.testimonial:last-of-type{
margin-bottom: 0px;
}
@media (min-width: 768px) {
.testimonial{
width: 33.3%;
margin: 0 5px;
}
}
@media (min-width: 991px) {
.testimonial{
width: 33.3%;
margin: 0 10px;
}
}
.testimonial blockquote{
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
margin: 10px 10px;
}
.info-testimonial{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.testimonial blockquote p{
font-family: 'PT Sans', sans-serif;
text-align: justify!important;
font-size: 1em;
padding: 0 20px 0 65px;
}
.testimonial blockquote p::before{
content: '\201c';
position: absolute;
left: 13px;
top: -5px;
font-size: 8rem;
margin: 0;
padding: 0;
line-height: 1;
color: #fe4918;
}
.info-testimonial img{
width: 25%;
border-radius: 50%;
margin: 0 20px;
}
.autor{
display: flex;
flex-direction: column;
}
.autor cite{
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
color: #fe4918;
font-size: 20px;
font-weight: bold;
font-style: normal;
}
.autor span{
text-transform: none;
}
/***NEWSLETTER ***/
.newsletter{
position: relative;
height: auto;
}
.newsletter::before{
content: '';
background-image: url(../img/bg-newsletter.jpg);
}
.contenido{
position: relative;
padding: 102px 0;
display: flex;
flex-direction: column;
text-align: center;
color: white;
font-family: 'PT Sans';
}
.contenido p{
font-size: 1.2em;
margin: 0;
}
.contenido h3{
margin: 0;
font-size: 7vw;
color: white;
}
/*Contador Fechas*/
.contenedor-1{
width: 70%;
margin: 0 auto;
max-width: 800px;
}
.resumen-fecha{
padding-bottom: 70px;
display: flex;
flex-direction: column;
text-align: center;
color: black;
text-transform: uppercase;
font-family: 'Oswald';
font-size: 24px;
}
@media (min-width: 480px) {
.resumen-fecha{
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
.resumen-fecha p{
margin: 0;
}
.contador-fecha{
width: 100%;
margin: 0 auto;
justify-content: space-between;
align-items: center;
}
@media (min-width: 480px) {
.contador-fecha{
width: 50%;
}
}
@media (min-width: 768px) {
.contador-fecha{
width: 25%;
}
}
/*Contenido Footer*/
.site-footer{
color: white;
background-color: #353535;
margin: 0!important;
}
.contenido-footer{
padding-top: 20px;
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
.contenido-footer{
flex-direction: row;
justify-content: space-between;
}
}
.titulo-footer{
text-align: center!important;
font-family: 'Oswald';
font-size: 28px!important;
text-transform: uppercase;
margin: 10px 0px;
}
@media (min-width: 768px) {
.titulo-footer{
text-align: left!important;
}
}
.informacion-footer{
}
@media (min-width: 768px) {
.informacion-footer{
padding: 30px 10px;
}
}
.informacion-footer p{
font-size: 16px;
text-align: justify;
}
.informacion-footer span{
color: #fe4918;
}
@media (min-width: 768px) {
.informacion-footer{
width: 33.3%;
}
}
.derechos-reservados{
margin-top: 20px;
padding: 2px 0;
font-size: 18px;
text-align: center;
background-color: #2d2c2c;
}
.aling-right{
text-align: center;
}
@media (min-width: 488px) {
.aling-right a i{
font-size: 2.5em;
margin-top: 10px;
}
}
@media (min-width: 769px) {
.aling-right{
text-align: left;
font-size: .8em;
}
}
/*
//////////////Internas/////////////////////////////*/
/*//////conferencias////////*/
.galeria{
text-align: center;
}
.galeria a img{
display: inline-block;
margin: 10px;
}
/*Registro*/
form.registro h3{
text-align: center;
text-transform: uppercase;
margin-top: 20px;
font-size: 22px!important;
}
h4{
text-align: center;
text-transform: uppercase;
border-bottom: 2px solid #fe4918;
padding-bottom: 10px;
font-size: 1.2em;
}
.caja{
background-color: white;
padding: 20px;
border: 1px solid #e1e1e1;
}
@media (min-width: 769px) {
.form-datos{
display: flex;
justify-content: space-evenly;
}
}
.campo{
padding: 20px;
}
@media (min-width: 769px) {
.campo{
max-width: 33.3%;
}
}
.paquetes .tabla-precio:hover{
transform: none;
box-shadow: none;
}
.orden{
display: flex;
flex-direction: column;
align-items: center
}
.orden label{
font-weight: bold;
padding-bottom: 10px;
}
.orden input{
width: 80px;
}
.contenido-dia{
display: flex;
flex-direction: column;
justify-content: space-evenly;
padding: 20px;
}
#viernes{
display: none;
}
#sabado{
display: none;
}
#domingo{
display: none;
}
@media (min-width: 769px) {
.contenido-dia{
flex-direction: row;
justify-content: space-evenly;
}
.columnas-dia{
max-width: 33.3%;
}
}
.contenidos-dia{
display: flex;
flex-direction: column;
}
.contenido-dia p{
font-weight: bold;
text-align: left;
}
.contenido-dia label{
display: block;
margin-bottom: 10px;
}
.contenido-dia label input{
margin-right: 10px;
}
.contenido-dia label time{
color: #fe4918;
font-weight: bold;
}
/*///////Resumen Evento///////*/
.form-datos{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
@media (min-width: 768px) {
.form-datos{
flex-direction: row;
}
}
.campo{
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
.campo{
flex-direction: row;
}
}
.campo label{
margin: 0;
}
@media (min-width: 768px) {
.campo label{
margin: 0 10px;
}
}
.orden-boletos{
display: flex;
flex-direction: column;
align-items: center;
}
.contenido-pago{
display: flex;
flex-direction: column;
}
@media (min-width: 769px) {
.contenido-pago{
flex-direction: row;
}
}
.contenido-pago .boton:hover{
cursor: pointer;
transform: scale(1.1);
}
.extras{
flex-direction: column;
margin: auto auto;
}
@media (min-width: 769px) {
.extras{
padding-left: 50px;
width: 50%;
}
}
.extras .boton{
display: block!important;
margin: 20px auto;
border: none;
}
.orden{
text-align: center;
align-items: center;
}
@media (min-width: 769px) {
.orden{
align-items: flex-start;
}
.orden br{
display: none;
}
}
.orden label{
margin-top: 15px;
}
.orden input{
width: 35%;
}
.total{
display: flex;
flex-direction: column;
align-items: center;
}
@media (min-width: 769px) {
.total {
width: 50%;
}
}
.total .boton{
border: none;
background: gray;
}
.total .boton:hover{
transform: scale(1);
}
.total p{
font-weight: bold;
}
.lista-producto{
font-size: 1.1em;
background-color: #e1e1e1;
padding: 20px;
display: none;
}
.suma-total{
font-size: 2em;
font-weight: bold;
color: #fe4918;
}
#error{
display: none;
}
/*Calendario*/
.calendario{
display: flex;
flex-direction: column;
}
.eventos-dia{
display: flex;
flex-wrap: wrap;
}
.dia-calendario {
width: 33.3%;
border: solid 2px #e1e1e1;
padding: auto;
transition: all .3s ease-in-out;
}
.fecha-dia{
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
.dia-calendario {
width: 50%;
}
}
@media (max-width: 458px) {
.dia-calendario {
width: 100%;
}
}
.dia-calendario:hover{
background-color: #e1e1e1;
transform: scale(1.1);
}
.dia-calendario p {
font-size: 1em;
}
.dia-calendario .titulo{
font-size: 1.2em;
color: #fe4918;
text-transform: uppercase!important;
font-weight: bold;
}
/*Invitados*/
.cboxElement{
text-align: center;
}
.resultado{
text-align: center;
padding: 1rem;
color: white;
max-width: 400px;
margin: 0 auto;
}
.correcto{
background-color: rgba(2,173,2);
}
.error{
background-color: red;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster */
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.510008 | 0.094678 |
body.admin {
padding-top: 64px;
}
#admin.page {
width: auto;
margin: auto;
padding: 50px 25px 25px;
max-width: 1400px;
}
/*
* Header */
#admin-header {
background: #e9e9e9;
position: fixed;
width: 100%;
height: 65px;
top: 0;
border-bottom: 4px solid #359fa3;
z-index: 1;
}
#admin-header header {
width: auto;
margin: 0 auto;
padding: 12px 25px;
height: auto;
line-height: 40px;
max-width: 1400px;
}
#admin-header header .title {
font-size: 22px;
}
#admin-header header .title span {
color: #a8a8a8;
margin: 0 10px 0 12px;
}
/*
* Heading Nav */
h2.with-nav {
border-bottom: 1px solid #ddd;
padding-bottom: 6px;
}
h2.with-nav span {
padding: 10px 16px 8px;
margin-right: 20px;
border: 1px solid #ddd;
border-radius: 4px 4px 0 0;
border-bottom: 0;
line-height: 1px;
background: #fff;
top: -1px;
position: relative;
}
h2.with-nav a {
font-weight: normal;
text-decoration: none;
margin-right: 20px;
}
/*
* Messages */
#admin-messages {
margin: 25px auto 0; max-width: 1400px; padding: 0 25px; }
#admin-messages .message {
margin-bottom: 10px; padding: 10px; color: #fff;
border-radius: 3px; }
#admin-messages .message.success {
background: #2ba02b; }
#admin-messages .message.error {
background: #af362b; }
#admin-messages .message.warning {
background: #d6a70e; }
#admin-messages .message.info {
background: #007db6; }
/*
* Edit article */
.left-col {
width: 65%; padding-right: 5%; }
.right-col {
width: 30%; }
.markdown-editor {
float: left; width: 95%; display: block;
height: 360px; max-width: 95%;
box-sizing: border-box;
-moz-box-sizing: border-box; }
.markdown-preview {
background: #f9f9f9; border: 1px dashed #ccc;
padding: 10px; }
/*
* Footer */
#admin-footer {
height: 80px; }
/*
* Delete wrapper */
#delete-wrapper {
position: relative; top: 50px; } | public/css/admin.css | body.admin {
padding-top: 64px;
}
#admin.page {
width: auto;
margin: auto;
padding: 50px 25px 25px;
max-width: 1400px;
}
/*
* Header */
#admin-header {
background: #e9e9e9;
position: fixed;
width: 100%;
height: 65px;
top: 0;
border-bottom: 4px solid #359fa3;
z-index: 1;
}
#admin-header header {
width: auto;
margin: 0 auto;
padding: 12px 25px;
height: auto;
line-height: 40px;
max-width: 1400px;
}
#admin-header header .title {
font-size: 22px;
}
#admin-header header .title span {
color: #a8a8a8;
margin: 0 10px 0 12px;
}
/*
* Heading Nav */
h2.with-nav {
border-bottom: 1px solid #ddd;
padding-bottom: 6px;
}
h2.with-nav span {
padding: 10px 16px 8px;
margin-right: 20px;
border: 1px solid #ddd;
border-radius: 4px 4px 0 0;
border-bottom: 0;
line-height: 1px;
background: #fff;
top: -1px;
position: relative;
}
h2.with-nav a {
font-weight: normal;
text-decoration: none;
margin-right: 20px;
}
/*
* Messages */
#admin-messages {
margin: 25px auto 0; max-width: 1400px; padding: 0 25px; }
#admin-messages .message {
margin-bottom: 10px; padding: 10px; color: #fff;
border-radius: 3px; }
#admin-messages .message.success {
background: #2ba02b; }
#admin-messages .message.error {
background: #af362b; }
#admin-messages .message.warning {
background: #d6a70e; }
#admin-messages .message.info {
background: #007db6; }
/*
* Edit article */
.left-col {
width: 65%; padding-right: 5%; }
.right-col {
width: 30%; }
.markdown-editor {
float: left; width: 95%; display: block;
height: 360px; max-width: 95%;
box-sizing: border-box;
-moz-box-sizing: border-box; }
.markdown-preview {
background: #f9f9f9; border: 1px dashed #ccc;
padding: 10px; }
/*
* Footer */
#admin-footer {
height: 80px; }
/*
* Delete wrapper */
#delete-wrapper {
position: relative; top: 50px; } | 0.323701 | 0.066569 |
.hidden {
display: none;
}
/* 隐藏 valine 脚标 */
.vpower {
display: none;
}
/************************ color start *************************/
/* 主题背景色 */
#nav-topbar.nav-container, .nav-container, .themeform input[type="submit"], .themeform button[type="submit"], .sidebar .sidebar-top, .sidebar .sidebar-toggle, #flexslider-featured .flex-control-nav li a.flex-active, .post-tags a:hover, .s1 .widget_calendar caption, #footer .widget_calendar caption, .author-bio .bio-avatar:after, .commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after {
background-color:#c26d46;
}
/* 主题前景色 (eg. 字体颜色) */
a, .post-read-more, .themeform label .required, #flexslider-featured .flex-direction-nav .flex-next:hover, #flexslider-featured .flex-direction-nav .flex-prev:hover, .post-hover:hover .post-title a, .post-title a:hover, .s1 .post-nav li a:hover i, .content .post-nav li a:hover i, .post-related a:hover, .s1 .widget_rss ul li a, #footer .widget_rss ul li a, .s1 .widget_calendar a, #footer .widget_calendar a, .s1 .alx-tab .tab-item-category a, .s1 .alx-posts .post-item-category a, .s1 .alx-tab li:hover .tab-item-title a, .s1 .alx-tab li:hover .tab-item-comment a, .s1 .alx-posts li:hover .post-item-title a, #footer .alx-tab .tab-item-category a, #footer .alx-posts .post-item-category a, #footer .alx-tab li:hover .tab-item-title a, #footer .alx-tab li:hover .tab-item-comment a, #footer .alx-posts li:hover .post-item-title a, .comment-tabs li.active a, .comment-awaiting-moderation, .child-menu a:hover, .child-menu .current_page_item > a, .wp-pagenavi a {
color: #c26d46;
}
/************************* color end **************************/
/************************* fonts start *************************/
/* 代码字体 */
.entry code, .entry pre {
font-family: 'Fira Code', Hack, monospace
}
/* 普通字体 */
body, h1, h2, h3, h4, h5, p, input, textarea, button, select, label {
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
}
/************************* fonts end ***************************/
/************************* radius and box shadow start *************************/
/* 顶栏圆角和阴影 */
#nav-topbar.nav-container, .nav-container {
border-radius: 0 0 6px 6px;
box-shadow: 0 2px 3px rgba(26, 26, 26, 0.46);
}
/* 主体部分圆角加阴影 */
.container-inner, .main, .main-inner, .content {
border-radius: 8px;
box-shadow: 0 1px 5px rgba(0,0,0,.075);
}
/* 代码, 图片圆角 */
code, img, svg, iframe, table {
border-radius: 6px;
box-shadow: 0 1px 5px rgba(0,0,0,.075);
}
img, table {
border: 1px solid #ddd;
max-width: 99%;
}
.dot > svg {
max-width: 99%;
}
svg {
margin-left: auto;
margin-right:auto;
display:block;
}
pre {
tab-size: 4;
border-radius: 6px 0 6px 6px;
box-shadow: 0 1px 5px rgba(0,0,0,.075);
}
/* footer 上部圆角 */
#footer-bottom {
border-radius: 8px 8px 0 0;
}
/* s1 左上圆角 */
.s1 .sidebar-top, .s1 .sidebar-toggle {
border-radius: 8px 0 0 0;
}
/* s2 右上圆角 */
.s2 .sidebar-top, .s2 .sidebar-toggle {
border-radius: 0 8px 0 0;
}
/************************* radius and box shadow end ***************************/
/************************* sidebar start *************************/
.s1 {
position: -webkit-sticky;
position: sticky;
top: 55px;
}
/* i don't know why but it really fuckly work. */
/* i hate css. */
/* fuck css position. */
/* fuck! */
@media only screen and (max-width: 960px) and (min-width: 480px) {
.s1-expand .s1 {
position: -webkit-sticky !important;
position: sticky !important;
top: 55px !important;
position: sticky !important;
margin-left: -3000px !important; /* why it works!? */
overflow: hidden;
}
}
@media only screen and (max-width: 960px) and (min-width: 720px) {
.s1-expand .s1 { transform: translateX(10px); }
}
/* 当屏幕宽度过小时, s1 重新出现在文章下方, 不再使用 sticky */
@media only screen and (max-width: 479px) {
.s1 {
position: relative;
top: 0
}
}
/************************* sidebar end ***************************/
/************************* scrollbar start *************************/
/* 滚动条 */
::-webkit-scrollbar {
width: 6px;
height: 7px;
}
::-webkit-scrollbar-track {
background-color: rgba(238, 238, 238, 0.2);
/*#eee*/
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 6px;
}
::-webkit-scrollbar-thumb {
background: #c26d46aa;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
border-radius: 6px;
}
/************************* scrollbar end ***************************/
/************************* hljs tools start *************************/
.hljs-toolbox {
position: absolute;
right: 0;
padding-right: 2%;
padding-left: 2%;
margin-top: -20px;
background-color: rgba(248, 248, 248, 0.95);
border: 1px solid #ddd;
border-radius: 6px 6px 0 0;
border-bottom-width: 0;
}
.hljs::-webkit-scrollbar { height: 6px; }
.hljs { overflow-x: auto; white-space: pre; line-height: 1.6; }
.hljs ul { margin: 0; }
.hljs ul li { list-style: circle; /* none;decimal-leading-zero; */ }
.blob-num { padding-right: 14px; /* color please see head.includes.html */ }
.blob-num:before { content: attr(data-line-number); }
/************************* hljs tools end ***************************/
/************************* title start *************************/
#header {
background-size: cover;
}
#title-avatar-img {
border-radius: 50%;
width: 72px;
height: 72px;
margin: 0 auto;
}
@media only screen and (max-width: 719px) {
.site-title a {
float: left;
}
}
@media only screen and (max-width: 479px) {
#title-avatar-img {
border-radius: 50%;
width: 64px;
height: 64px;
margin: 0 auto;
}
}
/************************* title end ***************************/
/************************* toc start *************************/
.toc {
width: 80%;
max-height: 460px;
overflow-y: auto;
margin: 0;
padding: 20px 30px 20px 30px;
font-size: 14px;
line-height: 2.2em;
border-bottom: 1px solid #ddd;
}
.toc-nav ul, .toc-nav li {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.toc-nav ul ul ul { margin-left: 2rem; }
.toc-nav .toc-nav-link { color: #666; }
.toc-nav li.active .toc-nav-link {
background-color: #f6f6f6;
color: #ff0;
border-left: solid 2px #ff0;
}
/* see sidebar.css */
@media only screen and (max-width: 479px) {
.toc { display: none; }
}
/************************* toc end ***************************/
/************************* post featured start *************************/
.post-cover {
width: 172px;
height: 96px;
float: left;
margin-right: 18px;
}
@media only screen and (max-width: 719px) {
.post-cover {
width: 100%;
height: 143px;
float: none;
margin-bottom: 6px;
}
}
@media only screen and (max-width: 479px) {
.post-cover {
height: 100px;
}
}
.featured .post-title {
font-size: 30px;
}
@media only screen and (max-width: 719px){
.featured .post-title {
font-size: 22px;
}
}
/************************* post featured end ***************************/ | static/assets/css/custom.css | .hidden {
display: none;
}
/* 隐藏 valine 脚标 */
.vpower {
display: none;
}
/************************ color start *************************/
/* 主题背景色 */
#nav-topbar.nav-container, .nav-container, .themeform input[type="submit"], .themeform button[type="submit"], .sidebar .sidebar-top, .sidebar .sidebar-toggle, #flexslider-featured .flex-control-nav li a.flex-active, .post-tags a:hover, .s1 .widget_calendar caption, #footer .widget_calendar caption, .author-bio .bio-avatar:after, .commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after {
background-color:#c26d46;
}
/* 主题前景色 (eg. 字体颜色) */
a, .post-read-more, .themeform label .required, #flexslider-featured .flex-direction-nav .flex-next:hover, #flexslider-featured .flex-direction-nav .flex-prev:hover, .post-hover:hover .post-title a, .post-title a:hover, .s1 .post-nav li a:hover i, .content .post-nav li a:hover i, .post-related a:hover, .s1 .widget_rss ul li a, #footer .widget_rss ul li a, .s1 .widget_calendar a, #footer .widget_calendar a, .s1 .alx-tab .tab-item-category a, .s1 .alx-posts .post-item-category a, .s1 .alx-tab li:hover .tab-item-title a, .s1 .alx-tab li:hover .tab-item-comment a, .s1 .alx-posts li:hover .post-item-title a, #footer .alx-tab .tab-item-category a, #footer .alx-posts .post-item-category a, #footer .alx-tab li:hover .tab-item-title a, #footer .alx-tab li:hover .tab-item-comment a, #footer .alx-posts li:hover .post-item-title a, .comment-tabs li.active a, .comment-awaiting-moderation, .child-menu a:hover, .child-menu .current_page_item > a, .wp-pagenavi a {
color: #c26d46;
}
/************************* color end **************************/
/************************* fonts start *************************/
/* 代码字体 */
.entry code, .entry pre {
font-family: 'Fira Code', Hack, monospace
}
/* 普通字体 */
body, h1, h2, h3, h4, h5, p, input, textarea, button, select, label {
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
}
/************************* fonts end ***************************/
/************************* radius and box shadow start *************************/
/* 顶栏圆角和阴影 */
#nav-topbar.nav-container, .nav-container {
border-radius: 0 0 6px 6px;
box-shadow: 0 2px 3px rgba(26, 26, 26, 0.46);
}
/* 主体部分圆角加阴影 */
.container-inner, .main, .main-inner, .content {
border-radius: 8px;
box-shadow: 0 1px 5px rgba(0,0,0,.075);
}
/* 代码, 图片圆角 */
code, img, svg, iframe, table {
border-radius: 6px;
box-shadow: 0 1px 5px rgba(0,0,0,.075);
}
img, table {
border: 1px solid #ddd;
max-width: 99%;
}
.dot > svg {
max-width: 99%;
}
svg {
margin-left: auto;
margin-right:auto;
display:block;
}
pre {
tab-size: 4;
border-radius: 6px 0 6px 6px;
box-shadow: 0 1px 5px rgba(0,0,0,.075);
}
/* footer 上部圆角 */
#footer-bottom {
border-radius: 8px 8px 0 0;
}
/* s1 左上圆角 */
.s1 .sidebar-top, .s1 .sidebar-toggle {
border-radius: 8px 0 0 0;
}
/* s2 右上圆角 */
.s2 .sidebar-top, .s2 .sidebar-toggle {
border-radius: 0 8px 0 0;
}
/************************* radius and box shadow end ***************************/
/************************* sidebar start *************************/
.s1 {
position: -webkit-sticky;
position: sticky;
top: 55px;
}
/* i don't know why but it really fuckly work. */
/* i hate css. */
/* fuck css position. */
/* fuck! */
@media only screen and (max-width: 960px) and (min-width: 480px) {
.s1-expand .s1 {
position: -webkit-sticky !important;
position: sticky !important;
top: 55px !important;
position: sticky !important;
margin-left: -3000px !important; /* why it works!? */
overflow: hidden;
}
}
@media only screen and (max-width: 960px) and (min-width: 720px) {
.s1-expand .s1 { transform: translateX(10px); }
}
/* 当屏幕宽度过小时, s1 重新出现在文章下方, 不再使用 sticky */
@media only screen and (max-width: 479px) {
.s1 {
position: relative;
top: 0
}
}
/************************* sidebar end ***************************/
/************************* scrollbar start *************************/
/* 滚动条 */
::-webkit-scrollbar {
width: 6px;
height: 7px;
}
::-webkit-scrollbar-track {
background-color: rgba(238, 238, 238, 0.2);
/*#eee*/
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 6px;
}
::-webkit-scrollbar-thumb {
background: #c26d46aa;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
border-radius: 6px;
}
/************************* scrollbar end ***************************/
/************************* hljs tools start *************************/
.hljs-toolbox {
position: absolute;
right: 0;
padding-right: 2%;
padding-left: 2%;
margin-top: -20px;
background-color: rgba(248, 248, 248, 0.95);
border: 1px solid #ddd;
border-radius: 6px 6px 0 0;
border-bottom-width: 0;
}
.hljs::-webkit-scrollbar { height: 6px; }
.hljs { overflow-x: auto; white-space: pre; line-height: 1.6; }
.hljs ul { margin: 0; }
.hljs ul li { list-style: circle; /* none;decimal-leading-zero; */ }
.blob-num { padding-right: 14px; /* color please see head.includes.html */ }
.blob-num:before { content: attr(data-line-number); }
/************************* hljs tools end ***************************/
/************************* title start *************************/
#header {
background-size: cover;
}
#title-avatar-img {
border-radius: 50%;
width: 72px;
height: 72px;
margin: 0 auto;
}
@media only screen and (max-width: 719px) {
.site-title a {
float: left;
}
}
@media only screen and (max-width: 479px) {
#title-avatar-img {
border-radius: 50%;
width: 64px;
height: 64px;
margin: 0 auto;
}
}
/************************* title end ***************************/
/************************* toc start *************************/
.toc {
width: 80%;
max-height: 460px;
overflow-y: auto;
margin: 0;
padding: 20px 30px 20px 30px;
font-size: 14px;
line-height: 2.2em;
border-bottom: 1px solid #ddd;
}
.toc-nav ul, .toc-nav li {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.toc-nav ul ul ul { margin-left: 2rem; }
.toc-nav .toc-nav-link { color: #666; }
.toc-nav li.active .toc-nav-link {
background-color: #f6f6f6;
color: #ff0;
border-left: solid 2px #ff0;
}
/* see sidebar.css */
@media only screen and (max-width: 479px) {
.toc { display: none; }
}
/************************* toc end ***************************/
/************************* post featured start *************************/
.post-cover {
width: 172px;
height: 96px;
float: left;
margin-right: 18px;
}
@media only screen and (max-width: 719px) {
.post-cover {
width: 100%;
height: 143px;
float: none;
margin-bottom: 6px;
}
}
@media only screen and (max-width: 479px) {
.post-cover {
height: 100px;
}
}
.featured .post-title {
font-size: 30px;
}
@media only screen and (max-width: 719px){
.featured .post-title {
font-size: 22px;
}
}
/************************* post featured end ***************************/ | 0.28279 | 0.065247 |
@keyframes spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woosw-btn.woosw-added:before {
content: '\2713';
margin-right: 5px;
}
.woosw-btn.woosw-adding:after {
content: '...' !important;
display: inline-block !important;
}
.woosw-area {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999989;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
font-size: 14px;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
box-sizing: border-box;
}
.woosw-area * {
box-sizing: border-box;
}
.woosw-area.woosw-open {
opacity: 1;
visibility: visible;
}
.woosw-area.woosw-open .woosw-inner .woosw-content {
top: 50%;
border-radius: 4px;
overflow: hidden;
}
.woosw-area .woosw-inner {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.woosw-area .woosw-inner .woosw-content {
width: 90%;
max-width: 480px;
height: auto;
max-height: 90%;
position: absolute;
top: 40%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
-webkit-transform: translate3d(-50%, -50%, 0);
padding: 0;
display: flex;
flex-direction: column;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosw-area .woosw-inner .woosw-content > div {
align-self: stretch;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top {
flex: 0 0 auto;
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
margin: 0;
position: relative;
text-transform: uppercase;
color: #fff;
font-weight: 700;
background-color: #222;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count {
margin-left: 5px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count:before {
content: '(';
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count:after {
content: ')';
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
display: inline-block;
height: 48px;
line-height: 48px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
text-transform: none;
color: #999999;
font-weight: 400;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
display: inline-block;
float: right;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
content: '\e9ea';
font-size: 20px;
font-family: 'feather';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body.rtl .woosw-area .woosw-inner .woosw-content .woosw-content-top {
padding: 0 20px 0 60px;
}
body.rtl .woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
right: auto;
left: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid {
display: block;
position: relative;
min-height: 80px;
flex: 1 1 auto;
padding: 0;
margin: 0;
background-color: #fff;
overflow-x: hidden;
overflow-y: hidden;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-notice {
display: block;
padding: 20px;
height: 40px;
line-height: 40px;
text-align: center;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-message {
display: block;
padding: 20px 40px 40px 40px;
font-size: 20px;
text-align: center;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-message img {
display: block;
width: 60%;
height: auto;
margin: 0 auto;
opacity: .6;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
margin: 0;
padding: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td {
vertical-align: middle;
padding: 10px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:nth-child(2n) td {
background-color: rgba(0, 0, 0, 0.03);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:hover td {
background-color: rgba(0, 0, 0, 0.05);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
vertical-align: middle;
width: 16px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
cursor: pointer;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
display: inline-block;
content: '\e9ea';
font-size: 16px;
font-family: 'feather';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before {
animation: spinner 1s linear infinite;
-webkit-animation: spinner 1s linear infinite;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before {
color: #cc6055;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image {
width: 100px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
width: 80px;
height: auto;
border-radius: 2px;
border: none;
padding: 0;
margin: 0;
box-shadow: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
font-weight: 700;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add .add_to_cart_inline {
border: none;
padding: 0;
margin: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
flex: 0 0 auto;
height: 48px;
line-height: 48px;
padding: 0 20px;
position: relative;
color: #fff;
font-size: 14px;
text-transform: uppercase;
background-color: #222;
overflow: hidden;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a {
color: #fff;
outline: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
color: #5fbd74;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue {
cursor: pointer;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
color: #5fbd74;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
display: block;
text-align: center;
width: 100%;
height: 48px;
line-height: 48px;
padding: 0 20px;
color: #fff;
font-size: 14px;
font-weight: 400;
background-color: #5fbd74;
position: absolute;
top: 48px;
left: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice.woosw-notice-show {
top: 0;
}
.woosw-area.woosw-message .woosw-inner .woosw-content {
max-width: 320px;
background-color: #ffffff;
}
.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-top {
color: #222;
background-color: transparent;
}
.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
color: #222;
}
.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-bot {
display: none;
}
.woosw-content-items .woosw-content-item .woosw-content-item--note {
padding-left: 10px;
border-left: 2px solid #222;
font-style: italic;
font-size: 14px;
}
body.rtl .woosw-content-items .woosw-content-item .woosw-content-item--note {
border-left: none;
border-right: 2px solid #222;
padding-left: 0;
padding-right: 10px;
}
.woosw-list table.woosw-content-items {
margin: 0;
padding: 0;
}
.woosw-list table.woosw-content-items tr td {
vertical-align: middle;
padding: 10px;
}
.woosw-list table.woosw-content-items tr:nth-child(2n) td {
background-color: rgba(0, 0, 0, 0.03);
}
.woosw-list table.woosw-content-items tr:hover td {
background-color: rgba(0, 0, 0, 0.05);
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
vertical-align: middle;
width: 16px;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
cursor: pointer;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
display: inline-block;
content: '\e9ea';
font-size: 16px;
font-family: 'feather';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before {
animation: spinner 1s linear infinite;
-webkit-animation: spinner 1s linear infinite;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before {
color: #cc6055;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image {
width: 100px;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
width: 80px;
height: auto;
border-radius: 2px;
border: none;
padding: 0;
margin: 0;
box-shadow: none;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
font-weight: 700;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p, .woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .add_to_cart_inline {
border: none;
padding: 0;
margin: 0;
}
.woosw-list .woosw-actions {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
}
.woosw-list .woosw-copy {
display: flex;
align-items: center;
}
.woosw-list .woosw-copy .woosw-copy-url {
margin-left: 10px;
margin-right: 0;
}
body.rtl .woosw-list .woosw-copy .woosw-copy-url {
margin-left: 0;
margin-right: 10px;
}
.woosw-list .woosw-share .woosw-share-label, .woosw-list .woosw-share a {
display: inline-block;
margin-left: 0;
margin-right: 10px;
text-decoration: none !important;
font-style: normal !important;
}
body.rtl .woosw-list .woosw-share .woosw-share-label, body.rtl .woosw-list .woosw-share a {
margin-right: 0;
margin-left: 10px;
}
.woosw-menu-item .woosw-menu-item-inner {
position: relative;
}
.woosw-menu-item .woosw-menu-item-inner:after {
content: attr(data-count);
display: block;
background-color: #e94b35;
color: #fff;
font-size: 10px;
font-weight: 400;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 8px;
position: absolute;
top: -10px;
right: -10px;
}
.woosw-icon {
font-family: 'feather';
font-style: normal !important;
}
.woosw-share-facebook .woosw-icon:before {
content: '\e955';
}
.woosw-share-twitter .woosw-icon:before {
content: '\e9d2';
}
.woosw-share-pinterest .woosw-icon:before {
content: '\e9bf';
}
.woosw-share-instagram .woosw-icon:before {
content: '\e96c';
}
.woosw-share-mail .woosw-icon:before {
content: '\e913';
}
@media only screen and (max-width: 860px) {
.woosw-list .woosw-actions {
flex-direction: column;
align-items: flex-start;
}
} | public/frontend/plugins/woo-smart-wishlist/assets/css/frontendf658.css | @keyframes spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woosw-btn.woosw-added:before {
content: '\2713';
margin-right: 5px;
}
.woosw-btn.woosw-adding:after {
content: '...' !important;
display: inline-block !important;
}
.woosw-area {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999989;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
font-size: 14px;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
box-sizing: border-box;
}
.woosw-area * {
box-sizing: border-box;
}
.woosw-area.woosw-open {
opacity: 1;
visibility: visible;
}
.woosw-area.woosw-open .woosw-inner .woosw-content {
top: 50%;
border-radius: 4px;
overflow: hidden;
}
.woosw-area .woosw-inner {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.woosw-area .woosw-inner .woosw-content {
width: 90%;
max-width: 480px;
height: auto;
max-height: 90%;
position: absolute;
top: 40%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
-webkit-transform: translate3d(-50%, -50%, 0);
padding: 0;
display: flex;
flex-direction: column;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosw-area .woosw-inner .woosw-content > div {
align-self: stretch;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top {
flex: 0 0 auto;
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
margin: 0;
position: relative;
text-transform: uppercase;
color: #fff;
font-weight: 700;
background-color: #222;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count {
margin-left: 5px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count:before {
content: '(';
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count:after {
content: ')';
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
display: inline-block;
height: 48px;
line-height: 48px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
text-transform: none;
color: #999999;
font-weight: 400;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
display: inline-block;
float: right;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
content: '\e9ea';
font-size: 20px;
font-family: 'feather';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body.rtl .woosw-area .woosw-inner .woosw-content .woosw-content-top {
padding: 0 20px 0 60px;
}
body.rtl .woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
right: auto;
left: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid {
display: block;
position: relative;
min-height: 80px;
flex: 1 1 auto;
padding: 0;
margin: 0;
background-color: #fff;
overflow-x: hidden;
overflow-y: hidden;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-notice {
display: block;
padding: 20px;
height: 40px;
line-height: 40px;
text-align: center;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-message {
display: block;
padding: 20px 40px 40px 40px;
font-size: 20px;
text-align: center;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-message img {
display: block;
width: 60%;
height: auto;
margin: 0 auto;
opacity: .6;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
margin: 0;
padding: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td {
vertical-align: middle;
padding: 10px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:nth-child(2n) td {
background-color: rgba(0, 0, 0, 0.03);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:hover td {
background-color: rgba(0, 0, 0, 0.05);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
vertical-align: middle;
width: 16px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
cursor: pointer;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
display: inline-block;
content: '\e9ea';
font-size: 16px;
font-family: 'feather';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before {
animation: spinner 1s linear infinite;
-webkit-animation: spinner 1s linear infinite;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before {
color: #cc6055;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image {
width: 100px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
width: 80px;
height: auto;
border-radius: 2px;
border: none;
padding: 0;
margin: 0;
box-shadow: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
font-weight: 700;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add .add_to_cart_inline {
border: none;
padding: 0;
margin: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
flex: 0 0 auto;
height: 48px;
line-height: 48px;
padding: 0 20px;
position: relative;
color: #fff;
font-size: 14px;
text-transform: uppercase;
background-color: #222;
overflow: hidden;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a {
color: #fff;
outline: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
color: #5fbd74;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue {
cursor: pointer;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
color: #5fbd74;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
display: block;
text-align: center;
width: 100%;
height: 48px;
line-height: 48px;
padding: 0 20px;
color: #fff;
font-size: 14px;
font-weight: 400;
background-color: #5fbd74;
position: absolute;
top: 48px;
left: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice.woosw-notice-show {
top: 0;
}
.woosw-area.woosw-message .woosw-inner .woosw-content {
max-width: 320px;
background-color: #ffffff;
}
.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-top {
color: #222;
background-color: transparent;
}
.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
color: #222;
}
.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-bot {
display: none;
}
.woosw-content-items .woosw-content-item .woosw-content-item--note {
padding-left: 10px;
border-left: 2px solid #222;
font-style: italic;
font-size: 14px;
}
body.rtl .woosw-content-items .woosw-content-item .woosw-content-item--note {
border-left: none;
border-right: 2px solid #222;
padding-left: 0;
padding-right: 10px;
}
.woosw-list table.woosw-content-items {
margin: 0;
padding: 0;
}
.woosw-list table.woosw-content-items tr td {
vertical-align: middle;
padding: 10px;
}
.woosw-list table.woosw-content-items tr:nth-child(2n) td {
background-color: rgba(0, 0, 0, 0.03);
}
.woosw-list table.woosw-content-items tr:hover td {
background-color: rgba(0, 0, 0, 0.05);
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
vertical-align: middle;
width: 16px;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
cursor: pointer;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
display: inline-block;
content: '\e9ea';
font-size: 16px;
font-family: 'feather';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before {
animation: spinner 1s linear infinite;
-webkit-animation: spinner 1s linear infinite;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before {
color: #cc6055;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image {
width: 100px;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
width: 80px;
height: auto;
border-radius: 2px;
border: none;
padding: 0;
margin: 0;
box-shadow: none;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
font-weight: 700;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p, .woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .add_to_cart_inline {
border: none;
padding: 0;
margin: 0;
}
.woosw-list .woosw-actions {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
}
.woosw-list .woosw-copy {
display: flex;
align-items: center;
}
.woosw-list .woosw-copy .woosw-copy-url {
margin-left: 10px;
margin-right: 0;
}
body.rtl .woosw-list .woosw-copy .woosw-copy-url {
margin-left: 0;
margin-right: 10px;
}
.woosw-list .woosw-share .woosw-share-label, .woosw-list .woosw-share a {
display: inline-block;
margin-left: 0;
margin-right: 10px;
text-decoration: none !important;
font-style: normal !important;
}
body.rtl .woosw-list .woosw-share .woosw-share-label, body.rtl .woosw-list .woosw-share a {
margin-right: 0;
margin-left: 10px;
}
.woosw-menu-item .woosw-menu-item-inner {
position: relative;
}
.woosw-menu-item .woosw-menu-item-inner:after {
content: attr(data-count);
display: block;
background-color: #e94b35;
color: #fff;
font-size: 10px;
font-weight: 400;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 8px;
position: absolute;
top: -10px;
right: -10px;
}
.woosw-icon {
font-family: 'feather';
font-style: normal !important;
}
.woosw-share-facebook .woosw-icon:before {
content: '\e955';
}
.woosw-share-twitter .woosw-icon:before {
content: '\e9d2';
}
.woosw-share-pinterest .woosw-icon:before {
content: '\e9bf';
}
.woosw-share-instagram .woosw-icon:before {
content: '\e96c';
}
.woosw-share-mail .woosw-icon:before {
content: '\e913';
}
@media only screen and (max-width: 860px) {
.woosw-list .woosw-actions {
flex-direction: column;
align-items: flex-start;
}
} | 0.501221 | 0.063686 |
------------------------------------------*/
.note-editor .modal .modal-footer .modal-close {
background-color: #c62828;
color: #eeeeee;
}
.note-editor .modal .modal-footer .note-image-btn, .note-editor .modal .modal-footer .note-link-btn, .note-editor .modal .modal-footer .note-video-btn {
background-color: #2e7d32;
color: #eeeeee;
}
.note-editor .modal .file-uploader-wrapper {
background-color: #3d5afe;
color: #eeeeee;
}
.note-editor .disabled {
background-color: #555555 !important;
color: #bbbbbb !important;
}
.note-editor .modal-content::-webkit-scrollbar, .note-editor .dropdown-content::-webkit-scrollbar, .note-editor .note-editing-area .note-editable::-webkit-scrollbar {
width: 17px;
}
.note-editor .modal-content::-webkit-scrollbar-button, .note-editor .dropdown-content::-webkit-scrollbar-button, .note-editor .note-editing-area .note-editable::-webkit-scrollbar-button {
display: none !important;
}
.note-editor .modal-content::-webkit-scrollbar-track, .note-editor .dropdown-content::-webkit-scrollbar-track, .note-editor .note-editing-area .note-editable::-webkit-scrollbar-track {
background-color: #212121;
}
.note-editor .modal-content::-webkit-scrollbar-thumb, .note-editor .dropdown-content::-webkit-scrollbar-thumb, .note-editor .note-editing-area .note-editable::-webkit-scrollbar-thumb {
background-color: #454545;
}
.note-editor .modal-content::-webkit-scrollbar-thumb:hover, .note-editor .dropdown-content::-webkit-scrollbar-thumb:hover, .note-editor .note-editing-area .note-editable::-webkit-scrollbar-thumb:hover {
background-color: #535353;
}
.note-editor .modal-footer a:link {
color: #ffc107;
}
.note-editor .modal-footer a:hover {
color: #ffab00;
}
.note-editor .modal-footer a:visited {
color: #ff6d00;
}
.note-editor .modal-footer a:active {
color: #ffab00;
}
/* Layout
------------------------------------------*/
.note-editor .note-color-palette, #note-card-modal .note-color-palette {
line-height: 1;
}
.note-editor .note-color-palette .note-color-row, #note-card-modal .note-color-palette .note-color-row {
line-height: 0;
}
.note-editor .note-color-palette div .note-color-btn, #note-card-modal .note-color-palette div .note-color-btn {
width: 23px;
height: 23px;
padding: 0;
margin: 0;
border: none;
}
.note-editor .note-color-palette div .note-color-btn:hover::after, #note-card-modal .note-color-palette div .note-color-btn:hover::after {
position: absolute;
width: 34px;
height: 34px;
content: "";
background-color: inherit;
margin-top: -17px;
margin-left: -17px;
border: solid 2px #212121;
}
.note-editor .note-color .note-current-color-button, #note-card-modal .note-color .note-current-color-button {
width: 36px;
}
.note-editor .note-color .note-current-color-button.disabled .note-recent-color, .note-editor .note-color .note-current-color-button.disabled .note-recent-color-back, #note-card-modal .note-color .note-current-color-button.disabled .note-recent-color, #note-card-modal .note-color .note-current-color-button.disabled .note-recent-color-back {
background-color: #555555 !important;
color: #bbbbbb !important;
}
.note-editor .note-color .note-current-color-button .note-recent-color, #note-card-modal .note-color .note-current-color-button .note-recent-color {
z-index: 2;
font-weight: 600;
line-height: 2.2;
position: absolute;
left: 13px;
}
.note-editor .note-color .note-current-color-button .note-recent-color-back, #note-card-modal .note-color .note-current-color-button .note-recent-color-back {
z-index: 1;
height: 20px;
width: 19.5px;
background-color: #eeeeee;
position: absolute;
bottom: 10px;
}
#note-card-modal {
top: 5% !important;
height: 90%;
max-height: 90%;
}
.note-editor {
position: relative;
/* dropzone */
/* Modals
------------------------------------------*/
}
.note-editor .modal {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline-width: 0;
}
.note-editor .modal-content {
border-color: #212121 !important;
}
.note-editor .modal-content .card-color-wrapper {
max-width: 420px;
margin: auto;
}
.note-editor .modal-content .card-color-wrapper .tab {
background-color: #323232;
}
.note-editor .modal-content .card-color-wrapper .tab:hover {
background-color: #3d5afe !important;
color: #eeeeee !important;
}
.note-editor .modal-content .selected-color {
background-color: #323232;
height: 40px;
width: 40px;
margin: auto;
border: solid 2px #4c4c4c;
}
.note-editor .modal-content .help-content .help-container {
margin-left: 5%;
margin-right: 5%;
}
.note-editor .modal-content .help-content .note-help-row {
margin-bottom: 3px;
min-height: 36px;
padding-top: 6px;
}
.note-editor .modal-content .help-content .note-help-row:nth-child(even) {
background-color: #3b3b3b;
}
.note-editor .modal-content .help-content .note-help-row:hover {
background-color: #3d5afe;
}
.note-editor .modal-content .help-content .note-help-row:hover kbd {
background-color: #ffc107;
color: #212121;
}
.note-editor .modal-content .help-content kbd {
background-color: #3d5afe;
color: #eeeeee;
padding: 4px 5px 2px 5px;
}
.note-editor .dropdown-content, .note-editor .modal-content {
min-width: 10px;
background-color: #212121;
border-left: solid 1px #eeeeee;
border-right: solid 1px #eeeeee;
border-bottom: solid 1px #eeeeee;
color: #eeeeee;
/* dropdown-menu right position */
/* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
/* dropdown-menu for selectbox */
}
.note-editor .dropdown-content .tabs, .note-editor .modal-content .tabs {
background-color: #212121;
}
.note-editor .dropdown-content .tabs .tab.col, .note-editor .modal-content .tabs .tab.col {
float: none;
}
.note-editor .dropdown-content .tabs .tab.col:hover, .note-editor .modal-content .tabs .tab.col:hover {
background-color: #212121;
}
.note-editor .dropdown-content .tabs .tab.col a, .note-editor .modal-content .tabs .tab.col a {
line-height: 48px;
color: #eeeeee;
}
.note-editor .dropdown-content .tabs .indicator, .note-editor .modal-content .tabs .indicator {
height: 5px;
background-color: #3d5afe;
width: 50%;
}
.note-editor .dropdown-content .row.noMargins, .note-editor .modal-content .row.noMargins {
margin-left: auto;
margin-right: auto;
}
.note-editor .dropdown-content .note-color-reset.btn, .note-editor .modal-content .note-color-reset.btn {
background-color: #323232;
}
.note-editor .dropdown-content .note-color-reset.btn:hover, .note-editor .modal-content .note-color-reset.btn:hover {
background-color: #3d5afe;
color: #eeeeee;
}
.note-editor .dropdown-content .color-name, .note-editor .modal-content .color-name {
color: #ffc107;
line-height: 36px;
height: 36px;
opacity: 0;
}
.note-editor .dropdown-content.right, .note-editor .modal-content.right {
right: 0;
left: auto;
}
.note-editor .dropdown-content.right::before, .note-editor .modal-content.right::before {
right: 9px;
left: auto !important;
}
.note-editor .dropdown-content.right::after, .note-editor .modal-content.right::after {
right: 10px;
left: auto !important;
}
.note-editor .dropdown-content.note-check li, .note-editor .modal-content.note-check li {
list-style: none;
}
.note-editor .dropdown-content.note-check li:hover, .note-editor .modal-content.note-check li:hover {
background-color: #3d5afe;
color: #eeeeee;
}
.note-editor .dropdown-content.note-check li a, .note-editor .modal-content.note-check li a {
color: #eeeeee;
}
.note-editor .dropdown-content.note-check li a i, .note-editor .modal-content.note-check li a i {
color: #eeeeee !important;
visibility: hidden;
}
.note-editor .dropdown-content.note-check li a.checked i, .note-editor .modal-content.note-check li a.checked i {
visibility: visible;
}
.note-editor .note-dropzone {
position: absolute;
display: none;
z-index: 100;
color: lightskyblue;
background-color: white;
opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 28px;
font-weight: bold;
}
.note-editor .note-dropzone.hover {
color: #098ddf;
}
.note-editor.dragover .note-dropzone {
display: table;
}
.note-editor .note-editing-area {
position: relative;
}
.note-editor .note-editing-area .note-editable {
outline: none;
}
.note-editor .note-editing-area .note-editable sup {
vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
vertical-align: sub;
}
.note-editor .modal {
background-color: #212121;
color: #eeeeee;
/*& > div {
display: none; // BS2's hide pacth.
}*/
}
.note-editor .modal .form-group {
/* overwrite BS's form-horizontal minus margins */
margin-left: 0;
margin-right: 0;
}
.note-editor .modal .note-modal-form {
margin: 0;
/* overwrite BS2's form margin bottom */
}
.note-editor .modal .note-image-dialog .note-dropzone {
min-height: 100px;
font-size: 30px;
line-height: 4;
/* vertical-align */
color: lightgray;
text-align: center;
border: 4px dashed lightgray;
margin-bottom: 10px;
}
.note-editor .modal .modal-footer {
background-color: #212121;
}
.note-editor .modal .modal-footer .modal-close {
margin-right: 7px;
}
.note-editor input:not([type]):focus:not([readonly]) + label,
.note-editor input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=password]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=number]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=search]:not(.browser-default):focus:not([readonly]) + label,
.note-editor textarea.materialize-textarea:focus:not([readonly]) + label {
color: #ffc107;
}
.note-editor input:not([type]):focus:not([readonly]),
.note-editor input[type=text]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=password]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=email]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=url]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=time]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=date]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=datetime]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=tel]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=number]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=search]:not(.browser-default):focus:not([readonly]),
.note-editor textarea.materialize-textarea:focus:not([readonly]) {
border-bottom: 1px solid #ffc107;
-webkit-box-shadow: 0 1px 0 0 #ffc107;
box-shadow: 0 1px 0 0 #ffc107;
}
.note-editor [type="checkbox"]:checked + label:before {
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #ffc107;
border-bottom: 2px solid #ffc107;
}
/* Frame mode layout
------------------------------------------*/
.note-editor.note-frame {
border-left: 3px solid #212121;
border-right: 3px solid #212121;
/* codeview mode */
/* fullscreen mode */
/* statusbar */
}
.note-editor.note-frame.codeview .note-editing-area .note-editable {
display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
display: block;
}
.note-editor.note-frame .note-editing-area {
overflow: hidden;
/* editable */
/* codable */
}
.note-editor.note-frame .note-editing-area .note-editable {
background-color: #fff;
color: #000;
padding: 10px;
overflow: auto;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
background-color: #e5e5e5;
}
.note-editor.note-frame .note-editing-area .note-codable {
display: none;
width: 100%;
padding: 10px;
border: none;
box-shadow: none;
font-family: roboto;
font-size: 14px;
color: #ffc107;
background-color: #212121;
resize: none;
outline: none;
/* override BS2 default style */
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 0;
}
.note-editor.note-frame.fullscreen {
position: fixed;
top: 0;
left: 0;
width: 100% !important;
z-index: 1050;
/* materialize modal-backdrop: 1030, bs2: 1040 */
}
.note-editor.note-frame.fullscreen .note-editable {
background-color: white;
}
.note-editor.note-frame.fullscreen .note-resizebar {
display: none;
}
.note-editor.note-frame .note-statusbar {
background-color: #212121;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
padding-top: 1px;
height: 17px;
width: 100%;
cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
width: 20px;
margin: 2px auto;
border-top: 2px solid #eeeeee;
}
.note-editor.note-frame .note-placeholder {
padding: 10px;
}
/* Popover
------------------------------------------*/
.note-popover.popover {
max-width: none;
display: none;
position: absolute;
margin-top: 3px;
}
.note-popover.popover .popover-content {
background-color: #212121;
}
.note-popover.popover .popover-content a {
display: inline-block;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/* for FF */
vertical-align: middle;
/* for FF */
}
.note-popover.popover .popover-link {
margin-left: 7px;
}
.note-popover.popover .popover-link a:link, .note-popover.popover .popover-link a:visited {
color: #3d5afe;
}
.note-popover.popover .popover-link a:hover, .note-popover.popover .popover-link a:active {
color: #ffc107;
}
.note-popover.popover .arrow {
width: 0;
height: 0;
border-style: solid;
border-width: 0 11px 11px 11px;
border-color: transparent transparent #212121 transparent;
margin-left: 7px;
}
/* Popover and Toolbar (Button container)
------------------------------------------*/
.note-toolbar {
z-index: 500;
background-color: #212121;
position: relative;
}
.note-popover .popover-content, .panel-heading.note-toolbar {
margin: 0;
padding: 0;
}
.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
margin-top: 0;
margin-left: 0;
margin-right: 5px;
}
.note-popover .popover-content .btn-group, .panel-heading.note-toolbar .btn-group {
display: inline-block;
}
.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
width: 300px;
padding: 5px;
overflow: visible;
}
.note-popover .popover-content .btn-group .note-table .beforePicker, .panel-heading.note-toolbar .btn-group .note-table .beforePicker {
margin-left: 4px;
margin-right: 4px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
font-size: 18px;
margin-left: 14px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
position: absolute !important;
z-index: 3;
width: 260px;
height: 260px;
cursor: pointer;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
position: relative !important;
z-index: 1;
width: 260px;
height: 130px;
background-size: 26px 26px;
background-image: repeating-linear-gradient(0deg, #212121, #212121 4px, transparent 4px, transparent 26px), repeating-linear-gradient(-90deg, transparent, transparent 4px, #fff 4px, #fff 26px);
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
position: absolute !important;
z-index: 2;
width: 26px;
height: 26px;
background-size: 26px 26px;
background-image: repeating-linear-gradient(0deg, #212121, #212121 4px, transparent 4px, transparent 26px), repeating-linear-gradient(-90deg, transparent, transparent 4px, #3d5afe 4px, #3d5afe 26px);
}
.note-popover .popover-content .btn-group .note-table .note-dimension-display, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-display {
margin-left: 14px;
}
.note-popover .popover-content .btn, .panel-heading.note-toolbar .btn {
border-radius: 0 !important;
box-shadow: none !important;
padding: 0 9px !important;
background-color: #212121;
}
.note-popover .popover-content .btn:hover, .panel-heading.note-toolbar .btn:hover {
background-color: #323232;
}
.note-popover .popover-content .btn.active, .panel-heading.note-toolbar .btn.active {
background-color: #3d5afe;
color: #eeeeee;
}
.note-popover .popover-content .note-style h1, .note-popover .popover-content .note-style h2, .note-popover .popover-content .note-style h3, .note-popover .popover-content .note-style h4, .note-popover .popover-content .note-style h5, .note-popover .popover-content .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style h1, .panel-heading.note-toolbar .note-style h2, .panel-heading.note-toolbar .note-style h3, .panel-heading.note-toolbar .note-style h4, .panel-heading.note-toolbar .note-style h5, .panel-heading.note-toolbar .note-style h6, .panel-heading.note-toolbar .note-style blockquote {
margin: 0;
}
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
min-width: 216px;
padding: 5px;
}
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
margin-right: 5px;
}
.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
font-size: 10px;
}
/* Placeholder
------------------------------------------*/
.note-placeholder {
position: absolute;
display: none;
color: gray;
}
/* Handle
------------------------------------------*/
.note-handle {
/* control selection */
}
.note-handle .note-control-selection {
position: absolute;
display: none;
border: 3px solid #212121;
}
.note-handle .note-control-selection > div {
position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
width: 100%;
height: 100%;
background-color: #212121;
-webkit-opacity: 0.3;
-khtml-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder, .note-handle .note-control-selection .note-control-sizing {
width: 7px;
height: 7px;
border: 1px solid black;
}
.note-handle .note-control-selection .note-control-nw {
top: -5px;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #212121 transparent transparent transparent;
}
.note-handle .note-control-selection .note-control-ne {
top: -5px;
right: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 15px 0;
border-color: transparent #212121 transparent transparent;
}
.note-handle .note-control-selection .note-control-sw {
bottom: -5px;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 0 15px;
border-color: transparent transparent transparent #212121;
}
.note-handle .note-control-selection .note-control-se {
right: -5px;
bottom: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 15px 15px;
border-color: transparent transparent #212121 transparent;
cursor: se-resize;
transition: all 0.5s;
}
.note-handle .note-control-selection .note-control-se:hover {
right: -5px;
bottom: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 25px 25px;
border-color: transparent transparent #212121 transparent;
border-color: transparent transparent #3d5afe transparent;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
cursor: default;
border-top: none;
border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
right: 0;
bottom: 0;
padding: 5px;
margin: 5px;
color: #eeeeee;
background-color: #212121;
font-size: 12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-opacity: 0.7;
-khtml-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70);
}
.note-hint-popover {
min-width: 100px;
padding: 2px;
}
.note-hint-popover .popover-content {
padding: 3px;
max-height: 150px;
overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
display: block !important;
padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
display: block;
clear: both;
font-weight: 400;
line-height: 1.4;
color: white;
white-space: nowrap;
text-decoration: none;
background-color: #428bca;
outline: 0;
cursor: pointer;
}
/*# sourceMappingURL=materialnote.css.map */ | public/css/materialnote.css | ------------------------------------------*/
.note-editor .modal .modal-footer .modal-close {
background-color: #c62828;
color: #eeeeee;
}
.note-editor .modal .modal-footer .note-image-btn, .note-editor .modal .modal-footer .note-link-btn, .note-editor .modal .modal-footer .note-video-btn {
background-color: #2e7d32;
color: #eeeeee;
}
.note-editor .modal .file-uploader-wrapper {
background-color: #3d5afe;
color: #eeeeee;
}
.note-editor .disabled {
background-color: #555555 !important;
color: #bbbbbb !important;
}
.note-editor .modal-content::-webkit-scrollbar, .note-editor .dropdown-content::-webkit-scrollbar, .note-editor .note-editing-area .note-editable::-webkit-scrollbar {
width: 17px;
}
.note-editor .modal-content::-webkit-scrollbar-button, .note-editor .dropdown-content::-webkit-scrollbar-button, .note-editor .note-editing-area .note-editable::-webkit-scrollbar-button {
display: none !important;
}
.note-editor .modal-content::-webkit-scrollbar-track, .note-editor .dropdown-content::-webkit-scrollbar-track, .note-editor .note-editing-area .note-editable::-webkit-scrollbar-track {
background-color: #212121;
}
.note-editor .modal-content::-webkit-scrollbar-thumb, .note-editor .dropdown-content::-webkit-scrollbar-thumb, .note-editor .note-editing-area .note-editable::-webkit-scrollbar-thumb {
background-color: #454545;
}
.note-editor .modal-content::-webkit-scrollbar-thumb:hover, .note-editor .dropdown-content::-webkit-scrollbar-thumb:hover, .note-editor .note-editing-area .note-editable::-webkit-scrollbar-thumb:hover {
background-color: #535353;
}
.note-editor .modal-footer a:link {
color: #ffc107;
}
.note-editor .modal-footer a:hover {
color: #ffab00;
}
.note-editor .modal-footer a:visited {
color: #ff6d00;
}
.note-editor .modal-footer a:active {
color: #ffab00;
}
/* Layout
------------------------------------------*/
.note-editor .note-color-palette, #note-card-modal .note-color-palette {
line-height: 1;
}
.note-editor .note-color-palette .note-color-row, #note-card-modal .note-color-palette .note-color-row {
line-height: 0;
}
.note-editor .note-color-palette div .note-color-btn, #note-card-modal .note-color-palette div .note-color-btn {
width: 23px;
height: 23px;
padding: 0;
margin: 0;
border: none;
}
.note-editor .note-color-palette div .note-color-btn:hover::after, #note-card-modal .note-color-palette div .note-color-btn:hover::after {
position: absolute;
width: 34px;
height: 34px;
content: "";
background-color: inherit;
margin-top: -17px;
margin-left: -17px;
border: solid 2px #212121;
}
.note-editor .note-color .note-current-color-button, #note-card-modal .note-color .note-current-color-button {
width: 36px;
}
.note-editor .note-color .note-current-color-button.disabled .note-recent-color, .note-editor .note-color .note-current-color-button.disabled .note-recent-color-back, #note-card-modal .note-color .note-current-color-button.disabled .note-recent-color, #note-card-modal .note-color .note-current-color-button.disabled .note-recent-color-back {
background-color: #555555 !important;
color: #bbbbbb !important;
}
.note-editor .note-color .note-current-color-button .note-recent-color, #note-card-modal .note-color .note-current-color-button .note-recent-color {
z-index: 2;
font-weight: 600;
line-height: 2.2;
position: absolute;
left: 13px;
}
.note-editor .note-color .note-current-color-button .note-recent-color-back, #note-card-modal .note-color .note-current-color-button .note-recent-color-back {
z-index: 1;
height: 20px;
width: 19.5px;
background-color: #eeeeee;
position: absolute;
bottom: 10px;
}
#note-card-modal {
top: 5% !important;
height: 90%;
max-height: 90%;
}
.note-editor {
position: relative;
/* dropzone */
/* Modals
------------------------------------------*/
}
.note-editor .modal {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline-width: 0;
}
.note-editor .modal-content {
border-color: #212121 !important;
}
.note-editor .modal-content .card-color-wrapper {
max-width: 420px;
margin: auto;
}
.note-editor .modal-content .card-color-wrapper .tab {
background-color: #323232;
}
.note-editor .modal-content .card-color-wrapper .tab:hover {
background-color: #3d5afe !important;
color: #eeeeee !important;
}
.note-editor .modal-content .selected-color {
background-color: #323232;
height: 40px;
width: 40px;
margin: auto;
border: solid 2px #4c4c4c;
}
.note-editor .modal-content .help-content .help-container {
margin-left: 5%;
margin-right: 5%;
}
.note-editor .modal-content .help-content .note-help-row {
margin-bottom: 3px;
min-height: 36px;
padding-top: 6px;
}
.note-editor .modal-content .help-content .note-help-row:nth-child(even) {
background-color: #3b3b3b;
}
.note-editor .modal-content .help-content .note-help-row:hover {
background-color: #3d5afe;
}
.note-editor .modal-content .help-content .note-help-row:hover kbd {
background-color: #ffc107;
color: #212121;
}
.note-editor .modal-content .help-content kbd {
background-color: #3d5afe;
color: #eeeeee;
padding: 4px 5px 2px 5px;
}
.note-editor .dropdown-content, .note-editor .modal-content {
min-width: 10px;
background-color: #212121;
border-left: solid 1px #eeeeee;
border-right: solid 1px #eeeeee;
border-bottom: solid 1px #eeeeee;
color: #eeeeee;
/* dropdown-menu right position */
/* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
/* dropdown-menu for selectbox */
}
.note-editor .dropdown-content .tabs, .note-editor .modal-content .tabs {
background-color: #212121;
}
.note-editor .dropdown-content .tabs .tab.col, .note-editor .modal-content .tabs .tab.col {
float: none;
}
.note-editor .dropdown-content .tabs .tab.col:hover, .note-editor .modal-content .tabs .tab.col:hover {
background-color: #212121;
}
.note-editor .dropdown-content .tabs .tab.col a, .note-editor .modal-content .tabs .tab.col a {
line-height: 48px;
color: #eeeeee;
}
.note-editor .dropdown-content .tabs .indicator, .note-editor .modal-content .tabs .indicator {
height: 5px;
background-color: #3d5afe;
width: 50%;
}
.note-editor .dropdown-content .row.noMargins, .note-editor .modal-content .row.noMargins {
margin-left: auto;
margin-right: auto;
}
.note-editor .dropdown-content .note-color-reset.btn, .note-editor .modal-content .note-color-reset.btn {
background-color: #323232;
}
.note-editor .dropdown-content .note-color-reset.btn:hover, .note-editor .modal-content .note-color-reset.btn:hover {
background-color: #3d5afe;
color: #eeeeee;
}
.note-editor .dropdown-content .color-name, .note-editor .modal-content .color-name {
color: #ffc107;
line-height: 36px;
height: 36px;
opacity: 0;
}
.note-editor .dropdown-content.right, .note-editor .modal-content.right {
right: 0;
left: auto;
}
.note-editor .dropdown-content.right::before, .note-editor .modal-content.right::before {
right: 9px;
left: auto !important;
}
.note-editor .dropdown-content.right::after, .note-editor .modal-content.right::after {
right: 10px;
left: auto !important;
}
.note-editor .dropdown-content.note-check li, .note-editor .modal-content.note-check li {
list-style: none;
}
.note-editor .dropdown-content.note-check li:hover, .note-editor .modal-content.note-check li:hover {
background-color: #3d5afe;
color: #eeeeee;
}
.note-editor .dropdown-content.note-check li a, .note-editor .modal-content.note-check li a {
color: #eeeeee;
}
.note-editor .dropdown-content.note-check li a i, .note-editor .modal-content.note-check li a i {
color: #eeeeee !important;
visibility: hidden;
}
.note-editor .dropdown-content.note-check li a.checked i, .note-editor .modal-content.note-check li a.checked i {
visibility: visible;
}
.note-editor .note-dropzone {
position: absolute;
display: none;
z-index: 100;
color: lightskyblue;
background-color: white;
opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 28px;
font-weight: bold;
}
.note-editor .note-dropzone.hover {
color: #098ddf;
}
.note-editor.dragover .note-dropzone {
display: table;
}
.note-editor .note-editing-area {
position: relative;
}
.note-editor .note-editing-area .note-editable {
outline: none;
}
.note-editor .note-editing-area .note-editable sup {
vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
vertical-align: sub;
}
.note-editor .modal {
background-color: #212121;
color: #eeeeee;
/*& > div {
display: none; // BS2's hide pacth.
}*/
}
.note-editor .modal .form-group {
/* overwrite BS's form-horizontal minus margins */
margin-left: 0;
margin-right: 0;
}
.note-editor .modal .note-modal-form {
margin: 0;
/* overwrite BS2's form margin bottom */
}
.note-editor .modal .note-image-dialog .note-dropzone {
min-height: 100px;
font-size: 30px;
line-height: 4;
/* vertical-align */
color: lightgray;
text-align: center;
border: 4px dashed lightgray;
margin-bottom: 10px;
}
.note-editor .modal .modal-footer {
background-color: #212121;
}
.note-editor .modal .modal-footer .modal-close {
margin-right: 7px;
}
.note-editor input:not([type]):focus:not([readonly]) + label,
.note-editor input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=password]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=number]:not(.browser-default):focus:not([readonly]) + label,
.note-editor input[type=search]:not(.browser-default):focus:not([readonly]) + label,
.note-editor textarea.materialize-textarea:focus:not([readonly]) + label {
color: #ffc107;
}
.note-editor input:not([type]):focus:not([readonly]),
.note-editor input[type=text]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=password]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=email]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=url]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=time]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=date]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=datetime]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=tel]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=number]:not(.browser-default):focus:not([readonly]),
.note-editor input[type=search]:not(.browser-default):focus:not([readonly]),
.note-editor textarea.materialize-textarea:focus:not([readonly]) {
border-bottom: 1px solid #ffc107;
-webkit-box-shadow: 0 1px 0 0 #ffc107;
box-shadow: 0 1px 0 0 #ffc107;
}
.note-editor [type="checkbox"]:checked + label:before {
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #ffc107;
border-bottom: 2px solid #ffc107;
}
/* Frame mode layout
------------------------------------------*/
.note-editor.note-frame {
border-left: 3px solid #212121;
border-right: 3px solid #212121;
/* codeview mode */
/* fullscreen mode */
/* statusbar */
}
.note-editor.note-frame.codeview .note-editing-area .note-editable {
display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
display: block;
}
.note-editor.note-frame .note-editing-area {
overflow: hidden;
/* editable */
/* codable */
}
.note-editor.note-frame .note-editing-area .note-editable {
background-color: #fff;
color: #000;
padding: 10px;
overflow: auto;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
background-color: #e5e5e5;
}
.note-editor.note-frame .note-editing-area .note-codable {
display: none;
width: 100%;
padding: 10px;
border: none;
box-shadow: none;
font-family: roboto;
font-size: 14px;
color: #ffc107;
background-color: #212121;
resize: none;
outline: none;
/* override BS2 default style */
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 0;
}
.note-editor.note-frame.fullscreen {
position: fixed;
top: 0;
left: 0;
width: 100% !important;
z-index: 1050;
/* materialize modal-backdrop: 1030, bs2: 1040 */
}
.note-editor.note-frame.fullscreen .note-editable {
background-color: white;
}
.note-editor.note-frame.fullscreen .note-resizebar {
display: none;
}
.note-editor.note-frame .note-statusbar {
background-color: #212121;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
padding-top: 1px;
height: 17px;
width: 100%;
cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
width: 20px;
margin: 2px auto;
border-top: 2px solid #eeeeee;
}
.note-editor.note-frame .note-placeholder {
padding: 10px;
}
/* Popover
------------------------------------------*/
.note-popover.popover {
max-width: none;
display: none;
position: absolute;
margin-top: 3px;
}
.note-popover.popover .popover-content {
background-color: #212121;
}
.note-popover.popover .popover-content a {
display: inline-block;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/* for FF */
vertical-align: middle;
/* for FF */
}
.note-popover.popover .popover-link {
margin-left: 7px;
}
.note-popover.popover .popover-link a:link, .note-popover.popover .popover-link a:visited {
color: #3d5afe;
}
.note-popover.popover .popover-link a:hover, .note-popover.popover .popover-link a:active {
color: #ffc107;
}
.note-popover.popover .arrow {
width: 0;
height: 0;
border-style: solid;
border-width: 0 11px 11px 11px;
border-color: transparent transparent #212121 transparent;
margin-left: 7px;
}
/* Popover and Toolbar (Button container)
------------------------------------------*/
.note-toolbar {
z-index: 500;
background-color: #212121;
position: relative;
}
.note-popover .popover-content, .panel-heading.note-toolbar {
margin: 0;
padding: 0;
}
.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
margin-top: 0;
margin-left: 0;
margin-right: 5px;
}
.note-popover .popover-content .btn-group, .panel-heading.note-toolbar .btn-group {
display: inline-block;
}
.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
width: 300px;
padding: 5px;
overflow: visible;
}
.note-popover .popover-content .btn-group .note-table .beforePicker, .panel-heading.note-toolbar .btn-group .note-table .beforePicker {
margin-left: 4px;
margin-right: 4px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
font-size: 18px;
margin-left: 14px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
position: absolute !important;
z-index: 3;
width: 260px;
height: 260px;
cursor: pointer;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
position: relative !important;
z-index: 1;
width: 260px;
height: 130px;
background-size: 26px 26px;
background-image: repeating-linear-gradient(0deg, #212121, #212121 4px, transparent 4px, transparent 26px), repeating-linear-gradient(-90deg, transparent, transparent 4px, #fff 4px, #fff 26px);
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
position: absolute !important;
z-index: 2;
width: 26px;
height: 26px;
background-size: 26px 26px;
background-image: repeating-linear-gradient(0deg, #212121, #212121 4px, transparent 4px, transparent 26px), repeating-linear-gradient(-90deg, transparent, transparent 4px, #3d5afe 4px, #3d5afe 26px);
}
.note-popover .popover-content .btn-group .note-table .note-dimension-display, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-display {
margin-left: 14px;
}
.note-popover .popover-content .btn, .panel-heading.note-toolbar .btn {
border-radius: 0 !important;
box-shadow: none !important;
padding: 0 9px !important;
background-color: #212121;
}
.note-popover .popover-content .btn:hover, .panel-heading.note-toolbar .btn:hover {
background-color: #323232;
}
.note-popover .popover-content .btn.active, .panel-heading.note-toolbar .btn.active {
background-color: #3d5afe;
color: #eeeeee;
}
.note-popover .popover-content .note-style h1, .note-popover .popover-content .note-style h2, .note-popover .popover-content .note-style h3, .note-popover .popover-content .note-style h4, .note-popover .popover-content .note-style h5, .note-popover .popover-content .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style h1, .panel-heading.note-toolbar .note-style h2, .panel-heading.note-toolbar .note-style h3, .panel-heading.note-toolbar .note-style h4, .panel-heading.note-toolbar .note-style h5, .panel-heading.note-toolbar .note-style h6, .panel-heading.note-toolbar .note-style blockquote {
margin: 0;
}
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
min-width: 216px;
padding: 5px;
}
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
margin-right: 5px;
}
.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
font-size: 10px;
}
/* Placeholder
------------------------------------------*/
.note-placeholder {
position: absolute;
display: none;
color: gray;
}
/* Handle
------------------------------------------*/
.note-handle {
/* control selection */
}
.note-handle .note-control-selection {
position: absolute;
display: none;
border: 3px solid #212121;
}
.note-handle .note-control-selection > div {
position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
width: 100%;
height: 100%;
background-color: #212121;
-webkit-opacity: 0.3;
-khtml-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder, .note-handle .note-control-selection .note-control-sizing {
width: 7px;
height: 7px;
border: 1px solid black;
}
.note-handle .note-control-selection .note-control-nw {
top: -5px;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #212121 transparent transparent transparent;
}
.note-handle .note-control-selection .note-control-ne {
top: -5px;
right: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 15px 0;
border-color: transparent #212121 transparent transparent;
}
.note-handle .note-control-selection .note-control-sw {
bottom: -5px;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 0 15px;
border-color: transparent transparent transparent #212121;
}
.note-handle .note-control-selection .note-control-se {
right: -5px;
bottom: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 15px 15px;
border-color: transparent transparent #212121 transparent;
cursor: se-resize;
transition: all 0.5s;
}
.note-handle .note-control-selection .note-control-se:hover {
right: -5px;
bottom: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 25px 25px;
border-color: transparent transparent #212121 transparent;
border-color: transparent transparent #3d5afe transparent;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
cursor: default;
border-top: none;
border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
right: 0;
bottom: 0;
padding: 5px;
margin: 5px;
color: #eeeeee;
background-color: #212121;
font-size: 12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-opacity: 0.7;
-khtml-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70);
}
.note-hint-popover {
min-width: 100px;
padding: 2px;
}
.note-hint-popover .popover-content {
padding: 3px;
max-height: 150px;
overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
display: block !important;
padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
display: block;
clear: both;
font-weight: 400;
line-height: 1.4;
color: white;
white-space: nowrap;
text-decoration: none;
background-color: #428bca;
outline: 0;
cursor: pointer;
}
/*# sourceMappingURL=materialnote.css.map */ | 0.270095 | 0.028194 |
@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
font-family: 'Roboto', sans-serif;
}
h2{
margin:0px;
text-transform: uppercase;
}
h6{
margin:0px;
color:#777;
}
.wrapper{
text-align:center;
margin:50px auto;
}
.tabs{
margin-top:50px;
font-size:15px;
padding:0px;
list-style:none;
background:#fff;
box-shadow:0px 5px 20px rgba(0,0,0,0.1);
display:inline-block;
border-radius:50px;
position:relative;
}
.tabs a{
text-decoration:none;
color: #777;
text-transform:uppercase;
padding:10px 20px;
display:inline-block;
position:relative;
z-index:1;
transition-duration:0.6s;
}
.tabs a.active{
color:#fff;
}
.tabs a i{
margin-right:5px;
}
.tabs .selector{
height:100%;
display:inline-block;
position:absolute;
left:0px;
top:0px;
z-index:1;
border-radius:50px;
transition-duration:0.6s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
background: #05abe0;
background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
}
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
}
.larger-list{
min-width: 300px;
position: absolute;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
}
#show-title{
max-width: 350px;
}
#edit-show{
width:100px;
margin-top:5px;
}
#delete-show{
width:100px;
margin-top:5px;
}
#all-shows{
width:204px;
margin-top:2px;
}
#sunday{
padding-left:15px;
}
#saturday{
padding-right:15px;
}
.sunday{
padding-left:15px;
}
.saturday{
padding-right:15px;
}
.list-group{
max-height: 610px;
overflow:scroll;
}
.col-md-8{
position: relative;
margin-left:300px;
display:none;
}
#bar{
background-color: gray;
width: all;
}
#show-detail{
position: absolute;
}
@media (min-width: 0px) {
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
width: 14.285714285714285714285714285714%;
*width: 14.285714285714285714285714285714%;
}
}
/* login page
*/
#container {
height: 100%;
width: 100%;
z-index: 2;
background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
background-attachment: fixed;
background-repeat: no-repeat;
/* opacity: .9; */
position: fixed;
}
.col-md-8 {
z-index: -1;
}
#login-id {
display: block;
margin-left: auto;
margin-right: auto;
/* margin-top: 25%; */
}
#login-button {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 1%;
}
/*All of this I copied from */
/* https://codepen.io/linux/pen/LLVaqx */
/* Fonts Form Google Font ::- https://fonts.google.com/ -:: */
@import url('https://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Alegreya|Arima+Madurai|Dancing+Script|Dosis|Merriweather|Oleo+Script|Overlock|PT+Serif|Pacifico|Playball|Playfair+Display|Share|Unica+One|Vibur');
/* End Fonts */
/* Start Global rules */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* End Global rules */
/* Start body rules */
body {
background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
background-attachment: fixed;
background-repeat: no-repeat;
font-family: 'Vibur', cursive;
/* the main font */
font-family: 'Abel', sans-serif;
opacity: .95;
/* background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%); */
}
/* |||||||||||||||||||||||||||||||||||||||||||||*/
/* //////////////////////////////////////////// */
/* End body rules */
/* Start form attributes */
form {
width: 450px;
min-height: 500px;
height: auto;
border-radius: 5px;
margin: 2% auto;
box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
padding: 2%;
background-image: linear-gradient(-225deg, #E3FDF5 50%, #FFE6FA 50%);
}
/* the header form form */
header {
margin: 2% auto 10% auto;
text-align: center;
}
/* Login title form form */
header h2 {
font-size: 250%;
font-family: 'Playfair Display', serif;
color: #3e403f;
}
/* A welcome message or an explanation of the login form */
header p {letter-spacing: 0.05em;}
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
.input-item {
background: #fff;
color: #333;
padding: 14.5px 0px 15px 9px;
border-radius: 5px 0px 0px 5px;
}
/* Show/hide password Font Icon */
#eye {
background: #fff;
color: #333;
margin: 5.9px 0 0 0;
margin-left: -20px;
padding: 15px 9px 19px 0px;
border-radius: 0px 5px 5px 0px;
float: right;
position: relative;
right: 1%;
top: -.2%;
z-index: 5;
cursor: pointer;
}
/* inputs form */
input[class="form-input"]{
width: 240px;
height: 50px;
margin-top: 2%;
padding: 15px;
font-size: 16px;
font-family: 'Abel', sans-serif;
color: #5E6472;
outline: none;
border: none;
border-radius: 0px 5px 5px 0px;
transition: 0.2s linear;
}
input[id="txt-input"] {width: 250px;}
/* focus */
input:focus {
transform: translateX(-2px);
border-radius: 5px;
}
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* input[type="text"] {min-width: 250px;} */
/* buttons */
button {
display: inline-block;
color: #252537;
width: 280px;
height: 50px;
padding: 0 20px;
background: #fff;
border-radius: 5px;
outline: none;
border: none;
cursor: pointer;
text-align: center;
transition: all 0.2s linear;
margin: 7% auto;
letter-spacing: 0.05em;
}
/* Submits */
.submits {
width: 48%;
display: inline-block;
float: left;
margin-left: 2%;
}
/* Forgot Password button FAF3DD */
.frgt-pass {background: transparent;}
/* Sign Up button */
.sign-up {background: #B8F2E6;}
/* buttons hover */
button:hover {
transform: translatey(3px);
box-shadow: none;
}
/* buttons hover Animation */
button:hover {
animation: ani9 0.4s ease-in-out infinite alternate;
}
@keyframes ani9 {
0% {
transform: translateY(3px);
}
100% {
transform: translateY(5px);
}
} | styles.css | @import url('https://fonts.googleapis.com/css?family=Roboto');
body{
font-family: 'Roboto', sans-serif;
}
h2{
margin:0px;
text-transform: uppercase;
}
h6{
margin:0px;
color:#777;
}
.wrapper{
text-align:center;
margin:50px auto;
}
.tabs{
margin-top:50px;
font-size:15px;
padding:0px;
list-style:none;
background:#fff;
box-shadow:0px 5px 20px rgba(0,0,0,0.1);
display:inline-block;
border-radius:50px;
position:relative;
}
.tabs a{
text-decoration:none;
color: #777;
text-transform:uppercase;
padding:10px 20px;
display:inline-block;
position:relative;
z-index:1;
transition-duration:0.6s;
}
.tabs a.active{
color:#fff;
}
.tabs a i{
margin-right:5px;
}
.tabs .selector{
height:100%;
display:inline-block;
position:absolute;
left:0px;
top:0px;
z-index:1;
border-radius:50px;
transition-duration:0.6s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
background: #05abe0;
background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
}
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
}
.larger-list{
min-width: 300px;
position: absolute;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
}
#show-title{
max-width: 350px;
}
#edit-show{
width:100px;
margin-top:5px;
}
#delete-show{
width:100px;
margin-top:5px;
}
#all-shows{
width:204px;
margin-top:2px;
}
#sunday{
padding-left:15px;
}
#saturday{
padding-right:15px;
}
.sunday{
padding-left:15px;
}
.saturday{
padding-right:15px;
}
.list-group{
max-height: 610px;
overflow:scroll;
}
.col-md-8{
position: relative;
margin-left:300px;
display:none;
}
#bar{
background-color: gray;
width: all;
}
#show-detail{
position: absolute;
}
@media (min-width: 0px) {
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
width: 14.285714285714285714285714285714%;
*width: 14.285714285714285714285714285714%;
}
}
/* login page
*/
#container {
height: 100%;
width: 100%;
z-index: 2;
background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
background-attachment: fixed;
background-repeat: no-repeat;
/* opacity: .9; */
position: fixed;
}
.col-md-8 {
z-index: -1;
}
#login-id {
display: block;
margin-left: auto;
margin-right: auto;
/* margin-top: 25%; */
}
#login-button {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 1%;
}
/*All of this I copied from */
/* https://codepen.io/linux/pen/LLVaqx */
/* Fonts Form Google Font ::- https://fonts.google.com/ -:: */
@import url('https://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Alegreya|Arima+Madurai|Dancing+Script|Dosis|Merriweather|Oleo+Script|Overlock|PT+Serif|Pacifico|Playball|Playfair+Display|Share|Unica+One|Vibur');
/* End Fonts */
/* Start Global rules */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* End Global rules */
/* Start body rules */
body {
background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
background-attachment: fixed;
background-repeat: no-repeat;
font-family: 'Vibur', cursive;
/* the main font */
font-family: 'Abel', sans-serif;
opacity: .95;
/* background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%); */
}
/* |||||||||||||||||||||||||||||||||||||||||||||*/
/* //////////////////////////////////////////// */
/* End body rules */
/* Start form attributes */
form {
width: 450px;
min-height: 500px;
height: auto;
border-radius: 5px;
margin: 2% auto;
box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
padding: 2%;
background-image: linear-gradient(-225deg, #E3FDF5 50%, #FFE6FA 50%);
}
/* the header form form */
header {
margin: 2% auto 10% auto;
text-align: center;
}
/* Login title form form */
header h2 {
font-size: 250%;
font-family: 'Playfair Display', serif;
color: #3e403f;
}
/* A welcome message or an explanation of the login form */
header p {letter-spacing: 0.05em;}
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
.input-item {
background: #fff;
color: #333;
padding: 14.5px 0px 15px 9px;
border-radius: 5px 0px 0px 5px;
}
/* Show/hide password Font Icon */
#eye {
background: #fff;
color: #333;
margin: 5.9px 0 0 0;
margin-left: -20px;
padding: 15px 9px 19px 0px;
border-radius: 0px 5px 5px 0px;
float: right;
position: relative;
right: 1%;
top: -.2%;
z-index: 5;
cursor: pointer;
}
/* inputs form */
input[class="form-input"]{
width: 240px;
height: 50px;
margin-top: 2%;
padding: 15px;
font-size: 16px;
font-family: 'Abel', sans-serif;
color: #5E6472;
outline: none;
border: none;
border-radius: 0px 5px 5px 0px;
transition: 0.2s linear;
}
input[id="txt-input"] {width: 250px;}
/* focus */
input:focus {
transform: translateX(-2px);
border-radius: 5px;
}
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* input[type="text"] {min-width: 250px;} */
/* buttons */
button {
display: inline-block;
color: #252537;
width: 280px;
height: 50px;
padding: 0 20px;
background: #fff;
border-radius: 5px;
outline: none;
border: none;
cursor: pointer;
text-align: center;
transition: all 0.2s linear;
margin: 7% auto;
letter-spacing: 0.05em;
}
/* Submits */
.submits {
width: 48%;
display: inline-block;
float: left;
margin-left: 2%;
}
/* Forgot Password button FAF3DD */
.frgt-pass {background: transparent;}
/* Sign Up button */
.sign-up {background: #B8F2E6;}
/* buttons hover */
button:hover {
transform: translatey(3px);
box-shadow: none;
}
/* buttons hover Animation */
button:hover {
animation: ani9 0.4s ease-in-out infinite alternate;
}
@keyframes ani9 {
0% {
transform: translateY(3px);
}
100% {
transform: translateY(5px);
}
} | 0.355104 | 0.066085 |
.altvideo-container{height:100%;width: 100%;position: relative; overflow: hidden;}
.altvideo{width: 100%; height:100%; object-fit: fill; display: block;}
.plyr{height: 100%;width:100%;}
.plyr > .plyr__control--overlaid{display: none !important;}
[class*="-icn"] svg{width:87.5%;height:100%;}
[class*="-icn"] svg.square{width:87.5%;height:87.5%;}
[class*="-icn"] img {width:100%;height:100%;}
.altvideo-container [class*="-button"]{
background-color: transparent;border: none; display: inline-block;color:#fff;
width:32px;z-index: 10; cursor: pointer;border-radius: 3px;flex-shrink: 0;padding: 7px;transition: all .3s ease;
}
.altvideo-container [class*="-button"] svg{pointer-events: none;}
.altvideo-container [class*="-button"]:not(.no-focus):focus, .altplayer-container [class*="-button"]:not(.no-focus):hover{
box-shadow: 0 0 0 5px rgba(26,175,255,.5);background: #1aafff;outline: 0;
}
.altvideo-toolbar {
position: absolute; top: 0 ; left: 0 ; right: 0; z-index: 9999; text-align: center;
text-align: center; padding: 16px 8px;
}
.altvideo-toolbar [class*="-icn"]{vertical-align: middle; display: inline-block; width: 24px; height: 24px; margin:0 8px; line-height:0;}
.altvideo-toolbar .left{float:left;}
.altvideo-toolbar .right{float: right;}
.altvideo-toolbar .center{position: absolute;left: 50%;top: 16px;transform: translate(-50%);}
.altvideo-toolbar, .altvideo-toolbar a, .altvideo-notifier {
font-family: Arial,Helvetica,sans-serif; line-height: 1.5;
font-size: 16px; color:#FFF;
}
.altvideo-toolbar {background-color: rgba(0, 0, 0, 0.45);}
.altvideo-toolbar a {text-decoration: none; padding: 0 8px;}
.altvideo-toolbar a:hover {filter: drop-shadow(4px 4px 4px #fff);text-decoration: none;}
[disabled], .disabled, .altvideo-toolbar svg{pointer-events: none;}
.altvideo-notifier {position: absolute; right: 32px; top: 40%; text-align: right;z-index: 9999;}
.altvideo-notifier > div{
display: block; text-align:center;padding:16px; border-radius: 4px; margin: 8px 0;
min-width:256px;max-width:512px;
color:rgb(0,0,0);background-color: rgba(255, 255, 255, .8);font-weight: bold;position: relative;
}
/* switch */
.switch,.switch .slider {position: relative;display: inline-block;}
.switch [type="checkbox"] {opacity: 0;z-index: 2;}
.switch [type="checkbox"],.switch .slider:after {position: absolute;top: 0;right: 0;left: 0;bottom: 0;min-width: 100%;min-height: 100%;cursor: pointer;}
.switch .slider:after,.switch .slider:before {-webkit-transition: 0.25s;transition: 0.25s;content: "";position: absolute;}
.switch .slider {width: 64px;height: 32px;vertical-align: middle;}
.switch .slider:before {z-index:1;height: 24px;width: 24px;left: 4px;bottom: 4px;}
.switch [type="checkbox"]:checked + .slider:before {-webkit-transform: translateX(32px);-ms-transform: translateX(32px);transform: translateX(32px);}
.switch.round .slider:after{border-radius: 32px;}
.switch.round .slider:before {border-radius: 50%;}
/** colors **/
.switch [type="checkbox"]:checked + .slider:after {background-color: rgba(0, 123, 255, 1);}
.switch [type="checkbox"]:focus + .slider:after {box-shadow: 0 0 1px rgba(0, 123, 255, 1);}
.switch .slider:before {background-color: rgba(255, 255, 255, 1);}
.switch .slider:after {background-color: rgba(108, 117, 125, 1);}
/** sizes **/
.switch .slider{transform: scale(.75,.75);}
.switch-sm .slider{transform: scale(.55,.55);}
.switch-md .slider{transform: scale(.9,.9);}
.switch-lg .slider{transform: scale(1.1,1.1);}
.select-wrapper{display: inline-block;position: relative; width: 100%;}
.select-wrapper:not(.custom) > *:not(select){position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}
.select-wrapper select, .search-wrapper [type="text"]{-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;width: 100%!important;border: 1px solid;height: calc(36px + 2px);display: inline-block;}
.select-wrapper:not(.no-caret):after{content: "▼";position: absolute;right:5.6px;top: 50%;line-height:0;transform: translate(0, -50%);pointer-events: none;}
.select-wrapper{color: #0D5995;}
.select-wrapper select {min-width: 200px; box-sizing: border-box;}
.select-wrapper select:not(.form-control){ padding: 5.2px 12px;font-size: 16px;text-align: center;color: inherit;border-color: #0D5995;background-color: rgba(255,255,255,1);}
.select-wrapper.rounded select {padding-left: 24px;padding-right: 24px;}
.select-wrapper.rounded:after{transform: translate(-3.2px, 50%);}
.select-wrapper.rounded select {border-radius: 32px;}
.placeholder, ::placeholder{color: gray !important;opacity: 1;}
.alt-dialog, .alt-dialog * {font-family: Arial,Helvetica,sans-serif;line-height: 1.5;font-weight: 700;color:#333;font-size: 16px;}
.alt-dialog{position: fixed; top:0;left:0; right:0; bottom:0; z-index: 2147483647; background-color: rgba(0, 0, 0, 0.45);}
.alt-dialog .alt-container{position: relative;width: 80%; max-width: 960px; height: 100%; margin: 0 auto; overflow: hidden;}
.alt-dialog .alt-body{
position: relative; margin: 50px 0 0 0; min-height:128px;padding: 48px 24px 64px 24px;
background-color: #FFF; border-radius: 6px;border: none;
}
.alt-dialog .alt-title{
position: absolute; display: block; top:0;right: 0;left: 0;
padding: 14px 16px 16px 56px;width: 100%;overflow: hidden;
background-color: rgba(0,0,0,.03);border-bottom: 1px solid rgba(0,0,0,.125);
}
.alt-dialog .alt-title:before{
content: "";display: inline-block;
background: url('https://cdn.jsdelivr.net/gh/ngsoft/userscripts/dist/altvideo.png') no-repeat;background-size: cover;padding: 16px;
position: absolute;top:10px;left:12px;
}
.alt-dialog .form-el{
text-align: left; padding: 16px;margin: 16px 0;
}
.alt-dialog .form-el + .form-el{
border-top: 1px solid rgba(0,0,0,.125);margin-top:0;
}
.alt-dialog .form-el .form-label{
display: block;margin: 0 0 4px 0;
}
.alt-dialog .form-el .form-input{
width: 100%;padding: 12px 20px;margin: 8px 0;box-sizing: border-box;
border-radius: 4px; background-color: rgba(0,0,0,.03);border: 1px solid rgba(0,0,0,.125);
-moz-appearance: none;-webkit-appearance: none;-o-appearance: none;text-align: center;
}
.alt-dialog .form-el .select-wrapper select{
border-radius: 4px; background-color: rgba(0,0,0,.03);border: 1px solid rgba(0,0,0,.125);
padding: 12px 20px; height: 48px;
}
.alt-dialog .form-el .form-label + .form-input{
margin-top:0;
}
.alt-dialog .form-el .form-input:focus, .alt-dialog .form-el .select-wrapper select:focus{
border: 1px solid rgb(0, 153, 204);
}
.alt-dialog .alt-footer{
display: block; margin:24px -24px 0 -24px; padding: 8px 24px 12px 24px; text-align: right;
position: absolute; bottom: 0; left:0; right:0;
background-color: rgba(0,0,0,.03);border-top: 1px solid rgba(0,0,0,.125);
}
.alt-dialog button{
padding: 8px 24px;box-sizing: border-box;border-radius: 4px; border: 0;cursor: pointer;
background-color: rgba(0,0,0,.03);border: 1px solid rgba(0,0,0,.125);
}
.alt-dialog .alt-footer button{
margin-right: 16px;background-color: rgba(0,0,0,.125);
}
.alt-dialog button:hover{
background-color: rgba(0,0,0,.125); border-color: rgba(0,0,0,.03);
}
.alt-dialog .close-bt{padding: 3px 16px;position: absolute;top: 10px;right: 12px;}
.alt-dialog .bt-red{
color: rgb(219, 40, 40);
}
.alt-dialog .bt-red:hover, .alt-dialog .bt-red:active{
background-color: rgb(219, 40, 40); color: rgb(255, 255, 255);
}
.alt-dialog .bt-blue{
color: rgb(30, 130, 205);
}
.alt-dialog .bt-blue:hover, .alt-dialog .bt-blue:active{
background-color: rgb(30, 130, 205);color: rgb(255, 255, 255);
}
.alt-dialog .bt-black{
color: rgb(28, 29, 30);
}
.alt-dialog .bt-black:hover, .alt-dialog .bt-black:active{
background-color: rgb(28, 29, 30);color: rgb(255, 255, 255);
}
.alt-dialog .color-success{
color: rgb(40, 167, 69);
}
.alt-dialog .color-error{
color: rgb(220, 53, 69);
}
.alt-dialog [disabled]{
pointer-events: none;color: gray;
}
@media (max-height: 480px) {
.alt-dialog .alt-container{width: 100%; padding: 4px;}
.alt-dialog .alt-body{height: 100%; margin: 0;}
}
@keyframes bounceOut {
20% {-webkit-transform: scale3d(.9, .9, .9);transform: scale3d(.9, .9, .9);}
50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
100% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
}
@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}
.bounceOut {animation-name: bounceOut;animation-duration: .75s;animation-fill-mode: both;}
.fadeIn {animation-name: fadeIn;animation-duration: .75s;animation-fill-mode: both;}
.no-select, .kodirpc-settings *:not(input){-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
@keyframes fadeInRight {
0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
100% {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInRight {animation-name: fadeInRight;animation-duration: .5s;animation-fill-mode: both;}
#cms_player .altvideo-container{height: 675px;position: absolute;}
#playleft .altvideo-container{max-height:550px;}
.hidden, .hidden *, [id*="jm_"],
.altvideo-toolbar [class*="-bt"]:not(:hover) .bt-desc
{
position: fixed !important; right: auto !important; bottom: auto !important; top:-100% !important; left: -100% !important;
height: 1px !important; width: 1px !important; opacity: 0 !important;max-height: 1px !important; max-width: 1px !important;
display: inline !important;z-index: -1 !important;
}
.altvideo-container .plyr--captions-enabled .altvideo::cue{
color: rgba(255,255,255,0); background-color: rgba(255,255,255,0);
display: none;
}
.altvideo-container .plyr__captions{
transform: translate(0, -60px);
}
.altvideo-container .plyr__caption{
-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;
font-weight: 600; text-shadow: 5px 5px 5px #000; min-width: 90%; display: inline-block;
background: rgba(0,0,0,.25); font-size: 16px !important;
}
.altvideo-container .plyr__controls, .altvideo-container .plyr__controls [type="range"] {cursor: pointer;}
.video-m .altvideo-container .plyr__caption{font-size: 24px !important;}
.video-l .altvideo-container .plyr__caption{font-size: 28px !important;}
.video-xl .altvideo-container .plyr__caption{font-size: 40px !important;} | dist/altvideo.css | .altvideo-container{height:100%;width: 100%;position: relative; overflow: hidden;}
.altvideo{width: 100%; height:100%; object-fit: fill; display: block;}
.plyr{height: 100%;width:100%;}
.plyr > .plyr__control--overlaid{display: none !important;}
[class*="-icn"] svg{width:87.5%;height:100%;}
[class*="-icn"] svg.square{width:87.5%;height:87.5%;}
[class*="-icn"] img {width:100%;height:100%;}
.altvideo-container [class*="-button"]{
background-color: transparent;border: none; display: inline-block;color:#fff;
width:32px;z-index: 10; cursor: pointer;border-radius: 3px;flex-shrink: 0;padding: 7px;transition: all .3s ease;
}
.altvideo-container [class*="-button"] svg{pointer-events: none;}
.altvideo-container [class*="-button"]:not(.no-focus):focus, .altplayer-container [class*="-button"]:not(.no-focus):hover{
box-shadow: 0 0 0 5px rgba(26,175,255,.5);background: #1aafff;outline: 0;
}
.altvideo-toolbar {
position: absolute; top: 0 ; left: 0 ; right: 0; z-index: 9999; text-align: center;
text-align: center; padding: 16px 8px;
}
.altvideo-toolbar [class*="-icn"]{vertical-align: middle; display: inline-block; width: 24px; height: 24px; margin:0 8px; line-height:0;}
.altvideo-toolbar .left{float:left;}
.altvideo-toolbar .right{float: right;}
.altvideo-toolbar .center{position: absolute;left: 50%;top: 16px;transform: translate(-50%);}
.altvideo-toolbar, .altvideo-toolbar a, .altvideo-notifier {
font-family: Arial,Helvetica,sans-serif; line-height: 1.5;
font-size: 16px; color:#FFF;
}
.altvideo-toolbar {background-color: rgba(0, 0, 0, 0.45);}
.altvideo-toolbar a {text-decoration: none; padding: 0 8px;}
.altvideo-toolbar a:hover {filter: drop-shadow(4px 4px 4px #fff);text-decoration: none;}
[disabled], .disabled, .altvideo-toolbar svg{pointer-events: none;}
.altvideo-notifier {position: absolute; right: 32px; top: 40%; text-align: right;z-index: 9999;}
.altvideo-notifier > div{
display: block; text-align:center;padding:16px; border-radius: 4px; margin: 8px 0;
min-width:256px;max-width:512px;
color:rgb(0,0,0);background-color: rgba(255, 255, 255, .8);font-weight: bold;position: relative;
}
/* switch */
.switch,.switch .slider {position: relative;display: inline-block;}
.switch [type="checkbox"] {opacity: 0;z-index: 2;}
.switch [type="checkbox"],.switch .slider:after {position: absolute;top: 0;right: 0;left: 0;bottom: 0;min-width: 100%;min-height: 100%;cursor: pointer;}
.switch .slider:after,.switch .slider:before {-webkit-transition: 0.25s;transition: 0.25s;content: "";position: absolute;}
.switch .slider {width: 64px;height: 32px;vertical-align: middle;}
.switch .slider:before {z-index:1;height: 24px;width: 24px;left: 4px;bottom: 4px;}
.switch [type="checkbox"]:checked + .slider:before {-webkit-transform: translateX(32px);-ms-transform: translateX(32px);transform: translateX(32px);}
.switch.round .slider:after{border-radius: 32px;}
.switch.round .slider:before {border-radius: 50%;}
/** colors **/
.switch [type="checkbox"]:checked + .slider:after {background-color: rgba(0, 123, 255, 1);}
.switch [type="checkbox"]:focus + .slider:after {box-shadow: 0 0 1px rgba(0, 123, 255, 1);}
.switch .slider:before {background-color: rgba(255, 255, 255, 1);}
.switch .slider:after {background-color: rgba(108, 117, 125, 1);}
/** sizes **/
.switch .slider{transform: scale(.75,.75);}
.switch-sm .slider{transform: scale(.55,.55);}
.switch-md .slider{transform: scale(.9,.9);}
.switch-lg .slider{transform: scale(1.1,1.1);}
.select-wrapper{display: inline-block;position: relative; width: 100%;}
.select-wrapper:not(.custom) > *:not(select){position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}
.select-wrapper select, .search-wrapper [type="text"]{-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;width: 100%!important;border: 1px solid;height: calc(36px + 2px);display: inline-block;}
.select-wrapper:not(.no-caret):after{content: "▼";position: absolute;right:5.6px;top: 50%;line-height:0;transform: translate(0, -50%);pointer-events: none;}
.select-wrapper{color: #0D5995;}
.select-wrapper select {min-width: 200px; box-sizing: border-box;}
.select-wrapper select:not(.form-control){ padding: 5.2px 12px;font-size: 16px;text-align: center;color: inherit;border-color: #0D5995;background-color: rgba(255,255,255,1);}
.select-wrapper.rounded select {padding-left: 24px;padding-right: 24px;}
.select-wrapper.rounded:after{transform: translate(-3.2px, 50%);}
.select-wrapper.rounded select {border-radius: 32px;}
.placeholder, ::placeholder{color: gray !important;opacity: 1;}
.alt-dialog, .alt-dialog * {font-family: Arial,Helvetica,sans-serif;line-height: 1.5;font-weight: 700;color:#333;font-size: 16px;}
.alt-dialog{position: fixed; top:0;left:0; right:0; bottom:0; z-index: 2147483647; background-color: rgba(0, 0, 0, 0.45);}
.alt-dialog .alt-container{position: relative;width: 80%; max-width: 960px; height: 100%; margin: 0 auto; overflow: hidden;}
.alt-dialog .alt-body{
position: relative; margin: 50px 0 0 0; min-height:128px;padding: 48px 24px 64px 24px;
background-color: #FFF; border-radius: 6px;border: none;
}
.alt-dialog .alt-title{
position: absolute; display: block; top:0;right: 0;left: 0;
padding: 14px 16px 16px 56px;width: 100%;overflow: hidden;
background-color: rgba(0,0,0,.03);border-bottom: 1px solid rgba(0,0,0,.125);
}
.alt-dialog .alt-title:before{
content: "";display: inline-block;
background: url('https://cdn.jsdelivr.net/gh/ngsoft/userscripts/dist/altvideo.png') no-repeat;background-size: cover;padding: 16px;
position: absolute;top:10px;left:12px;
}
.alt-dialog .form-el{
text-align: left; padding: 16px;margin: 16px 0;
}
.alt-dialog .form-el + .form-el{
border-top: 1px solid rgba(0,0,0,.125);margin-top:0;
}
.alt-dialog .form-el .form-label{
display: block;margin: 0 0 4px 0;
}
.alt-dialog .form-el .form-input{
width: 100%;padding: 12px 20px;margin: 8px 0;box-sizing: border-box;
border-radius: 4px; background-color: rgba(0,0,0,.03);border: 1px solid rgba(0,0,0,.125);
-moz-appearance: none;-webkit-appearance: none;-o-appearance: none;text-align: center;
}
.alt-dialog .form-el .select-wrapper select{
border-radius: 4px; background-color: rgba(0,0,0,.03);border: 1px solid rgba(0,0,0,.125);
padding: 12px 20px; height: 48px;
}
.alt-dialog .form-el .form-label + .form-input{
margin-top:0;
}
.alt-dialog .form-el .form-input:focus, .alt-dialog .form-el .select-wrapper select:focus{
border: 1px solid rgb(0, 153, 204);
}
.alt-dialog .alt-footer{
display: block; margin:24px -24px 0 -24px; padding: 8px 24px 12px 24px; text-align: right;
position: absolute; bottom: 0; left:0; right:0;
background-color: rgba(0,0,0,.03);border-top: 1px solid rgba(0,0,0,.125);
}
.alt-dialog button{
padding: 8px 24px;box-sizing: border-box;border-radius: 4px; border: 0;cursor: pointer;
background-color: rgba(0,0,0,.03);border: 1px solid rgba(0,0,0,.125);
}
.alt-dialog .alt-footer button{
margin-right: 16px;background-color: rgba(0,0,0,.125);
}
.alt-dialog button:hover{
background-color: rgba(0,0,0,.125); border-color: rgba(0,0,0,.03);
}
.alt-dialog .close-bt{padding: 3px 16px;position: absolute;top: 10px;right: 12px;}
.alt-dialog .bt-red{
color: rgb(219, 40, 40);
}
.alt-dialog .bt-red:hover, .alt-dialog .bt-red:active{
background-color: rgb(219, 40, 40); color: rgb(255, 255, 255);
}
.alt-dialog .bt-blue{
color: rgb(30, 130, 205);
}
.alt-dialog .bt-blue:hover, .alt-dialog .bt-blue:active{
background-color: rgb(30, 130, 205);color: rgb(255, 255, 255);
}
.alt-dialog .bt-black{
color: rgb(28, 29, 30);
}
.alt-dialog .bt-black:hover, .alt-dialog .bt-black:active{
background-color: rgb(28, 29, 30);color: rgb(255, 255, 255);
}
.alt-dialog .color-success{
color: rgb(40, 167, 69);
}
.alt-dialog .color-error{
color: rgb(220, 53, 69);
}
.alt-dialog [disabled]{
pointer-events: none;color: gray;
}
@media (max-height: 480px) {
.alt-dialog .alt-container{width: 100%; padding: 4px;}
.alt-dialog .alt-body{height: 100%; margin: 0;}
}
@keyframes bounceOut {
20% {-webkit-transform: scale3d(.9, .9, .9);transform: scale3d(.9, .9, .9);}
50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
100% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
}
@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}
.bounceOut {animation-name: bounceOut;animation-duration: .75s;animation-fill-mode: both;}
.fadeIn {animation-name: fadeIn;animation-duration: .75s;animation-fill-mode: both;}
.no-select, .kodirpc-settings *:not(input){-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
@keyframes fadeInRight {
0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
100% {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInRight {animation-name: fadeInRight;animation-duration: .5s;animation-fill-mode: both;}
#cms_player .altvideo-container{height: 675px;position: absolute;}
#playleft .altvideo-container{max-height:550px;}
.hidden, .hidden *, [id*="jm_"],
.altvideo-toolbar [class*="-bt"]:not(:hover) .bt-desc
{
position: fixed !important; right: auto !important; bottom: auto !important; top:-100% !important; left: -100% !important;
height: 1px !important; width: 1px !important; opacity: 0 !important;max-height: 1px !important; max-width: 1px !important;
display: inline !important;z-index: -1 !important;
}
.altvideo-container .plyr--captions-enabled .altvideo::cue{
color: rgba(255,255,255,0); background-color: rgba(255,255,255,0);
display: none;
}
.altvideo-container .plyr__captions{
transform: translate(0, -60px);
}
.altvideo-container .plyr__caption{
-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;
font-weight: 600; text-shadow: 5px 5px 5px #000; min-width: 90%; display: inline-block;
background: rgba(0,0,0,.25); font-size: 16px !important;
}
.altvideo-container .plyr__controls, .altvideo-container .plyr__controls [type="range"] {cursor: pointer;}
.video-m .altvideo-container .plyr__caption{font-size: 24px !important;}
.video-l .altvideo-container .plyr__caption{font-size: 28px !important;}
.video-xl .altvideo-container .plyr__caption{font-size: 40px !important;} | 0.488039 | 0.088269 |
article#animation {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #437F68;
}
article#animation path {
stroke-width: 2;
}
article#animation .logo {
padding: 2rem;
}
article#animation #c3 {
position: relative;
top: 2rem;
margin-right: 2rem;
}
article#animation #c7 {
position: relative;
top: 2rem;
}
article#animation #c12 {
position: relative;
bottom: 0.5rem;
}
@media screen and (max-width: 1100px) {
article#animation #c1 {
width: 57px;
height: 86.25px;
}
article#animation #c2 {
width: 55.5px;
height: 67.5px;
}
article#animation #c3 {
width: 60px;
height: 88.5px;
top: 0.5rem;
margin-right: 1rem;
}
article#animation #c4 {
width: 100.5px;
height: 84.75px;
}
article#animation #c5 {
width: 55.5px;
height: 67.5px;
}
article#animation #c6 {
width: 53.25px;
height: 66px;
}
article#animation #c7 {
width: 57px;
height: 88.5px;
top: 0.5rem;
}
article#animation #c8 {
width: 106.5px;
height: 108px;
}
article#animation #c9 {
width: 112.5px;
height: 102px;
}
article#animation #c10 {
width: 103.5px;
height: 108px;
}
article#animation #c11 {
width: 108.75px;
height: 106.5px;
}
article#animation #c12 {
width: 104.25px;
height: 86.25px;
}
article#animation #c13 {
width: 109.5px;
height: 106.5px;
}
article#animation #c14 {
width: 102px;
height: 107.25px;
}
}
@media screen and (max-width: 1000px) {
article#animation #c1 {
width: 38px;
height: 57.5px;
}
article#animation #c2 {
width: 37px;
height: 45px;
}
article#animation #c3 {
width: 40px;
height: 59px;
top: 0.5rem;
margin-right: 1rem;
}
article#animation #c4 {
width: 67px;
height: 56.5px;
}
article#animation #c5 {
width: 37px;
height: 45px;
}
article#animation #c6 {
width: 35.5px;
height: 44px;
}
article#animation #c7 {
width: 38px;
height: 59px;
top: 0.5rem;
}
article#animation #c8 {
width: 71px;
height: 72px;
}
article#animation #c9 {
width: 75px;
height: 68px;
}
article#animation #c10 {
width: 69px;
height: 72px;
}
article#animation #c11 {
width: 72.5px;
height: 71px;
}
article#animation #c12 {
width: 69.5px;
height: 57.5px;
}
article#animation #c13 {
width: 73px;
height: 71px;
}
article#animation #c14 {
width: 68px;
height: 71.5px;
}
}
@media screen and (max-width: 700px) {
article#animation #c1 {
width: 29.23077px;
height: 44.23077px;
}
article#animation #c2 {
width: 28.46154px;
height: 34.61538px;
}
article#animation #c3 {
width: 30.76923px;
height: 45.38462px;
top: 0.5rem;
margin-right: 1rem;
}
article#animation #c4 {
width: 51.53846px;
height: 43.46154px;
}
article#animation #c5 {
width: 28.46154px;
height: 34.61538px;
}
article#animation #c6 {
width: 27.30769px;
height: 33.84615px;
}
article#animation #c7 {
width: 29.23077px;
height: 45.38462px;
top: 0.5rem;
}
article#animation #c8 {
width: 54.61538px;
height: 55.38462px;
}
article#animation #c9 {
width: 57.69231px;
height: 52.30769px;
}
article#animation #c10 {
width: 53.07692px;
height: 55.38462px;
}
article#animation #c11 {
width: 55.76923px;
height: 54.61538px;
}
article#animation #c12 {
width: 53.46154px;
height: 44.23077px;
}
article#animation #c13 {
width: 56.15385px;
height: 54.61538px;
}
article#animation #c14 {
width: 52.30769px;
height: 55px;
}
article#animation #c3 {
margin-right: 0rem;
}
article#animation #c12 {
bottom: 0.2rem;
}
}
@-webkit-keyframes fadeIn {
to {
stroke-dashoffset: 0;
}
}
@keyframes fadeIn {
to {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes fillIn {
from {
fill: transparent;
}
to {
fill: white;
}
}
@keyframes fillIn {
from {
fill: transparent;
}
to {
fill: white;
}
}
article#animation svg {
-webkit-animation: fillIn 1s ease 2s forwards;
animation: fillIn 1s ease 2s forwards;
}
article#animation #p1 {
stroke-dasharray: 354;
stroke-dashoffset: 354;
-webkit-animation: fadeIn 0.5s ease-in forwards 0s;
animation: fadeIn 0.5s ease-in forwards 0s;
}
article#animation #p2 {
stroke-dasharray: 449;
stroke-dashoffset: 449;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.3s;
animation: fadeIn 0.5s ease-in forwards 0.3s;
}
article#animation #p3 {
stroke-dasharray: 419;
stroke-dashoffset: 419;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.6s;
animation: fadeIn 0.5s ease-in forwards 0.6s;
}
article#animation #p4 {
stroke-dasharray: 761;
stroke-dashoffset: 761;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.9s;
animation: fadeIn 0.5s ease-in forwards 0.9s;
}
article#animation #p5 {
stroke-dasharray: 449;
stroke-dashoffset: 449;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.2s;
animation: fadeIn 0.5s ease-in forwards 1.2s;
}
article#animation #p6 {
stroke-dasharray: 412;
stroke-dashoffset: 412;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.5s;
animation: fadeIn 0.5s ease-in forwards 1.5s;
}
article#animation #p7 {
stroke-dasharray: 562;
stroke-dashoffset: 562;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.8s;
animation: fadeIn 0.5s ease-in forwards 1.8s;
}
article#animation #p8 {
stroke-dasharray: 1678;
stroke-dashoffset: 1678;
-webkit-animation: fadeIn 0.5s ease-in forwards 0s;
animation: fadeIn 0.5s ease-in forwards 0s;
}
article#animation #p9 {
stroke-dasharray: 1307;
stroke-dashoffset: 1307;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.3s;
animation: fadeIn 0.5s ease-in forwards 0.3s;
}
article#animation #p10 {
stroke-dasharray: 1336;
stroke-dashoffset: 1336;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.6s;
animation: fadeIn 0.5s ease-in forwards 0.6s;
}
article#animation #p11 {
stroke-dasharray: 1607;
stroke-dashoffset: 1607;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.9s;
animation: fadeIn 0.5s ease-in forwards 0.9s;
}
article#animation #p12 {
stroke-dasharray: 690;
stroke-dashoffset: 690;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.2s;
animation: fadeIn 0.5s ease-in forwards 1.2s;
}
article#animation #p13 {
stroke-dasharray: 1471;
stroke-dashoffset: 1471;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.5s;
animation: fadeIn 0.5s ease-in forwards 1.5s;
}
article#animation #p14 {
stroke-dasharray: 1393;
stroke-dashoffset: 1393;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.8s;
animation: fadeIn 0.5s ease-in forwards 1.8s;
}
/*# sourceMappingURL=animation.css.map */ | styles/animation.css | article#animation {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #437F68;
}
article#animation path {
stroke-width: 2;
}
article#animation .logo {
padding: 2rem;
}
article#animation #c3 {
position: relative;
top: 2rem;
margin-right: 2rem;
}
article#animation #c7 {
position: relative;
top: 2rem;
}
article#animation #c12 {
position: relative;
bottom: 0.5rem;
}
@media screen and (max-width: 1100px) {
article#animation #c1 {
width: 57px;
height: 86.25px;
}
article#animation #c2 {
width: 55.5px;
height: 67.5px;
}
article#animation #c3 {
width: 60px;
height: 88.5px;
top: 0.5rem;
margin-right: 1rem;
}
article#animation #c4 {
width: 100.5px;
height: 84.75px;
}
article#animation #c5 {
width: 55.5px;
height: 67.5px;
}
article#animation #c6 {
width: 53.25px;
height: 66px;
}
article#animation #c7 {
width: 57px;
height: 88.5px;
top: 0.5rem;
}
article#animation #c8 {
width: 106.5px;
height: 108px;
}
article#animation #c9 {
width: 112.5px;
height: 102px;
}
article#animation #c10 {
width: 103.5px;
height: 108px;
}
article#animation #c11 {
width: 108.75px;
height: 106.5px;
}
article#animation #c12 {
width: 104.25px;
height: 86.25px;
}
article#animation #c13 {
width: 109.5px;
height: 106.5px;
}
article#animation #c14 {
width: 102px;
height: 107.25px;
}
}
@media screen and (max-width: 1000px) {
article#animation #c1 {
width: 38px;
height: 57.5px;
}
article#animation #c2 {
width: 37px;
height: 45px;
}
article#animation #c3 {
width: 40px;
height: 59px;
top: 0.5rem;
margin-right: 1rem;
}
article#animation #c4 {
width: 67px;
height: 56.5px;
}
article#animation #c5 {
width: 37px;
height: 45px;
}
article#animation #c6 {
width: 35.5px;
height: 44px;
}
article#animation #c7 {
width: 38px;
height: 59px;
top: 0.5rem;
}
article#animation #c8 {
width: 71px;
height: 72px;
}
article#animation #c9 {
width: 75px;
height: 68px;
}
article#animation #c10 {
width: 69px;
height: 72px;
}
article#animation #c11 {
width: 72.5px;
height: 71px;
}
article#animation #c12 {
width: 69.5px;
height: 57.5px;
}
article#animation #c13 {
width: 73px;
height: 71px;
}
article#animation #c14 {
width: 68px;
height: 71.5px;
}
}
@media screen and (max-width: 700px) {
article#animation #c1 {
width: 29.23077px;
height: 44.23077px;
}
article#animation #c2 {
width: 28.46154px;
height: 34.61538px;
}
article#animation #c3 {
width: 30.76923px;
height: 45.38462px;
top: 0.5rem;
margin-right: 1rem;
}
article#animation #c4 {
width: 51.53846px;
height: 43.46154px;
}
article#animation #c5 {
width: 28.46154px;
height: 34.61538px;
}
article#animation #c6 {
width: 27.30769px;
height: 33.84615px;
}
article#animation #c7 {
width: 29.23077px;
height: 45.38462px;
top: 0.5rem;
}
article#animation #c8 {
width: 54.61538px;
height: 55.38462px;
}
article#animation #c9 {
width: 57.69231px;
height: 52.30769px;
}
article#animation #c10 {
width: 53.07692px;
height: 55.38462px;
}
article#animation #c11 {
width: 55.76923px;
height: 54.61538px;
}
article#animation #c12 {
width: 53.46154px;
height: 44.23077px;
}
article#animation #c13 {
width: 56.15385px;
height: 54.61538px;
}
article#animation #c14 {
width: 52.30769px;
height: 55px;
}
article#animation #c3 {
margin-right: 0rem;
}
article#animation #c12 {
bottom: 0.2rem;
}
}
@-webkit-keyframes fadeIn {
to {
stroke-dashoffset: 0;
}
}
@keyframes fadeIn {
to {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes fillIn {
from {
fill: transparent;
}
to {
fill: white;
}
}
@keyframes fillIn {
from {
fill: transparent;
}
to {
fill: white;
}
}
article#animation svg {
-webkit-animation: fillIn 1s ease 2s forwards;
animation: fillIn 1s ease 2s forwards;
}
article#animation #p1 {
stroke-dasharray: 354;
stroke-dashoffset: 354;
-webkit-animation: fadeIn 0.5s ease-in forwards 0s;
animation: fadeIn 0.5s ease-in forwards 0s;
}
article#animation #p2 {
stroke-dasharray: 449;
stroke-dashoffset: 449;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.3s;
animation: fadeIn 0.5s ease-in forwards 0.3s;
}
article#animation #p3 {
stroke-dasharray: 419;
stroke-dashoffset: 419;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.6s;
animation: fadeIn 0.5s ease-in forwards 0.6s;
}
article#animation #p4 {
stroke-dasharray: 761;
stroke-dashoffset: 761;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.9s;
animation: fadeIn 0.5s ease-in forwards 0.9s;
}
article#animation #p5 {
stroke-dasharray: 449;
stroke-dashoffset: 449;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.2s;
animation: fadeIn 0.5s ease-in forwards 1.2s;
}
article#animation #p6 {
stroke-dasharray: 412;
stroke-dashoffset: 412;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.5s;
animation: fadeIn 0.5s ease-in forwards 1.5s;
}
article#animation #p7 {
stroke-dasharray: 562;
stroke-dashoffset: 562;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.8s;
animation: fadeIn 0.5s ease-in forwards 1.8s;
}
article#animation #p8 {
stroke-dasharray: 1678;
stroke-dashoffset: 1678;
-webkit-animation: fadeIn 0.5s ease-in forwards 0s;
animation: fadeIn 0.5s ease-in forwards 0s;
}
article#animation #p9 {
stroke-dasharray: 1307;
stroke-dashoffset: 1307;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.3s;
animation: fadeIn 0.5s ease-in forwards 0.3s;
}
article#animation #p10 {
stroke-dasharray: 1336;
stroke-dashoffset: 1336;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.6s;
animation: fadeIn 0.5s ease-in forwards 0.6s;
}
article#animation #p11 {
stroke-dasharray: 1607;
stroke-dashoffset: 1607;
-webkit-animation: fadeIn 0.5s ease-in forwards 0.9s;
animation: fadeIn 0.5s ease-in forwards 0.9s;
}
article#animation #p12 {
stroke-dasharray: 690;
stroke-dashoffset: 690;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.2s;
animation: fadeIn 0.5s ease-in forwards 1.2s;
}
article#animation #p13 {
stroke-dasharray: 1471;
stroke-dashoffset: 1471;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.5s;
animation: fadeIn 0.5s ease-in forwards 1.5s;
}
article#animation #p14 {
stroke-dasharray: 1393;
stroke-dashoffset: 1393;
-webkit-animation: fadeIn 0.5s ease-in forwards 1.8s;
animation: fadeIn 0.5s ease-in forwards 1.8s;
}
/*# sourceMappingURL=animation.css.map */ | 0.349644 | 0.049681 |
.navbar .dropdown-toggle {
outline: none;
}
body .navbar a {
color: white;
text-decoration: none;
}
body .navbar a:hover {
color: #cccccc;
text-decoration: none;
}
.navbar .fa-chevron-right {
margin-right: 5px;
margin-left: -5px;
}
.search-box {
font-size: 1rem;
line-height: 1.20;
padding: 0.25rem 0.5rem;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
width: 300px;
}
.search-box::placeholder {
color: rgba(0, 0, 0, 0.4);
font-family: "Font Awesome 5 Free", "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 900;
}
.header {
display: flex;
clear: both;
}
.header > .left {
margin-right: auto;
text-align: left;
}
.header > .right {
margin-left: 5px;
}
.header > .left + .right {
margin-left: auto;
text-align: right;
}
.header > .tin-btn.right {
height: min-content;
margin-top: auto;
margin-bottom: auto;
}
body {
margin: 0px;
font-family: "Open Sans", "Helvetica Neue", sans-serif;
line-height: 1.5;
color: #484848;
background-color: #f2f2f4;
}
#content {
margin: 0px 0px 0px 0px;
padding: 15px 26px 26px 26px;
}
#main {
text-align: left;
margin-left: auto;
margin-right: auto;
}
.subheading {
padding: 10px 20px;
background-color: #fafafa;
border-bottom: 1px solid #ccc;
}
.subheading h3 {
font-size: 1.5rem;
line-height: 34px;
margin-bottom: 0px;
}
.tbl {
display: table;
}
.tbl-row {
display: table-row;
}
.tbl-cell {
display: table-cell;
}
#footer {
background-color: #f2f2f4;
border-top: 1px solid #AAAAAA;
box-sizing: border-box;
z-index: 10;
position: fixed;
bottom: 0px;
right: 0px;
width: 100%;
padding: 4px;
font-size: 10px;
text-align: right;
}
table.has-border {
min-width: 100px;
border-collapse: collapse;
}
table.has-border th, table.has-border td {
border: 1px solid black;
padding: 3px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.italic {
font-style: italic;
}
.bold {
font-weight: bold;
}
.center {
text-align: center;
}
code > pre {
white-space: pre-wrap;
}
.errors {
color: red;
}
h3.errors {
margin-bottom: 0.5em;
}
ul.errors {
margin-top: 0.5em;
}
ul.errorlist {
color: red;
}
.help-text {
font-size: 80%;
}
.nav-warn {
background-color: #E65100;
padding: 3px 5px;
margin-right: 5px;
border-radius: 3px;
font-size: 14px;
}
body a.nav-warn:hover {
color: white;
}
a.danger:link, a.danger:visited {
color: red;
}
a.danger:hover, a.danger:active {
color: #AA0000;
}
.monospace {
font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
} | manager/director/static/css/base.css | .navbar .dropdown-toggle {
outline: none;
}
body .navbar a {
color: white;
text-decoration: none;
}
body .navbar a:hover {
color: #cccccc;
text-decoration: none;
}
.navbar .fa-chevron-right {
margin-right: 5px;
margin-left: -5px;
}
.search-box {
font-size: 1rem;
line-height: 1.20;
padding: 0.25rem 0.5rem;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
width: 300px;
}
.search-box::placeholder {
color: rgba(0, 0, 0, 0.4);
font-family: "Font Awesome 5 Free", "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 900;
}
.header {
display: flex;
clear: both;
}
.header > .left {
margin-right: auto;
text-align: left;
}
.header > .right {
margin-left: 5px;
}
.header > .left + .right {
margin-left: auto;
text-align: right;
}
.header > .tin-btn.right {
height: min-content;
margin-top: auto;
margin-bottom: auto;
}
body {
margin: 0px;
font-family: "Open Sans", "Helvetica Neue", sans-serif;
line-height: 1.5;
color: #484848;
background-color: #f2f2f4;
}
#content {
margin: 0px 0px 0px 0px;
padding: 15px 26px 26px 26px;
}
#main {
text-align: left;
margin-left: auto;
margin-right: auto;
}
.subheading {
padding: 10px 20px;
background-color: #fafafa;
border-bottom: 1px solid #ccc;
}
.subheading h3 {
font-size: 1.5rem;
line-height: 34px;
margin-bottom: 0px;
}
.tbl {
display: table;
}
.tbl-row {
display: table-row;
}
.tbl-cell {
display: table-cell;
}
#footer {
background-color: #f2f2f4;
border-top: 1px solid #AAAAAA;
box-sizing: border-box;
z-index: 10;
position: fixed;
bottom: 0px;
right: 0px;
width: 100%;
padding: 4px;
font-size: 10px;
text-align: right;
}
table.has-border {
min-width: 100px;
border-collapse: collapse;
}
table.has-border th, table.has-border td {
border: 1px solid black;
padding: 3px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.italic {
font-style: italic;
}
.bold {
font-weight: bold;
}
.center {
text-align: center;
}
code > pre {
white-space: pre-wrap;
}
.errors {
color: red;
}
h3.errors {
margin-bottom: 0.5em;
}
ul.errors {
margin-top: 0.5em;
}
ul.errorlist {
color: red;
}
.help-text {
font-size: 80%;
}
.nav-warn {
background-color: #E65100;
padding: 3px 5px;
margin-right: 5px;
border-radius: 3px;
font-size: 14px;
}
body a.nav-warn:hover {
color: white;
}
a.danger:link, a.danger:visited {
color: red;
}
a.danger:hover, a.danger:active {
color: #AA0000;
}
.monospace {
font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
} | 0.536313 | 0.095983 |
body {
background-color: #000;
font-family: 'Roboto', sans-serif;
}
header.header {
padding: 15px;
}
nav.navbar {
margin-top: 18px;
background: #1d2124;
}
nav .navbar-nav a.nav-link {
color: #fff;
padding: 18px 18px !important;
min-width: 80px;
text-align: center;
}
.navbar-toggler {
border: 1px solid #fff;
outline: none;
box-shadow: none;
padding: 6px 11px;
margin: 10px 10px 10px auto;
}
.navbar-toggler span {
color: #fff;
}
.hero-text {
padding: 50px 0;
}
.hero-text h1 {
font-family: 'Poppins', sans-serif;
}
.hero-text h1 span {
font-size: 14px;
}
.hero-text h3 {
font-family: 'Satisfy', cursive;
font-weight: normal;
}
.hero-text p {
line-height: 28px;
opacity: 0.9;
font-weight: 300;
}
.featured-items-wrapper, .related-product-wrapper {
margin: 80px 0;
}
.section-title {
border-bottom: 1px solid #5f5f5f;
margin-bottom: 30px;
}
.section-title h2 {
font-weight: 300;
font-size: 32px;
}
.featured-items-wrapper .item,
.related-product-wrapper .item{
margin-bottom: 30px;
}
.featured-items-wrapper .item a,
.related-product-wrapper .item a{
text-decoration: none;
color: #fff;
font-weight: 300;
}
.featured-items-wrapper .item .text-box,
.related-product-wrapper .item .text-box {
margin-top: 15px;
}
.featured-items-wrapper .item .text-box h5,
.related-product-wrapper .item .text-box h5 {
font-weight: 300;
}
.featured-items-wrapper .item .buy-btn,
.related-product-wrapper .item .buy-btn {
display: block;
background: #1d2124;
color: #fff;
padding: 11px 0;
font-weight: 600;
border-radius: 4px;
transition: 0.4s ease-in-out;
}
.featured-items-wrapper .item .buy-btn:hover,
.related-product-wrapper .item .buy-btn:hover {
background: #fff;
color: #000;
}
.product-details {
margin: 80px 0;
}
.product-image-wrapper .tab-content {
border: 1px solid #4a4a4a;
padding: 15px;
margin-bottom: 15px;
}
.product-image-wrapper .nav-tabs {
border: none;
}
.product-image-wrapper .nav-tabs .nav-item {
margin-bottom: 0;
}
.product-image-wrapper .nav-tabs .nav-item+.nav-item {
margin-left: 5px;
}
.product-image-wrapper .nav-tabs .nav-item .nav-link {
background-color: transparent;
border-radius: 0;
padding: 8px;
}
.product-image-wrapper .nav-tabs .nav-item .nav-link.active,
.product-image-wrapper .nav-tabs .nav-item .nav-link:hover {
border-color: #4a4a4a;
}
.product-description {
color: #fff;
padding: 40px 0;
}
.product-description h4 {
font-size: 30px;
font-weight: 400;
}
.product-description p {
font-weight: 300;
line-height: 28px;
font-size: 16px;
}
.product-description .buy-btn {
display: inline-block;
text-decoration: none;
background: #1d2124;
color: #fff;
padding: 12px 18px;
font-weight: 600;
border-radius: 4px;
min-width: 150px;
text-align: center;
margin: 30px 0 0 0;
transition: 0.4s ease-in-out;
}
.product-description .buy-btn:hover {
background: #fff;
color: #000;
}
footer .footer-text {
border-top: 1px solid #5f5f5f;
}
footer p {
font-size: 14px;
font-weight: 300;
opacity: 0.8;
} | resourse/css/style.css | body {
background-color: #000;
font-family: 'Roboto', sans-serif;
}
header.header {
padding: 15px;
}
nav.navbar {
margin-top: 18px;
background: #1d2124;
}
nav .navbar-nav a.nav-link {
color: #fff;
padding: 18px 18px !important;
min-width: 80px;
text-align: center;
}
.navbar-toggler {
border: 1px solid #fff;
outline: none;
box-shadow: none;
padding: 6px 11px;
margin: 10px 10px 10px auto;
}
.navbar-toggler span {
color: #fff;
}
.hero-text {
padding: 50px 0;
}
.hero-text h1 {
font-family: 'Poppins', sans-serif;
}
.hero-text h1 span {
font-size: 14px;
}
.hero-text h3 {
font-family: 'Satisfy', cursive;
font-weight: normal;
}
.hero-text p {
line-height: 28px;
opacity: 0.9;
font-weight: 300;
}
.featured-items-wrapper, .related-product-wrapper {
margin: 80px 0;
}
.section-title {
border-bottom: 1px solid #5f5f5f;
margin-bottom: 30px;
}
.section-title h2 {
font-weight: 300;
font-size: 32px;
}
.featured-items-wrapper .item,
.related-product-wrapper .item{
margin-bottom: 30px;
}
.featured-items-wrapper .item a,
.related-product-wrapper .item a{
text-decoration: none;
color: #fff;
font-weight: 300;
}
.featured-items-wrapper .item .text-box,
.related-product-wrapper .item .text-box {
margin-top: 15px;
}
.featured-items-wrapper .item .text-box h5,
.related-product-wrapper .item .text-box h5 {
font-weight: 300;
}
.featured-items-wrapper .item .buy-btn,
.related-product-wrapper .item .buy-btn {
display: block;
background: #1d2124;
color: #fff;
padding: 11px 0;
font-weight: 600;
border-radius: 4px;
transition: 0.4s ease-in-out;
}
.featured-items-wrapper .item .buy-btn:hover,
.related-product-wrapper .item .buy-btn:hover {
background: #fff;
color: #000;
}
.product-details {
margin: 80px 0;
}
.product-image-wrapper .tab-content {
border: 1px solid #4a4a4a;
padding: 15px;
margin-bottom: 15px;
}
.product-image-wrapper .nav-tabs {
border: none;
}
.product-image-wrapper .nav-tabs .nav-item {
margin-bottom: 0;
}
.product-image-wrapper .nav-tabs .nav-item+.nav-item {
margin-left: 5px;
}
.product-image-wrapper .nav-tabs .nav-item .nav-link {
background-color: transparent;
border-radius: 0;
padding: 8px;
}
.product-image-wrapper .nav-tabs .nav-item .nav-link.active,
.product-image-wrapper .nav-tabs .nav-item .nav-link:hover {
border-color: #4a4a4a;
}
.product-description {
color: #fff;
padding: 40px 0;
}
.product-description h4 {
font-size: 30px;
font-weight: 400;
}
.product-description p {
font-weight: 300;
line-height: 28px;
font-size: 16px;
}
.product-description .buy-btn {
display: inline-block;
text-decoration: none;
background: #1d2124;
color: #fff;
padding: 12px 18px;
font-weight: 600;
border-radius: 4px;
min-width: 150px;
text-align: center;
margin: 30px 0 0 0;
transition: 0.4s ease-in-out;
}
.product-description .buy-btn:hover {
background: #fff;
color: #000;
}
footer .footer-text {
border-top: 1px solid #5f5f5f;
}
footer p {
font-size: 14px;
font-weight: 300;
opacity: 0.8;
} | 0.340047 | 0.046508 |
border-radius: 50%;
height: 350px;
width: 350px;
}
.img-fluid {
border-radius: 50%;
height: 150px;
width: 150px;
}
#giphy {
border-radius: 50%;
height: 150px;
width: 150px;
}
#linkedin {
width: 30px;
height: 30px;
}
#numbers {
border-radius: 50%;
height: 150px;
width: 150px;
}
#train {
border-radius: 50%;
height: 150px;
width: 150px;
}
#mod-flashstarts {
float: right;
margin-right: -50px;
margin-top: 50px;
width: 250px;
height: 250px;
}
#mod-opulabs {
float: right;
margin-right: -50px;
margin-top: 50px;
width: 250px;
height: 250px;
}
#mod-fortress {
float: right;
margin-right: -50px;
margin-top: 50px;
width: 250px;
height: 250px;
}
#mod-ey {
float: right;
margin-right: -50px;
margin-top: 50px;
width: 250px;
height: 250px;
}
#resume {
text-align: left;
max-width: 500px;
}
/*!
* Start Bootstrap - Freelancer v5.0.0 (https://startbootstrap.com/template-overviews/freelancer)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
*/
body {
font-family: 'Lato';
}
h1,
h2,
h3,
h4,
h6 {
font-weight: 700;
font-family: 'Montserrat';
}
hr.star-light,
hr.star-dark {
max-width: 15rem;
padding: 0;
text-align: center;
border: none;
border-top: solid 0.25rem;
margin-top: 2.5rem;
margin-bottom: 2.5rem;
margin-left: auto;
margin-right: auto;
}
hr.star-light:after,
hr.star-dark:after {
position: relative;
top: -.8em;
display: inline-block;
padding: 0 0.25em;
content: '\f005';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 2em;
}
hr.star-light {
border-color: #fff;
}
hr.star-light:after {
color: #fff;
background-color: #18BC9C;
}
hr.star-dark {
border-color: #2C3E50;
}
hr.star-dark:after {
color: #2C3E50;
background-color: white;
}
section {
padding: 6rem 0;
}
section h2 {
font-size: 2.25rem;
line-height: 2rem;
}
@media (min-width: 992px) {
section h2 {
font-size: 3rem;
line-height: 2.5rem;
}
}
.btn-xl {
padding: 1rem 1.75rem;
font-size: 1.25rem;
}
.btn-social {
width: 3.25rem;
height: 3.25rem;
font-size: 1.25rem;
line-height: 2rem;
}
.scroll-to-top {
z-index: 1042;
right: 1rem;
bottom: 1rem;
display: none;
}
.scroll-to-top a {
width: 3.5rem;
height: 3.5rem;
background-color: rgba(33, 37, 41, 0.5);
line-height: 3.1rem;
}
#mainNav {
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 700;
font-family: 'Montserrat';
}
#mainNav .navbar-brand {
color: #fff;
}
#mainNav .navbar-nav {
margin-top: 1rem;
letter-spacing: 0.0625rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
color: #18BC9C;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
color: #18BC9C;
}
#mainNav .navbar-toggler {
font-size: 80%;
padding: 0.8rem;
}
@media (min-width: 992px) {
#mainNav {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
}
#mainNav .navbar-brand {
font-size: 2em;
-webkit-transition: font-size 0.3s;
transition: font-size 0.3s;
}
#mainNav .navbar-nav {
margin-top: 0;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
color: #fff;
background: #18BC9C;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
color: #fff;
background: #18BC9C;
}
#mainNav.navbar-shrink {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
}
header.masthead {
padding-top: calc(6rem + 72px);
padding-bottom: 6rem;
}
header.masthead h1 {
font-size: 3rem;
line-height: 3rem;
}
header.masthead h2 {
font-size: 1.3rem;
font-family: 'Lato';
}
@media (min-width: 992px) {
header.masthead {
padding-top: calc(6rem + 106px);
padding-bottom: 6rem;
}
header.masthead h1 {
font-size: 4.75em;
line-height: 4rem;
}
header.masthead h2 {
font-size: 1.75em;
}
}
.portfolio {
margin-bottom: -15px;
}
.portfolio .portfolio-item {
position: relative;
text-align: center;
display: block;
max-width: 25rem;
margin-bottom: 15px;
}
.portfolio .portfolio-item .portfolio-item-caption {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
background-color: rgba(24, 188, 156, 0.9);
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
font-size: 1.5rem;
}
@media (min-width: 576px) {
.portfolio {
margin-bottom: -30px;
}
.portfolio .portfolio-item {
margin-bottom: 30px;
}
}
.portfolio-modal .portfolio-modal-dialog {
padding: 3rem 1rem;
min-height: calc(100vh - 2rem);
margin: 1rem calc(1rem - 8px);
position: relative;
z-index: 2;
-webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}
.portfolio-modal .portfolio-modal-dialog .close-button {
position: absolute;
top: 2rem;
right: 2rem;
}
.portfolio-modal .portfolio-modal-dialog .close-button i {
line-height: 38px;
}
.portfolio-modal .portfolio-modal-dialog h2 {
font-size: 2rem;
}
@media (min-width: 768px) {
.portfolio-modal .portfolio-modal-dialog {
min-height: 80vh;
padding: 5rem;
margin: 3rem calc(3rem - 8px);
}
.portfolio-modal .portfolio-modal-dialog h2 {
font-size: 3rem;
}
}
.floating-label-form-group {
position: relative;
border-bottom: 1px solid #e9ecef;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
font-size: 1.5em;
position: relative;
z-index: 1;
padding-right: 0;
padding-left: 0;
resize: none;
border: none;
border-radius: 0;
background: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.floating-label-form-group label {
font-size: 0.85em;
line-height: 1.764705882em;
position: relative;
z-index: 0;
top: 2em;
display: block;
margin: 0;
-webkit-transition: top 0.3s ease, opacity 0.3s ease;
transition: top 0.3s ease, opacity 0.3s ease;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
}
.floating-label-form-group:not(:first-child) {
padding-left: 14px;
border-left: 1px solid #e9ecef;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #e9ecef;
}
.footer {
padding-top: 5rem;
padding-bottom: 5rem;
background-color: #2C3E50;
color: #fff;
}
.copyright {
background-color: #1a252f;
}
a {
color: #18BC9C;
}
a:focus, a:hover, a:active {
color: #128f76;
}
.btn {
border-width: 2px;
}
.bg-primary {
background-color: #18BC9C !important;
}
.bg-secondary {
background-color: #2C3E50 !important;
}
.text-primary {
color: #18BC9C !important;
}
.text-secondary {
color: #2C3E50 !important;
}
.btn-primary {
background-color: #18BC9C;
border-color: #18BC9C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background-color: #128f76;
border-color: #128f76;
}
.btn-secondary {
background-color: #2C3E50;
border-color: #2C3E50;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
background-color: #1a252f;
border-color: #1a252f;
} | css/freelancer.css | border-radius: 50%;
height: 350px;
width: 350px;
}
.img-fluid {
border-radius: 50%;
height: 150px;
width: 150px;
}
#giphy {
border-radius: 50%;
height: 150px;
width: 150px;
}
#linkedin {
width: 30px;
height: 30px;
}
#numbers {
border-radius: 50%;
height: 150px;
width: 150px;
}
#train {
border-radius: 50%;
height: 150px;
width: 150px;
}
#mod-flashstarts {
float: right;
margin-right: -50px;
margin-top: 50px;
width: 250px;
height: 250px;
}
#mod-opulabs {
float: right;
margin-right: -50px;
margin-top: 50px;
width: 250px;
height: 250px;
}
#mod-fortress {
float: right;
margin-right: -50px;
margin-top: 50px;
width: 250px;
height: 250px;
}
#mod-ey {
float: right;
margin-right: -50px;
margin-top: 50px;
width: 250px;
height: 250px;
}
#resume {
text-align: left;
max-width: 500px;
}
/*!
* Start Bootstrap - Freelancer v5.0.0 (https://startbootstrap.com/template-overviews/freelancer)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
*/
body {
font-family: 'Lato';
}
h1,
h2,
h3,
h4,
h6 {
font-weight: 700;
font-family: 'Montserrat';
}
hr.star-light,
hr.star-dark {
max-width: 15rem;
padding: 0;
text-align: center;
border: none;
border-top: solid 0.25rem;
margin-top: 2.5rem;
margin-bottom: 2.5rem;
margin-left: auto;
margin-right: auto;
}
hr.star-light:after,
hr.star-dark:after {
position: relative;
top: -.8em;
display: inline-block;
padding: 0 0.25em;
content: '\f005';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 2em;
}
hr.star-light {
border-color: #fff;
}
hr.star-light:after {
color: #fff;
background-color: #18BC9C;
}
hr.star-dark {
border-color: #2C3E50;
}
hr.star-dark:after {
color: #2C3E50;
background-color: white;
}
section {
padding: 6rem 0;
}
section h2 {
font-size: 2.25rem;
line-height: 2rem;
}
@media (min-width: 992px) {
section h2 {
font-size: 3rem;
line-height: 2.5rem;
}
}
.btn-xl {
padding: 1rem 1.75rem;
font-size: 1.25rem;
}
.btn-social {
width: 3.25rem;
height: 3.25rem;
font-size: 1.25rem;
line-height: 2rem;
}
.scroll-to-top {
z-index: 1042;
right: 1rem;
bottom: 1rem;
display: none;
}
.scroll-to-top a {
width: 3.5rem;
height: 3.5rem;
background-color: rgba(33, 37, 41, 0.5);
line-height: 3.1rem;
}
#mainNav {
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 700;
font-family: 'Montserrat';
}
#mainNav .navbar-brand {
color: #fff;
}
#mainNav .navbar-nav {
margin-top: 1rem;
letter-spacing: 0.0625rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
color: #18BC9C;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
color: #18BC9C;
}
#mainNav .navbar-toggler {
font-size: 80%;
padding: 0.8rem;
}
@media (min-width: 992px) {
#mainNav {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
}
#mainNav .navbar-brand {
font-size: 2em;
-webkit-transition: font-size 0.3s;
transition: font-size 0.3s;
}
#mainNav .navbar-nav {
margin-top: 0;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
color: #fff;
background: #18BC9C;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
color: #fff;
background: #18BC9C;
}
#mainNav.navbar-shrink {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
}
header.masthead {
padding-top: calc(6rem + 72px);
padding-bottom: 6rem;
}
header.masthead h1 {
font-size: 3rem;
line-height: 3rem;
}
header.masthead h2 {
font-size: 1.3rem;
font-family: 'Lato';
}
@media (min-width: 992px) {
header.masthead {
padding-top: calc(6rem + 106px);
padding-bottom: 6rem;
}
header.masthead h1 {
font-size: 4.75em;
line-height: 4rem;
}
header.masthead h2 {
font-size: 1.75em;
}
}
.portfolio {
margin-bottom: -15px;
}
.portfolio .portfolio-item {
position: relative;
text-align: center;
display: block;
max-width: 25rem;
margin-bottom: 15px;
}
.portfolio .portfolio-item .portfolio-item-caption {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
background-color: rgba(24, 188, 156, 0.9);
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
font-size: 1.5rem;
}
@media (min-width: 576px) {
.portfolio {
margin-bottom: -30px;
}
.portfolio .portfolio-item {
margin-bottom: 30px;
}
}
.portfolio-modal .portfolio-modal-dialog {
padding: 3rem 1rem;
min-height: calc(100vh - 2rem);
margin: 1rem calc(1rem - 8px);
position: relative;
z-index: 2;
-webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}
.portfolio-modal .portfolio-modal-dialog .close-button {
position: absolute;
top: 2rem;
right: 2rem;
}
.portfolio-modal .portfolio-modal-dialog .close-button i {
line-height: 38px;
}
.portfolio-modal .portfolio-modal-dialog h2 {
font-size: 2rem;
}
@media (min-width: 768px) {
.portfolio-modal .portfolio-modal-dialog {
min-height: 80vh;
padding: 5rem;
margin: 3rem calc(3rem - 8px);
}
.portfolio-modal .portfolio-modal-dialog h2 {
font-size: 3rem;
}
}
.floating-label-form-group {
position: relative;
border-bottom: 1px solid #e9ecef;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
font-size: 1.5em;
position: relative;
z-index: 1;
padding-right: 0;
padding-left: 0;
resize: none;
border: none;
border-radius: 0;
background: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.floating-label-form-group label {
font-size: 0.85em;
line-height: 1.764705882em;
position: relative;
z-index: 0;
top: 2em;
display: block;
margin: 0;
-webkit-transition: top 0.3s ease, opacity 0.3s ease;
transition: top 0.3s ease, opacity 0.3s ease;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
}
.floating-label-form-group:not(:first-child) {
padding-left: 14px;
border-left: 1px solid #e9ecef;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #e9ecef;
}
.footer {
padding-top: 5rem;
padding-bottom: 5rem;
background-color: #2C3E50;
color: #fff;
}
.copyright {
background-color: #1a252f;
}
a {
color: #18BC9C;
}
a:focus, a:hover, a:active {
color: #128f76;
}
.btn {
border-width: 2px;
}
.bg-primary {
background-color: #18BC9C !important;
}
.bg-secondary {
background-color: #2C3E50 !important;
}
.text-primary {
color: #18BC9C !important;
}
.text-secondary {
color: #2C3E50 !important;
}
.btn-primary {
background-color: #18BC9C;
border-color: #18BC9C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background-color: #128f76;
border-color: #128f76;
}
.btn-secondary {
background-color: #2C3E50;
border-color: #2C3E50;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
background-color: #1a252f;
border-color: #1a252f;
} | 0.585575 | 0.106551 |
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
margin: 0px;
padding: 0px;
}
/*cabecalho
*************************************************************************/
.cabecalho{
border-bottom: 1px solid black;
}
.menu{
width: 90%;
max-width: 95em;
margin: auto;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
align-items: center;
padding: 10px
}
.butoesmenu{
display: flex;
flex-wrap: wrap;
}
.butoes a{
display: inline-block;
text-decoration: none;
margin: 5px;
padding: 5px 10px;
border: 1px solid black;
color: black;
border-radius: 20px;
font-family: 'Manrope', sans-serif;
font-weight: normal;
font-size: 0.8em;
transition: all 360ms ease;
}
.butoes a:hover{
padding: 5px 30px;
background-color: black;
color: white;
transition: all 360ms ease;
}
.tutorial{
padding: 0px 20px;
}
.tutorial p{
color: rgb(94, 92, 92);
}
.tutorial a{
color: rgb(94, 92, 92);
}
.titulo{
width:90% ;
display: flex;
justify-content: flex-end;
max-width: 95em;
margin: auto;
padding-top: 8.5em;
}
.titulo h1{
font-size: 10em;
font-family: 'Cormorant', serif;
font-weight: 300;
}
/*secao01
*************************************************************************/
.secao01{
width: 90%;
max-width: 95em;
margin: auto;
display: flex;
flex-wrap: wrap;
}
.info{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 10px 5px;
font-size: 1.2em;
font-family: 'Manrope', sans-serif;
}
.coluna01{
border-left: 1px solid black;
flex: 2 1 50%;
display: flex;
flex-wrap: wrap;
}
.artigo01{
flex: 2 1 90%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.5em 2.0em;
}
.artigo01 img{
display: block;
max-width: 100%;
}
.artigo01 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo01 a{
text-decoration: none;
color: black;
}
.artigo04{
flex: 1 1 40%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.4em 2.0em;
}
.artigo04 img{
display: block;
max-width: 100%;
}
.artigo04 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo04 a{
text-decoration: none;
color: black;
}
.artigo05{
flex: 1 1 40%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.4em 2.0em;
}
.artigo05 img{
display: block;
max-width: 100%;
}
.artigo05 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo05 a{
text-decoration: none;
color: black;
}
.coluna02{
flex: 1 1 30%;
display: flex;
flex-wrap: wrap;
}
.artigo02{
flex: 4 1 90%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.5em 2.0em;
}
.artigo02 img{
display: block;
max-width: 100%;
}
.artigo02 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo02 a{
text-decoration: none;
color: black;
}
.artigo03{
flex: 4 1 90%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.5em 2.0em;
}
.artigo03 h2{
font-size: 2.4em;
line-height: 1.2;
font-weight: 300;
font-family: 'Cormorant', serif;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
margin: auto;
}
.artigo03 p{
padding-top: 20px;
font-size: 1.7em;
text-align: center;
font-family: 'Cormorant', serif;
}
.artigo06{
flex: 1 1 30%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.2em 2.0em;
}
.artigo06 img{
display: block;
max-width: 100%;
}
.artigo06 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo06 a{
text-decoration: none;
color: black;
}
.artigo07{
flex: 1 1 30%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.2em 2.0em;
}
.artigo07 img{
display: block;
max-width: 100%;
}
.artigo07 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo07 a{
text-decoration: none;
color: black;
}
/*secao02
**********************************************************************/
.secao02{
width: 90%;
max-width: 95em;
margin: auto auto 100px auto;
display: flex;
flex-wrap: wrap;
border-left: 1px solid black;
}
.artigo08{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 1 1 22%;
}
.artigo08 img{
display: block;
max-width: 100%;
}
.artigo09{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 3 1 50%;
}
.borda{
min-height: 100%;
min-width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
justify-content: center;
background-image: url('imagem10.jpeg');
background-size: cover;
background-position: center center;
}
.artigo10{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 1 1 17.6%;
}
.contato{
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contato p{
font-size: 1.2em;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.icon{
width: 2em;
height: 2em;
margin-top: 20px;
color: black;
transition: all 360ms ease;
}
.icon:hover{
width: 3em;
height: 3em;
transition: all 360ms ease;
color: rgb(224, 224, 101);
}
.artigo11{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 1 1 20%;
}
.artigo11 img{
display: block;
max-width: 100%;
}
.artigo12{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 1 1 20%;
}
.artigo12 img{
display: block;
max-width: 100%;
} | imagens/style.css | @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
margin: 0px;
padding: 0px;
}
/*cabecalho
*************************************************************************/
.cabecalho{
border-bottom: 1px solid black;
}
.menu{
width: 90%;
max-width: 95em;
margin: auto;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
align-items: center;
padding: 10px
}
.butoesmenu{
display: flex;
flex-wrap: wrap;
}
.butoes a{
display: inline-block;
text-decoration: none;
margin: 5px;
padding: 5px 10px;
border: 1px solid black;
color: black;
border-radius: 20px;
font-family: 'Manrope', sans-serif;
font-weight: normal;
font-size: 0.8em;
transition: all 360ms ease;
}
.butoes a:hover{
padding: 5px 30px;
background-color: black;
color: white;
transition: all 360ms ease;
}
.tutorial{
padding: 0px 20px;
}
.tutorial p{
color: rgb(94, 92, 92);
}
.tutorial a{
color: rgb(94, 92, 92);
}
.titulo{
width:90% ;
display: flex;
justify-content: flex-end;
max-width: 95em;
margin: auto;
padding-top: 8.5em;
}
.titulo h1{
font-size: 10em;
font-family: 'Cormorant', serif;
font-weight: 300;
}
/*secao01
*************************************************************************/
.secao01{
width: 90%;
max-width: 95em;
margin: auto;
display: flex;
flex-wrap: wrap;
}
.info{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 10px 5px;
font-size: 1.2em;
font-family: 'Manrope', sans-serif;
}
.coluna01{
border-left: 1px solid black;
flex: 2 1 50%;
display: flex;
flex-wrap: wrap;
}
.artigo01{
flex: 2 1 90%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.5em 2.0em;
}
.artigo01 img{
display: block;
max-width: 100%;
}
.artigo01 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo01 a{
text-decoration: none;
color: black;
}
.artigo04{
flex: 1 1 40%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.4em 2.0em;
}
.artigo04 img{
display: block;
max-width: 100%;
}
.artigo04 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo04 a{
text-decoration: none;
color: black;
}
.artigo05{
flex: 1 1 40%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.4em 2.0em;
}
.artigo05 img{
display: block;
max-width: 100%;
}
.artigo05 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo05 a{
text-decoration: none;
color: black;
}
.coluna02{
flex: 1 1 30%;
display: flex;
flex-wrap: wrap;
}
.artigo02{
flex: 4 1 90%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.5em 2.0em;
}
.artigo02 img{
display: block;
max-width: 100%;
}
.artigo02 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo02 a{
text-decoration: none;
color: black;
}
.artigo03{
flex: 4 1 90%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.5em 2.0em;
}
.artigo03 h2{
font-size: 2.4em;
line-height: 1.2;
font-weight: 300;
font-family: 'Cormorant', serif;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
margin: auto;
}
.artigo03 p{
padding-top: 20px;
font-size: 1.7em;
text-align: center;
font-family: 'Cormorant', serif;
}
.artigo06{
flex: 1 1 30%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.2em 2.0em;
}
.artigo06 img{
display: block;
max-width: 100%;
}
.artigo06 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo06 a{
text-decoration: none;
color: black;
}
.artigo07{
flex: 1 1 30%;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 3.2em 2.0em;
}
.artigo07 img{
display: block;
max-width: 100%;
}
.artigo07 > p{
line-height: 1.4em;
padding-top: 15px;
font-family: 'Manrope', sans-serif;
}
.artigo07 a{
text-decoration: none;
color: black;
}
/*secao02
**********************************************************************/
.secao02{
width: 90%;
max-width: 95em;
margin: auto auto 100px auto;
display: flex;
flex-wrap: wrap;
border-left: 1px solid black;
}
.artigo08{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 1 1 22%;
}
.artigo08 img{
display: block;
max-width: 100%;
}
.artigo09{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 3 1 50%;
}
.borda{
min-height: 100%;
min-width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
justify-content: center;
background-image: url('imagem10.jpeg');
background-size: cover;
background-position: center center;
}
.artigo10{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 1 1 17.6%;
}
.contato{
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contato p{
font-size: 1.2em;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.icon{
width: 2em;
height: 2em;
margin-top: 20px;
color: black;
transition: all 360ms ease;
}
.icon:hover{
width: 3em;
height: 3em;
transition: all 360ms ease;
color: rgb(224, 224, 101);
}
.artigo11{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 1 1 20%;
}
.artigo11 img{
display: block;
max-width: 100%;
}
.artigo12{
padding: 3.2em 2.0em;
border-bottom: 1px solid black;
border-right: 1px solid black;
flex: 1 1 20%;
}
.artigo12 img{
display: block;
max-width: 100%;
} | 0.267887 | 0.082586 |
.c_box2 {
width: 100%;
background: #E8EFF2;
overflow: hidden;
}
.c_box2 .box2_center {
width: 1024px;
height: 748px;
margin: 0 auto;
overflow: hidden;
}
.c_box2 .box2_center ul {
margin-top: 100px;
clear: both;
}
.c_box2 .box2_center ul li {
margin-bottom: 40px;
cursor: pointer;
text-align: center;
padding-left:100px;
width: 316px;
height: 280px;
float: left;
position: relative;
}
.c_box2 .box2_center ul li .positive {
background: #fff;
padding-top: 40px;
margin: 0 auto;
text-align: center;
width: 316px;
height: 200px;
border: 1px solid #DFE3E5;
}
.c_box2 .box2_center ul li .positive p {
margin: 0 auto;
width: 100%;
height: 40px;
overflow: hidden;
font-family: "Microsoft YaHei", '���ź�';
color: #362526;
font-size: 20px;
line-height: 40px;
}
.c_box2 .box2_center ul li i {
display: block;
width: 80px;
height: 80px;
content:'';
border:1px solid #CB0000;
border-radius:50%;
background: url(../images/WebIcon_blue.png) #CB0000;
position: absolute;
top: -30px;
left:260px;
margin:-40px 0 0 -40px;
}
.c_box2 .box2_center ul li .i2 {
display: block;
width: 80px;
height: 80px;
content:'';
border:1px solid #CB0000;
border-radius:50%;
background: url(../images/androidIcon_blue.png) no-repeat #CB0000;
position: absolute;
top: -30px;
left:260px;
margin:-40px 0 0 -40px;
}
.c_box2 .box2_center ul li .i3 {
display: block;
width: 80px;
height: 80px;
content:'';
border:1px solid #CB0000;
border-radius:50%;
background: url(../images/iosIcon_blue.png) no-repeat #CB0000;
position: absolute;
top: -30px;
left:260px;
margin:-40px 0 0 -40px;
}
.c_box2 .box2_center ul li .i4 {
display: block;
width: 80px;
height: 80px;
content:'';
border:1px solid #CB0000;
border-radius:50%;
background: url(../images/serviceIcon_blue.png) no-repeat #CB0000;
position: absolute;
top: -30px;
left:260px;
margin:-40px 0 0 -40px;
}
.c_box2 .box2_center ul li .positive span {
overflow: hidden;
font-size: 12px;
line-height: 20px;
margin: 0 auto;
display: block;
width: 230px;
color: #887373;
text-align: left;
}
.c_box2 .box2_center ul li .info {
background: #CB0000;
margin: 0 auto;
width: 0px;
height: 200px;
display: none;
text-align: left;
padding-top: 20px;
}
.c_box2 .box2_center ul li .info>dl {
float: left;
overflow: hidden;
width: 130px;
margin-left: 5px;
}
.c_box2 .box2_center ul li .info>dl dd {
width: 100%;
height: 30px;
border-bottom: 1px solid #fff;
font-family: "Microsoft YaHei", '���ź�';
font-size: 13px;
color: #fff;
line-height: 30px;
text-align: left;
}
.c_box2 .box2_center ul li .info>dl dd a {
display: block;
width: 100%;
height: 100px;
color: #fff;
}
.c_box2 .box2_center ul li .info>dl dd:hover {
border-bottom: 1px solid #424A4F;
}
.c_box2 .box2_center ul li .info>dl dd:hover a {
color: #424A4F;
}
.c_box2 .box2_center ul li .info .gray dd:hover {
border-bottom: 1px solid #23C2F8;
}
.c_box2 .box2_center ul li .info .gray dd:hover a {
color: #23C2F8;
} | template/css/index.css | .c_box2 {
width: 100%;
background: #E8EFF2;
overflow: hidden;
}
.c_box2 .box2_center {
width: 1024px;
height: 748px;
margin: 0 auto;
overflow: hidden;
}
.c_box2 .box2_center ul {
margin-top: 100px;
clear: both;
}
.c_box2 .box2_center ul li {
margin-bottom: 40px;
cursor: pointer;
text-align: center;
padding-left:100px;
width: 316px;
height: 280px;
float: left;
position: relative;
}
.c_box2 .box2_center ul li .positive {
background: #fff;
padding-top: 40px;
margin: 0 auto;
text-align: center;
width: 316px;
height: 200px;
border: 1px solid #DFE3E5;
}
.c_box2 .box2_center ul li .positive p {
margin: 0 auto;
width: 100%;
height: 40px;
overflow: hidden;
font-family: "Microsoft YaHei", '���ź�';
color: #362526;
font-size: 20px;
line-height: 40px;
}
.c_box2 .box2_center ul li i {
display: block;
width: 80px;
height: 80px;
content:'';
border:1px solid #CB0000;
border-radius:50%;
background: url(../images/WebIcon_blue.png) #CB0000;
position: absolute;
top: -30px;
left:260px;
margin:-40px 0 0 -40px;
}
.c_box2 .box2_center ul li .i2 {
display: block;
width: 80px;
height: 80px;
content:'';
border:1px solid #CB0000;
border-radius:50%;
background: url(../images/androidIcon_blue.png) no-repeat #CB0000;
position: absolute;
top: -30px;
left:260px;
margin:-40px 0 0 -40px;
}
.c_box2 .box2_center ul li .i3 {
display: block;
width: 80px;
height: 80px;
content:'';
border:1px solid #CB0000;
border-radius:50%;
background: url(../images/iosIcon_blue.png) no-repeat #CB0000;
position: absolute;
top: -30px;
left:260px;
margin:-40px 0 0 -40px;
}
.c_box2 .box2_center ul li .i4 {
display: block;
width: 80px;
height: 80px;
content:'';
border:1px solid #CB0000;
border-radius:50%;
background: url(../images/serviceIcon_blue.png) no-repeat #CB0000;
position: absolute;
top: -30px;
left:260px;
margin:-40px 0 0 -40px;
}
.c_box2 .box2_center ul li .positive span {
overflow: hidden;
font-size: 12px;
line-height: 20px;
margin: 0 auto;
display: block;
width: 230px;
color: #887373;
text-align: left;
}
.c_box2 .box2_center ul li .info {
background: #CB0000;
margin: 0 auto;
width: 0px;
height: 200px;
display: none;
text-align: left;
padding-top: 20px;
}
.c_box2 .box2_center ul li .info>dl {
float: left;
overflow: hidden;
width: 130px;
margin-left: 5px;
}
.c_box2 .box2_center ul li .info>dl dd {
width: 100%;
height: 30px;
border-bottom: 1px solid #fff;
font-family: "Microsoft YaHei", '���ź�';
font-size: 13px;
color: #fff;
line-height: 30px;
text-align: left;
}
.c_box2 .box2_center ul li .info>dl dd a {
display: block;
width: 100%;
height: 100px;
color: #fff;
}
.c_box2 .box2_center ul li .info>dl dd:hover {
border-bottom: 1px solid #424A4F;
}
.c_box2 .box2_center ul li .info>dl dd:hover a {
color: #424A4F;
}
.c_box2 .box2_center ul li .info .gray dd:hover {
border-bottom: 1px solid #23C2F8;
}
.c_box2 .box2_center ul li .info .gray dd:hover a {
color: #23C2F8;
} | 0.423458 | 0.098903 |
Contributor notes:
Please use two space indentions.
Stack all related and child selectors and selector states into a logical hierarchy to a readable degree.
Make sure that all changes made here are part of the window buttons / titlebuttons.
*/
/* Makes the raised 2px effect slimmer on the top and left side */
button.titlebutton {
padding: 0px;
margin: 0px;
margin-top: 2px;
margin-bottom: 2px;
border-top: 0px;
border-left: 0px;
background-position: center;
background-repeat: no-repeat; }
button.titlebutton:active:not(.appmenu),
button.titlebutton:checked:not(.appmenu) {
padding: 0px;
border-top: 0px;
border-left: 0px;
background-repeat: no-repeat; }
.titlebutton.close,
.titlebutton.maximize,
.titlebutton.minimize {
color: @bg_dark;
border: none;
box-shadow: none;
padding: 0px;
margin: 0px;
background-color: transparent;
min-width: 18px;
min-height: 18px;
background-image: url("buttons/window_button_normal.png");
-gtk-icon-shadow: none;
-gtk-icon-style: requested; }
.titlebutton.minimize {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.minimize:backdrop {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.minimize:checked,
.titlebutton.minimize:active {
background-image: url("buttons/window_button_pressed.png"); }
.titlebutton.maximize {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.maximize:backdrop {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.maximize:checked,
.titlebutton.maximize:active {
background-image: url("buttons/window_button_pressed.png"); }
.maximized .titlebutton.maximize {
background-image: url("buttons/window_button_normal.png"); }
.maximized .titlebutton.maximize:backdrop {
background-image: url("buttons/window_button_normal.png"); }
.maximized .titlebutton.maximize:checked,
.maximized .titlebutton.maximize:active {
background-image: url("buttons/window_button_pressed.png"); }
.titlebutton.close {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.close:backdrop {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.close:checked,
.titlebutton.close:active {
background-image: url("buttons/window_button_pressed.png"); }
/* Groups these buttons together */
.titlebutton.minimize {
margin-right: -4px; }
.titlebutton.maximize {
margin-left: -4px;
margin-right: -3px; }
.titlebutton.close {
margin-left: -3px; }
/* setting :not(.appmenu) in button.titlemenu breaks the main window buttons position,
* so restore any damage made to buttons styled with both .appmenu and .titlemenu here */
button.appmenu {
border: solid 1px;
border-color: @border_color @border_dark @border_dark @border_color;
margin-top: 1px;
margin-left: 3px;
margin-right: 1px;
margin-bottom: 0px; } | .local/share/themes/Chicago95/gtk-3.0/gtk-windowbuttons.css | Contributor notes:
Please use two space indentions.
Stack all related and child selectors and selector states into a logical hierarchy to a readable degree.
Make sure that all changes made here are part of the window buttons / titlebuttons.
*/
/* Makes the raised 2px effect slimmer on the top and left side */
button.titlebutton {
padding: 0px;
margin: 0px;
margin-top: 2px;
margin-bottom: 2px;
border-top: 0px;
border-left: 0px;
background-position: center;
background-repeat: no-repeat; }
button.titlebutton:active:not(.appmenu),
button.titlebutton:checked:not(.appmenu) {
padding: 0px;
border-top: 0px;
border-left: 0px;
background-repeat: no-repeat; }
.titlebutton.close,
.titlebutton.maximize,
.titlebutton.minimize {
color: @bg_dark;
border: none;
box-shadow: none;
padding: 0px;
margin: 0px;
background-color: transparent;
min-width: 18px;
min-height: 18px;
background-image: url("buttons/window_button_normal.png");
-gtk-icon-shadow: none;
-gtk-icon-style: requested; }
.titlebutton.minimize {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.minimize:backdrop {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.minimize:checked,
.titlebutton.minimize:active {
background-image: url("buttons/window_button_pressed.png"); }
.titlebutton.maximize {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.maximize:backdrop {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.maximize:checked,
.titlebutton.maximize:active {
background-image: url("buttons/window_button_pressed.png"); }
.maximized .titlebutton.maximize {
background-image: url("buttons/window_button_normal.png"); }
.maximized .titlebutton.maximize:backdrop {
background-image: url("buttons/window_button_normal.png"); }
.maximized .titlebutton.maximize:checked,
.maximized .titlebutton.maximize:active {
background-image: url("buttons/window_button_pressed.png"); }
.titlebutton.close {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.close:backdrop {
background-image: url("buttons/window_button_normal.png"); }
.titlebutton.close:checked,
.titlebutton.close:active {
background-image: url("buttons/window_button_pressed.png"); }
/* Groups these buttons together */
.titlebutton.minimize {
margin-right: -4px; }
.titlebutton.maximize {
margin-left: -4px;
margin-right: -3px; }
.titlebutton.close {
margin-left: -3px; }
/* setting :not(.appmenu) in button.titlemenu breaks the main window buttons position,
* so restore any damage made to buttons styled with both .appmenu and .titlemenu here */
button.appmenu {
border: solid 1px;
border-color: @border_color @border_dark @border_dark @border_color;
margin-top: 1px;
margin-left: 3px;
margin-right: 1px;
margin-bottom: 0px; } | 0.358915 | 0.284328 |
.loader-page {
position: fixed;
z-index: 25000;
background: rgb(255, 255, 255);
left: 0px;
top: 0px;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
transition:all .3s ease;
}
.loader-page::before {
content: "";
position: absolute;
border: 8px solid rgb(76, 175, 80);
width: 60px;
height: 60px;
border-radius: 70%;
box-sizing: border-box;
border-left: 8px solid rgba(76, 175, 80,0);
border-top: 8px solid rgba(76, 175, 80,0);
animation: rotarload 1s linear infinite;
transform: rotate(0deg);
}
@keyframes rotarload {
0% {transform: rotate(0deg)}
100% {transform: rotate(360deg)}
}
.loader-page::after {
content: "";
position: absolute;
border: 8px solid rgba(76, 175, 80,.5);
width: 60px;
height: 60px;
border-radius: 70%;
box-sizing: border-box;
border-left: 8px solid rgba(76, 175, 80, 0);
border-top: 8px solid rgba(76, 175, 80, 0);
animation: rotarload 1s ease-out infinite;
transform: rotate(0deg);
}
/*Estilos de carga en portada y usuarios*/
.loader-page-get {
position: fixed;
z-index: 25000;
background: rgba(255, 255, 255,0);
left: 0px;
top: 0px;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
transition:all .3s ease;
}
.loader-page-get::before {
content: "";
position: absolute;
border: 8px solid rgb(76, 175, 80);
width: 60px;
height: 60px;
border-radius: 70%;
box-sizing: border-box;
border-left: 8px solid rgba(76, 175, 80,0);
border-top: 8px solid rgba(76, 175, 80,0);
animation: rotarload 1s linear infinite;
transform: rotate(0deg);
}
.loader-page-get::after {
content: "";
position: absolute;
border: 8px solid rgba(76, 175, 80,.5);
width: 60px;
height: 60px;
border-radius: 70%;
box-sizing: border-box;
border-left: 8px solid rgba(76, 175, 80, 0);
border-top: 8px solid rgba(76, 175, 80, 0);
animation: rotarload 1s ease-out infinite;
transform: rotate(0deg);
} | public/css/loader-page.css | .loader-page {
position: fixed;
z-index: 25000;
background: rgb(255, 255, 255);
left: 0px;
top: 0px;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
transition:all .3s ease;
}
.loader-page::before {
content: "";
position: absolute;
border: 8px solid rgb(76, 175, 80);
width: 60px;
height: 60px;
border-radius: 70%;
box-sizing: border-box;
border-left: 8px solid rgba(76, 175, 80,0);
border-top: 8px solid rgba(76, 175, 80,0);
animation: rotarload 1s linear infinite;
transform: rotate(0deg);
}
@keyframes rotarload {
0% {transform: rotate(0deg)}
100% {transform: rotate(360deg)}
}
.loader-page::after {
content: "";
position: absolute;
border: 8px solid rgba(76, 175, 80,.5);
width: 60px;
height: 60px;
border-radius: 70%;
box-sizing: border-box;
border-left: 8px solid rgba(76, 175, 80, 0);
border-top: 8px solid rgba(76, 175, 80, 0);
animation: rotarload 1s ease-out infinite;
transform: rotate(0deg);
}
/*Estilos de carga en portada y usuarios*/
.loader-page-get {
position: fixed;
z-index: 25000;
background: rgba(255, 255, 255,0);
left: 0px;
top: 0px;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
transition:all .3s ease;
}
.loader-page-get::before {
content: "";
position: absolute;
border: 8px solid rgb(76, 175, 80);
width: 60px;
height: 60px;
border-radius: 70%;
box-sizing: border-box;
border-left: 8px solid rgba(76, 175, 80,0);
border-top: 8px solid rgba(76, 175, 80,0);
animation: rotarload 1s linear infinite;
transform: rotate(0deg);
}
.loader-page-get::after {
content: "";
position: absolute;
border: 8px solid rgba(76, 175, 80,.5);
width: 60px;
height: 60px;
border-radius: 70%;
box-sizing: border-box;
border-left: 8px solid rgba(76, 175, 80, 0);
border-top: 8px solid rgba(76, 175, 80, 0);
animation: rotarload 1s ease-out infinite;
transform: rotate(0deg);
} | 0.662469 | 0.110471 |
.tactical-combat-result-screen .content .loot-panel
{
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
}
.tactical-combat-result-screen .content .loot-panel.is-top
{
z-index: 2;
}
.tactical-combat-result-screen .loot-panel .column
{
height: 100%;
position: relative;
float : left;
}
.tactical-combat-result-screen .loot-panel .column.is-left
{
width: 48.0rem;
background-image: url("coui://gfx/ui/skin/dialog_panel_02.png");
background-size: 48.0rem 56.8rem;
background-repeat: no-repeat;
}
.tactical-combat-result-screen .loot-panel .column.is-middle
{
width: 6.4rem;
}
.tactical-combat-result-screen .loot-panel .column.is-right
{
width: 48.0rem;
background-image: url("coui://gfx/ui/skin/dialog_panel_02.png");
background-size: 48.0rem 56.8rem;
background-repeat: no-repeat;
}
.tactical-combat-result-screen .loot-panel .row
{
left: 0;
right: 0;
position: absolute;
}
.tactical-combat-result-screen .loot-panel .row.is-header
{
top: 0;
height: 3.0rem;
line-height: 4.6rem;
text-align: center;
}
.tactical-combat-result-screen .loot-panel .row.is-content
{
top: 3.4rem;
bottom: 3.0rem;
}
.tactical-combat-result-screen .loot-panel .row.is-footer
{
bottom: 0;
height: 3.0rem;
}
.tactical-combat-result-screen .loot-panel .slot-count-container
{
position: absolute;
width: 12.6rem;
height: 2.4rem;
top: 54.0rem;
left: -0.3rem;
}
.tactical-combat-result-screen .loot-panel .slot-count-container img
{
top: -4.0rem;
left: 2.3rem;
bottom: 0;
width: 2.4rem;
height: 2.4rem;
position: absolute;
margin: auto;
}
.tactical-combat-result-screen .loot-panel .slot-count-container .label
{
top: 0;
left: 0.0rem;
bottom: 0;
width: 7.2rem;
height: 2.0rem;
position: absolute;
margin: auto;
line-height: 2.0rem;
text-align: center;
}
.tactical-combat-result-screen .loot-panel .l-list-container
{
top: -0.1rem;
bottom: 0;
position: absolute;
height: 51.8rem;
}
.tactical-combat-result-screen .loot-panel .l-list-container.is-left
{
left: 5.0rem;
right: 1.8rem;
}
.tactical-combat-result-screen .loot-panel .l-list-container.is-right
{
left: 5.0rem;
right: 1.8rem;
}
.tactical-combat-result-screen .loot-panel .l-list-container .scroll-container
{
margin-bottom: 0.0rem;
}
.tactical-combat-result-screen .loot-panel .row .loot-all-button
{
background-image: url("coui://gfx/ui/skin/button_loot_all_default.png");
background-size: 5.2rem 9.1rem;
}
.tactical-combat-result-screen .loot-panel .row .loot-all-button:hover,
.tactical-combat-result-screen .loot-panel .row .loot-all-button.is-selected
{
background-image: url("coui://gfx/ui/skin/button_loot_all_hovered.png");
background-size: 5.2rem 9.1rem;
}
.tactical-combat-result-screen .loot-panel .row .loot-all-button.is-active
{
background-image: url("coui://gfx/ui/skin/button_loot_all_default.png");
background-size: 5.2rem 9.1rem;
}
.tactical-combat-result-screen .loot-panel .row .l-loot-all-items-button
{
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 5.2rem;
height: 9.1rem;
position: absolute;
margin: auto;
}
.tactical-combat-result-screen .loot-panel .row .l-loot-all-items-button .ui-control.button > .label
{
line-height: 7.0rem;
}
.tactical-combat-result-screen .loot-panel .row .l-destroy-item-button
{
left: 0;
bottom: 0;
right: 0;
width: 4.0rem;
height: 4.0rem;
position: absolute;
margin: auto;
line-height: 3.0rem;
}
/* Special case for Drag % Drop to stay above this Screen */
.tactical-combat-result-screen .loot-panel .ui-control.list.is-drop-target
{
border: 1px #D58D15 solid;
}
.tactical-combat-result-screen .ui-control.item.is-proxy
{
z-index: 100;
} | game_files/en/v1-5-0-10/scripts/ui/screens/tactical/modules/tactical_combat_result_screen/tactical_combat_result_screen_loot_panel.css | .tactical-combat-result-screen .content .loot-panel
{
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
}
.tactical-combat-result-screen .content .loot-panel.is-top
{
z-index: 2;
}
.tactical-combat-result-screen .loot-panel .column
{
height: 100%;
position: relative;
float : left;
}
.tactical-combat-result-screen .loot-panel .column.is-left
{
width: 48.0rem;
background-image: url("coui://gfx/ui/skin/dialog_panel_02.png");
background-size: 48.0rem 56.8rem;
background-repeat: no-repeat;
}
.tactical-combat-result-screen .loot-panel .column.is-middle
{
width: 6.4rem;
}
.tactical-combat-result-screen .loot-panel .column.is-right
{
width: 48.0rem;
background-image: url("coui://gfx/ui/skin/dialog_panel_02.png");
background-size: 48.0rem 56.8rem;
background-repeat: no-repeat;
}
.tactical-combat-result-screen .loot-panel .row
{
left: 0;
right: 0;
position: absolute;
}
.tactical-combat-result-screen .loot-panel .row.is-header
{
top: 0;
height: 3.0rem;
line-height: 4.6rem;
text-align: center;
}
.tactical-combat-result-screen .loot-panel .row.is-content
{
top: 3.4rem;
bottom: 3.0rem;
}
.tactical-combat-result-screen .loot-panel .row.is-footer
{
bottom: 0;
height: 3.0rem;
}
.tactical-combat-result-screen .loot-panel .slot-count-container
{
position: absolute;
width: 12.6rem;
height: 2.4rem;
top: 54.0rem;
left: -0.3rem;
}
.tactical-combat-result-screen .loot-panel .slot-count-container img
{
top: -4.0rem;
left: 2.3rem;
bottom: 0;
width: 2.4rem;
height: 2.4rem;
position: absolute;
margin: auto;
}
.tactical-combat-result-screen .loot-panel .slot-count-container .label
{
top: 0;
left: 0.0rem;
bottom: 0;
width: 7.2rem;
height: 2.0rem;
position: absolute;
margin: auto;
line-height: 2.0rem;
text-align: center;
}
.tactical-combat-result-screen .loot-panel .l-list-container
{
top: -0.1rem;
bottom: 0;
position: absolute;
height: 51.8rem;
}
.tactical-combat-result-screen .loot-panel .l-list-container.is-left
{
left: 5.0rem;
right: 1.8rem;
}
.tactical-combat-result-screen .loot-panel .l-list-container.is-right
{
left: 5.0rem;
right: 1.8rem;
}
.tactical-combat-result-screen .loot-panel .l-list-container .scroll-container
{
margin-bottom: 0.0rem;
}
.tactical-combat-result-screen .loot-panel .row .loot-all-button
{
background-image: url("coui://gfx/ui/skin/button_loot_all_default.png");
background-size: 5.2rem 9.1rem;
}
.tactical-combat-result-screen .loot-panel .row .loot-all-button:hover,
.tactical-combat-result-screen .loot-panel .row .loot-all-button.is-selected
{
background-image: url("coui://gfx/ui/skin/button_loot_all_hovered.png");
background-size: 5.2rem 9.1rem;
}
.tactical-combat-result-screen .loot-panel .row .loot-all-button.is-active
{
background-image: url("coui://gfx/ui/skin/button_loot_all_default.png");
background-size: 5.2rem 9.1rem;
}
.tactical-combat-result-screen .loot-panel .row .l-loot-all-items-button
{
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 5.2rem;
height: 9.1rem;
position: absolute;
margin: auto;
}
.tactical-combat-result-screen .loot-panel .row .l-loot-all-items-button .ui-control.button > .label
{
line-height: 7.0rem;
}
.tactical-combat-result-screen .loot-panel .row .l-destroy-item-button
{
left: 0;
bottom: 0;
right: 0;
width: 4.0rem;
height: 4.0rem;
position: absolute;
margin: auto;
line-height: 3.0rem;
}
/* Special case for Drag % Drop to stay above this Screen */
.tactical-combat-result-screen .loot-panel .ui-control.list.is-drop-target
{
border: 1px #D58D15 solid;
}
.tactical-combat-result-screen .ui-control.item.is-proxy
{
z-index: 100;
} | 0.617743 | 0.096153 |
header {
display: flex;
border-color: rgb(0, 80, 107);
border-width: 1px;
}
section {
display: flex;
border-color: var(--green);
}
div,
address {
align-items: center;
border-color: var(--green);
flex: 1 1;
}
footer {
border-color: var(--niceTeal);
text-align: center;
}
address,
footer {
display: flex;
flex-wrap: wrap;
}
footer h2, footer h3, footer a {
background-color: var(--pastelBlue);
flex: 1 1;
padding: 3px;
}
footer h3 {
border-width: 0;
padding: 0;
margin: 0;
}
/* footer a {
padding: 0;
background-color: rgba(0, 0, 0, 0);
} */
address {
justify-content: space-evenly;
}
#header-div {
border-width: 0;
margin: 0;
padding: 0;
}
h1 {
font-size: 24pt;
background-color: var(--pastelGreen);
}
h2 {
font-size: 18pt;
}
p {
font-size: 16pt;
/* background: var(--cloudy); */
text-align: left;
color: rgba(255, 255, 255, 0.75);
border-width: 0px;
/* border-color: var(--cloudy); */
padding: 0px;
/* padding: 6px; */
/* background-color: var(--cloudy); */
}
/* #me p {
color: white;
} */
a {
text-decoration-line: none;
background-color: var(--cloudy);
font-size: 18pt;
text-align: center;
}
.small a {
font-size: 24pt;
}
/* Places a gradient image on link elements when they are hovered over with the cursor */
a:hover {
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}
/* #contact-me a:hover {
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
} */
footer a:hover {
background-image: linear-gradient(rgb(128, 186, 255), rgba(0, 0, 0, 0));
}
.project:hover {
background-image: linear-gradient(rgb(128, 186, 255), rgba(0, 0, 0, 0));
}
.github:hover {
background-image: linear-gradient(rgb(144, 223, 160), rgba(0, 0, 0, 0));
}
/* Specifies text attributes and layout for individual elements */
#image {
justify-content: flex-end;
align-items: flex-end;
background-image: url('./assets/images/solarpunk.png');
height: 150px;
border-color: black;
}
#image h1 {
background-color: var(--cloudy);
border-width: 1px;
padding: 3px;
margin: 6px 3px;
text-align: center;
}
.title {
flex: 0.3 0.3;
text-align: right;
border-width: 0;
padding: 0;
margin: 0;
}
.headshot img {
max-width: 100%;
max-height: 300px;
padding: 0px;
margin: 6px 3px;
}
.content {
border-width: 0;
padding: 0;
margin: 0;
}
#work {
border-width: 0;
padding: 0;
margin: 0;
/* display: flex; */
/* flex-wrap: wrap; */
}
#work h2 {
text-align: center;
/* background-color: var(--pastelTeal); */
/* background-color: rgb(40, 48, 64); */
background: none;
color: white;
border-width: 0px;
padding: 0px;
/* text-shadow: black 3px 3px 3px; */
}
#name {
border-width: 0;
margin: 0;
padding: 0;
text-align: right;
flex: 1 1;
}
#name h1 {
/* font-size: 4vw; */
border-color: black;
background-color: var(--pastelBlue);
margin-bottom: 0px;
}
.headshot {
border: 0px;
margin: 0px;
padding: 0px;
flex: 2 2;
display: flex;
flex-direction: column;
justify-content: center;
}
#headshot {
max-width: 100%;
}
#shortcuts {
display: flex;
justify-content: center;
flex-wrap: wrap;
border-width: 0;
padding: 0;
margin: 0;
}
#me {
border-width: 0;
padding: 0;
margin: 0;
}
.big {
border: 0;
margin: 6px 0px;
padding: 0;
display: flex;
flex-wrap: wrap;
}
#code {
/* background-color: rgb(40, 48, 64); */
/* background-image: url('./assets/images/solarpunk.png'); */
/* background-image: url('./assets/images/light-rays-underwater-3d-rendered-footage-073548855_iconl.webp'); */
border: 1px solid var(--cloudy);
/* background: var(--grey); */
}
#me,
footer a {
flex: 1 1;
}
.project {
border: 0;
padding: 0;
display: flex;
}
/* a img:hover {
border-color: rgb(0, 192, 192);
border-color: var(--niceTeal);
box-shadow: 2px 2px 2px black;
} */
.small {
justify-content: flex-end;
border: 1px solid black;
display: flex;
flex-wrap: wrap;
margin: 0px 3px;
padding: 0px;
/* background-color: rgb(40, 48, 64); */
/* width: 50%; */
}
.small img {
max-width: 100%;
flex: 1 1;
padding: 0;
margin: 0;
border-radius: 0px;
border-width: 1px 0px 0px 0px;
border-color: var(--cloudy);
}
.small p {
height: 180px;
overflow: scroll;
/* background: none; */
/* color: rgba(255, 255, 255, 0.75); */
border-radius: 0px;
border-color: var(--cloudy);
border-width: 1px 0px;
margin: 0px;
padding: 6px;
}
.big a {
font-size: 16pt;
}
.small .project {
/* margin: 0px; */
/* border-width: 0px; */
/* border-radius: 0px; */
/* border-color: none; */
padding: 3px;
background-color: var(--pastelBlue);
text-align: center;
}
.github {
/* margin: 0px 3px 6px 3px; */
margin: 6px;
background-color: var(--pastelGreen);
}
#shortcuts a {
margin: 0px 3px 6px 3px;
}
header {
display: block;
}
#name {
text-align: center;
}
/* Organization of elements changes at varying screen widths */
@media screen and (max-width: 980px) {
header,
section,
#work {
display: block;
}
#shortcuts {
justify-content: center;
}
.title {
text-align: left;
}
#image {
display: flex;
}
#contact-me a {
margin: 0px 3px 6px 3px;
}
}
@media screen and (max-width: 768px) {
.big {
display: block;
}
.small {
margin: 6px 3px;
}
.small p {
height: 120px;
}
a, .small a {
font-size: 16pt;
}
#contact-me .content {
flex-direction: column;
}
#image, .small {
justify-content: center;
}
#image h1 {
font-size: 18pt;
}
.title {
text-align: center;
}
} | src/style.css | header {
display: flex;
border-color: rgb(0, 80, 107);
border-width: 1px;
}
section {
display: flex;
border-color: var(--green);
}
div,
address {
align-items: center;
border-color: var(--green);
flex: 1 1;
}
footer {
border-color: var(--niceTeal);
text-align: center;
}
address,
footer {
display: flex;
flex-wrap: wrap;
}
footer h2, footer h3, footer a {
background-color: var(--pastelBlue);
flex: 1 1;
padding: 3px;
}
footer h3 {
border-width: 0;
padding: 0;
margin: 0;
}
/* footer a {
padding: 0;
background-color: rgba(0, 0, 0, 0);
} */
address {
justify-content: space-evenly;
}
#header-div {
border-width: 0;
margin: 0;
padding: 0;
}
h1 {
font-size: 24pt;
background-color: var(--pastelGreen);
}
h2 {
font-size: 18pt;
}
p {
font-size: 16pt;
/* background: var(--cloudy); */
text-align: left;
color: rgba(255, 255, 255, 0.75);
border-width: 0px;
/* border-color: var(--cloudy); */
padding: 0px;
/* padding: 6px; */
/* background-color: var(--cloudy); */
}
/* #me p {
color: white;
} */
a {
text-decoration-line: none;
background-color: var(--cloudy);
font-size: 18pt;
text-align: center;
}
.small a {
font-size: 24pt;
}
/* Places a gradient image on link elements when they are hovered over with the cursor */
a:hover {
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}
/* #contact-me a:hover {
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
} */
footer a:hover {
background-image: linear-gradient(rgb(128, 186, 255), rgba(0, 0, 0, 0));
}
.project:hover {
background-image: linear-gradient(rgb(128, 186, 255), rgba(0, 0, 0, 0));
}
.github:hover {
background-image: linear-gradient(rgb(144, 223, 160), rgba(0, 0, 0, 0));
}
/* Specifies text attributes and layout for individual elements */
#image {
justify-content: flex-end;
align-items: flex-end;
background-image: url('./assets/images/solarpunk.png');
height: 150px;
border-color: black;
}
#image h1 {
background-color: var(--cloudy);
border-width: 1px;
padding: 3px;
margin: 6px 3px;
text-align: center;
}
.title {
flex: 0.3 0.3;
text-align: right;
border-width: 0;
padding: 0;
margin: 0;
}
.headshot img {
max-width: 100%;
max-height: 300px;
padding: 0px;
margin: 6px 3px;
}
.content {
border-width: 0;
padding: 0;
margin: 0;
}
#work {
border-width: 0;
padding: 0;
margin: 0;
/* display: flex; */
/* flex-wrap: wrap; */
}
#work h2 {
text-align: center;
/* background-color: var(--pastelTeal); */
/* background-color: rgb(40, 48, 64); */
background: none;
color: white;
border-width: 0px;
padding: 0px;
/* text-shadow: black 3px 3px 3px; */
}
#name {
border-width: 0;
margin: 0;
padding: 0;
text-align: right;
flex: 1 1;
}
#name h1 {
/* font-size: 4vw; */
border-color: black;
background-color: var(--pastelBlue);
margin-bottom: 0px;
}
.headshot {
border: 0px;
margin: 0px;
padding: 0px;
flex: 2 2;
display: flex;
flex-direction: column;
justify-content: center;
}
#headshot {
max-width: 100%;
}
#shortcuts {
display: flex;
justify-content: center;
flex-wrap: wrap;
border-width: 0;
padding: 0;
margin: 0;
}
#me {
border-width: 0;
padding: 0;
margin: 0;
}
.big {
border: 0;
margin: 6px 0px;
padding: 0;
display: flex;
flex-wrap: wrap;
}
#code {
/* background-color: rgb(40, 48, 64); */
/* background-image: url('./assets/images/solarpunk.png'); */
/* background-image: url('./assets/images/light-rays-underwater-3d-rendered-footage-073548855_iconl.webp'); */
border: 1px solid var(--cloudy);
/* background: var(--grey); */
}
#me,
footer a {
flex: 1 1;
}
.project {
border: 0;
padding: 0;
display: flex;
}
/* a img:hover {
border-color: rgb(0, 192, 192);
border-color: var(--niceTeal);
box-shadow: 2px 2px 2px black;
} */
.small {
justify-content: flex-end;
border: 1px solid black;
display: flex;
flex-wrap: wrap;
margin: 0px 3px;
padding: 0px;
/* background-color: rgb(40, 48, 64); */
/* width: 50%; */
}
.small img {
max-width: 100%;
flex: 1 1;
padding: 0;
margin: 0;
border-radius: 0px;
border-width: 1px 0px 0px 0px;
border-color: var(--cloudy);
}
.small p {
height: 180px;
overflow: scroll;
/* background: none; */
/* color: rgba(255, 255, 255, 0.75); */
border-radius: 0px;
border-color: var(--cloudy);
border-width: 1px 0px;
margin: 0px;
padding: 6px;
}
.big a {
font-size: 16pt;
}
.small .project {
/* margin: 0px; */
/* border-width: 0px; */
/* border-radius: 0px; */
/* border-color: none; */
padding: 3px;
background-color: var(--pastelBlue);
text-align: center;
}
.github {
/* margin: 0px 3px 6px 3px; */
margin: 6px;
background-color: var(--pastelGreen);
}
#shortcuts a {
margin: 0px 3px 6px 3px;
}
header {
display: block;
}
#name {
text-align: center;
}
/* Organization of elements changes at varying screen widths */
@media screen and (max-width: 980px) {
header,
section,
#work {
display: block;
}
#shortcuts {
justify-content: center;
}
.title {
text-align: left;
}
#image {
display: flex;
}
#contact-me a {
margin: 0px 3px 6px 3px;
}
}
@media screen and (max-width: 768px) {
.big {
display: block;
}
.small {
margin: 6px 3px;
}
.small p {
height: 120px;
}
a, .small a {
font-size: 16pt;
}
#contact-me .content {
flex-direction: column;
}
#image, .small {
justify-content: center;
}
#image h1 {
font-size: 18pt;
}
.title {
text-align: center;
}
} | 0.29972 | 0.138404 |
.component-frame {
-fx-stroke-width: 2;
}
.component-frame.selected {
-fx-fill: -accent-color-lightest;
-fx-stroke: -accent-color-darkest;
}
.component-label-container {
}
.component-label-container.selected {
-fx-fill: -accent-color;
}
.component-label-container {
}
.component-label-container.selected {
-fx-fill: -accent-color;
}
.location {
-fx-stroke-width: 1;
-fx-stroke-type: inside;
}
.location.selected {
-fx-fill: -accent-color;
-fx-stroke: -accent-color-darkest;
}
.initial-location-inner-circle {
-fx-fill: rgba(0,0,0,0);
-fx-stroke-width: 2;
}
.location-label {
-fx-alignment: center;
-fx-smooth: true;
}
.location-label.selected {
-fx-text-fill: -white;
}
.link {
-fx-stroke: -primary-color-darkest;
-fx-stroke-width: 1;
}
.link.selected {
-fx-stroke: -accent-color-darker;
}
.nail {
-fx-stroke-width: 1;
}
.nail.selected {
-fx-fill: -accent-color;
-fx-stroke: -accent-color-darkest;
}
.grid-line {
-fx-stroke: -grey-300;
}
.component-label-container {
-fx-stroke-width: 1;
}
.component-stroke {
-fx-stroke-width: 1;
}
.channel-box {
-fx-fill: -primary-color;
-fx-stroke: -primary-color-darker;
-fx-stroke-width: 1;
}
.edge-properties .icon-container .icon-background {
-fx-fill: -primary-color;
-fx-stroke: -primary-color-darker;
-fx-stroke-type: centered;
-fx-stroke-width: 1;
}
.edge-properties .icon-container .icon-label {
-fx-text-alignment: center;
-fx-alignment: center;
-fx-text-fill: -white;
}
.edge-properties .value-container .value-background {
-fx-fill: -white;
-fx-stroke: -primary-color-darker;
-fx-stroke-type: centered;
-fx-stroke-width: 1;
}
.edge-properties .value-container .value-text-field{
-fx-text-alignment: left;
-fx-alignment: center-left;
-fx-text-fill: -primary-text-color;
-fx-padding: 3 5 3 5;
-fx-background-color: white;
-fx-stroke-width: 0;
-fx-border-radius: 0 0 0 0;
-fx-background-radius: 0 0 0 0;
-fx-focus-color: -primary-color;
-fx-unfocus-color: transparent;
}
.channel-receiver {
-fx-stroke-width: 1;
-fx-stroke: -primary-color-darker;
-fx-fill: -white;
-fx-stroke-type: inside;
}
.dashed {
-fx-stroke-width: 2;
-fx-stroke-dash-array: 5 5;
-fx-stroke-dash-offset: -10;
-fx-stroke-line-cap: butt;
} | src/main/resources/model_canvas.css | .component-frame {
-fx-stroke-width: 2;
}
.component-frame.selected {
-fx-fill: -accent-color-lightest;
-fx-stroke: -accent-color-darkest;
}
.component-label-container {
}
.component-label-container.selected {
-fx-fill: -accent-color;
}
.component-label-container {
}
.component-label-container.selected {
-fx-fill: -accent-color;
}
.location {
-fx-stroke-width: 1;
-fx-stroke-type: inside;
}
.location.selected {
-fx-fill: -accent-color;
-fx-stroke: -accent-color-darkest;
}
.initial-location-inner-circle {
-fx-fill: rgba(0,0,0,0);
-fx-stroke-width: 2;
}
.location-label {
-fx-alignment: center;
-fx-smooth: true;
}
.location-label.selected {
-fx-text-fill: -white;
}
.link {
-fx-stroke: -primary-color-darkest;
-fx-stroke-width: 1;
}
.link.selected {
-fx-stroke: -accent-color-darker;
}
.nail {
-fx-stroke-width: 1;
}
.nail.selected {
-fx-fill: -accent-color;
-fx-stroke: -accent-color-darkest;
}
.grid-line {
-fx-stroke: -grey-300;
}
.component-label-container {
-fx-stroke-width: 1;
}
.component-stroke {
-fx-stroke-width: 1;
}
.channel-box {
-fx-fill: -primary-color;
-fx-stroke: -primary-color-darker;
-fx-stroke-width: 1;
}
.edge-properties .icon-container .icon-background {
-fx-fill: -primary-color;
-fx-stroke: -primary-color-darker;
-fx-stroke-type: centered;
-fx-stroke-width: 1;
}
.edge-properties .icon-container .icon-label {
-fx-text-alignment: center;
-fx-alignment: center;
-fx-text-fill: -white;
}
.edge-properties .value-container .value-background {
-fx-fill: -white;
-fx-stroke: -primary-color-darker;
-fx-stroke-type: centered;
-fx-stroke-width: 1;
}
.edge-properties .value-container .value-text-field{
-fx-text-alignment: left;
-fx-alignment: center-left;
-fx-text-fill: -primary-text-color;
-fx-padding: 3 5 3 5;
-fx-background-color: white;
-fx-stroke-width: 0;
-fx-border-radius: 0 0 0 0;
-fx-background-radius: 0 0 0 0;
-fx-focus-color: -primary-color;
-fx-unfocus-color: transparent;
}
.channel-receiver {
-fx-stroke-width: 1;
-fx-stroke: -primary-color-darker;
-fx-fill: -white;
-fx-stroke-type: inside;
}
.dashed {
-fx-stroke-width: 2;
-fx-stroke-dash-array: 5 5;
-fx-stroke-dash-offset: -10;
-fx-stroke-line-cap: butt;
} | 0.829527 | 0.078642 |
* {margin:0;padding:0;}
body {
background: rgb(214, 160, 115) /*url('mammaMiaLOGO.png')*/;
font-size:10px;
font-family: Verdana, Futura, sans-serif;
color:rgb(64, 79, 17);
}
.container {
width:76em;
margin: 0 auto;
background:white;
}
.header {
margin-top:1em;
padding:1em;
}
.header h1 {
background: url(mammaMiaLOGO-01.png) no-repeat top 40% left 50%;
background-size: 13em; /* use 12em for non-01 version */
text-indent: -500em;
}
.subhead {
width: 76em;
height: 3.2em;
text-align: center;
}
.header, .subhead, .footer {
background: rgb(252, 238, 210);
}
ul.nav {
list-style-type:none;
width:76em;
height:3.2em;
margin: 0 auto;
text-align:center;
}
ul.nav li {
display: inline;
float:left;
margin-left:2.5em;
}
ul.nav li a, ul.nav li a:visited, ul.nav li a:active, ul.nav li a:hover, ul.nav li a:focus {
display:block;
padding: 0.27em 3.5em;
margin: 0 0.5em;
text-decoration:none;
font-size:1.8em;
font-weight: bold;
}
ul.nav li a, ul.nav li a:visited {
color: rgb(64, 79, 17);
}
ul.nav li a:active, ul.nav li a:hover, ul.nav li a:focus {
background: rgb(255, 255, 238);
color: rgb(153, 51, 51);
}
a#current{
background: rgb(255, 255, 238);
color: rgb(64, 79, 17);
}
.sidebar {
float:right;
width:24em;
padding:1em;
min-height:24em;
/* background:#999;*/
}
.sidebar h2, h2 {
font-size: 1.8em;
line-height:1.2em;
padding-bottom:0.2em;
}
.sidebar p + h2{
margin-top:1.2em;
}
.sidebar p {
font-size:1.4em;
line-height:2em;
width:16em;
}
.content {
float:left;
width:44em;
padding:1em 2em 1em 4em;
/* background:#333;*/
}
.footer {
width:74em;
height:2em;
padding:1em;
/* background:#f00;*/
text-align:center;
}
.footer p {width:100%;}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
clear:both;
height:0;
font-size: 0.1em;
line-height: 0;
}
h1 {
font-size:5em;
line-height:1em;
text-align:center;
}
p {
font-size:1.4em;
line-height:1.8em;
width:30.5em;
}
p.caption {
font-size:1em;
line-height:2.5em;
width:22em;
}
a:link {
color:rgb(0, 0, 0);
}
a:visited {
color: rgb(64, 79, 17);
}
a:hover, a:focus, a:active {
color:rgb(153, 51, 51);
background:rgb(252, 238, 210);
}
.sizeLg, .sizeMd {
float:right;
margin-left:1em;
}
.sizeLg::before {content: "Large: ";}
.sizeMd::before {content: "Med: "}
dl.menu {
font-size:1.4em;
width:29em;
line-height:1.8em;
}
dl.menu dt{
float:left;
font-weight: bold;
}
dd.menuDesc {
clear:both;
height:inherit;
font-size:inherit;
line-height:inherit;
margin-bottom:1.8em;
font-style:italic;
} | pizzaStyle.css | * {margin:0;padding:0;}
body {
background: rgb(214, 160, 115) /*url('mammaMiaLOGO.png')*/;
font-size:10px;
font-family: Verdana, Futura, sans-serif;
color:rgb(64, 79, 17);
}
.container {
width:76em;
margin: 0 auto;
background:white;
}
.header {
margin-top:1em;
padding:1em;
}
.header h1 {
background: url(mammaMiaLOGO-01.png) no-repeat top 40% left 50%;
background-size: 13em; /* use 12em for non-01 version */
text-indent: -500em;
}
.subhead {
width: 76em;
height: 3.2em;
text-align: center;
}
.header, .subhead, .footer {
background: rgb(252, 238, 210);
}
ul.nav {
list-style-type:none;
width:76em;
height:3.2em;
margin: 0 auto;
text-align:center;
}
ul.nav li {
display: inline;
float:left;
margin-left:2.5em;
}
ul.nav li a, ul.nav li a:visited, ul.nav li a:active, ul.nav li a:hover, ul.nav li a:focus {
display:block;
padding: 0.27em 3.5em;
margin: 0 0.5em;
text-decoration:none;
font-size:1.8em;
font-weight: bold;
}
ul.nav li a, ul.nav li a:visited {
color: rgb(64, 79, 17);
}
ul.nav li a:active, ul.nav li a:hover, ul.nav li a:focus {
background: rgb(255, 255, 238);
color: rgb(153, 51, 51);
}
a#current{
background: rgb(255, 255, 238);
color: rgb(64, 79, 17);
}
.sidebar {
float:right;
width:24em;
padding:1em;
min-height:24em;
/* background:#999;*/
}
.sidebar h2, h2 {
font-size: 1.8em;
line-height:1.2em;
padding-bottom:0.2em;
}
.sidebar p + h2{
margin-top:1.2em;
}
.sidebar p {
font-size:1.4em;
line-height:2em;
width:16em;
}
.content {
float:left;
width:44em;
padding:1em 2em 1em 4em;
/* background:#333;*/
}
.footer {
width:74em;
height:2em;
padding:1em;
/* background:#f00;*/
text-align:center;
}
.footer p {width:100%;}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
clear:both;
height:0;
font-size: 0.1em;
line-height: 0;
}
h1 {
font-size:5em;
line-height:1em;
text-align:center;
}
p {
font-size:1.4em;
line-height:1.8em;
width:30.5em;
}
p.caption {
font-size:1em;
line-height:2.5em;
width:22em;
}
a:link {
color:rgb(0, 0, 0);
}
a:visited {
color: rgb(64, 79, 17);
}
a:hover, a:focus, a:active {
color:rgb(153, 51, 51);
background:rgb(252, 238, 210);
}
.sizeLg, .sizeMd {
float:right;
margin-left:1em;
}
.sizeLg::before {content: "Large: ";}
.sizeMd::before {content: "Med: "}
dl.menu {
font-size:1.4em;
width:29em;
line-height:1.8em;
}
dl.menu dt{
float:left;
font-weight: bold;
}
dd.menuDesc {
clear:both;
height:inherit;
font-size:inherit;
line-height:inherit;
margin-bottom:1.8em;
font-style:italic;
} | 0.404507 | 0.107204 |
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
padding: 0;
margin: 0;
font-family: "Inter", sans-serif;
font-size: 16px;
}
a {
text-decoration: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #2E2F46;
display: inline-block;
}
a:hover, a:focus {
color: #0064FB;
text-decoration: none;
}
button {
outline: 0 !important;
}
p {
margin-bottom: 15px;
line-height: 1.8;
color: #494A60;
font-weight: 400;
font-family: "Inter", sans-serif;
font-size: 16px;
}
p:last-child {
margin-bottom: 0;
}
i {
line-height: normal;
}
.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
img {
max-width: 100%;
height: auto;
display: inline-block;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.pb-70 {
padding-bottom: 70px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #2E2F46;
font-family: "Inter", sans-serif;
font-weight: 600;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
margin-bottom: 0;
}
/*================================================
Default Btn CSS
=================================================*/
.default-btn {
border: none;
position: relative;
display: inline-block;
text-align: center;
overflow: hidden;
z-index: 1;
color: #ffffff;
background-color: #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
padding: 15px 50px 15px 25px;
font-weight: 500;
font-size: 15px;
margin-bottom: -5px;
}
.default-btn span {
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background-color: #FF414B;
-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 5px;
}
.default-btn i {
position: absolute;
right: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.default-btn:hover {
color: #ffffff;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.default-btn:hover span {
width: 225%;
height: 562.5px;
}
/*================================================
Section Title CSS
=================================================*/
.section-title {
text-align: center;
margin-bottom: 45px;
}
.section-title h2 {
font-size: 40px;
margin-bottom: 15px;
}
.section-title p {
max-width: 750px;
margin: auto;
}
/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
position: fixed;
top: 0;
background-color: #0064FB;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
text-align: center;
}
.preloader-area .spinner {
width: 4em;
height: 4em;
-webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;
left: 0;
right: 0;
top: 45%;
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
margin-left: auto;
margin-right: auto;
}
.preloader-area .spinner .disc {
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
border: 0.3em dotted #ffffff;
}
.preloader-area .spinner .disc:nth-child(1) {
-webkit-animation: rotate 12s linear infinite;
animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
-webkit-animation: rotateDisc2 12s linear infinite;
animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
-webkit-animation: rotateDisc3 12s linear infinite;
animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-animation: sphereSpin 6s linear infinite;
animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner::before {
content: '';
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
right: 0;
bottom: 0;
border: 2px dotted #ffffff;
margin: -15px;
}
@-webkit-keyframes sphereSpin {
0% {
-webkit-transform: rotateX(360deg) rotateY(0deg);
transform: rotateX(360deg) rotateY(0deg);
}
100% {
-webkit-transform: rotateX(0deg) rotateY(360deg);
transform: rotateX(0deg) rotateY(360deg);
}
}
@keyframes sphereSpin {
0% {
-webkit-transform: rotateX(360deg) rotateY(0deg);
transform: rotateX(360deg) rotateY(0deg);
}
100% {
-webkit-transform: rotateX(0deg) rotateY(360deg);
transform: rotateX(0deg) rotateY(360deg);
}
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateDisc2 {
from {
-webkit-transform: rotateX(90deg) rotateZ(0deg);
transform: rotateX(90deg) rotateZ(0deg);
}
to {
-webkit-transform: rotateX(90deg) rotateZ(360deg);
transform: rotateX(90deg) rotateZ(360deg);
}
}
@keyframes rotateDisc2 {
from {
-webkit-transform: rotateX(90deg) rotateZ(0deg);
transform: rotateX(90deg) rotateZ(0deg);
}
to {
-webkit-transform: rotateX(90deg) rotateZ(360deg);
transform: rotateX(90deg) rotateZ(360deg);
}
}
@-webkit-keyframes rotateDisc3 {
from {
-webkit-transform: rotateY(90deg) rotateZ(0deg);
transform: rotateY(90deg) rotateZ(0deg);
}
to {
-webkit-transform: rotateY(90deg) rotateZ(360deg);
transform: rotateY(90deg) rotateZ(360deg);
}
}
@keyframes rotateDisc3 {
from {
-webkit-transform: rotateY(90deg) rotateZ(0deg);
transform: rotateY(90deg) rotateZ(0deg);
}
to {
-webkit-transform: rotateY(90deg) rotateZ(360deg);
transform: rotateY(90deg) rotateZ(360deg);
}
}
/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
padding-top: 20px;
padding-bottom: 20px;
}
.top-header-area.bg-color-wrap {
background-color: #F4F8FC;
}
.top-header-content {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.top-header-content li {
display: inline-block;
position: relative;
padding-left: 22px;
font-size: 15px;
font-weight: 500;
color: #494A60;
margin-right: 18px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.top-header-content li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #494A60;
font-size: 16px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.top-header-content li a {
color: #494A60;
}
.top-header-content li a:hover {
color: #0064FB;
}
.top-header-content li:last-child {
margin-right: 0;
}
.top-header-optional {
padding-left: 0;
margin-bottom: 0;
text-align: right;
}
.top-header-optional li {
list-style-type: none;
display: inline-block;
}
.top-header-optional li a {
margin-right: 8px;
}
.top-header-optional li a:last-child {
margin-right: 0;
}
.top-header-optional li a i {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.top-header-optional li a i:hover {
color: #0064FB;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.header-information {
display: none;
background-color: #0064FB;
color: #ffffff;
cursor: pointer;
padding: 15px;
text-align: center;
font-size: 16px;
font-weight: 500;
}
/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
display: none;
}
.main-navbar {
padding: 10px 0;
}
.main-navbar .navbar {
-webkit-transition: 0.6s;
transition: 0.6s;
padding: 0;
}
.main-navbar .navbar .navbar-brand {
padding: 0;
}
.main-navbar .navbar ul {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav .nav-item {
position: relative;
margin-left: 15px;
margin-right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
color: #494A60;
font-size: 16px;
font-weight: 600;
padding-left: 0;
padding-right: 0;
padding-top: 25px;
padding-bottom: 25px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.main-navbar .navbar .navbar-nav .nav-item a i {
font-size: 14px;
position: relative;
top: 2px;
display: inline-block;
margin-left: -2px;
margin-right: -2px;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item:last-child {
margin-right: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:first-child {
margin-left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
border: none;
top: 70px;
left: 0;
z-index: 99;
opacity: 0;
width: 250px;
display: block;
border-radius: 8px;
padding: 10px 0;
margin-top: 15px;
position: absolute;
visibility: hidden;
background: #ffffff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
margin: 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
padding: 10px 20px;
position: relative;
display: block;
color: #494A60;
font-size: 15px;
font-weight: 600;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
margin: 0;
position: absolute;
top: 50%;
font-size: 15px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
content: '';
position: absolute;
left: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
height: 8px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #0064FB;
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
color: #0064FB;
padding-left: 35px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: -250px;
margin-top: 15px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: 250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: -250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: 250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: -250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: 250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.main-navbar .navbar .others-options .option-item {
position: relative;
margin-right: 25px;
}
.main-navbar .navbar .others-options .option-item:last-child {
margin-right: 0;
}
.main-navbar .navbar .others-options .option-item .search-btn {
cursor: pointer;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
font-size: 25px;
transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .search-btn:hover {
color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .close-btn {
cursor: pointer;
display: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
font-size: 25px;
transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .close-btn:hover {
color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .close-btn.active {
display: block;
}
.main-navbar .navbar .others-options .option-item .default-btn {
background-color: #FF414B;
color: #ffffff;
padding: 12px 50px 12px 25px;
}
.main-navbar .navbar .others-options .option-item .default-btn span {
background-color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .side-menu-btn i {
font-size: 25px;
color: #494A60;
cursor: pointer;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .side-menu-btn i:hover {
color: #0064FB;
}
.navbar-box-style .main-navbar {
padding: 0;
}
.navbar-box-style .main-navbar .navbar {
padding: 10px 30px;
background: #ffffff;
border-radius: 5px;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item:hover a, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
background-color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-color .main-navbar {
background-color: #F4F8FC;
}
.navbar-area.is-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: #ffffff;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.navbar-area.is-sticky.navbar-box-style .main-navbar {
padding: 10px 0;
}
.navbar-area.is-sticky.navbar-box-style .main-navbar .navbar {
padding: 0;
}
.navbar-area.is-sticky.navbar-box-color .main-navbar {
background-color: #ffffff;
}
.others-option-for-responsive {
display: none;
}
.others-option-for-responsive .dot-menu {
padding: 0 10px;
height: 30px;
cursor: pointer;
z-index: 9991;
position: absolute;
right: 60px;
top: -28px;
}
.others-option-for-responsive .dot-menu .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
height: 5px;
width: 5px;
border-radius: 100%;
margin: 0 2px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #2E2F46;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
background-color: #0064FB;
}
.others-option-for-responsive .container {
position: relative;
}
.others-option-for-responsive .container .container {
position: absolute;
right: 0;
top: 10px;
max-width: 260px;
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
-webkit-transform: scaleX(0);
transform: scaleX(0);
z-index: 2;
padding-left: 15px;
padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.others-option-for-responsive .option-inner .others-options .option-item {
position: relative;
margin-right: 25px;
}
.others-option-for-responsive .option-inner .others-options .option-item:last-child {
margin-right: 0;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
cursor: pointer;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
font-size: 25px;
transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-btn:hover {
color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
cursor: pointer;
display: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
font-size: 25px;
transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn:hover {
color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
display: block;
}
.others-option-for-responsive .option-inner .others-options .option-item .default-btn {
background-color: #FF414B;
color: #ffffff;
padding: 12px 50px 12px 25px;
}
.others-option-for-responsive .option-inner .others-options .option-item .default-btn span {
background-color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i {
font-size: 25px;
color: #494A60;
cursor: pointer;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i:hover {
color: #0064FB;
}
.main-header-area {
position: absolute;
width: 100%;
z-index: 9;
}
.main-header-area .top-header-content li {
color: #ffffff;
}
.main-header-area .top-header-content li i {
color: #ffffff;
}
.main-header-area .top-header-content li a {
color: #ffffff;
}
.main-header-area .top-header-content li a:hover {
color: #0064FB;
}
.main-header-area .top-header-optional li a i {
color: #ffffff;
}
.main-header-area .top-header-optional li a i:hover {
color: #0064FB;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
/*================================================
Search Popup CSS
=================================================*/
.search-overlay {
display: none;
}
.search-overlay.search-popup {
position: absolute;
top: 100%;
width: 300px;
right: 0;
background: #ffffff;
z-index: 2;
margin-top: 25px;
border-radius: 8px;
}
.search-overlay.search-popup .search-form {
position: relative;
}
.search-overlay.search-popup .search-form .search-input {
display: block;
width: 100%;
height: 50px;
border: none;
outline: 0;
padding: 15px;
border-radius: 5px;
background-color: #f2f2f2;
}
.search-overlay.search-popup .search-form .search-input::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input:focus {
border-color: #0064FB;
}
.search-overlay.search-popup .search-form .search-input:focus::-webkit-input-placeholder {
color: transparent;
}
.search-overlay.search-popup .search-form .search-input:focus:-ms-input-placeholder {
color: transparent;
}
.search-overlay.search-popup .search-form .search-input:focus::-ms-input-placeholder {
color: transparent;
}
.search-overlay.search-popup .search-form .search-input:focus::placeholder {
color: transparent;
}
.search-overlay.search-popup .search-form .search-button {
position: absolute;
right: 5px;
top: 5px;
height: 40px;
width: 40px;
line-height: 42px;
background-color: #ffffff;
border: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #0064FB;
border-radius: 5px;
font-size: 18px;
}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
background-color: #0064FB;
color: #ffffff;
}
/*================================================
Sidebar Modal CSS
=================================================*/
.modal.right .modal-dialog {
position: fixed;
margin: auto;
width: 420px;
height: 100%;
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
height: 100%;
overflow-y: auto;
background-color: #ffffff;
border: none;
border-radius: 0;
}
.modal.right .modal-content button.close {
float: unset;
position: absolute;
right: 20px;
top: 30px;
background-color: transparent;
color: #2E2F46;
z-index: 2;
opacity: 1;
border: none;
text-shadow: unset;
-webkit-box-shadow: unset;
box-shadow: unset;
font-size: 25px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.modal.right .modal-content button.close:hover {
color: red;
}
.modal.right.fade .modal-dialog {
right: -320px;
-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
right: 0;
}
.sidebarModal.modal .modal-body {
padding: 35px 30px 45px;
}
.sidebarModal.modal .modal-body .sidebar-content {
margin-top: 35px;
}
.sidebarModal.modal .modal-body .sidebar-content h3 {
font-size: 22px;
margin-bottom: 15px;
}
.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
margin-top: 25px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info {
margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
font-size: 22px;
margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
padding-left: 0;
margin-top: 30px;
margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
list-style-type: none;
font-size: 14px;
color: #494A60;
font-weight: 500;
margin-bottom: 20px;
position: relative;
padding-left: 22px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
color: #494A60;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
color: #0064FB;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
position: absolute;
left: 0;
top: 2px;
font-size: 16px;
color: #0064FB;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li .ri-mail-line {
color: #FF414B;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li .ri-map-pin-line {
color: #36CC72;
}
.sidebarModal.modal .modal-body .sidebar-social-list {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li {
display: inline-block;
margin-right: 8px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
margin-right: 0;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i {
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
background-color: #0064FB;
text-align: center;
color: #ffffff;
font-size: 16px;
border-radius: 50%;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #FF414B;
color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.main-responsive-nav {
display: block;
}
.main-responsive-nav .main-responsive-menu {
position: relative;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
font-size: 15px;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
color: #0064FB;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
display: none;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
font-size: 14px;
}
.main-responsive-nav .main-responsive-menu.mean-container .others-options {
display: none !important;
}
.main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
overflow-y: scroll;
height: 300px;
-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}
.main-responsive-nav .mean-container a.meanmenu-reveal {
color: #2E2F46;
}
.main-responsive-nav .mean-container a.meanmenu-reveal span {
background: #2E2F46;
position: relative;
}
.main-responsive-nav .logo {
position: relative;
}
.main-responsive-nav .logo img {
max-width: 100px !important;
}
.navbar-area {
background-color: #ffffff;
padding-top: 15px;
padding-bottom: 15px;
}
.main-navbar {
display: none;
}
.others-option-for-responsive {
display: block;
}
.header-information {
display: block;
}
.top-header-area {
display: none;
}
.top-header-area.active {
display: block;
}
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
padding-top: 220px;
padding-bottom: 220px;
position: relative;
z-index: 1;
overflow: hidden;
}
.main-banner-area.without-banner-animation {
padding-top: 100px;
padding-bottom: 100px;
}
.main-banner-content .tag {
display: inline-block;
background-color: #F4F8FC;
padding: 12px 25px 12px 55px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
position: relative;
}
.main-banner-content .tag img {
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-banner-content h1 {
font-size: 60px;
margin-top: 30px;
margin-bottom: 20px;
font-weight: bold;
}
.main-banner-content p {
margin-bottom: 0;
}
.main-banner-content .banner-btn {
margin-top: 30px;
}
.main-banner-animation-image {
position: relative;
width: 100%;
height: 100%;
}
.main-banner-animation-image img {
position: absolute;
}
.main-banner-animation-image img:nth-child(1) {
left: 0;
top: 0;
}
.main-banner-animation-image img:nth-child(2) {
left: 90px;
top: 220px;
z-index: 1;
}
.main-banner-animation-image img:nth-child(3) {
left: 0;
top: 220px;
}
.main-banner-animation-image img:nth-child(4) {
left: 45px;
bottom: 110px;
z-index: 1;
}
.main-banner-animation-image img:nth-child(5) {
left: 55px;
bottom: 140px;
z-index: 1;
}
.main-banner-animation-image img:nth-child(6) {
left: 160px;
top: 115px;
}
.main-banner-animation-image img:nth-child(7) {
bottom: -120px;
left: 295px;
}
.main-banner-animation-image img:nth-child(8) {
top: 0;
left: 280px;
}
.main-banner-animation-image img:nth-child(9) {
z-index: -1;
right: 0;
top: -145px;
}
.main-banner-animation-image img:nth-child(10) {
z-index: -1;
right: 0;
top: 225px;
}
.main-banner-animation-image img:nth-child(11) {
right: 200px;
top: 0;
}
.main-banner-animation-image img:nth-child(12) {
right: 0;
bottom: -35px;
}
.main-banner-animation-image img:nth-child(13) {
right: 0;
top: -110px;
z-index: -1;
}
.main-banner-animation-image img:nth-child(14) {
right: 0;
}
.main-banner-animation-image img:nth-child(15) {
right: 300px;
top: -120px;
z-index: -1;
}
.main-banner-animation-image img:last-child {
display: none;
}
.main-banner-with-large-shape-area {
padding-top: 390px;
padding-bottom: 310px;
position: relative;
z-index: 1;
overflow: hidden;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
}
.main-banner-with-large-shape-area.without-banner-animation {
padding-top: 265px;
padding-bottom: 180px;
}
.main-banner-white-content .tag {
display: inline-block;
background: rgba(244, 248, 252, 0.3);
padding: 12px 25px 12px 55px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
position: relative;
color: #ffffff;
}
.main-banner-white-content .tag img {
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-banner-white-content h1 {
font-size: 60px;
margin-top: 30px;
margin-bottom: 20px;
font-weight: bold;
color: #ffffff;
}
.main-banner-white-content p {
margin-bottom: 0;
color: #ffffff;
}
.main-banner-white-content .banner-btn {
margin-top: 30px;
}
.main-banner-white-content .banner-btn .default-btn {
background-color: #2E2F46;
}
.main-banner-white-content .banner-btn .default-btn span {
background-color: #0064FB;
}
.main-banner-white-content .banner-btn .default-btn:hover {
color: #ffffff;
}
.main-banner-image {
position: relative;
width: 100%;
height: 100%;
}
.main-banner-image img {
position: absolute;
}
.main-banner-image img:nth-child(1) {
left: 25px;
top: 35px;
z-index: 9;
}
.main-banner-image img:nth-child(2) {
left: 140px;
top: 15px;
z-index: 1;
}
.main-banner-image img:nth-child(3) {
left: 180px;
top: 120px;
z-index: 9;
}
.main-banner-image img:nth-child(4) {
left: 310px;
top: 35px;
z-index: 1;
}
.main-banner-image img:nth-child(5) {
bottom: -120px;
right: 245px;
z-index: 1;
}
.main-banner-image img:nth-child(6) {
right: 160px;
top: 240px;
z-index: 1;
}
.main-banner-image img:nth-child(7) {
top: -132px;
right: 125px;
}
.main-banner-image img:nth-child(8) {
right: 80px;
top: 20px;
}
.main-banner-image img:nth-child(9) {
top: 130px;
right: 0;
}
.main-banner-image img:last-child {
display: none;
}
.main-banner-box-area {
padding-top: 100px;
padding-bottom: 100px;
}
.main-banner-inner-box {
max-width: 885px;
margin: auto;
text-align: center;
}
.main-banner-box-content {
position: relative;
}
.main-banner-box-content .tag {
display: inline-block;
background-color: #F4F8FC;
padding: 12px 25px 12px 55px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
position: relative;
}
.main-banner-box-content .tag img {
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-banner-box-content h1 {
font-size: 48px;
margin-top: 35px;
margin-bottom: 0;
font-weight: 500;
line-height: 1.4;
}
.main-banner-box-image {
margin-top: 50px;
}
.main-banner-image-wrap {
text-align: right;
}
.main-banner-shape-1 {
position: absolute;
top: 10%;
left: 35%;
-webkit-transform: translateY(-10%) translateX(-35%);
transform: translateY(-10%) translateX(-35%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-2 {
position: absolute;
bottom: 20%;
left: 35%;
-webkit-transform: translateY(-20%) translateX(-35%);
transform: translateY(-20%) translateX(-35%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-3 {
position: absolute;
bottom: 5%;
left: 50%;
-webkit-transform: translateY(-5%) translateX(-50%);
transform: translateY(-5%) translateX(-50%);
}
.main-banner-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.main-banner-shape-4 {
position: absolute;
bottom: 10%;
left: 50%;
-webkit-transform: translateY(-10%) translateX(-50%);
transform: translateY(-10%) translateX(-50%);
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
}
.main-banner-shape-5 {
position: absolute;
top: 20%;
left: 35%;
-webkit-transform: translateY(-20%) translateX(-35%);
transform: translateY(-20%) translateX(-35%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-6 {
position: absolute;
top: 25%;
left: 40%;
-webkit-transform: translateY(-25%) translateX(-40%);
transform: translateY(-25%) translateX(-40%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-7 {
position: absolute;
top: 20%;
right: 15%;
-webkit-transform: translateY(-20%) translateX(-15%);
transform: translateY(-20%) translateX(-15%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-8 {
position: absolute;
bottom: 20%;
left: 38%;
-webkit-transform: translateY(-20%) translateX(-38%);
transform: translateY(-20%) translateX(-38%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
}
@keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
}
@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
.main-banner-large-shape {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.main-banner-large-shape img {
width: 100%;
}
/*================================================
Partner Area CSS
=================================================*/
.partner-area {
position: relative;
z-index: 1;
}
.partner-box {
background-color: #F4F8FC;
padding-top: 70px;
padding-bottom: 70px;
padding-left: 50px;
padding-right: 50px;
border-radius: 5px;
}
.single-partner {
text-align: center;
}
.single-partner img {
display: inline-block !important;
max-width: 85%;
}
.partner-slides.owl-theme .owl-nav {
margin-top: 0;
}
.partner-slides.owl-theme .owl-nav [class*=owl-] {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
outline: 0;
width: 35px;
height: 35px;
line-height: 42px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #ffffff;
-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
color: #2E2F46;
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.partner-slides.owl-theme .owl-nav [class*=owl-]:hover, .partner-slides.owl-theme .owl-nav [class*=owl-]:focus {
background-color: #0064FB;
color: #ffffff;
}
.partner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
left: auto;
right: 0;
}
.partner-slides.owl-theme .owl-nav [class*=owl-] i {
font-size: 20px;
font-weight: bold;
}
.partner-slides.owl-theme:hover .owl-nav [class*=owl-] {
opacity: 1;
visibility: visible;
left: -20px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.partner-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
left: auto;
right: -20px;
}
.partner-shape-1 {
position: absolute;
top: -20%;
left: 20%;
-webkit-transform: translateY(-20%) translateX(-20%);
transform: translateY(-20%) translateX(-20%);
z-index: -1;
}
.partner-shape-2 {
position: absolute;
bottom: -28%;
right: 10%;
-webkit-transform: translateY(-28%) translateX(-10%);
transform: translateY(-28%) translateX(-10%);
}
/*================================================
Features Area CSS
=================================================*/
.features-area {
position: relative;
z-index: 1;
}
.single-features {
text-align: center;
margin-bottom: 30px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features h3 {
font-size: 25px;
margin-top: 30px;
margin-bottom: 15px;
}
.single-features h3 a {
color: #2E2F46;
}
.single-features p {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features .features-btn {
margin-top: 20px;
}
.single-features .features-btn .default-btn {
background-color: #EAF0FF;
color: #0064FB;
}
.single-features:hover img {
-webkit-animation: bounceIn 1s;
animation: bounceIn 1s;
}
.single-features:hover .features-btn .default-btn {
background-color: #0064FB;
color: #ffffff;
}
.single-features:hover .features-btn .default-btn span {
background-color: #FF414B;
}
.single-features-box {
text-align: center;
margin-bottom: 30px;
-webkit-transition: 0.6s;
transition: 0.6s;
border: 1px solid #E6EDF6;
padding: 35px 22px;
position: relative;
z-index: 1;
border-radius: 5px;
overflow: hidden;
}
.single-features-box::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
z-index: -1;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
}
.single-features-box img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features-box h3 {
font-size: 25px;
margin-top: 30px;
margin-bottom: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features-box h3 a {
color: #2E2F46;
}
.single-features-box p {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features-box:hover::before {
height: 100%;
}
.single-features-box:hover img {
-webkit-animation: bounceIn 1s;
animation: bounceIn 1s;
}
.single-features-box:hover h3 a {
color: #ffffff;
}
.single-features-box:hover p {
color: #ffffff;
}
.features-inner-box {
background-color: #F4F8FC;
border: 1px solid #E6EDF6;
padding-top: 80px;
padding-bottom: 50px;
padding-left: 45px;
padding-right: 45px;
border-radius: 5px;
}
.features-shape-1 {
position: absolute;
top: 15%;
left: 40%;
-webkit-transform: translateY(-15%) translateX(-40%);
transform: translateY(-15%) translateX(-40%);
z-index: 1;
}
.features-shape-2 {
position: absolute;
top: 20%;
right: 40%;
-webkit-transform: translateY(-20%) translateX(-40%);
transform: translateY(-20%) translateX(-40%);
z-index: 1;
}
.features-shape-3 {
position: absolute;
top: 8%;
right: 50%;
-webkit-transform: translateY(-8%) translateX(-50%);
transform: translateY(-8%) translateX(-50%);
-webkit-animation: animationFramesOne 8s infinite linear;
animation: animationFramesOne 8s infinite linear;
z-index: 1;
}
.features-shape-4 {
position: absolute;
top: 10%;
right: 48%;
-webkit-transform: translateY(-10%) translateX(-48%);
transform: translateY(-10%) translateX(-48%);
z-index: 1;
-webkit-animation: animationFramesOne 20s infinite linear;
animation: animationFramesOne 20s infinite linear;
}
/*================================================
Experiences Area CSS
=================================================*/
.experiences-area {
position: relative;
z-index: 1;
}
.experiences-area::before {
position: absolute;
content: "";
height: 100%;
width: 50%;
background-color: #F4F8FC;
left: 0;
top: 0;
z-index: -1;
}
.experiences-area::after {
position: absolute;
content: "";
height: 100%;
width: 50%;
background-color: #ffffff;
right: 0;
top: 0;
z-index: -1;
}
.experiences-item {
padding-top: 80px;
padding-bottom: 80px;
padding-right: 30px;
}
.experiences-item .experiences-content .tag {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
border-radius: 50px;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.experiences-item .experiences-content h3 {
font-size: 40px;
margin-top: 25px;
margin-bottom: 20px;
line-height: 1.4;
}
.experiences-item .experiences-content p {
margin-bottom: 0;
}
.experiences-item .experiences-inner-content {
position: relative;
margin-top: 30px;
padding-left: 80px;
}
.experiences-item .experiences-inner-content img {
position: absolute;
left: 0;
top: 0;
}
.experiences-item .experiences-btn {
margin-top: 30px;
padding-left: 85px;
}
.experiences-image {
text-align: right;
}
.experiences-shape-1 {
position: absolute;
top: 8%;
left: 40%;
-webkit-transform: translateY(-8%) translateX(-40%);
transform: translateY(-8%) translateX(-40%);
z-index: -1;
}
.experiences-shape-2 {
position: absolute;
top: 50%;
left: 2%;
-webkit-transform: translateY(-50%) translateX(-2%);
transform: translateY(-50%) translateX(-2%);
z-index: -1;
}
.experiences-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.experiences-shape-3 {
position: absolute;
top: 52%;
left: 5%;
-webkit-transform: translateY(-52%) translateX(-5%);
transform: translateY(-52%) translateX(-5%);
z-index: 1;
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
z-index: -1;
}
.experiences-shape-4 {
position: absolute;
bottom: 10%;
left: 35%;
-webkit-transform: translateY(-10%) translateX(-35%);
transform: translateY(-10%) translateX(-35%);
z-index: 1;
-webkit-animation: animationFramesOne 20s infinite linear;
animation: animationFramesOne 20s infinite linear;
z-index: -1;
}
.experiences-shape-5 {
position: absolute;
bottom: 8%;
left: 36%;
-webkit-transform: translateY(-8%) translateX(-36%);
transform: translateY(-8%) translateX(-36%);
z-index: -1;
}
.experiences-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.experiences-shape-6 {
position: absolute;
bottom: 10%;
left: 48%;
-webkit-transform: translateY(-10%) translateX(-48%);
transform: translateY(-10%) translateX(-48%);
z-index: 1;
}
.experiences-shape-7 {
position: absolute;
bottom: 2%;
left: 48%;
-webkit-transform: translateY(-2%) translateX(-48%);
transform: translateY(-2%) translateX(-48%);
z-index: 1;
}
/*================================================
Services Area CSS
=================================================*/
.services-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.services-area.bg-box-color {
background-color: #F4F8FC;
}
.services-area.bg-without-box-color {
background-color: #ffffff;
}
.services-area.bg-without-box-color .single-services-box {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-services {
margin-bottom: 30px;
padding: 35px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
border: 1px solid #eeeeee;
}
.single-services .icon {
margin-bottom: 25px;
}
.single-services .icon i {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
background-color: #E5F0FF;
color: #0064FB;
text-align: center;
font-size: 45px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services .icon.bg-36CC72 i {
background-color: #EBFAF1;
color: #36CC72;
}
.single-services .icon.bg-FF414B i {
background-color: #FFECED;
color: #FF414B;
}
.single-services .icon.bg-FF6D3D i {
background-color: #FFF0EC;
color: #FF6D3D;
}
.single-services .icon.bg-8932F8 i {
background-color: #F3EBFE;
color: #8932F8;
}
.single-services .icon.bg-FFCA40 i {
background-color: #FFFAEC;
color: #FFCA40;
}
.single-services h3 {
margin-bottom: 15px;
}
.single-services h3 a {
color: #2E2F46;
font-size: 25px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services p {
margin-bottom: 20px;
font-size: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services .services-btn {
font-size: 15px;
font-weight: 500;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services .services-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.single-services:hover {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-services:hover .icon i {
-webkit-animation: jackInTheBox 0.5s;
animation: jackInTheBox 0.5s;
background-color: #0064FB;
color: #ffffff;
}
.single-services:hover .icon.bg-36CC72 i {
background-color: #36CC72;
}
.single-services:hover .icon.bg-FF414B i {
background-color: #FF414B;
}
.single-services:hover .icon.bg-FF6D3D i {
background-color: #FF6D3D;
}
.single-services:hover .icon.bg-8932F8 i {
background-color: #8932F8;
}
.single-services:hover .icon.bg-FFCA40 i {
background-color: #FFCA40;
}
.single-services:hover h3 a {
color: #0064FB;
}
.single-services:hover .services-btn {
color: #0064FB;
letter-spacing: 1px;
}
.single-services.with-box-shadow {
position: relative;
z-index: 1;
border-radius: 0;
border: none;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-services.with-box-shadow::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
background: #0064FB;
z-index: -1;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 0;
}
.single-services.with-box-shadow:hover::before {
height: 100%;
}
.single-services.with-box-shadow:hover .icon i {
-webkit-animation: jackInTheBox 0.5s;
animation: jackInTheBox 0.5s;
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-36CC72 i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FF414B i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FF6D3D i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-8932F8 i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FFCA40 i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover h3 a {
color: #ffffff;
}
.single-services.with-box-shadow:hover p {
color: #ffffff;
}
.single-services.with-box-shadow:hover .services-btn {
color: #ffffff;
}
.single-services-item {
margin-bottom: 30px;
padding: 35px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
border: 1px solid #eeeeee;
text-align: center;
}
.single-services-item .icon {
margin-bottom: 35px;
}
.single-services-item .icon i {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
background-color: #E5F0FF;
color: #0064FB;
text-align: center;
font-size: 45px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-item .icon.bg-36CC72 i {
background-color: #EBFAF1;
color: #36CC72;
}
.single-services-item .icon.bg-FF414B i {
background-color: #FFECED;
color: #FF414B;
}
.single-services-item .icon.bg-FF6D3D i {
background-color: #FFF0EC;
color: #FF6D3D;
}
.single-services-item .icon.bg-8932F8 i {
background-color: #F3EBFE;
color: #8932F8;
}
.single-services-item .icon.bg-FFCA40 i {
background-color: #FFFAEC;
color: #FFCA40;
}
.single-services-item h3 {
margin-bottom: 18px;
font-size: 25px;
}
.single-services-item h3 a {
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-item p {
margin-bottom: 20px;
font-size: 15px;
}
.single-services-item .services-btn {
font-size: 15px;
font-weight: 500;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-item .services-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.single-services-item:hover {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-services-item:hover .icon i {
-webkit-animation: jackInTheBox 0.5s;
animation: jackInTheBox 0.5s;
background-color: #0064FB;
color: #ffffff;
}
.single-services-item:hover .icon.bg-36CC72 i {
background-color: #36CC72;
}
.single-services-item:hover .icon.bg-FF414B i {
background-color: #FF414B;
}
.single-services-item:hover .icon.bg-FF6D3D i {
background-color: #FF6D3D;
}
.single-services-item:hover .icon.bg-8932F8 i {
background-color: #8932F8;
}
.single-services-item:hover .icon.bg-FFCA40 i {
background-color: #FFCA40;
}
.single-services-item:hover h3 a {
color: #0064FB;
}
.single-services-item:hover .services-btn {
color: #0064FB;
letter-spacing: 1px;
}
.single-services-box {
margin-bottom: 30px;
padding: 35px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #ffffff;
text-align: center;
}
.single-services-box .icon {
margin-bottom: 35px;
}
.single-services-box .icon i {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
background-color: #0064FB;
color: #ffffff;
text-align: center;
font-size: 45px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-box .icon.bg-36CC72 i {
background-color: #36CC72;
}
.single-services-box .icon.bg-FF414B i {
background-color: #FF414B;
}
.single-services-box .icon.bg-FF6D3D i {
background-color: #FF6D3D;
}
.single-services-box .icon.bg-8932F8 i {
background-color: #8932F8;
}
.single-services-box .icon.bg-FFCA40 i {
background-color: #FFCA40;
}
.single-services-box h3 {
margin-bottom: 18px;
font-size: 25px;
}
.single-services-box h3 a {
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-box p {
margin-bottom: 20px;
font-size: 15px;
}
.single-services-box .services-btn {
font-size: 15px;
font-weight: 500;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-box .services-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.single-services-box:hover {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-services-box:hover .icon i {
-webkit-animation: jackInTheBox 0.5s;
animation: jackInTheBox 0.5s;
}
.single-services-box:hover h3 a {
color: #0064FB;
}
.single-services-box:hover .services-btn {
color: #0064FB;
letter-spacing: 1px;
}
.services-shape-1 {
position: absolute;
top: 20%;
left: 45%;
-webkit-transform: translateY(-20%) translateX(-45%);
transform: translateY(-20%) translateX(-45%);
z-index: 1;
}
.services-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.services-shape-2 {
position: absolute;
top: 15%;
left: 45%;
-webkit-transform: translateY(-15%) translateX(-45%);
transform: translateY(-15%) translateX(-45%);
z-index: 1;
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
}
.services-shape-3 {
position: absolute;
top: 45%;
left: 2%;
-webkit-transform: translateY(-45%) translateX(-2%);
transform: translateY(-45%) translateX(-2%);
z-index: -1;
}
.services-shape-4 {
position: absolute;
top: 45%;
right: 0%;
-webkit-transform: translateY(-45%) translateX(-5%);
transform: translateY(-45%) translateX(-5%);
z-index: -1;
}
.services-shape-5 {
position: absolute;
bottom: 10%;
left: 35%;
-webkit-transform: translateY(-10%) translateX(-35%);
transform: translateY(-10%) translateX(-35%);
z-index: 1;
}
/*================================================
Support Area CSS
=================================================*/
.support-area {
background-image: url(../../assets/images/support/ceo.jpeg);
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
z-index: 1;
padding-top: 100px;
padding-bottom: 100px;
overflow: hidden;
background-attachment: fixed;
}
.support-content {
background-color: #ffffff;
padding: 50px;
max-width: 545px;
margin-left: auto;
border-radius: 5px;
}
.support-content .tag {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
border-radius: 50px;
-webkit-box-shadow: 1px -2px 35px 10px rgba(0, 0, 0, 0.1);
box-shadow: 1px -2px 35px 10px rgba(0, 0, 0, 0.1);
}
.support-content h3 {
font-size: 30px;
margin-top: 25px;
margin-bottom: 15px;
line-height: 1.5;
}
.support-content p {
margin-bottom: 20px;
}
.support-content span {
font-weight: 500;
font-size: 16px;
color: #494A60;
}
.support-shape-1 {
position: absolute;
top: 0;
left: 5%;
-webkit-transform: translateY(0%) translateX(-5%);
transform: translateY(0%) translateX(-5%);
}
.support-shape-2 {
position: absolute;
bottom: 0;
left: 35%;
-webkit-transform: translateY(0%) translateX(-35%);
transform: translateY(0%) translateX(-35%);
}
.support-shape-3 {
position: absolute;
top: 30%;
right: 20%;
-webkit-transform: translateY(-30%) translateX(-20%);
transform: translateY(-30%) translateX(-20%);
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
}
.support-shape-4 {
position: absolute;
top: 32%;
right: 18%;
-webkit-transform: translateY(-32%) translateX(-18%);
transform: translateY(-32%) translateX(-18%);
}
.support-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.support-shape-5 {
position: absolute;
bottom: 15%;
right: 5%;
-webkit-transform: translateY(-15%) translateX(-5%);
transform: translateY(-15%) translateX(-5%);
}
.support-shape-6 {
position: absolute;
bottom: 10%;
right: 10%;
-webkit-transform: translateY(-10%) translateX(-10%);
transform: translateY(-10%) translateX(-10%);
}
/*================================================
Cases Area CSS
=================================================*/
.cases-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.single-cases {
margin-bottom: 30px;
}
.single-cases.with-border-radius .cases-image img {
border-radius: 15px;
}
.single-cases.with-border-radius:hover .cases-image img {
-webkit-transform: unset;
transform: unset;
}
.single-cases .cases-image {
overflow: hidden;
}
.single-cases .cases-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-cases .cases-content {
margin-top: 30px;
}
.single-cases .cases-content .tag-1 {
display: inline-block;
background-color: #EAF0FF;
color: #0064FB;
font-size: 14px;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-cases .cases-content .tag-1:hover {
background-color: #0064FB;
color: #ffffff;
}
.single-cases .cases-content .tag-2 {
display: inline-block;
background-color: #EAF0FF;
color: #36CC72;
font-size: 14px;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
margin-left: 15px;
}
.single-cases .cases-content .tag-2:hover {
background-color: #36CC72;
color: #ffffff;
}
.single-cases .cases-content h3 {
font-size: 25px;
margin-top: 25px;
margin-bottom: 18px;
}
.single-cases .cases-content h3 a {
position: relative;
}
.single-cases .cases-content h3 a::before {
content: "";
position: absolute;
width: 0%;
height: 100%;
left: 0;
top: 0;
border-bottom: 1px solid #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
z-index: -1;
}
.single-cases:hover .cases-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-cases:hover .cases-content h3 a {
color: #0064FB;
}
.single-cases:hover .cases-content h3 a::before {
width: 100%;
}
.cases-view-all-btn {
text-align: center;
margin-top: 15px;
}
.cases-view-all-btn .default-btn {
color: #ffffff;
background-color: #FF414B;
}
.cases-view-all-btn .default-btn span {
background-color: #0064FB;
}
.cases-view-all-btn .default-btn:hover {
color: #ffffff;
}
.cases-shape-1 {
position: absolute;
top: 5%;
right: 18%;
-webkit-transform: translateY(-5%) translateX(-18%);
transform: translateY(-5%) translateX(-18%);
}
.cases-shape-2 {
position: absolute;
bottom: 8%;
right: 12%;
-webkit-transform: translateY(-8%) translateX(-12%);
transform: translateY(-8%) translateX(-12%);
}
.cases-shape-3 {
position: absolute;
top: 45%;
right: 0;
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
}
.cases-shape-4 {
position: absolute;
top: 45%;
left: 2%;
-webkit-transform: translateY(-45%) translateX(-2%);
transform: translateY(-45%) translateX(-2%);
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
z-index: -1;
}
.cases-shape-5 {
position: absolute;
top: 48%;
left: 2%;
-webkit-transform: translateY(-48%) translateX(-2%);
transform: translateY(-48%) translateX(-2%);
z-index: -1;
}
.cases-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.cases-shape-6 {
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translateY(-45%) translateX(-50%);
transform: translateY(-45%) translateX(-50%);
z-index: -1;
opacity: 35%;
}
.cases-shape-6 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.cases-shape-7 {
position: absolute;
top: 46%;
left: 52%;
-webkit-transform: translateY(-46%) translateX(-52%);
transform: translateY(-46%) translateX(-52%);
z-index: -1;
opacity: 35%;
}
.cases-shape-7 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Clients Area CSS
=================================================*/
.clients-area {
background-color: #F4F8FC;
position: relative;
z-index: 1;
overflow: hidden;
}
.clients-area.bg-white-color {
background-color: #ffffff;
}
.clients-area.bg-white-color .clients-item {
background-color: #F4F8FC;
}
.clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot span {
background-color: #E5F0FF;
}
.clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot:hover span, .clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot.active span {
background-color: #0064FB;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.clients-item {
background-color: #ffffff;
padding: 45px;
position: relative;
z-index: 1;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
}
.clients-item img {
display: inline-block !important;
width: auto !important;
border-radius: 50%;
}
.clients-item p {
margin-top: 25px;
margin-bottom: 25px;
}
.clients-item .title-name h3 {
font-size: 20px;
margin-bottom: 0;
}
.clients-item .title-name span {
display: inline-block;
margin-top: 10px;
color: #79798D;
font-size: 14px;
}
.clients-item .star-rating {
position: absolute;
top: 50px;
right: 45px;
}
.clients-item .star-rating i {
font-size: 15px;
color: #FFCA40;
margin-right: 2px;
}
.clients-item .star-rating i:last-child {
margin-right: 0;
}
.clients-item .shape-1 {
position: absolute;
top: 25%;
left: 45%;
-webkit-transform: translateY(-25%) translateX(-45%);
transform: translateY(-25%) translateX(-45%);
z-index: -1;
}
.clients-item .shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.clients-item .shape-2 {
position: absolute;
bottom: 20%;
right: 20%;
-webkit-transform: translateY(-20%) translateX(-20%);
transform: translateY(-20%) translateX(-20%);
z-index: -1;
}
.clients-item .shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.clients-item .shape-3 {
position: absolute;
bottom: 16%;
right: 16%;
-webkit-transform: translateY(-16%) translateX(-16%);
transform: translateY(-16%) translateX(-16%);
z-index: -1;
}
.clients-item .shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.clients-item.with-border {
border-bottom: 2px solid #0064FB;
}
.clients-shape-1 {
position: absolute;
top: 22%;
left: 20%;
-webkit-transform: translateY(-22%) translateX(-20%);
transform: translateY(-22%) translateX(-20%);
z-index: -1;
}
.clients-shape-2 {
position: absolute;
top: 28%;
left: 18%;
-webkit-transform: translateY(-28%) translateX(-18%);
transform: translateY(-28%) translateX(-18%);
z-index: -1;
}
.clients-shape-3 {
position: absolute;
bottom: 15%;
right: 12%;
-webkit-transform: translateY(-15%) translateX(-12%);
transform: translateY(-15%) translateX(-12%);
z-index: -1;
max-width: 100px;
}
.clients-slides.owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 50%;
}
.clients-slides.owl-theme .owl-dots .owl-dot:hover span, .clients-slides.owl-theme .owl-dots .owl-dot.active span {
background-color: #0064FB;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.clients-slides.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}
.clients-slides-two.owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 50%;
}
.clients-slides-two.owl-theme .owl-dots .owl-dot:hover span, .clients-slides-two.owl-theme .owl-dots .owl-dot.active span {
background-color: #FF414B;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.clients-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}
.clients-slides-two .clients-item .star-rating {
position: absolute;
top: 60px;
right: 45px;
}
.clients-slides-two .clients-item .shape-1 {
top: 20%;
left: 30%;
-webkit-transform: translateY(-20%) translateX(-30%);
transform: translateY(-20%) translateX(-30%);
}
.clients-slides-two .clients-item .shape-2 {
bottom: 20%;
right: 20%;
-webkit-transform: translateY(-20%) translateX(-20%);
transform: translateY(-20%) translateX(-20%);
}
.clients-slides-two .clients-item .shape-3 {
bottom: 16%;
right: 16%;
-webkit-transform: translateY(-16%) translateX(-16%);
transform: translateY(-16%) translateX(-16%);
}
/*================================================
Plans Area CSS
=================================================*/
.plans-area {
position: relative;
z-index: 1;
}
.plans-area::before {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 0;
height: 50%;
width: 100%;
background-color: #F4F8FC;
z-index: -1;
max-width: 1690px;
margin: auto;
border-radius: 5px;
}
.plans-area.bg-gradient-color::before {
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
}
.plans-area.bg-gradient-color .single-plans-table.active-box .plans-btn .default-btn {
background-color: #FF414B;
color: #ffffff;
}
.plans-area.bg-gradient-color .single-plans-table.active-box .plans-btn .default-btn span {
background-color: #0064FB;
}
.plans-area.bg-gradient-color .single-plans-table .plans-btn .default-btn {
background-color: #EAF0FF;
-webkit-box-shadow: unset;
box-shadow: unset;
color: #2E2F46;
}
.plans-area.bg-gradient-color .single-plans-table:hover .plans-btn .default-btn {
background-color: #FF414B;
color: #ffffff;
}
.plans-area.bg-gradient-color .single-plans-table:hover .plans-btn .default-btn span {
background-color: #0064FB;
}
.plans-area.bg-gradient-color .view-all-plans-btn .plans-btn-one {
color: #ffffff;
border-bottom: 1px solid #ffffff;
}
.plans-area.bg-transparent-color::before {
display: none;
}
.plans-area.bg-transparent-color .single-plans-table.active-box .plans-btn .default-btn {
background-color: #FF414B;
color: #ffffff;
}
.plans-area.bg-transparent-color .single-plans-table.active-box .plans-btn .default-btn span {
background-color: #0064FB;
}
.plans-area.bg-transparent-color .single-plans-table .plans-btn .default-btn {
background-color: #EAF0FF;
-webkit-box-shadow: unset;
box-shadow: unset;
color: #2E2F46;
}
.plans-area.bg-transparent-color .single-plans-table .plans-features-list {
padding-left: 0;
margin-top: 30px;
margin-bottom: 0;
}
.plans-area.bg-transparent-color .single-plans-table .plans-features-list li i {
color: #FF414B;
}
.plans-area.bg-transparent-color .single-plans-table:hover {
border: 1px solid #FF414B;
}
.plans-area.bg-transparent-color .single-plans-table:hover .plans-btn .default-btn {
background-color: #FF414B;
color: #ffffff;
}
.plans-area.bg-transparent-color .single-plans-table:hover .plans-btn .default-btn span {
background-color: #0064FB;
}
.plans-area.bg-color .single-plans-table .plans-features-list {
margin-top: 20px;
}
.plans-area.bg-color .single-plans-table .plans-btn {
margin-top: 35px;
}
.wrapper-full.hide {
display: none;
}
.plans-switcher {
text-align: center;
margin-bottom: 45px;
}
.plans-switcher .toggle, .plans-switcher .toggler {
display: inline-block;
vertical-align: middle;
margin: 0 8px;
cursor: pointer;
}
.plans-switcher .toggler {
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 16px;
font-weight: 500;
}
.plans-switcher .toggler.toggler--is-active {
color: #36CC72;
}
.plans-switcher .toggle {
position: relative;
width: 70px;
height: 35px;
border-radius: 100px;
background-color: #36CC72;
overflow: hidden;
}
.plans-switcher .toggle .b {
display: block;
}
.plans-switcher .toggle .switch {
position: absolute;
left: 5px;
top: 5px;
bottom: 5px;
right: 58.5%;
background-color: #ffffff;
border-radius: 50px;
z-index: 1;
-webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-delay: 0s, .08s;
transition-delay: 0s, .08s;
}
.plans-switcher .toggle .check {
position: absolute;
display: block;
cursor: pointer;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 6;
}
.plans-switcher .toggle .check:checked ~ .switch {
right: 5px;
left: 57.5%;
-webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-delay: .08s, 0s;
transition-delay: .08s, 0s;
}
.single-plans-table {
background-color: #ffffff;
border: 1px solid #E6EDF7;
padding: 50px 45px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
margin-bottom: 30px;
position: relative;
}
.single-plans-table.active-box {
border: 1px solid #36CC72;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table.active-box .plans-btn .default-btn {
background-color: #36CC72;
}
.single-plans-table .plans-header h3 {
font-size: 25px;
margin-bottom: 10px;
}
.single-plans-table .plans-header p {
font-size: 15px;
margin-bottom: 0;
}
.single-plans-table .price {
font-size: 50px;
font-weight: 500;
margin-top: 18px;
}
.single-plans-table .price span {
font-size: 15px;
font-weight: 500;
color: #494A60;
}
.single-plans-table .plans-btn {
margin-top: 22px;
}
.single-plans-table .plans-btn .default-btn {
width: 100%;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table .plans-btn .default-btn i {
position: relative;
right: 0;
top: 2px;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
margin-left: 5px;
}
.single-plans-table .plans-btn .default-btn:hover {
-webkit-transform: unset;
transform: unset;
}
.single-plans-table .plans-features-list {
padding-left: 0;
margin-top: 30px;
margin-bottom: 0;
}
.single-plans-table .plans-features-list li {
font-size: 16px;
font-weight: 500;
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 15px;
}
.single-plans-table .plans-features-list li:last-child {
margin-bottom: 0;
}
.single-plans-table .plans-features-list li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #36CC72;
}
.single-plans-table .popular-tag {
position: absolute;
right: 30px;
top: 20px;
}
.single-plans-table .popular-tag span {
font-size: 15px;
color: #36CC72;
font-weight: 500;
}
.single-plans-table:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
border: 1px solid #36CC72;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table:hover .plans-btn .default-btn {
background-color: #36CC72;
}
.view-all-plans-btn {
text-align: center;
margin-top: 15px;
}
.view-all-plans-btn .plans-btn-one {
font-size: 15px;
font-weight: 500;
color: #0064FB;
border-bottom: 1px solid #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.view-all-plans-btn .plans-btn-one:hover {
letter-spacing: 1px;
}
.plans-shape-1 {
position: absolute;
top: 38%;
left: 58%;
-webkit-transform: translateY(-38%) translateX(-58%);
transform: translateY(-38%) translateX(-58%);
}
.plans-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.plans-shape-2 {
position: absolute;
top: 42%;
left: 56%;
-webkit-transform: translateY(-42%) translateX(-56%);
transform: translateY(-42%) translateX(-56%);
}
.plans-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.plans-shape-3 {
position: absolute;
bottom: 22%;
left: 56%;
-webkit-transform: translateY(-22%) translateX(-56%);
transform: translateY(-22%) translateX(-56%);
}
.plans-shape-4 {
position: absolute;
top: 12%;
left: 30%;
-webkit-transform: translateY(-12%) translateX(-30%);
transform: translateY(-12%) translateX(-30%);
z-index: -1;
}
.plans-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.plans-shape-5 {
position: absolute;
top: 15%;
left: 32%;
-webkit-transform: translateY(-15%) translateX(-32%);
transform: translateY(-15%) translateX(-32%);
z-index: -1;
}
.plans-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Blog Area CSS
=================================================*/
.blog-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.single-blog {
-webkit-transition: 0.6s;
transition: 0.6s;
margin-bottom: 30px;
}
.single-blog .blog-content {
margin-top: 30px;
}
.single-blog .blog-content .entry-meta {
padding-left: 0;
margin-bottom: 0;
}
.single-blog .blog-content .entry-meta .tag {
display: inline-block;
background-color: #EAF0FF;
color: #0064FB;
font-size: 14px;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-blog .blog-content .entry-meta .tag:hover {
background-color: #0064FB;
color: #ffffff;
}
.single-blog .blog-content .entry-meta li {
list-style-type: none;
display: inline-block;
color: #79798D;
font-size: 14px;
font-weight: 400;
margin-right: 15px;
position: relative;
padding-left: 18px;
}
.single-blog .blog-content .entry-meta li:last-child {
margin-right: 0;
}
.single-blog .blog-content .entry-meta li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #36CC72;
font-size: 14px;
}
.single-blog .blog-content h3 {
font-size: 22px;
margin-top: 20px;
margin-bottom: 15px;
line-height: 1.5;
}
.single-blog .blog-content h3 a {
color: #2E2F46;
}
.single-blog .blog-content .blog-btn {
font-size: 16px;
font-weight: 500;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-blog .blog-content .blog-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.single-blog:hover .blog-content h3 a {
color: #0064FB;
}
.single-blog:hover .blog-content .blog-btn {
letter-spacing: 1px;
}
.single-blog-standard {
margin-bottom: 30px;
}
.single-blog-standard .blog-image {
overflow: hidden;
}
.single-blog-standard .blog-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-blog-standard .blog-content {
margin-top: 30px;
}
.single-blog-standard .blog-content .entry-meta {
padding-left: 0;
margin-bottom: 0;
}
.single-blog-standard .blog-content .entry-meta .tag {
display: inline-block;
background-color: #EAF0FF;
color: #0064FB;
font-size: 14px;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-blog-standard .blog-content .entry-meta .tag:hover {
background-color: #0064FB;
color: #ffffff;
}
.single-blog-standard .blog-content .entry-meta li {
list-style-type: none;
display: inline-block;
color: #79798D;
font-size: 14px;
font-weight: 400;
margin-right: 15px;
position: relative;
padding-left: 18px;
}
.single-blog-standard .blog-content .entry-meta li:last-child {
margin-right: 0;
}
.single-blog-standard .blog-content .entry-meta li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #36CC72;
font-size: 14px;
}
.single-blog-standard .blog-content h3 {
font-size: 28px;
margin-top: 20px;
margin-bottom: 15px;
line-height: 1.5;
}
.single-blog-standard .blog-content h3 a {
color: #2E2F46;
}
.single-blog-standard .blog-content p {
margin-bottom: 30px;
}
.single-blog-standard .blog-content .default-btn {
background-color: transparent;
border: 1px solid #0064FB;
color: #494A60;
}
.single-blog-standard .blog-content .default-btn:hover {
border: 1px solid #FF414B;
color: #ffffff;
}
.single-blog-standard:hover .blog-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-blog-standard:hover .blog-content h3 a {
color: #0064FB;
}
.blog-shape-1 {
position: absolute;
top: 10%;
right: 2%;
-webkit-transform: translateY(-10%) translateX(-2%);
transform: translateY(-10%) translateX(-2%);
}
.blog-shape-2 {
position: absolute;
top: 10%;
left: 2%;
-webkit-transform: translateY(-10%) translateX(-2%);
transform: translateY(-10%) translateX(-2%);
}
/*================================================
Overview Area CSS
=================================================*/
.overview-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.overview-box {
background-color: #0064FB;
border-radius: 5px;
padding-top: 85px;
padding-bottom: 85px;
padding-left: 50px;
padding-right: 50px;
}
.overview-content {
text-align: center;
}
.overview-content h3 {
font-size: 36px;
margin-bottom: 0;
color: #ffffff;
}
.overview-content .overview-btn {
margin-top: 30px;
}
.overview-content .overview-btn .overview-btn-one {
font-size: 22px;
font-weight: 400;
color: #ffffff;
}
.overview-content .overview-btn img {
display: block;
margin: auto;
}
.overview-shape-1 {
position: absolute;
top: 50%;
left: 25%;
-webkit-transform: translateY(-50%) translateX(-25%);
transform: translateY(-50%) translateX(-25%);
}
.overview-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.overview-shape-2 {
position: absolute;
top: 55%;
left: 28%;
-webkit-transform: translateY(-55%) translateX(-28%);
transform: translateY(-55%) translateX(-28%);
}
.overview-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.overview-shape-3 {
position: absolute;
top: 10%;
left: 50%;
-webkit-transform: translateY(-10%) translateX(-50%);
transform: translateY(-10%) translateX(-50%);
}
.overview-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.overview-shape-4 {
position: absolute;
bottom: 35%;
right: 20%;
-webkit-transform: translateY(-35%) translateX(-20%);
transform: translateY(-35%) translateX(-20%);
}
.overview-shape-5 {
position: absolute;
bottom: 15%;
right: 22%;
-webkit-transform: translateY(-15%) translateX(-22%);
transform: translateY(-15%) translateX(-22%);
}
/*================================================
About Area CSS
=================================================*/
.about-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.about-area::before {
position: absolute;
content: "";
height: 100%;
width: 50%;
background-color: #F4F8FC;
left: 0;
top: 0;
z-index: -1;
}
.about-area::after {
position: absolute;
content: "";
height: 100%;
width: 50%;
background-color: #ffffff;
right: 0;
top: 0;
z-index: -1;
}
.about-image {
padding-top: 75px;
padding-bottom: 75px;
padding-right: 30px;
}
.about-item {
padding-left: 50px;
}
.about-item .about-content .tag {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
border-radius: 50px;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.about-item .about-content h3 {
font-size: 40px;
margin-top: 25px;
margin-bottom: 20px;
line-height: 1.4;
}
.about-item .about-content p {
margin-bottom: 0;
position: relative;
z-index: 1;
}
.about-item .about-inner-content {
position: relative;
margin-top: 30px;
padding-left: 80px;
}
.about-item .about-inner-content img {
position: absolute;
left: 0;
top: 0;
}
.about-item .about-inner-content h4 {
font-size: 22px;
margin-bottom: 12px;
font-weight: 500;
}
.about-item .about-btn {
margin-top: 30px;
padding-left: 85px;
}
.about-item .about-btn .default-btn {
background-color: #FF414B;
}
.about-item .about-btn .default-btn span {
background-color: #0064FB;
}
.about-shape-1 {
position: absolute;
top: 8%;
left: 10%;
-webkit-transform: translateY(-8%) translateX(-10%);
transform: translateY(-8%) translateX(-10%);
}
.about-shape-2 {
position: absolute;
bottom: 2%;
left: 5%;
-webkit-transform: translateY(-2%) translateX(-5%);
transform: translateY(-2%) translateX(-5%);
}
.about-shape-3 {
position: absolute;
top: 5%;
right: 15%;
-webkit-transform: translateY(-5%) translateX(-15%);
transform: translateY(-5%) translateX(-15%);
}
.about-shape-4 {
position: absolute;
top: 30%;
left: 50%;
-webkit-transform: translateY(-30%) translateX(-50%);
transform: translateY(-30%) translateX(-50%);
}
.about-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.about-shape-5 {
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translateY(-35%) translateX(-50%);
transform: translateY(-35%) translateX(-50%);
}
.about-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.about-shape-6 {
position: absolute;
bottom: 10%;
right: 20%;
-webkit-transform: translateY(-10%) translateX(-20%);
transform: translateY(-10%) translateX(-20%);
}
.about-shape-6 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.about-shape-7 {
position: absolute;
bottom: 5%;
right: 18%;
-webkit-transform: translateY(-5%) translateX(-18%);
transform: translateY(-5%) translateX(-18%);
}
.about-shape-7 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Video Area CSS
=================================================*/
.video-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.video-view-content {
text-align: center;
position: relative;
z-index: 1;
max-width: 1050px;
margin: auto;
}
.video-view-content .video-image {
overflow: hidden;
}
.video-view-content .video-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.video-view-content .video-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 80px;
background-color: #ffffff;
border-radius: 50%;
color: #FF414B;
position: absolute;
z-index: 1;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
margin: auto;
text-align: center;
font-size: 40px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.video-view-content .video-btn i {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.video-view-content .video-btn::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
border: 1px solid #ffffff;
-webkit-animation: ripple 1s linear infinite;
animation: ripple 1s linear infinite;
}
.video-view-content .video-btn:hover {
background-color: #FF414B;
}
.video-view-content .video-btn:hover i {
color: #ffffff;
}
.video-view-content:hover .video-image {
overflow: hidden;
}
.video-view-content:hover .video-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
@-webkit-keyframes ripple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(1.75);
transform: scale(1.75);
opacity: 1;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
@keyframes ripple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(1.75);
transform: scale(1.75);
opacity: 1;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
.video-shape-1 {
position: absolute;
top: 20%;
left: 10%;
-webkit-transform: translateY(-20%) translateX(-10%);
transform: translateY(-20%) translateX(-10%);
}
.video-shape-2 {
position: absolute;
top: 50%;
right: 10%;
-webkit-transform: translateY(-50%) translateX(-10%);
transform: translateY(-50%) translateX(-10%);
}
/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.fun-facts-box {
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
padding-top: 80px;
padding-bottom: 50px;
padding-left: 50px;
padding-right: 50px;
border-radius: 5px;
}
.single-fun-fact {
margin-bottom: 30px;
position: relative;
padding-left: 85px;
}
.single-fun-fact .icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-fun-fact .icon i {
display: inline-block;
height: 70px;
width: 70px;
line-height: 70px;
font-size: 35px;
background-color: #ffffff40;
color: #ffffff;
text-align: center;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 2px;
}
.single-fun-fact h3 {
font-size: 36px;
margin-bottom: 0;
color: #ffffff;
font-weight: 500;
}
.single-fun-fact h3 .sign-icon {
font-size: 36px;
position: relative;
left: -8px;
}
.single-fun-fact p {
color: #ffffff;
margin-top: 5px;
}
.single-fun-fact-box {
margin-bottom: 30px;
position: relative;
padding-left: 85px;
}
.single-fun-fact-box .icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-fun-fact-box .icon i {
display: inline-block;
height: 70px;
width: 70px;
line-height: 70px;
font-size: 35px;
background-color: #E5F0FF;
color: #0064FB;
text-align: center;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 2px;
}
.single-fun-fact-box .icon.bg-FF414B i {
background-color: #FFECED;
color: #FF414B;
}
.single-fun-fact-box .icon.bg-36CC72 i {
background-color: #EBFAF1;
color: #36CC72;
}
.single-fun-fact-box .icon.bg-FFCA40 i {
background-color: #FFFAEC;
color: #FFCA40;
}
.single-fun-fact-box h3 {
font-size: 36px;
margin-bottom: 0;
font-weight: 500;
}
.single-fun-fact-box h3 .sign-icon {
font-size: 36px;
position: relative;
left: -8px;
}
.single-fun-fact-box p {
margin-top: 5px;
}
.single-fun-fact-box:hover .icon i {
background-color: #0064FB;
color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-FF414B i {
background-color: #FF414B;
color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-36CC72 i {
background-color: #36CC72;
color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-FFCA40 i {
background-color: #FFCA40;
color: #ffffff;
}
.fun-facts-shape-1 {
position: absolute;
bottom: 15%;
left: 5%;
-webkit-transform: translateY(-15%) translateX(-5%);
transform: translateY(-15%) translateX(-5%);
}
.fun-facts-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.fun-facts-shape-2 {
position: absolute;
bottom: 5%;
left: 8%;
-webkit-transform: translateY(-5%) translateX(-8%);
transform: translateY(-5%) translateX(-8%);
}
.fun-facts-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.fun-facts-shape-3 {
position: absolute;
bottom: 25%;
right: 5%;
-webkit-transform: translateY(-25%) translateX(-5%);
transform: translateY(-25%) translateX(-5%);
}
.fun-facts-shape-4 {
position: absolute;
bottom: 0;
right: 10%;
-webkit-transform: translateX(-10%);
transform: translateX(-10%);
}
/*================================================
Projects Area CSS
=================================================*/
.projects-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.single-projects .projects-image {
overflow: hidden;
}
.single-projects .projects-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
display: inline-block;
}
.single-projects .projects-content {
margin-top: 25px;
}
.single-projects .projects-content h3 {
font-size: 25px;
margin-bottom: 18px;
}
.single-projects .projects-content h3 a {
color: #2E2F46;
}
.single-projects .projects-content p {
margin-bottom: 18px;
}
.single-projects .projects-content .projects-btn {
color: #494A60;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-projects .projects-content .projects-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-projects:hover .projects-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-projects:hover .projects-content h3 a {
color: #FF414B;
}
.single-projects:hover .projects-content .projects-btn {
letter-spacing: 1px;
color: #FF414B;
}
.single-projects-box {
margin-bottom: 30px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-projects-box .projects-image {
overflow: hidden;
}
.single-projects-box .projects-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
display: inline-block;
}
.single-projects-box .projects-content {
margin-top: 25px;
}
.single-projects-box .projects-content h3 {
font-size: 25px;
margin-bottom: 18px;
}
.single-projects-box .projects-content h3 a {
color: #2E2F46;
}
.single-projects-box .projects-content p {
margin-bottom: 18px;
}
.single-projects-box .projects-content .projects-btn {
color: #494A60;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-projects-box .projects-content .projects-btn i {
position: absolute;
right: -20px;
top: 58%;
-webkit-transform: translateY(-58%);
transform: translateY(-58%);
font-size: 14px;
}
.single-projects-box:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-projects-box:hover .projects-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-projects-box:hover .projects-content h3 a {
color: #0064FB;
}
.single-projects-box:hover .projects-content .projects-btn {
letter-spacing: 1px;
color: #0064FB;
}
.projects-slides.owl-theme {
left: calc((100% - 1380px)/2);
position: relative;
}
.projects-slides .owl-scrollbar {
height: 5px;
background-color: #e1e1e1;
max-width: 515px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
border-radius: 30px !important;
}
.projects-slides .owl-scrollbar .owl-scroll-handle {
height: 5px;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
border-radius: 30px !important;
}
.projects-shape-1 {
position: absolute;
top: 25%;
left: 0;
-webkit-transform: translateY(-25%);
transform: translateY(-25%);
}
.projects-shape-2 {
position: absolute;
top: 20%;
left: 30%;
-webkit-transform: translateY(-20%) translateX(-30%);
transform: translateY(-20%) translateX(-30%);
z-index: -1;
}
.projects-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.projects-shape-3 {
position: absolute;
top: 10%;
right: 15%;
-webkit-transform: translateY(-10%) translateX(-15%);
transform: translateY(-10%) translateX(-15%);
}
.projects-shape-4 {
position: absolute;
bottom: 15%;
right: 15%;
-webkit-transform: translateY(-15%) translateX(-15%);
transform: translateY(-15%) translateX(-15%);
}
.projects-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.projects-shape-5 {
position: absolute;
bottom: 10%;
right: 12%;
-webkit-transform: translateY(-10%) translateX(-12%);
transform: translateY(-10%) translateX(-12%);
}
.projects-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Analysis Area CSS
=================================================*/
.analysis-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.analysis-item {
padding-left: 30px;
}
.analysis-item .analysis-content h3 {
font-size: 40px;
margin-bottom: 20px;
line-height: 1.4;
}
.analysis-item .analysis-content p {
margin-bottom: 0;
position: relative;
z-index: 1;
}
.analysis-item .analysis-inner-content {
position: relative;
margin-top: 30px;
padding-left: 80px;
}
.analysis-item .analysis-inner-content img {
position: absolute;
left: 0;
top: 0;
}
.analysis-shape-1 {
position: absolute;
top: 5%;
left: 10%;
-webkit-transform: translateY(-5%) translateX(-10%);
transform: translateY(-5%) translateX(-10%);
max-width: 80px;
}
.analysis-shape-2 {
position: absolute;
top: 5%;
left: 30%;
-webkit-transform: translateY(-5%) translateX(-30%);
transform: translateY(-5%) translateX(-30%);
max-width: 45px;
}
.analysis-shape-3 {
position: absolute;
bottom: 15%;
left: 34%;
-webkit-transform: translateY(-15%) translateX(-34%);
transform: translateY(-15%) translateX(-34%);
}
.analysis-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.analysis-shape-4 {
position: absolute;
bottom: 10%;
left: 35%;
-webkit-transform: translateY(-10%) translateX(-35%);
transform: translateY(-10%) translateX(-35%);
}
.analysis-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.analysis-shape-5 {
position: absolute;
bottom: 8%;
left: 50%;
-webkit-transform: translateY(-8%) translateX(-50%);
transform: translateY(-8%) translateX(-50%);
}
.analysis-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Technology Area CSS
=================================================*/
.technology-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.technology-content {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
padding: 50px;
max-width: 545px;
margin-left: auto;
border-radius: 5px;
position: absolute;
top: 32%;
-webkit-transform: translateY(-32%);
transform: translateY(-32%);
z-index: 1;
}
.technology-content .tag {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
border-radius: 50px;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.technology-content h3 {
font-size: 30px;
margin-top: 25px;
margin-bottom: 15px;
line-height: 1.5;
}
.technology-content p {
margin-bottom: 20px;
}
.technology-content span {
font-weight: 500;
font-size: 16px;
color: #494A60;
}
.technology-content span b {
color: #36CC72;
font-weight: 500;
}
.technology-image {
overflow: hidden;
position: relative;
}
.technology-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
}
.technology-image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.technology-image .video-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 80px;
background-color: #ffffff;
border-radius: 50%;
color: #FF414B;
position: absolute;
z-index: 1;
bottom: 15%;
left: 25%;
-webkit-transform: translateY(-15%) translateX(-25%);
transform: translateY(-15%) translateX(-25%);
text-align: center;
font-size: 40px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.technology-image .video-btn i {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.technology-image .video-btn::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
border: 1px solid #ffffff;
-webkit-animation: ripple 1s linear infinite;
animation: ripple 1s linear infinite;
}
.technology-image .video-btn:hover {
background-color: #FF414B;
}
.technology-image .video-btn:hover i {
color: #ffffff;
}
.technology-shape-1 {
position: absolute;
top: 5%;
left: 25%;
-webkit-transform: translateY(-5%) translateX(-25%);
transform: translateY(-5%) translateX(-25%);
}
.technology-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.technology-shape-2 {
position: absolute;
top: 5%;
left: 28%;
-webkit-transform: translateY(-5%) translateX(-28%);
transform: translateY(-5%) translateX(-28%);
}
.technology-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.technology-shape-3 {
position: absolute;
top: 22%;
left: 32%;
-webkit-transform: translateY(-22%) translateX(-32%);
transform: translateY(-22%) translateX(-32%);
z-index: 1;
}
.technology-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.technology-shape-4 {
position: absolute;
top: 20%;
left: 35%;
-webkit-transform: translateY(-20%) translateX(-35%);
transform: translateY(-20%) translateX(-35%);
z-index: 1;
}
.technology-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.technology-shape-5 {
position: absolute;
bottom: 26%;
left: 35%;
-webkit-transform: translateY(-26%) translateX(-35%);
transform: translateY(-26%) translateX(-35%);
z-index: 1;
}
.technology-shape-6 {
position: absolute;
bottom: 20%;
left: 30%;
-webkit-transform: translateY(-20%) translateX(-30%);
transform: translateY(-20%) translateX(-30%);
z-index: 1;
}
.technology-shape-7 {
position: absolute;
top: 35%;
right: 1%;
-webkit-transform: translateY(-35%) translateX(-1%);
transform: translateY(-35%) translateX(-1%);
z-index: -1;
}
.technology-shape-8 {
position: absolute;
top: 40%;
right: 2%;
-webkit-transform: translateY(-40%) translateX(-2%);
transform: translateY(-40%) translateX(-2%);
z-index: -1;
}
/*================================================
Team Area CSS
=================================================*/
.single-team-box {
margin-bottom: 30px;
text-align: center;
}
.single-team-box.with-border-radius .image img {
border-radius: 10px;
}
.single-team-box.with-border-radius:hover .image img {
-webkit-transform: unset;
transform: unset;
}
.single-team-box .image {
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
overflow: hidden;
}
.single-team-box .image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-team-box .image .social {
padding-left: 0;
list-style-type: none;
position: absolute;
left: 0;
right: 0;
bottom: 45px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
.single-team-box .image .social li {
display: inline-block;
-webkit-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
visibility: hidden;
margin-left: 2px;
margin-right: 2px;
}
.single-team-box .image .social li a i {
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
background-color: #ffffff;
text-align: center;
position: relative;
font-size: 16px;
color: #0064FB;
border-radius: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-team-box .image .social li a i:hover {
color: #ffffff;
background-color: #0064FB;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-team-box .image .social li:nth-child(1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.single-team-box .image .social li:nth-child(2) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.single-team-box .image .social li:nth-child(3) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.single-team-box .image .social li:nth-child(4) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.single-team-box .content {
margin-top: 25px;
}
.single-team-box .content h3 {
margin-bottom: 0;
font-size: 22px;
font-weight: 500;
}
.single-team-box .content span {
display: block;
color: #79798D;
font-size: 14px;
margin-top: 8px;
}
.single-team-box:hover .image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-team-box:hover .image .social li {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.see-team-member-btn {
text-align: center;
margin-top: 15px;
}
.see-team-member-btn .see-btn {
font-size: 15px;
font-weight: 500;
color: #0064FB;
border-bottom: 1px solid #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.see-team-member-btn .see-btn:hover {
letter-spacing: 1px;
}
/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
background-color: #F4F8FC;
padding-top: 100px;
padding-bottom: 110px;
position: relative;
z-index: 1;
}
.page-banner-content {
text-align: center;
}
.page-banner-content.max-width {
max-width: 855px;
margin: auto;
}
.page-banner-content.max-width h2 {
line-height: 1.5;
}
.page-banner-content h2 {
font-size: 40px;
margin-bottom: 20px;
}
.page-banner-content ul {
padding-left: 0;
margin-bottom: 0;
}
.page-banner-content ul li {
display: inline-block;
list-style-type: none;
font-size: 14px;
font-weight: 500;
color: #79798D;
position: relative;
margin-left: 25px;
}
.page-banner-content ul li::before {
content: '';
position: absolute;
left: -18px;
top: 12px;
height: 1px;
width: 10px;
background: #494A60;
}
.page-banner-content ul li:first-child {
margin-left: 0;
}
.page-banner-content ul li:first-child::before {
display: none;
}
.page-banner-content ul li a {
display: block;
color: #0064FB;
}
.page-banner-shape-1 {
position: absolute;
top: 10%;
left: 10%;
-webkit-transform: translateY(-10%) translateX(-10%);
transform: translateY(-10%) translateX(-10%);
}
.page-banner-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.page-banner-shape-2 {
position: absolute;
top: 20%;
left: 12%;
-webkit-transform: translateY(-20%) translateX(-12%);
transform: translateY(-20%) translateX(-12%);
}
.page-banner-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.page-banner-shape-3 {
position: absolute;
bottom: 5%;
left: 30%;
-webkit-transform: translateY(-5%) translateX(-30%);
transform: translateY(-5%) translateX(-30%);
}
.page-banner-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.page-banner-shape-4 {
position: absolute;
bottom: 5%;
right: 5%;
-webkit-transform: translateY(-5%) translateX(-5%);
transform: translateY(-5%) translateX(-5%);
}
/*================================================
FAQ Area CSS
=================================================*/
.faq-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.faq-accordion {
padding-left: 50px;
}
.faq-accordion .accordion {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
display: block;
margin-bottom: 0;
border: none;
background-color: transparent;
}
.faq-accordion .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item:last-child .accordion-title {
border-bottom: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-item:last-child .accordion-content {
padding-bottom: 0;
border-top: none;
}
.faq-accordion .accordion .accordion-title {
padding: 15px 25px 15px 25px;
color: #2E2F46;
position: relative;
display: block;
font-size: 16px;
font-weight: 500;
border-radius: 2px;
cursor: pointer;
border-top: 1px solid #D0D9E4;
border-left: 1px solid #D0D9E4;
border-right: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-title i {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #2E2F46;
font-size: 20px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.faq-accordion .accordion .accordion-title.active i::before {
content: "\f1ae";
color: #0064FB;
}
.faq-accordion .accordion .accordion-content {
display: none;
position: relative;
padding: 18px 0 18px 0;
color: #494A60;
border-top: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-content p {
font-size: 15px;
}
.faq-accordion .accordion .accordion-content.show {
display: block;
}
.faq-accordion.accordion-box {
max-width: 950px;
margin: auto;
padding-left: 0;
}
.ticket-box {
max-width: 665px;
margin: 100px auto 0;
text-align: center;
}
.ticket-box h3 {
font-size: 25px;
font-weight: 500;
margin-bottom: 35px;
}
.ticket-box .box-one {
background-color: #0064FB;
padding: 30px;
border-radius: 5px;
display: inline-block;
margin-right: 25px;
}
.ticket-box .box-one i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.ticket-box .box-one a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.ticket-box .box-two {
background-color: #36CC72;
padding: 30px;
border-radius: 5px;
display: inline-block;
}
.ticket-box .box-two i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.ticket-box .box-two a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.faq-shape-1 {
position: absolute;
left: 2%;
top: 20%;
-webkit-transform: translateY(-20%) translateX(-2%);
transform: translateY(-20%) translateX(-2%);
z-index: -1;
}
.faq-shape-2 {
position: absolute;
left: 25%;
top: 60%;
-webkit-transform: translateY(-60%) translateX(-25%);
transform: translateY(-60%) translateX(-25%);
z-index: -1;
max-width: 100px;
}
.faq-shape-3 {
position: absolute;
right: 5%;
top: 10%;
-webkit-transform: translateY(-10%) translateX(-5%);
transform: translateY(-10%) translateX(-5%);
z-index: -1;
}
.faq-shape-4 {
position: absolute;
right: 2%;
top: 30%;
-webkit-transform: translateY(-30%) translateX(-2%);
transform: translateY(-30%) translateX(-2%);
z-index: -1;
}
.faq-shape-5 {
position: absolute;
right: 10%;
bottom: 5%;
-webkit-transform: translateY(-30%) translateX(-5%);
transform: translateY(-30%) translateX(-5%);
z-index: -1;
max-width: 175px;
}
/*================================================
ProcessArea CSS
=================================================*/
.process-inner-box {
background-color: #F4F8FC;
padding-top: 80px;
padding-bottom: 65px;
padding-left: 50px;
padding-right: 50px;
position: relative;
z-index: 1;
border-radius: 5px;
}
.single-process {
background-color: #0064FB;
padding: 35px 25px;
max-width: 165px;
margin: 0 auto 30px;
text-align: center;
position: relative;
z-index: 1;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-process::before {
content: '';
position: absolute;
right: -15px;
bottom: -15px;
z-index: -1;
width: 100%;
height: 100%;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #ffffff;
}
.single-process::after {
content: '';
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
width: 100%;
height: 100%;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #0064FB;
}
.single-process i {
font-size: 35px;
color: #ffffff;
}
.single-process p {
font-size: 18px;
color: #ffffff;
margin-top: 5px;
}
.single-process.bg-36CC72::after {
background-color: #36CC72;
}
.single-process.bg-FF414B::after {
background-color: #FF414B;
}
.single-process.bg-FF6D3D::after {
background-color: #FF6D3D;
}
.single-process:hover {
-webkit-animation: bounce 1s;
animation: bounce 1s;
}
.single-process-box {
background-color: #0064FB;
padding: 35px 25px;
margin-bottom: 30px;
text-align: center;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
}
.single-process-box i {
font-size: 45px;
color: #ffffff;
}
.single-process-box p {
font-size: 20px;
color: #ffffff;
margin-top: 5px;
}
.single-process-box.bg-36CC72 {
background-color: #36CC72;
}
.single-process-box.bg-FF414B {
background-color: #FF414B;
}
.single-process-box.bg-FF6D3D {
background-color: #FF6D3D;
}
.single-process-box:hover {
-webkit-animation: bounce 1s;
animation: bounce 1s;
}
.process-bar-shape {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center;
}
/*================================================
Services Details Area CSS
=================================================*/
.services-details-information .services-list {
padding-left: 0;
margin-bottom: 0;
background-color: #F4F8FC;
padding-top: 30px;
padding-bottom: 30px;
}
.services-details-information .services-list li {
list-style-type: none;
}
.services-details-information .services-list li a {
display: inline-block;
padding: 20px 35px;
font-size: 16px;
width: 100%;
font-weight: 500;
}
.services-details-information .services-list li a:hover, .services-details-information .services-list li a.active {
background-color: #ffffff;
color: #0064FB;
}
.services-details-information .services-list li:last-child a {
border-bottom: none;
}
.services-details-information .services-contact-info {
background-color: #F4F8FC;
padding: 40px 35px;
margin-top: 30px;
text-align: center;
}
.services-details-information .services-contact-info h3 {
font-size: 22px;
font-weight: 500;
margin-bottom: 0;
line-height: 1.5;
}
.services-details-information .services-contact-info .info-box-one {
background-color: #0064FB;
padding: 30px;
border-radius: 5px;
margin-top: 25px;
}
.services-details-information .services-contact-info .info-box-one i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.services-details-information .services-contact-info .info-box-one a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.services-details-information .services-contact-info .info-box-two {
background-color: #36CC72;
padding: 30px;
border-radius: 5px;
margin-top: 25px;
}
.services-details-information .services-contact-info .info-box-two i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.services-details-information .services-contact-info .info-box-two a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.services-details-overview-content h3 {
font-size: 30px;
margin-bottom: 20px;
}
.services-details-overview-content p {
font-size: 15px;
}
.services-details-overview-content .overview-list {
padding-left: 45px;
margin-top: 30px;
margin-bottom: 0;
}
.services-details-overview-content .overview-list li {
list-style-type: none;
font-size: 15px;
color: #494A60;
position: relative;
padding-left: 20px;
margin-bottom: 20px;
}
.services-details-overview-content .overview-list li:last-child {
margin-bottom: 0;
}
.services-details-overview-content .overview-list li i {
font-size: 15px;
color: #36CC72;
position: absolute;
left: 0;
top: 2px;
}
.services-details-overview-content .overview-image {
margin-top: 45px;
position: relative;
overflow: hidden;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.services-details-overview-content .overview-image img {
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.services-details-overview-content .overview-image .shape-1 {
position: absolute;
top: 10%;
left: 15%;
-webkit-transform: translateY(-10%) translateX(-15%);
transform: translateY(-10%) translateX(-15%);
}
.services-details-overview-content .overview-image .shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.services-details-overview-content .overview-image .shape-2 {
position: absolute;
top: 20%;
left: 10%;
-webkit-transform: translateY(-20%) translateX(-10%);
transform: translateY(-20%) translateX(-10%);
}
.services-details-overview-content .overview-image .shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.services-details-overview-content .overview-image .shape-3 {
position: absolute;
bottom: 10%;
right: 5%;
-webkit-transform: translateY(-10%) translateX(-5%);
transform: translateY(-10%) translateX(-5%);
}
.services-details-overview-content .overview-image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*================================================
Pagination CSS
=================================================*/
.pagination-area {
margin-top: 20px;
text-align: center;
}
.pagination-area .page-numbers {
width: 40px;
height: 40px;
background-color: #EAF0FF;
border: 1px solid #EAF0FF;
color: #79798D;
text-align: center;
display: inline-block;
border-radius: 5px;
line-height: 40px;
position: relative;
margin-left: 2px;
margin-right: 2px;
font-size: 16px;
font-weight: 500;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
color: #0064FB;
background-color: #ffffff;
border: 1px solid #0064FB;
}
.pagination-area .page-numbers i {
position: relative;
top: 1.5px;
}
/*================================================
Case Study Details Area CSS
=================================================*/
.case-details-image {
text-align: center;
margin-bottom: 40px;
}
.case-details-content {
margin-right: 50px;
}
.case-details-content h3 {
font-size: 28px;
margin-bottom: 20px;
}
.case-details-content p {
font-size: 15px;
}
.case-details-content-two {
margin-top: 35px;
margin-right: 50px;
}
.case-details-content-two h3 {
font-size: 28px;
margin-bottom: 20px;
}
.case-details-content-two p {
font-size: 15px;
}
.case-details-overview-image {
margin-top: 35px;
}
.case-details-information .information-list {
padding-left: 0;
margin-bottom: 0;
}
.case-details-information .information-list li {
list-style-type: none;
font-size: 15px;
font-weight: 400;
color: #79798D;
margin-bottom: 30px;
}
.case-details-information .information-list li:last-child {
margin-bottom: 0;
}
.case-details-information .information-list li span {
font-size: 16px;
font-weight: 500;
color: #494A60;
margin-right: 15px;
}
.case-details-information .information-list li a {
color: #79798D;
}
.case-details-information .information-list li a:hover {
color: #0064FB;
letter-spacing: 1px;
}
.case-details-information .information-list li a i {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
background-color: #eeeeee;
color: #0064FB;
border-radius: 50px;
text-align: center;
font-size: 18px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.case-details-information .information-list li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.case-details-information .case-contact-info {
background-color: #F4F8FC;
padding: 40px 35px;
margin-top: 30px;
text-align: center;
}
.case-details-information .case-contact-info h3 {
font-size: 22px;
font-weight: 400;
margin-bottom: 0;
line-height: 1.5;
}
.case-details-information .case-contact-info .info-box-one {
background-color: #0064FB;
padding: 30px;
border-radius: 5px;
margin-top: 25px;
}
.case-details-information .case-contact-info .info-box-one i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.case-details-information .case-contact-info .info-box-one a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.case-details-information .case-contact-info .info-box-two {
background-color: #36CC72;
padding: 30px;
border-radius: 5px;
margin-top: 25px;
}
.case-details-information .case-contact-info .info-box-two i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.case-details-information .case-contact-info .info-box-two a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
margin-bottom: 30px;
}
.widget-area .widget:last-child {
margin-bottom: 0;
}
.widget-area .widget .widget-title {
margin-bottom: 25px;
position: relative;
padding-bottom: 15px;
font-size: 20px;
}
.widget-area .widget .widget-title::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
bottom: -1px;
background-color: #0064FB;
}
.widget-area .widget_search form {
position: relative;
}
.widget-area .widget_search form .search-field {
height: 60px;
color: #2E2F46;
border: 1px solid #E6EDF6;
display: block;
width: 100%;
border-radius: 5px;
padding: 0 0 0 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 400;
outline: 0;
}
.widget-area .widget_search form .search-field::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget-area .widget_search form .search-field:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget-area .widget_search form .search-field::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget-area .widget_search form .search-field::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
color: transparent;
}
.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
color: transparent;
}
.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
color: transparent;
}
.widget-area .widget_search form button {
border: none;
background-color: #0064FB;
color: #ffffff;
height: 60px;
width: 60px;
position: absolute;
right: 0;
padding: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
top: 0;
font-size: 20px;
}
.widget-area .widget_search form button i {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
background-color: #FF414B;
color: #ffffff;
}
.widget-area .widget_categories {
border: 1px solid #E6EDF6;
padding: 35px 30px;
border-radius: 5px;
}
.widget-area .widget_categories ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_categories ul li {
margin-bottom: 18px;
overflow: hidden;
color: #79798D;
font-size: 500;
font-size: 15px;
}
.widget-area .widget_categories ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_categories ul li a {
color: #79798D;
display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
color: #0064FB;
}
.widget-area .widget_plod_posts_thumb {
position: relative;
overflow: hidden;
border: 1px solid #E6EDF6;
padding: 35px 30px;
border-radius: 5px;
}
.widget-area .widget_plod_posts_thumb .item {
overflow: hidden;
margin-bottom: 15px;
}
.widget-area .widget_plod_posts_thumb .item:last-child {
margin-bottom: 0;
}
.widget-area .widget_plod_posts_thumb .item .thumb {
float: left;
height: 80px;
overflow: hidden;
display: block;
position: relative;
width: 80px;
margin-right: 15px;
z-index: 1;
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage {
width: 80px;
height: 80px;
display: inline-block;
border-radius: 5px;
background-size: cover !important;
background-repeat: no-repeat;
background-position: center center !important;
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg1 {
background-image: url(../../assets/images/blog/blog-4.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg2 {
background-image: url(../../assets/images/blog/blog-5.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg3 {
background-image: url(../../assets/images/blog/blog-6.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg4 {
background-image: url(../../assets/images/blog/blog-7.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb::before, .widget-area .widget_plod_posts_thumb .item .thumb::after {
-webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
content: '';
background-color: #ffffff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-area .widget_plod_posts_thumb .item .thumb::before {
width: 40px;
height: 1px;
left: 100%;
}
.widget-area .widget_plod_posts_thumb .item .thumb::after {
height: 40px;
width: 1px;
top: 0;
}
.widget-area .widget_plod_posts_thumb .item .info {
overflow: hidden;
}
.widget-area .widget_plod_posts_thumb .item .info span {
display: block;
color: #79798D;
margin-top: 8px;
font-size: 14px;
font-weight: 400;
position: relative;
padding-left: 20px;
}
.widget-area .widget_plod_posts_thumb .item .info span i {
color: #36CC72;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}
.widget-area .widget_plod_posts_thumb .item .info .title {
margin-bottom: 0;
line-height: 1.5;
font-size: 16px;
font-weight: 500;
}
.widget-area .widget_plod_posts_thumb .item .info .title a {
display: inline-block;
}
.widget-area .widget_plod_posts_thumb .item:hover .thumb::before, .widget-area .widget_plod_posts_thumb .item:hover .thumb::after {
opacity: 1;
top: 50%;
left: 50%;
}
.widget-area .widget_tag_cloud {
border: 1px solid #E6EDF6;
padding: 35px 30px;
border-radius: 5px;
}
.widget-area .widget_tag_cloud .widget-title {
margin-bottom: 18px;
}
.widget-area .tagcloud a {
display: inline-block;
background: #f9f9f9;
color: #79798D;
padding: 8px 15px;
border: none;
border-radius: 3px;
font-size: 15px;
font-weight: 400;
margin-top: 8px;
margin-right: 5px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
color: #ffffff;
background-color: #0064FB;
}
.widget-area .widget_recent_courses {
position: relative;
overflow: hidden;
border: 1px solid #E6EDF6;
padding: 35px 30px;
border-radius: 5px;
}
.widget-area .widget_recent_courses .item {
overflow: hidden;
margin-bottom: 20px;
border-bottom: 1px solid #eeeeee;
padding-bottom: 20px;
}
.widget-area .widget_recent_courses .item:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.widget-area .widget_recent_courses .item .thumb {
float: left;
height: 80px;
overflow: hidden;
display: block;
position: relative;
width: 80px;
margin-right: 15px;
z-index: 1;
}
.widget-area .widget_recent_courses .item .thumb .fullimage {
width: 80px;
height: 80px;
display: inline-block;
border-radius: 3px;
background-size: cover !important;
background-repeat: no-repeat;
background-position: center center !important;
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
background-image: url(../../assets/images/courses/courses-1.jpg);
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
background-image: url(../../assets/images/courses/courses-2.jpg);
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
background-image: url(../../assets/images/courses/courses-3.jpg);
}
.widget-area .widget_recent_courses .item .thumb::before, .widget-area .widget_recent_courses .item .thumb::after {
-webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
content: '';
background-color: #ffffff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-area .widget_recent_courses .item .thumb::before {
width: 40px;
height: 1px;
left: 100%;
}
.widget-area .widget_recent_courses .item .thumb::after {
height: 40px;
width: 1px;
top: 0;
}
.widget-area .widget_recent_courses .item .info {
overflow: hidden;
margin-top: 5px;
}
.widget-area .widget_recent_courses .item .info span {
display: block;
color: #0064FB;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: -5px;
font-size: 18px;
font-weight: 500;
font-style: italic;
}
.widget-area .widget_recent_courses .item .info .title {
margin-bottom: 0;
line-height: 1.5;
font-size: 16px;
font-weight: 600;
}
.widget-area .widget_recent_courses .item .info .title a {
display: inline-block;
}
.widget-area .widget_recent_courses .item:hover .thumb::before, .widget-area .widget_recent_courses .item:hover .thumb::after {
opacity: 1;
top: 50%;
left: 50%;
}
.widget-area .widget_insight ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_insight ul li {
margin-bottom: -1px;
}
.widget-area .widget_insight ul li a {
position: relative;
display: block;
padding: 15px 25px 15px 40px;
color: #494A60;
border: 1px solid #eeeeee;
font-size: 15px;
font-weight: 500;
}
.widget-area .widget_insight ul li a::before {
width: 5px;
height: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #0064FB;
content: '';
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
}
.widget-area .widget_insight ul li a:hover, .widget-area .widget_insight ul li a.active {
border-color: #0064FB;
background-color: #0064FB;
color: #ffffff;
}
.widget-area .widget_insight ul li a:hover::before, .widget-area .widget_insight ul li a.active::before {
background-color: #ffffff;
}
.widget-area .widget_insight ul li.active a {
border-color: #0064FB;
background-color: #0064FB;
color: #ffffff;
}
.widget-area .widget_insight ul li.active a::before {
background-color: #ffffff;
}
/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-content {
margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
padding-left: 0;
margin-bottom: 20px;
}
.blog-details-desc .article-content .entry-meta li {
list-style-type: none;
display: inline-block;
color: #79798D;
font-size: 14px;
font-weight: 400;
margin-right: 20px;
position: relative;
padding-left: 20px;
}
.blog-details-desc .article-content .entry-meta li:last-child {
margin-right: 0;
}
.blog-details-desc .article-content .entry-meta li a {
color: #79798D;
}
.blog-details-desc .article-content .entry-meta li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #36CC72;
font-size: 14px;
}
.blog-details-desc .article-content p {
font-size: 15px;
}
.blog-details-desc .article-content h3 {
font-size: 28px;
font-weight: 500;
margin-top: 30px;
margin-bottom: 25px;
}
.blog-details-desc .article-content .features-list {
padding-left: 15px;
margin-top: 25px;
margin-bottom: 0;
}
.blog-details-desc .article-content .features-list li {
list-style-type: none;
font-size: 15px;
color: #494A60;
position: relative;
padding-left: 20px;
margin-bottom: 20px;
}
.blog-details-desc .article-content .features-list li:last-child {
margin-bottom: 0;
}
.blog-details-desc .article-content .features-list li i {
font-size: 15px;
color: #36CC72;
position: absolute;
left: 0;
top: 2px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
padding-left: 0;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
margin-bottom: 30px;
margin-top: 35px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
max-width: 33.3333%;
padding-right: 10px;
padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
margin-bottom: 0;
}
.blog-details-desc .article-author {
background-color: #F4F8FC;
padding: 50px 50px 50px 180px;
border-radius: 5px;
margin-top: 30px;
position: relative;
}
.blog-details-desc .article-author img {
position: absolute;
left: 55px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
}
.blog-details-desc .article-author p {
font-size: 16px;
margin-bottom: 20px;
}
.blog-details-desc .article-author span {
color: #2E2F46;
font-size: 18px;
font-weight: 500;
}
.blog-details-desc .article-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
color: #FF414B;
}
.blog-details-desc .article-footer .article-tags a {
display: inline-block;
background-color: #EAF0FF;
color: #0064FB;
padding: 5px 15px;
margin-right: 5px;
font-size: 14px;
border-radius: 5px;
}
.blog-details-desc .article-footer .article-tags a:last-child {
margin-right: 0;
}
.blog-details-desc .article-footer .article-tags a:hover {
background-color: #0064FB;
color: #ffffff;
}
.blog-details-desc .article-footer .article-share {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
padding-left: 0;
list-style-type: none;
text-align: right;
margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
display: inline-block;
font-size: 15px;
font-weight: 500;
position: relative;
top: -1px;
}
.blog-details-desc .article-footer .article-share .social li a i {
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
background-color: #EAF0FF;
color: #0064FB;
border-radius: 50px;
text-align: center;
font-size: 16px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-footer .article-share .social li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.blog-details-desc .article-tag {
margin-top: 45px;
}
.blog-details-desc .article-tag h4 {
margin-bottom: 35px;
position: relative;
padding-bottom: 15px;
font-size: 20px;
}
.blog-details-desc .article-tag h4::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
bottom: -1px;
background-color: #0064FB;
}
.blog-details-desc .article-comments {
margin-top: 30px;
}
.blog-details-desc .article-comments h4 {
margin-bottom: 35px;
position: relative;
padding-bottom: 15px;
font-size: 20px;
}
.blog-details-desc .article-comments h4::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
bottom: -1px;
background-color: #0064FB;
}
.blog-details-desc .article-comments .comments-list {
position: relative;
padding-left: 110px;
margin-bottom: 45px;
}
.blog-details-desc .article-comments .comments-list:last-child {
margin-bottom: 0;
}
.blog-details-desc .article-comments .comments-list img {
position: absolute;
left: 0;
top: 0;
}
.blog-details-desc .article-comments .comments-list h5 {
font-size: 20px;
margin-bottom: 10px;
}
.blog-details-desc .article-comments .comments-list span {
display: inline-block;
margin-bottom: 10px;
font-size: 14px;
color: #494A60;
}
.blog-details-desc .article-comments .comments-list p {
font-size: 15px;
}
.blog-details-desc .article-comments .comments-list .reply-btn {
font-size: 20px;
color: #2E2F46;
position: absolute;
right: 0;
top: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-comments .comments-list .reply-btn:hover {
color: #0064FB;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.blog-details-desc .article-leave-comment {
margin-top: 45px;
}
.blog-details-desc .article-leave-comment h4 {
margin-bottom: 35px;
position: relative;
padding-bottom: 15px;
font-size: 20px;
}
.blog-details-desc .article-leave-comment h4::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
bottom: -1px;
background-color: #0064FB;
}
.blog-details-desc .article-leave-comment form .form-group .form-control {
height: 60px;
color: #79798D;
border: 1px solid #F4F8FC;
background-color: #F4F8FC;
display: block;
width: 100%;
border-radius: 5px;
padding: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 400;
outline: 0;
}
.blog-details-desc .article-leave-comment form .form-group .form-control::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
border: 1px solid #0064FB;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus::placeholder {
color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group textarea.form-control {
min-height: 135px;
}
.blog-details-desc .article-leave-comment form .default-btn {
margin-top: 20px;
-webkit-transform: unset;
transform: unset;
}
/*================================================
Contact Area CSS
=================================================*/
.contact-form {
text-align: center;
max-width: 1050px;
margin: auto;
}
.contact-form h3 {
font-size: 28px;
margin-bottom: 45px;
}
.contact-form .form-group {
margin-bottom: 20px;
}
.contact-form .form-group .form-control {
display: block;
width: 100%;
height: 60px;
outline: 0;
background-color: #F4F8FC;
border: 1px solid #E6EDF6;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.contact-form .form-group .form-control::-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.contact-form .form-group .form-control::placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.contact-form .form-group .form-control:focus {
outline: 0;
background-color: #ffffff;
border-color: #FF414B;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.contact-form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.contact-form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.contact-form .form-group .form-control:focus::placeholder {
color: transparent;
}
.contact-form .form-group textarea.form-control {
height: auto;
padding: 15px;
line-height: 1.5rem;
}
.contact-form .form-group .help-block.with-errors ul {
color: red;
margin-bottom: 0;
margin-top: 10px;
text-align: left;
}
.contact-form .form-group .help-block.with-errors ul li {
font-size: 14px;
}
.contact-form #msgSubmit {
margin: 0;
font-size: 1.3rem;
}
.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
margin-top: 25px;
font-size: 18px;
font-weight: 500;
}
.contact-form .default-btn {
margin-top: 10px;
}
/*================================================
Contact Info Area CSS
=================================================*/
.contact-address {
background: #F4F8FC;
border: 1px solid #E6EDF6;
padding: 45px 35px;
border-radius: 5px;
}
.contact-address h3 {
font-size: 22px;
margin-bottom: 15px;
}
.contact-address p {
font-size: 15px;
}
.contact-address .address-info {
padding-left: 0;
margin-top: 30px;
margin-bottom: 0;
}
.contact-address .address-info li {
list-style-type: none;
margin-bottom: 30px;
font-size: 15px;
font-weight: 500;
color: #4B4B61;
position: relative;
padding-left: 40px;
}
.contact-address .address-info li a {
font-size: 15px;
font-weight: 500;
color: #4B4B61;
}
.contact-address .address-info li a:hover {
color: #0064FB;
}
.contact-address .address-info li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #0064FB;
font-size: 30px;
}
.contact-address .address-info li .ri-global-line {
color: #FF414B;
}
.contact-address .address-info li .ri-map-pin-line {
color: #36CC72;
}
.contact-address .address-info li:last-child {
margin-bottom: 0;
}
.contact-address .address-social {
padding-left: 0;
margin-bottom: 0;
margin-top: 35px;
text-align: center;
}
.contact-address .address-social li {
display: inline-block;
list-style-type: none;
margin-bottom: 0;
margin-right: 10px;
}
.contact-address .address-social li:last-child {
margin-right: 0;
}
.contact-address .address-social li i {
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
background-color: #ffffff;
color: #0064FB;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
border-radius: 50px;
text-align: center;
font-size: 16px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.contact-address .address-social li i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
#map iframe {
width: 100%;
height: 440px;
border: 1px solid #E6EDF6;
border-radius: 5px;
}
/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
position: relative;
margin-bottom: 30px;
z-index: 1;
border-radius: 5px;
overflow: hidden;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.single-gallery-item a {
display: block;
border-radius: 5px;
}
.single-gallery-item a img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-gallery-item:hover a img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
padding: 35px;
border-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
max-width: 650px;
margin: auto;
}
.login-form h2 {
font-size: 30px;
margin-bottom: 30px;
}
.login-form form .form-group {
margin-bottom: 25px;
}
.login-form form .form-group label {
display: block;
margin-bottom: 5px;
color: #494A60;
font-weight: 500;
font-size: 16px;
}
.login-form form .form-group .form-control {
height: 60px;
padding: 20px;
line-height: initial;
color: #2E2F46;
background-color: transparent;
border: 1px solid #eeeeee;
border-radius: 5px;
-webkit-box-shadow: unset;
box-shadow: unset;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 500;
}
.login-form form .form-group .form-control:focus {
border: 1px solid #0064FB;
background-color: transparent;
}
.login-form form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.login-form form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.login-form form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.login-form form .form-group .form-control:focus::placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.login-form form .lost-your-password {
text-align: right;
}
.login-form form .lost-your-password a {
display: inline-block;
position: relative;
font-weight: 500;
font-size: 15px;
color: #494A60;
}
.login-form form .lost-your-password a::before {
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
content: '';
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #eeeeee;
}
.login-form form .lost-your-password a::after {
width: 0;
height: 1px;
position: absolute;
left: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
bottom: 0;
content: '';
background-color: #0064FB;
}
.login-form form .lost-your-password a:hover::before {
width: 0;
}
.login-form form .lost-your-password a:hover::after {
width: 100%;
}
.login-form form .default-btn {
margin-top: 25px;
padding: 15px 35px;
width: 100%;
}
.register-form {
padding: 35px;
border-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
max-width: 650px;
margin: auto;
}
.register-form h2 {
font-size: 30px;
margin-bottom: 30px;
}
.register-form form .form-group {
margin-bottom: 25px;
}
.register-form form .form-group label {
display: block;
margin-bottom: 5px;
color: #494A60;
font-weight: 500;
font-size: 16px;
}
.register-form form .form-group .form-control {
height: 60px;
padding: 20px;
line-height: initial;
color: #2E2F46;
background-color: transparent;
border: 1px solid #eeeeee;
border-radius: 5px;
-webkit-box-shadow: unset;
box-shadow: unset;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 500;
}
.register-form form .form-group .form-control:focus {
border: 1px solid #0064FB;
background-color: transparent;
}
.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.register-form form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.register-form form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.register-form form .form-group .form-control:focus::placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.register-form form .description {
font-style: italic;
font-size: 14px;
margin-top: -5px;
margin-bottom: 15px;
}
.register-form form .default-btn {
margin-top: 10px;
padding: 15px 35px;
width: 100%;
}
/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table .table {
margin-bottom: 0;
}
.membership-levels-table .table thead th {
vertical-align: middle;
background-color: #0064FB;
white-space: nowrap;
padding: 20px;
text-align: center;
color: #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: none;
}
.membership-levels-table .table thead th .desc-1 {
color: #ffffff;
margin-bottom: 0;
font-size: 35px;
font-weight: 500;
font-family: "Inter", sans-serif;
display: block;
}
.membership-levels-table .table thead th .desc-2 {
color: #ffffff;
margin-top: 15px;
margin-bottom: 10px;
font-size: 16px;
font-weight: 400;
font-family: "Inter", sans-serif;
display: block;
}
.membership-levels-table .table thead th .desc-3 {
color: #ffffff;
font-size: 16px;
font-weight: 400;
font-family: "Inter", sans-serif;
display: block;
}
.membership-levels-table .table thead th:first-child {
border-left: none;
}
.membership-levels-table .table thead th:last-child {
border-right: none;
}
.membership-levels-table .table tbody tr td {
padding: 20px 25px;
white-space: nowrap;
vertical-align: middle;
border: none;
text-align: center;
font-size: 16px;
font-weight: 600;
}
.membership-levels-table .table tbody tr td:first-child {
text-align: left;
}
.membership-levels-table .table tbody tr td.item-check i {
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 100%;
background-color: #0eb582;
color: #ffffff;
display: block;
margin: 0 auto;
}
.membership-levels-table .table tbody tr td.item-none i {
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 100%;
background-color: #d85554;
color: #ffffff;
display: block;
margin: 0 auto;
}
.membership-levels-table .table tbody tr td .select-btn {
display: inline-block;
color: #2E2F46;
background-color: #efefef;
padding: 15px 35px;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
font-weight: bold;
}
.membership-levels-table .table tbody tr td .select-btn:hover {
color: #ffffff;
background-color: #0064FB;
}
/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content img {
border-radius: 5px;
margin-bottom: 30px;
}
.purchase-guide-content h3 {
margin-top: 25px;
margin-bottom: 15px;
font-size: 25px;
}
.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
margin-top: 25px;
margin-bottom: 30px;
background-color: #e6f2f5;
text-align: left !important;
padding: 25px !important;
border-radius: 5px;
}
.purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
margin-bottom: 0;
line-height: 1.8;
font-size: 15px !important;
font-weight: 500;
}
.purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
display: none;
}
.purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
display: none;
}
.purchase-guide-content ol, .purchase-guide-content ul {
margin-top: 20px;
}
.purchase-guide-content ol li, .purchase-guide-content ul li {
margin-bottom: 10px;
color: #494A60;
line-height: 1.8;
font-weight: 500;
font-size: 15px;
}
/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content img {
border-radius: 5px;
margin-bottom: 30px;
}
.terms-of-service-content h3 {
margin-top: 25px;
margin-bottom: 15px;
font-size: 25px;
}
.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
margin-top: 25px;
margin-bottom: 30px;
background-color: #e6f2f5;
text-align: left !important;
padding: 25px !important;
border-radius: 5px;
}
.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
margin-bottom: 0;
line-height: 1.8;
font-size: 15px !important;
font-weight: 500;
}
.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
display: none;
}
.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
display: none;
}
.terms-of-service-content ol, .terms-of-service-content ul {
margin-top: 20px;
}
.terms-of-service-content ol li, .terms-of-service-content ul li {
margin-bottom: 10px;
color: #494A60;
line-height: 1.8;
font-weight: 500;
font-size: 15px;
}
/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content img {
border-radius: 5px;
margin-bottom: 30px;
}
.privacy-policy-content h3 {
margin-top: 25px;
margin-bottom: 15px;
font-size: 25px;
}
.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
margin-top: 25px;
margin-bottom: 30px;
background-color: #e6f2f5;
text-align: left !important;
padding: 25px !important;
border-radius: 5px;
}
.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
margin-bottom: 0;
line-height: 1.8;
font-size: 15px !important;
font-weight: 500;
}
.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
display: none;
}
.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
display: none;
}
.privacy-policy-content ol, .privacy-policy-content ul {
margin-top: 20px;
}
.privacy-policy-content ol li, .privacy-policy-content ul li {
margin-bottom: 10px;
color: #494A60;
line-height: 1.8;
font-weight: 500;
font-size: 15px;
}
/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
height: 100vh;
background-image: url(../../assets/images/coming-soon-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.coming-soon-content {
max-width: 750px;
background: #ffffff;
border-radius: 10px;
overflow: hidden;
text-align: center;
padding: 45px 30px;
-webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
margin: auto;
}
.coming-soon-content h1 {
font-size: 45px;
margin-bottom: 30px;
}
.coming-soon-content h1 a {
color: #2E2F46;
}
.coming-soon-content h1 a:hover {
color: #0064FB;
}
.coming-soon-content h2 {
font-size: 30px;
margin-bottom: 0;
}
.coming-soon-content #timer {
margin-top: 45px;
}
.coming-soon-content #timer div {
background-color: #0064FB;
color: #ffffff;
width: 130px;
height: 130px;
border-radius: 50%;
font-size: 40px;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.coming-soon-content #timer div span {
display: block;
margin-top: -2px;
font-size: 15px;
font-weight: 500;
}
.coming-soon-content .newsletter-form {
margin-top: 45px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
padding: 30px;
}
.coming-soon-content .newsletter-form .form-group {
margin-bottom: 15px;
width: 100%;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter {
border: none;
border: 1px solid #F4F8FC;
background-color: #F4F8FC;
padding: 20px;
color: #2E2F46;
height: 60px;
display: block;
width: 100%;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 16px;
font-weight: 500;
border-radius: 15px;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
background-color: transparent;
border: 1px solid #0064FB;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
color: transparent;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
color: transparent;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
color: transparent;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
color: transparent;
}
.coming-soon-content .newsletter-form .default-btn {
width: 100%;
border-radius: 15px;
border: none;
position: relative;
top: 0;
left: 0;
padding: 20px;
}
.coming-soon-content .newsletter-form .validation-danger {
margin-top: 15px;
color: red;
}
/*================================================
404 Error Area CSS
=================================================*/
.error-content {
text-align: center;
margin: 0 auto;
max-width: 750px;
}
.error-content h3 {
font-size: 28px;
margin-top: 45px;
margin-bottom: 20px;
}
.error-content p {
max-width: 520px;
margin: 0 auto 25px;
font-size: 15px;
}
/*================================================
Events Area CSS
=================================================*/
.plod-grid-sorting {
margin-bottom: 30px;
}
.plod-grid-sorting .result-count p .count {
font-weight: 600;
color: #2E2F46;
}
.plod-grid-sorting .ordering {
text-align: right;
}
.plod-grid-sorting .ordering label {
display: inline-block;
margin-bottom: 0;
color: #494A60;
margin-right: 5px;
font-weight: 500;
font-size: 15px;
}
.plod-grid-sorting .ordering .nice-select {
display: inline-block;
width: 215px;
background: #f8f8f8;
border-color: #eeeeee;
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
padding: 0 0 0 12px;
height: 50px;
line-height: 50px;
font-weight: bold;
border-radius: 5px;
}
.plod-grid-sorting .ordering .nice-select .list {
background-color: #ffffff;
border-radius: 0;
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
list-style-type: none;
border: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.plod-grid-sorting .ordering .nice-select .list .option {
line-height: 38px;
min-height: 38px;
color: #2E2F46;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
padding-left: 15px;
padding-right: 25px;
font-weight: 600;
}
.plod-grid-sorting .ordering .nice-select .list .option.selected.focus {
color: #0064FB;
background-color: #ffffff;
}
.plod-grid-sorting .ordering .nice-select .list .option:hover {
background-color: #0064FB;
color: #ffffff;
}
.plod-grid-sorting .ordering .nice-select:after {
border-color: #2E2F46;
height: 8px;
width: 8px;
margin-top: -5px;
}
.plod-grid-sorting .ordering .nice-select:hover {
border-color: #0064FB;
background-color: transparent;
}
.single-events-box {
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #ffffff;
margin-bottom: 30px;
}
.single-events-box .image {
position: relative;
overflow: hidden;
}
.single-events-box .image .date {
position: absolute;
right: 10px;
bottom: 10px;
display: inline-block;
background-color: #ffffff;
color: #494A60;
padding: 8px 20px;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
}
.single-events-box .image img {
border-radius: 5px 5px 0 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-events-box .content {
padding: 25px 20px;
position: relative;
background-color: #f3f3f3;
border-radius: 0 0 5px 5px;
}
.single-events-box .content h3 {
margin-bottom: 0;
line-height: 1.5;
font-size: 25px;
}
.single-events-box .content h3 a {
display: inline-block;
}
.single-events-box .content .location {
display: block;
color: #494A60;
margin-top: 20px;
position: relative;
padding-left: 22px;
font-size: 14px;
font-weight: 500;
}
.single-events-box .content .location i {
color: #0064FB;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
}
.single-events-box:hover .image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*================================================
Events Details Area CSS
=================================================*/
.events-details-image {
position: relative;
margin-bottom: 50px;
}
.events-details-image img {
border-radius: 5px;
}
.events-details-image #timer {
position: absolute;
z-index: 2;
right: 0;
left: 0;
bottom: 50px;
}
.events-details-image #timer div {
background-color: #0064FB;
color: #ffffff;
width: 180px;
height: 150px;
z-index: 1;
border-radius: 10px;
font-size: 60px;
font-weight: 800;
margin-left: 8px;
margin-right: 8px;
font-weight: 500;
}
.events-details-image #timer div span {
display: block;
margin-top: -6px;
font-size: 16px;
font-weight: 500;
}
.events-details-header {
margin-bottom: 30px;
}
.events-details-header ul {
margin-bottom: 0;
list-style-type: none;
background-color: #f8f9f8;
padding: 30px;
border-radius: 5px;
}
.events-details-header ul li {
display: inline-block;
margin-right: 20px;
color: #494A60;
position: relative;
padding-left: 25px;
font-size: 14px;
font-weight: 500;
}
.events-details-header ul li i {
color: #0064FB;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
}
.events-details-header ul li:last-child {
margin-right: 0;
}
.events-details-location {
margin-bottom: 30px;
}
.events-details-location iframe {
height: 450px;
width: 100%;
border: none;
}
.events-details-desc h3 {
margin-bottom: 20px;
font-size: 25px;
}
.events-details-desc h3:not(:first-child) {
margin-top: 30px;
}
.events-details-info {
background-color: #f8f9f8;
border-radius: 5px;
padding: 35px 30px;
}
.events-details-info .info {
margin-bottom: 0;
list-style-type: none;
padding-left: 0;
}
.events-details-info .info li {
border-bottom: 1px solid #e5e5e7;
color: #494A60;
font-size: 16px;
font-weight: 600;
padding-top: 15px;
padding-bottom: 15px;
}
.events-details-info .info li span {
font-weight: bold;
color: #2E2F46;
position: relative;
}
.events-details-info .info li.price {
padding-bottom: 10px;
color: #0064FB;
font-size: 28px;
font-weight: bold;
}
.events-details-info .info li.price span {
color: #2E2F46;
font-size: 16px;
font-weight: bold;
}
.events-details-info .info li:first-child {
padding-top: 0;
}
.events-details-info .events-btn-box {
text-align: center;
margin-top: 30px;
}
.events-details-info .events-btn-box p {
margin-top: 20px;
font-weight: 600;
}
.events-details-info .events-btn-box p a {
color: #0064FB;
}
.events-details-info .events-btn-box p a:hover {
text-decoration: underline;
}
.events-details-info .events-share {
text-align: center;
margin-top: 30px;
}
.events-details-info .events-share .share-info {
display: inline-block;
position: relative;
cursor: pointer;
}
.events-details-info .events-share .share-info span {
display: inline-block;
color: #0064FB;
line-height: 1;
font-size: 16px;
font-weight: bold;
}
.events-details-info .events-share .share-info .social-link {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 12px;
}
.events-details-info .events-share .share-info .social-link li {
display: inline-block;
margin-right: 5px;
}
.events-details-info .events-share .share-info .social-link li:last-child {
margin-right: 0;
}
.events-details-info .events-share .share-info .social-link li a i {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background-color: #e1e1e1;
font-size: 20px;
color: #2E2F46;
position: relative;
border-radius: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.events-details-info .events-share .share-info .social-link li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*================================================
Courses Area CSS
=================================================*/
.single-courses-box {
margin-bottom: 30px;
position: relative;
border-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-courses-box .courses-image {
border-radius: 5px 5px 0 0;
position: relative;
z-index: 1;
}
.single-courses-box .courses-image img {
border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .price {
display: inline-block;
background-color: #0064FB;
color: #ffffff;
width: 65px;
height: 65px;
border-radius: 50%;
position: absolute;
right: 20px;
bottom: -32.5px;
text-align: center;
line-height: 65px;
font-size: 25px;
font-weight: 500;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-courses-box .courses-content {
border-radius: 0 0 5px 5px;
padding: 30px;
}
.single-courses-box .courses-content .course-author {
margin-bottom: 20px;
}
.single-courses-box .courses-content .course-author img {
width: 45px;
height: 45px;
margin-right: 10px;
}
.single-courses-box .courses-content .course-author span {
color: #494A60;
font-size: 16px;
font-weight: 500;
}
.single-courses-box .courses-content h3 {
margin-bottom: 15px;
line-height: 1.5;
font-size: 22px;
}
.single-courses-box .courses-content h3 a {
display: inline-block;
}
.single-courses-box .courses-content .courses-box-footer {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
margin-left: -7px;
margin-right: -7px;
margin-top: 25px;
}
.single-courses-box .courses-content .courses-box-footer li {
color: #494A60;
font-size: 15px;
font-weight: 500;
position: relative;
padding-left: 30px;
padding-right: 8px;
}
.single-courses-box .courses-content .courses-box-footer li i {
color: #0064FB;
position: absolute;
left: 6px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
}
.single-courses-box:hover .courses-image .price {
-webkit-animation: bounce 1s;
animation: bounce 1s;
}
/*================================================
Courses Details Area CSS
=================================================*/
.courses-details-image {
position: relative;
overflow: hidden;
}
.courses-details-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-image .video-btn {
display: inline-block;
width: 80px;
height: 80px;
line-height: 90px;
background-color: #0064FB;
border-radius: 50px;
color: #ffffff;
position: absolute;
z-index: 1;
left: 0;
right: 0;
margin: auto;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.courses-details-image .video-btn i {
font-size: 55px;
position: relative;
top: 12px;
left: 2px;
}
.courses-details-image .video-btn::after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50px;
border: 1px solid #0064FB;
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.courses-details-image .video-btn::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50px;
border: 1px solid #0064FB;
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.courses-details-image .video-btn:hover {
background-color: #ffffff;
color: #0064FB;
}
.courses-details-image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.courses-details-desc {
margin-top: 50px;
}
.courses-details-desc .nav {
margin-bottom: 0;
list-style-type: none;
background-color: #f8f9f8;
border: none;
border-radius: 5px;
}
.courses-details-desc .nav .nav-item {
margin-bottom: 0;
margin-right: 40px;
}
.courses-details-desc .nav .nav-item .nav-link {
border-radius: 0;
border: none;
padding: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
padding: 30px;
background-color: #f8f9f8;
position: relative;
border-radius: 5px;
font-size: 18px;
font-weight: bold;
}
.courses-details-desc .nav .nav-item .nav-link::before {
content: '';
bottom: 0;
height: 2px;
background-color: #0064FB;
position: absolute;
-webkit-transition: 0.6s;
transition: 0.6s;
left: 0;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.courses-details-desc .nav .nav-item .nav-link:hover, .courses-details-desc .nav .nav-item .nav-link.active {
color: #2E2F46;
}
.courses-details-desc .nav .nav-item .nav-link:hover::before, .courses-details-desc .nav .nav-item .nav-link.active::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.courses-details-desc .nav .nav-item:last-child {
margin-right: 0;
}
.courses-details-desc .tab-content {
margin-top: 45px;
}
.courses-details-desc .tab-content .courses-overview h3 {
margin-bottom: 20px;
font-size: 25px;
}
.courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
margin-top: 25px;
}
.courses-details-desc .tab-content .courses-curriculum {
border: 1px solid #eeeeee;
border-radius: 5px;
padding: 30px;
}
.courses-details-desc .tab-content .courses-curriculum h3 {
margin-bottom: 18px;
font-size: 20px;
}
.courses-details-desc .tab-content .courses-curriculum h3:not(:first-child) {
margin-top: 20px;
}
.courses-details-desc .tab-content .courses-curriculum ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.courses-details-desc .tab-content .courses-curriculum ul li {
display: block;
}
.courses-details-desc .tab-content .courses-curriculum ul li a {
background-color: #f8f9f8;
color: #2E2F46;
padding-left: 30px;
padding-right: 30px;
padding-top: 15px;
padding-bottom: 15px;
margin-left: -30px;
margin-right: -30px;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
font-size: 15px;
font-weight: 500;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
text-align: right;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
display: inline-block;
background: #e3f1f2;
color: #2dbbc4;
border-radius: 5px;
margin-right: 5px;
padding: 2px 10px 1.5px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions:hover {
background-color: #0064FB;
color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
display: inline-block;
background: #f7e7e8;
color: #0064FB;
border-radius: 5px;
padding: 2px 10px 1.5px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration:hover {
background-color: #0064FB;
color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
display: inline-block;
background: #2E2F46;
color: #ffffff;
border-radius: 5px;
margin-left: 5px;
padding: 2px 10px 1.5px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status:hover {
background-color: #0064FB;
color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
color: #2E2F46;
background-color: transparent;
padding: 0;
margin-left: 8px;
border-radius: 0;
position: relative;
top: 1px;
font-size: 18px;
font-weight: normal;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked:hover {
color: #0064FB;
}
.courses-details-desc .tab-content .courses-curriculum ul li a:hover {
color: #0064FB;
}
.courses-details-desc .tab-content .courses-instructor .instructor-image img {
border-radius: 15px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content h3 {
font-size: 25px;
margin-bottom: 18px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content span {
font-weight: 500;
color: #494A60;
display: inline-block;
margin-bottom: 15px;
font-size: 15px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content p {
margin-bottom: 20px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link {
padding-left: 0;
margin-bottom: 0;
margin-top: 25px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li {
list-style-type: none;
display: inline-block;
margin-right: 8px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li:last-child {
margin-right: 0;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i {
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
background-color: #e1e1e1;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #0064FB;
border-radius: 50px;
transition: 0.6s;
font-size: 18px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.courses-details-desc .tab-content .courses-reviews h3 {
margin-bottom: 15px;
display: inline-block;
font-size: 22px;
}
.courses-details-desc .tab-content .courses-reviews .rating span {
font-size: 15px;
color: #cecfd2;
margin-right: -2px;
}
.courses-details-desc .tab-content .courses-reviews .rating span.checked {
color: orange;
}
.courses-details-desc .tab-content .courses-reviews .rating-count {
margin-top: 10px;
margin-bottom: 20px;
}
.courses-details-desc .tab-content .courses-reviews .rating-count span {
display: block;
font-size: 15px;
color: #494A60;
font-weight: 500;
}
.courses-details-desc .tab-content .courses-reviews .row {
overflow: hidden;
margin-left: 0;
margin-right: 0;
}
.courses-details-desc .tab-content .courses-reviews .side {
float: left;
width: 8%;
margin-top: 10px;
padding-left: 0;
padding-right: 0;
}
.courses-details-desc .tab-content .courses-reviews .side div {
font-size: 16px;
font-weight: bold;
}
.courses-details-desc .tab-content .courses-reviews .middle {
margin-top: 14px;
float: left;
width: 82%;
}
.courses-details-desc .tab-content .courses-reviews .right {
text-align: right;
}
.courses-details-desc .tab-content .courses-reviews .bar-container {
width: 100%;
background-color: #f1f1f1;
text-align: center;
color: #ffffff;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-5 {
width: 100%;
height: 18px;
background-color: #4CAF50;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-4 {
width: 75%;
height: 18px;
background-color: #2196F3;
border-radius: 5px;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-3 {
width: 50%;
height: 18px;
background-color: #00bcd4;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-2 {
width: 25%;
height: 18px;
background-color: #ff9800;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-1 {
width: 0;
height: 18px;
background-color: #f44336;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments {
margin-top: 40px;
}
.courses-details-desc .tab-content .courses-review-comments h3 {
border-bottom: 1px solid #f3f3f3;
padding-bottom: 12px;
margin-bottom: 10px;
font-size: 22px;
font-family: "Inter", sans-serif;
}
.courses-details-desc .tab-content .courses-review-comments .user-review {
border-bottom: 1px solid #f3f3f3;
padding: 20px 0 20px 110px;
position: relative;
}
.courses-details-desc .tab-content .courses-review-comments .user-review img {
position: absolute;
left: 0;
top: 20px;
width: 90px;
height: 90px;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment {
margin-bottom: 8px;
font-weight: 500;
}
.courses-details-desc .tab-content .courses-review-comments .user-review p {
font-size: 15px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating {
display: block;
margin-bottom: 8px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars {
display: inline-block;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i {
color: #cecfd2;
font-size: 15px;
display: inline-block;
margin-right: -2px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked {
color: orange;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
color: #2E2F46;
position: relative;
top: -2px;
font-weight: 800;
margin-left: 5px;
}
.courses-details-info {
background-color: #f5f5f5;
border-radius: 5px;
padding: 12px 12px 35px 12px;
margin-top: 50px;
}
.courses-details-info .image {
text-align: center;
position: relative;
}
.courses-details-info .image .video-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
background-color: #ffffff;
border-radius: 50%;
color: #2E2F46;
position: absolute;
z-index: 1;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
left: 0;
margin: auto;
text-align: center;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-info .image .video-btn i {
font-size: 50px;
position: relative;
top: 10px;
left: 2px;
color: #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-info .image .video-btn::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
border: 2px solid #ffffff;
-webkit-animation: ripple 1s linear infinite;
animation: ripple 1s linear infinite;
}
.courses-details-info .image .video-btn:hover {
background-color: #0064FB;
}
.courses-details-info .image .video-btn:hover i {
color: #ffffff;
}
.courses-details-info .info {
margin-bottom: 0;
list-style-type: none;
padding: 30px 20px;
}
.courses-details-info .info li {
border-bottom: 1px solid #e5e5e7;
color: #494A60;
font-size: 16px;
font-weight: 500;
padding-top: 15px;
padding-bottom: 15px;
}
.courses-details-info .info li span {
font-weight: 600;
color: #2E2F46;
}
.courses-details-info .info li.price {
padding-bottom: 10px;
color: #0064FB;
font-size: 28px;
font-weight: 800;
}
.courses-details-info .info li.price span {
color: #2E2F46;
font-size: 16px;
font-weight: bold;
}
.courses-details-info .info li:first-child {
padding-top: 0;
}
.courses-details-info .courses-btn-box {
text-align: center;
}
.courses-details-info .courses-share {
text-align: center;
margin-top: 25px;
}
.courses-details-info .courses-share .share-info {
display: inline-block;
position: relative;
cursor: pointer;
}
.courses-details-info .courses-share .share-info span {
display: inline-block;
color: #494A60;
line-height: 1;
font-size: 16px;
font-weight: 500;
}
.courses-details-info .courses-share .share-info .social-link {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 12px;
}
.courses-details-info .courses-share .share-info .social-link li {
display: inline-block;
margin-right: 5px;
}
.courses-details-info .courses-share .share-info .social-link li:last-child {
margin-right: 0;
}
.courses-details-info .courses-share .share-info .social-link li a i {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background-color: #e1e1e1;
font-size: 16px;
color: #2E2F46;
position: relative;
border-radius: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-info .courses-share .share-info .social-link li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*================================================
Products Area CSS
=================================================*/
.product-area .section-title {
text-align: left;
margin-bottom: 30px;
}
.product-area .section-title h2 {
font-size: 25px;
margin-bottom: 0;
}
.single-products-box {
position: relative;
margin-bottom: 30px;
-webkit-transition: 0.6s;
transition: 0.6s;
text-align: center;
}
.single-products-box .products-image {
text-align: center;
position: relative;
overflow: hidden;
}
.single-products-box .products-image a {
position: relative;
display: block;
}
.single-products-box .products-image a img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-products-box .products-image .action {
position: absolute;
left: 0;
right: 0;
bottom: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-products-box .products-image .action a {
display: inline-block;
margin: 0 5px;
}
.single-products-box .products-image .action a i {
display: inline-block;
height: 45px;
width: 45px;
line-height: 45px;
background-color: #ffffff;
color: #2E2F46;
font-size: 20px;
border-radius: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-products-box .products-image .action a i:hover {
background-color: #0064FB;
color: #ffffff;
}
.single-products-box .products-content {
margin-top: 30px;
position: relative;
}
.single-products-box .products-content h3 {
margin-bottom: 0;
font-size: 22px;
}
.single-products-box .products-content h3 a {
display: inline-block;
color: #2E2F46;
}
.single-products-box .products-content h3 a:hover {
color: #0064FB;
}
.single-products-box .products-content .price {
margin-top: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-weight: 500;
color: #2E2F46;
}
.single-products-box .products-content .price .old-price {
text-decoration: line-through;
color: #999999;
font-weight: 500;
}
.single-products-box:hover .products-image a img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-products-box:hover .products-image .action {
opacity: 1;
visibility: visible;
bottom: 35px;
}
/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
margin-bottom: 0;
}
.cart-table table thead tr th {
border-bottom-width: 0px;
vertical-align: middle;
padding: 25px;
white-space: nowrap;
font-size: 16px;
font-weight: 600;
}
.cart-table table tbody tr td {
vertical-align: middle;
color: #494A60;
white-space: nowrap;
padding: 25px;
font-weight: 500;
font-size: 16px;
}
.cart-table table tbody tr td.product-thumbnail a {
display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
width: 80px;
}
.cart-table table tbody tr td.product-name a {
display: inline-block;
}
.cart-table table tbody tr td.product-subtotal .remove {
color: red;
float: right;
position: relative;
top: -1px;
font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
max-width: 170px;
min-width: 170px;
text-align: center;
display: inline-block;
position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #d0d0d0;
width: 40px;
height: 100%;
line-height: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 22px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
left: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
right: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
color: #0064FB;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
height: 45px;
color: #2E2F46;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 16px;
font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
color: #2E2F46;
}
.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
color: #2E2F46;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
color: #2E2F46;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
color: #2E2F46;
}
.cart-table table tbody tr td.product-subtotal {
overflow: hidden;
}
.cart-buttons {
margin-top: 30px;
text-align: right;
}
.cart-buttons .shopping-coupon-code {
position: relative;
max-width: 530px;
}
.cart-buttons .shopping-coupon-code .form-control {
display: block;
width: 100%;
height: 50px;
outline: 0;
background-color: #F4F8FC;
border: 1px solid #E6EDF6;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
}
.cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control::placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control:focus {
outline: 0;
background-color: #ffffff;
border-color: #FF414B;
-webkit-box-shadow: none;
box-shadow: none;
}
.cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
color: transparent;
}
.cart-buttons .shopping-coupon-code button {
position: absolute;
right: 0;
top: 0;
height: 50px;
background: #2E2F46;
color: #ffffff;
border: none;
padding: 0 25px;
line-height: 48px;
outline: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 500;
}
.cart-buttons .shopping-coupon-code button:hover {
background-color: #0064FB;
}
.cart-totals {
background: #ffffff;
padding: 40px;
max-width: 700px;
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
border-radius: 5px;
margin-top: 65px;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
.cart-totals h3 {
margin-bottom: 25px;
font-size: 25px;
}
.cart-totals ul {
padding-left: 0;
margin: 0 0 25px;
list-style-type: none;
}
.cart-totals ul li {
border: 1px solid #eaedff;
padding: 15px 20px;
color: #2E2F46;
overflow: hidden;
font-weight: 500;
font-size: 15px;
}
.cart-totals ul li:first-child {
border-bottom: none;
}
.cart-totals ul li:last-child {
font-size: 16px;
border-top: none;
}
.cart-totals ul li:last-child span {
color: #2E2F46;
font-weight: 500;
font-size: 20px;
}
.cart-totals ul li span {
float: right;
color: #FF414B;
}
/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 15px 20px;
border-top: 1px solid #0064FB;
position: relative;
margin-bottom: 40px;
}
.user-actions i {
color: #0064FB;
margin-right: 2px;
font-size: 20px;
position: relative;
top: 3px;
}
.user-actions span {
display: inline-block;
color: #0064FB;
font-weight: 500;
font-size: 16px;
}
.user-actions span a {
display: inline-block;
}
.billing-details .title {
margin-bottom: 30px;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
font-size: 22px;
}
.billing-details .title::before {
content: '';
position: absolute;
background: #0064FB;
bottom: -1px;
left: 0;
width: 50px;
height: 1px;
}
.billing-details .form-group {
margin-bottom: 25px;
}
.billing-details .form-group label {
display: block;
margin-bottom: 10px;
font-weight: 500;
font-size: 15px;
}
.billing-details .form-group label .required {
color: red;
}
.billing-details .form-group .form-control {
height: 50px;
color: #2E2F46;
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
border: 1px solid #f5f5f5;
background-color: #f5f5f5;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
padding: 15px;
font-size: 16px;
font-weight: 600;
}
.billing-details .form-group .form-control::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.billing-details .form-group .form-control:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.billing-details .form-group .form-control::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.billing-details .form-group .form-control::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.billing-details .form-group .form-control:focus {
border-color: #0064FB;
background-color: transparent;
}
.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.billing-details .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.billing-details .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.billing-details .form-group .form-control:focus::placeholder {
color: transparent;
}
.billing-details .form-group textarea.form-control {
height: auto;
padding: 20px;
font-size: 15px;
font-weight: 500;
}
.billing-details .form-group .nice-select {
display: block;
width: 215px;
float: unset;
width: 100%;
background: #f8f8f8;
border-color: #eeeeee;
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
padding: 0 0 0 12px;
height: 55px;
line-height: 55px;
font-size: 15px;
font-weight: 500;
}
.billing-details .form-group .nice-select .list {
background-color: #ffffff;
border-radius: 5px;
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
list-style-type: none;
border: none;
width: 100%;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
line-height: 38px;
min-height: 38px;
color: #2E2F46;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
padding-left: 32px;
padding-right: 25px;
font-size: 15px;
font-weight: 500;
}
.billing-details .form-group .nice-select .list .option:hover {
background-color: #0064FB !important;
color: #ffffff;
}
.billing-details .form-group .nice-select .list .option:hover::before {
color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
background-color: transparent !important;
color: #2E2F46;
}
.billing-details .form-group .nice-select .list .option::before {
content: "\eb7b";
position: absolute;
left: 10px;
top: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #0064FB;
font-family: "remixicon";
font-size: 12px;
}
.billing-details .form-group .nice-select .list .option.selected::before {
opacity: 1;
visibility: visible;
}
.billing-details .form-group .nice-select .list .option.selected:hover {
background-color: #0064FB !important;
color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected:hover::before {
color: #ffffff;
}
.billing-details .form-group .nice-select:after {
border-color: #2E2F46;
height: 8px;
width: 8px;
margin-top: -5px;
}
.billing-details .form-group .nice-select:hover {
border-color: #0064FB;
background-color: transparent;
}
.billing-details .form-check {
margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
color: #2E2F46;
font-weight: 500;
}
.billing-details .form-check label {
position: relative;
left: -2px;
top: 0;
font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
margin-bottom: 0;
}
.order-details .title {
margin-bottom: 30px;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
font-size: 22px;
}
.order-details .title::before {
content: '';
position: absolute;
background: #0064FB;
bottom: -1px;
left: 0;
width: 50px;
height: 1px;
}
.order-details .order-table table {
margin-bottom: 0;
}
.order-details .order-table table thead tr th {
border-bottom-width: 0;
vertical-align: middle;
border-color: #eaedff;
padding: 12px 20px 10px;
white-space: nowrap;
font-size: 16px;
font-weight: 500;
}
.order-details .order-table table tbody tr td {
vertical-align: middle;
color: #494A60;
white-space: nowrap;
border-color: #eaedff;
font-size: 15px;
font-weight: 500;
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 15px;
}
.order-details .order-table table tbody tr td.product-name a {
display: inline-block;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
color: #2E2F46;
font-size: 16px;
font-weight: 600;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
color: #2E2F46;
font-weight: 600;
font-size: 16px;
}
.order-details .payment-box {
background-color: #ffffff;
-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
margin-top: 30px;
padding: 30px;
}
.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
display: none;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
padding-left: 27px;
cursor: pointer;
display: block;
color: #2E2F46;
position: relative;
margin-bottom: 8px;
font-weight: 600;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
content: '';
position: absolute;
left: 0;
top: 4px;
width: 18px;
height: 18px;
border: 1px solid #dddddd;
border-radius: 50%;
background: #ffffff;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
content: '';
width: 12px;
height: 12px;
background: #0064FB;
position: absolute;
top: 7px;
left: 3px;
border-radius: 50%;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0);
transform: scale(0);
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
.order-details .payment-box .default-btn {
margin-top: 15px;
}
/*================================================
Products Details Area CSS
=================================================*/
.products-details-image {
border-radius: 5px;
}
.products-details-image a {
display: block;
border-radius: 5px;
}
.products-details-image a img {
border-radius: 5px;
}
.products-details-desc {
padding-left: 30px;
}
.products-details-desc h3 {
margin-bottom: 20px;
font-size: 25px;
}
.products-details-desc .products-review {
margin-bottom: 20px;
}
.products-details-desc .products-review .rating {
display: inline-block;
font-size: 15px;
}
.products-details-desc .products-review .rating i {
color: #ffba0a;
display: inline-block;
margin-right: -2px;
}
.products-details-desc .products-review .rating-count {
display: inline-block;
color: #79798D;
border-bottom: 1px solid #79798D;
line-height: initial;
position: relative;
top: -2px;
font-size: 14px;
font-weight: 500;
margin-left: 5px;
}
.products-details-desc .products-review .rating-count:hover {
color: #0064FB;
border-color: #0064FB;
}
.products-details-desc .price {
color: #2E2F46;
font-size: 20px;
font-weight: 500;
margin-bottom: 20px;
}
.products-details-desc .price .old-price {
text-decoration: line-through;
color: #79798D;
font-weight: normal;
}
.products-details-desc .products-meta {
margin-top: 20px;
}
.products-details-desc .products-meta span {
display: block;
color: #2E2F46;
margin-bottom: 15px;
font-size: 15px;
font-weight: 500;
}
.products-details-desc .products-meta span span {
display: inline-block;
margin-bottom: 0;
font-weight: 500;
font-size: 15px;
}
.products-details-desc .products-meta span span.in-stock {
color: #36CC72;
}
.products-details-desc .products-meta span span.sku {
color: #79798D;
}
.products-details-desc .products-meta span a {
display: inline-block;
color: #FF414B;
font-weight: 500;
}
.products-details-desc .products-meta span a:hover, .products-details-desc .products-meta span a:focus {
color: #0064FB;
}
.products-details-desc .products-meta span:last-child {
margin-bottom: 0;
}
.products-details-desc .products-add-to-cart {
margin-top: 25px;
}
.products-details-desc .products-add-to-cart .input-counter {
max-width: 130px;
min-width: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
position: relative;
}
.products-details-desc .products-add-to-cart .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #494A60;
width: 50px;
height: 100%;
line-height: 55px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 16px;
}
.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
left: 0;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
right: 0;
}
.products-details-desc .products-add-to-cart .input-counter span:hover {
color: #0064FB;
}
.products-details-desc .products-add-to-cart .input-counter input {
height: 50px;
color: #2E2F46;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 16px;
font-weight: 500;
border-radius: 5px;
}
.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
color: #2E2F46;
}
.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
color: #2E2F46;
}
.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
color: #2E2F46;
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
color: #2E2F46;
}
.products-details-desc .products-add-to-cart .default-btn {
top: -2px;
padding-top: 12.5px;
padding-bottom: 12.5px;
}
.products-details-desc .products-share {
margin-top: 35px;
}
.products-details-desc .products-share .social {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.products-details-desc .products-share .social li {
display: inline-block;
}
.products-details-desc .products-share .social li span {
display: inline-block;
margin-right: 5px;
font-weight: 700;
position: relative;
top: -2px;
}
.products-details-desc .products-share .social li a {
margin-right: 5px;
}
.products-details-desc .products-share .social li a i {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
background-color: #eeeeee;
color: #494A60;
border-radius: 50px;
text-align: center;
font-size: 18px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.products-details-desc .products-share .social li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.products-details-tabs {
margin-top: 50px;
}
.products-details-tabs .nav {
padding-left: 0;
margin-bottom: 40px;
list-style-type: none;
display: block;
}
.products-details-tabs .nav .nav-item {
display: inline-block;
margin-right: 25px;
}
.products-details-tabs .nav .nav-item:last-child {
margin-right: 0;
}
.products-details-tabs .nav .nav-item .nav-link {
color: #79798D;
border: none;
border-bottom: 1px solid #79798D;
padding: 0;
background-color: transparent;
position: relative;
padding-bottom: 8px;
font-size: 20px;
font-weight: 500;
}
.products-details-tabs .nav .nav-item .nav-link::before {
content: '';
position: absolute;
left: 0;
width: 0;
height: 3px;
background-color: #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
bottom: -2px;
}
.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
color: #2E2F46;
}
.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
width: 100%;
}
.products-details-tabs .tab-content .tab-pane p {
line-height: 1.8;
font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane ul {
padding-left: 15px;
list-style-type: none;
margin-top: 20px;
margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane ul li {
margin-bottom: 12px;
position: relative;
color: #494A60;
padding-left: 20px;
font-weight: 400;
font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane ul li::before {
content: "\eb7b";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "remixicon";
color: #36CC72;
}
.products-details-tabs .tab-content .tab-pane ul li:last-child {
margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
margin-bottom: 0;
display: inline-block;
font-size: 25px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
margin-top: 15px;
margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
display: block;
font-size: 15px;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .row {
overflow: hidden;
margin-left: 0;
margin-right: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side {
float: left;
width: 9%;
margin-top: 10px;
padding-left: 0;
padding-right: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
font-size: 16px;
font-weight: 600;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
margin-top: 14px;
float: left;
width: 82%;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .right {
text-align: right;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
width: 100%;
background-color: #f1f1f1;
text-align: center;
color: #ffffff;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
width: 100%;
height: 18px;
background-color: #4CAF50;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
width: 75%;
height: 18px;
background-color: #2196F3;
border-radius: 5px;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
width: 50%;
height: 18px;
background-color: #00bcd4;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
width: 25%;
height: 18px;
background-color: #ff9800;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
width: 0;
height: 18px;
background-color: #f44336;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments {
margin-top: 40px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
border-bottom: 1px solid #f3f3f3;
padding-bottom: 10px;
font-size: 22px;
margin-top: 0;
margin-bottom: 10px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
border-bottom: 1px solid #f3f3f3;
padding: 20px 0 20px 110px;
position: relative;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
position: absolute;
left: 0;
top: 20px;
width: 90px;
height: 90px;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
margin-bottom: 8px;
font-weight: 500;
font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
display: block;
margin-bottom: 8px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
display: inline-block;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
color: #cecfd2;
font-size: 15px;
display: inline-block;
margin-right: -3px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
color: orange;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
color: #2E2F46;
position: relative;
top: -2px;
font-weight: 600;
margin-left: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
margin-top: 30px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
margin-bottom: 10px;
font-size: 22px;
font-weight: 500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
color: red;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
margin-top: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
margin-bottom: 25px;
text-align: left;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control {
display: block;
width: 100%;
height: 60px;
outline: 0;
background-color: #F4F8FC;
border: 1px solid #E6EDF6;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::-webkit-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus {
outline: 0;
background-color: #ffffff;
border-color: #FF414B;
-webkit-box-shadow: none;
box-shadow: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::placeholder {
color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group textarea.form-control {
height: auto;
padding: 15px;
line-height: 1.5rem;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
text-align: left;
overflow: hidden;
max-width: 115px;
margin-top: -5px;
margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
float: right;
position: relative;
width: 23px;
height: 23px;
cursor: pointer;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
padding-right: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
content: "\2605";
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 20px;
color: #CCCCCC;
line-height: 1;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
color: #f6b500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
text-align: left;
margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
margin-bottom: 0;
color: #494A60;
font-weight: 500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 19px;
height: 19px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
border: 1px solid #f5f5f5;
border-radius: 3px;
background: #f5f5f5;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
background: #0064FB;
position: absolute;
top: 5.5px;
left: 6px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
border-color: #0064FB;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
border-color: #0064FB;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
margin-top: 22px;
}
/*================================================
Footer Area CSS
=================================================*/
.footer-area {
background-color: #F4F8FC;
position: relative;
z-index: 1;
overflow: hidden;
}
.single-footer-widget {
margin-bottom: 30px;
}
.single-footer-widget .widget-logo {
margin-bottom: 25px;
}
.single-footer-widget p {
margin-bottom: 0;
}
.single-footer-widget .widget-info {
padding-left: 0;
margin-top: 20px;
margin-bottom: 0;
}
.single-footer-widget .widget-info li {
list-style-type: none;
margin-bottom: 15px;
position: relative;
padding-left: 22px;
}
.single-footer-widget .widget-info li i {
position: absolute;
left: 0;
top: 4px;
color: #0064FB;
}
.single-footer-widget .widget-info li .ri-global-line {
color: #FF414B;
}
.single-footer-widget .widget-info li .ri-map-pin-line {
color: #36CC72;
}
.single-footer-widget .widget-info li:last-child {
margin-bottom: 0;
}
.single-footer-widget h3 {
margin-bottom: 25px;
font-size: 22px;
}
.single-footer-widget .footer-links-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-footer-widget .footer-links-list li {
margin-bottom: 10px;
}
.single-footer-widget .footer-links-list li a {
color: #494A60;
display: inline-block;
}
.single-footer-widget .footer-links-list li a:hover {
color: #0064FB;
letter-spacing: 1px;
}
.single-footer-widget .footer-links-list li:last-child {
margin-bottom: 0;
}
.single-footer-widget .widget-newsletter .newsletter-content {
margin-bottom: 20px;
}
.single-footer-widget .widget-newsletter .newsletter-content p {
font-size: 16px;
margin-bottom: 0;
}
.single-footer-widget .widget-newsletter .newsletter-form {
margin-top: 30px;
position: relative;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter {
display: block;
width: 100%;
background-color: #ffffff;
border: 1px solid #0064FB;
height: 60px;
padding: 15px;
border-radius: 5px;
outline: 0;
color: #2E2F46;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus::placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form button {
position: absolute;
right: 0;
top: 0;
height: 60px;
width: 70px;
line-height: 65px;
background-color: #0064FB;
border: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #ffffff;
border-radius: 0 5px 5px 0;
font-size: 25px;
}
.single-footer-widget .widget-newsletter .newsletter-form button:hover, .single-footer-widget .widget-newsletter .newsletter-form button:focus {
background-color: #FF414B;
color: #ffffff;
}
.single-footer-widget .widget-newsletter .newsletter-form #validator-newsletter {
color: red;
margin-top: 10px;
font-weight: 400;
font-size: 15px;
}
.single-footer-widget .widget-social {
padding-left: 0;
margin-bottom: 0;
margin-top: 30px;
}
.single-footer-widget .widget-social li {
display: inline-block;
list-style-type: none;
margin-bottom: 0;
margin-right: 10px;
}
.single-footer-widget .widget-social li:last-child {
margin-right: 0;
}
.single-footer-widget .widget-social li i {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
background-color: #ffffff;
color: #0064FB;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
border-radius: 50px;
text-align: center;
font-size: 18px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-social li i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.footer-shape-1 {
position: absolute;
top: 40%;
left: 5%;
-webkit-transform: translateY(-40%) translateX(-5%);
transform: translateY(-40%) translateX(-5%);
z-index: -1;
opacity: 50%;
}
.footer-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.footer-shape-2 {
position: absolute;
top: 45%;
left: 10%;
-webkit-transform: translateY(-45%) translateX(-10%);
transform: translateY(-45%) translateX(-10%);
z-index: -1;
opacity: 50%;
}
.footer-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.footer-shape-3 {
position: absolute;
bottom: 25%;
left: 40%;
-webkit-transform: translateY(-25%) translateX(-40%);
transform: translateY(-25%) translateX(-40%);
z-index: -1;
}
.footer-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.footer-shape-4 {
position: absolute;
bottom: 20%;
right: 20%;
-webkit-transform: translateY(-20%) translateX(-20%);
transform: translateY(-20%) translateX(-20%);
z-index: -1;
}
.footer-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.footer-shape-5 {
position: absolute;
top: 10%;
right: 5%;
-webkit-transform: translateY(-10%) translateX(-5%);
transform: translateY(-10%) translateX(-5%);
z-index: -1;
}
/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
margin-top: 70px;
padding-bottom: 35px;
}
.copyright-area .copyright-area-content {
text-align: center;
background-color: #ffffff;
padding: 30px;
border-radius: 5px;
}
.copyright-area .copyright-area-content p a {
display: inline-block;
font-weight: 600;
color: #0064FB;
}
.copyright-area .copyright-area-content p a:hover {
color: #FF414B;
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
position: fixed;
cursor: pointer;
bottom: -100px;
right: 20px;
color: #ffffff;
background-color: #2E2F46;
z-index: 4;
width: 45px;
text-align: center;
height: 45px;
opacity: 0;
visibility: hidden;
border-radius: 50%;
font-size: 22px;
-webkit-transition: 0.6s;
transition: 0.6s;
overflow: hidden;
-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
position: absolute;
right: 0;
left: 0;
top: 45%;
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
text-align: center;
font-size: 30px;
margin-left: auto;
margin-right: auto;
}
.go-top.active {
opacity: 1;
visibility: visible;
bottom: 50px;
}
.go-top:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transition: 0.6s;
transition: 0.6s;
-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
right: 30px;
z-index: 99;
top: 50%;
position: fixed;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 30px;
display: inline-block;
color: #ffffff !important;
background-color: #82b440;
padding: 10px 20px 10px 42px;
font-size: 15px;
font-weight: 600;
-webkit-animation-name: tada;
animation-name: tada;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.buy-now-btn img {
top: 50%;
left: 20px;
width: 15px;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.buy-now-btn:hover {
background-color: #0064FB;
color: #ffffff !important;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
/*# sourceMappingURL=style.css.map */ | public/frontend/assets/css/style.css | Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
padding: 0;
margin: 0;
font-family: "Inter", sans-serif;
font-size: 16px;
}
a {
text-decoration: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #2E2F46;
display: inline-block;
}
a:hover, a:focus {
color: #0064FB;
text-decoration: none;
}
button {
outline: 0 !important;
}
p {
margin-bottom: 15px;
line-height: 1.8;
color: #494A60;
font-weight: 400;
font-family: "Inter", sans-serif;
font-size: 16px;
}
p:last-child {
margin-bottom: 0;
}
i {
line-height: normal;
}
.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
img {
max-width: 100%;
height: auto;
display: inline-block;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.pb-70 {
padding-bottom: 70px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #2E2F46;
font-family: "Inter", sans-serif;
font-weight: 600;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
margin-bottom: 0;
}
/*================================================
Default Btn CSS
=================================================*/
.default-btn {
border: none;
position: relative;
display: inline-block;
text-align: center;
overflow: hidden;
z-index: 1;
color: #ffffff;
background-color: #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
padding: 15px 50px 15px 25px;
font-weight: 500;
font-size: 15px;
margin-bottom: -5px;
}
.default-btn span {
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background-color: #FF414B;
-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 5px;
}
.default-btn i {
position: absolute;
right: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.default-btn:hover {
color: #ffffff;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.default-btn:hover span {
width: 225%;
height: 562.5px;
}
/*================================================
Section Title CSS
=================================================*/
.section-title {
text-align: center;
margin-bottom: 45px;
}
.section-title h2 {
font-size: 40px;
margin-bottom: 15px;
}
.section-title p {
max-width: 750px;
margin: auto;
}
/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
position: fixed;
top: 0;
background-color: #0064FB;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
text-align: center;
}
.preloader-area .spinner {
width: 4em;
height: 4em;
-webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;
left: 0;
right: 0;
top: 45%;
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
margin-left: auto;
margin-right: auto;
}
.preloader-area .spinner .disc {
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
border: 0.3em dotted #ffffff;
}
.preloader-area .spinner .disc:nth-child(1) {
-webkit-animation: rotate 12s linear infinite;
animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
-webkit-animation: rotateDisc2 12s linear infinite;
animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
-webkit-animation: rotateDisc3 12s linear infinite;
animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-animation: sphereSpin 6s linear infinite;
animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner::before {
content: '';
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
right: 0;
bottom: 0;
border: 2px dotted #ffffff;
margin: -15px;
}
@-webkit-keyframes sphereSpin {
0% {
-webkit-transform: rotateX(360deg) rotateY(0deg);
transform: rotateX(360deg) rotateY(0deg);
}
100% {
-webkit-transform: rotateX(0deg) rotateY(360deg);
transform: rotateX(0deg) rotateY(360deg);
}
}
@keyframes sphereSpin {
0% {
-webkit-transform: rotateX(360deg) rotateY(0deg);
transform: rotateX(360deg) rotateY(0deg);
}
100% {
-webkit-transform: rotateX(0deg) rotateY(360deg);
transform: rotateX(0deg) rotateY(360deg);
}
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateDisc2 {
from {
-webkit-transform: rotateX(90deg) rotateZ(0deg);
transform: rotateX(90deg) rotateZ(0deg);
}
to {
-webkit-transform: rotateX(90deg) rotateZ(360deg);
transform: rotateX(90deg) rotateZ(360deg);
}
}
@keyframes rotateDisc2 {
from {
-webkit-transform: rotateX(90deg) rotateZ(0deg);
transform: rotateX(90deg) rotateZ(0deg);
}
to {
-webkit-transform: rotateX(90deg) rotateZ(360deg);
transform: rotateX(90deg) rotateZ(360deg);
}
}
@-webkit-keyframes rotateDisc3 {
from {
-webkit-transform: rotateY(90deg) rotateZ(0deg);
transform: rotateY(90deg) rotateZ(0deg);
}
to {
-webkit-transform: rotateY(90deg) rotateZ(360deg);
transform: rotateY(90deg) rotateZ(360deg);
}
}
@keyframes rotateDisc3 {
from {
-webkit-transform: rotateY(90deg) rotateZ(0deg);
transform: rotateY(90deg) rotateZ(0deg);
}
to {
-webkit-transform: rotateY(90deg) rotateZ(360deg);
transform: rotateY(90deg) rotateZ(360deg);
}
}
/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
padding-top: 20px;
padding-bottom: 20px;
}
.top-header-area.bg-color-wrap {
background-color: #F4F8FC;
}
.top-header-content {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.top-header-content li {
display: inline-block;
position: relative;
padding-left: 22px;
font-size: 15px;
font-weight: 500;
color: #494A60;
margin-right: 18px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.top-header-content li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #494A60;
font-size: 16px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.top-header-content li a {
color: #494A60;
}
.top-header-content li a:hover {
color: #0064FB;
}
.top-header-content li:last-child {
margin-right: 0;
}
.top-header-optional {
padding-left: 0;
margin-bottom: 0;
text-align: right;
}
.top-header-optional li {
list-style-type: none;
display: inline-block;
}
.top-header-optional li a {
margin-right: 8px;
}
.top-header-optional li a:last-child {
margin-right: 0;
}
.top-header-optional li a i {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.top-header-optional li a i:hover {
color: #0064FB;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.header-information {
display: none;
background-color: #0064FB;
color: #ffffff;
cursor: pointer;
padding: 15px;
text-align: center;
font-size: 16px;
font-weight: 500;
}
/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
display: none;
}
.main-navbar {
padding: 10px 0;
}
.main-navbar .navbar {
-webkit-transition: 0.6s;
transition: 0.6s;
padding: 0;
}
.main-navbar .navbar .navbar-brand {
padding: 0;
}
.main-navbar .navbar ul {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav .nav-item {
position: relative;
margin-left: 15px;
margin-right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
color: #494A60;
font-size: 16px;
font-weight: 600;
padding-left: 0;
padding-right: 0;
padding-top: 25px;
padding-bottom: 25px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.main-navbar .navbar .navbar-nav .nav-item a i {
font-size: 14px;
position: relative;
top: 2px;
display: inline-block;
margin-left: -2px;
margin-right: -2px;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item:last-child {
margin-right: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:first-child {
margin-left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
border: none;
top: 70px;
left: 0;
z-index: 99;
opacity: 0;
width: 250px;
display: block;
border-radius: 8px;
padding: 10px 0;
margin-top: 15px;
position: absolute;
visibility: hidden;
background: #ffffff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
margin: 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
padding: 10px 20px;
position: relative;
display: block;
color: #494A60;
font-size: 15px;
font-weight: 600;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
margin: 0;
position: absolute;
top: 50%;
font-size: 15px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
content: '';
position: absolute;
left: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
height: 8px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #0064FB;
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
color: #0064FB;
padding-left: 35px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: -250px;
margin-top: 15px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: 250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: -250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: 250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: -250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
top: 0;
opacity: 0;
left: 250px;
visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.main-navbar .navbar .others-options .option-item {
position: relative;
margin-right: 25px;
}
.main-navbar .navbar .others-options .option-item:last-child {
margin-right: 0;
}
.main-navbar .navbar .others-options .option-item .search-btn {
cursor: pointer;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
font-size: 25px;
transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .search-btn:hover {
color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .close-btn {
cursor: pointer;
display: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
font-size: 25px;
transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .close-btn:hover {
color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .close-btn.active {
display: block;
}
.main-navbar .navbar .others-options .option-item .default-btn {
background-color: #FF414B;
color: #ffffff;
padding: 12px 50px 12px 25px;
}
.main-navbar .navbar .others-options .option-item .default-btn span {
background-color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .side-menu-btn i {
font-size: 25px;
color: #494A60;
cursor: pointer;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .side-menu-btn i:hover {
color: #0064FB;
}
.navbar-box-style .main-navbar {
padding: 0;
}
.navbar-box-style .main-navbar .navbar {
padding: 10px 30px;
background: #ffffff;
border-radius: 5px;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item:hover a, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
background-color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
color: #FF414B;
}
.navbar-box-color .main-navbar {
background-color: #F4F8FC;
}
.navbar-area.is-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: #ffffff;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.navbar-area.is-sticky.navbar-box-style .main-navbar {
padding: 10px 0;
}
.navbar-area.is-sticky.navbar-box-style .main-navbar .navbar {
padding: 0;
}
.navbar-area.is-sticky.navbar-box-color .main-navbar {
background-color: #ffffff;
}
.others-option-for-responsive {
display: none;
}
.others-option-for-responsive .dot-menu {
padding: 0 10px;
height: 30px;
cursor: pointer;
z-index: 9991;
position: absolute;
right: 60px;
top: -28px;
}
.others-option-for-responsive .dot-menu .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
height: 5px;
width: 5px;
border-radius: 100%;
margin: 0 2px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #2E2F46;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
background-color: #0064FB;
}
.others-option-for-responsive .container {
position: relative;
}
.others-option-for-responsive .container .container {
position: absolute;
right: 0;
top: 10px;
max-width: 260px;
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
-webkit-transform: scaleX(0);
transform: scaleX(0);
z-index: 2;
padding-left: 15px;
padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.others-option-for-responsive .option-inner .others-options .option-item {
position: relative;
margin-right: 25px;
}
.others-option-for-responsive .option-inner .others-options .option-item:last-child {
margin-right: 0;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
cursor: pointer;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
font-size: 25px;
transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-btn:hover {
color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
cursor: pointer;
display: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
font-size: 25px;
transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn:hover {
color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
display: block;
}
.others-option-for-responsive .option-inner .others-options .option-item .default-btn {
background-color: #FF414B;
color: #ffffff;
padding: 12px 50px 12px 25px;
}
.others-option-for-responsive .option-inner .others-options .option-item .default-btn span {
background-color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i {
font-size: 25px;
color: #494A60;
cursor: pointer;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i:hover {
color: #0064FB;
}
.main-header-area {
position: absolute;
width: 100%;
z-index: 9;
}
.main-header-area .top-header-content li {
color: #ffffff;
}
.main-header-area .top-header-content li i {
color: #ffffff;
}
.main-header-area .top-header-content li a {
color: #ffffff;
}
.main-header-area .top-header-content li a:hover {
color: #0064FB;
}
.main-header-area .top-header-optional li a i {
color: #ffffff;
}
.main-header-area .top-header-optional li a i:hover {
color: #0064FB;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
/*================================================
Search Popup CSS
=================================================*/
.search-overlay {
display: none;
}
.search-overlay.search-popup {
position: absolute;
top: 100%;
width: 300px;
right: 0;
background: #ffffff;
z-index: 2;
margin-top: 25px;
border-radius: 8px;
}
.search-overlay.search-popup .search-form {
position: relative;
}
.search-overlay.search-popup .search-form .search-input {
display: block;
width: 100%;
height: 50px;
border: none;
outline: 0;
padding: 15px;
border-radius: 5px;
background-color: #f2f2f2;
}
.search-overlay.search-popup .search-form .search-input::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input:focus {
border-color: #0064FB;
}
.search-overlay.search-popup .search-form .search-input:focus::-webkit-input-placeholder {
color: transparent;
}
.search-overlay.search-popup .search-form .search-input:focus:-ms-input-placeholder {
color: transparent;
}
.search-overlay.search-popup .search-form .search-input:focus::-ms-input-placeholder {
color: transparent;
}
.search-overlay.search-popup .search-form .search-input:focus::placeholder {
color: transparent;
}
.search-overlay.search-popup .search-form .search-button {
position: absolute;
right: 5px;
top: 5px;
height: 40px;
width: 40px;
line-height: 42px;
background-color: #ffffff;
border: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #0064FB;
border-radius: 5px;
font-size: 18px;
}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
background-color: #0064FB;
color: #ffffff;
}
/*================================================
Sidebar Modal CSS
=================================================*/
.modal.right .modal-dialog {
position: fixed;
margin: auto;
width: 420px;
height: 100%;
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
height: 100%;
overflow-y: auto;
background-color: #ffffff;
border: none;
border-radius: 0;
}
.modal.right .modal-content button.close {
float: unset;
position: absolute;
right: 20px;
top: 30px;
background-color: transparent;
color: #2E2F46;
z-index: 2;
opacity: 1;
border: none;
text-shadow: unset;
-webkit-box-shadow: unset;
box-shadow: unset;
font-size: 25px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.modal.right .modal-content button.close:hover {
color: red;
}
.modal.right.fade .modal-dialog {
right: -320px;
-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
right: 0;
}
.sidebarModal.modal .modal-body {
padding: 35px 30px 45px;
}
.sidebarModal.modal .modal-body .sidebar-content {
margin-top: 35px;
}
.sidebarModal.modal .modal-body .sidebar-content h3 {
font-size: 22px;
margin-bottom: 15px;
}
.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
margin-top: 25px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info {
margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
font-size: 22px;
margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
padding-left: 0;
margin-top: 30px;
margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
list-style-type: none;
font-size: 14px;
color: #494A60;
font-weight: 500;
margin-bottom: 20px;
position: relative;
padding-left: 22px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
color: #494A60;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
color: #0064FB;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
position: absolute;
left: 0;
top: 2px;
font-size: 16px;
color: #0064FB;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li .ri-mail-line {
color: #FF414B;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li .ri-map-pin-line {
color: #36CC72;
}
.sidebarModal.modal .modal-body .sidebar-social-list {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li {
display: inline-block;
margin-right: 8px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
margin-right: 0;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i {
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
background-color: #0064FB;
text-align: center;
color: #ffffff;
font-size: 16px;
border-radius: 50%;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #FF414B;
color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.main-responsive-nav {
display: block;
}
.main-responsive-nav .main-responsive-menu {
position: relative;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
font-size: 15px;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
color: #0064FB;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
display: none;
}
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
font-size: 14px;
}
.main-responsive-nav .main-responsive-menu.mean-container .others-options {
display: none !important;
}
.main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
overflow-y: scroll;
height: 300px;
-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}
.main-responsive-nav .mean-container a.meanmenu-reveal {
color: #2E2F46;
}
.main-responsive-nav .mean-container a.meanmenu-reveal span {
background: #2E2F46;
position: relative;
}
.main-responsive-nav .logo {
position: relative;
}
.main-responsive-nav .logo img {
max-width: 100px !important;
}
.navbar-area {
background-color: #ffffff;
padding-top: 15px;
padding-bottom: 15px;
}
.main-navbar {
display: none;
}
.others-option-for-responsive {
display: block;
}
.header-information {
display: block;
}
.top-header-area {
display: none;
}
.top-header-area.active {
display: block;
}
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
padding-top: 220px;
padding-bottom: 220px;
position: relative;
z-index: 1;
overflow: hidden;
}
.main-banner-area.without-banner-animation {
padding-top: 100px;
padding-bottom: 100px;
}
.main-banner-content .tag {
display: inline-block;
background-color: #F4F8FC;
padding: 12px 25px 12px 55px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
position: relative;
}
.main-banner-content .tag img {
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-banner-content h1 {
font-size: 60px;
margin-top: 30px;
margin-bottom: 20px;
font-weight: bold;
}
.main-banner-content p {
margin-bottom: 0;
}
.main-banner-content .banner-btn {
margin-top: 30px;
}
.main-banner-animation-image {
position: relative;
width: 100%;
height: 100%;
}
.main-banner-animation-image img {
position: absolute;
}
.main-banner-animation-image img:nth-child(1) {
left: 0;
top: 0;
}
.main-banner-animation-image img:nth-child(2) {
left: 90px;
top: 220px;
z-index: 1;
}
.main-banner-animation-image img:nth-child(3) {
left: 0;
top: 220px;
}
.main-banner-animation-image img:nth-child(4) {
left: 45px;
bottom: 110px;
z-index: 1;
}
.main-banner-animation-image img:nth-child(5) {
left: 55px;
bottom: 140px;
z-index: 1;
}
.main-banner-animation-image img:nth-child(6) {
left: 160px;
top: 115px;
}
.main-banner-animation-image img:nth-child(7) {
bottom: -120px;
left: 295px;
}
.main-banner-animation-image img:nth-child(8) {
top: 0;
left: 280px;
}
.main-banner-animation-image img:nth-child(9) {
z-index: -1;
right: 0;
top: -145px;
}
.main-banner-animation-image img:nth-child(10) {
z-index: -1;
right: 0;
top: 225px;
}
.main-banner-animation-image img:nth-child(11) {
right: 200px;
top: 0;
}
.main-banner-animation-image img:nth-child(12) {
right: 0;
bottom: -35px;
}
.main-banner-animation-image img:nth-child(13) {
right: 0;
top: -110px;
z-index: -1;
}
.main-banner-animation-image img:nth-child(14) {
right: 0;
}
.main-banner-animation-image img:nth-child(15) {
right: 300px;
top: -120px;
z-index: -1;
}
.main-banner-animation-image img:last-child {
display: none;
}
.main-banner-with-large-shape-area {
padding-top: 390px;
padding-bottom: 310px;
position: relative;
z-index: 1;
overflow: hidden;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
}
.main-banner-with-large-shape-area.without-banner-animation {
padding-top: 265px;
padding-bottom: 180px;
}
.main-banner-white-content .tag {
display: inline-block;
background: rgba(244, 248, 252, 0.3);
padding: 12px 25px 12px 55px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
position: relative;
color: #ffffff;
}
.main-banner-white-content .tag img {
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-banner-white-content h1 {
font-size: 60px;
margin-top: 30px;
margin-bottom: 20px;
font-weight: bold;
color: #ffffff;
}
.main-banner-white-content p {
margin-bottom: 0;
color: #ffffff;
}
.main-banner-white-content .banner-btn {
margin-top: 30px;
}
.main-banner-white-content .banner-btn .default-btn {
background-color: #2E2F46;
}
.main-banner-white-content .banner-btn .default-btn span {
background-color: #0064FB;
}
.main-banner-white-content .banner-btn .default-btn:hover {
color: #ffffff;
}
.main-banner-image {
position: relative;
width: 100%;
height: 100%;
}
.main-banner-image img {
position: absolute;
}
.main-banner-image img:nth-child(1) {
left: 25px;
top: 35px;
z-index: 9;
}
.main-banner-image img:nth-child(2) {
left: 140px;
top: 15px;
z-index: 1;
}
.main-banner-image img:nth-child(3) {
left: 180px;
top: 120px;
z-index: 9;
}
.main-banner-image img:nth-child(4) {
left: 310px;
top: 35px;
z-index: 1;
}
.main-banner-image img:nth-child(5) {
bottom: -120px;
right: 245px;
z-index: 1;
}
.main-banner-image img:nth-child(6) {
right: 160px;
top: 240px;
z-index: 1;
}
.main-banner-image img:nth-child(7) {
top: -132px;
right: 125px;
}
.main-banner-image img:nth-child(8) {
right: 80px;
top: 20px;
}
.main-banner-image img:nth-child(9) {
top: 130px;
right: 0;
}
.main-banner-image img:last-child {
display: none;
}
.main-banner-box-area {
padding-top: 100px;
padding-bottom: 100px;
}
.main-banner-inner-box {
max-width: 885px;
margin: auto;
text-align: center;
}
.main-banner-box-content {
position: relative;
}
.main-banner-box-content .tag {
display: inline-block;
background-color: #F4F8FC;
padding: 12px 25px 12px 55px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
position: relative;
}
.main-banner-box-content .tag img {
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-banner-box-content h1 {
font-size: 48px;
margin-top: 35px;
margin-bottom: 0;
font-weight: 500;
line-height: 1.4;
}
.main-banner-box-image {
margin-top: 50px;
}
.main-banner-image-wrap {
text-align: right;
}
.main-banner-shape-1 {
position: absolute;
top: 10%;
left: 35%;
-webkit-transform: translateY(-10%) translateX(-35%);
transform: translateY(-10%) translateX(-35%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-2 {
position: absolute;
bottom: 20%;
left: 35%;
-webkit-transform: translateY(-20%) translateX(-35%);
transform: translateY(-20%) translateX(-35%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-3 {
position: absolute;
bottom: 5%;
left: 50%;
-webkit-transform: translateY(-5%) translateX(-50%);
transform: translateY(-5%) translateX(-50%);
}
.main-banner-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.main-banner-shape-4 {
position: absolute;
bottom: 10%;
left: 50%;
-webkit-transform: translateY(-10%) translateX(-50%);
transform: translateY(-10%) translateX(-50%);
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
}
.main-banner-shape-5 {
position: absolute;
top: 20%;
left: 35%;
-webkit-transform: translateY(-20%) translateX(-35%);
transform: translateY(-20%) translateX(-35%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-6 {
position: absolute;
top: 25%;
left: 40%;
-webkit-transform: translateY(-25%) translateX(-40%);
transform: translateY(-25%) translateX(-40%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-7 {
position: absolute;
top: 20%;
right: 15%;
-webkit-transform: translateY(-20%) translateX(-15%);
transform: translateY(-20%) translateX(-15%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.main-banner-shape-8 {
position: absolute;
bottom: 20%;
left: 38%;
-webkit-transform: translateY(-20%) translateX(-38%);
transform: translateY(-20%) translateX(-38%);
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
}
@keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
}
@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
.main-banner-large-shape {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.main-banner-large-shape img {
width: 100%;
}
/*================================================
Partner Area CSS
=================================================*/
.partner-area {
position: relative;
z-index: 1;
}
.partner-box {
background-color: #F4F8FC;
padding-top: 70px;
padding-bottom: 70px;
padding-left: 50px;
padding-right: 50px;
border-radius: 5px;
}
.single-partner {
text-align: center;
}
.single-partner img {
display: inline-block !important;
max-width: 85%;
}
.partner-slides.owl-theme .owl-nav {
margin-top: 0;
}
.partner-slides.owl-theme .owl-nav [class*=owl-] {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
outline: 0;
width: 35px;
height: 35px;
line-height: 42px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #ffffff;
-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
color: #2E2F46;
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.partner-slides.owl-theme .owl-nav [class*=owl-]:hover, .partner-slides.owl-theme .owl-nav [class*=owl-]:focus {
background-color: #0064FB;
color: #ffffff;
}
.partner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
left: auto;
right: 0;
}
.partner-slides.owl-theme .owl-nav [class*=owl-] i {
font-size: 20px;
font-weight: bold;
}
.partner-slides.owl-theme:hover .owl-nav [class*=owl-] {
opacity: 1;
visibility: visible;
left: -20px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.partner-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
left: auto;
right: -20px;
}
.partner-shape-1 {
position: absolute;
top: -20%;
left: 20%;
-webkit-transform: translateY(-20%) translateX(-20%);
transform: translateY(-20%) translateX(-20%);
z-index: -1;
}
.partner-shape-2 {
position: absolute;
bottom: -28%;
right: 10%;
-webkit-transform: translateY(-28%) translateX(-10%);
transform: translateY(-28%) translateX(-10%);
}
/*================================================
Features Area CSS
=================================================*/
.features-area {
position: relative;
z-index: 1;
}
.single-features {
text-align: center;
margin-bottom: 30px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features h3 {
font-size: 25px;
margin-top: 30px;
margin-bottom: 15px;
}
.single-features h3 a {
color: #2E2F46;
}
.single-features p {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features .features-btn {
margin-top: 20px;
}
.single-features .features-btn .default-btn {
background-color: #EAF0FF;
color: #0064FB;
}
.single-features:hover img {
-webkit-animation: bounceIn 1s;
animation: bounceIn 1s;
}
.single-features:hover .features-btn .default-btn {
background-color: #0064FB;
color: #ffffff;
}
.single-features:hover .features-btn .default-btn span {
background-color: #FF414B;
}
.single-features-box {
text-align: center;
margin-bottom: 30px;
-webkit-transition: 0.6s;
transition: 0.6s;
border: 1px solid #E6EDF6;
padding: 35px 22px;
position: relative;
z-index: 1;
border-radius: 5px;
overflow: hidden;
}
.single-features-box::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
z-index: -1;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
}
.single-features-box img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features-box h3 {
font-size: 25px;
margin-top: 30px;
margin-bottom: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features-box h3 a {
color: #2E2F46;
}
.single-features-box p {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-features-box:hover::before {
height: 100%;
}
.single-features-box:hover img {
-webkit-animation: bounceIn 1s;
animation: bounceIn 1s;
}
.single-features-box:hover h3 a {
color: #ffffff;
}
.single-features-box:hover p {
color: #ffffff;
}
.features-inner-box {
background-color: #F4F8FC;
border: 1px solid #E6EDF6;
padding-top: 80px;
padding-bottom: 50px;
padding-left: 45px;
padding-right: 45px;
border-radius: 5px;
}
.features-shape-1 {
position: absolute;
top: 15%;
left: 40%;
-webkit-transform: translateY(-15%) translateX(-40%);
transform: translateY(-15%) translateX(-40%);
z-index: 1;
}
.features-shape-2 {
position: absolute;
top: 20%;
right: 40%;
-webkit-transform: translateY(-20%) translateX(-40%);
transform: translateY(-20%) translateX(-40%);
z-index: 1;
}
.features-shape-3 {
position: absolute;
top: 8%;
right: 50%;
-webkit-transform: translateY(-8%) translateX(-50%);
transform: translateY(-8%) translateX(-50%);
-webkit-animation: animationFramesOne 8s infinite linear;
animation: animationFramesOne 8s infinite linear;
z-index: 1;
}
.features-shape-4 {
position: absolute;
top: 10%;
right: 48%;
-webkit-transform: translateY(-10%) translateX(-48%);
transform: translateY(-10%) translateX(-48%);
z-index: 1;
-webkit-animation: animationFramesOne 20s infinite linear;
animation: animationFramesOne 20s infinite linear;
}
/*================================================
Experiences Area CSS
=================================================*/
.experiences-area {
position: relative;
z-index: 1;
}
.experiences-area::before {
position: absolute;
content: "";
height: 100%;
width: 50%;
background-color: #F4F8FC;
left: 0;
top: 0;
z-index: -1;
}
.experiences-area::after {
position: absolute;
content: "";
height: 100%;
width: 50%;
background-color: #ffffff;
right: 0;
top: 0;
z-index: -1;
}
.experiences-item {
padding-top: 80px;
padding-bottom: 80px;
padding-right: 30px;
}
.experiences-item .experiences-content .tag {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
border-radius: 50px;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.experiences-item .experiences-content h3 {
font-size: 40px;
margin-top: 25px;
margin-bottom: 20px;
line-height: 1.4;
}
.experiences-item .experiences-content p {
margin-bottom: 0;
}
.experiences-item .experiences-inner-content {
position: relative;
margin-top: 30px;
padding-left: 80px;
}
.experiences-item .experiences-inner-content img {
position: absolute;
left: 0;
top: 0;
}
.experiences-item .experiences-btn {
margin-top: 30px;
padding-left: 85px;
}
.experiences-image {
text-align: right;
}
.experiences-shape-1 {
position: absolute;
top: 8%;
left: 40%;
-webkit-transform: translateY(-8%) translateX(-40%);
transform: translateY(-8%) translateX(-40%);
z-index: -1;
}
.experiences-shape-2 {
position: absolute;
top: 50%;
left: 2%;
-webkit-transform: translateY(-50%) translateX(-2%);
transform: translateY(-50%) translateX(-2%);
z-index: -1;
}
.experiences-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.experiences-shape-3 {
position: absolute;
top: 52%;
left: 5%;
-webkit-transform: translateY(-52%) translateX(-5%);
transform: translateY(-52%) translateX(-5%);
z-index: 1;
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
z-index: -1;
}
.experiences-shape-4 {
position: absolute;
bottom: 10%;
left: 35%;
-webkit-transform: translateY(-10%) translateX(-35%);
transform: translateY(-10%) translateX(-35%);
z-index: 1;
-webkit-animation: animationFramesOne 20s infinite linear;
animation: animationFramesOne 20s infinite linear;
z-index: -1;
}
.experiences-shape-5 {
position: absolute;
bottom: 8%;
left: 36%;
-webkit-transform: translateY(-8%) translateX(-36%);
transform: translateY(-8%) translateX(-36%);
z-index: -1;
}
.experiences-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.experiences-shape-6 {
position: absolute;
bottom: 10%;
left: 48%;
-webkit-transform: translateY(-10%) translateX(-48%);
transform: translateY(-10%) translateX(-48%);
z-index: 1;
}
.experiences-shape-7 {
position: absolute;
bottom: 2%;
left: 48%;
-webkit-transform: translateY(-2%) translateX(-48%);
transform: translateY(-2%) translateX(-48%);
z-index: 1;
}
/*================================================
Services Area CSS
=================================================*/
.services-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.services-area.bg-box-color {
background-color: #F4F8FC;
}
.services-area.bg-without-box-color {
background-color: #ffffff;
}
.services-area.bg-without-box-color .single-services-box {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-services {
margin-bottom: 30px;
padding: 35px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
border: 1px solid #eeeeee;
}
.single-services .icon {
margin-bottom: 25px;
}
.single-services .icon i {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
background-color: #E5F0FF;
color: #0064FB;
text-align: center;
font-size: 45px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services .icon.bg-36CC72 i {
background-color: #EBFAF1;
color: #36CC72;
}
.single-services .icon.bg-FF414B i {
background-color: #FFECED;
color: #FF414B;
}
.single-services .icon.bg-FF6D3D i {
background-color: #FFF0EC;
color: #FF6D3D;
}
.single-services .icon.bg-8932F8 i {
background-color: #F3EBFE;
color: #8932F8;
}
.single-services .icon.bg-FFCA40 i {
background-color: #FFFAEC;
color: #FFCA40;
}
.single-services h3 {
margin-bottom: 15px;
}
.single-services h3 a {
color: #2E2F46;
font-size: 25px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services p {
margin-bottom: 20px;
font-size: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services .services-btn {
font-size: 15px;
font-weight: 500;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services .services-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.single-services:hover {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-services:hover .icon i {
-webkit-animation: jackInTheBox 0.5s;
animation: jackInTheBox 0.5s;
background-color: #0064FB;
color: #ffffff;
}
.single-services:hover .icon.bg-36CC72 i {
background-color: #36CC72;
}
.single-services:hover .icon.bg-FF414B i {
background-color: #FF414B;
}
.single-services:hover .icon.bg-FF6D3D i {
background-color: #FF6D3D;
}
.single-services:hover .icon.bg-8932F8 i {
background-color: #8932F8;
}
.single-services:hover .icon.bg-FFCA40 i {
background-color: #FFCA40;
}
.single-services:hover h3 a {
color: #0064FB;
}
.single-services:hover .services-btn {
color: #0064FB;
letter-spacing: 1px;
}
.single-services.with-box-shadow {
position: relative;
z-index: 1;
border-radius: 0;
border: none;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-services.with-box-shadow::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
background: #0064FB;
z-index: -1;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 0;
}
.single-services.with-box-shadow:hover::before {
height: 100%;
}
.single-services.with-box-shadow:hover .icon i {
-webkit-animation: jackInTheBox 0.5s;
animation: jackInTheBox 0.5s;
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-36CC72 i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FF414B i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FF6D3D i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-8932F8 i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FFCA40 i {
background-color: #ffffff;
color: #0064FB;
}
.single-services.with-box-shadow:hover h3 a {
color: #ffffff;
}
.single-services.with-box-shadow:hover p {
color: #ffffff;
}
.single-services.with-box-shadow:hover .services-btn {
color: #ffffff;
}
.single-services-item {
margin-bottom: 30px;
padding: 35px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
border: 1px solid #eeeeee;
text-align: center;
}
.single-services-item .icon {
margin-bottom: 35px;
}
.single-services-item .icon i {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
background-color: #E5F0FF;
color: #0064FB;
text-align: center;
font-size: 45px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-item .icon.bg-36CC72 i {
background-color: #EBFAF1;
color: #36CC72;
}
.single-services-item .icon.bg-FF414B i {
background-color: #FFECED;
color: #FF414B;
}
.single-services-item .icon.bg-FF6D3D i {
background-color: #FFF0EC;
color: #FF6D3D;
}
.single-services-item .icon.bg-8932F8 i {
background-color: #F3EBFE;
color: #8932F8;
}
.single-services-item .icon.bg-FFCA40 i {
background-color: #FFFAEC;
color: #FFCA40;
}
.single-services-item h3 {
margin-bottom: 18px;
font-size: 25px;
}
.single-services-item h3 a {
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-item p {
margin-bottom: 20px;
font-size: 15px;
}
.single-services-item .services-btn {
font-size: 15px;
font-weight: 500;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-item .services-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.single-services-item:hover {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-services-item:hover .icon i {
-webkit-animation: jackInTheBox 0.5s;
animation: jackInTheBox 0.5s;
background-color: #0064FB;
color: #ffffff;
}
.single-services-item:hover .icon.bg-36CC72 i {
background-color: #36CC72;
}
.single-services-item:hover .icon.bg-FF414B i {
background-color: #FF414B;
}
.single-services-item:hover .icon.bg-FF6D3D i {
background-color: #FF6D3D;
}
.single-services-item:hover .icon.bg-8932F8 i {
background-color: #8932F8;
}
.single-services-item:hover .icon.bg-FFCA40 i {
background-color: #FFCA40;
}
.single-services-item:hover h3 a {
color: #0064FB;
}
.single-services-item:hover .services-btn {
color: #0064FB;
letter-spacing: 1px;
}
.single-services-box {
margin-bottom: 30px;
padding: 35px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #ffffff;
text-align: center;
}
.single-services-box .icon {
margin-bottom: 35px;
}
.single-services-box .icon i {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
background-color: #0064FB;
color: #ffffff;
text-align: center;
font-size: 45px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-box .icon.bg-36CC72 i {
background-color: #36CC72;
}
.single-services-box .icon.bg-FF414B i {
background-color: #FF414B;
}
.single-services-box .icon.bg-FF6D3D i {
background-color: #FF6D3D;
}
.single-services-box .icon.bg-8932F8 i {
background-color: #8932F8;
}
.single-services-box .icon.bg-FFCA40 i {
background-color: #FFCA40;
}
.single-services-box h3 {
margin-bottom: 18px;
font-size: 25px;
}
.single-services-box h3 a {
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-box p {
margin-bottom: 20px;
font-size: 15px;
}
.single-services-box .services-btn {
font-size: 15px;
font-weight: 500;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-services-box .services-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.single-services-box:hover {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-services-box:hover .icon i {
-webkit-animation: jackInTheBox 0.5s;
animation: jackInTheBox 0.5s;
}
.single-services-box:hover h3 a {
color: #0064FB;
}
.single-services-box:hover .services-btn {
color: #0064FB;
letter-spacing: 1px;
}
.services-shape-1 {
position: absolute;
top: 20%;
left: 45%;
-webkit-transform: translateY(-20%) translateX(-45%);
transform: translateY(-20%) translateX(-45%);
z-index: 1;
}
.services-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.services-shape-2 {
position: absolute;
top: 15%;
left: 45%;
-webkit-transform: translateY(-15%) translateX(-45%);
transform: translateY(-15%) translateX(-45%);
z-index: 1;
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
}
.services-shape-3 {
position: absolute;
top: 45%;
left: 2%;
-webkit-transform: translateY(-45%) translateX(-2%);
transform: translateY(-45%) translateX(-2%);
z-index: -1;
}
.services-shape-4 {
position: absolute;
top: 45%;
right: 0%;
-webkit-transform: translateY(-45%) translateX(-5%);
transform: translateY(-45%) translateX(-5%);
z-index: -1;
}
.services-shape-5 {
position: absolute;
bottom: 10%;
left: 35%;
-webkit-transform: translateY(-10%) translateX(-35%);
transform: translateY(-10%) translateX(-35%);
z-index: 1;
}
/*================================================
Support Area CSS
=================================================*/
.support-area {
background-image: url(../../assets/images/support/ceo.jpeg);
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
z-index: 1;
padding-top: 100px;
padding-bottom: 100px;
overflow: hidden;
background-attachment: fixed;
}
.support-content {
background-color: #ffffff;
padding: 50px;
max-width: 545px;
margin-left: auto;
border-radius: 5px;
}
.support-content .tag {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
border-radius: 50px;
-webkit-box-shadow: 1px -2px 35px 10px rgba(0, 0, 0, 0.1);
box-shadow: 1px -2px 35px 10px rgba(0, 0, 0, 0.1);
}
.support-content h3 {
font-size: 30px;
margin-top: 25px;
margin-bottom: 15px;
line-height: 1.5;
}
.support-content p {
margin-bottom: 20px;
}
.support-content span {
font-weight: 500;
font-size: 16px;
color: #494A60;
}
.support-shape-1 {
position: absolute;
top: 0;
left: 5%;
-webkit-transform: translateY(0%) translateX(-5%);
transform: translateY(0%) translateX(-5%);
}
.support-shape-2 {
position: absolute;
bottom: 0;
left: 35%;
-webkit-transform: translateY(0%) translateX(-35%);
transform: translateY(0%) translateX(-35%);
}
.support-shape-3 {
position: absolute;
top: 30%;
right: 20%;
-webkit-transform: translateY(-30%) translateX(-20%);
transform: translateY(-30%) translateX(-20%);
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
}
.support-shape-4 {
position: absolute;
top: 32%;
right: 18%;
-webkit-transform: translateY(-32%) translateX(-18%);
transform: translateY(-32%) translateX(-18%);
}
.support-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.support-shape-5 {
position: absolute;
bottom: 15%;
right: 5%;
-webkit-transform: translateY(-15%) translateX(-5%);
transform: translateY(-15%) translateX(-5%);
}
.support-shape-6 {
position: absolute;
bottom: 10%;
right: 10%;
-webkit-transform: translateY(-10%) translateX(-10%);
transform: translateY(-10%) translateX(-10%);
}
/*================================================
Cases Area CSS
=================================================*/
.cases-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.single-cases {
margin-bottom: 30px;
}
.single-cases.with-border-radius .cases-image img {
border-radius: 15px;
}
.single-cases.with-border-radius:hover .cases-image img {
-webkit-transform: unset;
transform: unset;
}
.single-cases .cases-image {
overflow: hidden;
}
.single-cases .cases-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-cases .cases-content {
margin-top: 30px;
}
.single-cases .cases-content .tag-1 {
display: inline-block;
background-color: #EAF0FF;
color: #0064FB;
font-size: 14px;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-cases .cases-content .tag-1:hover {
background-color: #0064FB;
color: #ffffff;
}
.single-cases .cases-content .tag-2 {
display: inline-block;
background-color: #EAF0FF;
color: #36CC72;
font-size: 14px;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
margin-left: 15px;
}
.single-cases .cases-content .tag-2:hover {
background-color: #36CC72;
color: #ffffff;
}
.single-cases .cases-content h3 {
font-size: 25px;
margin-top: 25px;
margin-bottom: 18px;
}
.single-cases .cases-content h3 a {
position: relative;
}
.single-cases .cases-content h3 a::before {
content: "";
position: absolute;
width: 0%;
height: 100%;
left: 0;
top: 0;
border-bottom: 1px solid #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
z-index: -1;
}
.single-cases:hover .cases-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-cases:hover .cases-content h3 a {
color: #0064FB;
}
.single-cases:hover .cases-content h3 a::before {
width: 100%;
}
.cases-view-all-btn {
text-align: center;
margin-top: 15px;
}
.cases-view-all-btn .default-btn {
color: #ffffff;
background-color: #FF414B;
}
.cases-view-all-btn .default-btn span {
background-color: #0064FB;
}
.cases-view-all-btn .default-btn:hover {
color: #ffffff;
}
.cases-shape-1 {
position: absolute;
top: 5%;
right: 18%;
-webkit-transform: translateY(-5%) translateX(-18%);
transform: translateY(-5%) translateX(-18%);
}
.cases-shape-2 {
position: absolute;
bottom: 8%;
right: 12%;
-webkit-transform: translateY(-8%) translateX(-12%);
transform: translateY(-8%) translateX(-12%);
}
.cases-shape-3 {
position: absolute;
top: 45%;
right: 0;
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
}
.cases-shape-4 {
position: absolute;
top: 45%;
left: 2%;
-webkit-transform: translateY(-45%) translateX(-2%);
transform: translateY(-45%) translateX(-2%);
-webkit-animation: animationFramesOne 10s infinite linear;
animation: animationFramesOne 10s infinite linear;
z-index: -1;
}
.cases-shape-5 {
position: absolute;
top: 48%;
left: 2%;
-webkit-transform: translateY(-48%) translateX(-2%);
transform: translateY(-48%) translateX(-2%);
z-index: -1;
}
.cases-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.cases-shape-6 {
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translateY(-45%) translateX(-50%);
transform: translateY(-45%) translateX(-50%);
z-index: -1;
opacity: 35%;
}
.cases-shape-6 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.cases-shape-7 {
position: absolute;
top: 46%;
left: 52%;
-webkit-transform: translateY(-46%) translateX(-52%);
transform: translateY(-46%) translateX(-52%);
z-index: -1;
opacity: 35%;
}
.cases-shape-7 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Clients Area CSS
=================================================*/
.clients-area {
background-color: #F4F8FC;
position: relative;
z-index: 1;
overflow: hidden;
}
.clients-area.bg-white-color {
background-color: #ffffff;
}
.clients-area.bg-white-color .clients-item {
background-color: #F4F8FC;
}
.clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot span {
background-color: #E5F0FF;
}
.clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot:hover span, .clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot.active span {
background-color: #0064FB;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.clients-item {
background-color: #ffffff;
padding: 45px;
position: relative;
z-index: 1;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
}
.clients-item img {
display: inline-block !important;
width: auto !important;
border-radius: 50%;
}
.clients-item p {
margin-top: 25px;
margin-bottom: 25px;
}
.clients-item .title-name h3 {
font-size: 20px;
margin-bottom: 0;
}
.clients-item .title-name span {
display: inline-block;
margin-top: 10px;
color: #79798D;
font-size: 14px;
}
.clients-item .star-rating {
position: absolute;
top: 50px;
right: 45px;
}
.clients-item .star-rating i {
font-size: 15px;
color: #FFCA40;
margin-right: 2px;
}
.clients-item .star-rating i:last-child {
margin-right: 0;
}
.clients-item .shape-1 {
position: absolute;
top: 25%;
left: 45%;
-webkit-transform: translateY(-25%) translateX(-45%);
transform: translateY(-25%) translateX(-45%);
z-index: -1;
}
.clients-item .shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.clients-item .shape-2 {
position: absolute;
bottom: 20%;
right: 20%;
-webkit-transform: translateY(-20%) translateX(-20%);
transform: translateY(-20%) translateX(-20%);
z-index: -1;
}
.clients-item .shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.clients-item .shape-3 {
position: absolute;
bottom: 16%;
right: 16%;
-webkit-transform: translateY(-16%) translateX(-16%);
transform: translateY(-16%) translateX(-16%);
z-index: -1;
}
.clients-item .shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.clients-item.with-border {
border-bottom: 2px solid #0064FB;
}
.clients-shape-1 {
position: absolute;
top: 22%;
left: 20%;
-webkit-transform: translateY(-22%) translateX(-20%);
transform: translateY(-22%) translateX(-20%);
z-index: -1;
}
.clients-shape-2 {
position: absolute;
top: 28%;
left: 18%;
-webkit-transform: translateY(-28%) translateX(-18%);
transform: translateY(-28%) translateX(-18%);
z-index: -1;
}
.clients-shape-3 {
position: absolute;
bottom: 15%;
right: 12%;
-webkit-transform: translateY(-15%) translateX(-12%);
transform: translateY(-15%) translateX(-12%);
z-index: -1;
max-width: 100px;
}
.clients-slides.owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 50%;
}
.clients-slides.owl-theme .owl-dots .owl-dot:hover span, .clients-slides.owl-theme .owl-dots .owl-dot.active span {
background-color: #0064FB;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.clients-slides.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}
.clients-slides-two.owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 50%;
}
.clients-slides-two.owl-theme .owl-dots .owl-dot:hover span, .clients-slides-two.owl-theme .owl-dots .owl-dot.active span {
background-color: #FF414B;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.clients-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}
.clients-slides-two .clients-item .star-rating {
position: absolute;
top: 60px;
right: 45px;
}
.clients-slides-two .clients-item .shape-1 {
top: 20%;
left: 30%;
-webkit-transform: translateY(-20%) translateX(-30%);
transform: translateY(-20%) translateX(-30%);
}
.clients-slides-two .clients-item .shape-2 {
bottom: 20%;
right: 20%;
-webkit-transform: translateY(-20%) translateX(-20%);
transform: translateY(-20%) translateX(-20%);
}
.clients-slides-two .clients-item .shape-3 {
bottom: 16%;
right: 16%;
-webkit-transform: translateY(-16%) translateX(-16%);
transform: translateY(-16%) translateX(-16%);
}
/*================================================
Plans Area CSS
=================================================*/
.plans-area {
position: relative;
z-index: 1;
}
.plans-area::before {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 0;
height: 50%;
width: 100%;
background-color: #F4F8FC;
z-index: -1;
max-width: 1690px;
margin: auto;
border-radius: 5px;
}
.plans-area.bg-gradient-color::before {
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
}
.plans-area.bg-gradient-color .single-plans-table.active-box .plans-btn .default-btn {
background-color: #FF414B;
color: #ffffff;
}
.plans-area.bg-gradient-color .single-plans-table.active-box .plans-btn .default-btn span {
background-color: #0064FB;
}
.plans-area.bg-gradient-color .single-plans-table .plans-btn .default-btn {
background-color: #EAF0FF;
-webkit-box-shadow: unset;
box-shadow: unset;
color: #2E2F46;
}
.plans-area.bg-gradient-color .single-plans-table:hover .plans-btn .default-btn {
background-color: #FF414B;
color: #ffffff;
}
.plans-area.bg-gradient-color .single-plans-table:hover .plans-btn .default-btn span {
background-color: #0064FB;
}
.plans-area.bg-gradient-color .view-all-plans-btn .plans-btn-one {
color: #ffffff;
border-bottom: 1px solid #ffffff;
}
.plans-area.bg-transparent-color::before {
display: none;
}
.plans-area.bg-transparent-color .single-plans-table.active-box .plans-btn .default-btn {
background-color: #FF414B;
color: #ffffff;
}
.plans-area.bg-transparent-color .single-plans-table.active-box .plans-btn .default-btn span {
background-color: #0064FB;
}
.plans-area.bg-transparent-color .single-plans-table .plans-btn .default-btn {
background-color: #EAF0FF;
-webkit-box-shadow: unset;
box-shadow: unset;
color: #2E2F46;
}
.plans-area.bg-transparent-color .single-plans-table .plans-features-list {
padding-left: 0;
margin-top: 30px;
margin-bottom: 0;
}
.plans-area.bg-transparent-color .single-plans-table .plans-features-list li i {
color: #FF414B;
}
.plans-area.bg-transparent-color .single-plans-table:hover {
border: 1px solid #FF414B;
}
.plans-area.bg-transparent-color .single-plans-table:hover .plans-btn .default-btn {
background-color: #FF414B;
color: #ffffff;
}
.plans-area.bg-transparent-color .single-plans-table:hover .plans-btn .default-btn span {
background-color: #0064FB;
}
.plans-area.bg-color .single-plans-table .plans-features-list {
margin-top: 20px;
}
.plans-area.bg-color .single-plans-table .plans-btn {
margin-top: 35px;
}
.wrapper-full.hide {
display: none;
}
.plans-switcher {
text-align: center;
margin-bottom: 45px;
}
.plans-switcher .toggle, .plans-switcher .toggler {
display: inline-block;
vertical-align: middle;
margin: 0 8px;
cursor: pointer;
}
.plans-switcher .toggler {
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 16px;
font-weight: 500;
}
.plans-switcher .toggler.toggler--is-active {
color: #36CC72;
}
.plans-switcher .toggle {
position: relative;
width: 70px;
height: 35px;
border-radius: 100px;
background-color: #36CC72;
overflow: hidden;
}
.plans-switcher .toggle .b {
display: block;
}
.plans-switcher .toggle .switch {
position: absolute;
left: 5px;
top: 5px;
bottom: 5px;
right: 58.5%;
background-color: #ffffff;
border-radius: 50px;
z-index: 1;
-webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-delay: 0s, .08s;
transition-delay: 0s, .08s;
}
.plans-switcher .toggle .check {
position: absolute;
display: block;
cursor: pointer;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 6;
}
.plans-switcher .toggle .check:checked ~ .switch {
right: 5px;
left: 57.5%;
-webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-delay: .08s, 0s;
transition-delay: .08s, 0s;
}
.single-plans-table {
background-color: #ffffff;
border: 1px solid #E6EDF7;
padding: 50px 45px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
margin-bottom: 30px;
position: relative;
}
.single-plans-table.active-box {
border: 1px solid #36CC72;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table.active-box .plans-btn .default-btn {
background-color: #36CC72;
}
.single-plans-table .plans-header h3 {
font-size: 25px;
margin-bottom: 10px;
}
.single-plans-table .plans-header p {
font-size: 15px;
margin-bottom: 0;
}
.single-plans-table .price {
font-size: 50px;
font-weight: 500;
margin-top: 18px;
}
.single-plans-table .price span {
font-size: 15px;
font-weight: 500;
color: #494A60;
}
.single-plans-table .plans-btn {
margin-top: 22px;
}
.single-plans-table .plans-btn .default-btn {
width: 100%;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table .plans-btn .default-btn i {
position: relative;
right: 0;
top: 2px;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
margin-left: 5px;
}
.single-plans-table .plans-btn .default-btn:hover {
-webkit-transform: unset;
transform: unset;
}
.single-plans-table .plans-features-list {
padding-left: 0;
margin-top: 30px;
margin-bottom: 0;
}
.single-plans-table .plans-features-list li {
font-size: 16px;
font-weight: 500;
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 15px;
}
.single-plans-table .plans-features-list li:last-child {
margin-bottom: 0;
}
.single-plans-table .plans-features-list li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #36CC72;
}
.single-plans-table .popular-tag {
position: absolute;
right: 30px;
top: 20px;
}
.single-plans-table .popular-tag span {
font-size: 15px;
color: #36CC72;
font-weight: 500;
}
.single-plans-table:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
border: 1px solid #36CC72;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table:hover .plans-btn .default-btn {
background-color: #36CC72;
}
.view-all-plans-btn {
text-align: center;
margin-top: 15px;
}
.view-all-plans-btn .plans-btn-one {
font-size: 15px;
font-weight: 500;
color: #0064FB;
border-bottom: 1px solid #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.view-all-plans-btn .plans-btn-one:hover {
letter-spacing: 1px;
}
.plans-shape-1 {
position: absolute;
top: 38%;
left: 58%;
-webkit-transform: translateY(-38%) translateX(-58%);
transform: translateY(-38%) translateX(-58%);
}
.plans-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.plans-shape-2 {
position: absolute;
top: 42%;
left: 56%;
-webkit-transform: translateY(-42%) translateX(-56%);
transform: translateY(-42%) translateX(-56%);
}
.plans-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.plans-shape-3 {
position: absolute;
bottom: 22%;
left: 56%;
-webkit-transform: translateY(-22%) translateX(-56%);
transform: translateY(-22%) translateX(-56%);
}
.plans-shape-4 {
position: absolute;
top: 12%;
left: 30%;
-webkit-transform: translateY(-12%) translateX(-30%);
transform: translateY(-12%) translateX(-30%);
z-index: -1;
}
.plans-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.plans-shape-5 {
position: absolute;
top: 15%;
left: 32%;
-webkit-transform: translateY(-15%) translateX(-32%);
transform: translateY(-15%) translateX(-32%);
z-index: -1;
}
.plans-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Blog Area CSS
=================================================*/
.blog-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.single-blog {
-webkit-transition: 0.6s;
transition: 0.6s;
margin-bottom: 30px;
}
.single-blog .blog-content {
margin-top: 30px;
}
.single-blog .blog-content .entry-meta {
padding-left: 0;
margin-bottom: 0;
}
.single-blog .blog-content .entry-meta .tag {
display: inline-block;
background-color: #EAF0FF;
color: #0064FB;
font-size: 14px;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-blog .blog-content .entry-meta .tag:hover {
background-color: #0064FB;
color: #ffffff;
}
.single-blog .blog-content .entry-meta li {
list-style-type: none;
display: inline-block;
color: #79798D;
font-size: 14px;
font-weight: 400;
margin-right: 15px;
position: relative;
padding-left: 18px;
}
.single-blog .blog-content .entry-meta li:last-child {
margin-right: 0;
}
.single-blog .blog-content .entry-meta li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #36CC72;
font-size: 14px;
}
.single-blog .blog-content h3 {
font-size: 22px;
margin-top: 20px;
margin-bottom: 15px;
line-height: 1.5;
}
.single-blog .blog-content h3 a {
color: #2E2F46;
}
.single-blog .blog-content .blog-btn {
font-size: 16px;
font-weight: 500;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-blog .blog-content .blog-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.single-blog:hover .blog-content h3 a {
color: #0064FB;
}
.single-blog:hover .blog-content .blog-btn {
letter-spacing: 1px;
}
.single-blog-standard {
margin-bottom: 30px;
}
.single-blog-standard .blog-image {
overflow: hidden;
}
.single-blog-standard .blog-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-blog-standard .blog-content {
margin-top: 30px;
}
.single-blog-standard .blog-content .entry-meta {
padding-left: 0;
margin-bottom: 0;
}
.single-blog-standard .blog-content .entry-meta .tag {
display: inline-block;
background-color: #EAF0FF;
color: #0064FB;
font-size: 14px;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-blog-standard .blog-content .entry-meta .tag:hover {
background-color: #0064FB;
color: #ffffff;
}
.single-blog-standard .blog-content .entry-meta li {
list-style-type: none;
display: inline-block;
color: #79798D;
font-size: 14px;
font-weight: 400;
margin-right: 15px;
position: relative;
padding-left: 18px;
}
.single-blog-standard .blog-content .entry-meta li:last-child {
margin-right: 0;
}
.single-blog-standard .blog-content .entry-meta li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #36CC72;
font-size: 14px;
}
.single-blog-standard .blog-content h3 {
font-size: 28px;
margin-top: 20px;
margin-bottom: 15px;
line-height: 1.5;
}
.single-blog-standard .blog-content h3 a {
color: #2E2F46;
}
.single-blog-standard .blog-content p {
margin-bottom: 30px;
}
.single-blog-standard .blog-content .default-btn {
background-color: transparent;
border: 1px solid #0064FB;
color: #494A60;
}
.single-blog-standard .blog-content .default-btn:hover {
border: 1px solid #FF414B;
color: #ffffff;
}
.single-blog-standard:hover .blog-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-blog-standard:hover .blog-content h3 a {
color: #0064FB;
}
.blog-shape-1 {
position: absolute;
top: 10%;
right: 2%;
-webkit-transform: translateY(-10%) translateX(-2%);
transform: translateY(-10%) translateX(-2%);
}
.blog-shape-2 {
position: absolute;
top: 10%;
left: 2%;
-webkit-transform: translateY(-10%) translateX(-2%);
transform: translateY(-10%) translateX(-2%);
}
/*================================================
Overview Area CSS
=================================================*/
.overview-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.overview-box {
background-color: #0064FB;
border-radius: 5px;
padding-top: 85px;
padding-bottom: 85px;
padding-left: 50px;
padding-right: 50px;
}
.overview-content {
text-align: center;
}
.overview-content h3 {
font-size: 36px;
margin-bottom: 0;
color: #ffffff;
}
.overview-content .overview-btn {
margin-top: 30px;
}
.overview-content .overview-btn .overview-btn-one {
font-size: 22px;
font-weight: 400;
color: #ffffff;
}
.overview-content .overview-btn img {
display: block;
margin: auto;
}
.overview-shape-1 {
position: absolute;
top: 50%;
left: 25%;
-webkit-transform: translateY(-50%) translateX(-25%);
transform: translateY(-50%) translateX(-25%);
}
.overview-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.overview-shape-2 {
position: absolute;
top: 55%;
left: 28%;
-webkit-transform: translateY(-55%) translateX(-28%);
transform: translateY(-55%) translateX(-28%);
}
.overview-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.overview-shape-3 {
position: absolute;
top: 10%;
left: 50%;
-webkit-transform: translateY(-10%) translateX(-50%);
transform: translateY(-10%) translateX(-50%);
}
.overview-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.overview-shape-4 {
position: absolute;
bottom: 35%;
right: 20%;
-webkit-transform: translateY(-35%) translateX(-20%);
transform: translateY(-35%) translateX(-20%);
}
.overview-shape-5 {
position: absolute;
bottom: 15%;
right: 22%;
-webkit-transform: translateY(-15%) translateX(-22%);
transform: translateY(-15%) translateX(-22%);
}
/*================================================
About Area CSS
=================================================*/
.about-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.about-area::before {
position: absolute;
content: "";
height: 100%;
width: 50%;
background-color: #F4F8FC;
left: 0;
top: 0;
z-index: -1;
}
.about-area::after {
position: absolute;
content: "";
height: 100%;
width: 50%;
background-color: #ffffff;
right: 0;
top: 0;
z-index: -1;
}
.about-image {
padding-top: 75px;
padding-bottom: 75px;
padding-right: 30px;
}
.about-item {
padding-left: 50px;
}
.about-item .about-content .tag {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
border-radius: 50px;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.about-item .about-content h3 {
font-size: 40px;
margin-top: 25px;
margin-bottom: 20px;
line-height: 1.4;
}
.about-item .about-content p {
margin-bottom: 0;
position: relative;
z-index: 1;
}
.about-item .about-inner-content {
position: relative;
margin-top: 30px;
padding-left: 80px;
}
.about-item .about-inner-content img {
position: absolute;
left: 0;
top: 0;
}
.about-item .about-inner-content h4 {
font-size: 22px;
margin-bottom: 12px;
font-weight: 500;
}
.about-item .about-btn {
margin-top: 30px;
padding-left: 85px;
}
.about-item .about-btn .default-btn {
background-color: #FF414B;
}
.about-item .about-btn .default-btn span {
background-color: #0064FB;
}
.about-shape-1 {
position: absolute;
top: 8%;
left: 10%;
-webkit-transform: translateY(-8%) translateX(-10%);
transform: translateY(-8%) translateX(-10%);
}
.about-shape-2 {
position: absolute;
bottom: 2%;
left: 5%;
-webkit-transform: translateY(-2%) translateX(-5%);
transform: translateY(-2%) translateX(-5%);
}
.about-shape-3 {
position: absolute;
top: 5%;
right: 15%;
-webkit-transform: translateY(-5%) translateX(-15%);
transform: translateY(-5%) translateX(-15%);
}
.about-shape-4 {
position: absolute;
top: 30%;
left: 50%;
-webkit-transform: translateY(-30%) translateX(-50%);
transform: translateY(-30%) translateX(-50%);
}
.about-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.about-shape-5 {
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translateY(-35%) translateX(-50%);
transform: translateY(-35%) translateX(-50%);
}
.about-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.about-shape-6 {
position: absolute;
bottom: 10%;
right: 20%;
-webkit-transform: translateY(-10%) translateX(-20%);
transform: translateY(-10%) translateX(-20%);
}
.about-shape-6 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.about-shape-7 {
position: absolute;
bottom: 5%;
right: 18%;
-webkit-transform: translateY(-5%) translateX(-18%);
transform: translateY(-5%) translateX(-18%);
}
.about-shape-7 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Video Area CSS
=================================================*/
.video-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.video-view-content {
text-align: center;
position: relative;
z-index: 1;
max-width: 1050px;
margin: auto;
}
.video-view-content .video-image {
overflow: hidden;
}
.video-view-content .video-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.video-view-content .video-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 80px;
background-color: #ffffff;
border-radius: 50%;
color: #FF414B;
position: absolute;
z-index: 1;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
margin: auto;
text-align: center;
font-size: 40px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.video-view-content .video-btn i {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.video-view-content .video-btn::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
border: 1px solid #ffffff;
-webkit-animation: ripple 1s linear infinite;
animation: ripple 1s linear infinite;
}
.video-view-content .video-btn:hover {
background-color: #FF414B;
}
.video-view-content .video-btn:hover i {
color: #ffffff;
}
.video-view-content:hover .video-image {
overflow: hidden;
}
.video-view-content:hover .video-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
@-webkit-keyframes ripple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(1.75);
transform: scale(1.75);
opacity: 1;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
@keyframes ripple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(1.75);
transform: scale(1.75);
opacity: 1;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
.video-shape-1 {
position: absolute;
top: 20%;
left: 10%;
-webkit-transform: translateY(-20%) translateX(-10%);
transform: translateY(-20%) translateX(-10%);
}
.video-shape-2 {
position: absolute;
top: 50%;
right: 10%;
-webkit-transform: translateY(-50%) translateX(-10%);
transform: translateY(-50%) translateX(-10%);
}
/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.fun-facts-box {
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
padding-top: 80px;
padding-bottom: 50px;
padding-left: 50px;
padding-right: 50px;
border-radius: 5px;
}
.single-fun-fact {
margin-bottom: 30px;
position: relative;
padding-left: 85px;
}
.single-fun-fact .icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-fun-fact .icon i {
display: inline-block;
height: 70px;
width: 70px;
line-height: 70px;
font-size: 35px;
background-color: #ffffff40;
color: #ffffff;
text-align: center;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 2px;
}
.single-fun-fact h3 {
font-size: 36px;
margin-bottom: 0;
color: #ffffff;
font-weight: 500;
}
.single-fun-fact h3 .sign-icon {
font-size: 36px;
position: relative;
left: -8px;
}
.single-fun-fact p {
color: #ffffff;
margin-top: 5px;
}
.single-fun-fact-box {
margin-bottom: 30px;
position: relative;
padding-left: 85px;
}
.single-fun-fact-box .icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-fun-fact-box .icon i {
display: inline-block;
height: 70px;
width: 70px;
line-height: 70px;
font-size: 35px;
background-color: #E5F0FF;
color: #0064FB;
text-align: center;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 2px;
}
.single-fun-fact-box .icon.bg-FF414B i {
background-color: #FFECED;
color: #FF414B;
}
.single-fun-fact-box .icon.bg-36CC72 i {
background-color: #EBFAF1;
color: #36CC72;
}
.single-fun-fact-box .icon.bg-FFCA40 i {
background-color: #FFFAEC;
color: #FFCA40;
}
.single-fun-fact-box h3 {
font-size: 36px;
margin-bottom: 0;
font-weight: 500;
}
.single-fun-fact-box h3 .sign-icon {
font-size: 36px;
position: relative;
left: -8px;
}
.single-fun-fact-box p {
margin-top: 5px;
}
.single-fun-fact-box:hover .icon i {
background-color: #0064FB;
color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-FF414B i {
background-color: #FF414B;
color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-36CC72 i {
background-color: #36CC72;
color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-FFCA40 i {
background-color: #FFCA40;
color: #ffffff;
}
.fun-facts-shape-1 {
position: absolute;
bottom: 15%;
left: 5%;
-webkit-transform: translateY(-15%) translateX(-5%);
transform: translateY(-15%) translateX(-5%);
}
.fun-facts-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.fun-facts-shape-2 {
position: absolute;
bottom: 5%;
left: 8%;
-webkit-transform: translateY(-5%) translateX(-8%);
transform: translateY(-5%) translateX(-8%);
}
.fun-facts-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.fun-facts-shape-3 {
position: absolute;
bottom: 25%;
right: 5%;
-webkit-transform: translateY(-25%) translateX(-5%);
transform: translateY(-25%) translateX(-5%);
}
.fun-facts-shape-4 {
position: absolute;
bottom: 0;
right: 10%;
-webkit-transform: translateX(-10%);
transform: translateX(-10%);
}
/*================================================
Projects Area CSS
=================================================*/
.projects-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.single-projects .projects-image {
overflow: hidden;
}
.single-projects .projects-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
display: inline-block;
}
.single-projects .projects-content {
margin-top: 25px;
}
.single-projects .projects-content h3 {
font-size: 25px;
margin-bottom: 18px;
}
.single-projects .projects-content h3 a {
color: #2E2F46;
}
.single-projects .projects-content p {
margin-bottom: 18px;
}
.single-projects .projects-content .projects-btn {
color: #494A60;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-projects .projects-content .projects-btn i {
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-projects:hover .projects-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-projects:hover .projects-content h3 a {
color: #FF414B;
}
.single-projects:hover .projects-content .projects-btn {
letter-spacing: 1px;
color: #FF414B;
}
.single-projects-box {
margin-bottom: 30px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-projects-box .projects-image {
overflow: hidden;
}
.single-projects-box .projects-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
display: inline-block;
}
.single-projects-box .projects-content {
margin-top: 25px;
}
.single-projects-box .projects-content h3 {
font-size: 25px;
margin-bottom: 18px;
}
.single-projects-box .projects-content h3 a {
color: #2E2F46;
}
.single-projects-box .projects-content p {
margin-bottom: 18px;
}
.single-projects-box .projects-content .projects-btn {
color: #494A60;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-projects-box .projects-content .projects-btn i {
position: absolute;
right: -20px;
top: 58%;
-webkit-transform: translateY(-58%);
transform: translateY(-58%);
font-size: 14px;
}
.single-projects-box:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-projects-box:hover .projects-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-projects-box:hover .projects-content h3 a {
color: #0064FB;
}
.single-projects-box:hover .projects-content .projects-btn {
letter-spacing: 1px;
color: #0064FB;
}
.projects-slides.owl-theme {
left: calc((100% - 1380px)/2);
position: relative;
}
.projects-slides .owl-scrollbar {
height: 5px;
background-color: #e1e1e1;
max-width: 515px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
border-radius: 30px !important;
}
.projects-slides .owl-scrollbar .owl-scroll-handle {
height: 5px;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 76, 0.96)), to(#FF8760));
background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
border-radius: 30px !important;
}
.projects-shape-1 {
position: absolute;
top: 25%;
left: 0;
-webkit-transform: translateY(-25%);
transform: translateY(-25%);
}
.projects-shape-2 {
position: absolute;
top: 20%;
left: 30%;
-webkit-transform: translateY(-20%) translateX(-30%);
transform: translateY(-20%) translateX(-30%);
z-index: -1;
}
.projects-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.projects-shape-3 {
position: absolute;
top: 10%;
right: 15%;
-webkit-transform: translateY(-10%) translateX(-15%);
transform: translateY(-10%) translateX(-15%);
}
.projects-shape-4 {
position: absolute;
bottom: 15%;
right: 15%;
-webkit-transform: translateY(-15%) translateX(-15%);
transform: translateY(-15%) translateX(-15%);
}
.projects-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.projects-shape-5 {
position: absolute;
bottom: 10%;
right: 12%;
-webkit-transform: translateY(-10%) translateX(-12%);
transform: translateY(-10%) translateX(-12%);
}
.projects-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Analysis Area CSS
=================================================*/
.analysis-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.analysis-item {
padding-left: 30px;
}
.analysis-item .analysis-content h3 {
font-size: 40px;
margin-bottom: 20px;
line-height: 1.4;
}
.analysis-item .analysis-content p {
margin-bottom: 0;
position: relative;
z-index: 1;
}
.analysis-item .analysis-inner-content {
position: relative;
margin-top: 30px;
padding-left: 80px;
}
.analysis-item .analysis-inner-content img {
position: absolute;
left: 0;
top: 0;
}
.analysis-shape-1 {
position: absolute;
top: 5%;
left: 10%;
-webkit-transform: translateY(-5%) translateX(-10%);
transform: translateY(-5%) translateX(-10%);
max-width: 80px;
}
.analysis-shape-2 {
position: absolute;
top: 5%;
left: 30%;
-webkit-transform: translateY(-5%) translateX(-30%);
transform: translateY(-5%) translateX(-30%);
max-width: 45px;
}
.analysis-shape-3 {
position: absolute;
bottom: 15%;
left: 34%;
-webkit-transform: translateY(-15%) translateX(-34%);
transform: translateY(-15%) translateX(-34%);
}
.analysis-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.analysis-shape-4 {
position: absolute;
bottom: 10%;
left: 35%;
-webkit-transform: translateY(-10%) translateX(-35%);
transform: translateY(-10%) translateX(-35%);
}
.analysis-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.analysis-shape-5 {
position: absolute;
bottom: 8%;
left: 50%;
-webkit-transform: translateY(-8%) translateX(-50%);
transform: translateY(-8%) translateX(-50%);
}
.analysis-shape-5 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
/*================================================
Technology Area CSS
=================================================*/
.technology-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.technology-content {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
padding: 50px;
max-width: 545px;
margin-left: auto;
border-radius: 5px;
position: absolute;
top: 32%;
-webkit-transform: translateY(-32%);
transform: translateY(-32%);
z-index: 1;
}
.technology-content .tag {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
border-radius: 50px;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.technology-content h3 {
font-size: 30px;
margin-top: 25px;
margin-bottom: 15px;
line-height: 1.5;
}
.technology-content p {
margin-bottom: 20px;
}
.technology-content span {
font-weight: 500;
font-size: 16px;
color: #494A60;
}
.technology-content span b {
color: #36CC72;
font-weight: 500;
}
.technology-image {
overflow: hidden;
position: relative;
}
.technology-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
}
.technology-image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.technology-image .video-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 80px;
background-color: #ffffff;
border-radius: 50%;
color: #FF414B;
position: absolute;
z-index: 1;
bottom: 15%;
left: 25%;
-webkit-transform: translateY(-15%) translateX(-25%);
transform: translateY(-15%) translateX(-25%);
text-align: center;
font-size: 40px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.technology-image .video-btn i {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.technology-image .video-btn::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
border: 1px solid #ffffff;
-webkit-animation: ripple 1s linear infinite;
animation: ripple 1s linear infinite;
}
.technology-image .video-btn:hover {
background-color: #FF414B;
}
.technology-image .video-btn:hover i {
color: #ffffff;
}
.technology-shape-1 {
position: absolute;
top: 5%;
left: 25%;
-webkit-transform: translateY(-5%) translateX(-25%);
transform: translateY(-5%) translateX(-25%);
}
.technology-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.technology-shape-2 {
position: absolute;
top: 5%;
left: 28%;
-webkit-transform: translateY(-5%) translateX(-28%);
transform: translateY(-5%) translateX(-28%);
}
.technology-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.technology-shape-3 {
position: absolute;
top: 22%;
left: 32%;
-webkit-transform: translateY(-22%) translateX(-32%);
transform: translateY(-22%) translateX(-32%);
z-index: 1;
}
.technology-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.technology-shape-4 {
position: absolute;
top: 20%;
left: 35%;
-webkit-transform: translateY(-20%) translateX(-35%);
transform: translateY(-20%) translateX(-35%);
z-index: 1;
}
.technology-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.technology-shape-5 {
position: absolute;
bottom: 26%;
left: 35%;
-webkit-transform: translateY(-26%) translateX(-35%);
transform: translateY(-26%) translateX(-35%);
z-index: 1;
}
.technology-shape-6 {
position: absolute;
bottom: 20%;
left: 30%;
-webkit-transform: translateY(-20%) translateX(-30%);
transform: translateY(-20%) translateX(-30%);
z-index: 1;
}
.technology-shape-7 {
position: absolute;
top: 35%;
right: 1%;
-webkit-transform: translateY(-35%) translateX(-1%);
transform: translateY(-35%) translateX(-1%);
z-index: -1;
}
.technology-shape-8 {
position: absolute;
top: 40%;
right: 2%;
-webkit-transform: translateY(-40%) translateX(-2%);
transform: translateY(-40%) translateX(-2%);
z-index: -1;
}
/*================================================
Team Area CSS
=================================================*/
.single-team-box {
margin-bottom: 30px;
text-align: center;
}
.single-team-box.with-border-radius .image img {
border-radius: 10px;
}
.single-team-box.with-border-radius:hover .image img {
-webkit-transform: unset;
transform: unset;
}
.single-team-box .image {
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
overflow: hidden;
}
.single-team-box .image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-team-box .image .social {
padding-left: 0;
list-style-type: none;
position: absolute;
left: 0;
right: 0;
bottom: 45px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
.single-team-box .image .social li {
display: inline-block;
-webkit-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
visibility: hidden;
margin-left: 2px;
margin-right: 2px;
}
.single-team-box .image .social li a i {
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
background-color: #ffffff;
text-align: center;
position: relative;
font-size: 16px;
color: #0064FB;
border-radius: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-team-box .image .social li a i:hover {
color: #ffffff;
background-color: #0064FB;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-team-box .image .social li:nth-child(1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.single-team-box .image .social li:nth-child(2) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.single-team-box .image .social li:nth-child(3) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.single-team-box .image .social li:nth-child(4) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.single-team-box .content {
margin-top: 25px;
}
.single-team-box .content h3 {
margin-bottom: 0;
font-size: 22px;
font-weight: 500;
}
.single-team-box .content span {
display: block;
color: #79798D;
font-size: 14px;
margin-top: 8px;
}
.single-team-box:hover .image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-team-box:hover .image .social li {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.see-team-member-btn {
text-align: center;
margin-top: 15px;
}
.see-team-member-btn .see-btn {
font-size: 15px;
font-weight: 500;
color: #0064FB;
border-bottom: 1px solid #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.see-team-member-btn .see-btn:hover {
letter-spacing: 1px;
}
/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
background-color: #F4F8FC;
padding-top: 100px;
padding-bottom: 110px;
position: relative;
z-index: 1;
}
.page-banner-content {
text-align: center;
}
.page-banner-content.max-width {
max-width: 855px;
margin: auto;
}
.page-banner-content.max-width h2 {
line-height: 1.5;
}
.page-banner-content h2 {
font-size: 40px;
margin-bottom: 20px;
}
.page-banner-content ul {
padding-left: 0;
margin-bottom: 0;
}
.page-banner-content ul li {
display: inline-block;
list-style-type: none;
font-size: 14px;
font-weight: 500;
color: #79798D;
position: relative;
margin-left: 25px;
}
.page-banner-content ul li::before {
content: '';
position: absolute;
left: -18px;
top: 12px;
height: 1px;
width: 10px;
background: #494A60;
}
.page-banner-content ul li:first-child {
margin-left: 0;
}
.page-banner-content ul li:first-child::before {
display: none;
}
.page-banner-content ul li a {
display: block;
color: #0064FB;
}
.page-banner-shape-1 {
position: absolute;
top: 10%;
left: 10%;
-webkit-transform: translateY(-10%) translateX(-10%);
transform: translateY(-10%) translateX(-10%);
}
.page-banner-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.page-banner-shape-2 {
position: absolute;
top: 20%;
left: 12%;
-webkit-transform: translateY(-20%) translateX(-12%);
transform: translateY(-20%) translateX(-12%);
}
.page-banner-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.page-banner-shape-3 {
position: absolute;
bottom: 5%;
left: 30%;
-webkit-transform: translateY(-5%) translateX(-30%);
transform: translateY(-5%) translateX(-30%);
}
.page-banner-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.page-banner-shape-4 {
position: absolute;
bottom: 5%;
right: 5%;
-webkit-transform: translateY(-5%) translateX(-5%);
transform: translateY(-5%) translateX(-5%);
}
/*================================================
FAQ Area CSS
=================================================*/
.faq-area {
position: relative;
z-index: 1;
overflow: hidden;
}
.faq-accordion {
padding-left: 50px;
}
.faq-accordion .accordion {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
display: block;
margin-bottom: 0;
border: none;
background-color: transparent;
}
.faq-accordion .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item:last-child .accordion-title {
border-bottom: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-item:last-child .accordion-content {
padding-bottom: 0;
border-top: none;
}
.faq-accordion .accordion .accordion-title {
padding: 15px 25px 15px 25px;
color: #2E2F46;
position: relative;
display: block;
font-size: 16px;
font-weight: 500;
border-radius: 2px;
cursor: pointer;
border-top: 1px solid #D0D9E4;
border-left: 1px solid #D0D9E4;
border-right: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-title i {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #2E2F46;
font-size: 20px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.faq-accordion .accordion .accordion-title.active i::before {
content: "\f1ae";
color: #0064FB;
}
.faq-accordion .accordion .accordion-content {
display: none;
position: relative;
padding: 18px 0 18px 0;
color: #494A60;
border-top: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-content p {
font-size: 15px;
}
.faq-accordion .accordion .accordion-content.show {
display: block;
}
.faq-accordion.accordion-box {
max-width: 950px;
margin: auto;
padding-left: 0;
}
.ticket-box {
max-width: 665px;
margin: 100px auto 0;
text-align: center;
}
.ticket-box h3 {
font-size: 25px;
font-weight: 500;
margin-bottom: 35px;
}
.ticket-box .box-one {
background-color: #0064FB;
padding: 30px;
border-radius: 5px;
display: inline-block;
margin-right: 25px;
}
.ticket-box .box-one i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.ticket-box .box-one a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.ticket-box .box-two {
background-color: #36CC72;
padding: 30px;
border-radius: 5px;
display: inline-block;
}
.ticket-box .box-two i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.ticket-box .box-two a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.faq-shape-1 {
position: absolute;
left: 2%;
top: 20%;
-webkit-transform: translateY(-20%) translateX(-2%);
transform: translateY(-20%) translateX(-2%);
z-index: -1;
}
.faq-shape-2 {
position: absolute;
left: 25%;
top: 60%;
-webkit-transform: translateY(-60%) translateX(-25%);
transform: translateY(-60%) translateX(-25%);
z-index: -1;
max-width: 100px;
}
.faq-shape-3 {
position: absolute;
right: 5%;
top: 10%;
-webkit-transform: translateY(-10%) translateX(-5%);
transform: translateY(-10%) translateX(-5%);
z-index: -1;
}
.faq-shape-4 {
position: absolute;
right: 2%;
top: 30%;
-webkit-transform: translateY(-30%) translateX(-2%);
transform: translateY(-30%) translateX(-2%);
z-index: -1;
}
.faq-shape-5 {
position: absolute;
right: 10%;
bottom: 5%;
-webkit-transform: translateY(-30%) translateX(-5%);
transform: translateY(-30%) translateX(-5%);
z-index: -1;
max-width: 175px;
}
/*================================================
ProcessArea CSS
=================================================*/
.process-inner-box {
background-color: #F4F8FC;
padding-top: 80px;
padding-bottom: 65px;
padding-left: 50px;
padding-right: 50px;
position: relative;
z-index: 1;
border-radius: 5px;
}
.single-process {
background-color: #0064FB;
padding: 35px 25px;
max-width: 165px;
margin: 0 auto 30px;
text-align: center;
position: relative;
z-index: 1;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-process::before {
content: '';
position: absolute;
right: -15px;
bottom: -15px;
z-index: -1;
width: 100%;
height: 100%;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #ffffff;
}
.single-process::after {
content: '';
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
width: 100%;
height: 100%;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #0064FB;
}
.single-process i {
font-size: 35px;
color: #ffffff;
}
.single-process p {
font-size: 18px;
color: #ffffff;
margin-top: 5px;
}
.single-process.bg-36CC72::after {
background-color: #36CC72;
}
.single-process.bg-FF414B::after {
background-color: #FF414B;
}
.single-process.bg-FF6D3D::after {
background-color: #FF6D3D;
}
.single-process:hover {
-webkit-animation: bounce 1s;
animation: bounce 1s;
}
.single-process-box {
background-color: #0064FB;
padding: 35px 25px;
margin-bottom: 30px;
text-align: center;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
}
.single-process-box i {
font-size: 45px;
color: #ffffff;
}
.single-process-box p {
font-size: 20px;
color: #ffffff;
margin-top: 5px;
}
.single-process-box.bg-36CC72 {
background-color: #36CC72;
}
.single-process-box.bg-FF414B {
background-color: #FF414B;
}
.single-process-box.bg-FF6D3D {
background-color: #FF6D3D;
}
.single-process-box:hover {
-webkit-animation: bounce 1s;
animation: bounce 1s;
}
.process-bar-shape {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center;
}
/*================================================
Services Details Area CSS
=================================================*/
.services-details-information .services-list {
padding-left: 0;
margin-bottom: 0;
background-color: #F4F8FC;
padding-top: 30px;
padding-bottom: 30px;
}
.services-details-information .services-list li {
list-style-type: none;
}
.services-details-information .services-list li a {
display: inline-block;
padding: 20px 35px;
font-size: 16px;
width: 100%;
font-weight: 500;
}
.services-details-information .services-list li a:hover, .services-details-information .services-list li a.active {
background-color: #ffffff;
color: #0064FB;
}
.services-details-information .services-list li:last-child a {
border-bottom: none;
}
.services-details-information .services-contact-info {
background-color: #F4F8FC;
padding: 40px 35px;
margin-top: 30px;
text-align: center;
}
.services-details-information .services-contact-info h3 {
font-size: 22px;
font-weight: 500;
margin-bottom: 0;
line-height: 1.5;
}
.services-details-information .services-contact-info .info-box-one {
background-color: #0064FB;
padding: 30px;
border-radius: 5px;
margin-top: 25px;
}
.services-details-information .services-contact-info .info-box-one i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.services-details-information .services-contact-info .info-box-one a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.services-details-information .services-contact-info .info-box-two {
background-color: #36CC72;
padding: 30px;
border-radius: 5px;
margin-top: 25px;
}
.services-details-information .services-contact-info .info-box-two i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.services-details-information .services-contact-info .info-box-two a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.services-details-overview-content h3 {
font-size: 30px;
margin-bottom: 20px;
}
.services-details-overview-content p {
font-size: 15px;
}
.services-details-overview-content .overview-list {
padding-left: 45px;
margin-top: 30px;
margin-bottom: 0;
}
.services-details-overview-content .overview-list li {
list-style-type: none;
font-size: 15px;
color: #494A60;
position: relative;
padding-left: 20px;
margin-bottom: 20px;
}
.services-details-overview-content .overview-list li:last-child {
margin-bottom: 0;
}
.services-details-overview-content .overview-list li i {
font-size: 15px;
color: #36CC72;
position: absolute;
left: 0;
top: 2px;
}
.services-details-overview-content .overview-image {
margin-top: 45px;
position: relative;
overflow: hidden;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.services-details-overview-content .overview-image img {
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.services-details-overview-content .overview-image .shape-1 {
position: absolute;
top: 10%;
left: 15%;
-webkit-transform: translateY(-10%) translateX(-15%);
transform: translateY(-10%) translateX(-15%);
}
.services-details-overview-content .overview-image .shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.services-details-overview-content .overview-image .shape-2 {
position: absolute;
top: 20%;
left: 10%;
-webkit-transform: translateY(-20%) translateX(-10%);
transform: translateY(-20%) translateX(-10%);
}
.services-details-overview-content .overview-image .shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.services-details-overview-content .overview-image .shape-3 {
position: absolute;
bottom: 10%;
right: 5%;
-webkit-transform: translateY(-10%) translateX(-5%);
transform: translateY(-10%) translateX(-5%);
}
.services-details-overview-content .overview-image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*================================================
Pagination CSS
=================================================*/
.pagination-area {
margin-top: 20px;
text-align: center;
}
.pagination-area .page-numbers {
width: 40px;
height: 40px;
background-color: #EAF0FF;
border: 1px solid #EAF0FF;
color: #79798D;
text-align: center;
display: inline-block;
border-radius: 5px;
line-height: 40px;
position: relative;
margin-left: 2px;
margin-right: 2px;
font-size: 16px;
font-weight: 500;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
color: #0064FB;
background-color: #ffffff;
border: 1px solid #0064FB;
}
.pagination-area .page-numbers i {
position: relative;
top: 1.5px;
}
/*================================================
Case Study Details Area CSS
=================================================*/
.case-details-image {
text-align: center;
margin-bottom: 40px;
}
.case-details-content {
margin-right: 50px;
}
.case-details-content h3 {
font-size: 28px;
margin-bottom: 20px;
}
.case-details-content p {
font-size: 15px;
}
.case-details-content-two {
margin-top: 35px;
margin-right: 50px;
}
.case-details-content-two h3 {
font-size: 28px;
margin-bottom: 20px;
}
.case-details-content-two p {
font-size: 15px;
}
.case-details-overview-image {
margin-top: 35px;
}
.case-details-information .information-list {
padding-left: 0;
margin-bottom: 0;
}
.case-details-information .information-list li {
list-style-type: none;
font-size: 15px;
font-weight: 400;
color: #79798D;
margin-bottom: 30px;
}
.case-details-information .information-list li:last-child {
margin-bottom: 0;
}
.case-details-information .information-list li span {
font-size: 16px;
font-weight: 500;
color: #494A60;
margin-right: 15px;
}
.case-details-information .information-list li a {
color: #79798D;
}
.case-details-information .information-list li a:hover {
color: #0064FB;
letter-spacing: 1px;
}
.case-details-information .information-list li a i {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
background-color: #eeeeee;
color: #0064FB;
border-radius: 50px;
text-align: center;
font-size: 18px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.case-details-information .information-list li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.case-details-information .case-contact-info {
background-color: #F4F8FC;
padding: 40px 35px;
margin-top: 30px;
text-align: center;
}
.case-details-information .case-contact-info h3 {
font-size: 22px;
font-weight: 400;
margin-bottom: 0;
line-height: 1.5;
}
.case-details-information .case-contact-info .info-box-one {
background-color: #0064FB;
padding: 30px;
border-radius: 5px;
margin-top: 25px;
}
.case-details-information .case-contact-info .info-box-one i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.case-details-information .case-contact-info .info-box-one a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
.case-details-information .case-contact-info .info-box-two {
background-color: #36CC72;
padding: 30px;
border-radius: 5px;
margin-top: 25px;
}
.case-details-information .case-contact-info .info-box-two i {
display: block;
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.case-details-information .case-contact-info .info-box-two a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
}
/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
margin-bottom: 30px;
}
.widget-area .widget:last-child {
margin-bottom: 0;
}
.widget-area .widget .widget-title {
margin-bottom: 25px;
position: relative;
padding-bottom: 15px;
font-size: 20px;
}
.widget-area .widget .widget-title::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
bottom: -1px;
background-color: #0064FB;
}
.widget-area .widget_search form {
position: relative;
}
.widget-area .widget_search form .search-field {
height: 60px;
color: #2E2F46;
border: 1px solid #E6EDF6;
display: block;
width: 100%;
border-radius: 5px;
padding: 0 0 0 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 400;
outline: 0;
}
.widget-area .widget_search form .search-field::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget-area .widget_search form .search-field:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget-area .widget_search form .search-field::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget-area .widget_search form .search-field::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
color: transparent;
}
.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
color: transparent;
}
.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
color: transparent;
}
.widget-area .widget_search form button {
border: none;
background-color: #0064FB;
color: #ffffff;
height: 60px;
width: 60px;
position: absolute;
right: 0;
padding: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
top: 0;
font-size: 20px;
}
.widget-area .widget_search form button i {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
background-color: #FF414B;
color: #ffffff;
}
.widget-area .widget_categories {
border: 1px solid #E6EDF6;
padding: 35px 30px;
border-radius: 5px;
}
.widget-area .widget_categories ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_categories ul li {
margin-bottom: 18px;
overflow: hidden;
color: #79798D;
font-size: 500;
font-size: 15px;
}
.widget-area .widget_categories ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_categories ul li a {
color: #79798D;
display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
color: #0064FB;
}
.widget-area .widget_plod_posts_thumb {
position: relative;
overflow: hidden;
border: 1px solid #E6EDF6;
padding: 35px 30px;
border-radius: 5px;
}
.widget-area .widget_plod_posts_thumb .item {
overflow: hidden;
margin-bottom: 15px;
}
.widget-area .widget_plod_posts_thumb .item:last-child {
margin-bottom: 0;
}
.widget-area .widget_plod_posts_thumb .item .thumb {
float: left;
height: 80px;
overflow: hidden;
display: block;
position: relative;
width: 80px;
margin-right: 15px;
z-index: 1;
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage {
width: 80px;
height: 80px;
display: inline-block;
border-radius: 5px;
background-size: cover !important;
background-repeat: no-repeat;
background-position: center center !important;
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg1 {
background-image: url(../../assets/images/blog/blog-4.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg2 {
background-image: url(../../assets/images/blog/blog-5.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg3 {
background-image: url(../../assets/images/blog/blog-6.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg4 {
background-image: url(../../assets/images/blog/blog-7.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb::before, .widget-area .widget_plod_posts_thumb .item .thumb::after {
-webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
content: '';
background-color: #ffffff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-area .widget_plod_posts_thumb .item .thumb::before {
width: 40px;
height: 1px;
left: 100%;
}
.widget-area .widget_plod_posts_thumb .item .thumb::after {
height: 40px;
width: 1px;
top: 0;
}
.widget-area .widget_plod_posts_thumb .item .info {
overflow: hidden;
}
.widget-area .widget_plod_posts_thumb .item .info span {
display: block;
color: #79798D;
margin-top: 8px;
font-size: 14px;
font-weight: 400;
position: relative;
padding-left: 20px;
}
.widget-area .widget_plod_posts_thumb .item .info span i {
color: #36CC72;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}
.widget-area .widget_plod_posts_thumb .item .info .title {
margin-bottom: 0;
line-height: 1.5;
font-size: 16px;
font-weight: 500;
}
.widget-area .widget_plod_posts_thumb .item .info .title a {
display: inline-block;
}
.widget-area .widget_plod_posts_thumb .item:hover .thumb::before, .widget-area .widget_plod_posts_thumb .item:hover .thumb::after {
opacity: 1;
top: 50%;
left: 50%;
}
.widget-area .widget_tag_cloud {
border: 1px solid #E6EDF6;
padding: 35px 30px;
border-radius: 5px;
}
.widget-area .widget_tag_cloud .widget-title {
margin-bottom: 18px;
}
.widget-area .tagcloud a {
display: inline-block;
background: #f9f9f9;
color: #79798D;
padding: 8px 15px;
border: none;
border-radius: 3px;
font-size: 15px;
font-weight: 400;
margin-top: 8px;
margin-right: 5px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
color: #ffffff;
background-color: #0064FB;
}
.widget-area .widget_recent_courses {
position: relative;
overflow: hidden;
border: 1px solid #E6EDF6;
padding: 35px 30px;
border-radius: 5px;
}
.widget-area .widget_recent_courses .item {
overflow: hidden;
margin-bottom: 20px;
border-bottom: 1px solid #eeeeee;
padding-bottom: 20px;
}
.widget-area .widget_recent_courses .item:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.widget-area .widget_recent_courses .item .thumb {
float: left;
height: 80px;
overflow: hidden;
display: block;
position: relative;
width: 80px;
margin-right: 15px;
z-index: 1;
}
.widget-area .widget_recent_courses .item .thumb .fullimage {
width: 80px;
height: 80px;
display: inline-block;
border-radius: 3px;
background-size: cover !important;
background-repeat: no-repeat;
background-position: center center !important;
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
background-image: url(../../assets/images/courses/courses-1.jpg);
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
background-image: url(../../assets/images/courses/courses-2.jpg);
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
background-image: url(../../assets/images/courses/courses-3.jpg);
}
.widget-area .widget_recent_courses .item .thumb::before, .widget-area .widget_recent_courses .item .thumb::after {
-webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
content: '';
background-color: #ffffff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-area .widget_recent_courses .item .thumb::before {
width: 40px;
height: 1px;
left: 100%;
}
.widget-area .widget_recent_courses .item .thumb::after {
height: 40px;
width: 1px;
top: 0;
}
.widget-area .widget_recent_courses .item .info {
overflow: hidden;
margin-top: 5px;
}
.widget-area .widget_recent_courses .item .info span {
display: block;
color: #0064FB;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: -5px;
font-size: 18px;
font-weight: 500;
font-style: italic;
}
.widget-area .widget_recent_courses .item .info .title {
margin-bottom: 0;
line-height: 1.5;
font-size: 16px;
font-weight: 600;
}
.widget-area .widget_recent_courses .item .info .title a {
display: inline-block;
}
.widget-area .widget_recent_courses .item:hover .thumb::before, .widget-area .widget_recent_courses .item:hover .thumb::after {
opacity: 1;
top: 50%;
left: 50%;
}
.widget-area .widget_insight ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_insight ul li {
margin-bottom: -1px;
}
.widget-area .widget_insight ul li a {
position: relative;
display: block;
padding: 15px 25px 15px 40px;
color: #494A60;
border: 1px solid #eeeeee;
font-size: 15px;
font-weight: 500;
}
.widget-area .widget_insight ul li a::before {
width: 5px;
height: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #0064FB;
content: '';
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
}
.widget-area .widget_insight ul li a:hover, .widget-area .widget_insight ul li a.active {
border-color: #0064FB;
background-color: #0064FB;
color: #ffffff;
}
.widget-area .widget_insight ul li a:hover::before, .widget-area .widget_insight ul li a.active::before {
background-color: #ffffff;
}
.widget-area .widget_insight ul li.active a {
border-color: #0064FB;
background-color: #0064FB;
color: #ffffff;
}
.widget-area .widget_insight ul li.active a::before {
background-color: #ffffff;
}
/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-content {
margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
padding-left: 0;
margin-bottom: 20px;
}
.blog-details-desc .article-content .entry-meta li {
list-style-type: none;
display: inline-block;
color: #79798D;
font-size: 14px;
font-weight: 400;
margin-right: 20px;
position: relative;
padding-left: 20px;
}
.blog-details-desc .article-content .entry-meta li:last-child {
margin-right: 0;
}
.blog-details-desc .article-content .entry-meta li a {
color: #79798D;
}
.blog-details-desc .article-content .entry-meta li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #36CC72;
font-size: 14px;
}
.blog-details-desc .article-content p {
font-size: 15px;
}
.blog-details-desc .article-content h3 {
font-size: 28px;
font-weight: 500;
margin-top: 30px;
margin-bottom: 25px;
}
.blog-details-desc .article-content .features-list {
padding-left: 15px;
margin-top: 25px;
margin-bottom: 0;
}
.blog-details-desc .article-content .features-list li {
list-style-type: none;
font-size: 15px;
color: #494A60;
position: relative;
padding-left: 20px;
margin-bottom: 20px;
}
.blog-details-desc .article-content .features-list li:last-child {
margin-bottom: 0;
}
.blog-details-desc .article-content .features-list li i {
font-size: 15px;
color: #36CC72;
position: absolute;
left: 0;
top: 2px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
padding-left: 0;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
margin-bottom: 30px;
margin-top: 35px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
max-width: 33.3333%;
padding-right: 10px;
padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
margin-bottom: 0;
}
.blog-details-desc .article-author {
background-color: #F4F8FC;
padding: 50px 50px 50px 180px;
border-radius: 5px;
margin-top: 30px;
position: relative;
}
.blog-details-desc .article-author img {
position: absolute;
left: 55px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
}
.blog-details-desc .article-author p {
font-size: 16px;
margin-bottom: 20px;
}
.blog-details-desc .article-author span {
color: #2E2F46;
font-size: 18px;
font-weight: 500;
}
.blog-details-desc .article-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
color: #FF414B;
}
.blog-details-desc .article-footer .article-tags a {
display: inline-block;
background-color: #EAF0FF;
color: #0064FB;
padding: 5px 15px;
margin-right: 5px;
font-size: 14px;
border-radius: 5px;
}
.blog-details-desc .article-footer .article-tags a:last-child {
margin-right: 0;
}
.blog-details-desc .article-footer .article-tags a:hover {
background-color: #0064FB;
color: #ffffff;
}
.blog-details-desc .article-footer .article-share {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
padding-left: 0;
list-style-type: none;
text-align: right;
margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
display: inline-block;
font-size: 15px;
font-weight: 500;
position: relative;
top: -1px;
}
.blog-details-desc .article-footer .article-share .social li a i {
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
background-color: #EAF0FF;
color: #0064FB;
border-radius: 50px;
text-align: center;
font-size: 16px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-footer .article-share .social li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.blog-details-desc .article-tag {
margin-top: 45px;
}
.blog-details-desc .article-tag h4 {
margin-bottom: 35px;
position: relative;
padding-bottom: 15px;
font-size: 20px;
}
.blog-details-desc .article-tag h4::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
bottom: -1px;
background-color: #0064FB;
}
.blog-details-desc .article-comments {
margin-top: 30px;
}
.blog-details-desc .article-comments h4 {
margin-bottom: 35px;
position: relative;
padding-bottom: 15px;
font-size: 20px;
}
.blog-details-desc .article-comments h4::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
bottom: -1px;
background-color: #0064FB;
}
.blog-details-desc .article-comments .comments-list {
position: relative;
padding-left: 110px;
margin-bottom: 45px;
}
.blog-details-desc .article-comments .comments-list:last-child {
margin-bottom: 0;
}
.blog-details-desc .article-comments .comments-list img {
position: absolute;
left: 0;
top: 0;
}
.blog-details-desc .article-comments .comments-list h5 {
font-size: 20px;
margin-bottom: 10px;
}
.blog-details-desc .article-comments .comments-list span {
display: inline-block;
margin-bottom: 10px;
font-size: 14px;
color: #494A60;
}
.blog-details-desc .article-comments .comments-list p {
font-size: 15px;
}
.blog-details-desc .article-comments .comments-list .reply-btn {
font-size: 20px;
color: #2E2F46;
position: absolute;
right: 0;
top: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-comments .comments-list .reply-btn:hover {
color: #0064FB;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.blog-details-desc .article-leave-comment {
margin-top: 45px;
}
.blog-details-desc .article-leave-comment h4 {
margin-bottom: 35px;
position: relative;
padding-bottom: 15px;
font-size: 20px;
}
.blog-details-desc .article-leave-comment h4::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
bottom: -1px;
background-color: #0064FB;
}
.blog-details-desc .article-leave-comment form .form-group .form-control {
height: 60px;
color: #79798D;
border: 1px solid #F4F8FC;
background-color: #F4F8FC;
display: block;
width: 100%;
border-radius: 5px;
padding: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 400;
outline: 0;
}
.blog-details-desc .article-leave-comment form .form-group .form-control::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
border: 1px solid #0064FB;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus::placeholder {
color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group textarea.form-control {
min-height: 135px;
}
.blog-details-desc .article-leave-comment form .default-btn {
margin-top: 20px;
-webkit-transform: unset;
transform: unset;
}
/*================================================
Contact Area CSS
=================================================*/
.contact-form {
text-align: center;
max-width: 1050px;
margin: auto;
}
.contact-form h3 {
font-size: 28px;
margin-bottom: 45px;
}
.contact-form .form-group {
margin-bottom: 20px;
}
.contact-form .form-group .form-control {
display: block;
width: 100%;
height: 60px;
outline: 0;
background-color: #F4F8FC;
border: 1px solid #E6EDF6;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.contact-form .form-group .form-control::-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.contact-form .form-group .form-control::placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.contact-form .form-group .form-control:focus {
outline: 0;
background-color: #ffffff;
border-color: #FF414B;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.contact-form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.contact-form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.contact-form .form-group .form-control:focus::placeholder {
color: transparent;
}
.contact-form .form-group textarea.form-control {
height: auto;
padding: 15px;
line-height: 1.5rem;
}
.contact-form .form-group .help-block.with-errors ul {
color: red;
margin-bottom: 0;
margin-top: 10px;
text-align: left;
}
.contact-form .form-group .help-block.with-errors ul li {
font-size: 14px;
}
.contact-form #msgSubmit {
margin: 0;
font-size: 1.3rem;
}
.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
margin-top: 25px;
font-size: 18px;
font-weight: 500;
}
.contact-form .default-btn {
margin-top: 10px;
}
/*================================================
Contact Info Area CSS
=================================================*/
.contact-address {
background: #F4F8FC;
border: 1px solid #E6EDF6;
padding: 45px 35px;
border-radius: 5px;
}
.contact-address h3 {
font-size: 22px;
margin-bottom: 15px;
}
.contact-address p {
font-size: 15px;
}
.contact-address .address-info {
padding-left: 0;
margin-top: 30px;
margin-bottom: 0;
}
.contact-address .address-info li {
list-style-type: none;
margin-bottom: 30px;
font-size: 15px;
font-weight: 500;
color: #4B4B61;
position: relative;
padding-left: 40px;
}
.contact-address .address-info li a {
font-size: 15px;
font-weight: 500;
color: #4B4B61;
}
.contact-address .address-info li a:hover {
color: #0064FB;
}
.contact-address .address-info li i {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #0064FB;
font-size: 30px;
}
.contact-address .address-info li .ri-global-line {
color: #FF414B;
}
.contact-address .address-info li .ri-map-pin-line {
color: #36CC72;
}
.contact-address .address-info li:last-child {
margin-bottom: 0;
}
.contact-address .address-social {
padding-left: 0;
margin-bottom: 0;
margin-top: 35px;
text-align: center;
}
.contact-address .address-social li {
display: inline-block;
list-style-type: none;
margin-bottom: 0;
margin-right: 10px;
}
.contact-address .address-social li:last-child {
margin-right: 0;
}
.contact-address .address-social li i {
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
background-color: #ffffff;
color: #0064FB;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
border-radius: 50px;
text-align: center;
font-size: 16px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.contact-address .address-social li i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
#map iframe {
width: 100%;
height: 440px;
border: 1px solid #E6EDF6;
border-radius: 5px;
}
/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
position: relative;
margin-bottom: 30px;
z-index: 1;
border-radius: 5px;
overflow: hidden;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.single-gallery-item a {
display: block;
border-radius: 5px;
}
.single-gallery-item a img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-gallery-item:hover a img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
padding: 35px;
border-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
max-width: 650px;
margin: auto;
}
.login-form h2 {
font-size: 30px;
margin-bottom: 30px;
}
.login-form form .form-group {
margin-bottom: 25px;
}
.login-form form .form-group label {
display: block;
margin-bottom: 5px;
color: #494A60;
font-weight: 500;
font-size: 16px;
}
.login-form form .form-group .form-control {
height: 60px;
padding: 20px;
line-height: initial;
color: #2E2F46;
background-color: transparent;
border: 1px solid #eeeeee;
border-radius: 5px;
-webkit-box-shadow: unset;
box-shadow: unset;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 500;
}
.login-form form .form-group .form-control:focus {
border: 1px solid #0064FB;
background-color: transparent;
}
.login-form form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.login-form form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.login-form form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.login-form form .form-group .form-control:focus::placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.login-form form .lost-your-password {
text-align: right;
}
.login-form form .lost-your-password a {
display: inline-block;
position: relative;
font-weight: 500;
font-size: 15px;
color: #494A60;
}
.login-form form .lost-your-password a::before {
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
content: '';
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #eeeeee;
}
.login-form form .lost-your-password a::after {
width: 0;
height: 1px;
position: absolute;
left: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
bottom: 0;
content: '';
background-color: #0064FB;
}
.login-form form .lost-your-password a:hover::before {
width: 0;
}
.login-form form .lost-your-password a:hover::after {
width: 100%;
}
.login-form form .default-btn {
margin-top: 25px;
padding: 15px 35px;
width: 100%;
}
.register-form {
padding: 35px;
border-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
max-width: 650px;
margin: auto;
}
.register-form h2 {
font-size: 30px;
margin-bottom: 30px;
}
.register-form form .form-group {
margin-bottom: 25px;
}
.register-form form .form-group label {
display: block;
margin-bottom: 5px;
color: #494A60;
font-weight: 500;
font-size: 16px;
}
.register-form form .form-group .form-control {
height: 60px;
padding: 20px;
line-height: initial;
color: #2E2F46;
background-color: transparent;
border: 1px solid #eeeeee;
border-radius: 5px;
-webkit-box-shadow: unset;
box-shadow: unset;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 500;
}
.register-form form .form-group .form-control:focus {
border: 1px solid #0064FB;
background-color: transparent;
}
.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.register-form form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.register-form form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.register-form form .form-group .form-control:focus::placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.register-form form .description {
font-style: italic;
font-size: 14px;
margin-top: -5px;
margin-bottom: 15px;
}
.register-form form .default-btn {
margin-top: 10px;
padding: 15px 35px;
width: 100%;
}
/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table .table {
margin-bottom: 0;
}
.membership-levels-table .table thead th {
vertical-align: middle;
background-color: #0064FB;
white-space: nowrap;
padding: 20px;
text-align: center;
color: #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: none;
}
.membership-levels-table .table thead th .desc-1 {
color: #ffffff;
margin-bottom: 0;
font-size: 35px;
font-weight: 500;
font-family: "Inter", sans-serif;
display: block;
}
.membership-levels-table .table thead th .desc-2 {
color: #ffffff;
margin-top: 15px;
margin-bottom: 10px;
font-size: 16px;
font-weight: 400;
font-family: "Inter", sans-serif;
display: block;
}
.membership-levels-table .table thead th .desc-3 {
color: #ffffff;
font-size: 16px;
font-weight: 400;
font-family: "Inter", sans-serif;
display: block;
}
.membership-levels-table .table thead th:first-child {
border-left: none;
}
.membership-levels-table .table thead th:last-child {
border-right: none;
}
.membership-levels-table .table tbody tr td {
padding: 20px 25px;
white-space: nowrap;
vertical-align: middle;
border: none;
text-align: center;
font-size: 16px;
font-weight: 600;
}
.membership-levels-table .table tbody tr td:first-child {
text-align: left;
}
.membership-levels-table .table tbody tr td.item-check i {
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 100%;
background-color: #0eb582;
color: #ffffff;
display: block;
margin: 0 auto;
}
.membership-levels-table .table tbody tr td.item-none i {
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 100%;
background-color: #d85554;
color: #ffffff;
display: block;
margin: 0 auto;
}
.membership-levels-table .table tbody tr td .select-btn {
display: inline-block;
color: #2E2F46;
background-color: #efefef;
padding: 15px 35px;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
font-weight: bold;
}
.membership-levels-table .table tbody tr td .select-btn:hover {
color: #ffffff;
background-color: #0064FB;
}
/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content img {
border-radius: 5px;
margin-bottom: 30px;
}
.purchase-guide-content h3 {
margin-top: 25px;
margin-bottom: 15px;
font-size: 25px;
}
.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
margin-top: 25px;
margin-bottom: 30px;
background-color: #e6f2f5;
text-align: left !important;
padding: 25px !important;
border-radius: 5px;
}
.purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
margin-bottom: 0;
line-height: 1.8;
font-size: 15px !important;
font-weight: 500;
}
.purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
display: none;
}
.purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
display: none;
}
.purchase-guide-content ol, .purchase-guide-content ul {
margin-top: 20px;
}
.purchase-guide-content ol li, .purchase-guide-content ul li {
margin-bottom: 10px;
color: #494A60;
line-height: 1.8;
font-weight: 500;
font-size: 15px;
}
/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content img {
border-radius: 5px;
margin-bottom: 30px;
}
.terms-of-service-content h3 {
margin-top: 25px;
margin-bottom: 15px;
font-size: 25px;
}
.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
margin-top: 25px;
margin-bottom: 30px;
background-color: #e6f2f5;
text-align: left !important;
padding: 25px !important;
border-radius: 5px;
}
.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
margin-bottom: 0;
line-height: 1.8;
font-size: 15px !important;
font-weight: 500;
}
.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
display: none;
}
.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
display: none;
}
.terms-of-service-content ol, .terms-of-service-content ul {
margin-top: 20px;
}
.terms-of-service-content ol li, .terms-of-service-content ul li {
margin-bottom: 10px;
color: #494A60;
line-height: 1.8;
font-weight: 500;
font-size: 15px;
}
/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content img {
border-radius: 5px;
margin-bottom: 30px;
}
.privacy-policy-content h3 {
margin-top: 25px;
margin-bottom: 15px;
font-size: 25px;
}
.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
margin-top: 25px;
margin-bottom: 30px;
background-color: #e6f2f5;
text-align: left !important;
padding: 25px !important;
border-radius: 5px;
}
.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
margin-bottom: 0;
line-height: 1.8;
font-size: 15px !important;
font-weight: 500;
}
.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
display: none;
}
.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
display: none;
}
.privacy-policy-content ol, .privacy-policy-content ul {
margin-top: 20px;
}
.privacy-policy-content ol li, .privacy-policy-content ul li {
margin-bottom: 10px;
color: #494A60;
line-height: 1.8;
font-weight: 500;
font-size: 15px;
}
/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
height: 100vh;
background-image: url(../../assets/images/coming-soon-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.coming-soon-content {
max-width: 750px;
background: #ffffff;
border-radius: 10px;
overflow: hidden;
text-align: center;
padding: 45px 30px;
-webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
margin: auto;
}
.coming-soon-content h1 {
font-size: 45px;
margin-bottom: 30px;
}
.coming-soon-content h1 a {
color: #2E2F46;
}
.coming-soon-content h1 a:hover {
color: #0064FB;
}
.coming-soon-content h2 {
font-size: 30px;
margin-bottom: 0;
}
.coming-soon-content #timer {
margin-top: 45px;
}
.coming-soon-content #timer div {
background-color: #0064FB;
color: #ffffff;
width: 130px;
height: 130px;
border-radius: 50%;
font-size: 40px;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.coming-soon-content #timer div span {
display: block;
margin-top: -2px;
font-size: 15px;
font-weight: 500;
}
.coming-soon-content .newsletter-form {
margin-top: 45px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
padding: 30px;
}
.coming-soon-content .newsletter-form .form-group {
margin-bottom: 15px;
width: 100%;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter {
border: none;
border: 1px solid #F4F8FC;
background-color: #F4F8FC;
padding: 20px;
color: #2E2F46;
height: 60px;
display: block;
width: 100%;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 16px;
font-weight: 500;
border-radius: 15px;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
background-color: transparent;
border: 1px solid #0064FB;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
color: transparent;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
color: transparent;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
color: transparent;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
color: transparent;
}
.coming-soon-content .newsletter-form .default-btn {
width: 100%;
border-radius: 15px;
border: none;
position: relative;
top: 0;
left: 0;
padding: 20px;
}
.coming-soon-content .newsletter-form .validation-danger {
margin-top: 15px;
color: red;
}
/*================================================
404 Error Area CSS
=================================================*/
.error-content {
text-align: center;
margin: 0 auto;
max-width: 750px;
}
.error-content h3 {
font-size: 28px;
margin-top: 45px;
margin-bottom: 20px;
}
.error-content p {
max-width: 520px;
margin: 0 auto 25px;
font-size: 15px;
}
/*================================================
Events Area CSS
=================================================*/
.plod-grid-sorting {
margin-bottom: 30px;
}
.plod-grid-sorting .result-count p .count {
font-weight: 600;
color: #2E2F46;
}
.plod-grid-sorting .ordering {
text-align: right;
}
.plod-grid-sorting .ordering label {
display: inline-block;
margin-bottom: 0;
color: #494A60;
margin-right: 5px;
font-weight: 500;
font-size: 15px;
}
.plod-grid-sorting .ordering .nice-select {
display: inline-block;
width: 215px;
background: #f8f8f8;
border-color: #eeeeee;
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
padding: 0 0 0 12px;
height: 50px;
line-height: 50px;
font-weight: bold;
border-radius: 5px;
}
.plod-grid-sorting .ordering .nice-select .list {
background-color: #ffffff;
border-radius: 0;
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
list-style-type: none;
border: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.plod-grid-sorting .ordering .nice-select .list .option {
line-height: 38px;
min-height: 38px;
color: #2E2F46;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
padding-left: 15px;
padding-right: 25px;
font-weight: 600;
}
.plod-grid-sorting .ordering .nice-select .list .option.selected.focus {
color: #0064FB;
background-color: #ffffff;
}
.plod-grid-sorting .ordering .nice-select .list .option:hover {
background-color: #0064FB;
color: #ffffff;
}
.plod-grid-sorting .ordering .nice-select:after {
border-color: #2E2F46;
height: 8px;
width: 8px;
margin-top: -5px;
}
.plod-grid-sorting .ordering .nice-select:hover {
border-color: #0064FB;
background-color: transparent;
}
.single-events-box {
-webkit-transition: 0.6s;
transition: 0.6s;
background-color: #ffffff;
margin-bottom: 30px;
}
.single-events-box .image {
position: relative;
overflow: hidden;
}
.single-events-box .image .date {
position: absolute;
right: 10px;
bottom: 10px;
display: inline-block;
background-color: #ffffff;
color: #494A60;
padding: 8px 20px;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
}
.single-events-box .image img {
border-radius: 5px 5px 0 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-events-box .content {
padding: 25px 20px;
position: relative;
background-color: #f3f3f3;
border-radius: 0 0 5px 5px;
}
.single-events-box .content h3 {
margin-bottom: 0;
line-height: 1.5;
font-size: 25px;
}
.single-events-box .content h3 a {
display: inline-block;
}
.single-events-box .content .location {
display: block;
color: #494A60;
margin-top: 20px;
position: relative;
padding-left: 22px;
font-size: 14px;
font-weight: 500;
}
.single-events-box .content .location i {
color: #0064FB;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
}
.single-events-box:hover .image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*================================================
Events Details Area CSS
=================================================*/
.events-details-image {
position: relative;
margin-bottom: 50px;
}
.events-details-image img {
border-radius: 5px;
}
.events-details-image #timer {
position: absolute;
z-index: 2;
right: 0;
left: 0;
bottom: 50px;
}
.events-details-image #timer div {
background-color: #0064FB;
color: #ffffff;
width: 180px;
height: 150px;
z-index: 1;
border-radius: 10px;
font-size: 60px;
font-weight: 800;
margin-left: 8px;
margin-right: 8px;
font-weight: 500;
}
.events-details-image #timer div span {
display: block;
margin-top: -6px;
font-size: 16px;
font-weight: 500;
}
.events-details-header {
margin-bottom: 30px;
}
.events-details-header ul {
margin-bottom: 0;
list-style-type: none;
background-color: #f8f9f8;
padding: 30px;
border-radius: 5px;
}
.events-details-header ul li {
display: inline-block;
margin-right: 20px;
color: #494A60;
position: relative;
padding-left: 25px;
font-size: 14px;
font-weight: 500;
}
.events-details-header ul li i {
color: #0064FB;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
}
.events-details-header ul li:last-child {
margin-right: 0;
}
.events-details-location {
margin-bottom: 30px;
}
.events-details-location iframe {
height: 450px;
width: 100%;
border: none;
}
.events-details-desc h3 {
margin-bottom: 20px;
font-size: 25px;
}
.events-details-desc h3:not(:first-child) {
margin-top: 30px;
}
.events-details-info {
background-color: #f8f9f8;
border-radius: 5px;
padding: 35px 30px;
}
.events-details-info .info {
margin-bottom: 0;
list-style-type: none;
padding-left: 0;
}
.events-details-info .info li {
border-bottom: 1px solid #e5e5e7;
color: #494A60;
font-size: 16px;
font-weight: 600;
padding-top: 15px;
padding-bottom: 15px;
}
.events-details-info .info li span {
font-weight: bold;
color: #2E2F46;
position: relative;
}
.events-details-info .info li.price {
padding-bottom: 10px;
color: #0064FB;
font-size: 28px;
font-weight: bold;
}
.events-details-info .info li.price span {
color: #2E2F46;
font-size: 16px;
font-weight: bold;
}
.events-details-info .info li:first-child {
padding-top: 0;
}
.events-details-info .events-btn-box {
text-align: center;
margin-top: 30px;
}
.events-details-info .events-btn-box p {
margin-top: 20px;
font-weight: 600;
}
.events-details-info .events-btn-box p a {
color: #0064FB;
}
.events-details-info .events-btn-box p a:hover {
text-decoration: underline;
}
.events-details-info .events-share {
text-align: center;
margin-top: 30px;
}
.events-details-info .events-share .share-info {
display: inline-block;
position: relative;
cursor: pointer;
}
.events-details-info .events-share .share-info span {
display: inline-block;
color: #0064FB;
line-height: 1;
font-size: 16px;
font-weight: bold;
}
.events-details-info .events-share .share-info .social-link {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 12px;
}
.events-details-info .events-share .share-info .social-link li {
display: inline-block;
margin-right: 5px;
}
.events-details-info .events-share .share-info .social-link li:last-child {
margin-right: 0;
}
.events-details-info .events-share .share-info .social-link li a i {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background-color: #e1e1e1;
font-size: 20px;
color: #2E2F46;
position: relative;
border-radius: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.events-details-info .events-share .share-info .social-link li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*================================================
Courses Area CSS
=================================================*/
.single-courses-box {
margin-bottom: 30px;
position: relative;
border-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-courses-box .courses-image {
border-radius: 5px 5px 0 0;
position: relative;
z-index: 1;
}
.single-courses-box .courses-image img {
border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .price {
display: inline-block;
background-color: #0064FB;
color: #ffffff;
width: 65px;
height: 65px;
border-radius: 50%;
position: absolute;
right: 20px;
bottom: -32.5px;
text-align: center;
line-height: 65px;
font-size: 25px;
font-weight: 500;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-courses-box .courses-content {
border-radius: 0 0 5px 5px;
padding: 30px;
}
.single-courses-box .courses-content .course-author {
margin-bottom: 20px;
}
.single-courses-box .courses-content .course-author img {
width: 45px;
height: 45px;
margin-right: 10px;
}
.single-courses-box .courses-content .course-author span {
color: #494A60;
font-size: 16px;
font-weight: 500;
}
.single-courses-box .courses-content h3 {
margin-bottom: 15px;
line-height: 1.5;
font-size: 22px;
}
.single-courses-box .courses-content h3 a {
display: inline-block;
}
.single-courses-box .courses-content .courses-box-footer {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
margin-left: -7px;
margin-right: -7px;
margin-top: 25px;
}
.single-courses-box .courses-content .courses-box-footer li {
color: #494A60;
font-size: 15px;
font-weight: 500;
position: relative;
padding-left: 30px;
padding-right: 8px;
}
.single-courses-box .courses-content .courses-box-footer li i {
color: #0064FB;
position: absolute;
left: 6px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
}
.single-courses-box:hover .courses-image .price {
-webkit-animation: bounce 1s;
animation: bounce 1s;
}
/*================================================
Courses Details Area CSS
=================================================*/
.courses-details-image {
position: relative;
overflow: hidden;
}
.courses-details-image img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-image .video-btn {
display: inline-block;
width: 80px;
height: 80px;
line-height: 90px;
background-color: #0064FB;
border-radius: 50px;
color: #ffffff;
position: absolute;
z-index: 1;
left: 0;
right: 0;
margin: auto;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.courses-details-image .video-btn i {
font-size: 55px;
position: relative;
top: 12px;
left: 2px;
}
.courses-details-image .video-btn::after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50px;
border: 1px solid #0064FB;
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.courses-details-image .video-btn::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50px;
border: 1px solid #0064FB;
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.courses-details-image .video-btn:hover {
background-color: #ffffff;
color: #0064FB;
}
.courses-details-image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.courses-details-desc {
margin-top: 50px;
}
.courses-details-desc .nav {
margin-bottom: 0;
list-style-type: none;
background-color: #f8f9f8;
border: none;
border-radius: 5px;
}
.courses-details-desc .nav .nav-item {
margin-bottom: 0;
margin-right: 40px;
}
.courses-details-desc .nav .nav-item .nav-link {
border-radius: 0;
border: none;
padding: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
padding: 30px;
background-color: #f8f9f8;
position: relative;
border-radius: 5px;
font-size: 18px;
font-weight: bold;
}
.courses-details-desc .nav .nav-item .nav-link::before {
content: '';
bottom: 0;
height: 2px;
background-color: #0064FB;
position: absolute;
-webkit-transition: 0.6s;
transition: 0.6s;
left: 0;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.courses-details-desc .nav .nav-item .nav-link:hover, .courses-details-desc .nav .nav-item .nav-link.active {
color: #2E2F46;
}
.courses-details-desc .nav .nav-item .nav-link:hover::before, .courses-details-desc .nav .nav-item .nav-link.active::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.courses-details-desc .nav .nav-item:last-child {
margin-right: 0;
}
.courses-details-desc .tab-content {
margin-top: 45px;
}
.courses-details-desc .tab-content .courses-overview h3 {
margin-bottom: 20px;
font-size: 25px;
}
.courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
margin-top: 25px;
}
.courses-details-desc .tab-content .courses-curriculum {
border: 1px solid #eeeeee;
border-radius: 5px;
padding: 30px;
}
.courses-details-desc .tab-content .courses-curriculum h3 {
margin-bottom: 18px;
font-size: 20px;
}
.courses-details-desc .tab-content .courses-curriculum h3:not(:first-child) {
margin-top: 20px;
}
.courses-details-desc .tab-content .courses-curriculum ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.courses-details-desc .tab-content .courses-curriculum ul li {
display: block;
}
.courses-details-desc .tab-content .courses-curriculum ul li a {
background-color: #f8f9f8;
color: #2E2F46;
padding-left: 30px;
padding-right: 30px;
padding-top: 15px;
padding-bottom: 15px;
margin-left: -30px;
margin-right: -30px;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
font-size: 15px;
font-weight: 500;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
text-align: right;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
display: inline-block;
background: #e3f1f2;
color: #2dbbc4;
border-radius: 5px;
margin-right: 5px;
padding: 2px 10px 1.5px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions:hover {
background-color: #0064FB;
color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
display: inline-block;
background: #f7e7e8;
color: #0064FB;
border-radius: 5px;
padding: 2px 10px 1.5px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration:hover {
background-color: #0064FB;
color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
display: inline-block;
background: #2E2F46;
color: #ffffff;
border-radius: 5px;
margin-left: 5px;
padding: 2px 10px 1.5px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status:hover {
background-color: #0064FB;
color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
color: #2E2F46;
background-color: transparent;
padding: 0;
margin-left: 8px;
border-radius: 0;
position: relative;
top: 1px;
font-size: 18px;
font-weight: normal;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked:hover {
color: #0064FB;
}
.courses-details-desc .tab-content .courses-curriculum ul li a:hover {
color: #0064FB;
}
.courses-details-desc .tab-content .courses-instructor .instructor-image img {
border-radius: 15px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content h3 {
font-size: 25px;
margin-bottom: 18px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content span {
font-weight: 500;
color: #494A60;
display: inline-block;
margin-bottom: 15px;
font-size: 15px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content p {
margin-bottom: 20px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link {
padding-left: 0;
margin-bottom: 0;
margin-top: 25px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li {
list-style-type: none;
display: inline-block;
margin-right: 8px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li:last-child {
margin-right: 0;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i {
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
background-color: #e1e1e1;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #0064FB;
border-radius: 50px;
transition: 0.6s;
font-size: 18px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.courses-details-desc .tab-content .courses-reviews h3 {
margin-bottom: 15px;
display: inline-block;
font-size: 22px;
}
.courses-details-desc .tab-content .courses-reviews .rating span {
font-size: 15px;
color: #cecfd2;
margin-right: -2px;
}
.courses-details-desc .tab-content .courses-reviews .rating span.checked {
color: orange;
}
.courses-details-desc .tab-content .courses-reviews .rating-count {
margin-top: 10px;
margin-bottom: 20px;
}
.courses-details-desc .tab-content .courses-reviews .rating-count span {
display: block;
font-size: 15px;
color: #494A60;
font-weight: 500;
}
.courses-details-desc .tab-content .courses-reviews .row {
overflow: hidden;
margin-left: 0;
margin-right: 0;
}
.courses-details-desc .tab-content .courses-reviews .side {
float: left;
width: 8%;
margin-top: 10px;
padding-left: 0;
padding-right: 0;
}
.courses-details-desc .tab-content .courses-reviews .side div {
font-size: 16px;
font-weight: bold;
}
.courses-details-desc .tab-content .courses-reviews .middle {
margin-top: 14px;
float: left;
width: 82%;
}
.courses-details-desc .tab-content .courses-reviews .right {
text-align: right;
}
.courses-details-desc .tab-content .courses-reviews .bar-container {
width: 100%;
background-color: #f1f1f1;
text-align: center;
color: #ffffff;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-5 {
width: 100%;
height: 18px;
background-color: #4CAF50;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-4 {
width: 75%;
height: 18px;
background-color: #2196F3;
border-radius: 5px;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-3 {
width: 50%;
height: 18px;
background-color: #00bcd4;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-2 {
width: 25%;
height: 18px;
background-color: #ff9800;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-1 {
width: 0;
height: 18px;
background-color: #f44336;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments {
margin-top: 40px;
}
.courses-details-desc .tab-content .courses-review-comments h3 {
border-bottom: 1px solid #f3f3f3;
padding-bottom: 12px;
margin-bottom: 10px;
font-size: 22px;
font-family: "Inter", sans-serif;
}
.courses-details-desc .tab-content .courses-review-comments .user-review {
border-bottom: 1px solid #f3f3f3;
padding: 20px 0 20px 110px;
position: relative;
}
.courses-details-desc .tab-content .courses-review-comments .user-review img {
position: absolute;
left: 0;
top: 20px;
width: 90px;
height: 90px;
border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment {
margin-bottom: 8px;
font-weight: 500;
}
.courses-details-desc .tab-content .courses-review-comments .user-review p {
font-size: 15px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating {
display: block;
margin-bottom: 8px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars {
display: inline-block;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i {
color: #cecfd2;
font-size: 15px;
display: inline-block;
margin-right: -2px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked {
color: orange;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
color: #2E2F46;
position: relative;
top: -2px;
font-weight: 800;
margin-left: 5px;
}
.courses-details-info {
background-color: #f5f5f5;
border-radius: 5px;
padding: 12px 12px 35px 12px;
margin-top: 50px;
}
.courses-details-info .image {
text-align: center;
position: relative;
}
.courses-details-info .image .video-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
background-color: #ffffff;
border-radius: 50%;
color: #2E2F46;
position: absolute;
z-index: 1;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
left: 0;
margin: auto;
text-align: center;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-info .image .video-btn i {
font-size: 50px;
position: relative;
top: 10px;
left: 2px;
color: #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-info .image .video-btn::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
border: 2px solid #ffffff;
-webkit-animation: ripple 1s linear infinite;
animation: ripple 1s linear infinite;
}
.courses-details-info .image .video-btn:hover {
background-color: #0064FB;
}
.courses-details-info .image .video-btn:hover i {
color: #ffffff;
}
.courses-details-info .info {
margin-bottom: 0;
list-style-type: none;
padding: 30px 20px;
}
.courses-details-info .info li {
border-bottom: 1px solid #e5e5e7;
color: #494A60;
font-size: 16px;
font-weight: 500;
padding-top: 15px;
padding-bottom: 15px;
}
.courses-details-info .info li span {
font-weight: 600;
color: #2E2F46;
}
.courses-details-info .info li.price {
padding-bottom: 10px;
color: #0064FB;
font-size: 28px;
font-weight: 800;
}
.courses-details-info .info li.price span {
color: #2E2F46;
font-size: 16px;
font-weight: bold;
}
.courses-details-info .info li:first-child {
padding-top: 0;
}
.courses-details-info .courses-btn-box {
text-align: center;
}
.courses-details-info .courses-share {
text-align: center;
margin-top: 25px;
}
.courses-details-info .courses-share .share-info {
display: inline-block;
position: relative;
cursor: pointer;
}
.courses-details-info .courses-share .share-info span {
display: inline-block;
color: #494A60;
line-height: 1;
font-size: 16px;
font-weight: 500;
}
.courses-details-info .courses-share .share-info .social-link {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 12px;
}
.courses-details-info .courses-share .share-info .social-link li {
display: inline-block;
margin-right: 5px;
}
.courses-details-info .courses-share .share-info .social-link li:last-child {
margin-right: 0;
}
.courses-details-info .courses-share .share-info .social-link li a i {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background-color: #e1e1e1;
font-size: 16px;
color: #2E2F46;
position: relative;
border-radius: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.courses-details-info .courses-share .share-info .social-link li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*================================================
Products Area CSS
=================================================*/
.product-area .section-title {
text-align: left;
margin-bottom: 30px;
}
.product-area .section-title h2 {
font-size: 25px;
margin-bottom: 0;
}
.single-products-box {
position: relative;
margin-bottom: 30px;
-webkit-transition: 0.6s;
transition: 0.6s;
text-align: center;
}
.single-products-box .products-image {
text-align: center;
position: relative;
overflow: hidden;
}
.single-products-box .products-image a {
position: relative;
display: block;
}
.single-products-box .products-image a img {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-products-box .products-image .action {
position: absolute;
left: 0;
right: 0;
bottom: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-products-box .products-image .action a {
display: inline-block;
margin: 0 5px;
}
.single-products-box .products-image .action a i {
display: inline-block;
height: 45px;
width: 45px;
line-height: 45px;
background-color: #ffffff;
color: #2E2F46;
font-size: 20px;
border-radius: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-products-box .products-image .action a i:hover {
background-color: #0064FB;
color: #ffffff;
}
.single-products-box .products-content {
margin-top: 30px;
position: relative;
}
.single-products-box .products-content h3 {
margin-bottom: 0;
font-size: 22px;
}
.single-products-box .products-content h3 a {
display: inline-block;
color: #2E2F46;
}
.single-products-box .products-content h3 a:hover {
color: #0064FB;
}
.single-products-box .products-content .price {
margin-top: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-weight: 500;
color: #2E2F46;
}
.single-products-box .products-content .price .old-price {
text-decoration: line-through;
color: #999999;
font-weight: 500;
}
.single-products-box:hover .products-image a img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-products-box:hover .products-image .action {
opacity: 1;
visibility: visible;
bottom: 35px;
}
/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
margin-bottom: 0;
}
.cart-table table thead tr th {
border-bottom-width: 0px;
vertical-align: middle;
padding: 25px;
white-space: nowrap;
font-size: 16px;
font-weight: 600;
}
.cart-table table tbody tr td {
vertical-align: middle;
color: #494A60;
white-space: nowrap;
padding: 25px;
font-weight: 500;
font-size: 16px;
}
.cart-table table tbody tr td.product-thumbnail a {
display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
width: 80px;
}
.cart-table table tbody tr td.product-name a {
display: inline-block;
}
.cart-table table tbody tr td.product-subtotal .remove {
color: red;
float: right;
position: relative;
top: -1px;
font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
max-width: 170px;
min-width: 170px;
text-align: center;
display: inline-block;
position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #d0d0d0;
width: 40px;
height: 100%;
line-height: 50px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 22px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
left: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
right: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
color: #0064FB;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
height: 45px;
color: #2E2F46;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 16px;
font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
color: #2E2F46;
}
.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
color: #2E2F46;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
color: #2E2F46;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
color: #2E2F46;
}
.cart-table table tbody tr td.product-subtotal {
overflow: hidden;
}
.cart-buttons {
margin-top: 30px;
text-align: right;
}
.cart-buttons .shopping-coupon-code {
position: relative;
max-width: 530px;
}
.cart-buttons .shopping-coupon-code .form-control {
display: block;
width: 100%;
height: 50px;
outline: 0;
background-color: #F4F8FC;
border: 1px solid #E6EDF6;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
}
.cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control::placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control:focus {
outline: 0;
background-color: #ffffff;
border-color: #FF414B;
-webkit-box-shadow: none;
box-shadow: none;
}
.cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
color: transparent;
}
.cart-buttons .shopping-coupon-code button {
position: absolute;
right: 0;
top: 0;
height: 50px;
background: #2E2F46;
color: #ffffff;
border: none;
padding: 0 25px;
line-height: 48px;
outline: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
font-weight: 500;
}
.cart-buttons .shopping-coupon-code button:hover {
background-color: #0064FB;
}
.cart-totals {
background: #ffffff;
padding: 40px;
max-width: 700px;
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
border-radius: 5px;
margin-top: 65px;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
.cart-totals h3 {
margin-bottom: 25px;
font-size: 25px;
}
.cart-totals ul {
padding-left: 0;
margin: 0 0 25px;
list-style-type: none;
}
.cart-totals ul li {
border: 1px solid #eaedff;
padding: 15px 20px;
color: #2E2F46;
overflow: hidden;
font-weight: 500;
font-size: 15px;
}
.cart-totals ul li:first-child {
border-bottom: none;
}
.cart-totals ul li:last-child {
font-size: 16px;
border-top: none;
}
.cart-totals ul li:last-child span {
color: #2E2F46;
font-weight: 500;
font-size: 20px;
}
.cart-totals ul li span {
float: right;
color: #FF414B;
}
/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 15px 20px;
border-top: 1px solid #0064FB;
position: relative;
margin-bottom: 40px;
}
.user-actions i {
color: #0064FB;
margin-right: 2px;
font-size: 20px;
position: relative;
top: 3px;
}
.user-actions span {
display: inline-block;
color: #0064FB;
font-weight: 500;
font-size: 16px;
}
.user-actions span a {
display: inline-block;
}
.billing-details .title {
margin-bottom: 30px;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
font-size: 22px;
}
.billing-details .title::before {
content: '';
position: absolute;
background: #0064FB;
bottom: -1px;
left: 0;
width: 50px;
height: 1px;
}
.billing-details .form-group {
margin-bottom: 25px;
}
.billing-details .form-group label {
display: block;
margin-bottom: 10px;
font-weight: 500;
font-size: 15px;
}
.billing-details .form-group label .required {
color: red;
}
.billing-details .form-group .form-control {
height: 50px;
color: #2E2F46;
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
border: 1px solid #f5f5f5;
background-color: #f5f5f5;
-webkit-transition: 0.6s;
transition: 0.6s;
border-radius: 5px;
padding: 15px;
font-size: 16px;
font-weight: 600;
}
.billing-details .form-group .form-control::-webkit-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.billing-details .form-group .form-control:-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.billing-details .form-group .form-control::-ms-input-placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.billing-details .form-group .form-control::placeholder {
color: #494A60;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.billing-details .form-group .form-control:focus {
border-color: #0064FB;
background-color: transparent;
}
.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.billing-details .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.billing-details .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.billing-details .form-group .form-control:focus::placeholder {
color: transparent;
}
.billing-details .form-group textarea.form-control {
height: auto;
padding: 20px;
font-size: 15px;
font-weight: 500;
}
.billing-details .form-group .nice-select {
display: block;
width: 215px;
float: unset;
width: 100%;
background: #f8f8f8;
border-color: #eeeeee;
color: #2E2F46;
-webkit-transition: 0.6s;
transition: 0.6s;
padding: 0 0 0 12px;
height: 55px;
line-height: 55px;
font-size: 15px;
font-weight: 500;
}
.billing-details .form-group .nice-select .list {
background-color: #ffffff;
border-radius: 5px;
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
list-style-type: none;
border: none;
width: 100%;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
line-height: 38px;
min-height: 38px;
color: #2E2F46;
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
padding-left: 32px;
padding-right: 25px;
font-size: 15px;
font-weight: 500;
}
.billing-details .form-group .nice-select .list .option:hover {
background-color: #0064FB !important;
color: #ffffff;
}
.billing-details .form-group .nice-select .list .option:hover::before {
color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
background-color: transparent !important;
color: #2E2F46;
}
.billing-details .form-group .nice-select .list .option::before {
content: "\eb7b";
position: absolute;
left: 10px;
top: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #0064FB;
font-family: "remixicon";
font-size: 12px;
}
.billing-details .form-group .nice-select .list .option.selected::before {
opacity: 1;
visibility: visible;
}
.billing-details .form-group .nice-select .list .option.selected:hover {
background-color: #0064FB !important;
color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected:hover::before {
color: #ffffff;
}
.billing-details .form-group .nice-select:after {
border-color: #2E2F46;
height: 8px;
width: 8px;
margin-top: -5px;
}
.billing-details .form-group .nice-select:hover {
border-color: #0064FB;
background-color: transparent;
}
.billing-details .form-check {
margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
color: #2E2F46;
font-weight: 500;
}
.billing-details .form-check label {
position: relative;
left: -2px;
top: 0;
font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
margin-bottom: 0;
}
.order-details .title {
margin-bottom: 30px;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
font-size: 22px;
}
.order-details .title::before {
content: '';
position: absolute;
background: #0064FB;
bottom: -1px;
left: 0;
width: 50px;
height: 1px;
}
.order-details .order-table table {
margin-bottom: 0;
}
.order-details .order-table table thead tr th {
border-bottom-width: 0;
vertical-align: middle;
border-color: #eaedff;
padding: 12px 20px 10px;
white-space: nowrap;
font-size: 16px;
font-weight: 500;
}
.order-details .order-table table tbody tr td {
vertical-align: middle;
color: #494A60;
white-space: nowrap;
border-color: #eaedff;
font-size: 15px;
font-weight: 500;
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 15px;
}
.order-details .order-table table tbody tr td.product-name a {
display: inline-block;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
color: #2E2F46;
font-size: 16px;
font-weight: 600;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
color: #2E2F46;
font-weight: 600;
font-size: 16px;
}
.order-details .payment-box {
background-color: #ffffff;
-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
margin-top: 30px;
padding: 30px;
}
.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
display: none;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
padding-left: 27px;
cursor: pointer;
display: block;
color: #2E2F46;
position: relative;
margin-bottom: 8px;
font-weight: 600;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
content: '';
position: absolute;
left: 0;
top: 4px;
width: 18px;
height: 18px;
border: 1px solid #dddddd;
border-radius: 50%;
background: #ffffff;
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
content: '';
width: 12px;
height: 12px;
background: #0064FB;
position: absolute;
top: 7px;
left: 3px;
border-radius: 50%;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0);
transform: scale(0);
}
.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
.order-details .payment-box .default-btn {
margin-top: 15px;
}
/*================================================
Products Details Area CSS
=================================================*/
.products-details-image {
border-radius: 5px;
}
.products-details-image a {
display: block;
border-radius: 5px;
}
.products-details-image a img {
border-radius: 5px;
}
.products-details-desc {
padding-left: 30px;
}
.products-details-desc h3 {
margin-bottom: 20px;
font-size: 25px;
}
.products-details-desc .products-review {
margin-bottom: 20px;
}
.products-details-desc .products-review .rating {
display: inline-block;
font-size: 15px;
}
.products-details-desc .products-review .rating i {
color: #ffba0a;
display: inline-block;
margin-right: -2px;
}
.products-details-desc .products-review .rating-count {
display: inline-block;
color: #79798D;
border-bottom: 1px solid #79798D;
line-height: initial;
position: relative;
top: -2px;
font-size: 14px;
font-weight: 500;
margin-left: 5px;
}
.products-details-desc .products-review .rating-count:hover {
color: #0064FB;
border-color: #0064FB;
}
.products-details-desc .price {
color: #2E2F46;
font-size: 20px;
font-weight: 500;
margin-bottom: 20px;
}
.products-details-desc .price .old-price {
text-decoration: line-through;
color: #79798D;
font-weight: normal;
}
.products-details-desc .products-meta {
margin-top: 20px;
}
.products-details-desc .products-meta span {
display: block;
color: #2E2F46;
margin-bottom: 15px;
font-size: 15px;
font-weight: 500;
}
.products-details-desc .products-meta span span {
display: inline-block;
margin-bottom: 0;
font-weight: 500;
font-size: 15px;
}
.products-details-desc .products-meta span span.in-stock {
color: #36CC72;
}
.products-details-desc .products-meta span span.sku {
color: #79798D;
}
.products-details-desc .products-meta span a {
display: inline-block;
color: #FF414B;
font-weight: 500;
}
.products-details-desc .products-meta span a:hover, .products-details-desc .products-meta span a:focus {
color: #0064FB;
}
.products-details-desc .products-meta span:last-child {
margin-bottom: 0;
}
.products-details-desc .products-add-to-cart {
margin-top: 25px;
}
.products-details-desc .products-add-to-cart .input-counter {
max-width: 130px;
min-width: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
position: relative;
}
.products-details-desc .products-add-to-cart .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #494A60;
width: 50px;
height: 100%;
line-height: 55px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 16px;
}
.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
left: 0;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
right: 0;
}
.products-details-desc .products-add-to-cart .input-counter span:hover {
color: #0064FB;
}
.products-details-desc .products-add-to-cart .input-counter input {
height: 50px;
color: #2E2F46;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 16px;
font-weight: 500;
border-radius: 5px;
}
.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
color: #2E2F46;
}
.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
color: #2E2F46;
}
.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
color: #2E2F46;
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
color: #2E2F46;
}
.products-details-desc .products-add-to-cart .default-btn {
top: -2px;
padding-top: 12.5px;
padding-bottom: 12.5px;
}
.products-details-desc .products-share {
margin-top: 35px;
}
.products-details-desc .products-share .social {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.products-details-desc .products-share .social li {
display: inline-block;
}
.products-details-desc .products-share .social li span {
display: inline-block;
margin-right: 5px;
font-weight: 700;
position: relative;
top: -2px;
}
.products-details-desc .products-share .social li a {
margin-right: 5px;
}
.products-details-desc .products-share .social li a i {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
background-color: #eeeeee;
color: #494A60;
border-radius: 50px;
text-align: center;
font-size: 18px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.products-details-desc .products-share .social li a i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.products-details-tabs {
margin-top: 50px;
}
.products-details-tabs .nav {
padding-left: 0;
margin-bottom: 40px;
list-style-type: none;
display: block;
}
.products-details-tabs .nav .nav-item {
display: inline-block;
margin-right: 25px;
}
.products-details-tabs .nav .nav-item:last-child {
margin-right: 0;
}
.products-details-tabs .nav .nav-item .nav-link {
color: #79798D;
border: none;
border-bottom: 1px solid #79798D;
padding: 0;
background-color: transparent;
position: relative;
padding-bottom: 8px;
font-size: 20px;
font-weight: 500;
}
.products-details-tabs .nav .nav-item .nav-link::before {
content: '';
position: absolute;
left: 0;
width: 0;
height: 3px;
background-color: #0064FB;
-webkit-transition: 0.6s;
transition: 0.6s;
bottom: -2px;
}
.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
color: #2E2F46;
}
.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
width: 100%;
}
.products-details-tabs .tab-content .tab-pane p {
line-height: 1.8;
font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane ul {
padding-left: 15px;
list-style-type: none;
margin-top: 20px;
margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane ul li {
margin-bottom: 12px;
position: relative;
color: #494A60;
padding-left: 20px;
font-weight: 400;
font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane ul li::before {
content: "\eb7b";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "remixicon";
color: #36CC72;
}
.products-details-tabs .tab-content .tab-pane ul li:last-child {
margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
margin-bottom: 0;
display: inline-block;
font-size: 25px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
margin-top: 15px;
margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
display: block;
font-size: 15px;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .row {
overflow: hidden;
margin-left: 0;
margin-right: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side {
float: left;
width: 9%;
margin-top: 10px;
padding-left: 0;
padding-right: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
font-size: 16px;
font-weight: 600;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
margin-top: 14px;
float: left;
width: 82%;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .right {
text-align: right;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
width: 100%;
background-color: #f1f1f1;
text-align: center;
color: #ffffff;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
width: 100%;
height: 18px;
background-color: #4CAF50;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
width: 75%;
height: 18px;
background-color: #2196F3;
border-radius: 5px;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
width: 50%;
height: 18px;
background-color: #00bcd4;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
width: 25%;
height: 18px;
background-color: #ff9800;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
width: 0;
height: 18px;
background-color: #f44336;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments {
margin-top: 40px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
border-bottom: 1px solid #f3f3f3;
padding-bottom: 10px;
font-size: 22px;
margin-top: 0;
margin-bottom: 10px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
border-bottom: 1px solid #f3f3f3;
padding: 20px 0 20px 110px;
position: relative;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
position: absolute;
left: 0;
top: 20px;
width: 90px;
height: 90px;
border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
margin-bottom: 8px;
font-weight: 500;
font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
display: block;
margin-bottom: 8px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
display: inline-block;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
color: #cecfd2;
font-size: 15px;
display: inline-block;
margin-right: -3px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
color: orange;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
color: #2E2F46;
position: relative;
top: -2px;
font-weight: 600;
margin-left: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
margin-top: 30px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
margin-bottom: 10px;
font-size: 22px;
font-weight: 500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
color: red;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
margin-top: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
margin-bottom: 25px;
text-align: left;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control {
display: block;
width: 100%;
height: 60px;
outline: 0;
background-color: #F4F8FC;
border: 1px solid #E6EDF6;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::-webkit-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::-ms-input-placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::placeholder {
-webkit-transition: 0.6s;
transition: 0.6s;
color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus {
outline: 0;
background-color: #ffffff;
border-color: #FF414B;
-webkit-box-shadow: none;
box-shadow: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::-webkit-input-placeholder {
color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus:-ms-input-placeholder {
color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::-ms-input-placeholder {
color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::placeholder {
color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group textarea.form-control {
height: auto;
padding: 15px;
line-height: 1.5rem;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
text-align: left;
overflow: hidden;
max-width: 115px;
margin-top: -5px;
margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
float: right;
position: relative;
width: 23px;
height: 23px;
cursor: pointer;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
padding-right: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
content: "\2605";
-webkit-transition: 0.6s;
transition: 0.6s;
font-size: 20px;
color: #CCCCCC;
line-height: 1;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
color: #f6b500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
text-align: left;
margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
margin-bottom: 0;
color: #494A60;
font-weight: 500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 19px;
height: 19px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
border: 1px solid #f5f5f5;
border-radius: 3px;
background: #f5f5f5;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
background: #0064FB;
position: absolute;
top: 5.5px;
left: 6px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
border-color: #0064FB;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
border-color: #0064FB;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
margin-top: 22px;
}
/*================================================
Footer Area CSS
=================================================*/
.footer-area {
background-color: #F4F8FC;
position: relative;
z-index: 1;
overflow: hidden;
}
.single-footer-widget {
margin-bottom: 30px;
}
.single-footer-widget .widget-logo {
margin-bottom: 25px;
}
.single-footer-widget p {
margin-bottom: 0;
}
.single-footer-widget .widget-info {
padding-left: 0;
margin-top: 20px;
margin-bottom: 0;
}
.single-footer-widget .widget-info li {
list-style-type: none;
margin-bottom: 15px;
position: relative;
padding-left: 22px;
}
.single-footer-widget .widget-info li i {
position: absolute;
left: 0;
top: 4px;
color: #0064FB;
}
.single-footer-widget .widget-info li .ri-global-line {
color: #FF414B;
}
.single-footer-widget .widget-info li .ri-map-pin-line {
color: #36CC72;
}
.single-footer-widget .widget-info li:last-child {
margin-bottom: 0;
}
.single-footer-widget h3 {
margin-bottom: 25px;
font-size: 22px;
}
.single-footer-widget .footer-links-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-footer-widget .footer-links-list li {
margin-bottom: 10px;
}
.single-footer-widget .footer-links-list li a {
color: #494A60;
display: inline-block;
}
.single-footer-widget .footer-links-list li a:hover {
color: #0064FB;
letter-spacing: 1px;
}
.single-footer-widget .footer-links-list li:last-child {
margin-bottom: 0;
}
.single-footer-widget .widget-newsletter .newsletter-content {
margin-bottom: 20px;
}
.single-footer-widget .widget-newsletter .newsletter-content p {
font-size: 16px;
margin-bottom: 0;
}
.single-footer-widget .widget-newsletter .newsletter-form {
margin-top: 30px;
position: relative;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter {
display: block;
width: 100%;
background-color: #ffffff;
border: 1px solid #0064FB;
height: 60px;
padding: 15px;
border-radius: 5px;
outline: 0;
color: #2E2F46;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus::placeholder {
color: transparent;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form button {
position: absolute;
right: 0;
top: 0;
height: 60px;
width: 70px;
line-height: 65px;
background-color: #0064FB;
border: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: #ffffff;
border-radius: 0 5px 5px 0;
font-size: 25px;
}
.single-footer-widget .widget-newsletter .newsletter-form button:hover, .single-footer-widget .widget-newsletter .newsletter-form button:focus {
background-color: #FF414B;
color: #ffffff;
}
.single-footer-widget .widget-newsletter .newsletter-form #validator-newsletter {
color: red;
margin-top: 10px;
font-weight: 400;
font-size: 15px;
}
.single-footer-widget .widget-social {
padding-left: 0;
margin-bottom: 0;
margin-top: 30px;
}
.single-footer-widget .widget-social li {
display: inline-block;
list-style-type: none;
margin-bottom: 0;
margin-right: 10px;
}
.single-footer-widget .widget-social li:last-child {
margin-right: 0;
}
.single-footer-widget .widget-social li i {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
background-color: #ffffff;
color: #0064FB;
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
border-radius: 50px;
text-align: center;
font-size: 18px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.single-footer-widget .widget-social li i:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.footer-shape-1 {
position: absolute;
top: 40%;
left: 5%;
-webkit-transform: translateY(-40%) translateX(-5%);
transform: translateY(-40%) translateX(-5%);
z-index: -1;
opacity: 50%;
}
.footer-shape-1 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.footer-shape-2 {
position: absolute;
top: 45%;
left: 10%;
-webkit-transform: translateY(-45%) translateX(-10%);
transform: translateY(-45%) translateX(-10%);
z-index: -1;
opacity: 50%;
}
.footer-shape-2 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.footer-shape-3 {
position: absolute;
bottom: 25%;
left: 40%;
-webkit-transform: translateY(-25%) translateX(-40%);
transform: translateY(-25%) translateX(-40%);
z-index: -1;
}
.footer-shape-3 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.footer-shape-4 {
position: absolute;
bottom: 20%;
right: 20%;
-webkit-transform: translateY(-20%) translateX(-20%);
transform: translateY(-20%) translateX(-20%);
z-index: -1;
}
.footer-shape-4 img {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.footer-shape-5 {
position: absolute;
top: 10%;
right: 5%;
-webkit-transform: translateY(-10%) translateX(-5%);
transform: translateY(-10%) translateX(-5%);
z-index: -1;
}
/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
margin-top: 70px;
padding-bottom: 35px;
}
.copyright-area .copyright-area-content {
text-align: center;
background-color: #ffffff;
padding: 30px;
border-radius: 5px;
}
.copyright-area .copyright-area-content p a {
display: inline-block;
font-weight: 600;
color: #0064FB;
}
.copyright-area .copyright-area-content p a:hover {
color: #FF414B;
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
position: fixed;
cursor: pointer;
bottom: -100px;
right: 20px;
color: #ffffff;
background-color: #2E2F46;
z-index: 4;
width: 45px;
text-align: center;
height: 45px;
opacity: 0;
visibility: hidden;
border-radius: 50%;
font-size: 22px;
-webkit-transition: 0.6s;
transition: 0.6s;
overflow: hidden;
-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
position: absolute;
right: 0;
left: 0;
top: 45%;
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
text-align: center;
font-size: 30px;
margin-left: auto;
margin-right: auto;
}
.go-top.active {
opacity: 1;
visibility: visible;
bottom: 50px;
}
.go-top:hover {
background-color: #0064FB;
color: #ffffff;
-webkit-transition: 0.6s;
transition: 0.6s;
-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
right: 30px;
z-index: 99;
top: 50%;
position: fixed;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 30px;
display: inline-block;
color: #ffffff !important;
background-color: #82b440;
padding: 10px 20px 10px 42px;
font-size: 15px;
font-weight: 600;
-webkit-animation-name: tada;
animation-name: tada;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.buy-now-btn img {
top: 50%;
left: 20px;
width: 15px;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.buy-now-btn:hover {
background-color: #0064FB;
color: #ffffff !important;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
/*# sourceMappingURL=style.css.map */ | 0.477798 | 0.086555 |
.auto_height{
display:block;
position:relative;
padding:10px !important;
cursor:pointer
}
.images_details{
list-style: none;
margin:0;
padding:0
}
html * {
font-size: 14px;
}
.auto_height:before{
content:'';
padding:50% 0;
display:inline-block;
vertical-align:middle;
}
.auto_height .content_auto_images{
position:absolute;
top:5px;left:5px;bottom:5px;right:5px;
background:#eee;
overflow:hidden;
display:block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ccc;
}
.auto_height .browse{
margin-left:5px;
}
.auto_height .toolbar{
position:absolute;
top:5px;right:5px;
}
.auto_height .delete_images{
margin-left:5px;
}
.auto_height .content_auto_images img{
width:100%;
height:auto
}
.auto_height .content_auto_footer{
position:absolute;
left:15px;bottom:15px;right:15px
}
.modal-body{padding:0}
.user-panel > .pull-left{max-width:150px}
footer{padding:20px 10px;background:#fff;border-top:3px solid #eee}
.font-14{font-size:14px !important}
.font-13{font-size:13px !important}
.font-12{font-size:12px !important}
.blue1{color:#3c8dbc}
.pointer{cursor:pointer}
.no-border{border-color:transparent}
.a-hover:hover{color:#444}
.no-resize{resize: none;}
.box .box-footer2 {
border-top: 1px solid #e9eaed;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding: 10px;
background-color: #f6f7f8;
}
#post_status_content_footer{display:none}
.social_avatar{width:40px;height:40px;margin:0 10px 0 0;border:1px solid #ddd;background:#fff}
.social_time{font-size:11px;font-weight:100;color:#999;margin-top:5px;width:200px}
.social_u_name{font-size:13px;font-weight:700;padding:0;margin:5px 0 0 0;display:block}
.social_u_name2{font-size:13px;font-weight:700;padding:0;margin:5px 0 0 0; color: #3c8dbc !important}
.social_action_menu_icon{color:#999;font-size:12px}
.dropdown-menu-right{right:0!important;left:auto !important}
.social_like_link{cursor:pointer}
.social_comment_link{cursor:pointer}
.comment_status_group{border:0;padding:0;position:relative;width;100%}
.social_avatar_comment{width:40px;height:40px;position:absolute;top:0;left:0;border:1px solid #ddd;background:#fff}
.comment_area{min-height:30px;margin-left:50px}
.comment_area2{height:40px;width:100%;border:1px solid #ddd;background:#fff;padding:9px; resize: none;}
.status_comment{margin-top:10px}
.comment_detail{margin-left:50px}
#team_list, #team_list_not_use {
border: 1px solid #eee;
min-height: 20px;
list-style-type: none;
margin: 0;
padding: 5px 0 0 0;
}
#team_list li, #team_list_not_use li {
margin: 5px;
padding: 5px;
font-size: 1.2em;
border: 1px solid #00acd6;
cursor:pointer
}
.color_select{display:inline-block;zoom:1;padding:3px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #999}
.btn-map{
height: 40px;
width: 40px;
border-radius: 7px;
font-size: 20px;
}
#school_map:hover {
background-color: #00A0D1;
}
.image-container {
width: auto !important;
} | public/css/style.css | .auto_height{
display:block;
position:relative;
padding:10px !important;
cursor:pointer
}
.images_details{
list-style: none;
margin:0;
padding:0
}
html * {
font-size: 14px;
}
.auto_height:before{
content:'';
padding:50% 0;
display:inline-block;
vertical-align:middle;
}
.auto_height .content_auto_images{
position:absolute;
top:5px;left:5px;bottom:5px;right:5px;
background:#eee;
overflow:hidden;
display:block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ccc;
}
.auto_height .browse{
margin-left:5px;
}
.auto_height .toolbar{
position:absolute;
top:5px;right:5px;
}
.auto_height .delete_images{
margin-left:5px;
}
.auto_height .content_auto_images img{
width:100%;
height:auto
}
.auto_height .content_auto_footer{
position:absolute;
left:15px;bottom:15px;right:15px
}
.modal-body{padding:0}
.user-panel > .pull-left{max-width:150px}
footer{padding:20px 10px;background:#fff;border-top:3px solid #eee}
.font-14{font-size:14px !important}
.font-13{font-size:13px !important}
.font-12{font-size:12px !important}
.blue1{color:#3c8dbc}
.pointer{cursor:pointer}
.no-border{border-color:transparent}
.a-hover:hover{color:#444}
.no-resize{resize: none;}
.box .box-footer2 {
border-top: 1px solid #e9eaed;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding: 10px;
background-color: #f6f7f8;
}
#post_status_content_footer{display:none}
.social_avatar{width:40px;height:40px;margin:0 10px 0 0;border:1px solid #ddd;background:#fff}
.social_time{font-size:11px;font-weight:100;color:#999;margin-top:5px;width:200px}
.social_u_name{font-size:13px;font-weight:700;padding:0;margin:5px 0 0 0;display:block}
.social_u_name2{font-size:13px;font-weight:700;padding:0;margin:5px 0 0 0; color: #3c8dbc !important}
.social_action_menu_icon{color:#999;font-size:12px}
.dropdown-menu-right{right:0!important;left:auto !important}
.social_like_link{cursor:pointer}
.social_comment_link{cursor:pointer}
.comment_status_group{border:0;padding:0;position:relative;width;100%}
.social_avatar_comment{width:40px;height:40px;position:absolute;top:0;left:0;border:1px solid #ddd;background:#fff}
.comment_area{min-height:30px;margin-left:50px}
.comment_area2{height:40px;width:100%;border:1px solid #ddd;background:#fff;padding:9px; resize: none;}
.status_comment{margin-top:10px}
.comment_detail{margin-left:50px}
#team_list, #team_list_not_use {
border: 1px solid #eee;
min-height: 20px;
list-style-type: none;
margin: 0;
padding: 5px 0 0 0;
}
#team_list li, #team_list_not_use li {
margin: 5px;
padding: 5px;
font-size: 1.2em;
border: 1px solid #00acd6;
cursor:pointer
}
.color_select{display:inline-block;zoom:1;padding:3px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #999}
.btn-map{
height: 40px;
width: 40px;
border-radius: 7px;
font-size: 20px;
}
#school_map:hover {
background-color: #00A0D1;
}
.image-container {
width: auto !important;
} | 0.26588 | 0.088978 |
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #000000;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.page-link.active {
background-color: #ed8936;
color: #ffffff;
}
table {
background-color: transparent;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.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: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.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: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.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: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.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: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.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: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
min-height: 0.01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
}
.VueTables__table {
margin-top: 1rem;
}
.VueTables__table > thead {
background-color: #ed8936;
color: #ffffff;
}
.VueTables__table > tbody {
background-color: #ffffff;
font-size: 0.875rem;
}
.VueTables__heading {
font-size: 14px;
}
.VueTables__row {
border: none;
}
.VuePagination__pagination {
margin: 0;
}
.VuePagination__count {
font-size: 0.875rem;
}
.VueTables__search {
margin-bottom: 5px;
}
.VueTables__search-field > label {
margin-right: 25px;
}
.VueTables__limit-field > label {
margin-right: 6px;
}
.VueTables__search__input,
.VueTables__limit-field > select {
font-size: 0.9rem;
color: #4a5568;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
line-height: 1.25;
border-width: 1px;
border-radius: 0.25rem;
}
.VueTables__search__input {
padding: 0.25rem 0.75rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.VueTables__limit-field {
padding-top: 0.25rem;
padding-bottom: 0.75rem;
}
/*! purgecss end ignore */ | resources/sass/vuetables2.css | .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #000000;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.page-link.active {
background-color: #ed8936;
color: #ffffff;
}
table {
background-color: transparent;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.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: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.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: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.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: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.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: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.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: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
min-height: 0.01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
}
.VueTables__table {
margin-top: 1rem;
}
.VueTables__table > thead {
background-color: #ed8936;
color: #ffffff;
}
.VueTables__table > tbody {
background-color: #ffffff;
font-size: 0.875rem;
}
.VueTables__heading {
font-size: 14px;
}
.VueTables__row {
border: none;
}
.VuePagination__pagination {
margin: 0;
}
.VuePagination__count {
font-size: 0.875rem;
}
.VueTables__search {
margin-bottom: 5px;
}
.VueTables__search-field > label {
margin-right: 25px;
}
.VueTables__limit-field > label {
margin-right: 6px;
}
.VueTables__search__input,
.VueTables__limit-field > select {
font-size: 0.9rem;
color: #4a5568;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
line-height: 1.25;
border-width: 1px;
border-radius: 0.25rem;
}
.VueTables__search__input {
padding: 0.25rem 0.75rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.VueTables__limit-field {
padding-top: 0.25rem;
padding-bottom: 0.75rem;
}
/*! purgecss end ignore */ | 0.493897 | 0.216798 |
:root {
--el-color-white: #ffffff;
--el-color-black: #000000;
--el-color-primary: #409eff;
--el-color-primary-light-1: #53a8ff;
--el-color-primary-light-2: #66b1ff;
--el-color-primary-light-3: #79bbff;
--el-color-primary-light-4: #8cc5ff;
--el-color-primary-light-5: #a0cfff;
--el-color-primary-light-6: #b3d8ff;
--el-color-primary-light-7: #c6e2ff;
--el-color-primary-light-8: #d9ecff;
--el-color-primary-light-9: #ecf5ff;
--el-color-success: #67c23a;
--el-color-success-light: #e1f3d8;
--el-color-success-lighter: #f0f9eb;
--el-color-warning: #e6a23c;
--el-color-warning-light: #faecd8;
--el-color-warning-lighter: #fdf6ec;
--el-color-danger: #f56c6c;
--el-color-danger-light: #fde2e2;
--el-color-danger-lighter: #fef0f0;
--el-color-error: #f56c6c;
--el-color-error-light: #fde2e2;
--el-color-error-lighter: #fef0f0;
--el-color-info: #909399;
--el-color-info-light: #e9e9eb;
--el-color-info-lighter: #f4f4f5;
--el-bg-color: #f5f7fa;
--el-border-width-base: 1px;
--el-border-style-base: solid;
--el-border-color-hover: var(--el-text-color-placeholder);
--el-border-base: var(--el-border-width-base) var(--el-border-style-base)
var(--el-border-color-base);
--el-svg-monochrome-grey: #dcdde0;
--el-fill-base: var(--el-color-white);
--el-font-size-extra-large: 20px;
--el-font-size-large: 18px;
--el-font-size-medium: 16px;
--el-font-size-base: 14px;
--el-font-size-small: 13px;
--el-font-size-extra-small: 12px;
--el-font-weight-primary: 500;
--el-font-line-height-primary: 24px;
--el-text-color-disabled-base: #bbb;
--el-index-normal: 1;
--el-index-top: 1000;
--el-index-popper: 2000;
--el-text-color-primary: #303133;
--el-text-color-regular: #606266;
--el-text-color-secondary: #909399;
--el-text-color-placeholder: #c0c4cc;
--el-border-color-base: #dcdfe6;
--el-border-color-light: #e4e7ed;
--el-border-color-lighter: #ebeef5;
--el-border-color-extra-light: #f2f6fc;
--el-border-radius-base: 4px;
--el-border-radius-small: 2px;
--el-border-radius-round: 20px;
--el-border-radius-circle: 100%;
--el-box-shadow-base: 0 2px 4px rgba(0, 0, 0, 0.12),
0 0 6px rgba(0, 0, 0, 0.04);
--el-box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
--el-disabled-bg-color: var(--el-bg-color);
--el-disabled-text-color: var(--el-text-color-placeholder);
--el-disabled-border-color: var(--el-border-color-light);
--el-transition-duration: 0.3s;
--el-transition-duration-fast: 0.2s;
--el-transition-function-ease-in-out-bezier: cubic-bezier(
0.645,
0.045,
0.355,
1
);
--el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
--el-transition-all: all var(--el-transition-duration)
var(--el-transition-function-ease-in-out-bezier);
--el-transition-fade: opacity var(--el-transition-duration)
var(--el-transition-function-fast-bezier);
--el-transition-md-fade: transform var(--el-transition-duration)
var(--el-transition-function-fast-bezier),
opacity var(--el-transition-duration)
var(--el-transition-function-fast-bezier);
--el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
--el-transition-border: border-color var(--el-transition-duration-fast)
var(--el-transition-function-ease-in-out-bezier);
--el-transition-color: color var(--el-transition-duration-fast)
var(--el-transition-function-ease-in-out-bezier);
}
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
transition: var(--el-transition-fade-linear);
}
.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
opacity: 0;
}
.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
transition: var(--el-transition-fade-linear);
}
.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
opacity: 0;
}
.el-fade-in-enter-active,
.el-fade-in-leave-active {
transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
.el-fade-in-enter-from,
.el-fade-in-leave-active {
opacity: 0;
}
.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
opacity: 0;
transform: scaleX(0);
}
.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
opacity: 1;
transform: scaleY(1);
transition: var(--el-transition-md-fade);
transform-origin: center top;
}
.el-zoom-in-top-enter-active[data-popper-placement^="top"],
.el-zoom-in-top-leave-active[data-popper-placement^="top"] {
transform-origin: center bottom;
}
.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
opacity: 0;
transform: scaleY(0);
}
.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
opacity: 1;
transform: scaleY(1);
transition: var(--el-transition-md-fade);
transform-origin: center bottom;
}
.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
opacity: 0;
transform: scaleY(0);
}
.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
opacity: 1;
transform: scale(1);
transition: var(--el-transition-md-fade);
transform-origin: top left;
}
.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
opacity: 0;
transform: scale(0.45);
}
.collapse-transition {
transition: var(--el-transition-duration) height ease-in-out,
var(--el-transition-duration) padding-top ease-in-out,
var(--el-transition-duration) padding-bottom ease-in-out;
}
.el-collapse-transition-enter-active,
.el-collapse-transition-leave-active {
transition: var(--el-transition-duration) max-height ease-in-out,
var(--el-transition-duration) padding-top ease-in-out,
var(--el-transition-duration) padding-bottom ease-in-out;
}
.horizontal-collapse-transition {
transition: var(--el-transition-duration) width ease-in-out,
var(--el-transition-duration) padding-left ease-in-out,
var(--el-transition-duration) padding-right ease-in-out;
}
.el-list-enter-active,
.el-list-leave-active {
transition: all 1s;
}
.el-list-enter-from,
.el-list-leave-active {
opacity: 0;
transform: translateY(-30px);
}
.el-opacity-transition {
transition: opacity var(--el-transition-duration)
cubic-bezier(0.55, 0, 0.1, 1);
}
.el-icon-loading {
animation: rotating 2s linear infinite;
}
.el-icon--right {
margin-left: 5px;
}
.el-icon--left {
margin-right: 5px;
}
@keyframes rotating {
0% {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
.el-icon {
--color: inherit;
height: 1em;
width: 1em;
line-height: 1em;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
fill: currentColor;
color: var(--color);
font-size: inherit;
}
.el-icon.is-loading {
animation: rotating 2s linear infinite;
}
.el-icon svg {
height: 1em;
width: 1em;
}
:root {
--el-loading-spinner-size: 42px;
--el-loading-fullscreen-spinner-size: 50px;
}
.el-loading-parent--relative {
position: relative !important;
}
.el-loading-parent--hidden {
overflow: hidden !important;
}
.el-loading-mask {
position: absolute;
z-index: 2000;
background-color: #ffffffe6;
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: opacity var(--el-transition-duration);
}
.el-loading-mask.is-fullscreen {
position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
margin-top: calc((0px - var(--el-loading-fullscreen-spinner-size)) / 2);
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
height: var(--el-loading-fullscreen-spinner-size);
width: var(--el-loading-fullscreen-spinner-size);
}
.el-loading-spinner {
top: 50%;
margin-top: calc((0px - var(--el-loading-spinner-size)) / 2);
width: 100%;
text-align: center;
position: absolute;
}
.el-loading-spinner .el-loading-text {
color: var(--el-color-primary);
margin: 3px 0;
font-size: 14px;
}
.el-loading-spinner .circular {
display: inline;
height: var(--el-loading-spinner-size);
width: var(--el-loading-spinner-size);
animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-width: 2;
stroke: var(--el-color-primary);
stroke-linecap: round;
}
.el-loading-spinner i {
color: var(--el-color-primary);
}
.el-loading-fade-enter-from,
.el-loading-fade-leave-to {
opacity: 0;
}
@keyframes loading-rotate {
to {
transform: rotate(360deg);
}
}
@keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
to {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
.el-card {
--el-card-border-color: var(--el-border-color-light, #ebeef5);
--el-card-border-radius: 4px;
--el-card-padding: 20px;
--el-card-bg-color: var(--el-color-white);
}
.dark .el-card {
--el-card-bg-color: var(--el-color-black);
}
.el-card {
border-radius: var(--el-card-border-radius);
border: 1px solid var(--el-card-border-color);
background-color: var(--el-card-bg-color);
overflow: hidden;
color: var(--el-text-color-primary);
transition: var(--el-transition-duration);
}
.el-card.is-always-shadow {
box-shadow: var(--el-box-shadow-light);
}
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
box-shadow: var(--el-box-shadow-light);
}
.el-card__header {
padding: calc(var(--el-card-padding) - 2px) var(--el-card-padding);
border-bottom: 1px solid var(--el-card-border-color);
box-sizing: border-box;
}
.el-card__body {
padding: var(--el-card-padding);
}
.el-button {
--el-button-font-weight: var(--el-font-weight-primary);
--el-button-border-color: var(--el-border-color-base);
--el-button-bg-color: var(--el-color-white);
--el-button-text-color: var(--el-text-color-regular);
--el-button-disabled-text-color: var(--el-disabled-text-color);
--el-button-disabled-bg-color: var(--el-color-white);
--el-button-disabled-border-color: var(--el-border-color-light);
--el-button-divide-border-color: rgba(255, 255, 255, 0.5);
--el-button-hover-text-color: var(--el-color-primary);
--el-button-hover-bg-color: var(--el-color-primary-light-9);
--el-button-hover-border-color: var(--el-color-primary-light-7);
--el-button-active-text-color: var(--el-button-hover-text-color);
--el-button-active-border-color: var(--el-color-primary);
--el-button-active-bg-color: var(--el-button-hover-bg-color);
}
.el-button {
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1;
height: 32px;
white-space: nowrap;
cursor: pointer;
background-color: var(--el-button-bg-color, var(--el-color-white));
border: var(--el-border-base);
border-color: var(--el-button-border-color, var(--el-border-color-base));
color: var(--el-button-text-color, var(--el-text-color-regular));
-webkit-appearance: none;
text-align: center;
box-sizing: border-box;
outline: 0;
margin: 0;
transition: 0.1s;
font-weight: var(--el-button-font-weight);
-webkit-user-select: none;
user-select: none;
vertical-align: middle;
padding: 8px 15px;
font-size: var(--el-font-size-base, 14px);
border-radius: var(--el-border-radius-base);
}
.el-button > span {
display: inline-flex;
align-items: center;
}
.el-button + .el-button {
margin-left: 12px;
}
.el-button.is-round {
padding: 8px 15px;
}
.el-button:focus,
.el-button:hover {
color: var(--el-button-hover-text-color);
border-color: var(
--el-button-hover-border-color,
var(--el-button-hover-bg-color)
);
background-color: var(--el-button-hover-bg-color);
outline: 0;
}
.el-button:active {
color: var(--el-button-active-text-color);
border-color: var(
--el-button-active-border-color,
var(--el-button-active-bg-color)
);
background-color: var(--el-button-active-bg-color, var(--el-button-bg-color));
outline: 0;
}
.el-button::-moz-focus-inner {
border: 0;
}
.el-button [class*="el-icon"] + span {
margin-left: 6px;
}
.el-button [class*="el-icon"] svg {
vertical-align: bottom;
}
.el-button.is-plain {
--el-button-active-text-color: #3a8ee6;
--el-button-active-border-color: #3a8ee6;
--el-button-hover-text-color: var(--el-color-primary);
--el-button-hover-bg-color: var(--el-color-white);
--el-button-hover-border-color: var(--el-color-primary);
}
.el-button.is-active {
color: var(--el-button-active-text-color);
border-color: var(
--el-button-active-border-color,
--el-button-active-bg-color
);
background-color: var(--el-button-active-bg-color);
outline: 0;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
color: var(--el-button-disabled-text-color);
cursor: not-allowed;
background-image: none;
background-color: var(--el-button-disabled-bg-color);
border-color: var(--el-button-disabled-border-color);
}
.el-button.is-disabled.el-button--text {
background-color: transparent;
}
.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
background-color: var(--el-color-white);
border-color: var(--el-button-disabled-border-color);
color: var(--el-button-disabled-text-color);
}
.el-button.is-loading {
position: relative;
pointer-events: none;
}
.el-button.is-loading:before {
pointer-events: none;
content: "";
position: absolute;
left: -1px;
top: -1px;
right: -1px;
bottom: -1px;
border-radius: inherit;
background-color: #ffffff59;
}
.el-button.is-round {
border-radius: var(--el-border-radius-round);
}
.el-button.is-circle {
border-radius: 50%;
padding: 8px;
}
.el-button__text--expand {
letter-spacing: 0.3em;
margin-right: -0.3em;
}
.el-button--default {
--el-button-text-color: var(--el-text-color-regular);
--el-button-hover-text-color: var(--el-color-primary);
--el-button-disabled-text-color: var(--el-text-color-placeholder);
}
.el-button--primary {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--primary.is-plain {
--el-button-text-color: var(--el-color-primary);
--el-button-bg-color: #ecf5ff;
--el-button-border-color: #b3d8ff;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-primary);
--el-button-hover-border-color: var(--el-color-primary);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-primary);
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
color: #8cc5ff;
background-color: #ecf5ff;
border-color: #d9ecff;
}
.el-button--success {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--success.is-plain {
--el-button-text-color: var(--el-color-success);
--el-button-bg-color: #f0f9eb;
--el-button-border-color: #c2e7b0;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-success);
--el-button-hover-border-color: var(--el-color-success);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-success);
}
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
color: #a4da89;
background-color: #f0f9eb;
border-color: #e1f3d8;
}
.el-button--warning {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--warning.is-plain {
--el-button-text-color: var(--el-color-warning);
--el-button-bg-color: #fdf6ec;
--el-button-border-color: #f5dab1;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-warning);
--el-button-hover-border-color: var(--el-color-warning);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-warning);
}
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
color: #f0c78a;
background-color: #fdf6ec;
border-color: #faecd8;
}
.el-button--danger {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--danger.is-plain {
--el-button-text-color: var(--el-color-danger);
--el-button-bg-color: #fef0f0;
--el-button-border-color: #fbc4c4;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-danger);
--el-button-hover-border-color: var(--el-color-danger);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-danger);
}
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
color: #f9a7a7;
background-color: #fef0f0;
border-color: #fde2e2;
}
.el-button--info {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--info.is-plain {
--el-button-text-color: var(--el-color-info);
--el-button-bg-color: #f4f4f5;
--el-button-border-color: #d3d4d6;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-info);
--el-button-hover-border-color: var(--el-color-info);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-info);
}
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
color: #bcbec2;
background-color: #f4f4f5;
border-color: #e9e9eb;
}
.el-button--large {
--el-button-size: 40px;
height: var(--el-button-size);
padding: 12px 19px;
font-size: var(--el-font-size-base, 14px);
border-radius: var(--el-border-radius-base);
}
.el-button--large [class*="el-icon"] + span {
margin-left: 8px;
}
.el-button--large.is-round {
padding: 12px 19px;
}
.el-button--large.is-circle {
width: var(--el-button-size);
padding: 12px;
}
.el-button--small {
--el-button-size: 24px;
height: var(--el-button-size);
padding: 5px 11px;
font-size: 12px;
border-radius: calc(var(--el-border-radius-base) - 1px);
}
.el-button--small [class*="el-icon"] + span {
margin-left: 4px;
}
.el-button--small.is-round {
padding: 5px 11px;
}
.el-button--small.is-circle {
width: var(--el-button-size);
padding: 5px;
}
.el-button--text {
border-color: transparent;
color: var(--el-color-primary);
background: 0 0;
padding-left: 0;
padding-right: 0;
}
.el-button--text:focus,
.el-button--text:hover {
color: var(--el-color-primary-light-2);
border-color: transparent;
background-color: transparent;
}
.el-button--text:active {
color: #3a8ee6;
border-color: transparent;
background-color: transparent;
}
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover {
border-color: transparent;
} | docs/assets/vendor.ce6c51a4.css | :root {
--el-color-white: #ffffff;
--el-color-black: #000000;
--el-color-primary: #409eff;
--el-color-primary-light-1: #53a8ff;
--el-color-primary-light-2: #66b1ff;
--el-color-primary-light-3: #79bbff;
--el-color-primary-light-4: #8cc5ff;
--el-color-primary-light-5: #a0cfff;
--el-color-primary-light-6: #b3d8ff;
--el-color-primary-light-7: #c6e2ff;
--el-color-primary-light-8: #d9ecff;
--el-color-primary-light-9: #ecf5ff;
--el-color-success: #67c23a;
--el-color-success-light: #e1f3d8;
--el-color-success-lighter: #f0f9eb;
--el-color-warning: #e6a23c;
--el-color-warning-light: #faecd8;
--el-color-warning-lighter: #fdf6ec;
--el-color-danger: #f56c6c;
--el-color-danger-light: #fde2e2;
--el-color-danger-lighter: #fef0f0;
--el-color-error: #f56c6c;
--el-color-error-light: #fde2e2;
--el-color-error-lighter: #fef0f0;
--el-color-info: #909399;
--el-color-info-light: #e9e9eb;
--el-color-info-lighter: #f4f4f5;
--el-bg-color: #f5f7fa;
--el-border-width-base: 1px;
--el-border-style-base: solid;
--el-border-color-hover: var(--el-text-color-placeholder);
--el-border-base: var(--el-border-width-base) var(--el-border-style-base)
var(--el-border-color-base);
--el-svg-monochrome-grey: #dcdde0;
--el-fill-base: var(--el-color-white);
--el-font-size-extra-large: 20px;
--el-font-size-large: 18px;
--el-font-size-medium: 16px;
--el-font-size-base: 14px;
--el-font-size-small: 13px;
--el-font-size-extra-small: 12px;
--el-font-weight-primary: 500;
--el-font-line-height-primary: 24px;
--el-text-color-disabled-base: #bbb;
--el-index-normal: 1;
--el-index-top: 1000;
--el-index-popper: 2000;
--el-text-color-primary: #303133;
--el-text-color-regular: #606266;
--el-text-color-secondary: #909399;
--el-text-color-placeholder: #c0c4cc;
--el-border-color-base: #dcdfe6;
--el-border-color-light: #e4e7ed;
--el-border-color-lighter: #ebeef5;
--el-border-color-extra-light: #f2f6fc;
--el-border-radius-base: 4px;
--el-border-radius-small: 2px;
--el-border-radius-round: 20px;
--el-border-radius-circle: 100%;
--el-box-shadow-base: 0 2px 4px rgba(0, 0, 0, 0.12),
0 0 6px rgba(0, 0, 0, 0.04);
--el-box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
--el-disabled-bg-color: var(--el-bg-color);
--el-disabled-text-color: var(--el-text-color-placeholder);
--el-disabled-border-color: var(--el-border-color-light);
--el-transition-duration: 0.3s;
--el-transition-duration-fast: 0.2s;
--el-transition-function-ease-in-out-bezier: cubic-bezier(
0.645,
0.045,
0.355,
1
);
--el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
--el-transition-all: all var(--el-transition-duration)
var(--el-transition-function-ease-in-out-bezier);
--el-transition-fade: opacity var(--el-transition-duration)
var(--el-transition-function-fast-bezier);
--el-transition-md-fade: transform var(--el-transition-duration)
var(--el-transition-function-fast-bezier),
opacity var(--el-transition-duration)
var(--el-transition-function-fast-bezier);
--el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
--el-transition-border: border-color var(--el-transition-duration-fast)
var(--el-transition-function-ease-in-out-bezier);
--el-transition-color: color var(--el-transition-duration-fast)
var(--el-transition-function-ease-in-out-bezier);
}
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
transition: var(--el-transition-fade-linear);
}
.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
opacity: 0;
}
.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
transition: var(--el-transition-fade-linear);
}
.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
opacity: 0;
}
.el-fade-in-enter-active,
.el-fade-in-leave-active {
transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
.el-fade-in-enter-from,
.el-fade-in-leave-active {
opacity: 0;
}
.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
opacity: 0;
transform: scaleX(0);
}
.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
opacity: 1;
transform: scaleY(1);
transition: var(--el-transition-md-fade);
transform-origin: center top;
}
.el-zoom-in-top-enter-active[data-popper-placement^="top"],
.el-zoom-in-top-leave-active[data-popper-placement^="top"] {
transform-origin: center bottom;
}
.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
opacity: 0;
transform: scaleY(0);
}
.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
opacity: 1;
transform: scaleY(1);
transition: var(--el-transition-md-fade);
transform-origin: center bottom;
}
.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
opacity: 0;
transform: scaleY(0);
}
.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
opacity: 1;
transform: scale(1);
transition: var(--el-transition-md-fade);
transform-origin: top left;
}
.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
opacity: 0;
transform: scale(0.45);
}
.collapse-transition {
transition: var(--el-transition-duration) height ease-in-out,
var(--el-transition-duration) padding-top ease-in-out,
var(--el-transition-duration) padding-bottom ease-in-out;
}
.el-collapse-transition-enter-active,
.el-collapse-transition-leave-active {
transition: var(--el-transition-duration) max-height ease-in-out,
var(--el-transition-duration) padding-top ease-in-out,
var(--el-transition-duration) padding-bottom ease-in-out;
}
.horizontal-collapse-transition {
transition: var(--el-transition-duration) width ease-in-out,
var(--el-transition-duration) padding-left ease-in-out,
var(--el-transition-duration) padding-right ease-in-out;
}
.el-list-enter-active,
.el-list-leave-active {
transition: all 1s;
}
.el-list-enter-from,
.el-list-leave-active {
opacity: 0;
transform: translateY(-30px);
}
.el-opacity-transition {
transition: opacity var(--el-transition-duration)
cubic-bezier(0.55, 0, 0.1, 1);
}
.el-icon-loading {
animation: rotating 2s linear infinite;
}
.el-icon--right {
margin-left: 5px;
}
.el-icon--left {
margin-right: 5px;
}
@keyframes rotating {
0% {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
.el-icon {
--color: inherit;
height: 1em;
width: 1em;
line-height: 1em;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
fill: currentColor;
color: var(--color);
font-size: inherit;
}
.el-icon.is-loading {
animation: rotating 2s linear infinite;
}
.el-icon svg {
height: 1em;
width: 1em;
}
:root {
--el-loading-spinner-size: 42px;
--el-loading-fullscreen-spinner-size: 50px;
}
.el-loading-parent--relative {
position: relative !important;
}
.el-loading-parent--hidden {
overflow: hidden !important;
}
.el-loading-mask {
position: absolute;
z-index: 2000;
background-color: #ffffffe6;
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: opacity var(--el-transition-duration);
}
.el-loading-mask.is-fullscreen {
position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
margin-top: calc((0px - var(--el-loading-fullscreen-spinner-size)) / 2);
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
height: var(--el-loading-fullscreen-spinner-size);
width: var(--el-loading-fullscreen-spinner-size);
}
.el-loading-spinner {
top: 50%;
margin-top: calc((0px - var(--el-loading-spinner-size)) / 2);
width: 100%;
text-align: center;
position: absolute;
}
.el-loading-spinner .el-loading-text {
color: var(--el-color-primary);
margin: 3px 0;
font-size: 14px;
}
.el-loading-spinner .circular {
display: inline;
height: var(--el-loading-spinner-size);
width: var(--el-loading-spinner-size);
animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-width: 2;
stroke: var(--el-color-primary);
stroke-linecap: round;
}
.el-loading-spinner i {
color: var(--el-color-primary);
}
.el-loading-fade-enter-from,
.el-loading-fade-leave-to {
opacity: 0;
}
@keyframes loading-rotate {
to {
transform: rotate(360deg);
}
}
@keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
to {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
.el-card {
--el-card-border-color: var(--el-border-color-light, #ebeef5);
--el-card-border-radius: 4px;
--el-card-padding: 20px;
--el-card-bg-color: var(--el-color-white);
}
.dark .el-card {
--el-card-bg-color: var(--el-color-black);
}
.el-card {
border-radius: var(--el-card-border-radius);
border: 1px solid var(--el-card-border-color);
background-color: var(--el-card-bg-color);
overflow: hidden;
color: var(--el-text-color-primary);
transition: var(--el-transition-duration);
}
.el-card.is-always-shadow {
box-shadow: var(--el-box-shadow-light);
}
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
box-shadow: var(--el-box-shadow-light);
}
.el-card__header {
padding: calc(var(--el-card-padding) - 2px) var(--el-card-padding);
border-bottom: 1px solid var(--el-card-border-color);
box-sizing: border-box;
}
.el-card__body {
padding: var(--el-card-padding);
}
.el-button {
--el-button-font-weight: var(--el-font-weight-primary);
--el-button-border-color: var(--el-border-color-base);
--el-button-bg-color: var(--el-color-white);
--el-button-text-color: var(--el-text-color-regular);
--el-button-disabled-text-color: var(--el-disabled-text-color);
--el-button-disabled-bg-color: var(--el-color-white);
--el-button-disabled-border-color: var(--el-border-color-light);
--el-button-divide-border-color: rgba(255, 255, 255, 0.5);
--el-button-hover-text-color: var(--el-color-primary);
--el-button-hover-bg-color: var(--el-color-primary-light-9);
--el-button-hover-border-color: var(--el-color-primary-light-7);
--el-button-active-text-color: var(--el-button-hover-text-color);
--el-button-active-border-color: var(--el-color-primary);
--el-button-active-bg-color: var(--el-button-hover-bg-color);
}
.el-button {
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1;
height: 32px;
white-space: nowrap;
cursor: pointer;
background-color: var(--el-button-bg-color, var(--el-color-white));
border: var(--el-border-base);
border-color: var(--el-button-border-color, var(--el-border-color-base));
color: var(--el-button-text-color, var(--el-text-color-regular));
-webkit-appearance: none;
text-align: center;
box-sizing: border-box;
outline: 0;
margin: 0;
transition: 0.1s;
font-weight: var(--el-button-font-weight);
-webkit-user-select: none;
user-select: none;
vertical-align: middle;
padding: 8px 15px;
font-size: var(--el-font-size-base, 14px);
border-radius: var(--el-border-radius-base);
}
.el-button > span {
display: inline-flex;
align-items: center;
}
.el-button + .el-button {
margin-left: 12px;
}
.el-button.is-round {
padding: 8px 15px;
}
.el-button:focus,
.el-button:hover {
color: var(--el-button-hover-text-color);
border-color: var(
--el-button-hover-border-color,
var(--el-button-hover-bg-color)
);
background-color: var(--el-button-hover-bg-color);
outline: 0;
}
.el-button:active {
color: var(--el-button-active-text-color);
border-color: var(
--el-button-active-border-color,
var(--el-button-active-bg-color)
);
background-color: var(--el-button-active-bg-color, var(--el-button-bg-color));
outline: 0;
}
.el-button::-moz-focus-inner {
border: 0;
}
.el-button [class*="el-icon"] + span {
margin-left: 6px;
}
.el-button [class*="el-icon"] svg {
vertical-align: bottom;
}
.el-button.is-plain {
--el-button-active-text-color: #3a8ee6;
--el-button-active-border-color: #3a8ee6;
--el-button-hover-text-color: var(--el-color-primary);
--el-button-hover-bg-color: var(--el-color-white);
--el-button-hover-border-color: var(--el-color-primary);
}
.el-button.is-active {
color: var(--el-button-active-text-color);
border-color: var(
--el-button-active-border-color,
--el-button-active-bg-color
);
background-color: var(--el-button-active-bg-color);
outline: 0;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
color: var(--el-button-disabled-text-color);
cursor: not-allowed;
background-image: none;
background-color: var(--el-button-disabled-bg-color);
border-color: var(--el-button-disabled-border-color);
}
.el-button.is-disabled.el-button--text {
background-color: transparent;
}
.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
background-color: var(--el-color-white);
border-color: var(--el-button-disabled-border-color);
color: var(--el-button-disabled-text-color);
}
.el-button.is-loading {
position: relative;
pointer-events: none;
}
.el-button.is-loading:before {
pointer-events: none;
content: "";
position: absolute;
left: -1px;
top: -1px;
right: -1px;
bottom: -1px;
border-radius: inherit;
background-color: #ffffff59;
}
.el-button.is-round {
border-radius: var(--el-border-radius-round);
}
.el-button.is-circle {
border-radius: 50%;
padding: 8px;
}
.el-button__text--expand {
letter-spacing: 0.3em;
margin-right: -0.3em;
}
.el-button--default {
--el-button-text-color: var(--el-text-color-regular);
--el-button-hover-text-color: var(--el-color-primary);
--el-button-disabled-text-color: var(--el-text-color-placeholder);
}
.el-button--primary {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--primary.is-plain {
--el-button-text-color: var(--el-color-primary);
--el-button-bg-color: #ecf5ff;
--el-button-border-color: #b3d8ff;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-primary);
--el-button-hover-border-color: var(--el-color-primary);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-primary);
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
color: #8cc5ff;
background-color: #ecf5ff;
border-color: #d9ecff;
}
.el-button--success {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--success.is-plain {
--el-button-text-color: var(--el-color-success);
--el-button-bg-color: #f0f9eb;
--el-button-border-color: #c2e7b0;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-success);
--el-button-hover-border-color: var(--el-color-success);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-success);
}
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
color: #a4da89;
background-color: #f0f9eb;
border-color: #e1f3d8;
}
.el-button--warning {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--warning.is-plain {
--el-button-text-color: var(--el-color-warning);
--el-button-bg-color: #fdf6ec;
--el-button-border-color: #f5dab1;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-warning);
--el-button-hover-border-color: var(--el-color-warning);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-warning);
}
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
color: #f0c78a;
background-color: #fdf6ec;
border-color: #faecd8;
}
.el-button--danger {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--danger.is-plain {
--el-button-text-color: var(--el-color-danger);
--el-button-bg-color: #fef0f0;
--el-button-border-color: #fbc4c4;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-danger);
--el-button-hover-border-color: var(--el-color-danger);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-danger);
}
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
color: #f9a7a7;
background-color: #fef0f0;
border-color: #fde2e2;
}
.el-button--info {
--el-button-text-color: var(--el-color-white);
--el-button-hover-text-color: var(--el-color-white);
--el-button-disabled-text-color: var(--el-color-white);
}
.el-button--info.is-plain {
--el-button-text-color: var(--el-color-info);
--el-button-bg-color: #f4f4f5;
--el-button-border-color: #d3d4d6;
--el-button-hover-text-color: var(--el-color-white);
--el-button-hover-bg-color: var(--el-color-info);
--el-button-hover-border-color: var(--el-color-info);
--el-button-active-text-color: var(--el-color-white);
--el-button-active-border-color: var(--el-color-info);
}
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
color: #bcbec2;
background-color: #f4f4f5;
border-color: #e9e9eb;
}
.el-button--large {
--el-button-size: 40px;
height: var(--el-button-size);
padding: 12px 19px;
font-size: var(--el-font-size-base, 14px);
border-radius: var(--el-border-radius-base);
}
.el-button--large [class*="el-icon"] + span {
margin-left: 8px;
}
.el-button--large.is-round {
padding: 12px 19px;
}
.el-button--large.is-circle {
width: var(--el-button-size);
padding: 12px;
}
.el-button--small {
--el-button-size: 24px;
height: var(--el-button-size);
padding: 5px 11px;
font-size: 12px;
border-radius: calc(var(--el-border-radius-base) - 1px);
}
.el-button--small [class*="el-icon"] + span {
margin-left: 4px;
}
.el-button--small.is-round {
padding: 5px 11px;
}
.el-button--small.is-circle {
width: var(--el-button-size);
padding: 5px;
}
.el-button--text {
border-color: transparent;
color: var(--el-color-primary);
background: 0 0;
padding-left: 0;
padding-right: 0;
}
.el-button--text:focus,
.el-button--text:hover {
color: var(--el-color-primary-light-2);
border-color: transparent;
background-color: transparent;
}
.el-button--text:active {
color: #3a8ee6;
border-color: transparent;
background-color: transparent;
}
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover {
border-color: transparent;
} | 0.563858 | 0.10393 |
@font-face {
font-family: 'Clinton';
src: url('Clinton-Bold.eot'); /* IE9 Compat Modes */
src: url('Clinton-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-Bold.woff') format('woff'), /* Modern Browsers */
url('Clinton-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-Bold.svg#Clinton-Bold') format('svg'); /* Legacy iOS */
font-style: normal;
font-weight: 600;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'Clinton';
src: url('Clinton-BoldItalic.eot'); /* IE9 Compat Modes */
src: url('Clinton-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-BoldItalic.woff') format('woff'), /* Modern Browsers */
url('Clinton-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-BoldItalic.svg#Clinton-BoldItalic') format('svg'); /* Legacy iOS */
font-style: italic;
font-weight: 600;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'Clinton';
src: url('Clinton-ExtraBold.eot'); /* IE9 Compat Modes */
src: url('Clinton-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-ExtraBold.woff') format('woff'), /* Modern Browsers */
url('Clinton-ExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-ExtraBold.svg#Clinton-ExtraBold') format('svg'); /* Legacy iOS */
font-style: normal;
font-weight: 800;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'Clinton';
src: url('Clinton-ExtraBoldItalic.eot'); /* IE9 Compat Modes */
src: url('Clinton-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-ExtraBoldItalic.woff') format('woff'), /* Modern Browsers */
url('Clinton-ExtraBoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-ExtraBoldItalic.svg#Clinton-ExtraBoldItalic') format('svg'); /* Legacy iOS */
font-style: italic;
font-weight: 800;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'Clinton';
src: url('Clinton-SemiBold.eot'); /* IE9 Compat Modes */
src: url('Clinton-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-SemiBold.woff') format('woff'), /* Modern Browsers */
url('Clinton-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-SemiBold.svg#Clinton-SemiBold') format('svg'); /* Legacy iOS */
font-style: normal;
font-weight: 400;
text-rendering: optimizeLegibility;
} | public/style/fonts/fonts.css | @font-face {
font-family: 'Clinton';
src: url('Clinton-Bold.eot'); /* IE9 Compat Modes */
src: url('Clinton-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-Bold.woff') format('woff'), /* Modern Browsers */
url('Clinton-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-Bold.svg#Clinton-Bold') format('svg'); /* Legacy iOS */
font-style: normal;
font-weight: 600;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'Clinton';
src: url('Clinton-BoldItalic.eot'); /* IE9 Compat Modes */
src: url('Clinton-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-BoldItalic.woff') format('woff'), /* Modern Browsers */
url('Clinton-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-BoldItalic.svg#Clinton-BoldItalic') format('svg'); /* Legacy iOS */
font-style: italic;
font-weight: 600;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'Clinton';
src: url('Clinton-ExtraBold.eot'); /* IE9 Compat Modes */
src: url('Clinton-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-ExtraBold.woff') format('woff'), /* Modern Browsers */
url('Clinton-ExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-ExtraBold.svg#Clinton-ExtraBold') format('svg'); /* Legacy iOS */
font-style: normal;
font-weight: 800;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'Clinton';
src: url('Clinton-ExtraBoldItalic.eot'); /* IE9 Compat Modes */
src: url('Clinton-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-ExtraBoldItalic.woff') format('woff'), /* Modern Browsers */
url('Clinton-ExtraBoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-ExtraBoldItalic.svg#Clinton-ExtraBoldItalic') format('svg'); /* Legacy iOS */
font-style: italic;
font-weight: 800;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'Clinton';
src: url('Clinton-SemiBold.eot'); /* IE9 Compat Modes */
src: url('Clinton-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Clinton-SemiBold.woff') format('woff'), /* Modern Browsers */
url('Clinton-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
url('Clinton-SemiBold.svg#Clinton-SemiBold') format('svg'); /* Legacy iOS */
font-style: normal;
font-weight: 400;
text-rendering: optimizeLegibility;
} | 0.254972 | 0.072243 |
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.g {
display: -ms-grid;
display: grid;
}
.fr-2 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.fr-3 {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
.fr-4 {
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.a-2 {
-ms-grid-columns: auto auto;
grid-template-columns: auto auto;
}
.a-3 {
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto;
}
.a-4 {
-ms-grid-columns: auto auto auto auto;
grid-template-columns: auto auto auto auto;
}
.btn {
font-family: inherit;
font-size: 100%;
padding: 0.5em 1em;
color: #444;
color: rgba(0, 0, 0, 0.8);
border: 1px solid #999;
border: none rgba(0, 0, 0, 0);
background-color: #E6E6E6;
text-decoration: none;
border-radius: 2px;
}
.btn-hover,
.btn:hover,
.btn:focus {
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.btn:focus {
outline: 0;
}
.btn-active,
.btn:active {
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
border-color: #000;
}
.btn-primary,
.btn-selected,
a.btn-primary,
a.btn-selected {
background-color: #0078e7;
color: #fff;
}
.form input,
.form select,
.form textarea {
padding: 0.5em 0.6em;
display: inline-block;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 3px #ddd;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
outline: 0;
border-color: #129FEA;
}
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
outline: thin solid #129FEA;
outline: 1px auto #129FEA;
}
.form .pure-checkbox,
.form .pure-radio {
margin: 0.5em 0;
display: block;
}
.form input[disabled],
.form select[disabled],
.form textarea[disabled] {
cursor: not-allowed;
background-color: #eaeded;
color: #cad2d3;
}
.form label {
margin: 0.5em 0 0.2em;
}
img {
width: 100%;
}
/*# sourceMappingURL=lighter.css.map */ | src/lighter.css | html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.g {
display: -ms-grid;
display: grid;
}
.fr-2 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.fr-3 {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
.fr-4 {
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.a-2 {
-ms-grid-columns: auto auto;
grid-template-columns: auto auto;
}
.a-3 {
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto;
}
.a-4 {
-ms-grid-columns: auto auto auto auto;
grid-template-columns: auto auto auto auto;
}
.btn {
font-family: inherit;
font-size: 100%;
padding: 0.5em 1em;
color: #444;
color: rgba(0, 0, 0, 0.8);
border: 1px solid #999;
border: none rgba(0, 0, 0, 0);
background-color: #E6E6E6;
text-decoration: none;
border-radius: 2px;
}
.btn-hover,
.btn:hover,
.btn:focus {
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.btn:focus {
outline: 0;
}
.btn-active,
.btn:active {
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
border-color: #000;
}
.btn-primary,
.btn-selected,
a.btn-primary,
a.btn-selected {
background-color: #0078e7;
color: #fff;
}
.form input,
.form select,
.form textarea {
padding: 0.5em 0.6em;
display: inline-block;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 3px #ddd;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
outline: 0;
border-color: #129FEA;
}
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
outline: thin solid #129FEA;
outline: 1px auto #129FEA;
}
.form .pure-checkbox,
.form .pure-radio {
margin: 0.5em 0;
display: block;
}
.form input[disabled],
.form select[disabled],
.form textarea[disabled] {
cursor: not-allowed;
background-color: #eaeded;
color: #cad2d3;
}
.form label {
margin: 0.5em 0 0.2em;
}
img {
width: 100%;
}
/*# sourceMappingURL=lighter.css.map */ | 0.46563 | 0.169853 |
.flex-control-nav,
.icaseDetLink,
.serBtn,
.serIco,
.serIntro,
.serTitle {
text-align: center
}
.flex-control-paging span,
.flex-direction-nav a,
.icaserPic,
.inImg {
overflow: hidden;
cursor: pointer
}
.footer li a,
.icaseDetLink,
.icaserTitle,
.inMore,
.inTitle {
text-decoration: none
}
.active .mico_home .micoi,
.mico_home .micoi {
top: -58px
}
.flexslider {
min-width: 1257px;
margin: 0 auto 20px;
position: relative;
width: 100%;
height: 480px;
overflow: hidden;
zoom: 1
}
.flexslider .slides li {
width: 100%;
height: 480px;
position: absolute
}
.flex-direction-nav a {
width: 70px;
height: 70px;
line-height: 99em;
margin: -35px 0 0;
display: block;
background: url(../img/ad_ctr.png) no-repeat;
position: absolute;
top: 50%;
z-index: 10;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
border-radius: 35px
}
.iaPic img,
.icaserPic img {
transition: all .5s ease-in-out
}
.flex-direction-nav .flex-next {
background-position: 0 -70px;
right: 0
}
.flex-direction-nav .flex-prev {
left: 0
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
opacity: .8;
filter: alpha(opacity=25)
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
opacity: 1;
filter: alpha(opacity=50)
}
.iaPicMask,
.icaserMask {
filter: alpha( opacity=80)
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: 10px
}
.flex-control-nav li {
margin: 0 2px;
display: inline-block;
zoom: 1
}
.flex-control-paging span {
background: url(../img/dot.png) 0 -16px no-repeat;
display: inline-block;
zoom: 1;
height: 16px;
text-indent: -99em;
width: 16px
}
.flex-control-paging .active,
.flex-control-paging li a.flex-active {
background-position: 0 0
}
.flexslider .slides a img {
height: 480px;
display: block;
position: absolute;
top: 0;
right: 0
}
.service {
width: 1006px;
margin: 0 auto;
padding: 0 0 47px
}
.serQuery {
margin: 0 auto;
width: 100%;
height: 300px;
padding: 50px 0 0;
overflow: hidden
}
.serLi {
position: relative;
float: left;
width: 223.4px;
height: 385px;
margin: 0 14px
}
/*
.serWrap {
position: absolute;
top: 0;
left: 0;
width: 223.4px;
height: 383px;
border: 1px solid #cecece
}
*/
.serWrap {
position: absolute;
top: 0;
left: 0;
width: 220px;
height: 264px;
border-radius: 4px;
overflow: hidden;
border: 1px solid #EEEEEE;
box-shadow:0px 0px 6px #CCCCCC;
}
/*
.serIco {
width: 103px;
height: 103px;
margin: 24px auto 0;
background-color: #666;
font-size: 0;
line-height: 0
}
*/
.serIco {
width: 220px;
height: 110px;
margin: 0px auto 0;
background-color: #666;
font-size: 0;
line-height: 0
}
.serIco img {
display: block;
width: 100%
}
.serIco-over{
position: absolute;
top: 0px;
left: 0px;
width: 220px;
height: 110px;
text-align: center;
line-height: 110px;
background: rgba(0,0,0,.2);
}
.serIco-over span{
color: #FFFFFF;
font-size: 20px;
}
.serTitle {
margin: 30px 0 10px;
line-height: 28px;
font-size: 18px;
color: #000
}
.icaseWrap,
.serBtn,
.serLink {
margin: 0 auto
}
/*
.serIntro {
padding: 0 0 16px;
line-height: 30px;
color: #484848
}
*/
.serIntro {
margin-top: 25px;
padding: 0 0 16px;
line-height: 30px;
color: #ADADAD;
font-size: 15px;
}
.serIntro span{
display: inline-block;
width: 25px;
height: 18px;
}
.serIntro span:nth-of-type(1){
background: #fff url(../img/yinghao1.png) 0 0 no-repeat;
margin-left: -24px;
}
.serIntro span:nth-of-type(2){
background: #fff url(../img/yinghao2.png) 0 0 no-repeat;
margin-right: -29px;
}
.serLink {
width: 192px;
border-top: 1px dotted #8d8d8d;
padding: 21px 0 0
}
.iaCtrl,
.inList {
border-top: 1px solid #eaeaea
}
.serBtn {
display: block;
position: relative;
width: 120px;
height: 37px;
overflow: hidden;
line-height: 36px
}
.serBtnHover,
.serBtnLink {
position: absolute;
top: 0;
left: 0;
width: 120px;
height: 37px;
background: url(../img/service_button.png) center top no-repeat
}
.serBtnLink {
z-index: 1;
background-position: center top;
color: #3f3f3f
}
.serBtnHover {
z-index: 0;
background-position: center center;
color: #fff
}
.icaseWrap {
width: 1257px;
padding: 24px 0 16px
}
.icaseHeader {
height: 36px;
overflow: hidden;
padding: 0 0 12px
}
.icaseDetLink {
float: right;
width: 78px;
height: 28px;
margin: 4px 0 0;
padding: 0 18px 0 0;
background: url(../img/case_more_arrow.png) 70px center no-repeat #cbcbcb;
line-height: 28px;
color: #fff;
border-radius: 18px;
}
.icaseName {
float: left;
height: 24px;
padding: 12px 0 0 35px;
background: url(../img/xmanli.png) left center no-repeat;
line-height: 20px;
font-size: 22px;
}
.icaseBody {
overflow: hidden
}
.icaseLeft {
position: relative;
float: left;
width: 402px;
overflow: hidden;
padding: 20px 0 0;
background: #fff
}
.icaseLeftTitle {
height: 28px;
padding: 0 0 0 18px;
color: #858585;
line-height: 28px;
font-size: 15px
}
.icaseLeftIntro {
position: relative;
margin: 16px 0 0
}
.icasebNext,
.icasebPrev {
position: absolute;
z-index: 9;
top: 100px;
width: 31px;
height: 31px;
background: url(../img/case_control.png) no-repeat
}
.icasebPrev {
left: 0;
background-position: left bottom
}
.icasebPrev:hover {
background-position: left top
}
.icasebNext {
right: 0;
background-position: right bottom
}
.icasebNext:hover {
background-position: right top
}
.icaseBanner {
position: relative;
z-index: 0;
width: 420px;
height: 357px
}
.icaseBanner .icasePic,
.icaseBanner .icasePic img {
width: 100%
}
.icasebli {
position: absolute;
left: 0;
top: 0;
width: 402px
}
.icasePic {
display: block;
width: 402px;
height: 226px;
overflow: hidden;
font-size: 0;
line-height: 0
}
.icaseInfo {
border-bottom: 1px solid #ececec;
padding: 19px 21px 7px
}
.icaseTitle {
line-height: 28px;
font-size: 18px;
color: #353535
}
.icaseDate {
line-height: 22px;
font-size: 14px;
color: #adadad
}
.icaseIntro {
padding: 10px 20px;
line-height: 20px;
color: #868686
}
.vlist {
width: 100%;
overflow: hidden
}
.icaserQuery {
float: left;
width: 295.5px;
margin: 0 0 25px 25px;
padding: 0 0 8px;
background: #fff
}
.icaserDate,
.icaserTitle {
display: block;
padding: 0 0 0 15px
}
.icaserTitle {
font-size: 14px;
color: #353535;
line-height: 24px
}
.icaserQuery:hover .icaserTitle {
color: #fff
}
.icaserDate {
line-height: 20px;
color: #adadad
}
.icaserPic {
position: relative;
width: 295.5px;
height: 166px;
margin: 0 0 5px;
font-size: 0;
line-height: 0
}
.icaserPic img {
width: 100%;
min-height: 100%;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out
}
.icaserPic:hover img {
transform: sale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1)
}
.icaserMask {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 8;
width: 100%;
height: 100%;
background: #000;
opacity: .3
}
.icaserLink {
position: absolute;
top: -45px;
left: 125px;
z-index: 9;
width: 45px;
height: 45px;
background: url(../img/play.png) center center no-repeat
}
.iaList,
.iaQuery {
height: 225px;
width: 402px
}
.iaList {
background: #fff
}
.iaAndn {
width: 1257px;
margin: 40px auto;
padding: 0 0 46px;
overflow: hidden
}
.iabout {
float: left;
width: 285px;
margin: 0 1px 0 0;
overflow: hidden;
margin-right: 25px
}
.iaQuery {
position: relative;
z-index: 0
}
.iaList {
position: absolute
}
.iaName {
height: 32px;
width: 285px;
padding: 11px 0 11px 0px;
border-bottom: 1px solid #eaeaea
}
.iaNameEn {
font-size: 24px;
color: #777;
line-height: 32px
}
/*
.iaNameCn {
margin: 0 0 0 8px;
color: #9c9c9c;
line-height: 20px;
vertical-align: 2px
}
*/
.iaNameCn {
vertical-align: 2px;
padding: 0px 0 0 35px;
background: url(../img/guanyuwm.png) left center no-repeat;
line-height: 20px;
font-size: 22px;
}
.iaBody {
height: 225px;
position: relative
}
.iaIntro,
.iaPic,
.iaPicMask,
.iaPicName {
position: absolute
}
.iaPic img {
width: 100%;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out
}
.iaPic:hover img {
transform: sale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1)
}
.iaPic {
left: 20px;
top: 25px;
width: 172px;
height: 175px;
font-size: 0;
line-height: 0;
overflow: hidden
}
.iaPicMask {
left: 0;
right: 0;
bottom: 0;
height: 36px;
opacity: .8;
background: #000
}
.iaPicName {
left: 0;
right: 0;
bottom: 0;
padding: 0 10px;
font-size: 12px;
line-height: 36px;
color: #fff
}
.iaIntro {
right: 14px;
top: 25px;
width: 176px
}
.iaTitle {
font-size: 14px;
color: #333;
line-height: 24px;
font-weight: 700
}
.iaContent {
padding: 13px 0 0;
color: #999;
font-size: 12px;
line-height: 20px
}
.iaCtrl {
height: 31px;
padding: 19px 14px 0 0;
text-align: right
}
.footer p,
.inLableDate,
.inMore {
text-align: center
}
.iaCtrl a {
display: inline-block;
width: 11px;
height: 11px;
margin: 0 3px;
background: #e0e0e0
}
.iaCtrl a.curr,
.iaCtrl a:hover {
background: #4b4b4b
}
.iNews,
.inMore {
/*background: #fff*/
}
.iNews {
float: left;
/*width: 854px;*/
width: 75%;
}
.inMore,
.inNext,
.inPrev {
float: right;
height: 54px;
border-left: 1px solid #eaeaea
}
.inHeader {
height: 54px;
}
.inMore {
width: 72px;
line-height: 54px;
color: #5f5f5f;
font-size: 14px
}
.inMore:hover {
color: #fff
}
.inNext,
.inPrev {
width: 56px;
background: url(../img/news_control.png) no-repeat #fff
}
.inPrev {
background-position: left bottom
}
.inNext {
background-position: right bottom
}
.inPrev:hover {
background-position: left top
}
.inNext:hover {
background-position: right top
}
.inNameEn {
font-size: 24px;
color: #777;
line-height: 54px
}
.inNameCn {
background: url(../img/zuixindt.png) left center no-repeat;
padding: 0px 0 0 35px;
line-height: 44px;
font-size: 22px;
}
.inQueryWrap {
position: relative;
width: 100%;
height: 430px;
overflow: hidden;
background-color: #FFFFFF;
}
.inQuery {
position: absolute;
left: 0;
top: 0;
/*width: 1196px;*/
width: 100%;
height: 430px
}
.inList {
position: relative;
height: 112px;
/*width: 742px;*/
width: 100%;
padding: 26px 0 0 20px
}
.inList.inListTop {
position: absolute;
left: 598px;
top: 0
}
.inList.inListBottom {
position: absolute;
left: 598px;
top: 139px
}
.inImg {
width: 160px;
height: 90px;
margin-right: 10px
}
.inImg img {
width: 100%;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out
}
.inImg img:hover {
transform: sale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1)
}
.inLableDate {
position: absolute;
top: 26px;
left: 28px;
width: 50px;
height: 90px;
background-color: #9b9b9b;
color: #fff
}
.indDay {
display: block;
height: 55px;
font-size: 36px;
line-height: 55px;
border-bottom: 1px dotted #fff
}
.indMonth {
display: block;
font-size: 14px;
line-height: 35px;
height: 35px
}
.inDate {
position: absolute;
right: 52px;
font-size: 16px;
top: 28px;
line-height: 24px;
color: #b6b6b6
}
.inTitle {
font-size: 14px;
line-height: 28px;
color: #393939
}
.inList:hover .inTitle {
color: #058bbc
}
.inIntro {
/*width: 500px;*/
width: 678px;
padding: 5px 28px 0 0;
line-height: 20px;
color: #868686
}
.footer,
.footer li a {
font-size: 14px;
color: #949494
}
.footer {
height: auto;
padding: 10px 0
}
.footer ul {
width: 1215px;
margin: 0 auto;
padding-right: 40px;
height: 25px;
position: relative;
overflow: hidden
}
.footer .link_more {
width: 16px;
height: 8px;
position: absolute;
right: 10px;
top: 9px;
cursor: pointer;
background: url(../img/link.png) no-repeat
}
.footer li {
float: left;
margin: 3px 5px
}
.footer li a:hover {
color: #fff
}
.footer p {
margin: 8px 0
}
.footer .mart20 {
margin-top: 20px
}
/*0826改版添加*/
.gywm-pic img{
width: 285px;
height: 145px;
display: block;
}
.gywm-info{
padding: 15px;
background-color: #fff;
height: 255px;
}
.gi-title{
font-weight: 900px;
}
.gi-content{
margin-top: 15px;
color: #8D8D8D;
background-color: #fff;
line-height: 20px;
}
.dbpic{
width: 1255px;
margin: 0 auto 50px;
}
.dbpic img{
margin-left: 7%;
}
.dbpic img:nth-of-type(1){
margin-left: 0px;
} | Public/Home/src/css/index-2.css | .flex-control-nav,
.icaseDetLink,
.serBtn,
.serIco,
.serIntro,
.serTitle {
text-align: center
}
.flex-control-paging span,
.flex-direction-nav a,
.icaserPic,
.inImg {
overflow: hidden;
cursor: pointer
}
.footer li a,
.icaseDetLink,
.icaserTitle,
.inMore,
.inTitle {
text-decoration: none
}
.active .mico_home .micoi,
.mico_home .micoi {
top: -58px
}
.flexslider {
min-width: 1257px;
margin: 0 auto 20px;
position: relative;
width: 100%;
height: 480px;
overflow: hidden;
zoom: 1
}
.flexslider .slides li {
width: 100%;
height: 480px;
position: absolute
}
.flex-direction-nav a {
width: 70px;
height: 70px;
line-height: 99em;
margin: -35px 0 0;
display: block;
background: url(../img/ad_ctr.png) no-repeat;
position: absolute;
top: 50%;
z-index: 10;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
border-radius: 35px
}
.iaPic img,
.icaserPic img {
transition: all .5s ease-in-out
}
.flex-direction-nav .flex-next {
background-position: 0 -70px;
right: 0
}
.flex-direction-nav .flex-prev {
left: 0
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
opacity: .8;
filter: alpha(opacity=25)
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
opacity: 1;
filter: alpha(opacity=50)
}
.iaPicMask,
.icaserMask {
filter: alpha( opacity=80)
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: 10px
}
.flex-control-nav li {
margin: 0 2px;
display: inline-block;
zoom: 1
}
.flex-control-paging span {
background: url(../img/dot.png) 0 -16px no-repeat;
display: inline-block;
zoom: 1;
height: 16px;
text-indent: -99em;
width: 16px
}
.flex-control-paging .active,
.flex-control-paging li a.flex-active {
background-position: 0 0
}
.flexslider .slides a img {
height: 480px;
display: block;
position: absolute;
top: 0;
right: 0
}
.service {
width: 1006px;
margin: 0 auto;
padding: 0 0 47px
}
.serQuery {
margin: 0 auto;
width: 100%;
height: 300px;
padding: 50px 0 0;
overflow: hidden
}
.serLi {
position: relative;
float: left;
width: 223.4px;
height: 385px;
margin: 0 14px
}
/*
.serWrap {
position: absolute;
top: 0;
left: 0;
width: 223.4px;
height: 383px;
border: 1px solid #cecece
}
*/
.serWrap {
position: absolute;
top: 0;
left: 0;
width: 220px;
height: 264px;
border-radius: 4px;
overflow: hidden;
border: 1px solid #EEEEEE;
box-shadow:0px 0px 6px #CCCCCC;
}
/*
.serIco {
width: 103px;
height: 103px;
margin: 24px auto 0;
background-color: #666;
font-size: 0;
line-height: 0
}
*/
.serIco {
width: 220px;
height: 110px;
margin: 0px auto 0;
background-color: #666;
font-size: 0;
line-height: 0
}
.serIco img {
display: block;
width: 100%
}
.serIco-over{
position: absolute;
top: 0px;
left: 0px;
width: 220px;
height: 110px;
text-align: center;
line-height: 110px;
background: rgba(0,0,0,.2);
}
.serIco-over span{
color: #FFFFFF;
font-size: 20px;
}
.serTitle {
margin: 30px 0 10px;
line-height: 28px;
font-size: 18px;
color: #000
}
.icaseWrap,
.serBtn,
.serLink {
margin: 0 auto
}
/*
.serIntro {
padding: 0 0 16px;
line-height: 30px;
color: #484848
}
*/
.serIntro {
margin-top: 25px;
padding: 0 0 16px;
line-height: 30px;
color: #ADADAD;
font-size: 15px;
}
.serIntro span{
display: inline-block;
width: 25px;
height: 18px;
}
.serIntro span:nth-of-type(1){
background: #fff url(../img/yinghao1.png) 0 0 no-repeat;
margin-left: -24px;
}
.serIntro span:nth-of-type(2){
background: #fff url(../img/yinghao2.png) 0 0 no-repeat;
margin-right: -29px;
}
.serLink {
width: 192px;
border-top: 1px dotted #8d8d8d;
padding: 21px 0 0
}
.iaCtrl,
.inList {
border-top: 1px solid #eaeaea
}
.serBtn {
display: block;
position: relative;
width: 120px;
height: 37px;
overflow: hidden;
line-height: 36px
}
.serBtnHover,
.serBtnLink {
position: absolute;
top: 0;
left: 0;
width: 120px;
height: 37px;
background: url(../img/service_button.png) center top no-repeat
}
.serBtnLink {
z-index: 1;
background-position: center top;
color: #3f3f3f
}
.serBtnHover {
z-index: 0;
background-position: center center;
color: #fff
}
.icaseWrap {
width: 1257px;
padding: 24px 0 16px
}
.icaseHeader {
height: 36px;
overflow: hidden;
padding: 0 0 12px
}
.icaseDetLink {
float: right;
width: 78px;
height: 28px;
margin: 4px 0 0;
padding: 0 18px 0 0;
background: url(../img/case_more_arrow.png) 70px center no-repeat #cbcbcb;
line-height: 28px;
color: #fff;
border-radius: 18px;
}
.icaseName {
float: left;
height: 24px;
padding: 12px 0 0 35px;
background: url(../img/xmanli.png) left center no-repeat;
line-height: 20px;
font-size: 22px;
}
.icaseBody {
overflow: hidden
}
.icaseLeft {
position: relative;
float: left;
width: 402px;
overflow: hidden;
padding: 20px 0 0;
background: #fff
}
.icaseLeftTitle {
height: 28px;
padding: 0 0 0 18px;
color: #858585;
line-height: 28px;
font-size: 15px
}
.icaseLeftIntro {
position: relative;
margin: 16px 0 0
}
.icasebNext,
.icasebPrev {
position: absolute;
z-index: 9;
top: 100px;
width: 31px;
height: 31px;
background: url(../img/case_control.png) no-repeat
}
.icasebPrev {
left: 0;
background-position: left bottom
}
.icasebPrev:hover {
background-position: left top
}
.icasebNext {
right: 0;
background-position: right bottom
}
.icasebNext:hover {
background-position: right top
}
.icaseBanner {
position: relative;
z-index: 0;
width: 420px;
height: 357px
}
.icaseBanner .icasePic,
.icaseBanner .icasePic img {
width: 100%
}
.icasebli {
position: absolute;
left: 0;
top: 0;
width: 402px
}
.icasePic {
display: block;
width: 402px;
height: 226px;
overflow: hidden;
font-size: 0;
line-height: 0
}
.icaseInfo {
border-bottom: 1px solid #ececec;
padding: 19px 21px 7px
}
.icaseTitle {
line-height: 28px;
font-size: 18px;
color: #353535
}
.icaseDate {
line-height: 22px;
font-size: 14px;
color: #adadad
}
.icaseIntro {
padding: 10px 20px;
line-height: 20px;
color: #868686
}
.vlist {
width: 100%;
overflow: hidden
}
.icaserQuery {
float: left;
width: 295.5px;
margin: 0 0 25px 25px;
padding: 0 0 8px;
background: #fff
}
.icaserDate,
.icaserTitle {
display: block;
padding: 0 0 0 15px
}
.icaserTitle {
font-size: 14px;
color: #353535;
line-height: 24px
}
.icaserQuery:hover .icaserTitle {
color: #fff
}
.icaserDate {
line-height: 20px;
color: #adadad
}
.icaserPic {
position: relative;
width: 295.5px;
height: 166px;
margin: 0 0 5px;
font-size: 0;
line-height: 0
}
.icaserPic img {
width: 100%;
min-height: 100%;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out
}
.icaserPic:hover img {
transform: sale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1)
}
.icaserMask {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 8;
width: 100%;
height: 100%;
background: #000;
opacity: .3
}
.icaserLink {
position: absolute;
top: -45px;
left: 125px;
z-index: 9;
width: 45px;
height: 45px;
background: url(../img/play.png) center center no-repeat
}
.iaList,
.iaQuery {
height: 225px;
width: 402px
}
.iaList {
background: #fff
}
.iaAndn {
width: 1257px;
margin: 40px auto;
padding: 0 0 46px;
overflow: hidden
}
.iabout {
float: left;
width: 285px;
margin: 0 1px 0 0;
overflow: hidden;
margin-right: 25px
}
.iaQuery {
position: relative;
z-index: 0
}
.iaList {
position: absolute
}
.iaName {
height: 32px;
width: 285px;
padding: 11px 0 11px 0px;
border-bottom: 1px solid #eaeaea
}
.iaNameEn {
font-size: 24px;
color: #777;
line-height: 32px
}
/*
.iaNameCn {
margin: 0 0 0 8px;
color: #9c9c9c;
line-height: 20px;
vertical-align: 2px
}
*/
.iaNameCn {
vertical-align: 2px;
padding: 0px 0 0 35px;
background: url(../img/guanyuwm.png) left center no-repeat;
line-height: 20px;
font-size: 22px;
}
.iaBody {
height: 225px;
position: relative
}
.iaIntro,
.iaPic,
.iaPicMask,
.iaPicName {
position: absolute
}
.iaPic img {
width: 100%;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out
}
.iaPic:hover img {
transform: sale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1)
}
.iaPic {
left: 20px;
top: 25px;
width: 172px;
height: 175px;
font-size: 0;
line-height: 0;
overflow: hidden
}
.iaPicMask {
left: 0;
right: 0;
bottom: 0;
height: 36px;
opacity: .8;
background: #000
}
.iaPicName {
left: 0;
right: 0;
bottom: 0;
padding: 0 10px;
font-size: 12px;
line-height: 36px;
color: #fff
}
.iaIntro {
right: 14px;
top: 25px;
width: 176px
}
.iaTitle {
font-size: 14px;
color: #333;
line-height: 24px;
font-weight: 700
}
.iaContent {
padding: 13px 0 0;
color: #999;
font-size: 12px;
line-height: 20px
}
.iaCtrl {
height: 31px;
padding: 19px 14px 0 0;
text-align: right
}
.footer p,
.inLableDate,
.inMore {
text-align: center
}
.iaCtrl a {
display: inline-block;
width: 11px;
height: 11px;
margin: 0 3px;
background: #e0e0e0
}
.iaCtrl a.curr,
.iaCtrl a:hover {
background: #4b4b4b
}
.iNews,
.inMore {
/*background: #fff*/
}
.iNews {
float: left;
/*width: 854px;*/
width: 75%;
}
.inMore,
.inNext,
.inPrev {
float: right;
height: 54px;
border-left: 1px solid #eaeaea
}
.inHeader {
height: 54px;
}
.inMore {
width: 72px;
line-height: 54px;
color: #5f5f5f;
font-size: 14px
}
.inMore:hover {
color: #fff
}
.inNext,
.inPrev {
width: 56px;
background: url(../img/news_control.png) no-repeat #fff
}
.inPrev {
background-position: left bottom
}
.inNext {
background-position: right bottom
}
.inPrev:hover {
background-position: left top
}
.inNext:hover {
background-position: right top
}
.inNameEn {
font-size: 24px;
color: #777;
line-height: 54px
}
.inNameCn {
background: url(../img/zuixindt.png) left center no-repeat;
padding: 0px 0 0 35px;
line-height: 44px;
font-size: 22px;
}
.inQueryWrap {
position: relative;
width: 100%;
height: 430px;
overflow: hidden;
background-color: #FFFFFF;
}
.inQuery {
position: absolute;
left: 0;
top: 0;
/*width: 1196px;*/
width: 100%;
height: 430px
}
.inList {
position: relative;
height: 112px;
/*width: 742px;*/
width: 100%;
padding: 26px 0 0 20px
}
.inList.inListTop {
position: absolute;
left: 598px;
top: 0
}
.inList.inListBottom {
position: absolute;
left: 598px;
top: 139px
}
.inImg {
width: 160px;
height: 90px;
margin-right: 10px
}
.inImg img {
width: 100%;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out
}
.inImg img:hover {
transform: sale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1)
}
.inLableDate {
position: absolute;
top: 26px;
left: 28px;
width: 50px;
height: 90px;
background-color: #9b9b9b;
color: #fff
}
.indDay {
display: block;
height: 55px;
font-size: 36px;
line-height: 55px;
border-bottom: 1px dotted #fff
}
.indMonth {
display: block;
font-size: 14px;
line-height: 35px;
height: 35px
}
.inDate {
position: absolute;
right: 52px;
font-size: 16px;
top: 28px;
line-height: 24px;
color: #b6b6b6
}
.inTitle {
font-size: 14px;
line-height: 28px;
color: #393939
}
.inList:hover .inTitle {
color: #058bbc
}
.inIntro {
/*width: 500px;*/
width: 678px;
padding: 5px 28px 0 0;
line-height: 20px;
color: #868686
}
.footer,
.footer li a {
font-size: 14px;
color: #949494
}
.footer {
height: auto;
padding: 10px 0
}
.footer ul {
width: 1215px;
margin: 0 auto;
padding-right: 40px;
height: 25px;
position: relative;
overflow: hidden
}
.footer .link_more {
width: 16px;
height: 8px;
position: absolute;
right: 10px;
top: 9px;
cursor: pointer;
background: url(../img/link.png) no-repeat
}
.footer li {
float: left;
margin: 3px 5px
}
.footer li a:hover {
color: #fff
}
.footer p {
margin: 8px 0
}
.footer .mart20 {
margin-top: 20px
}
/*0826改版添加*/
.gywm-pic img{
width: 285px;
height: 145px;
display: block;
}
.gywm-info{
padding: 15px;
background-color: #fff;
height: 255px;
}
.gi-title{
font-weight: 900px;
}
.gi-content{
margin-top: 15px;
color: #8D8D8D;
background-color: #fff;
line-height: 20px;
}
.dbpic{
width: 1255px;
margin: 0 auto 50px;
}
.dbpic img{
margin-left: 7%;
}
.dbpic img:nth-of-type(1){
margin-left: 0px;
} | 0.3027 | 0.050168 |
html, body {
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
}
#map {
height: 100%; width: 100vw;
position: absolute;
z-index: 1;
}
hide {
display: none;
}
header, .popup {
font-family: helvetica,sans-serif;
}
header {
position: fixed;
z-index: 10;
width: 100%;
}
header .logo {
margin-left: 50px;
display: inline-block;
font-size: 0px;
height: 40px; width: 360px;
text-align: right;
padding: 8px;
background: #fff url('UD_logo.svg') no-repeat top left;
background-size: contain;
border: 10px solid white;
text-decoration: none;
}
header .title {
font-size: 17pt;
color: #999;
padding-top: 0px;
}
header nav {
float: right;
padding: 10px;
}
header nav a {
margin: 5px;
font-size: 125%;
}
.btn {
background: #ff505a;
box-shadow: 3px 3px 3px lightgrey;
text-decoration: none;
color: #eee;
border-radius: 7px;
padding: 5px 7px 2px;
}
.btn:visited, .btn:active {
color: #eee;
}
.btn:hover {
color: #fff;
}
.popup .address,
.popup .title {
font-size: 120%;
padding: 0.5em 0;
margin: 0px;
}
.popup .title {
font-size: 150%;
font-weight: bold;
text-align: center;
}
.popup img {
max-height: 100px;
}
.popup .fld i {
color: grey;
clear: both;
display: block;
}
.popup .fld span {
font-size: 125%;
}
.popup .fld {
margin-bottom: 0.5em;
}
.popup .buttons {
text-align: center;
margin-top: 1em;
}
.popup a {
cursor: pointer;
}
.popup .btn {
font-size: 150%;
color: white;
display: inline-block;
}
.legend {
text-align: left;
line-height: 18px;
color: #555;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.85;
text-align:center;
}
.info {
padding: 6px 8px;
font-size: 14px;
line-height: 20px;
background: white;
background: rgba(255,255,255,1);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info strong {
line-height: 35px;
color: #777;
}
.leaflet-control-layers{
background:#ec5d60 !important;
color:white !important;
}
.leaflet-control-layers-expanded {
opacity:0.85 !important;
}
.leaflet-control-layers-toggle {background-image: url(layers.png)
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(layers-2x.png)
} | static/index.css | html, body {
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
}
#map {
height: 100%; width: 100vw;
position: absolute;
z-index: 1;
}
hide {
display: none;
}
header, .popup {
font-family: helvetica,sans-serif;
}
header {
position: fixed;
z-index: 10;
width: 100%;
}
header .logo {
margin-left: 50px;
display: inline-block;
font-size: 0px;
height: 40px; width: 360px;
text-align: right;
padding: 8px;
background: #fff url('UD_logo.svg') no-repeat top left;
background-size: contain;
border: 10px solid white;
text-decoration: none;
}
header .title {
font-size: 17pt;
color: #999;
padding-top: 0px;
}
header nav {
float: right;
padding: 10px;
}
header nav a {
margin: 5px;
font-size: 125%;
}
.btn {
background: #ff505a;
box-shadow: 3px 3px 3px lightgrey;
text-decoration: none;
color: #eee;
border-radius: 7px;
padding: 5px 7px 2px;
}
.btn:visited, .btn:active {
color: #eee;
}
.btn:hover {
color: #fff;
}
.popup .address,
.popup .title {
font-size: 120%;
padding: 0.5em 0;
margin: 0px;
}
.popup .title {
font-size: 150%;
font-weight: bold;
text-align: center;
}
.popup img {
max-height: 100px;
}
.popup .fld i {
color: grey;
clear: both;
display: block;
}
.popup .fld span {
font-size: 125%;
}
.popup .fld {
margin-bottom: 0.5em;
}
.popup .buttons {
text-align: center;
margin-top: 1em;
}
.popup a {
cursor: pointer;
}
.popup .btn {
font-size: 150%;
color: white;
display: inline-block;
}
.legend {
text-align: left;
line-height: 18px;
color: #555;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.85;
text-align:center;
}
.info {
padding: 6px 8px;
font-size: 14px;
line-height: 20px;
background: white;
background: rgba(255,255,255,1);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info strong {
line-height: 35px;
color: #777;
}
.leaflet-control-layers{
background:#ec5d60 !important;
color:white !important;
}
.leaflet-control-layers-expanded {
opacity:0.85 !important;
}
.leaflet-control-layers-toggle {background-image: url(layers.png)
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(layers-2x.png)
} | 0.438785 | 0.112942 |
.x-editor {
font-size: 12px;
border: 1px solid #D3D3D3;
margin: 0;
padding: 4px;
white-space: normal;
outline-style: none;
resize: none;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.x-editor:focus {
border-color: #1385e5;
outline: 0;
}
.x-editor.disabled {
background-color: #f7f7f7;
color: #999;
pointer-events: none;
}
.x-editor::-moz-focus-inner {
border: 0;
outline: 0;
}
.x-editor::-ms-expand {
display: none;
}
.x-editor::-ms-clear {
display: none;
}
.x-editor-noedit {
display: inline-block;
color: #333;
padding: 0.5em 0.75em;
}
.x-editor-noedit-multiline {
line-height: 1.3;
height: auto;
padding: 0.5em 0.75em;
white-space: normal;
}
textarea.x-editor {
overflow: auto;
resize: vertical;
height: auto;
line-height: 1.4em;
min-height: 6.75em;
padding: 0.5em 0.75em;
}
.x-checkbox {
height: 0.9em;
}
.x-radio {
box-shadow: none;
height: 0.9em;
vertical-align: middle;
}
.x-textbox-container {
display: inline-block;
}
.x-editor-lg {
font-size: 1.25rem;
}
.x-editor-sm {
font-size: 0.9rem;
}
.x-editor-xs {
font-size: 0.7rem;
line-height: 1.9;
padding: 0;
margin: 0;
height: 1.5em;
}
.x-editor-label {
-moz-transition: color 280ms;
/* Firefox 4 */
-webkit-transition: color 280ms;
-o-transition: color 280ms;
transition: color 280ms;
color: #777;
display: inline-block;
margin: 0 0.5em;
min-width: 150px;
text-align: center;
}
.x-editor-label .right {
min-width: 120px;
font-size: 15px;
}
.x-editor-field {
margin-bottom: 1em;
position: relative;
}
.is-invalid .x-editor-label {
color: #d64242;
}
.is-invalid .x-editor {
border-color: #d64242;
}
.is-invalid .x-editor:focus {
border-color: #d64242;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(214, 66, 66, 0.1);
}
.is-valid .x-editor-label {
color: #34c240;
}
.is-valid .x-editor {
border-color: #34c240;
}
.is-valid .x-editor:focus {
border-color: #34c240;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 194, 64, 0.1);
}
.x-editor-validation {
-webkit-animation: formValidationMessage 280ms ease;
-o-animation: formValidationMessage 280ms ease;
animation: formValidationMessage 280ms ease;
font-size: 0.7rem;
margin-top: .5em;
overflow: hidden;
color: #d64242;
}
.x-radio-label {
margin-left: 0.5em;
}
.x-checkbox-label {
-moz-transition: color 280ms;
/* Firefox 4 */
-webkit-transition: color 280ms;
-o-transition: color 280ms;
transition: color 280ms;
color: #777;
}
@-webkit-keyframes formValidationMessage {
from {
max-height: 0;
opacity: 0;
}
to {
max-height: 14px;
opacity: 1;
}
}
@keyframes formValidationMessage {
from {
max-height: 0;
opacity: 0;
}
to {
max-height: 14px;
opacity: 1;
}
}
.x-editor-note {
font-size: 0.9rem;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.x-editor-note-default {
color: #777;
}
.x-editor-note-primary {
color: #1385e5;
}
.x-editor-note-success {
color: #34c240;
}
.x-editor-note-danger {
color: #d64242;
}
.triangle-arrow,
.triangle-arrow-up,
.triangle-arrow-down,
.x-datebox-tether-element-attached-top .x-datebox-triangle,
.x-datebox-tether-element-attached-bottom .x-datebox-triangle,
.x-datebox-year-read-view-down-arrow {
margin-left: -8px;
position: absolute;
}
.triangle-arrow,
.triangle-arrow::before,
.triangle-arrow-up,
.triangle-arrow-down,
.x-datebox-tether-element-attached-top .x-datebox-triangle,
.x-datebox-tether-element-attached-bottom .x-datebox-triangle,
.x-datebox-year-read-view-down-arrow {
box-sizing: content-box;
position: absolute;
border: 8px solid transparent;
height: 0;
width: 1px;
}
.triangle-arrow::before {
content: "";
z-index: -1;
border-width: 8px;
left: -8px;
border-bottom-color: #ccc;
}
.triangle-arrow-up,
.x-datebox-tether-element-attached-top .x-datebox-triangle,
.x-datebox-tether-element-attached-bottom .x-datebox-triangle {
top: 0;
margin-top: -8px;
}
.triangle-arrow-up,
.triangle-arrow-up::before,
.x-datebox-tether-element-attached-top .x-datebox-triangle,
.x-datebox-tether-element-attached-bottom .x-datebox-triangle {
border-top: none;
border-bottom-color: #fdfdfd;
}
.triangle-arrow-up::before {
top: -1px;
border-bottom-color: #ccc;
}
.triangle-arrow-down,
.x-datebox-year-read-view-down-arrow {
bottom: 0;
margin-bottom: -8px;
}
.triangle-arrow-down,
.triangle-arrow-down::before,
.x-datebox-year-read-view-down-arrow {
border-bottom: none;
border-top-color: #fff;
}
.triangle-arrow-down::before {
bottom: -1px;
border-top-color: #ccc;
}
.x-datebox {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
background-color: #fff;
color: #333;
border: 1px solid #ccc;
border-radius: 0.3em;
display: inline-block;
position: relative;
}
.x-datebox-triangle {
position: absolute;
left: 50px;
}
.x-datebox-tether-element-attached-bottom.x-datebox-tether-element {
margin-top: -20px;
}
.x-datebox-header {
text-align: center;
background-color: #f0f0f0;
border-bottom: 1px solid #ccc;
border-top-left-radius: 0.3em;
border-top-right-radius: 0.3em;
padding-top: 8px;
position: relative;
}
.x-datebox-current-month {
margin-top: 0;
color: #000;
font-weight: bold;
font-size: 13px;
}
.x-datebox-current-month-hasYearDropdown {
margin-bottom: 16px;
}
.x-datebox-navigation {
line-height: 24px;
text-align: center;
cursor: pointer;
position: absolute;
top: 10px;
width: 0;
border: 6px solid transparent;
}
.x-datebox-navigation-prev {
left: 10px;
border-right-color: #ccc;
}
.x-datebox-navigation-prev:hover {
border-right-color: #b3b3b3;
}
.x-datebox-navigation-next {
right: 10px;
border-left-color: #ccc;
}
.x-datebox-navigation-next:hover {
border-left-color: #b3b3b3;
}
.x-datebox-navigation-years {
position: relative;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.x-datebox-navigation-years-prev {
top: 4px;
border-top-color: #ccc;
}
.x-datebox-navigation-years-prev:hover {
border-top-color: #b3b3b3;
}
.x-datebox-navigation-years-upcoming {
top: -4px;
border-bottom-color: #ccc;
}
.x-datebox-navigation-years-upcoming:hover {
border-bottom-color: #b3b3b3;
}
.x-datebox-month {
margin: 5px;
text-align: center;
}
.x-datebox-day-name,
.x-datebox-day {
color: #333;
display: inline-block;
width: 24px;
line-height: 24px;
text-align: center;
margin: 2px;
}
.x-datebox-day {
cursor: pointer;
}
.x-datebox-day:hover {
border-radius: 0.3em;
background-color: #fdfdfd;
}
.x-datebox-day-today {
font-weight: bold;
}
.x-datebox-day-selected,
.x-datebox-day-in-range {
border-radius: 0.3em;
background-color: #216ba5;
color: #fff;
}
.x-datebox-day-selected:hover,
.x-datebox-day-in-range:hover {
background-color: #1d5d90;
}
.x-datebox-day-disabled {
cursor: default;
color: #ccc;
}
.x-datebox-day-disabled:hover {
background-color: transparent;
}
.x-datebox-input-container {
position: relative;
display: inline-block;
}
.x-datebox-year-read-view {
width: 50%;
left: 25%;
position: absolute;
bottom: 25px;
border: 1px solid transparent;
border-radius: 0.3em;
}
.x-datebox-year-read-view:hover {
cursor: pointer;
}
.x-datebox-year-read-view-down-arrow {
border-top-color: #ccc;
margin-bottom: 3px;
left: 5px;
top: 9px;
position: relative;
border-width: 6px;
}
.x-datebox-year-read-view-down-arrow:hover {
border-top-color: #b3b3b3;
}
.x-datebox-year-read-view-selected-year {
right: 6px;
position: relative;
}
.x-datebox-year-dropdown {
background-color: #fdfdfd;
position: absolute;
width: 50%;
left: 25%;
top: 30px;
text-align: center;
border-radius: 0.3em;
border: 1px solid #ccc;
}
.x-datebox-year-dropdown:hover {
cursor: pointer;
}
.x-datebox-year-option {
line-height: 20px;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.x-datebox-year-option:first-of-type {
border-top-left-radius: 0.3em;
border-top-right-radius: 0.3em;
}
.x-datebox-year-option:last-of-type {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-bottom-left-radius: 0.3em;
border-bottom-right-radius: 0.3em;
}
.x-datebox-year-option:hover {
background-color: #ccc;
}
.x-datebox-year-option:hover .x-datebox-navigation-years-upcoming {
border-bottom-color: #b3b3b3;
}
.x-datebox-year-option:hover .x-datebox-navigation-years-prev {
border-top-color: #b3b3b3;
}
.x-datebox-year-option-selected {
position: absolute;
left: 30px;
}
.x-datebox-close-icon {
background-color: transparent;
border: 0;
cursor: pointer;
display: inline-block;
height: 0;
outline: 0;
padding: 0;
vertical-align: middle;
}
.x-datebox-close-icon::after {
background-color: #216ba5;
border-radius: 50%;
bottom: 0;
box-sizing: border-box;
color: #fff;
content: "\00d7";
cursor: pointer;
font-size: 12px;
height: 16px;
width: 16px;
line-height: 1;
margin: -8px auto 0;
padding: 2px;
position: absolute;
right: 7px;
text-align: center;
top: 50%;
}
.x-datebox-today-btn {
background: #fdfdfd;
border-top: 1px solid #ccc;
cursor: pointer;
text-align: center;
font-weight: bold;
padding: 5px 0;
}
.x-datebox-tether-element {
z-index: 2147483647;
} | templeFiles/editors/lib/css/default/index.css | .x-editor {
font-size: 12px;
border: 1px solid #D3D3D3;
margin: 0;
padding: 4px;
white-space: normal;
outline-style: none;
resize: none;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.x-editor:focus {
border-color: #1385e5;
outline: 0;
}
.x-editor.disabled {
background-color: #f7f7f7;
color: #999;
pointer-events: none;
}
.x-editor::-moz-focus-inner {
border: 0;
outline: 0;
}
.x-editor::-ms-expand {
display: none;
}
.x-editor::-ms-clear {
display: none;
}
.x-editor-noedit {
display: inline-block;
color: #333;
padding: 0.5em 0.75em;
}
.x-editor-noedit-multiline {
line-height: 1.3;
height: auto;
padding: 0.5em 0.75em;
white-space: normal;
}
textarea.x-editor {
overflow: auto;
resize: vertical;
height: auto;
line-height: 1.4em;
min-height: 6.75em;
padding: 0.5em 0.75em;
}
.x-checkbox {
height: 0.9em;
}
.x-radio {
box-shadow: none;
height: 0.9em;
vertical-align: middle;
}
.x-textbox-container {
display: inline-block;
}
.x-editor-lg {
font-size: 1.25rem;
}
.x-editor-sm {
font-size: 0.9rem;
}
.x-editor-xs {
font-size: 0.7rem;
line-height: 1.9;
padding: 0;
margin: 0;
height: 1.5em;
}
.x-editor-label {
-moz-transition: color 280ms;
/* Firefox 4 */
-webkit-transition: color 280ms;
-o-transition: color 280ms;
transition: color 280ms;
color: #777;
display: inline-block;
margin: 0 0.5em;
min-width: 150px;
text-align: center;
}
.x-editor-label .right {
min-width: 120px;
font-size: 15px;
}
.x-editor-field {
margin-bottom: 1em;
position: relative;
}
.is-invalid .x-editor-label {
color: #d64242;
}
.is-invalid .x-editor {
border-color: #d64242;
}
.is-invalid .x-editor:focus {
border-color: #d64242;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(214, 66, 66, 0.1);
}
.is-valid .x-editor-label {
color: #34c240;
}
.is-valid .x-editor {
border-color: #34c240;
}
.is-valid .x-editor:focus {
border-color: #34c240;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 194, 64, 0.1);
}
.x-editor-validation {
-webkit-animation: formValidationMessage 280ms ease;
-o-animation: formValidationMessage 280ms ease;
animation: formValidationMessage 280ms ease;
font-size: 0.7rem;
margin-top: .5em;
overflow: hidden;
color: #d64242;
}
.x-radio-label {
margin-left: 0.5em;
}
.x-checkbox-label {
-moz-transition: color 280ms;
/* Firefox 4 */
-webkit-transition: color 280ms;
-o-transition: color 280ms;
transition: color 280ms;
color: #777;
}
@-webkit-keyframes formValidationMessage {
from {
max-height: 0;
opacity: 0;
}
to {
max-height: 14px;
opacity: 1;
}
}
@keyframes formValidationMessage {
from {
max-height: 0;
opacity: 0;
}
to {
max-height: 14px;
opacity: 1;
}
}
.x-editor-note {
font-size: 0.9rem;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.x-editor-note-default {
color: #777;
}
.x-editor-note-primary {
color: #1385e5;
}
.x-editor-note-success {
color: #34c240;
}
.x-editor-note-danger {
color: #d64242;
}
.triangle-arrow,
.triangle-arrow-up,
.triangle-arrow-down,
.x-datebox-tether-element-attached-top .x-datebox-triangle,
.x-datebox-tether-element-attached-bottom .x-datebox-triangle,
.x-datebox-year-read-view-down-arrow {
margin-left: -8px;
position: absolute;
}
.triangle-arrow,
.triangle-arrow::before,
.triangle-arrow-up,
.triangle-arrow-down,
.x-datebox-tether-element-attached-top .x-datebox-triangle,
.x-datebox-tether-element-attached-bottom .x-datebox-triangle,
.x-datebox-year-read-view-down-arrow {
box-sizing: content-box;
position: absolute;
border: 8px solid transparent;
height: 0;
width: 1px;
}
.triangle-arrow::before {
content: "";
z-index: -1;
border-width: 8px;
left: -8px;
border-bottom-color: #ccc;
}
.triangle-arrow-up,
.x-datebox-tether-element-attached-top .x-datebox-triangle,
.x-datebox-tether-element-attached-bottom .x-datebox-triangle {
top: 0;
margin-top: -8px;
}
.triangle-arrow-up,
.triangle-arrow-up::before,
.x-datebox-tether-element-attached-top .x-datebox-triangle,
.x-datebox-tether-element-attached-bottom .x-datebox-triangle {
border-top: none;
border-bottom-color: #fdfdfd;
}
.triangle-arrow-up::before {
top: -1px;
border-bottom-color: #ccc;
}
.triangle-arrow-down,
.x-datebox-year-read-view-down-arrow {
bottom: 0;
margin-bottom: -8px;
}
.triangle-arrow-down,
.triangle-arrow-down::before,
.x-datebox-year-read-view-down-arrow {
border-bottom: none;
border-top-color: #fff;
}
.triangle-arrow-down::before {
bottom: -1px;
border-top-color: #ccc;
}
.x-datebox {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
background-color: #fff;
color: #333;
border: 1px solid #ccc;
border-radius: 0.3em;
display: inline-block;
position: relative;
}
.x-datebox-triangle {
position: absolute;
left: 50px;
}
.x-datebox-tether-element-attached-bottom.x-datebox-tether-element {
margin-top: -20px;
}
.x-datebox-header {
text-align: center;
background-color: #f0f0f0;
border-bottom: 1px solid #ccc;
border-top-left-radius: 0.3em;
border-top-right-radius: 0.3em;
padding-top: 8px;
position: relative;
}
.x-datebox-current-month {
margin-top: 0;
color: #000;
font-weight: bold;
font-size: 13px;
}
.x-datebox-current-month-hasYearDropdown {
margin-bottom: 16px;
}
.x-datebox-navigation {
line-height: 24px;
text-align: center;
cursor: pointer;
position: absolute;
top: 10px;
width: 0;
border: 6px solid transparent;
}
.x-datebox-navigation-prev {
left: 10px;
border-right-color: #ccc;
}
.x-datebox-navigation-prev:hover {
border-right-color: #b3b3b3;
}
.x-datebox-navigation-next {
right: 10px;
border-left-color: #ccc;
}
.x-datebox-navigation-next:hover {
border-left-color: #b3b3b3;
}
.x-datebox-navigation-years {
position: relative;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.x-datebox-navigation-years-prev {
top: 4px;
border-top-color: #ccc;
}
.x-datebox-navigation-years-prev:hover {
border-top-color: #b3b3b3;
}
.x-datebox-navigation-years-upcoming {
top: -4px;
border-bottom-color: #ccc;
}
.x-datebox-navigation-years-upcoming:hover {
border-bottom-color: #b3b3b3;
}
.x-datebox-month {
margin: 5px;
text-align: center;
}
.x-datebox-day-name,
.x-datebox-day {
color: #333;
display: inline-block;
width: 24px;
line-height: 24px;
text-align: center;
margin: 2px;
}
.x-datebox-day {
cursor: pointer;
}
.x-datebox-day:hover {
border-radius: 0.3em;
background-color: #fdfdfd;
}
.x-datebox-day-today {
font-weight: bold;
}
.x-datebox-day-selected,
.x-datebox-day-in-range {
border-radius: 0.3em;
background-color: #216ba5;
color: #fff;
}
.x-datebox-day-selected:hover,
.x-datebox-day-in-range:hover {
background-color: #1d5d90;
}
.x-datebox-day-disabled {
cursor: default;
color: #ccc;
}
.x-datebox-day-disabled:hover {
background-color: transparent;
}
.x-datebox-input-container {
position: relative;
display: inline-block;
}
.x-datebox-year-read-view {
width: 50%;
left: 25%;
position: absolute;
bottom: 25px;
border: 1px solid transparent;
border-radius: 0.3em;
}
.x-datebox-year-read-view:hover {
cursor: pointer;
}
.x-datebox-year-read-view-down-arrow {
border-top-color: #ccc;
margin-bottom: 3px;
left: 5px;
top: 9px;
position: relative;
border-width: 6px;
}
.x-datebox-year-read-view-down-arrow:hover {
border-top-color: #b3b3b3;
}
.x-datebox-year-read-view-selected-year {
right: 6px;
position: relative;
}
.x-datebox-year-dropdown {
background-color: #fdfdfd;
position: absolute;
width: 50%;
left: 25%;
top: 30px;
text-align: center;
border-radius: 0.3em;
border: 1px solid #ccc;
}
.x-datebox-year-dropdown:hover {
cursor: pointer;
}
.x-datebox-year-option {
line-height: 20px;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.x-datebox-year-option:first-of-type {
border-top-left-radius: 0.3em;
border-top-right-radius: 0.3em;
}
.x-datebox-year-option:last-of-type {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-bottom-left-radius: 0.3em;
border-bottom-right-radius: 0.3em;
}
.x-datebox-year-option:hover {
background-color: #ccc;
}
.x-datebox-year-option:hover .x-datebox-navigation-years-upcoming {
border-bottom-color: #b3b3b3;
}
.x-datebox-year-option:hover .x-datebox-navigation-years-prev {
border-top-color: #b3b3b3;
}
.x-datebox-year-option-selected {
position: absolute;
left: 30px;
}
.x-datebox-close-icon {
background-color: transparent;
border: 0;
cursor: pointer;
display: inline-block;
height: 0;
outline: 0;
padding: 0;
vertical-align: middle;
}
.x-datebox-close-icon::after {
background-color: #216ba5;
border-radius: 50%;
bottom: 0;
box-sizing: border-box;
color: #fff;
content: "\00d7";
cursor: pointer;
font-size: 12px;
height: 16px;
width: 16px;
line-height: 1;
margin: -8px auto 0;
padding: 2px;
position: absolute;
right: 7px;
text-align: center;
top: 50%;
}
.x-datebox-today-btn {
background: #fdfdfd;
border-top: 1px solid #ccc;
cursor: pointer;
text-align: center;
font-weight: bold;
padding: 5px 0;
}
.x-datebox-tether-element {
z-index: 2147483647;
} | 0.38769 | 0.140101 |
* {
font-family: "Open Sans", sans-serif;
font-size: 16px;
color: rgba(0, 0, 0, 0.8);
}
/* line 7, cart.scss */
button,
input[type="checkbox"] {
cursor: pointer;
}
/* line 12, cart.scss */
main {
background-color: #f5f5f5;
}
/* line 14, cart.scss */
main h2 {
text-align: center;
padding-top: 15px;
margin: unset;
}
/* line 21, cart.scss */
.container-main {
width: 95%;
margin-left: auto;
margin-right: auto;
padding: 30px 15px;
display: flex;
flex-wrap: wrap;
}
/* line 28, cart.scss */
.container-main .left-main {
flex-basis: 78%;
}
/* line 31, cart.scss */
.container-main .right-main {
margin-left: 15px;
height: inherit;
flex-basis: 20%;
margin-top: 20px;
}
.container-main .right-main .box-amount-all-pro{
background-color: #fff;
position: sticky;
top: 0px;
padding: 30px 15px;
}
/* line 38, cart.scss */
.container-main .right-main .all-product,
.container-main .right-main .all-money-product {
padding: 10px 0px;
}
/* line 41, cart.scss */
.container-main .right-main .all-product h5,
.container-main .right-main .all-money-product h5 {
display: inline;
}
/* line 44, cart.scss */
.container-main .right-main .all-product span,
.container-main .right-main .all-money-product span {
display: inline;
}
.container-main .right-main .all-money-product span::after{
content: "₫";
}
/* line 48, cart.scss */
.container-main .right-main a {
margin-top: 50px;
color: #fff;
background-color: #3785df;
padding: 15px;
border-radius: 4px;
width: 100%;
display: block;
text-align: center;
}
/* line 58, cart.scss */
.container-main .right-main a:hover {
opacity: 0.5;
text-decoration: none;
}
/* line 65, cart.scss */
.title-cart,
.item-product {
margin-top: 20px;
background-color: #fff;
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 20px;
}
/* line 73, cart.scss */
.title-cart div,
.item-product div {
width: inherit;
flex-basis: 12%;
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
padding: 10px 0px;
}
/* line 82, cart.scss */
.title-cart .product-name,
.item-product .product-name {
flex-basis: 51%;
}
/* line 85, cart.scss */
.title-cart div:not(.product-name, .check-list),
.item-product div:not(.product-name, .check-list) {
text-align: center;
}
/* line 89, cart.scss */
.title-cart .action button:hover,
.item-product .action button:hover {
color: #f04040;
transition: 0.3s;
}
/* line 97, cart.scss */
.title-cart div {
border: none;
}
/* line 101, cart.scss */
.product-quantity {
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
}
/* line 106, cart.scss */
.product-quantity input {
width: 50px;
height: 30px;
border: 1px solid rgba(0, 0, 0, 0.09);
border-radius: 2px;
background: transparent;
padding: 10px;
}
/* line 114, cart.scss */
.product-quantity button {
height: 30px;
padding: 0px 7px;
border: 1px solid rgba(0, 0, 0, 0.09);
border-radius: 2px;
background: transparent;
}
/* line 121, cart.scss */
.product-quantity button:active {
opacity: 0.5;
transform: scale(1.1);
}
/* line 127, cart.scss */
.list-name-img {
display: flex;
}
/* line 129, cart.scss */
.list-name-img .product-img {
height: 80px;
width: 80px;
padding: unset;
border: none;
}
/* line 134, cart.scss */
.list-name-img .product-img img {
width: inherit;
height: inherit;
object-fit: cover;
}
/* line 140, cart.scss */
.list-name-img label {
padding-left: 5px;
height: 36px;
overflow: hidden;
text-overflow: ellipsis;
line-height: 20px;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
a#delete-all-cart {
padding: 10px;
display: block;
font-weight: 500;
color: red;
} | resource/css/cart/cart.css | * {
font-family: "Open Sans", sans-serif;
font-size: 16px;
color: rgba(0, 0, 0, 0.8);
}
/* line 7, cart.scss */
button,
input[type="checkbox"] {
cursor: pointer;
}
/* line 12, cart.scss */
main {
background-color: #f5f5f5;
}
/* line 14, cart.scss */
main h2 {
text-align: center;
padding-top: 15px;
margin: unset;
}
/* line 21, cart.scss */
.container-main {
width: 95%;
margin-left: auto;
margin-right: auto;
padding: 30px 15px;
display: flex;
flex-wrap: wrap;
}
/* line 28, cart.scss */
.container-main .left-main {
flex-basis: 78%;
}
/* line 31, cart.scss */
.container-main .right-main {
margin-left: 15px;
height: inherit;
flex-basis: 20%;
margin-top: 20px;
}
.container-main .right-main .box-amount-all-pro{
background-color: #fff;
position: sticky;
top: 0px;
padding: 30px 15px;
}
/* line 38, cart.scss */
.container-main .right-main .all-product,
.container-main .right-main .all-money-product {
padding: 10px 0px;
}
/* line 41, cart.scss */
.container-main .right-main .all-product h5,
.container-main .right-main .all-money-product h5 {
display: inline;
}
/* line 44, cart.scss */
.container-main .right-main .all-product span,
.container-main .right-main .all-money-product span {
display: inline;
}
.container-main .right-main .all-money-product span::after{
content: "₫";
}
/* line 48, cart.scss */
.container-main .right-main a {
margin-top: 50px;
color: #fff;
background-color: #3785df;
padding: 15px;
border-radius: 4px;
width: 100%;
display: block;
text-align: center;
}
/* line 58, cart.scss */
.container-main .right-main a:hover {
opacity: 0.5;
text-decoration: none;
}
/* line 65, cart.scss */
.title-cart,
.item-product {
margin-top: 20px;
background-color: #fff;
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 20px;
}
/* line 73, cart.scss */
.title-cart div,
.item-product div {
width: inherit;
flex-basis: 12%;
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
padding: 10px 0px;
}
/* line 82, cart.scss */
.title-cart .product-name,
.item-product .product-name {
flex-basis: 51%;
}
/* line 85, cart.scss */
.title-cart div:not(.product-name, .check-list),
.item-product div:not(.product-name, .check-list) {
text-align: center;
}
/* line 89, cart.scss */
.title-cart .action button:hover,
.item-product .action button:hover {
color: #f04040;
transition: 0.3s;
}
/* line 97, cart.scss */
.title-cart div {
border: none;
}
/* line 101, cart.scss */
.product-quantity {
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
}
/* line 106, cart.scss */
.product-quantity input {
width: 50px;
height: 30px;
border: 1px solid rgba(0, 0, 0, 0.09);
border-radius: 2px;
background: transparent;
padding: 10px;
}
/* line 114, cart.scss */
.product-quantity button {
height: 30px;
padding: 0px 7px;
border: 1px solid rgba(0, 0, 0, 0.09);
border-radius: 2px;
background: transparent;
}
/* line 121, cart.scss */
.product-quantity button:active {
opacity: 0.5;
transform: scale(1.1);
}
/* line 127, cart.scss */
.list-name-img {
display: flex;
}
/* line 129, cart.scss */
.list-name-img .product-img {
height: 80px;
width: 80px;
padding: unset;
border: none;
}
/* line 134, cart.scss */
.list-name-img .product-img img {
width: inherit;
height: inherit;
object-fit: cover;
}
/* line 140, cart.scss */
.list-name-img label {
padding-left: 5px;
height: 36px;
overflow: hidden;
text-overflow: ellipsis;
line-height: 20px;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
a#delete-all-cart {
padding: 10px;
display: block;
font-weight: 500;
color: red;
} | 0.272993 | 0.053874 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body, html {
height: 100%;
}
/* .secondpicture {
background-image: url("https://www.leapacademychildcare.com/wp-content/uploads/2019/05/00100lPORTRAIT_00100_BURST20190606132706937_COVER.jpg");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
filter: sepia(60%) saturate(300%) brightness(70%) hue-rotate(265deg);
opacity: 0.8
} */
.firstpicture {
background-image: url("https://media.istockphoto.com/videos/they-are-such-a-happy-family-video-id1064887374?s=640x640");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
filter: sepia(60%) saturate(1) brightness(50%) hue-rotate(185deg) blur(5px);
/* opacity: 0.8 */
}
.secondpicture {
background-image: url("https://colorate.azurewebsites.net/SwatchColor/14213D");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.thirdpicture {
background-image: url("https://www.htmlcsscolor.com/preview/gallery/33415C.png");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.top-circle {
/* background-image: url("https://lh3.googleusercontent.com/proxy/RoLvYdw1bt-VDNH1M62ZnENz6FARHkSLzO9FLsap836Nb4iKQPtIq1Ab-mrZqhJN9cN7h-vJOHsYJWtCBIfVvzHdx1P0i6f8B_sxZ4ZFCQvTlyoantLzix7XFlsyLgTig_dQc7y-T8xEZ7ol7LOHWG6t5r-i"); */
height: 100vh;
position: absolute;
background-repeat: no-repeat;
background-size: cover;
top:300px;
width: 2250px;
}
.logophoto{
height:200px;
width: 200px;
}
.ellipse {
background-color: #14213D;
height: 750px;
width: 2294px;
border-radius: 50%;
position: absolute;
top:1083px;
}
.first-picture-text{
position: absolute;
top: 200px;
left: 200px;
color: white;
font-size: 75px;
text-shadow: 2px 2px 4px #000000;
}
.first-picture-text2{
position: absolute;
top: 420px;
left: 1350px;
color: #fca311;
font-size: 30px;
text-shadow: 4px 4px 4px#000000;
}
.second-picture-text{
position: absolute;
top: 945px;
left: 900px;
color: #fca311;
font-size: 45px;
text-shadow: 4px 4px 4px #000000;
}
.second-picture-text2{
position: absolute;
top: 1010px;
left: 810px;
color: #219ebc;
font-size: 22px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text3{
position: absolute;
top: 1400px;
left: 400px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text4{
position: absolute;
top: 1450px;
left: 450px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text5{
position: absolute;
top: 1400px;
left: 1050px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text6{
position: absolute;
top: 1450px;
left: 1050px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text7{
position: absolute;
top: 1400px;
left: 1700px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text8{
position: absolute;
top: 1515px;
left: 380px;
color: #219ebc;
font-size: 20px;
text-shadow: 2px 2px 3px #000000;
}
.second-picture-text9{
position: absolute;
top: 1515px;
left: 1000px;
color: #219ebc;
font-size: 20px;
text-shadow: 2px 2px 3px #000000;
}
.second-picture-text10{
position: absolute;
top: 1470px;
left: 1650px;
color: #219ebc;
font-size: 20px;
text-shadow: 2px 2px 3px #000000;
}
.check-icon{
position: absolute;
top: 1270px;
left: 475px;
color: #219ebc;
}
.people-icon{
position: absolute;
top: 1270px;
left: 1080px;
color: #219ebc;
}
.user-check-icon{
position: absolute;
top: 1270px;
left: 1720px;
color: #219ebc;
}
.first-word{
position: absolute;
top: 300px;
left: 150px;
font-size: 75px;
text-shadow: 4px 4px 4px #000000;
color: #fca311;
}
.second-word{
position: absolute;
top: 380px;
left: 230px;
font-size: 75px;
text-shadow: 4px 4px 4px #000000;
color: #fca311;
}
.third-word{
position: absolute;
top: 465px;
left: 290px;
font-size: 75px;
text-shadow: 4px 4px 4px #000000;
color: #fca311;
}
.tabs-home-page{
height: 450px
} | justright/src/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body, html {
height: 100%;
}
/* .secondpicture {
background-image: url("https://www.leapacademychildcare.com/wp-content/uploads/2019/05/00100lPORTRAIT_00100_BURST20190606132706937_COVER.jpg");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
filter: sepia(60%) saturate(300%) brightness(70%) hue-rotate(265deg);
opacity: 0.8
} */
.firstpicture {
background-image: url("https://media.istockphoto.com/videos/they-are-such-a-happy-family-video-id1064887374?s=640x640");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
filter: sepia(60%) saturate(1) brightness(50%) hue-rotate(185deg) blur(5px);
/* opacity: 0.8 */
}
.secondpicture {
background-image: url("https://colorate.azurewebsites.net/SwatchColor/14213D");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.thirdpicture {
background-image: url("https://www.htmlcsscolor.com/preview/gallery/33415C.png");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.top-circle {
/* background-image: url("https://lh3.googleusercontent.com/proxy/RoLvYdw1bt-VDNH1M62ZnENz6FARHkSLzO9FLsap836Nb4iKQPtIq1Ab-mrZqhJN9cN7h-vJOHsYJWtCBIfVvzHdx1P0i6f8B_sxZ4ZFCQvTlyoantLzix7XFlsyLgTig_dQc7y-T8xEZ7ol7LOHWG6t5r-i"); */
height: 100vh;
position: absolute;
background-repeat: no-repeat;
background-size: cover;
top:300px;
width: 2250px;
}
.logophoto{
height:200px;
width: 200px;
}
.ellipse {
background-color: #14213D;
height: 750px;
width: 2294px;
border-radius: 50%;
position: absolute;
top:1083px;
}
.first-picture-text{
position: absolute;
top: 200px;
left: 200px;
color: white;
font-size: 75px;
text-shadow: 2px 2px 4px #000000;
}
.first-picture-text2{
position: absolute;
top: 420px;
left: 1350px;
color: #fca311;
font-size: 30px;
text-shadow: 4px 4px 4px#000000;
}
.second-picture-text{
position: absolute;
top: 945px;
left: 900px;
color: #fca311;
font-size: 45px;
text-shadow: 4px 4px 4px #000000;
}
.second-picture-text2{
position: absolute;
top: 1010px;
left: 810px;
color: #219ebc;
font-size: 22px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text3{
position: absolute;
top: 1400px;
left: 400px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text4{
position: absolute;
top: 1450px;
left: 450px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text5{
position: absolute;
top: 1400px;
left: 1050px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text6{
position: absolute;
top: 1450px;
left: 1050px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text7{
position: absolute;
top: 1400px;
left: 1700px;
color: #fca311;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}
.second-picture-text8{
position: absolute;
top: 1515px;
left: 380px;
color: #219ebc;
font-size: 20px;
text-shadow: 2px 2px 3px #000000;
}
.second-picture-text9{
position: absolute;
top: 1515px;
left: 1000px;
color: #219ebc;
font-size: 20px;
text-shadow: 2px 2px 3px #000000;
}
.second-picture-text10{
position: absolute;
top: 1470px;
left: 1650px;
color: #219ebc;
font-size: 20px;
text-shadow: 2px 2px 3px #000000;
}
.check-icon{
position: absolute;
top: 1270px;
left: 475px;
color: #219ebc;
}
.people-icon{
position: absolute;
top: 1270px;
left: 1080px;
color: #219ebc;
}
.user-check-icon{
position: absolute;
top: 1270px;
left: 1720px;
color: #219ebc;
}
.first-word{
position: absolute;
top: 300px;
left: 150px;
font-size: 75px;
text-shadow: 4px 4px 4px #000000;
color: #fca311;
}
.second-word{
position: absolute;
top: 380px;
left: 230px;
font-size: 75px;
text-shadow: 4px 4px 4px #000000;
color: #fca311;
}
.third-word{
position: absolute;
top: 465px;
left: 290px;
font-size: 75px;
text-shadow: 4px 4px 4px #000000;
color: #fca311;
}
.tabs-home-page{
height: 450px
} | 0.730001 | 0.096834 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');
* {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #f3f3f3;
overflow: hidden;
}
.container {
position: relative;
width: 1050px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transform: skewY(-10deg);
}
.container .card {
position: relative;
width: 300px;
height: 400px;
background: #fff;
transition: 0.5s;
}
.container .card:hover {
transform: translateY(-40px);
}
.container .card:before {
content: '';
position: absolute;
top: -15px;
left: 0;
width: 100%;
height: 15px;
background: #00c0f6;
transform-origin: bottom;
transform: skewX(45deg);
transition: 0.5s;
}
.container .card:after {
content: '';
position: absolute;
top: -15px;
left: -15px;
width: 15px;
height: 50%;
background: #05a9d7;
border-bottom: 200px solid #d9d9d9;
transform-origin: left;
transform: skewY(45deg);
transition: 0.5s;
}
.container .card .imgbx {
position: relative;
width: 300px;
height: 200px;
background: #00c7ff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.container .card .imgbx img {
max-width: 100px;
}
.container .card .imgbx h3 {
position: relative;
color: #fff;
margin-top: 10px;
}
.container .card .content {
position: relative;
width: 100%;
height: 200px;
padding: 20px;
background: #fff;
color: #777;
text-align: center;
}
.container .card .content:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 400px;
background: linear-gradient(transparent, transparent, rgba(0, 0, 0, .1));
transform-origin: bottom;
transform: skewX(45deg);
transition: 0.5s;
pointer-events: none;
z-index: -1;
}
.container .card:hover .content:before {
transform: translateY(40px) skewX(45deg);
filter: blur(5px);
opacity: 0.5;
}
.container .card:nth-child(3) {
z-index: 1;
}
.container .card:nth-child(2) {
z-index: 2;
}
.container .card:nth-child(1) {
z-index: 3;
} | Isometric_Cards_Hover_Effects/style.css | @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');
* {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #f3f3f3;
overflow: hidden;
}
.container {
position: relative;
width: 1050px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transform: skewY(-10deg);
}
.container .card {
position: relative;
width: 300px;
height: 400px;
background: #fff;
transition: 0.5s;
}
.container .card:hover {
transform: translateY(-40px);
}
.container .card:before {
content: '';
position: absolute;
top: -15px;
left: 0;
width: 100%;
height: 15px;
background: #00c0f6;
transform-origin: bottom;
transform: skewX(45deg);
transition: 0.5s;
}
.container .card:after {
content: '';
position: absolute;
top: -15px;
left: -15px;
width: 15px;
height: 50%;
background: #05a9d7;
border-bottom: 200px solid #d9d9d9;
transform-origin: left;
transform: skewY(45deg);
transition: 0.5s;
}
.container .card .imgbx {
position: relative;
width: 300px;
height: 200px;
background: #00c7ff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.container .card .imgbx img {
max-width: 100px;
}
.container .card .imgbx h3 {
position: relative;
color: #fff;
margin-top: 10px;
}
.container .card .content {
position: relative;
width: 100%;
height: 200px;
padding: 20px;
background: #fff;
color: #777;
text-align: center;
}
.container .card .content:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 400px;
background: linear-gradient(transparent, transparent, rgba(0, 0, 0, .1));
transform-origin: bottom;
transform: skewX(45deg);
transition: 0.5s;
pointer-events: none;
z-index: -1;
}
.container .card:hover .content:before {
transform: translateY(40px) skewX(45deg);
filter: blur(5px);
opacity: 0.5;
}
.container .card:nth-child(3) {
z-index: 1;
}
.container .card:nth-child(2) {
z-index: 2;
}
.container .card:nth-child(1) {
z-index: 3;
} | 0.450118 | 0.06666 |
body {
font-size: 14pt;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
padding: 0 40px;
z-index: 5;
-webkit-transition: background 0.09s ease-in-out;
-moz-transition: background 0.09s ease-in-out;
-ms-transition: background 0.09s ease-in-out;
-o-transition: background 0.09s ease-in-out;
transition: background 0.09s ease-in-out;
}
header.active {
background: #fff;
}
header.active .logo {
height: 30px;
}
header .header-wrap {
position: relative;
width: 100%;
height: 100%;
}
header .logo {
display: inline-block;
height: 50px;
margin-top: 15px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
header .logo .logo-img {
width: auto;
height: 100%;
}
header .nav {
position: absolute;
top: 0;
right: 0;
}
header .nav ul {
padding: 0;
margin: 0;
}
header .nav ul li {
margin: 20px 20px 0 0;
display: inline-block;
font-size: 1.4rem;
letter-spacing: 0.12rem;
}
header .nav ul li a {
-webkit-transition: 0.1s color ease-in-out;
-o-transition: 0.1s color ease-in-out;
transition: 0.1s color ease-in-out;
}
header .nav ul li:last-of-type {
margin-right: 0;
}
header .nav ul li:hover a {
color: #5780a7;
}
header .nav ul li.current-menu-item a {
color: #5780a7;
}
header .nav ul li a,
header .nav ul li a:visited {
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
}
aside {
float: left;
}
aside.text {
width: 40%;
padding: 0 0 0 3%;
font-family: 'adobe-jenson-pro', serif;
}
aside.media {
width: 57%;
}
.cta-button {
display: block;
margin: 100px auto 0;
max-width: 450px;
padding: 20px 0;
background: #000;
font-family: 'pragmatica', sans-serif;
font-size: 3rem;
color: #fff;
text-align: center;
text-transform: uppercase;
-webkit-transition: 0.2s background ease-in-out;
-moz-transition: 0.2s background ease-in-out;
-ms-transition: 0.2s background ease-in-out;
-o-transition: 0.2s background ease-in-out;
transition: 0.2s background ease-in-out;
}
.cta-button:hover {
background: #5780a7;
}
.secondary-cta {
font-size: 1.4rem;
letter-spacing: 0.12rem;
-webkit-transition: 0.1s color ease-in-out;
-o-transition: 0.1s color ease-in-out;
transition: 0.1s color ease-in-out;
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
}
.secondary-cta:hover {
color: #5780a7;
}
footer {
width: 100%;
padding: 50px;
color: #fff;
text-align: center;
background: #5780a7;
}
footer .copyright {
font-size: 1.4rem;
letter-spacing: 0.12rem;
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
}
footer .address {
font-family: 'adobe-jenson-pro', serif;
}
.carousel {
position: relative;
width: 100%;
height: 100vh;
padding: 0;
margin: 0;
}
.carousel li {
position: absolute;
width: 100%;
height: 100%;
list-style: none;
}
.carousel li.slide {
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover !important;
opacity: 0;
-webkit-transition: 0.2s opacity ease-in-out;
-o-transition: 0.2s opacity ease-in-out;
transition: 0.2s opacity ease-in-out;
}
.carousel li.slide.active {
opacity: 1;
}
.carousel li.slide .caption {
position: absolute;
top: 50%;
left: 40px;
margin: 0;
width: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'pragmatica', sans-serif;
color: #000;
font-size: 12rem;
line-height: 12rem;
letter-spacing: 0.5rem;
text-transform: uppercase;
}
.carousel li.carousel-nav {
width: 100px;
height: 100px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.2s opacity ease-in-out;
-o-transition: 0.2s opacity ease-in-out;
transition: 0.2s opacity ease-in-out;
opacity: 0.75;
cursor: pointer;
}
.carousel li.carousel-nav:hover {
opacity: 1;
}
.carousel li.carousel-nav#previous {
top: 50%;
left: 50px;
border-bottom: 5px solid #fff;
border-left: 5px solid #fff;
}
.carousel li.carousel-nav#next {
top: 50%;
right: 50px;
border-top: 5px solid #fff;
border-right: 5px solid #fff;
}
body.home .css_front-page-content {
position: relative;
min-height: 100vh;
}
body.home .css_front-page-content .wrapper {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
body.home .css_front-page-content .wrapper h1 {
margin: 0 auto 100px;
font-size: 6rem;
font-family: 'pragmatica', sans-serif;
text-align: center;
text-transform: uppercase;
color: #5780a7;
}
body.home .css_front-page-content .wrapper h2 {
margin: 0 auto;
width: 680px;
font-size: 1.5em;
font-family: 'adobe-jenson-pro', serif;
font-weight: 100;
text-align: center;
}
body.home .css_front-page-content .wrapper .cta-button {
margin-bottom: 0;
background: #5780a7;
}
body.services .carousel li.slide .caption {
color: #000;
}
body.services .carousel li.carousel-nav {
display: none;
}
body section.service {
position: relative;
height: 768px;
height: 75vh;
margin-top: 300px;
}
body section.service:nth-of-type(2n) {
border-left: none !important;
}
body section.service:nth-of-type(2n) .section-content {
left: initial !important;
right: 0 !important;
text-align: right;
border-top-left-radius: 1px;
border-top-right-radius: 0 !important;
}
body section.service:nth-of-type(2n) .section-content p {
float: right;
padding-left: 0 !important;
border-left: 0 !important;
}
body section.service .section-content {
position: absolute;
bottom: 0;
width: 90%;
height: 100%;
max-width: 650px;
left: 0;
padding: 10px 40px 15px;
border-top-right-radius: 1px;
background: #fff;
}
body section.service .section-content h1 {
font-size: 6rem;
margin: 0 0 40px 0;
font-family: 'pragmatica', sans-serif;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 0.95em;
color: #5780a7;
}
body section.service .section-content p {
width: 300px;
margin-top: 0;
font-family: 'adobe-jenson-pro', serif;
}
body .services-cta {
padding: 150px 0;
background: #fafafa;
}
body .services-cta .cta-button {
margin-top: 0;
background: #5780a7;
}
body .services-cta .secondary-cta {
display: block;
margin-top: 40px;
text-align: center;
}
body.portfolio #portfolio-galleries {
max-width: none;
margin-top: 100px;
}
body.portfolio #portfolio-galleries ul {
padding-left: 0;
}
body.portfolio #portfolio-galleries ul li {
display: inline-block;
width: 33%;
}
body.portfolio #portfolio-galleries ul li .portfolio-gallery-thumbnail {
width: 100%;
}
body.portfolio #portfolio-galleries ul li .portfolio-gallery-thumbnail .inner-padding {
padding-bottom: 133%;
}
body.portfolio #portfolio-galleries ul li h2 {
width: 100%;
margin: 20px 0;
font-size: 1.4rem;
letter-spacing: 0.12rem;
text-align: center;
}
body.single-galleries #gallery-nav {
position: fixed;
left: 0;
width: 20%;
margin: 0;
padding: 150px 0 0 40px;
}
body.single-galleries #gallery-nav li {
list-style: none;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
body.single-galleries #gallery-nav li a {
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
body.single-galleries #gallery-nav li a:hover {
color: #5780a7;
}
body.single-galleries #galleries {
float: right;
width: 80%;
padding-right: 40px;
box-sizing: border-box;
}
body.single-galleries #galleries section.gallery {
padding-top: 150px;
}
body.single-galleries #galleries section.gallery h1 {
text-align: right;
margin: 0 0 40px 0;
text-transform: uppercase;
font-size: 6rem;
}
body.single-galleries #galleries section.gallery:last-of-type {
margin-bottom: 60px;
}
body.single-galleries #galleries section.gallery .gallery-images {
list-style: none;
}
body.single-galleries #galleries section.gallery .gallery-images .gallery-image {
display: inline-block;
width: 33%;
margin-bottom: 1px;
-webkit-transition: filter 0.2s ease-in-out;
-moz-transition: filter 0.2s ease-in-out;
-ms-transition: filter 0.2s ease-in-out;
-o-transition: filter 0.2s ease-in-out;
transition: filter 0.2s ease-in-out;
}
body.single-galleries #galleries section.gallery .gallery-images .gallery-image .gallery-image-height {
width: 100%;
padding-bottom: 100%;
}
body.single-galleries #galleries section.gallery .gallery-images .gallery-image:hover {
cursor: pointer;
-webkit-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
#lightbox-gallery {
display: none;
z-index: 5;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #fff;
}
#lightbox-gallery.visible {
display: block !important;
}
#lightbox-gallery li {
position: relative;
width: 100%;
height: 100%;
display: none;
}
#lightbox-gallery li.active {
display: block !important;
}
#lightbox-gallery li img {
position: absolute;
top: 50%;
left: 50%;
max-width: 80%;
max-height: 80%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#lightbox-gallery #previous,
#lightbox-gallery #next {
z-index: 5;
position: fixed;
top: 50%;
width: 75px;
height: 75px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: none;
border: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#lightbox-gallery #previous:focus,
#lightbox-gallery #next:focus {
outline: none;
}
#lightbox-gallery #previous {
left: 60px;
border-top: 2px solid #000;
border-left: 2px solid #000;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#lightbox-gallery #previous:hover {
border-top: 2px solid #5780a7;
border-left: 2px solid #5780a7;
}
#lightbox-gallery #next {
right: 60px;
border-top: 2px solid #000;
border-right: 2px solid #000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#lightbox-gallery #next:hover {
border-top: 2px solid #5780a7;
border-right: 2px solid #5780a7;
}
#lightbox-gallery #close {
z-index: 5;
position: fixed;
top: 40px;
right: 40px;
font-size: 1.4rem;
letter-spacing: 0.12rem;
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
border: 0;
background: 0;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
#lightbox-gallery #close:hover,
#lightbox-gallery #close:focus {
outline: none;
color: #5780a7;
}
body.page-template-template-contact section#contact-forms {
position: relative;
height: 75vh;
background: #eee;
}
body.page-template-template-contact section#contact-forms #forms-wrapper {
position: absolute;
top: 50%;
left: 100px;
width: 100%;
max-width: 500px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: #fff;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .form-toggle button {
float: left;
width: 50%;
margin: 0;
border: 0;
padding: 10px 0;
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
font-size: 1.4rem;
letter-spacing: 0.12rem;
color: #fff;
background: #5780a7;
-webkit-transition: 0.1s color ease-in-out;
-o-transition: 0.1s color ease-in-out;
transition: 0.1s color ease-in-out;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .form-toggle button:hover,
body.page-template-template-contact section#contact-forms #forms-wrapper .form-toggle button.active {
color: #000;
background: #fff;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .form-toggle button:focus {
outline: none;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form {
display: none;
padding: 0 20px 10px;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form.active {
display: block;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p {
margin-bottom: 25px;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p:last-of-type {
margin-bottom: 10px;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p input,
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p textarea {
display: block;
width: 100%;
margin: auto;
border: 0;
border-bottom: 1px solid #656565;
padding: 5px 0 5px;
font-family: 'adobe-jenson-pro', serif;
-webkit-transition: 0.2s background ease-in-out;
-o-transition: 0.2s background ease-in-out;
transition: 0.2s background ease-in-out;
-webkit-transition: 0.1s padding ease-in-out;
-o-transition: 0.1s padding ease-in-out;
transition: 0.1s padding ease-in-out;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p input:focus,
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p textarea:focus {
outline: none;
padding-left: 5px;
background: #fafafa;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p input[type="submit"] {
padding: 10px 0;
font-family: 'pragmatica', sans-serif;
font-size: 1.4rem;
letter-spacing: 0.12rem;
text-transform: uppercase;
border: 0;
background: #5780a7;
color: #fff;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p input:focus {
border-bottom: 1px solid #5780a7;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p textarea {
margin-top: 10px;
border-top: 1px solid #656565;
resize: none;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p textarea:focus {
border-top: 1px solid #5780a7;
border-bottom: 1px solid #5780a7;
}
body.page-template-template-contact section#contact-information {
padding: 100px 0;
} | stylus/app.css | body {
font-size: 14pt;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
padding: 0 40px;
z-index: 5;
-webkit-transition: background 0.09s ease-in-out;
-moz-transition: background 0.09s ease-in-out;
-ms-transition: background 0.09s ease-in-out;
-o-transition: background 0.09s ease-in-out;
transition: background 0.09s ease-in-out;
}
header.active {
background: #fff;
}
header.active .logo {
height: 30px;
}
header .header-wrap {
position: relative;
width: 100%;
height: 100%;
}
header .logo {
display: inline-block;
height: 50px;
margin-top: 15px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
header .logo .logo-img {
width: auto;
height: 100%;
}
header .nav {
position: absolute;
top: 0;
right: 0;
}
header .nav ul {
padding: 0;
margin: 0;
}
header .nav ul li {
margin: 20px 20px 0 0;
display: inline-block;
font-size: 1.4rem;
letter-spacing: 0.12rem;
}
header .nav ul li a {
-webkit-transition: 0.1s color ease-in-out;
-o-transition: 0.1s color ease-in-out;
transition: 0.1s color ease-in-out;
}
header .nav ul li:last-of-type {
margin-right: 0;
}
header .nav ul li:hover a {
color: #5780a7;
}
header .nav ul li.current-menu-item a {
color: #5780a7;
}
header .nav ul li a,
header .nav ul li a:visited {
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
}
aside {
float: left;
}
aside.text {
width: 40%;
padding: 0 0 0 3%;
font-family: 'adobe-jenson-pro', serif;
}
aside.media {
width: 57%;
}
.cta-button {
display: block;
margin: 100px auto 0;
max-width: 450px;
padding: 20px 0;
background: #000;
font-family: 'pragmatica', sans-serif;
font-size: 3rem;
color: #fff;
text-align: center;
text-transform: uppercase;
-webkit-transition: 0.2s background ease-in-out;
-moz-transition: 0.2s background ease-in-out;
-ms-transition: 0.2s background ease-in-out;
-o-transition: 0.2s background ease-in-out;
transition: 0.2s background ease-in-out;
}
.cta-button:hover {
background: #5780a7;
}
.secondary-cta {
font-size: 1.4rem;
letter-spacing: 0.12rem;
-webkit-transition: 0.1s color ease-in-out;
-o-transition: 0.1s color ease-in-out;
transition: 0.1s color ease-in-out;
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
}
.secondary-cta:hover {
color: #5780a7;
}
footer {
width: 100%;
padding: 50px;
color: #fff;
text-align: center;
background: #5780a7;
}
footer .copyright {
font-size: 1.4rem;
letter-spacing: 0.12rem;
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
}
footer .address {
font-family: 'adobe-jenson-pro', serif;
}
.carousel {
position: relative;
width: 100%;
height: 100vh;
padding: 0;
margin: 0;
}
.carousel li {
position: absolute;
width: 100%;
height: 100%;
list-style: none;
}
.carousel li.slide {
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover !important;
opacity: 0;
-webkit-transition: 0.2s opacity ease-in-out;
-o-transition: 0.2s opacity ease-in-out;
transition: 0.2s opacity ease-in-out;
}
.carousel li.slide.active {
opacity: 1;
}
.carousel li.slide .caption {
position: absolute;
top: 50%;
left: 40px;
margin: 0;
width: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'pragmatica', sans-serif;
color: #000;
font-size: 12rem;
line-height: 12rem;
letter-spacing: 0.5rem;
text-transform: uppercase;
}
.carousel li.carousel-nav {
width: 100px;
height: 100px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.2s opacity ease-in-out;
-o-transition: 0.2s opacity ease-in-out;
transition: 0.2s opacity ease-in-out;
opacity: 0.75;
cursor: pointer;
}
.carousel li.carousel-nav:hover {
opacity: 1;
}
.carousel li.carousel-nav#previous {
top: 50%;
left: 50px;
border-bottom: 5px solid #fff;
border-left: 5px solid #fff;
}
.carousel li.carousel-nav#next {
top: 50%;
right: 50px;
border-top: 5px solid #fff;
border-right: 5px solid #fff;
}
body.home .css_front-page-content {
position: relative;
min-height: 100vh;
}
body.home .css_front-page-content .wrapper {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
body.home .css_front-page-content .wrapper h1 {
margin: 0 auto 100px;
font-size: 6rem;
font-family: 'pragmatica', sans-serif;
text-align: center;
text-transform: uppercase;
color: #5780a7;
}
body.home .css_front-page-content .wrapper h2 {
margin: 0 auto;
width: 680px;
font-size: 1.5em;
font-family: 'adobe-jenson-pro', serif;
font-weight: 100;
text-align: center;
}
body.home .css_front-page-content .wrapper .cta-button {
margin-bottom: 0;
background: #5780a7;
}
body.services .carousel li.slide .caption {
color: #000;
}
body.services .carousel li.carousel-nav {
display: none;
}
body section.service {
position: relative;
height: 768px;
height: 75vh;
margin-top: 300px;
}
body section.service:nth-of-type(2n) {
border-left: none !important;
}
body section.service:nth-of-type(2n) .section-content {
left: initial !important;
right: 0 !important;
text-align: right;
border-top-left-radius: 1px;
border-top-right-radius: 0 !important;
}
body section.service:nth-of-type(2n) .section-content p {
float: right;
padding-left: 0 !important;
border-left: 0 !important;
}
body section.service .section-content {
position: absolute;
bottom: 0;
width: 90%;
height: 100%;
max-width: 650px;
left: 0;
padding: 10px 40px 15px;
border-top-right-radius: 1px;
background: #fff;
}
body section.service .section-content h1 {
font-size: 6rem;
margin: 0 0 40px 0;
font-family: 'pragmatica', sans-serif;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 0.95em;
color: #5780a7;
}
body section.service .section-content p {
width: 300px;
margin-top: 0;
font-family: 'adobe-jenson-pro', serif;
}
body .services-cta {
padding: 150px 0;
background: #fafafa;
}
body .services-cta .cta-button {
margin-top: 0;
background: #5780a7;
}
body .services-cta .secondary-cta {
display: block;
margin-top: 40px;
text-align: center;
}
body.portfolio #portfolio-galleries {
max-width: none;
margin-top: 100px;
}
body.portfolio #portfolio-galleries ul {
padding-left: 0;
}
body.portfolio #portfolio-galleries ul li {
display: inline-block;
width: 33%;
}
body.portfolio #portfolio-galleries ul li .portfolio-gallery-thumbnail {
width: 100%;
}
body.portfolio #portfolio-galleries ul li .portfolio-gallery-thumbnail .inner-padding {
padding-bottom: 133%;
}
body.portfolio #portfolio-galleries ul li h2 {
width: 100%;
margin: 20px 0;
font-size: 1.4rem;
letter-spacing: 0.12rem;
text-align: center;
}
body.single-galleries #gallery-nav {
position: fixed;
left: 0;
width: 20%;
margin: 0;
padding: 150px 0 0 40px;
}
body.single-galleries #gallery-nav li {
list-style: none;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
body.single-galleries #gallery-nav li a {
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
body.single-galleries #gallery-nav li a:hover {
color: #5780a7;
}
body.single-galleries #galleries {
float: right;
width: 80%;
padding-right: 40px;
box-sizing: border-box;
}
body.single-galleries #galleries section.gallery {
padding-top: 150px;
}
body.single-galleries #galleries section.gallery h1 {
text-align: right;
margin: 0 0 40px 0;
text-transform: uppercase;
font-size: 6rem;
}
body.single-galleries #galleries section.gallery:last-of-type {
margin-bottom: 60px;
}
body.single-galleries #galleries section.gallery .gallery-images {
list-style: none;
}
body.single-galleries #galleries section.gallery .gallery-images .gallery-image {
display: inline-block;
width: 33%;
margin-bottom: 1px;
-webkit-transition: filter 0.2s ease-in-out;
-moz-transition: filter 0.2s ease-in-out;
-ms-transition: filter 0.2s ease-in-out;
-o-transition: filter 0.2s ease-in-out;
transition: filter 0.2s ease-in-out;
}
body.single-galleries #galleries section.gallery .gallery-images .gallery-image .gallery-image-height {
width: 100%;
padding-bottom: 100%;
}
body.single-galleries #galleries section.gallery .gallery-images .gallery-image:hover {
cursor: pointer;
-webkit-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
#lightbox-gallery {
display: none;
z-index: 5;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #fff;
}
#lightbox-gallery.visible {
display: block !important;
}
#lightbox-gallery li {
position: relative;
width: 100%;
height: 100%;
display: none;
}
#lightbox-gallery li.active {
display: block !important;
}
#lightbox-gallery li img {
position: absolute;
top: 50%;
left: 50%;
max-width: 80%;
max-height: 80%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#lightbox-gallery #previous,
#lightbox-gallery #next {
z-index: 5;
position: fixed;
top: 50%;
width: 75px;
height: 75px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: none;
border: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#lightbox-gallery #previous:focus,
#lightbox-gallery #next:focus {
outline: none;
}
#lightbox-gallery #previous {
left: 60px;
border-top: 2px solid #000;
border-left: 2px solid #000;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#lightbox-gallery #previous:hover {
border-top: 2px solid #5780a7;
border-left: 2px solid #5780a7;
}
#lightbox-gallery #next {
right: 60px;
border-top: 2px solid #000;
border-right: 2px solid #000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#lightbox-gallery #next:hover {
border-top: 2px solid #5780a7;
border-right: 2px solid #5780a7;
}
#lightbox-gallery #close {
z-index: 5;
position: fixed;
top: 40px;
right: 40px;
font-size: 1.4rem;
letter-spacing: 0.12rem;
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
border: 0;
background: 0;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
#lightbox-gallery #close:hover,
#lightbox-gallery #close:focus {
outline: none;
color: #5780a7;
}
body.page-template-template-contact section#contact-forms {
position: relative;
height: 75vh;
background: #eee;
}
body.page-template-template-contact section#contact-forms #forms-wrapper {
position: absolute;
top: 50%;
left: 100px;
width: 100%;
max-width: 500px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: #fff;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .form-toggle button {
float: left;
width: 50%;
margin: 0;
border: 0;
padding: 10px 0;
text-transform: uppercase;
font-family: 'pragmatica', sans-serif;
font-size: 1.4rem;
letter-spacing: 0.12rem;
color: #fff;
background: #5780a7;
-webkit-transition: 0.1s color ease-in-out;
-o-transition: 0.1s color ease-in-out;
transition: 0.1s color ease-in-out;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .form-toggle button:hover,
body.page-template-template-contact section#contact-forms #forms-wrapper .form-toggle button.active {
color: #000;
background: #fff;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .form-toggle button:focus {
outline: none;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form {
display: none;
padding: 0 20px 10px;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form.active {
display: block;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p {
margin-bottom: 25px;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p:last-of-type {
margin-bottom: 10px;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p input,
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p textarea {
display: block;
width: 100%;
margin: auto;
border: 0;
border-bottom: 1px solid #656565;
padding: 5px 0 5px;
font-family: 'adobe-jenson-pro', serif;
-webkit-transition: 0.2s background ease-in-out;
-o-transition: 0.2s background ease-in-out;
transition: 0.2s background ease-in-out;
-webkit-transition: 0.1s padding ease-in-out;
-o-transition: 0.1s padding ease-in-out;
transition: 0.1s padding ease-in-out;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p input:focus,
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p textarea:focus {
outline: none;
padding-left: 5px;
background: #fafafa;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p input[type="submit"] {
padding: 10px 0;
font-family: 'pragmatica', sans-serif;
font-size: 1.4rem;
letter-spacing: 0.12rem;
text-transform: uppercase;
border: 0;
background: #5780a7;
color: #fff;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p input:focus {
border-bottom: 1px solid #5780a7;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p textarea {
margin-top: 10px;
border-top: 1px solid #656565;
resize: none;
}
body.page-template-template-contact section#contact-forms #forms-wrapper .contact-form p textarea:focus {
border-top: 1px solid #5780a7;
border-bottom: 1px solid #5780a7;
}
body.page-template-template-contact section#contact-information {
padding: 100px 0;
} | 0.406037 | 0.052985 |
/* Presentational classes generated by WordPress */
.gray {
color:#AAA;
}
.aligncenter {
display: block;
margin: 0 auto !important;
}
.alignleft {
float: left;
margin: 0 15px 15px 0 !important;
}
.alignright {
float: right;
margin: 0 0 15px 15px !important;
}
.wp-caption {
border: 0;
text-align: left;
background: none;
padding: 0px;
margin: 0px;
font-size: 80%;
color: #3399CC;
}
.inner-grid {
padding-top:10px;
}
#body_wrapper {
margin: 0 20px 0 180px;
padding-bottom: 100px;
}
#nav_wrapper {
margin: 0 20px 0 180px;
}
body.page-parent #body_wrapper {
padding-bottom: 0px;
}
body.page-parent #contact-text {
padding-bottom: 30px;
}
body.page-parent #map_wrap {
padding-bottom: 30px;
}
body.page-parent #contact-text h2.pageTitle2{
position:relative;
margin-bottom:15px;
}
#contact-text h2.pageTitle2 .zoom{
right: 0px;
bottom: -40px;
position:absolute;
}
p {
padding-bottom: 1em;
}
hr {
border:none;
clear:both;
border-bottom: 1px dotted #DDD;
margin-bottom: 1em;
}
/* LINKS */
a, .inner a {
text-decoration: none;
color: #3399CC;
-webkit-transition-duration: 300ms;
-webkit-transition-property: color, background, border-color;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 300ms;
-moz-transition-property: color, background, border-color;
-moz-transition-timing-function: ease;
-o-transition-duration: 300ms;
-o-transition-property: color, background, border-color;
-o-transition-timing-function: ease;
}
a:hover, .inner a:hover {
text-decoration: none;
color: #f20707;
}
a.moreLink, a.more-link, .postPagination a {
display: block;
text-align: right;
text-transform: uppercase;
font-size: 75%;
color: #333;
display: block;
background-image: url(/theme/images/plus.gif);
background-repeat: no-repeat;
background-position: top right;
clear:both;
}
a.moreLink, a.more-link {
border-bottom: 1px dotted #333;
padding: 1px 14px 2px 0;
margin: 9px 0 0 0;
}
a.moreLink {
margin: 9px 0 11px 0;
}
/* SCROLL LINK STYLE PAGINATION
.postPagination a{
text-align:left;
padding:5px 25px 3px 25px;
margin-top:10px;
display:block;
width:50%;
height:auto;
color: #FF3399;
float:left;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 2px 0px #AAA;
-webkit-box-shadow: 1px 1px 2px 0px #AAA;
box-shadow: 1px 1px 2px 0px #AAA;
background-image: url(/theme/images/plus-bk.gif);
background-repeat: no-repeat;
background-position: 10px 50%;
background-color: #f5f5f5;
}
.postPagination a:hover {
background-color: #DDD;
color: #333;
}
*/
.list-format a.more-link {
margin: 0;
}
.postPagination {
margin: 0 0 0 600px!important;
}
.postPagination a {
-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
padding: 1px 14px 2px 0;
margin: 4px 0 0 0;
}
.tax-typology .postPagination {
margin: 0 0 0 0!important;
}
.tax-typology .postPagination a {
margin: 5px 0 0 0!important;
padding: 1px 0 2px 14px;
text-align: left;
background-repeat: no-repeat;
background-position: top left;
}
#infscr-loading {
width: 100% !important;
padding: 30px 0 30px 180px !important;
margin: 0 !important;
position:fixed !important;
bottom: 0px !important;
left: 0 !important;
background:#FFF !important;
border-top: 1px dotted #3399CC;
}
#infscr-loading img{
}
#infscr-loading div {
margin:0 !important;
padding:0 0 0 1% !important;
float:left;
color:#3399CC;
font-size:90%;
}
#infscr-loading img {
float:left;
}
a.post-edit-link {
display: block;
text-align: right;
padding: 0;
margin: 0;
font-size: 75%;
color: #333;
}
.list-format a.post-edit-link {
padding-top: 1em;
}
a.moreLink:hover, a.more-link:hover, a.post-edit-link:hover, .postPagination a:hover {
color: #f20707;
}
/* COLORS*/
.blue {
color: #3399CC;
}
.magenta {
color: #f20707;
}
::selection {
background: #FFEFF9;
color: #000; /* Safari and Opera */
}
::-moz-selection {
background:#FFEFF9;
color:#000; /* Firefox */
}
h1 {
font-size: 200%;
line-height: 1;
text-shadow: #ccc 1px 1px 4px;
}
h2 {
font-size: 130%;
line-height: 1;
text-shadow: #ccc 1px 1px 4px;
}
h3 {
font-size: 100%;
line-height: 1;
text-shadow: #ccc 1px 1px 4px;
}
h4 {
font-size: 80%;
line-height: 1;
text-shadow: #ccc 1px 1px 4px;
}
h1#pageTitle {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding-right: 80px;
padding-top:37px;
text-align: left;
font-size: 110%;
text-transform: uppercase;
clear:right;
}
h1.pageTitle {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding-left: 80px;
padding-top:37px;
text-align: right;
font-size: 80%;
text-transform: uppercase;
clear:both;
margin-top: 50px;
}
.smMargins h1.pageTitle {
padding-top:37px;
margin-top: 5px;
}
.singleHeader h1#pageTitle,
.singleHeader h1.pageTitle,
.singleHeader .smMargins h1.pageTitle {
padding-top:0px;
margin-top: 0px;
}
.singleHeaderPage {
padding-top:62px;
}
.pageTitle.pageTitleNone {
padding-top:0 !important;
}
@font-face {
font-family: 'VNIUS';
src: url('/theme/font/VUSALN.TTF');
font-family: 'VNIAvo';
src: url('/theme/font/VAVON.TTF');
}
p.addFont {
font-family: 'VNIUS';
}
h2.pageTitle2 {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding-right: 0px;
padding-top:50px;
text-align: right;
font-size: 90%;
text-transform: uppercase;
padding-bottom:0;
margin-bottom:1em;
}
#itemDesc, .itemDesc{
font-size: 100%;
padding: 15px 0 2px 0;
color: #f20707;
text-shadow: #EEE 1px 1px 4px;
border-bottom: 1px dotted #DDD;
max-width:950px;
}
.itemDesc.noBorder {
border-bottom: none !important;
}
body.home .itemDesc {
font-size: 180%;
padding: 10px 4px 10px 4px;
color: #999;
text-shadow: #ccc 1px 1px 4px;
margin-bottom: 35px;
}
header#top {
background: #FFF;
width: 100%;
overflow: hidden;
text-transform: uppercase;
border-bottom:none;
height:100px;
}
#bLogo1 {
display: block;
background: url('/theme/images/CiAR_index.png') no-repeat top left;
height: 55px;
width: 160px;
overflow: hidden;
margin: 20px 0 50px 5px;
text-indent: -9999px;
text-align: center;
}
#bLogo1:hover {
display: block;
background: url('/theme/images/CiAR_index.png') no-repeat bottom left;
height: 55px;
width: 160px;
overflow: hidden;
margin: 20px 0 50px 5px;
text-indent: -9999px;
text-align: center;
}
#tagLink {
float: right;
padding: 7px 15px;
text-shadow: #ccc 1px 1px 4px;
}
.socialLink1 {
float: right;
padding: 0px 14px 0 0;
}
.socialLink1 a{
float: right;
padding: 0px 0px 0 0;
}
.socialLink1 a img{
float: left;
-moz-border-radius: 0px;
border-radius: 0px;
}
.socialLink2 {
float: right;
padding: 0px 1px 0 0;
}
.socialLink2 a{
float: right;
padding: 0px 0px 0 0;
}
.socialLink2 a img{
float: left;
-moz-border-radius: 0px;
border-radius: 0px;
}
.Facebook {
float: right;
margin: -4px 4px 0 0px;
}
.Facebook a{
float: right;
padding: 0px 0px 0 0;
}
.Facebook a img{
float: left;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* Forms */
input[type=email], input[type=text], input[type=password], textarea {
background: #EEE;
border: 1px solid #EEE;
color: #888;
}
input[type=email]:focus, input[type=text]:focus, textarea:focus {
color: #373737;
}
textarea {
padding-left: 3px;
width: 98%;
}
input[type=text] {
padding: 3px;
}
input#s {
background: url(/theme/images/search.png) no-repeat top right;
-moz-border-radius: 0px;
border-radius: 0px;
font-size: 10px;
height: 25px;
line-height: 0em;
padding: 0px 0px 0px 0px;
clear: both;
}
input#searchsubmit {
clear: both;
display: none;
}
/* Search Form */
#searchform_form {
float: right;
margin: -3px 0px 0 0px;
}
#searchform {
text-align: right;
padding-top: 20px;
}
#s {
float: right;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
width: 25px;
border: 0px solid #EEE !important;
color: #fff;
}
#s:hover{
background: url(/theme/images/s-3.png) no-repeat top right;
-moz-border-radius: 0px;
border-radius: 0px;
font-size: 10px;
height: 25px;
line-height: 0em;
padding: 0px 0px 0px 0px;
clear: both;
}
#s:focus {
background-color: #000000;
width: 196px;
}
#searchsubmit {
display: none;
}
sup {
font-size: 45% !important;
vertical-align: top;
}
/* TAGS + TAG FEED */
/* ----------------------------------------- ////////////////////////////////////////////////////////////////////////////////////////////////*/
#tagFeed {
text-align: right;
padding-bottom: 50px;
}
#tagFeed a {
text-transform: uppercase;
background: #EEE;
color: #555;
vertical-align: bottom;
height: 1em;
margin: 3px 0 0 0;
padding: .14em .4em .1em .4em;
overflow: hidden;
display: inline-block;
-moz-border-radius: 2px;
border-radius: 2px;
}
#tagFeed a:hover {
background: #3399CC;
color: #FFF;
}
#tagFeed h2, h2.sectionTitle{
border-bottom: 1px dotted #f20707;
color: #f20707;
font-size: 80%;
padding-top: 50px;
}
.sectionTitle {
margin:0 0 20px 0 !important;
padding: 50px 0 0 0 !important;
}
footer #tagFeed {
border-top: 1px dotted #DDD;
text-align: left;
margin-top: 5px;
padding-top: 5px;
}
footer #tagFeed a {
background: #3399CC;
color: #FFF;
}
footer #tagFeed a:hover {
background: #EEE;
color: #555;
}
footer #tagFeed h2 {
padding-top:15px;
margin-bottom:2px;
}
/* FOOTER */
/* ----------------------------------------- ////////////////////////////////////////////////////////////////////////////////////////////////*/
#bottom {
padding: 10px 28px 3px 10px;
margin: 0;
font-size: 100%;
text-transform: uppercase;
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: auto;
height: auto;
background: #FFF;
text-align:left;
z-index:500;
}
#socialLink {
overflow:hidden;
text-decoration: none;
background-position: bottom left no-repeat;
-webkit-transition-property: none;
-moz-transition-property: none;
padding: 0;
margin: 0 0 0 -110px;
float:right;
display:block;
width:auto;
}
#socialLink:hover {
}
#socialLink a{
float: left;
padding: 0px 1px 0 0;
}
#socialLink a img{
float: left;
-moz-border-radius: 2px;
border-radius: 2px;
}
#homeLink{
padding: 0;
margin: 15px 0px 0 0px;
float:right;
display:block;
width:auto;
font-size:x-small;
}
/* 67a2 credit */
#roll67a2 {
overflow:hidden;
display:inline-block;
float:right;
padding:0px 0 0 0;
width: 50px;
height: 25px;
text-decoration: none;
background: url("/theme/images/ldvsolutions.png") bottom left no-repeat;
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
margin:-9px 0px 0px 15px;
}
#roll67a2:hover {
display:inline-block;
background-position: top left;
}
.displace {
position: absolute;
left: -5000px;
}
/* end 67a2 */
body.page-parent #contact-text .nextLink {
font-size:100%;
}
body.page-parent #contact-text .nextLink a {
padding:3px 18px 0px 7px;
}
.nextLink {
font-size:85%;
color: #999;
text-align:right;
padding:0px 0px 0px 0px;
text-shadow: #ccc 1px 1px 4px;
display:block;
}
.archLink {
position:relative;
}
.archLink .nextLink {
position:absolute;
bottom:2px;
right:0;
}
.nextLink a {
text-align:right;
padding:3px 18px 0px 7px;
text-transform:uppercase;
margin: 0 0 0 0 !important;
display:inline-block;
width:auto;
height:auto;
position: relative;
z-index: 999;
color: #f20707;
background-image: url(/theme/images/arrow-bk.gif);
background-repeat: no-repeat;
background-position: right center;
background-color: #FFF
}
.nextLink a:hover {
color: #3399CC;
}
#bottom a#scrollLink{
text-align:right;
padding:10px 25px 8px 25px;
display:block;
width:109px;
height:auto;
color: #f20707;
float:left;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 2px 0px #AAA;
-webkit-box-shadow: 1px 1px 2px 0px #AAA;
box-shadow: 1px 1px 2px 0px #AAA;
background-image: url(/theme/images/plus-bk.gif);
background-repeat: no-repeat;
background-position: 140px 50%;
background-color: #f5f5f5;
}
#bottom a#scrollLink:hover {
background-color: #DDD;
color: #333;
}
/* STUDIO */
.inner.studio-inner{
max-width:100%;
}
.inner.studio-inner p{
max-width:950px;
}
.img100 {
width:70%;
height:auto;
float:right;
padding:0 0 20px 20px;
margin-right:0%;
}
.img100 img {
width:100%;
height:auto;
}
.staff-box {
width:800px;
}
.staff-box .inner, .staff-box header {
width:55% !important;
margin-left:42% !important;
margin-top:0 !important;
}
.staff-box .inner {
margin-bottom:30px !important;
}
.staff-box h1.pageTitle {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding-right: 80px;
padding-left: 0px;
padding-top:37px;
text-align: left;
font-size: 150%;
text-transform: uppercase;
clear:right;
margin-bottom:20px;
}
.staff-box-thumb{
width:37%;
float:left;
padding:2% 0 2% 2%;
}
.staff-box-thumb img {
width:100%;
height:auto;
float:left;
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
h1.pageTitle span.jobTitle {
color: #AAA;
display: inline-block;
font-size: 66.66%;
text-shadow: none;
}
.staff-box header blockquote {
margin-top:10px;
padding-top:15px;
}
blockquote span.quoteCredit {
font-size: 55.59%;
display:block;
text-align:right;
color: #AAA;
}
/* MAIN MENU */ /* ----------------------------------------- ////////////////////////////////////////////////////////////////////////////////////////////////*/
nav#topNav {
padding-right:10px;
width:170px;
line-height:1em !important;
background: #FFF;
overflow: hidden;
float: left;
text-transform: uppercase;
border-bottom:none;
margin-top:50px;
}
#top h1 {
padding-right:0px;
width:170px;
background: #FFF;
overflow: hidden;
float: left;
display:block;
}
#second_nav {
padding-top: 22px;
}
#first_nav a {
padding: .9em 0 .75em 0;
text-shadow: #ccc 1px 1px 4px;
}
#second_nav a, #first_nav ul.sub-menu a {
padding: .6em 0 .45em 0 !important;
text-shadow: #ccc 1px 1px 4px;
}
#first_nav ul.sub-menu a {
color: #999;
}
.navMenu ul.sub-menu span {
margin-left: 30px;
}
.navMenu ul.sub-menu ul.sub-menu span {
margin-left: 40px;
}
.navMenuul.sub-menu ul.sub-menu ul.sub-menu span {
margin-left: 50px;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu span {
margin-left: 60px;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu span {
margin-left: 70px;
}
.navMenu ul.menu ul, .navMenu ul.menu li {
border-top: #EEE dotted 1px;
}
.navMenu ul.menu ul.sub-menu {
border-top: none;
}
.navMenu ul.menu {
border-bottom: #EEE dotted 1px;
}
nav ul.menu li .active {
color:#f20707 !important;
}
/*
Add styles for all links in the 'accordion':
.accordion a {...}
*/
.navMenu a.trigger {
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
display: block;
background-image: url(/theme/images/plus.gif);
background-repeat: no-repeat;
background-position: 5px 50%;
}
.navMenu a.trigger.open {
background-image: url(/theme/images/minus.gif)
}
.navMenu ul.sub-menu a.trigger {
background-position: 15px 50%;
}
.navMenu ul.sub-menu ul.sub-menu a.trigger {
background-position: 25px 50%;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu a.trigger {
background-position: 35px 50%;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a.trigger {
background-position: 45px 50%;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menua.trigger {
background-position: 50px 50%;
}
.navMenu a span {
display: block;
margin-left: 20px;
}
#first_nav a {
display: block;
color: #333;
font-size: 110%;
width: 100%;
}
#first_nav a:hover {
color: #f20707 !important;
}
#second_nav a {
display: block;
color: #3399CC;
font-size: 80%;
width: 100%;
}
#second_nav a:hover {
color: #f20707 !important;
}
.navMenu ul.sub-menu a {
font-size: 80% !important;
}
/* PROJECT TYPE ////////////////////////////////////////////////////////////////////////////////////////////////*/
.project_feed {
position: relative;
/*max-width:1300px;*/
}
/* THUMBS */
.project_thumb_feed {
padding-top: 20px;
/* width: 600px !important;*/
/* new */
/*loat:right;*/
}
.thumb-lg {
width: 150px;
height: 150px;
float: left;
}
.thumb-sm {
width: 100px;
height: 100px;
float: left;
}
.thumb-lg div, .thumb-sm div {
/*float: left;*/
float: right;
height: auto;
width: auto;
background:#e9e9e9;
}
.thumb-lg div img, .thumb-sm div img {
float: left;
}
body.collaboration-page .research_feed {
float: right;
width: 54.25%;
}
#img404 {
width:100%;
height:auto;
padding-top:20px;
}
.architecture_feed {
display: block;
height: auto;
/*margin: 0 0 0 600px;
text-align: right;*/
/*margin: 0 600px 0 0;*/
text-align: left;
padding-bottom: 20px;
padding-top: 20px;
}
body.collaboration-page .architecture_feed {
margin-left: 0px;
width: 41.75%;
float: none;
padding-top: 0;
}
.projTitle {
font-size: 90%;
text-transform: uppercase;
line-height: 1em;
padding-right: 10px;
text-shadow: #ccc 1px 1px 4px;
position:relative;
}
.projThumb {
cursor:pointer;
}
.projTitle .projThumb{
position:absolute;
z-index:200;
top:-159px;
left:-191px;
display:none;
}
.projThumb img{
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
.projTitle.projFeatured {
font-size: 120%;
}
.projTitle .proj-loc {
color: #AAA;
display: inline-block;
font-size: 60%;
text-shadow: none;
}
.architecture_feed li a {
padding: 5px 0 0 0;
width: 100%;
height: 100%;
display: block;
color:#333;
border-bottom: 1px dotted #EEE;
-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
}
.architecture_feed li:first-child a {
border-top: 1px dotted #EEE;
}
.architecture_feed li a:hover {
color:#f20707;
background: #F5F5F5;
}
.architecture_feed li.active a{
color:#f20707;
background: #F5F5F5;
}
.architecture_feed li.inactive a, .architecture_feed li.inactive.active a{
color:#AAA !important;
}
/* ARCHITECTURE + GALLERY ////////////////////////////////////////////////////////////////////////////////////////////////*/
article.architecture header,
body.gallery-post article header {
margin-top: -113px;
position: relative;
padding-bottom:12px;
}
article.architecture h1,
body.gallery-post article h1 {
text-transform: uppercase;
}
article.architecture h2,
body.gallery-post article h2 {
text-transform: uppercase;
font-size: 110%;
color: #f20707;
margin-bottom:3px;
}
article.architecture .inner,
body.gallery-post article .inner{
padding-top: 0px;
}
article.architecture footer span,
body.gallery-post article footer span {
text-transform:uppercase;
color: #f20707;
}
#galleria {
}
.postGalleria {
position: absolute;
height: auto!important;
top: 0px;
bottom: 20px;
width: auto!important;
right: 0px;
left: 0px;
}
.archive .postGalleria {
position: static;
width: 615px!important;
height: 335px!important;
font-family: inherit;
overflow: hidden;
}
.galleria_wrapper {
width: auto;
height: auto;
position: relative;
}
.galleria-info-text, .galleria-info-title, galleria-info-description {
font-family: inherit;
}
#belowFold {
*padding-top: 40px;
}
.home #belowFold {
padding-top: 0px;
}
/* RESEARCH - BLOG ARCHIVE ////////////////////////////////////////////////////////////////////////////////////////////////*/
header .featImg {
padding-top:0px;
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
#filters {
text-align: left;
padding: 0 0 5px 0;
color:#333;
font-size:75%;
}
#filters a {
text-transform: uppercase;
background: #3399CC;
color: #FFF;
vertical-align: bottom;
height: 1em;
margin: 3px 0 0 0;
padding: .14em .4em .1em .4em;
overflow: hidden;
display: inline-block;
-moz-border-radius: 2px;
border-radius: 2px;
font-size:125%;
}
#filters a:hover, #filters a.selectFilter {
background: #EEE;
color: #555;
}
/*#filters a sup {
font-size: 67% !important;
vertical-align: top;
}*/
.typeCount {
color: #999;
}
.singleHeader {
padding-top:20px;
}
#pageHeader, .pageHeader {
position: relative;
}
/* view Style */
#viewStyle {
position: static;
margin-top:-30px;
}
#viewStyle li {
float: left;
margin-right: 3px;
padding:4px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#viewStyle li img {
float: left;
}
/* end view Style */
.typeTitle {
display: inline-block;
}
#iso-grid {
margin-top:40px;
}
article.post-archive {
width: 280px;
border: 1px dotted #DDD;
box-shadow:3px 3px 3px 0 #EEE;
-moz-box-shadow: 3px 3px 3px 0 #EEE;
-webkit-box-shadow: 3px 3px 3px 0 #EEE;
margin: 0 45px 45px 0;
padding: 4px;
color: #999;
background: #FFF;
}
article.post-archive.parent-small-grid {
width: 280px !important;
}
article.post-archive.parent-small-grid h2,
article.post-archive.parent-small-grid h2 {
font-size: 100%;
}
.listView #iso-grid article.post-archive, .listView #iso-grid article.post-archive.post-inactive, .listView #iso-grid article.post-archive.parent-small-grid {
width: 61.5% !important;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 0px 0px 0;
clear:both;
max-width:950px;
}
.listView #iso-grid article.post-archive header h2 {
font-size:100%;
padding-bottom:0px;
margin-top: 0px;
}
.listView #iso-grid .inner-grid, .listView #iso-grid .featImg, .listView #iso-grid footer{
display: none;
}
img.content-icon {
float: right;
height:35px !important;
width: auto !important;
padding: 0 0 4px 4px;
}
.listView #iso-grid img.content-icon {
float: right;
margin-top:0px !important;
height: 25px !important;
width: auto !important;
padding: 0 10px 4px 4px;
}
.listRight {
width:auto !important;
display:inline-block;
}
.listView #iso-grid .listRight {
}
article.post-archive {
cursor:pointer;
}
article.post-archive:hover {
background: #e9e9e9;
}
article.post-archive .featImg {
opacity: 1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
article.post-archive:hover .featImg {
opacity: .7;
filter:alpha(opacity=7); /* For IE8 and earlier */
}
article.post-archive.post-inactive {
cursor:default;
border: 1px dotted #EEE;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
article.post-archive.post-inactive:hover {
background: #FFF;
}
article.post-video, article.post-gallery, article.post-architecture {
width: 615px;
}
article.post-architecture.post-inactive {
width: 280px;
}
article.post-architecture.post-inactive header {
color: #AAA !important;
}
article.post-archive header {
text-transform: uppercase;
padding:5px 0;
color: #f20707;
border-bottom: 1px dotted #333;
}
.home .grid_3 article.post-archive header {
border-bottom: none;
}
article.post-archive time, article.post-archive span {
color: #999;
font-size: 75%;
}
article.post-archive header a {
color: #f20707;
}
article.post-archive header a:hover {
color: #3399CC;
}
article.post-archive header h2 {
margin-top: 4px;
font-size: 150%;
}
article.post-archive header h2 a {
color: #333;
}
article.post-archive header h2 a:hover {
color: #f20707;
}
article.post-archive footer {
text-transform: uppercase;
margin-top: 0px;
}
article.post-archive img {
width: 100%;
height: auto;
}
article.post-archive .wp-caption.thumbnail {
width: 48% !important;
height: auto;
}
.archive.post-archive article img.size-thumbnail {
width: 48% !important;
height: auto;
}
article.post-archive .wp-caption.thumbnail img.size-thumbnail {
width: 100% !important;
height: auto;
}
.rightSide, #rightSide {
text-align: right;
}
.collaboration-page h1.acc-head .abbr {
display: block;
font-size: 120%;
color: #333;
}
.collaboration-page h1.acc-head {
margin-top: 60px;
margin-bottom: 0px;
padding-left:3px;
text-transform: uppercase;
border-bottom: 1px dotted #3399CC;
border-left: 1px dotted #3399CC;
color: #999;
background: #F5F5F5;
box-shadow:3px 3px 3px 0 #EEE;
-moz-box-shadow: 3px 3px 3px 0 #EEE;
-webkit-box-shadow: 3px 3px 3px 0 #EEE;
}
.collaboration-page h1.acc-head span {
padding-top: 5px;
}
.collaboration-page h1.acc-head:hover {
background: #e9e9e9;
}
a.collabLink {
position:relative;
background: #F5F5F5;
width:100%;
height:auto;
float:right
}
.collabLink span {
position:absolute;
background: #F5F5F5;
right:0;
top:20px;
}
.collabLink:first-child span {
top:0;
}
/* single post */
body.single-post header {
text-transform: uppercase;
margin-bottom: 30px;
padding-bottom:12px;
border-bottom: 1px dotted #333;
}
body.gallery-post header {
margin-bottom: 0px;
padding-bottom:0px;
}
body.page .single-post header {
border-bottom: none;
}
.single-post header time {
text-transform: uppercase;
display: inline-block;
color: #999;
font-size:75%;
}
.single-post .featImg, .featImg.taxImg {
width: 100%;
position: relative;
background: #EEE;
float: left;
padding: 0;
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
.featImg.taxImg {
margin-bottom: 20px;
}
.single-post .featImg img, .featImg.taxImg img {
float: left;
}
.featImg div {
margin-bottom:5px !important;
}
.single-post .featImg div {
margin-bottom:0 !important;
}
.single-post h2.typeTitle {
background: #FFF;
padding: 0px 5px 0px 0!important;
text-transform: uppercase;
color: #f20707;
margin: 0 0 3px 0;
font-size: 110%;
display:block;
}
.single-post header h1 {
text-transform: uppercase;
position:relative;
}
body.single-post header h1 img.content-icon {
position:absolute;
right:0 !important;
bottom:2px !important;
}
.inner {
font-size: 125%;
color: #757979;
max-width: 950px;
}
body.page .inner {
margin-top:20px;
}
h2 span.proj-loc {
text-transform: uppercase;
font-size: 66.66%;
color: #f20707;
}
article.list-format {
width: 75% !important;
margin: 0 0 20px 0 !important;
float: none;
height: auto;
}
.offset{
width:auto;
margin: 0 0 0 100px;
}
.post-featured .offset{
margin: 0 0 0 150px;
}
.acc-panel {
display: block;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
}
body.collaboration-page article.list-format {
width: 100% !important;
}
article.list-format footer {
clear: both;
}
article.list-format .projThumb {
padding-top: 0px;
float:left;
}
/* THUMBS */
article.list-format .thumb-lg {
width: 130px;
height: 130px;
padding:0 20px 20px 0
}
article.list-format .thumb-sm {
width: 80px;
height: 80px;
padding:0 20px 20px 0
}
article.list-format .thumb-lg img, article.list-format .thumb-sm img {
float: left;
}
article.list-format.type-architecture {
background: #F5F5F5;
}
article.list-format.type-architecture:hover {
background-color: #e9e9e9 !important;
}
/* HOMEPAGE */
body.home #featureGallery header {
border-bottom: 1px dotted #333;
padding-bottom:12px;
text-transform: uppercase;
max-height: 37px;
}
body.home #featureGallery header h1 {
text-transform: uppercase;
display:block;
}
body.home #featureGallery header h1 a {
color:#333;
display:block;
}
body.home #featureGallery header h1 a:hover {
color:#f20707;
}
body.home #featureGallery header h2 {
text-transform: uppercase;
font-size: 110%;
color: #f20707;
margin-bottom:5px;
display:inline-block;
}
body.home #featureGallery header time {
color: #999;
font-size: 75%;
display:inline-block;
text-shadow: #ccc 1px 1px 4px;
}
body.home #featureGallery .nextLink {
text-align:right;
padding:3px 18px 0px 0px;
text-transform:uppercase;
margin: 7px 0 0 0 !important;
display:inline-block;
width:auto;
height:auto;
font-size:42.5%;
color: #f20707;
background-image: url(/theme/images/arrow-bk.gif);
background-repeat: no-repeat;
background-position: right center;
background-color: #FFF;
float:right !important;
}
.home article.post-archive header {
font-size:90% !important;
}
article.post-archive header.post-arch {
border-bottom: none !important;
}
.listView #iso-grid article.post-archive header.post-arch {
border-bottom: 1px dotted #333 !important;
}
.listView #iso-grid article.post-archive.post-inactive header.post-arch {
border-bottom: 1px dotted #EEE !important;
}
.home article.post-archive {
width:auto;
margin: 0 0 6% 0;
}
/* BLOG COMMENTS /////////////////////////////////////////////////////////////////////////////////////////////////// */
#comments {
margin-top:10px;
width: 100%;
position:relative;
}
#comments header h3 {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding:40px 80px 0 0;
margin:0 0 40px 0;
text-align: left;
font-size: 110%;
text-transform: uppercase;
}
#comments header {
border-bottom:none;
padding-bottom:0;
}
#comments article {
padding:0px 0 0 0 !important;
margin:15px 0 0px 52px !important;
max-width: 890px;
clear:both;
border-top: 1px dotted #DDD;
}
#comments article article {
margin:15px 0 0px 40px !important;
}
#comments article img.avatar {
margin-left:-52px !important;
}
#respond {
margin-top:40px;
color:#777;
max-width: 950px;
}
#reply-title {
padding:0 0 20px 0;
}
#comments .comment header, #comments .comment footer {
margin:0;
padding:15px 0 5px 0;
width:100%;
float:none;
position:static;
}
#comments .comment footer {
padding:5px 0 15px 0;
}
#comments .comment .inner {
margin-top:5px;
}
.comment .posted_on {
font-size:12px;
color:#999;
}
.comment p {
color:#999;
padding:.8em 0 0 0;
}
#comments article.comment p:first-child {
padding-top:15px !important;
}
#comments .posted_on a {
font-size:12px;
}
span.sep_me {
display:inline-block;
border-right:1px dotted #333;
height:auto;
width:1px;
margin:0 5px;
}
#comments img.avatar {
margin-right:10px;
}
/* FORMS */
#respond #commentform {
width:auto;
padding:0 20px 100px 0;
}
#respond input, #respond textarea {
border: 1px solid #EEE !important;
background-color: #EEE;
color: #222;
border:none;
padding:5px 9px;
font-size:13px;
outline: none;
width:100%;
display:block;
margin:2px 0px 5px 0;
-webkit-transition-duration: 400ms;
-webkit-transition-property: background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: background;
-o-transition-timing-function: ease;
}
#respond textarea {
overflow: auto;
}
#respond input:focus, #respond textarea:focus {
background-color: #f9f9f9;
}
#respond input#submit {
background:#f20707;
border:none !important;
color:#FFF;
width:auto;
margin:1px 0px 10px 0;
-moz-border-radius: 2px;
border-radius: 2px;
cursor:pointer;
-moz-box-shadow: 1px 1px 2px 0px #AAA;
-webkit-box-shadow: 1px 1px 2px 0px #AAA;
box-shadow: 1px 1px 2px 0px #AAA;
}
#respond input#submit:hover {
background:#3399CC;
}
a.comment-edit-link{
margin: 0px 0 0px 10px;
display: inline-block;
}
a.comment-reply-link{
font-size:80%;
text-transform: uppercase;
background: #3399CC;
color: #FFF;
vertical-align: bottom;
height: 1em;
margin: 0px 0 3px 5px;
padding: .24em .4em .2em .4em;
overflow: hidden;
display: inline-block;
-moz-border-radius: 2px;
border-radius: 2px;
}
a.comment-reply-link {
float:right;
margin: 0px 0 5px 0;
}
a.comment-reply-link:hover{
background: #EEE;
color: #555;
}
/* LIGHT VIEW OVERIDE */
.lv_thumbnail_image {
background-color: #DDD !important;
}
.lv_content a {
color: #3399CC !important;
text-decoration: none !important;
}
.lv_content a:hover {
color: #f20707 !important;
text-decoration: none !important;
}
.lv_title_caption a {
color: #3399CC !important;
text-decoration: none !important;
}
.lv_title_caption a:hover {
color: #f20707 !important;
text-decoration: none !important;
}
.a2gallery {
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
#iso-grid .a2gallery {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* MAP */
#map_wrap {
position:absolute;
height:600px;
padding:0;
margin-top:120px;
margin-bottom:15px;
}
#map_canvas {
position:absolute;
width:50%;
height:61%;
z-index:0;
margin:0;
padding:0;
}
a#menuButton {
width:130px;
height:14px;
background:#333;
cursor:pointer;
margin: 15px 20px 25px 15px;
-moz-border-radius: 2px;
border-radius: 2px;
padding:4px;
display:none;
color:#333;
position:relative;
}
a#menuButton span{
display:block;
padding-top:2px;
}
a#menuButton.closedmenu {
background:#EEE;
box-shadow: inset 0px 0px 2px #DDD;
-moz-box-shadow: inset 0px 0px 2px #DDD;
-webkit-box-shadow: inset 0px 0px 2px #DDD;
border: 1px solid #DDD;
}
a#menuButton.openmenu {
background:#CCC;
box-shadow: inset 0px 0px 2px #999;
-moz-box-shadow: inset 0px 0px 2px #999;
-webkit-box-shadow: inset 0px 0px 2px #999;
border: 1px solid #AAA;
}
a#menuButton.closedmenu:hover {
background:#CCC;
box-shadow: inset 0px 0px 2px #999;
-moz-box-shadow: inset 0px 0px 2px #999;
-webkit-box-shadow: inset 0px 0px 2px #999;
border: 1px solid #AAA;
}
a#menuButton.openmenu:hover {
background:#EEE;
box-shadow: inset 0px 0px 2px #DDD;
-moz-box-shadow: inset 0px 0px 2px #DDD;
-webkit-box-shadow: inset 0px 0px 2px #DDD;
border: 1px solid #DDD;
}
a#menuButton img {
float: left;
margin-right:7px;
}
/* Mobile */
body {
-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 900px) {
body {
-webkit-text-size-adjust: none;
}
body {
font:11px/1.2 DINWeb,Arial,Helvetica,sans-serif;
-webkit-text-size-adjust: none;
}
.project_ajax {
width: 100% !important;
}
.listView #iso-grid article.post-archive, .listView #iso-grid article.post-archive.post-inactive, .listView #iso-grid article.post-archive.parent-small-grid {
width: 97% !important;
max-width: 97% !important;
}
article.post-archive, article.post-archive.parent-small-grid, article.post-architecture.post-inactive {
width: 97% !important;
}
}
@media handheld, only screen and (max-width: 767px) {
body {
font:10px/1.2 DINWeb,Arial,Helvetica,sans-serif;
-webkit-text-size-adjust: none;
}
.socialLink {
float: right;
padding: 0px 0px 0 0;
margin-top:8px;
}
a#menuButton {
display:block;
}
nav#topNav {
display:none;
margin-top:0;
margin-bottom:30px;
}
.royalSlider.a2gallery.fullGallery.rsDefault{
position:static !important;
left: 0;
top: 0;
right: 0;
bottom: 0; /* height of thumbs (if not required set to 0) */
height: 400px;
width: 100% !important;
margin-top:40px;
clear:both;
}
.royalSlider.a2gallery.fullGallery.rsDefault.rsFullscreen{
position:fixed !important;
height: 100% !important;
}
.royalSlider.a2gallery.fullGallery.rsDefault.rsFullscreen .rsNav.rsThumbs.rsThumbsHor {
display:none !important;
height:0 !important;
}
body,
nav#topNav,
#body_wrapper,
header#top,
.container_16,
.container_12,
.container_4 {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.featImg {
margin:20px 0 0 0 !important;
padding:0 !important;
}
.featImg img {
width:100% !important;
height:auto !important;
}
#body_wrapper {
clear:both;
padding-left:15px;
padding-right:15px;
padding-top:0px;
margin-bottom: 0px;
padding-bottom: 40px;
}
#scrollLink {
display:none !important;
}
.thumb-lg div, .thumb-sm div {
float:left;
}
.projTitle {
padding-right:0;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
width: auto !important;
float: none !important;
}
#iso-grid.grid_16 {
width: 100% !important;
float: left !important;
}
#iso-grid.grid_16 article {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.grid_16.pageHeader{
width: 100% !important;
position: relative !important;
float: left !important;
}
.grid_16.itemDesc{
width: 100% !important;
position: relative !important;
float: left !important;
}
#contact-text h2.pageTitle2{
padding-top:0px;
}
#map_wrap {
clear:both;
position:absolute !important;
height:400px;
padding:0;
margin-top:5px;
margin-bottom:0;
}
#map_canvas {
position:absolute !important;
width:100%;
height:400px;
z-index:0;
margin:0;
padding:0;
}
body.home #belowFold {
margin-top: -30px !important;
clear:both;
}
body.home section#belowFold {
padding-top:0px !important;
margin-top:-90px !important;
clear:both;
float:left;
}
body.single article.architecture header,
body.gallery-post article header {
margin-top: 20px !important;
margin-left: 0px !important;
position: relative !important;
float:left !important;
width:100% !important;
}
.archLink {
position:relative;
}
.archLink .nextLink {
position:static;
padding:0 !important;
margin:0 !important;
margin-top:10px !important;
float:right;
}
footer#bottom.grid_16 {
position: static !important;
padding: 40px 0px 3px 0px !important;
float: right !important;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#infscr-loading {
width: 100% !important;
padding: 30px 0 30px 20px !important;
}
} | public/CiAR_files/layout.css | /* Presentational classes generated by WordPress */
.gray {
color:#AAA;
}
.aligncenter {
display: block;
margin: 0 auto !important;
}
.alignleft {
float: left;
margin: 0 15px 15px 0 !important;
}
.alignright {
float: right;
margin: 0 0 15px 15px !important;
}
.wp-caption {
border: 0;
text-align: left;
background: none;
padding: 0px;
margin: 0px;
font-size: 80%;
color: #3399CC;
}
.inner-grid {
padding-top:10px;
}
#body_wrapper {
margin: 0 20px 0 180px;
padding-bottom: 100px;
}
#nav_wrapper {
margin: 0 20px 0 180px;
}
body.page-parent #body_wrapper {
padding-bottom: 0px;
}
body.page-parent #contact-text {
padding-bottom: 30px;
}
body.page-parent #map_wrap {
padding-bottom: 30px;
}
body.page-parent #contact-text h2.pageTitle2{
position:relative;
margin-bottom:15px;
}
#contact-text h2.pageTitle2 .zoom{
right: 0px;
bottom: -40px;
position:absolute;
}
p {
padding-bottom: 1em;
}
hr {
border:none;
clear:both;
border-bottom: 1px dotted #DDD;
margin-bottom: 1em;
}
/* LINKS */
a, .inner a {
text-decoration: none;
color: #3399CC;
-webkit-transition-duration: 300ms;
-webkit-transition-property: color, background, border-color;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 300ms;
-moz-transition-property: color, background, border-color;
-moz-transition-timing-function: ease;
-o-transition-duration: 300ms;
-o-transition-property: color, background, border-color;
-o-transition-timing-function: ease;
}
a:hover, .inner a:hover {
text-decoration: none;
color: #f20707;
}
a.moreLink, a.more-link, .postPagination a {
display: block;
text-align: right;
text-transform: uppercase;
font-size: 75%;
color: #333;
display: block;
background-image: url(/theme/images/plus.gif);
background-repeat: no-repeat;
background-position: top right;
clear:both;
}
a.moreLink, a.more-link {
border-bottom: 1px dotted #333;
padding: 1px 14px 2px 0;
margin: 9px 0 0 0;
}
a.moreLink {
margin: 9px 0 11px 0;
}
/* SCROLL LINK STYLE PAGINATION
.postPagination a{
text-align:left;
padding:5px 25px 3px 25px;
margin-top:10px;
display:block;
width:50%;
height:auto;
color: #FF3399;
float:left;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 2px 0px #AAA;
-webkit-box-shadow: 1px 1px 2px 0px #AAA;
box-shadow: 1px 1px 2px 0px #AAA;
background-image: url(/theme/images/plus-bk.gif);
background-repeat: no-repeat;
background-position: 10px 50%;
background-color: #f5f5f5;
}
.postPagination a:hover {
background-color: #DDD;
color: #333;
}
*/
.list-format a.more-link {
margin: 0;
}
.postPagination {
margin: 0 0 0 600px!important;
}
.postPagination a {
-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
padding: 1px 14px 2px 0;
margin: 4px 0 0 0;
}
.tax-typology .postPagination {
margin: 0 0 0 0!important;
}
.tax-typology .postPagination a {
margin: 5px 0 0 0!important;
padding: 1px 0 2px 14px;
text-align: left;
background-repeat: no-repeat;
background-position: top left;
}
#infscr-loading {
width: 100% !important;
padding: 30px 0 30px 180px !important;
margin: 0 !important;
position:fixed !important;
bottom: 0px !important;
left: 0 !important;
background:#FFF !important;
border-top: 1px dotted #3399CC;
}
#infscr-loading img{
}
#infscr-loading div {
margin:0 !important;
padding:0 0 0 1% !important;
float:left;
color:#3399CC;
font-size:90%;
}
#infscr-loading img {
float:left;
}
a.post-edit-link {
display: block;
text-align: right;
padding: 0;
margin: 0;
font-size: 75%;
color: #333;
}
.list-format a.post-edit-link {
padding-top: 1em;
}
a.moreLink:hover, a.more-link:hover, a.post-edit-link:hover, .postPagination a:hover {
color: #f20707;
}
/* COLORS*/
.blue {
color: #3399CC;
}
.magenta {
color: #f20707;
}
::selection {
background: #FFEFF9;
color: #000; /* Safari and Opera */
}
::-moz-selection {
background:#FFEFF9;
color:#000; /* Firefox */
}
h1 {
font-size: 200%;
line-height: 1;
text-shadow: #ccc 1px 1px 4px;
}
h2 {
font-size: 130%;
line-height: 1;
text-shadow: #ccc 1px 1px 4px;
}
h3 {
font-size: 100%;
line-height: 1;
text-shadow: #ccc 1px 1px 4px;
}
h4 {
font-size: 80%;
line-height: 1;
text-shadow: #ccc 1px 1px 4px;
}
h1#pageTitle {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding-right: 80px;
padding-top:37px;
text-align: left;
font-size: 110%;
text-transform: uppercase;
clear:right;
}
h1.pageTitle {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding-left: 80px;
padding-top:37px;
text-align: right;
font-size: 80%;
text-transform: uppercase;
clear:both;
margin-top: 50px;
}
.smMargins h1.pageTitle {
padding-top:37px;
margin-top: 5px;
}
.singleHeader h1#pageTitle,
.singleHeader h1.pageTitle,
.singleHeader .smMargins h1.pageTitle {
padding-top:0px;
margin-top: 0px;
}
.singleHeaderPage {
padding-top:62px;
}
.pageTitle.pageTitleNone {
padding-top:0 !important;
}
@font-face {
font-family: 'VNIUS';
src: url('/theme/font/VUSALN.TTF');
font-family: 'VNIAvo';
src: url('/theme/font/VAVON.TTF');
}
p.addFont {
font-family: 'VNIUS';
}
h2.pageTitle2 {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding-right: 0px;
padding-top:50px;
text-align: right;
font-size: 90%;
text-transform: uppercase;
padding-bottom:0;
margin-bottom:1em;
}
#itemDesc, .itemDesc{
font-size: 100%;
padding: 15px 0 2px 0;
color: #f20707;
text-shadow: #EEE 1px 1px 4px;
border-bottom: 1px dotted #DDD;
max-width:950px;
}
.itemDesc.noBorder {
border-bottom: none !important;
}
body.home .itemDesc {
font-size: 180%;
padding: 10px 4px 10px 4px;
color: #999;
text-shadow: #ccc 1px 1px 4px;
margin-bottom: 35px;
}
header#top {
background: #FFF;
width: 100%;
overflow: hidden;
text-transform: uppercase;
border-bottom:none;
height:100px;
}
#bLogo1 {
display: block;
background: url('/theme/images/CiAR_index.png') no-repeat top left;
height: 55px;
width: 160px;
overflow: hidden;
margin: 20px 0 50px 5px;
text-indent: -9999px;
text-align: center;
}
#bLogo1:hover {
display: block;
background: url('/theme/images/CiAR_index.png') no-repeat bottom left;
height: 55px;
width: 160px;
overflow: hidden;
margin: 20px 0 50px 5px;
text-indent: -9999px;
text-align: center;
}
#tagLink {
float: right;
padding: 7px 15px;
text-shadow: #ccc 1px 1px 4px;
}
.socialLink1 {
float: right;
padding: 0px 14px 0 0;
}
.socialLink1 a{
float: right;
padding: 0px 0px 0 0;
}
.socialLink1 a img{
float: left;
-moz-border-radius: 0px;
border-radius: 0px;
}
.socialLink2 {
float: right;
padding: 0px 1px 0 0;
}
.socialLink2 a{
float: right;
padding: 0px 0px 0 0;
}
.socialLink2 a img{
float: left;
-moz-border-radius: 0px;
border-radius: 0px;
}
.Facebook {
float: right;
margin: -4px 4px 0 0px;
}
.Facebook a{
float: right;
padding: 0px 0px 0 0;
}
.Facebook a img{
float: left;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* Forms */
input[type=email], input[type=text], input[type=password], textarea {
background: #EEE;
border: 1px solid #EEE;
color: #888;
}
input[type=email]:focus, input[type=text]:focus, textarea:focus {
color: #373737;
}
textarea {
padding-left: 3px;
width: 98%;
}
input[type=text] {
padding: 3px;
}
input#s {
background: url(/theme/images/search.png) no-repeat top right;
-moz-border-radius: 0px;
border-radius: 0px;
font-size: 10px;
height: 25px;
line-height: 0em;
padding: 0px 0px 0px 0px;
clear: both;
}
input#searchsubmit {
clear: both;
display: none;
}
/* Search Form */
#searchform_form {
float: right;
margin: -3px 0px 0 0px;
}
#searchform {
text-align: right;
padding-top: 20px;
}
#s {
float: right;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
width: 25px;
border: 0px solid #EEE !important;
color: #fff;
}
#s:hover{
background: url(/theme/images/s-3.png) no-repeat top right;
-moz-border-radius: 0px;
border-radius: 0px;
font-size: 10px;
height: 25px;
line-height: 0em;
padding: 0px 0px 0px 0px;
clear: both;
}
#s:focus {
background-color: #000000;
width: 196px;
}
#searchsubmit {
display: none;
}
sup {
font-size: 45% !important;
vertical-align: top;
}
/* TAGS + TAG FEED */
/* ----------------------------------------- ////////////////////////////////////////////////////////////////////////////////////////////////*/
#tagFeed {
text-align: right;
padding-bottom: 50px;
}
#tagFeed a {
text-transform: uppercase;
background: #EEE;
color: #555;
vertical-align: bottom;
height: 1em;
margin: 3px 0 0 0;
padding: .14em .4em .1em .4em;
overflow: hidden;
display: inline-block;
-moz-border-radius: 2px;
border-radius: 2px;
}
#tagFeed a:hover {
background: #3399CC;
color: #FFF;
}
#tagFeed h2, h2.sectionTitle{
border-bottom: 1px dotted #f20707;
color: #f20707;
font-size: 80%;
padding-top: 50px;
}
.sectionTitle {
margin:0 0 20px 0 !important;
padding: 50px 0 0 0 !important;
}
footer #tagFeed {
border-top: 1px dotted #DDD;
text-align: left;
margin-top: 5px;
padding-top: 5px;
}
footer #tagFeed a {
background: #3399CC;
color: #FFF;
}
footer #tagFeed a:hover {
background: #EEE;
color: #555;
}
footer #tagFeed h2 {
padding-top:15px;
margin-bottom:2px;
}
/* FOOTER */
/* ----------------------------------------- ////////////////////////////////////////////////////////////////////////////////////////////////*/
#bottom {
padding: 10px 28px 3px 10px;
margin: 0;
font-size: 100%;
text-transform: uppercase;
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: auto;
height: auto;
background: #FFF;
text-align:left;
z-index:500;
}
#socialLink {
overflow:hidden;
text-decoration: none;
background-position: bottom left no-repeat;
-webkit-transition-property: none;
-moz-transition-property: none;
padding: 0;
margin: 0 0 0 -110px;
float:right;
display:block;
width:auto;
}
#socialLink:hover {
}
#socialLink a{
float: left;
padding: 0px 1px 0 0;
}
#socialLink a img{
float: left;
-moz-border-radius: 2px;
border-radius: 2px;
}
#homeLink{
padding: 0;
margin: 15px 0px 0 0px;
float:right;
display:block;
width:auto;
font-size:x-small;
}
/* 67a2 credit */
#roll67a2 {
overflow:hidden;
display:inline-block;
float:right;
padding:0px 0 0 0;
width: 50px;
height: 25px;
text-decoration: none;
background: url("/theme/images/ldvsolutions.png") bottom left no-repeat;
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
margin:-9px 0px 0px 15px;
}
#roll67a2:hover {
display:inline-block;
background-position: top left;
}
.displace {
position: absolute;
left: -5000px;
}
/* end 67a2 */
body.page-parent #contact-text .nextLink {
font-size:100%;
}
body.page-parent #contact-text .nextLink a {
padding:3px 18px 0px 7px;
}
.nextLink {
font-size:85%;
color: #999;
text-align:right;
padding:0px 0px 0px 0px;
text-shadow: #ccc 1px 1px 4px;
display:block;
}
.archLink {
position:relative;
}
.archLink .nextLink {
position:absolute;
bottom:2px;
right:0;
}
.nextLink a {
text-align:right;
padding:3px 18px 0px 7px;
text-transform:uppercase;
margin: 0 0 0 0 !important;
display:inline-block;
width:auto;
height:auto;
position: relative;
z-index: 999;
color: #f20707;
background-image: url(/theme/images/arrow-bk.gif);
background-repeat: no-repeat;
background-position: right center;
background-color: #FFF
}
.nextLink a:hover {
color: #3399CC;
}
#bottom a#scrollLink{
text-align:right;
padding:10px 25px 8px 25px;
display:block;
width:109px;
height:auto;
color: #f20707;
float:left;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 2px 0px #AAA;
-webkit-box-shadow: 1px 1px 2px 0px #AAA;
box-shadow: 1px 1px 2px 0px #AAA;
background-image: url(/theme/images/plus-bk.gif);
background-repeat: no-repeat;
background-position: 140px 50%;
background-color: #f5f5f5;
}
#bottom a#scrollLink:hover {
background-color: #DDD;
color: #333;
}
/* STUDIO */
.inner.studio-inner{
max-width:100%;
}
.inner.studio-inner p{
max-width:950px;
}
.img100 {
width:70%;
height:auto;
float:right;
padding:0 0 20px 20px;
margin-right:0%;
}
.img100 img {
width:100%;
height:auto;
}
.staff-box {
width:800px;
}
.staff-box .inner, .staff-box header {
width:55% !important;
margin-left:42% !important;
margin-top:0 !important;
}
.staff-box .inner {
margin-bottom:30px !important;
}
.staff-box h1.pageTitle {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding-right: 80px;
padding-left: 0px;
padding-top:37px;
text-align: left;
font-size: 150%;
text-transform: uppercase;
clear:right;
margin-bottom:20px;
}
.staff-box-thumb{
width:37%;
float:left;
padding:2% 0 2% 2%;
}
.staff-box-thumb img {
width:100%;
height:auto;
float:left;
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
h1.pageTitle span.jobTitle {
color: #AAA;
display: inline-block;
font-size: 66.66%;
text-shadow: none;
}
.staff-box header blockquote {
margin-top:10px;
padding-top:15px;
}
blockquote span.quoteCredit {
font-size: 55.59%;
display:block;
text-align:right;
color: #AAA;
}
/* MAIN MENU */ /* ----------------------------------------- ////////////////////////////////////////////////////////////////////////////////////////////////*/
nav#topNav {
padding-right:10px;
width:170px;
line-height:1em !important;
background: #FFF;
overflow: hidden;
float: left;
text-transform: uppercase;
border-bottom:none;
margin-top:50px;
}
#top h1 {
padding-right:0px;
width:170px;
background: #FFF;
overflow: hidden;
float: left;
display:block;
}
#second_nav {
padding-top: 22px;
}
#first_nav a {
padding: .9em 0 .75em 0;
text-shadow: #ccc 1px 1px 4px;
}
#second_nav a, #first_nav ul.sub-menu a {
padding: .6em 0 .45em 0 !important;
text-shadow: #ccc 1px 1px 4px;
}
#first_nav ul.sub-menu a {
color: #999;
}
.navMenu ul.sub-menu span {
margin-left: 30px;
}
.navMenu ul.sub-menu ul.sub-menu span {
margin-left: 40px;
}
.navMenuul.sub-menu ul.sub-menu ul.sub-menu span {
margin-left: 50px;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu span {
margin-left: 60px;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu span {
margin-left: 70px;
}
.navMenu ul.menu ul, .navMenu ul.menu li {
border-top: #EEE dotted 1px;
}
.navMenu ul.menu ul.sub-menu {
border-top: none;
}
.navMenu ul.menu {
border-bottom: #EEE dotted 1px;
}
nav ul.menu li .active {
color:#f20707 !important;
}
/*
Add styles for all links in the 'accordion':
.accordion a {...}
*/
.navMenu a.trigger {
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
display: block;
background-image: url(/theme/images/plus.gif);
background-repeat: no-repeat;
background-position: 5px 50%;
}
.navMenu a.trigger.open {
background-image: url(/theme/images/minus.gif)
}
.navMenu ul.sub-menu a.trigger {
background-position: 15px 50%;
}
.navMenu ul.sub-menu ul.sub-menu a.trigger {
background-position: 25px 50%;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu a.trigger {
background-position: 35px 50%;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a.trigger {
background-position: 45px 50%;
}
.navMenu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menua.trigger {
background-position: 50px 50%;
}
.navMenu a span {
display: block;
margin-left: 20px;
}
#first_nav a {
display: block;
color: #333;
font-size: 110%;
width: 100%;
}
#first_nav a:hover {
color: #f20707 !important;
}
#second_nav a {
display: block;
color: #3399CC;
font-size: 80%;
width: 100%;
}
#second_nav a:hover {
color: #f20707 !important;
}
.navMenu ul.sub-menu a {
font-size: 80% !important;
}
/* PROJECT TYPE ////////////////////////////////////////////////////////////////////////////////////////////////*/
.project_feed {
position: relative;
/*max-width:1300px;*/
}
/* THUMBS */
.project_thumb_feed {
padding-top: 20px;
/* width: 600px !important;*/
/* new */
/*loat:right;*/
}
.thumb-lg {
width: 150px;
height: 150px;
float: left;
}
.thumb-sm {
width: 100px;
height: 100px;
float: left;
}
.thumb-lg div, .thumb-sm div {
/*float: left;*/
float: right;
height: auto;
width: auto;
background:#e9e9e9;
}
.thumb-lg div img, .thumb-sm div img {
float: left;
}
body.collaboration-page .research_feed {
float: right;
width: 54.25%;
}
#img404 {
width:100%;
height:auto;
padding-top:20px;
}
.architecture_feed {
display: block;
height: auto;
/*margin: 0 0 0 600px;
text-align: right;*/
/*margin: 0 600px 0 0;*/
text-align: left;
padding-bottom: 20px;
padding-top: 20px;
}
body.collaboration-page .architecture_feed {
margin-left: 0px;
width: 41.75%;
float: none;
padding-top: 0;
}
.projTitle {
font-size: 90%;
text-transform: uppercase;
line-height: 1em;
padding-right: 10px;
text-shadow: #ccc 1px 1px 4px;
position:relative;
}
.projThumb {
cursor:pointer;
}
.projTitle .projThumb{
position:absolute;
z-index:200;
top:-159px;
left:-191px;
display:none;
}
.projThumb img{
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
.projTitle.projFeatured {
font-size: 120%;
}
.projTitle .proj-loc {
color: #AAA;
display: inline-block;
font-size: 60%;
text-shadow: none;
}
.architecture_feed li a {
padding: 5px 0 0 0;
width: 100%;
height: 100%;
display: block;
color:#333;
border-bottom: 1px dotted #EEE;
-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
}
.architecture_feed li:first-child a {
border-top: 1px dotted #EEE;
}
.architecture_feed li a:hover {
color:#f20707;
background: #F5F5F5;
}
.architecture_feed li.active a{
color:#f20707;
background: #F5F5F5;
}
.architecture_feed li.inactive a, .architecture_feed li.inactive.active a{
color:#AAA !important;
}
/* ARCHITECTURE + GALLERY ////////////////////////////////////////////////////////////////////////////////////////////////*/
article.architecture header,
body.gallery-post article header {
margin-top: -113px;
position: relative;
padding-bottom:12px;
}
article.architecture h1,
body.gallery-post article h1 {
text-transform: uppercase;
}
article.architecture h2,
body.gallery-post article h2 {
text-transform: uppercase;
font-size: 110%;
color: #f20707;
margin-bottom:3px;
}
article.architecture .inner,
body.gallery-post article .inner{
padding-top: 0px;
}
article.architecture footer span,
body.gallery-post article footer span {
text-transform:uppercase;
color: #f20707;
}
#galleria {
}
.postGalleria {
position: absolute;
height: auto!important;
top: 0px;
bottom: 20px;
width: auto!important;
right: 0px;
left: 0px;
}
.archive .postGalleria {
position: static;
width: 615px!important;
height: 335px!important;
font-family: inherit;
overflow: hidden;
}
.galleria_wrapper {
width: auto;
height: auto;
position: relative;
}
.galleria-info-text, .galleria-info-title, galleria-info-description {
font-family: inherit;
}
#belowFold {
*padding-top: 40px;
}
.home #belowFold {
padding-top: 0px;
}
/* RESEARCH - BLOG ARCHIVE ////////////////////////////////////////////////////////////////////////////////////////////////*/
header .featImg {
padding-top:0px;
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
#filters {
text-align: left;
padding: 0 0 5px 0;
color:#333;
font-size:75%;
}
#filters a {
text-transform: uppercase;
background: #3399CC;
color: #FFF;
vertical-align: bottom;
height: 1em;
margin: 3px 0 0 0;
padding: .14em .4em .1em .4em;
overflow: hidden;
display: inline-block;
-moz-border-radius: 2px;
border-radius: 2px;
font-size:125%;
}
#filters a:hover, #filters a.selectFilter {
background: #EEE;
color: #555;
}
/*#filters a sup {
font-size: 67% !important;
vertical-align: top;
}*/
.typeCount {
color: #999;
}
.singleHeader {
padding-top:20px;
}
#pageHeader, .pageHeader {
position: relative;
}
/* view Style */
#viewStyle {
position: static;
margin-top:-30px;
}
#viewStyle li {
float: left;
margin-right: 3px;
padding:4px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#viewStyle li img {
float: left;
}
/* end view Style */
.typeTitle {
display: inline-block;
}
#iso-grid {
margin-top:40px;
}
article.post-archive {
width: 280px;
border: 1px dotted #DDD;
box-shadow:3px 3px 3px 0 #EEE;
-moz-box-shadow: 3px 3px 3px 0 #EEE;
-webkit-box-shadow: 3px 3px 3px 0 #EEE;
margin: 0 45px 45px 0;
padding: 4px;
color: #999;
background: #FFF;
}
article.post-archive.parent-small-grid {
width: 280px !important;
}
article.post-archive.parent-small-grid h2,
article.post-archive.parent-small-grid h2 {
font-size: 100%;
}
.listView #iso-grid article.post-archive, .listView #iso-grid article.post-archive.post-inactive, .listView #iso-grid article.post-archive.parent-small-grid {
width: 61.5% !important;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 0px 0px 0;
clear:both;
max-width:950px;
}
.listView #iso-grid article.post-archive header h2 {
font-size:100%;
padding-bottom:0px;
margin-top: 0px;
}
.listView #iso-grid .inner-grid, .listView #iso-grid .featImg, .listView #iso-grid footer{
display: none;
}
img.content-icon {
float: right;
height:35px !important;
width: auto !important;
padding: 0 0 4px 4px;
}
.listView #iso-grid img.content-icon {
float: right;
margin-top:0px !important;
height: 25px !important;
width: auto !important;
padding: 0 10px 4px 4px;
}
.listRight {
width:auto !important;
display:inline-block;
}
.listView #iso-grid .listRight {
}
article.post-archive {
cursor:pointer;
}
article.post-archive:hover {
background: #e9e9e9;
}
article.post-archive .featImg {
opacity: 1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
article.post-archive:hover .featImg {
opacity: .7;
filter:alpha(opacity=7); /* For IE8 and earlier */
}
article.post-archive.post-inactive {
cursor:default;
border: 1px dotted #EEE;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
article.post-archive.post-inactive:hover {
background: #FFF;
}
article.post-video, article.post-gallery, article.post-architecture {
width: 615px;
}
article.post-architecture.post-inactive {
width: 280px;
}
article.post-architecture.post-inactive header {
color: #AAA !important;
}
article.post-archive header {
text-transform: uppercase;
padding:5px 0;
color: #f20707;
border-bottom: 1px dotted #333;
}
.home .grid_3 article.post-archive header {
border-bottom: none;
}
article.post-archive time, article.post-archive span {
color: #999;
font-size: 75%;
}
article.post-archive header a {
color: #f20707;
}
article.post-archive header a:hover {
color: #3399CC;
}
article.post-archive header h2 {
margin-top: 4px;
font-size: 150%;
}
article.post-archive header h2 a {
color: #333;
}
article.post-archive header h2 a:hover {
color: #f20707;
}
article.post-archive footer {
text-transform: uppercase;
margin-top: 0px;
}
article.post-archive img {
width: 100%;
height: auto;
}
article.post-archive .wp-caption.thumbnail {
width: 48% !important;
height: auto;
}
.archive.post-archive article img.size-thumbnail {
width: 48% !important;
height: auto;
}
article.post-archive .wp-caption.thumbnail img.size-thumbnail {
width: 100% !important;
height: auto;
}
.rightSide, #rightSide {
text-align: right;
}
.collaboration-page h1.acc-head .abbr {
display: block;
font-size: 120%;
color: #333;
}
.collaboration-page h1.acc-head {
margin-top: 60px;
margin-bottom: 0px;
padding-left:3px;
text-transform: uppercase;
border-bottom: 1px dotted #3399CC;
border-left: 1px dotted #3399CC;
color: #999;
background: #F5F5F5;
box-shadow:3px 3px 3px 0 #EEE;
-moz-box-shadow: 3px 3px 3px 0 #EEE;
-webkit-box-shadow: 3px 3px 3px 0 #EEE;
}
.collaboration-page h1.acc-head span {
padding-top: 5px;
}
.collaboration-page h1.acc-head:hover {
background: #e9e9e9;
}
a.collabLink {
position:relative;
background: #F5F5F5;
width:100%;
height:auto;
float:right
}
.collabLink span {
position:absolute;
background: #F5F5F5;
right:0;
top:20px;
}
.collabLink:first-child span {
top:0;
}
/* single post */
body.single-post header {
text-transform: uppercase;
margin-bottom: 30px;
padding-bottom:12px;
border-bottom: 1px dotted #333;
}
body.gallery-post header {
margin-bottom: 0px;
padding-bottom:0px;
}
body.page .single-post header {
border-bottom: none;
}
.single-post header time {
text-transform: uppercase;
display: inline-block;
color: #999;
font-size:75%;
}
.single-post .featImg, .featImg.taxImg {
width: 100%;
position: relative;
background: #EEE;
float: left;
padding: 0;
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
.featImg.taxImg {
margin-bottom: 20px;
}
.single-post .featImg img, .featImg.taxImg img {
float: left;
}
.featImg div {
margin-bottom:5px !important;
}
.single-post .featImg div {
margin-bottom:0 !important;
}
.single-post h2.typeTitle {
background: #FFF;
padding: 0px 5px 0px 0!important;
text-transform: uppercase;
color: #f20707;
margin: 0 0 3px 0;
font-size: 110%;
display:block;
}
.single-post header h1 {
text-transform: uppercase;
position:relative;
}
body.single-post header h1 img.content-icon {
position:absolute;
right:0 !important;
bottom:2px !important;
}
.inner {
font-size: 125%;
color: #757979;
max-width: 950px;
}
body.page .inner {
margin-top:20px;
}
h2 span.proj-loc {
text-transform: uppercase;
font-size: 66.66%;
color: #f20707;
}
article.list-format {
width: 75% !important;
margin: 0 0 20px 0 !important;
float: none;
height: auto;
}
.offset{
width:auto;
margin: 0 0 0 100px;
}
.post-featured .offset{
margin: 0 0 0 150px;
}
.acc-panel {
display: block;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
}
body.collaboration-page article.list-format {
width: 100% !important;
}
article.list-format footer {
clear: both;
}
article.list-format .projThumb {
padding-top: 0px;
float:left;
}
/* THUMBS */
article.list-format .thumb-lg {
width: 130px;
height: 130px;
padding:0 20px 20px 0
}
article.list-format .thumb-sm {
width: 80px;
height: 80px;
padding:0 20px 20px 0
}
article.list-format .thumb-lg img, article.list-format .thumb-sm img {
float: left;
}
article.list-format.type-architecture {
background: #F5F5F5;
}
article.list-format.type-architecture:hover {
background-color: #e9e9e9 !important;
}
/* HOMEPAGE */
body.home #featureGallery header {
border-bottom: 1px dotted #333;
padding-bottom:12px;
text-transform: uppercase;
max-height: 37px;
}
body.home #featureGallery header h1 {
text-transform: uppercase;
display:block;
}
body.home #featureGallery header h1 a {
color:#333;
display:block;
}
body.home #featureGallery header h1 a:hover {
color:#f20707;
}
body.home #featureGallery header h2 {
text-transform: uppercase;
font-size: 110%;
color: #f20707;
margin-bottom:5px;
display:inline-block;
}
body.home #featureGallery header time {
color: #999;
font-size: 75%;
display:inline-block;
text-shadow: #ccc 1px 1px 4px;
}
body.home #featureGallery .nextLink {
text-align:right;
padding:3px 18px 0px 0px;
text-transform:uppercase;
margin: 7px 0 0 0 !important;
display:inline-block;
width:auto;
height:auto;
font-size:42.5%;
color: #f20707;
background-image: url(/theme/images/arrow-bk.gif);
background-repeat: no-repeat;
background-position: right center;
background-color: #FFF;
float:right !important;
}
.home article.post-archive header {
font-size:90% !important;
}
article.post-archive header.post-arch {
border-bottom: none !important;
}
.listView #iso-grid article.post-archive header.post-arch {
border-bottom: 1px dotted #333 !important;
}
.listView #iso-grid article.post-archive.post-inactive header.post-arch {
border-bottom: 1px dotted #EEE !important;
}
.home article.post-archive {
width:auto;
margin: 0 0 6% 0;
}
/* BLOG COMMENTS /////////////////////////////////////////////////////////////////////////////////////////////////// */
#comments {
margin-top:10px;
width: 100%;
position:relative;
}
#comments header h3 {
border-bottom: 1px dotted #f20707;
color: #f20707;
padding:40px 80px 0 0;
margin:0 0 40px 0;
text-align: left;
font-size: 110%;
text-transform: uppercase;
}
#comments header {
border-bottom:none;
padding-bottom:0;
}
#comments article {
padding:0px 0 0 0 !important;
margin:15px 0 0px 52px !important;
max-width: 890px;
clear:both;
border-top: 1px dotted #DDD;
}
#comments article article {
margin:15px 0 0px 40px !important;
}
#comments article img.avatar {
margin-left:-52px !important;
}
#respond {
margin-top:40px;
color:#777;
max-width: 950px;
}
#reply-title {
padding:0 0 20px 0;
}
#comments .comment header, #comments .comment footer {
margin:0;
padding:15px 0 5px 0;
width:100%;
float:none;
position:static;
}
#comments .comment footer {
padding:5px 0 15px 0;
}
#comments .comment .inner {
margin-top:5px;
}
.comment .posted_on {
font-size:12px;
color:#999;
}
.comment p {
color:#999;
padding:.8em 0 0 0;
}
#comments article.comment p:first-child {
padding-top:15px !important;
}
#comments .posted_on a {
font-size:12px;
}
span.sep_me {
display:inline-block;
border-right:1px dotted #333;
height:auto;
width:1px;
margin:0 5px;
}
#comments img.avatar {
margin-right:10px;
}
/* FORMS */
#respond #commentform {
width:auto;
padding:0 20px 100px 0;
}
#respond input, #respond textarea {
border: 1px solid #EEE !important;
background-color: #EEE;
color: #222;
border:none;
padding:5px 9px;
font-size:13px;
outline: none;
width:100%;
display:block;
margin:2px 0px 5px 0;
-webkit-transition-duration: 400ms;
-webkit-transition-property: background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: background;
-o-transition-timing-function: ease;
}
#respond textarea {
overflow: auto;
}
#respond input:focus, #respond textarea:focus {
background-color: #f9f9f9;
}
#respond input#submit {
background:#f20707;
border:none !important;
color:#FFF;
width:auto;
margin:1px 0px 10px 0;
-moz-border-radius: 2px;
border-radius: 2px;
cursor:pointer;
-moz-box-shadow: 1px 1px 2px 0px #AAA;
-webkit-box-shadow: 1px 1px 2px 0px #AAA;
box-shadow: 1px 1px 2px 0px #AAA;
}
#respond input#submit:hover {
background:#3399CC;
}
a.comment-edit-link{
margin: 0px 0 0px 10px;
display: inline-block;
}
a.comment-reply-link{
font-size:80%;
text-transform: uppercase;
background: #3399CC;
color: #FFF;
vertical-align: bottom;
height: 1em;
margin: 0px 0 3px 5px;
padding: .24em .4em .2em .4em;
overflow: hidden;
display: inline-block;
-moz-border-radius: 2px;
border-radius: 2px;
}
a.comment-reply-link {
float:right;
margin: 0px 0 5px 0;
}
a.comment-reply-link:hover{
background: #EEE;
color: #555;
}
/* LIGHT VIEW OVERIDE */
.lv_thumbnail_image {
background-color: #DDD !important;
}
.lv_content a {
color: #3399CC !important;
text-decoration: none !important;
}
.lv_content a:hover {
color: #f20707 !important;
text-decoration: none !important;
}
.lv_title_caption a {
color: #3399CC !important;
text-decoration: none !important;
}
.lv_title_caption a:hover {
color: #f20707 !important;
text-decoration: none !important;
}
.a2gallery {
-moz-box-shadow: 2px 2px 4px 0px #AAA;
-webkit-box-shadow: 2px 2px 4px 0px #AAA;
box-shadow: 2px 2px 4px 0px #AAA;
}
#iso-grid .a2gallery {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* MAP */
#map_wrap {
position:absolute;
height:600px;
padding:0;
margin-top:120px;
margin-bottom:15px;
}
#map_canvas {
position:absolute;
width:50%;
height:61%;
z-index:0;
margin:0;
padding:0;
}
a#menuButton {
width:130px;
height:14px;
background:#333;
cursor:pointer;
margin: 15px 20px 25px 15px;
-moz-border-radius: 2px;
border-radius: 2px;
padding:4px;
display:none;
color:#333;
position:relative;
}
a#menuButton span{
display:block;
padding-top:2px;
}
a#menuButton.closedmenu {
background:#EEE;
box-shadow: inset 0px 0px 2px #DDD;
-moz-box-shadow: inset 0px 0px 2px #DDD;
-webkit-box-shadow: inset 0px 0px 2px #DDD;
border: 1px solid #DDD;
}
a#menuButton.openmenu {
background:#CCC;
box-shadow: inset 0px 0px 2px #999;
-moz-box-shadow: inset 0px 0px 2px #999;
-webkit-box-shadow: inset 0px 0px 2px #999;
border: 1px solid #AAA;
}
a#menuButton.closedmenu:hover {
background:#CCC;
box-shadow: inset 0px 0px 2px #999;
-moz-box-shadow: inset 0px 0px 2px #999;
-webkit-box-shadow: inset 0px 0px 2px #999;
border: 1px solid #AAA;
}
a#menuButton.openmenu:hover {
background:#EEE;
box-shadow: inset 0px 0px 2px #DDD;
-moz-box-shadow: inset 0px 0px 2px #DDD;
-webkit-box-shadow: inset 0px 0px 2px #DDD;
border: 1px solid #DDD;
}
a#menuButton img {
float: left;
margin-right:7px;
}
/* Mobile */
body {
-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 900px) {
body {
-webkit-text-size-adjust: none;
}
body {
font:11px/1.2 DINWeb,Arial,Helvetica,sans-serif;
-webkit-text-size-adjust: none;
}
.project_ajax {
width: 100% !important;
}
.listView #iso-grid article.post-archive, .listView #iso-grid article.post-archive.post-inactive, .listView #iso-grid article.post-archive.parent-small-grid {
width: 97% !important;
max-width: 97% !important;
}
article.post-archive, article.post-archive.parent-small-grid, article.post-architecture.post-inactive {
width: 97% !important;
}
}
@media handheld, only screen and (max-width: 767px) {
body {
font:10px/1.2 DINWeb,Arial,Helvetica,sans-serif;
-webkit-text-size-adjust: none;
}
.socialLink {
float: right;
padding: 0px 0px 0 0;
margin-top:8px;
}
a#menuButton {
display:block;
}
nav#topNav {
display:none;
margin-top:0;
margin-bottom:30px;
}
.royalSlider.a2gallery.fullGallery.rsDefault{
position:static !important;
left: 0;
top: 0;
right: 0;
bottom: 0; /* height of thumbs (if not required set to 0) */
height: 400px;
width: 100% !important;
margin-top:40px;
clear:both;
}
.royalSlider.a2gallery.fullGallery.rsDefault.rsFullscreen{
position:fixed !important;
height: 100% !important;
}
.royalSlider.a2gallery.fullGallery.rsDefault.rsFullscreen .rsNav.rsThumbs.rsThumbsHor {
display:none !important;
height:0 !important;
}
body,
nav#topNav,
#body_wrapper,
header#top,
.container_16,
.container_12,
.container_4 {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.featImg {
margin:20px 0 0 0 !important;
padding:0 !important;
}
.featImg img {
width:100% !important;
height:auto !important;
}
#body_wrapper {
clear:both;
padding-left:15px;
padding-right:15px;
padding-top:0px;
margin-bottom: 0px;
padding-bottom: 40px;
}
#scrollLink {
display:none !important;
}
.thumb-lg div, .thumb-sm div {
float:left;
}
.projTitle {
padding-right:0;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
width: auto !important;
float: none !important;
}
#iso-grid.grid_16 {
width: 100% !important;
float: left !important;
}
#iso-grid.grid_16 article {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.grid_16.pageHeader{
width: 100% !important;
position: relative !important;
float: left !important;
}
.grid_16.itemDesc{
width: 100% !important;
position: relative !important;
float: left !important;
}
#contact-text h2.pageTitle2{
padding-top:0px;
}
#map_wrap {
clear:both;
position:absolute !important;
height:400px;
padding:0;
margin-top:5px;
margin-bottom:0;
}
#map_canvas {
position:absolute !important;
width:100%;
height:400px;
z-index:0;
margin:0;
padding:0;
}
body.home #belowFold {
margin-top: -30px !important;
clear:both;
}
body.home section#belowFold {
padding-top:0px !important;
margin-top:-90px !important;
clear:both;
float:left;
}
body.single article.architecture header,
body.gallery-post article header {
margin-top: 20px !important;
margin-left: 0px !important;
position: relative !important;
float:left !important;
width:100% !important;
}
.archLink {
position:relative;
}
.archLink .nextLink {
position:static;
padding:0 !important;
margin:0 !important;
margin-top:10px !important;
float:right;
}
footer#bottom.grid_16 {
position: static !important;
padding: 40px 0px 3px 0px !important;
float: right !important;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#infscr-loading {
width: 100% !important;
padding: 30px 0 30px 20px !important;
}
} | 0.18418 | 0.060752 |
.body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:100%;
margin: 0 auto;
text-align:left;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.header{
position: absolute;
height: 235px;
width: 100%;
margin: auto;
}
#navi_bar{
position: inherit;
border-width:0px;
left:0px;
top:0px;
width:100%;
height:35px;
background-color:rgba(25, 158, 216, 1);
}
.nav_link{
position: relative;
text-decoration-color: aliceblue;
text-align: right;
float: right;
font-family: 'AvenirNext-Regular', 'Avenir Next';
padding-left: 20px;
padding-right: 100px;
color:aliceblue;
padding-top:5px;
}
#link_myAccount{
text-decoration-line: none;
color: aliceblue;
}
#link_myAccount:hover{
color: bisque;
}
#link_myAccount:active{
color:#59538C;
}
#link_logout{
text-decoration-line: none;
}
#link_logout:hover{
color:bisque;
}
#link_logout:active{
color:aquamarine;
}
#search_bar{
position: absolute;
top: 35px;
left:0px;
width:100%;
height: 100px;
}
#logo_img{
position: inherit;
left:20px;
top:20px;
width:242px;
height:129px;
}
.search_form{
position: inherit;
top:15px;
left:400px;
height: 150px;
width: 1000px;
padding: 0pt;
margin: 0pt;
}
.search_labels{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-style:normal;
font-size:22px;
}
.search_label2{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-style:normal;
font-size: 15px;
position: relative;
}
.seeker_input{
width:300px;
height:22px;
font-size:13px;
font-family:'AvenirNext-Regular', 'Avenir Next';
font-style:normal;
color:#000000;
text-decoration:none;
top:30px;
left:-70px;
position: relative;
padding-left:10px;
}
button {
position:relative;
top:30px;
width:140px;
height:35px;
background-color:rgba(25, 158, 216, 1);
border-radius:5px;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFFFF;
}
.selections{
position: inherit;
width: 100px;
height: 20px;
font-family:'AvenirNext-Regular', 'Avenir Next';;
font-style:normal;
text-align: center;
margin-left:10px;
}
.selection_list{
text-decoration: none;
list-style-type: none;
float:left;
position: relative;
padding-left: 20px;
left:-77px;
}
#cotent_bg{
position: absolute;
top:230px;
left: 250px;
width: 700px;
background-color:rgba(25, 158, 216, 0.0980392156862745);
}
#search_result{
position: inherit;
width: auto;
padding-left: 5px;
}
#side_bar{
position: absolute;
top:230px;
left:22px;
width:200px;
padding-left: 5px;
padding-right: 5px;
}
ul{
list-style-type: none;
padding: 0px;
margin: 0px;
position:inherit;
}
#myAccount{
font-family:'AppleGothic';
font-weight:400;
font-style:normal;
font-size:22px;
color:#199ED8;
text-align: left;
padding-left: 40px;
}
.link_text{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-weight:400;
font-style:normal;
font-size:15px;
color:#333333;
text-align:left;
padding-left: 40px;
}
#appliedJob{
text-decoration-line: none;
color: black;
}
#appliedJob:hover {
color:#4799C2;
}
#appliedJob:active {
color:#59538C;
}
li{
padding: 5px;
color: black;
}
#showInvita{
text-decoration-line: none;
color: black;
}
#showInvita:hover {
color:#4799C2;
}
#showInvita:active {
color:#59538C;
}
#profile{
text-decoration-line: none;
color: black;
}
#profile:hover {
color:#4799C2;
}
#profile:active {
color:#59538C;
}
#buildResume{
text-decoration-line: none;
color: black;
}
#buildResume:hover {
color:#4799C2;
}
#buildResume:active {
color:#59538C;
}
.invitations{
position:inherit;
background-color:white;
width: 678px;
height:auto;
float: left;
padding: 2px;
margin: 10px;
}
#inviTitle{
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
margin: 0px;
padding: 0px;
}
.inviDetails{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-weight:400;
font-style:normal;
font-size:13px;
color:#333333;
padding: 0px;
margin: 2px;
float:left;
width: 300px;
}
.inviList{
padding: 0px;
margin: 0px;
height: auto;
}
#seeJobDetails{
text-decoration-line: none;
color: #4799C2;
}
#seeJobDetails:hover{
color: #46B9B9;
}
#seeJobDetails:active{
color: #59538C;
}
#sideBarRight{
position: fixed;
top:190px;
left:950px;
height: auto;
margin: 5px;
width: 200px;
border: 0.5pt;
border-color: dimgrey;
}
#recruiterName{
height: 0px;
}
.inviDetails_label{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-weight:400;
font-style:normal;
font-size:13px;
color:#333333;
margin: 2px;
padding-left: 20px;
height: 10px;
width: 200px;
position: relative;
top:10pt;
}
#thisJobTitle{
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-style:normal;
font-size: 30px;
padding-left:20px;
height: 40px;
} | web/css/seeker_invitation.css | .body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:100%;
margin: 0 auto;
text-align:left;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.header{
position: absolute;
height: 235px;
width: 100%;
margin: auto;
}
#navi_bar{
position: inherit;
border-width:0px;
left:0px;
top:0px;
width:100%;
height:35px;
background-color:rgba(25, 158, 216, 1);
}
.nav_link{
position: relative;
text-decoration-color: aliceblue;
text-align: right;
float: right;
font-family: 'AvenirNext-Regular', 'Avenir Next';
padding-left: 20px;
padding-right: 100px;
color:aliceblue;
padding-top:5px;
}
#link_myAccount{
text-decoration-line: none;
color: aliceblue;
}
#link_myAccount:hover{
color: bisque;
}
#link_myAccount:active{
color:#59538C;
}
#link_logout{
text-decoration-line: none;
}
#link_logout:hover{
color:bisque;
}
#link_logout:active{
color:aquamarine;
}
#search_bar{
position: absolute;
top: 35px;
left:0px;
width:100%;
height: 100px;
}
#logo_img{
position: inherit;
left:20px;
top:20px;
width:242px;
height:129px;
}
.search_form{
position: inherit;
top:15px;
left:400px;
height: 150px;
width: 1000px;
padding: 0pt;
margin: 0pt;
}
.search_labels{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-style:normal;
font-size:22px;
}
.search_label2{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-style:normal;
font-size: 15px;
position: relative;
}
.seeker_input{
width:300px;
height:22px;
font-size:13px;
font-family:'AvenirNext-Regular', 'Avenir Next';
font-style:normal;
color:#000000;
text-decoration:none;
top:30px;
left:-70px;
position: relative;
padding-left:10px;
}
button {
position:relative;
top:30px;
width:140px;
height:35px;
background-color:rgba(25, 158, 216, 1);
border-radius:5px;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFFFF;
}
.selections{
position: inherit;
width: 100px;
height: 20px;
font-family:'AvenirNext-Regular', 'Avenir Next';;
font-style:normal;
text-align: center;
margin-left:10px;
}
.selection_list{
text-decoration: none;
list-style-type: none;
float:left;
position: relative;
padding-left: 20px;
left:-77px;
}
#cotent_bg{
position: absolute;
top:230px;
left: 250px;
width: 700px;
background-color:rgba(25, 158, 216, 0.0980392156862745);
}
#search_result{
position: inherit;
width: auto;
padding-left: 5px;
}
#side_bar{
position: absolute;
top:230px;
left:22px;
width:200px;
padding-left: 5px;
padding-right: 5px;
}
ul{
list-style-type: none;
padding: 0px;
margin: 0px;
position:inherit;
}
#myAccount{
font-family:'AppleGothic';
font-weight:400;
font-style:normal;
font-size:22px;
color:#199ED8;
text-align: left;
padding-left: 40px;
}
.link_text{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-weight:400;
font-style:normal;
font-size:15px;
color:#333333;
text-align:left;
padding-left: 40px;
}
#appliedJob{
text-decoration-line: none;
color: black;
}
#appliedJob:hover {
color:#4799C2;
}
#appliedJob:active {
color:#59538C;
}
li{
padding: 5px;
color: black;
}
#showInvita{
text-decoration-line: none;
color: black;
}
#showInvita:hover {
color:#4799C2;
}
#showInvita:active {
color:#59538C;
}
#profile{
text-decoration-line: none;
color: black;
}
#profile:hover {
color:#4799C2;
}
#profile:active {
color:#59538C;
}
#buildResume{
text-decoration-line: none;
color: black;
}
#buildResume:hover {
color:#4799C2;
}
#buildResume:active {
color:#59538C;
}
.invitations{
position:inherit;
background-color:white;
width: 678px;
height:auto;
float: left;
padding: 2px;
margin: 10px;
}
#inviTitle{
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
margin: 0px;
padding: 0px;
}
.inviDetails{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-weight:400;
font-style:normal;
font-size:13px;
color:#333333;
padding: 0px;
margin: 2px;
float:left;
width: 300px;
}
.inviList{
padding: 0px;
margin: 0px;
height: auto;
}
#seeJobDetails{
text-decoration-line: none;
color: #4799C2;
}
#seeJobDetails:hover{
color: #46B9B9;
}
#seeJobDetails:active{
color: #59538C;
}
#sideBarRight{
position: fixed;
top:190px;
left:950px;
height: auto;
margin: 5px;
width: 200px;
border: 0.5pt;
border-color: dimgrey;
}
#recruiterName{
height: 0px;
}
.inviDetails_label{
font-family:'AvenirNext-Regular', 'Avenir Next';
font-weight:400;
font-style:normal;
font-size:13px;
color:#333333;
margin: 2px;
padding-left: 20px;
height: 10px;
width: 200px;
position: relative;
top:10pt;
}
#thisJobTitle{
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-style:normal;
font-size: 30px;
padding-left:20px;
height: 40px;
} | 0.44553 | 0.075041 |
body {
margin: 0px;
}
#frontImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#info {
position: absolute;
right: 20px;
bottom: 15px;
width: 13px;
height: 13px;
}
#back {
color: white;
font-size: 10pt;
display: none;
}
#backImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#apple-initValues {
display: none;
}
#done {
position: absolute;
right: 21px;
bottom: 21px;
margin-left: auto;
margin-top: auto;
}
#feedTitle {
position: absolute;
top: 17px;
left: 20px;
color: white;
font-family: HelveticaNeue-Bold;
font-size: 18pt;
width: auto;
height: auto;
}
#feed {
position: absolute;
left: 0px;
top: 22px;
width: 372px;
font-family: LucidaGrande-Bold;
font-size: 18pt;
color: white;
text-align: center;
cursor: pointer;
}
#feed-bottom {
position: absolute;
left: 65px;
top: 34px;
font-family: LucidaGrande;
font-size: 16pt;
color: white;
text-transform: uppercase;
text-shadow: rgb(0, 52, 129) 0pt 1pt 1pt;
}
#feedURL {
position: absolute;
top: 54px;
left: 23px;
bottom: 31px;
right: 49px;
}
#contentarea {
display: block;
position: absolute;
top: 54px;
left: 12px;
right: 12px;
bottom: 31px;
background-color: rgb(255, 255, 255);
width: auto;
height: auto;
}
#front {
display: block;
}
.group {
padding-top: 8px;
padding-left: 1px;
padding-bottom: 11px;
background-image: url(Images/Separator.tif);
line-height: 130%;
background-position: 50% 0%;
background-repeat: no-repeat no-repeat;
background-position-x: 50%;
background-position-y: 0%;
}
.grouptitle {
line-height: 180%;
color: rgb(255, 255, 255);
text-align: center;
font-family: Helvetica;
font-size: 13px;
}
#article-length {
position: absolute;
top: 85px;
font-family: HelveticaNeue;
right: 29px;
margin-left: auto;
width: 222px;
left: 29px;
margin-right: auto;
}
#slider {
position: absolute;
top: 109px;
left: 100px;
right: 95px;
height: 16px;
width: 83px;
margin-left: auto;
margin-right: auto;
}
#sliderMin {
position: absolute;
width: 16px;
height: 16px;
top: 111px;
left: 77px;
margin-left: auto;
margin-right: auto;
}
#sliderMax {
position: absolute;
width: 16px;
height: 16px;
top: 111px;
left: 186px;
margin-left: auto;
margin-right: auto;
}
#loading-text {
font-family: HelveticaNeue-Bold;
color: rgb(255, 255, 255);
font-size: 11px;
display: block;
position: absolute;
left: 20px;
top: 221px;
margin-right: auto;
margin-top: auto;
height: 13px;
bottom: 16px;
}
#topRectangleShape {
position: absolute;
height: 42px;
top: 12px;
display: block;
width: auto;
right: 12px;
margin-left: auto;
left: 12px;
margin-right: auto;
margin-bottom: auto;
bottom: auto;
}
#bottomRectangleShape {
position: absolute;
height: 19px;
top: 219px;
left: 12px;
display: block;
right: 12px;
margin-left: auto;
margin-right: auto;
width: auto;
margin-top: auto;
bottom: 12px;
}
.message-title {
color: black;
font-weight: bold;
font-style: normal;
font-variant: normal;
line-height: normal;
font-family: Helvetica, sans-serif;
font-size: 13px;
margin-bottom: 7px;
}
.message-body {
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
font-family: Helvetica, sans-serif;
color: rgb(51, 51, 51);
line-height: 130%;
margin-top: 2px;
}
#Desc {
position: absolute;
top: 41px;
left: 20px;
color: white;
font-family: HelveticaNeue-Bold;
font-size: 9px;
width: auto;
height: auto;
right: 93px;
bottom: 327px;
}
#Author {
position: absolute;
top: 336px;
font-family: Helvetica-Light;
width: 222px;
height: auto;
text-shadow: rgb(191, 191, 191) 0px 0px 7px;
word-spacing: 0px;
letter-spacing: 3px;
right: 56px;
margin-left: auto;
left: 2px;
margin-right: auto;
} | TheLocal.dcproj/project/widget.wdgt/main.css | body {
margin: 0px;
}
#frontImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#info {
position: absolute;
right: 20px;
bottom: 15px;
width: 13px;
height: 13px;
}
#back {
color: white;
font-size: 10pt;
display: none;
}
#backImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#apple-initValues {
display: none;
}
#done {
position: absolute;
right: 21px;
bottom: 21px;
margin-left: auto;
margin-top: auto;
}
#feedTitle {
position: absolute;
top: 17px;
left: 20px;
color: white;
font-family: HelveticaNeue-Bold;
font-size: 18pt;
width: auto;
height: auto;
}
#feed {
position: absolute;
left: 0px;
top: 22px;
width: 372px;
font-family: LucidaGrande-Bold;
font-size: 18pt;
color: white;
text-align: center;
cursor: pointer;
}
#feed-bottom {
position: absolute;
left: 65px;
top: 34px;
font-family: LucidaGrande;
font-size: 16pt;
color: white;
text-transform: uppercase;
text-shadow: rgb(0, 52, 129) 0pt 1pt 1pt;
}
#feedURL {
position: absolute;
top: 54px;
left: 23px;
bottom: 31px;
right: 49px;
}
#contentarea {
display: block;
position: absolute;
top: 54px;
left: 12px;
right: 12px;
bottom: 31px;
background-color: rgb(255, 255, 255);
width: auto;
height: auto;
}
#front {
display: block;
}
.group {
padding-top: 8px;
padding-left: 1px;
padding-bottom: 11px;
background-image: url(Images/Separator.tif);
line-height: 130%;
background-position: 50% 0%;
background-repeat: no-repeat no-repeat;
background-position-x: 50%;
background-position-y: 0%;
}
.grouptitle {
line-height: 180%;
color: rgb(255, 255, 255);
text-align: center;
font-family: Helvetica;
font-size: 13px;
}
#article-length {
position: absolute;
top: 85px;
font-family: HelveticaNeue;
right: 29px;
margin-left: auto;
width: 222px;
left: 29px;
margin-right: auto;
}
#slider {
position: absolute;
top: 109px;
left: 100px;
right: 95px;
height: 16px;
width: 83px;
margin-left: auto;
margin-right: auto;
}
#sliderMin {
position: absolute;
width: 16px;
height: 16px;
top: 111px;
left: 77px;
margin-left: auto;
margin-right: auto;
}
#sliderMax {
position: absolute;
width: 16px;
height: 16px;
top: 111px;
left: 186px;
margin-left: auto;
margin-right: auto;
}
#loading-text {
font-family: HelveticaNeue-Bold;
color: rgb(255, 255, 255);
font-size: 11px;
display: block;
position: absolute;
left: 20px;
top: 221px;
margin-right: auto;
margin-top: auto;
height: 13px;
bottom: 16px;
}
#topRectangleShape {
position: absolute;
height: 42px;
top: 12px;
display: block;
width: auto;
right: 12px;
margin-left: auto;
left: 12px;
margin-right: auto;
margin-bottom: auto;
bottom: auto;
}
#bottomRectangleShape {
position: absolute;
height: 19px;
top: 219px;
left: 12px;
display: block;
right: 12px;
margin-left: auto;
margin-right: auto;
width: auto;
margin-top: auto;
bottom: 12px;
}
.message-title {
color: black;
font-weight: bold;
font-style: normal;
font-variant: normal;
line-height: normal;
font-family: Helvetica, sans-serif;
font-size: 13px;
margin-bottom: 7px;
}
.message-body {
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
font-family: Helvetica, sans-serif;
color: rgb(51, 51, 51);
line-height: 130%;
margin-top: 2px;
}
#Desc {
position: absolute;
top: 41px;
left: 20px;
color: white;
font-family: HelveticaNeue-Bold;
font-size: 9px;
width: auto;
height: auto;
right: 93px;
bottom: 327px;
}
#Author {
position: absolute;
top: 336px;
font-family: Helvetica-Light;
width: 222px;
height: auto;
text-shadow: rgb(191, 191, 191) 0px 0px 7px;
word-spacing: 0px;
letter-spacing: 3px;
right: 56px;
margin-left: auto;
left: 2px;
margin-right: auto;
} | 0.491456 | 0.077973 |
html, body {
margin: 0;
padding: 0;
font-size: 20px;
overflow: hidden; }
::-webkit-scrollbar {
width: 0px;
/* Remove scrollbar space */
background: transparent;
/* Optional: just make scrollbar invisible */ }
body.playbook {
background-color: #F7F7F7; }
section#zazu {
background-color: #dfdfdf;
-webkit-app-region: drag;
cursor: move;
border-radius: 4px;
border: 1px solid #ccc; }
section#zazu .searchInputWrapper {
padding: 24px;
background-color: #eee;
border-radius: 4px 4px 0px 0px; }
section#zazu input {
outline: none;
font-size: 32px;
padding: 6px 10px;
border: 0;
background-color: white;
-webkit-app-region: no-drag;
cursor: auto;
width: calc(100% - 20px);
border-radius: 4px;
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 400; }
section#zazu iframe#preview {
border: 0; }
section#zazu div.results {
display: flex;
flex-direction: row; }
section#zazu div.results ul {
padding: 0;
margin: 0;
max-height: 333px;
overflow: hidden;
width: 50%;
border-top: 1px solid #ccc; }
section#zazu div.results ul:last-child {
width: 100%; }
section#zazu div.results ul + div {
width: 50%; }
section#zazu div.results ul li {
display: block;
height: 45px;
line-height: 45px;
border-bottom: 1px solid #ccc;
-webkit-app-region: no-drag;
cursor: pointer;
width: calc(100% - 40px);
padding: 2px 20px;
transition: box-shadow 0.3s;
transition: background-color 0.3s; }
section#zazu div.results ul li .icon {
text-align: center;
line-height: 30px;
height: 30px;
width: 30px;
margin: 7.5px;
float: left; }
section#zazu div.results ul li h2, section#zazu div.results ul li h3 {
margin: 0;
padding-left: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 400;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
section#zazu div.results ul li h2 {
font-size: 20px;
line-height: 25px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
section#zazu div.results ul li h2:last-child {
line-height: 45px; }
section#zazu div.results ul li h3 {
font-size: 13px;
line-height: 16px;
color: #666;
font-family: 'Consolas'; }
section#zazu div.results ul li.active {
background-color: white;
box-shadow: 0px 5px 10px 0px #CCC, 0px -5px 10px 0px #CCC; }
section#zazu div.results ul li:hover {
background-color: #eee; } | dist/main.css | html, body {
margin: 0;
padding: 0;
font-size: 20px;
overflow: hidden; }
::-webkit-scrollbar {
width: 0px;
/* Remove scrollbar space */
background: transparent;
/* Optional: just make scrollbar invisible */ }
body.playbook {
background-color: #F7F7F7; }
section#zazu {
background-color: #dfdfdf;
-webkit-app-region: drag;
cursor: move;
border-radius: 4px;
border: 1px solid #ccc; }
section#zazu .searchInputWrapper {
padding: 24px;
background-color: #eee;
border-radius: 4px 4px 0px 0px; }
section#zazu input {
outline: none;
font-size: 32px;
padding: 6px 10px;
border: 0;
background-color: white;
-webkit-app-region: no-drag;
cursor: auto;
width: calc(100% - 20px);
border-radius: 4px;
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 400; }
section#zazu iframe#preview {
border: 0; }
section#zazu div.results {
display: flex;
flex-direction: row; }
section#zazu div.results ul {
padding: 0;
margin: 0;
max-height: 333px;
overflow: hidden;
width: 50%;
border-top: 1px solid #ccc; }
section#zazu div.results ul:last-child {
width: 100%; }
section#zazu div.results ul + div {
width: 50%; }
section#zazu div.results ul li {
display: block;
height: 45px;
line-height: 45px;
border-bottom: 1px solid #ccc;
-webkit-app-region: no-drag;
cursor: pointer;
width: calc(100% - 40px);
padding: 2px 20px;
transition: box-shadow 0.3s;
transition: background-color 0.3s; }
section#zazu div.results ul li .icon {
text-align: center;
line-height: 30px;
height: 30px;
width: 30px;
margin: 7.5px;
float: left; }
section#zazu div.results ul li h2, section#zazu div.results ul li h3 {
margin: 0;
padding-left: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 400;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
section#zazu div.results ul li h2 {
font-size: 20px;
line-height: 25px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
section#zazu div.results ul li h2:last-child {
line-height: 45px; }
section#zazu div.results ul li h3 {
font-size: 13px;
line-height: 16px;
color: #666;
font-family: 'Consolas'; }
section#zazu div.results ul li.active {
background-color: white;
box-shadow: 0px 5px 10px 0px #CCC, 0px -5px 10px 0px #CCC; }
section#zazu div.results ul li:hover {
background-color: #eee; } | 0.467575 | 0.0524 |
.posMenuItemButton,.discountListButton,.addDropListButton,
.button1 {
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
background-color: #98C8C9; background-image: -webkit-gradient(linear, left top, left bottom, from(#98C8C9), to(#79A0A1));
background-image: -webkit-linear-gradient(top, #98C8C9, #79A0A1);
background-image: -moz-linear-gradient(top, #98C8C9, #79A0A1);
background-image: -ms-linear-gradient(top, #98C8C9, #79A0A1);
background-image: -o-linear-gradient(top, #98C8C9, #79A0A1);
background-image: linear-gradient(to bottom, #98C8C9, #79A0A1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#98C8C9, endColorstr=#79A0A1);
width:128px;height:53px;text-align:center;
}
.posMenuItemButton:hover,.discountListButton:hover,.discountListButtonActive,.addDropListButtonActive,
.button1:hover{
border:1px solid #7A7A7A;
background-color: #4e7979; background-image: -webkit-gradient(linear, left top, left bottom, from(#4e7979), to(#5f8788));
background-image: -webkit-linear-gradient(top, #4e7979, #5f8788);
background-image: -moz-linear-gradient(top, #4e7979, #5f8788);
background-image: -ms-linear-gradient(top, #4e7979, #5f8788);
background-image: -o-linear-gradient(top, #4e7979, #5f8788);
background-image: linear-gradient(to bottom, #4e7979, #5f8788);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4e7979, endColorstr=#5f8788);
}
.addDropListButton,
.discountListButton{
width: 220px;
padding: 10px;
height: 17px;
text-align: left;
margin-bottom: 5px;
font-size:13px;
}
.employeeButton,
.button2{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #2E2D77; background-image: -webkit-gradient(linear, left top, left bottom, from(#2E2D77), to(#262663));
background-image: -webkit-linear-gradient(top, #2E2D77, #262663);
background-image: -moz-linear-gradient(top, #2E2D77, #262663);
background-image: -ms-linear-gradient(top, #2E2D77, #262663);
background-image: -o-linear-gradient(top, #2E2D77, #262663);
background-image: linear-gradient(to bottom, #2E2D77, #262663);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2E2D77, endColorstr=#262663);
width:128px;height:53px;text-align:center;
}
.employeeButton:hover,
.button2:hover{
border:1px solid #7A7A7A;
background-color: #D9D9D9; background-image: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#B3B3B3));
background-image: -webkit-linear-gradient(top, #D9D9D9, #B3B3B3);
background-image: -moz-linear-gradient(top, #D9D9D9, #B3B3B3);
background-image: -ms-linear-gradient(top, #D9D9D9, #B3B3B3);
background-image: -o-linear-gradient(top, #D9D9D9, #B3B3B3);
background-image: linear-gradient(to bottom, #D9D9D9, #B3B3B3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D9D9D9, endColorstr=#B3B3B3);
}
.button3{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #8EC4A0; background-image: -webkit-gradient(linear, left top, left bottom, from(#8EC4A0), to(#74A183));
background-image: -webkit-linear-gradient(top, #8EC4A0, #74A183);
background-image: -moz-linear-gradient(top, #8EC4A0, #74A183);
background-image: -ms-linear-gradient(top, #8EC4A0, #74A183);
background-image: -o-linear-gradient(top, #8EC4A0, #74A183);
background-image: linear-gradient(to bottom, #8EC4A0, #74A183);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8EC4A0, endColorstr=#74A183);
width:128px;height:53px;text-align:center;
}
.button3:hover{
border:1px solid #7A7A7A;
background-color: #6cb384; background-image: -webkit-gradient(linear, left top, left bottom, from(#6cb384), to(#5b876a));
background-image: -webkit-linear-gradient(top, #6cb384, #5b876a);
background-image: -moz-linear-gradient(top, #6cb384, #5b876a);
background-image: -ms-linear-gradient(top, #6cb384, #5b876a);
background-image: -o-linear-gradient(top, #6cb384, #5b876a);
background-image: linear-gradient(to bottom, #6cb384, #5b876a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6cb384, endColorstr=#5b876a);
}
.button4{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #3C4B76; background-image: -webkit-gradient(linear, left top, left bottom, from(#3C4B76), to(#303C5E));
background-image: -webkit-linear-gradient(top, #3C4B76, #303C5E);
background-image: -moz-linear-gradient(top, #3C4B76, #303C5E);
background-image: -ms-linear-gradient(top, #3C4B76, #303C5E);
background-image: -o-linear-gradient(top, #3C4B76, #303C5E);
background-image: linear-gradient(to bottom, #3C4B76, #303C5E);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3C4B76, endColorstr=#303C5E);
width:128px;height:53px;text-align:center;
}
.button4:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.quickPayButton,.orderPageBottomButton,.mainPageBottomButton,.actionButton,
.button5{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #2CA2B3; background-image: -webkit-gradient(linear, left top, left bottom, from(#2CA2B3), to(#258795));
background-image: -webkit-linear-gradient(top, #2CA2B3, #258795);
background-image: -moz-linear-gradient(top, #2CA2B3, #258795);
background-image: -ms-linear-gradient(top, #2CA2B3, #258795);
background-image: -o-linear-gradient(top, #2CA2B3, #258795);
background-image: linear-gradient(to bottom, #2CA2B3, #258795);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2CA2B3, endColorstr=#258795);
width:128px;height:53px;text-align:center;
}
.quickPayButton:hover,.orderPageBottomButton:hover,.mainPageBottomButton:hover,.actionButton:hover,.active,
.button5:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.quickPayButton:active,.orderPageBottomButton:focus,.mainPageBottomButton:active,.actionButton:active,
.button5:active{
border-width:1px;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.mainViewOrderButton,
.button6{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #B00961; background-image: -webkit-gradient(linear, left top, left bottom, from(#B00961), to(#7A0643));
background-image: -webkit-linear-gradient(top, #B00961, #7A0643);
background-image: -moz-linear-gradient(top, #B00961, #7A0643);
background-image: -ms-linear-gradient(top, #B00961, #7A0643);
background-image: -o-linear-gradient(top, #B00961, #7A0643);
background-image: linear-gradient(to bottom, #B00961, #7A0643);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#B00961, endColorstr=#7A0643);
width:128px;height:53px;text-align:center;
}
.mainViewOrderButton:hover,
.button6:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.posRequiredSelectionButton,.posOptionalSelectionButton,.posSubMenuButton,
.button7{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;font-family:arial, helvetica, sans-serif; padding: 0px 0px 0px 0px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #A095A7; background-image: -webkit-gradient(linear, left top, left bottom, from(#A095A7), to(#847B8A));
background-image: -webkit-linear-gradient(top, #A095A7, #847B8A);
background-image: -moz-linear-gradient(top, #A095A7, #847B8A);
background-image: -ms-linear-gradient(top, #A095A7, #847B8A);
background-image: -o-linear-gradient(top, #A095A7, #847B8A);
background-image: linear-gradient(to bottom, #A095A7, #847B8A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#A095A7, endColorstr=#847B8A);
width:128px;height:53px;text-align:center;
}
.posRequiredSelectionButton:hover,.posOptionalSelectionButton:hover,.posSubMenuButton:hover,
.button7:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.posDefaultAttributeButton,
.button8{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;font-family:arial, helvetica, sans-serif; padding: 0px 0px 0px 0px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #8FE9FF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#8FE9FF), to(#638db1));
background-image: -webkit-linear-gradient(top, #8FE9FF, #638db1);
background-image: -moz-linear-gradient(top, #8FE9FF, #638db1);
background-image: -ms-linear-gradient(top, #8FE9FF, #638db1);
background-image: -o-linear-gradient(top, #8FE9FF, #638db1);
background-image: linear-gradient(to bottom, #8FE9FF, #638db1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8FE9FF, endColorstr=#638db1);
width:128px;height:53px;text-align:center;
}
.posDefaultAttributeButton:hover,
.button8:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.posOptionalAttributeButton,
.button9{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;font-family:arial, helvetica, sans-serif; padding: 0px 0px 0px 0px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #638da1;
background-image: -webkit-gradient(linear, left top, left bottom, from(#638da1), to(#88E1F0));
background-image: -webkit-linear-gradient(top, #638da1, #88E1F0);
background-image: -moz-linear-gradient(top, #638da1, #88E1F0);
background-image: -ms-linear-gradient(top, #638da1, #88E1F0);
background-image: -o-linear-gradient(top, #638da1, #88E1F0);
background-image: linear-gradient(to bottom, #638da1, #88E1F0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#638da1, endColorstr=#88E1F0);
width:128px;height:53px;text-align:center;
}
/*#638db1 #8FE9FF*/
.posOptionalAttributeButton:hover,
.button9:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
} | Source/css/posButtons.css | .posMenuItemButton,.discountListButton,.addDropListButton,
.button1 {
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
background-color: #98C8C9; background-image: -webkit-gradient(linear, left top, left bottom, from(#98C8C9), to(#79A0A1));
background-image: -webkit-linear-gradient(top, #98C8C9, #79A0A1);
background-image: -moz-linear-gradient(top, #98C8C9, #79A0A1);
background-image: -ms-linear-gradient(top, #98C8C9, #79A0A1);
background-image: -o-linear-gradient(top, #98C8C9, #79A0A1);
background-image: linear-gradient(to bottom, #98C8C9, #79A0A1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#98C8C9, endColorstr=#79A0A1);
width:128px;height:53px;text-align:center;
}
.posMenuItemButton:hover,.discountListButton:hover,.discountListButtonActive,.addDropListButtonActive,
.button1:hover{
border:1px solid #7A7A7A;
background-color: #4e7979; background-image: -webkit-gradient(linear, left top, left bottom, from(#4e7979), to(#5f8788));
background-image: -webkit-linear-gradient(top, #4e7979, #5f8788);
background-image: -moz-linear-gradient(top, #4e7979, #5f8788);
background-image: -ms-linear-gradient(top, #4e7979, #5f8788);
background-image: -o-linear-gradient(top, #4e7979, #5f8788);
background-image: linear-gradient(to bottom, #4e7979, #5f8788);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4e7979, endColorstr=#5f8788);
}
.addDropListButton,
.discountListButton{
width: 220px;
padding: 10px;
height: 17px;
text-align: left;
margin-bottom: 5px;
font-size:13px;
}
.employeeButton,
.button2{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #2E2D77; background-image: -webkit-gradient(linear, left top, left bottom, from(#2E2D77), to(#262663));
background-image: -webkit-linear-gradient(top, #2E2D77, #262663);
background-image: -moz-linear-gradient(top, #2E2D77, #262663);
background-image: -ms-linear-gradient(top, #2E2D77, #262663);
background-image: -o-linear-gradient(top, #2E2D77, #262663);
background-image: linear-gradient(to bottom, #2E2D77, #262663);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2E2D77, endColorstr=#262663);
width:128px;height:53px;text-align:center;
}
.employeeButton:hover,
.button2:hover{
border:1px solid #7A7A7A;
background-color: #D9D9D9; background-image: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#B3B3B3));
background-image: -webkit-linear-gradient(top, #D9D9D9, #B3B3B3);
background-image: -moz-linear-gradient(top, #D9D9D9, #B3B3B3);
background-image: -ms-linear-gradient(top, #D9D9D9, #B3B3B3);
background-image: -o-linear-gradient(top, #D9D9D9, #B3B3B3);
background-image: linear-gradient(to bottom, #D9D9D9, #B3B3B3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D9D9D9, endColorstr=#B3B3B3);
}
.button3{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #8EC4A0; background-image: -webkit-gradient(linear, left top, left bottom, from(#8EC4A0), to(#74A183));
background-image: -webkit-linear-gradient(top, #8EC4A0, #74A183);
background-image: -moz-linear-gradient(top, #8EC4A0, #74A183);
background-image: -ms-linear-gradient(top, #8EC4A0, #74A183);
background-image: -o-linear-gradient(top, #8EC4A0, #74A183);
background-image: linear-gradient(to bottom, #8EC4A0, #74A183);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8EC4A0, endColorstr=#74A183);
width:128px;height:53px;text-align:center;
}
.button3:hover{
border:1px solid #7A7A7A;
background-color: #6cb384; background-image: -webkit-gradient(linear, left top, left bottom, from(#6cb384), to(#5b876a));
background-image: -webkit-linear-gradient(top, #6cb384, #5b876a);
background-image: -moz-linear-gradient(top, #6cb384, #5b876a);
background-image: -ms-linear-gradient(top, #6cb384, #5b876a);
background-image: -o-linear-gradient(top, #6cb384, #5b876a);
background-image: linear-gradient(to bottom, #6cb384, #5b876a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6cb384, endColorstr=#5b876a);
}
.button4{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #3C4B76; background-image: -webkit-gradient(linear, left top, left bottom, from(#3C4B76), to(#303C5E));
background-image: -webkit-linear-gradient(top, #3C4B76, #303C5E);
background-image: -moz-linear-gradient(top, #3C4B76, #303C5E);
background-image: -ms-linear-gradient(top, #3C4B76, #303C5E);
background-image: -o-linear-gradient(top, #3C4B76, #303C5E);
background-image: linear-gradient(to bottom, #3C4B76, #303C5E);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3C4B76, endColorstr=#303C5E);
width:128px;height:53px;text-align:center;
}
.button4:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.quickPayButton,.orderPageBottomButton,.mainPageBottomButton,.actionButton,
.button5{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #2CA2B3; background-image: -webkit-gradient(linear, left top, left bottom, from(#2CA2B3), to(#258795));
background-image: -webkit-linear-gradient(top, #2CA2B3, #258795);
background-image: -moz-linear-gradient(top, #2CA2B3, #258795);
background-image: -ms-linear-gradient(top, #2CA2B3, #258795);
background-image: -o-linear-gradient(top, #2CA2B3, #258795);
background-image: linear-gradient(to bottom, #2CA2B3, #258795);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2CA2B3, endColorstr=#258795);
width:128px;height:53px;text-align:center;
}
.quickPayButton:hover,.orderPageBottomButton:hover,.mainPageBottomButton:hover,.actionButton:hover,.active,
.button5:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.quickPayButton:active,.orderPageBottomButton:focus,.mainPageBottomButton:active,.actionButton:active,
.button5:active{
border-width:1px;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.mainViewOrderButton,
.button6{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #B00961; background-image: -webkit-gradient(linear, left top, left bottom, from(#B00961), to(#7A0643));
background-image: -webkit-linear-gradient(top, #B00961, #7A0643);
background-image: -moz-linear-gradient(top, #B00961, #7A0643);
background-image: -ms-linear-gradient(top, #B00961, #7A0643);
background-image: -o-linear-gradient(top, #B00961, #7A0643);
background-image: linear-gradient(to bottom, #B00961, #7A0643);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#B00961, endColorstr=#7A0643);
width:128px;height:53px;text-align:center;
}
.mainViewOrderButton:hover,
.button6:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.posRequiredSelectionButton,.posOptionalSelectionButton,.posSubMenuButton,
.button7{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;font-family:arial, helvetica, sans-serif; padding: 0px 0px 0px 0px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #A095A7; background-image: -webkit-gradient(linear, left top, left bottom, from(#A095A7), to(#847B8A));
background-image: -webkit-linear-gradient(top, #A095A7, #847B8A);
background-image: -moz-linear-gradient(top, #A095A7, #847B8A);
background-image: -ms-linear-gradient(top, #A095A7, #847B8A);
background-image: -o-linear-gradient(top, #A095A7, #847B8A);
background-image: linear-gradient(to bottom, #A095A7, #847B8A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#A095A7, endColorstr=#847B8A);
width:128px;height:53px;text-align:center;
}
.posRequiredSelectionButton:hover,.posOptionalSelectionButton:hover,.posSubMenuButton:hover,
.button7:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.posDefaultAttributeButton,
.button8{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;font-family:arial, helvetica, sans-serif; padding: 0px 0px 0px 0px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #8FE9FF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#8FE9FF), to(#638db1));
background-image: -webkit-linear-gradient(top, #8FE9FF, #638db1);
background-image: -moz-linear-gradient(top, #8FE9FF, #638db1);
background-image: -ms-linear-gradient(top, #8FE9FF, #638db1);
background-image: -o-linear-gradient(top, #8FE9FF, #638db1);
background-image: linear-gradient(to bottom, #8FE9FF, #638db1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8FE9FF, endColorstr=#638db1);
width:128px;height:53px;text-align:center;
}
.posDefaultAttributeButton:hover,
.button8:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
}
.posOptionalAttributeButton,
.button9{
border:1px solid #999999; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:15px;font-family:arial, helvetica, sans-serif; padding: 0px 0px 0px 0px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #638da1;
background-image: -webkit-gradient(linear, left top, left bottom, from(#638da1), to(#88E1F0));
background-image: -webkit-linear-gradient(top, #638da1, #88E1F0);
background-image: -moz-linear-gradient(top, #638da1, #88E1F0);
background-image: -ms-linear-gradient(top, #638da1, #88E1F0);
background-image: -o-linear-gradient(top, #638da1, #88E1F0);
background-image: linear-gradient(to bottom, #638da1, #88E1F0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#638da1, endColorstr=#88E1F0);
width:128px;height:53px;text-align:center;
}
/*#638db1 #8FE9FF*/
.posOptionalAttributeButton:hover,
.button9:hover{
border:1px solid #7A7A7A;
background-color: #ad4242; background-image: -webkit-gradient(linear, left top, left bottom, from(#ad4242), to(#946464));
background-image: -webkit-linear-gradient(top, #ad4242, #946464);
background-image: -moz-linear-gradient(top, #ad4242, #946464);
background-image: -ms-linear-gradient(top, #ad4242, #946464);
background-image: -o-linear-gradient(top, #ad4242, #946464);
background-image: linear-gradient(to bottom, #ad4242, #946464);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad4242, endColorstr=#946464);
} | 0.303629 | 0.193948 |
* {
box-sizing: border-box;
}
body html {
margin: 0px;
overflow-x: hidden!important;
overflow-y: hidden!important;
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav {
padding-bottom:1%;
width: 100%;
background-color: #3d3d3d;
position: relative;
}
.socialheader {
width:20%;
}
.socialheader img{
width:15%;
padding-right:3%;
}
.socialfooter {
width:60%;
}
.socialfooter a img{
width: 40px;
padding-right:2%;
display:inline;
}
.nav-links > a > img{
width:2.5%;
padding-right:0%;
}
.nav-links img{
width:2.5%;
opacity:0.8;
padding-right:0%;
}
.nav > .nav-header {
display: inline;
}
.nav > .nav-header > .nav-title {
display: inline-block;
color: #fff;
padding-left: 6%;
padding-top:1.5%;
}
.nav > .nav-btn {
display: none;
}
.nav > .nav-links {
display: inline;
float: right;
padding:3%;
width:60%;
padding-right:4%;
font-size: 18px;
cursor: pointer;
}
.nav > .nav-links > a {
display: inline;
padding: 13px 15px 13px 15px;
text-decoration: none;
color: #efefef;
font-weight:700;
cursor: pointer;
}
.nav > .nav-links > a:hover {
background-color: rgba(0, 0, 0, 0.3);
cursor: pointer;
}
.nav > #nav-check {
display: none;
}
@media (max-width:1550px) {
.nav-links img{
width:3%;
padding-right:0%;
padding-top:4%;
margin-left:0% !important;
}
.nav-links span img{
margin-left:0% !important;
}
.nav > .nav-btn {
display: inline-block;
position: absolute;
right: 0px;
top: 0px;
}
.nav > .nav-btn > label {
display: inline-block;
width: 50px;
height: 50px;
padding: 13px;
}
.nav > .nav-btn > label:hover,.nav #nav-check:checked ~ .nav-btn > label {
background-color: rgba(0, 0, 0, 0.3);
}
.nav > .nav-btn > label > span {
display: block;
width: 25px;
height: 10px;
border-top: 2px solid #eee;
}
.nav > .nav-links {
position: absolute;
display: block;
width: 100%;
background-color: #333;
height: 0px;
transition: all 0.3s ease-in;
overflow-y: hidden;
left: 0px;
}
.nav > .nav-links > a {
display: block;
width: 100%;
}
.nav > #nav-check:not(:checked) ~ .nav-links {
height: 0px;
display:none;
}
.nav > #nav-check:checked ~ .nav-links {
height: calc(100vh - 50px);
overflow-y: auto;
}
}
@media (max-width:900px) {
.nav-links img {
width:3%;
padding-right:0%;
padding-top:5%;
margin-left:0% !important;
}
}
@media (max-width:600px) {
.nav > .nav-header > .nav-title {
padding-left: 4%;
}
.nav-links img {
width:7%;
padding-right:1%;
padding-top:6%;
margin-left:0% !important;
}
} | assets/css/menu.css |
* {
box-sizing: border-box;
}
body html {
margin: 0px;
overflow-x: hidden!important;
overflow-y: hidden!important;
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav {
padding-bottom:1%;
width: 100%;
background-color: #3d3d3d;
position: relative;
}
.socialheader {
width:20%;
}
.socialheader img{
width:15%;
padding-right:3%;
}
.socialfooter {
width:60%;
}
.socialfooter a img{
width: 40px;
padding-right:2%;
display:inline;
}
.nav-links > a > img{
width:2.5%;
padding-right:0%;
}
.nav-links img{
width:2.5%;
opacity:0.8;
padding-right:0%;
}
.nav > .nav-header {
display: inline;
}
.nav > .nav-header > .nav-title {
display: inline-block;
color: #fff;
padding-left: 6%;
padding-top:1.5%;
}
.nav > .nav-btn {
display: none;
}
.nav > .nav-links {
display: inline;
float: right;
padding:3%;
width:60%;
padding-right:4%;
font-size: 18px;
cursor: pointer;
}
.nav > .nav-links > a {
display: inline;
padding: 13px 15px 13px 15px;
text-decoration: none;
color: #efefef;
font-weight:700;
cursor: pointer;
}
.nav > .nav-links > a:hover {
background-color: rgba(0, 0, 0, 0.3);
cursor: pointer;
}
.nav > #nav-check {
display: none;
}
@media (max-width:1550px) {
.nav-links img{
width:3%;
padding-right:0%;
padding-top:4%;
margin-left:0% !important;
}
.nav-links span img{
margin-left:0% !important;
}
.nav > .nav-btn {
display: inline-block;
position: absolute;
right: 0px;
top: 0px;
}
.nav > .nav-btn > label {
display: inline-block;
width: 50px;
height: 50px;
padding: 13px;
}
.nav > .nav-btn > label:hover,.nav #nav-check:checked ~ .nav-btn > label {
background-color: rgba(0, 0, 0, 0.3);
}
.nav > .nav-btn > label > span {
display: block;
width: 25px;
height: 10px;
border-top: 2px solid #eee;
}
.nav > .nav-links {
position: absolute;
display: block;
width: 100%;
background-color: #333;
height: 0px;
transition: all 0.3s ease-in;
overflow-y: hidden;
left: 0px;
}
.nav > .nav-links > a {
display: block;
width: 100%;
}
.nav > #nav-check:not(:checked) ~ .nav-links {
height: 0px;
display:none;
}
.nav > #nav-check:checked ~ .nav-links {
height: calc(100vh - 50px);
overflow-y: auto;
}
}
@media (max-width:900px) {
.nav-links img {
width:3%;
padding-right:0%;
padding-top:5%;
margin-left:0% !important;
}
}
@media (max-width:600px) {
.nav > .nav-header > .nav-title {
padding-left: 4%;
}
.nav-links img {
width:7%;
padding-right:1%;
padding-top:6%;
margin-left:0% !important;
}
} | 0.615088 | 0.081009 |
.icon-0{
background:url('icons/home.png') no-repeat center center;
}
.icon-1{
background:url('icons/xitongleibie.png') no-repeat center center;
}
.icon-2{
background:url('icons/xitong.png') no-repeat center center;
}
.icon-3{
background:url('icons/mulu.png') no-repeat center center;
}
.icon-4{
background:url('icons/gongneng.gif') no-repeat center center;
}
.icon-5{
background:url('icons/kongzhidian.png') no-repeat center center;
}
.collaboration{
background:url('icons/collaboration.png') no-repeat center center;
}
.icon-send{
background:url('icons/flow_send.png') no-repeat center center;
}
.icon-childline{
background:url('icons/flow_childline.png') no-repeat center center;
}
.icon-ccsmall{
background:url('icons/flow_cc.png') no-repeat center center;
}
.icon-transfer{
background:url('icons/flow_transfer.png') no-repeat center center;
}
.icon-flowmap{
background:url('icons/flow_map.png') no-repeat center center;
}
.icon-hungup{
background:url('icons/flow_hungup.png') no-repeat center center;
}
.icon-new{
background:url('icons/new.png') no-repeat center center;
}
.icon-add{
background:url('icons/add.gif') no-repeat center center;
}
.icon-config{
background:url('icons/config.gif') no-repeat center center;
}
.icon-up{
background:url('icons/up.gif') no-repeat center center;
}
.icon-down{
background:url('icons/down.gif') no-repeat center center;
}
.icon-delete{
background:url('icons/delete.gif') no-repeat center center;
}
.icon-rights{
background:url('icons/rights.gif') no-repeat center center;
}
.icon-blank{
background:url('icons/blank.gif') no-repeat center center;
}
.icon-add{
background:url('icons/edit_add.png') no-repeat center center;
}
.icon-edit{
background:url('icons/pencil.png') no-repeat center center;
}
.icon-person{
background:url('icons/person.png') no-repeat center center;
}
.icon-tree_folder{
background:url('icons/tree_folder.gif') no-repeat center center;
}
.icon-remove{
background:url('icons/edit_remove.png') no-repeat center center;
}
.icon-save{
background:url('icons/filesave.png') no-repeat center center;
}
.icon-save-close{
background:url('icons/save_close.png') no-repeat center center;
}
.icon-cut{
background:url('icons/cut.png') no-repeat center center;
}
.icon-ok{
background:url('icons/ok.png') no-repeat center center;
}
.icon-no{
background:url('icons/no.png') no-repeat center center;
}
.icon-reset{
background:url('icons/reset.gif') no-repeat center center;
}
.icon-cancel{
background:url('icons/cancel.png') no-repeat center center;
}
.icon-reload{
background:url('icons/reload.png') no-repeat center center;
}
.icon-search{
background:url('icons/search.png') no-repeat center center;
}
.icon-print{
background:url('icons/print.png') no-repeat center center;
}
.icon-note{
background:url('icons/flow_note.png') no-repeat center center;
}
.icon-tag{
background:url('icons/flow_tag.png') no-repeat center center;
}
.icon-help{
background:url('icons/help.png') no-repeat center center;
}
.icon-undo{
background:url('icons/UnSend.png') no-repeat center center;
}
.icon-redo{
background:url('icons/redo.png') no-repeat center center;
}
.icon-back{
background:url('icons/back.png') no-repeat center center;
}
.icon-sum{
background:url('icons/sum.png') no-repeat center center;
}
.icon-tip{
background:url('icons/tip.png') no-repeat center center;
}
.icon-seasons{
background:url('icons/seasons.png') no-repeat center center;
}
.icon-mini-add{
background:url('icons/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
background:url('icons/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('icons/mini_refresh.png') no-repeat center center;
}
.form0{
background:url('icons/form0.png') no-repeat center center;
}
.form1{
background:url('icons/form1.png') no-repeat center center;
}
#pageloading
{
position: absolute;
left: 0px;
top: 0px;
background: white url('icons/loading.gif') no-repeat center;
width: 100%;
height: 100%;
z-index: 99999;
filter: Alpha(Opacity=50);
} | platform-admin/src/main/webapp/WF/Style/themes/icon.css | .icon-0{
background:url('icons/home.png') no-repeat center center;
}
.icon-1{
background:url('icons/xitongleibie.png') no-repeat center center;
}
.icon-2{
background:url('icons/xitong.png') no-repeat center center;
}
.icon-3{
background:url('icons/mulu.png') no-repeat center center;
}
.icon-4{
background:url('icons/gongneng.gif') no-repeat center center;
}
.icon-5{
background:url('icons/kongzhidian.png') no-repeat center center;
}
.collaboration{
background:url('icons/collaboration.png') no-repeat center center;
}
.icon-send{
background:url('icons/flow_send.png') no-repeat center center;
}
.icon-childline{
background:url('icons/flow_childline.png') no-repeat center center;
}
.icon-ccsmall{
background:url('icons/flow_cc.png') no-repeat center center;
}
.icon-transfer{
background:url('icons/flow_transfer.png') no-repeat center center;
}
.icon-flowmap{
background:url('icons/flow_map.png') no-repeat center center;
}
.icon-hungup{
background:url('icons/flow_hungup.png') no-repeat center center;
}
.icon-new{
background:url('icons/new.png') no-repeat center center;
}
.icon-add{
background:url('icons/add.gif') no-repeat center center;
}
.icon-config{
background:url('icons/config.gif') no-repeat center center;
}
.icon-up{
background:url('icons/up.gif') no-repeat center center;
}
.icon-down{
background:url('icons/down.gif') no-repeat center center;
}
.icon-delete{
background:url('icons/delete.gif') no-repeat center center;
}
.icon-rights{
background:url('icons/rights.gif') no-repeat center center;
}
.icon-blank{
background:url('icons/blank.gif') no-repeat center center;
}
.icon-add{
background:url('icons/edit_add.png') no-repeat center center;
}
.icon-edit{
background:url('icons/pencil.png') no-repeat center center;
}
.icon-person{
background:url('icons/person.png') no-repeat center center;
}
.icon-tree_folder{
background:url('icons/tree_folder.gif') no-repeat center center;
}
.icon-remove{
background:url('icons/edit_remove.png') no-repeat center center;
}
.icon-save{
background:url('icons/filesave.png') no-repeat center center;
}
.icon-save-close{
background:url('icons/save_close.png') no-repeat center center;
}
.icon-cut{
background:url('icons/cut.png') no-repeat center center;
}
.icon-ok{
background:url('icons/ok.png') no-repeat center center;
}
.icon-no{
background:url('icons/no.png') no-repeat center center;
}
.icon-reset{
background:url('icons/reset.gif') no-repeat center center;
}
.icon-cancel{
background:url('icons/cancel.png') no-repeat center center;
}
.icon-reload{
background:url('icons/reload.png') no-repeat center center;
}
.icon-search{
background:url('icons/search.png') no-repeat center center;
}
.icon-print{
background:url('icons/print.png') no-repeat center center;
}
.icon-note{
background:url('icons/flow_note.png') no-repeat center center;
}
.icon-tag{
background:url('icons/flow_tag.png') no-repeat center center;
}
.icon-help{
background:url('icons/help.png') no-repeat center center;
}
.icon-undo{
background:url('icons/UnSend.png') no-repeat center center;
}
.icon-redo{
background:url('icons/redo.png') no-repeat center center;
}
.icon-back{
background:url('icons/back.png') no-repeat center center;
}
.icon-sum{
background:url('icons/sum.png') no-repeat center center;
}
.icon-tip{
background:url('icons/tip.png') no-repeat center center;
}
.icon-seasons{
background:url('icons/seasons.png') no-repeat center center;
}
.icon-mini-add{
background:url('icons/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
background:url('icons/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('icons/mini_refresh.png') no-repeat center center;
}
.form0{
background:url('icons/form0.png') no-repeat center center;
}
.form1{
background:url('icons/form1.png') no-repeat center center;
}
#pageloading
{
position: absolute;
left: 0px;
top: 0px;
background: white url('icons/loading.gif') no-repeat center;
width: 100%;
height: 100%;
z-index: 99999;
filter: Alpha(Opacity=50);
} | 0.29523 | 0.052279 |
body{
background-color: #121212;
font-family: "Helvetica Neue", sans-serif;
color: white;
width: 100vw;
}
.link {
text-decoration: none;
color: #5da0c6;
}
/* Nav bar */
.header{
width: 100%;
max-height: 10vmin;
position: sticky;
top: 0;
position: -webkit-sticky;
display: grid;
grid-template-columns: 15vw 70vw 15vw;
justify-content: center;
align-items: center;
background-image: linear-gradient(rgba(18,18,18,0.7), rgba(18,18,18,0));
padding-bottom: 1vmin;
}
.name-text {
padding-left: 3vw;
}
.top-link {
text-decoration: none !important;
color: #ff98a8;
text-shadow: 0.07vmin 0.07vmin #014753;
}
.header-links {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
}
.navbar-svg {
width: 3vw;
height: 3vw;
padding: 0.5vw;
}
.App-link {
color: #fff;
padding-right: 2vw;
text-decoration: none !important;
}
svg {
max-height: 5vmin;
}
h2 {
color: #014753;
}
/*
.img-container {
position: absolute;
height: 100vh;
text-align: center;
z-index: -1;
top: 0;
}*/
/* Intro */
.intro {
min-height: 67vmin;
padding-top: 22.5vh;
padding-bottom: 0;
align-items: center;
justify-content: center;
}
.profile-img {
height: 100vh;
width: 100vw;
padding: 0;
margin: 0;
opacity: 0.6;
top: 0;
z-index: -1;
position: absolute;
display: inline-block;
overflow: hidden;
}
/*media query - change size of picture in smaller browser - zoom dont squash*/
.intro-text {
margin-top: 10vmin;
text-align: center;
font-weight: bold;
color: #fff;
text-shadow: 0.3vmin 0.3vmin rgba(93, 160, 198, 1);
}
#projects {
min-height: 50vh;
color: #014753;
background-color: #fff;
text-align: center;
display: flex;
flex-direction: column;
padding: 15vh 10vmin 15vh 10vmin;
}
.project-cards {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
}
.project-card {
border-radius: 5px;
box-shadow: 5px 5px 5px #999999;
width: 40vw;
padding-bottom: 0.5vh;
margin: 4vmin 4vmin 3vmin 4vmin;
}
.project-img {
border-radius: 5px;
width: 100%;
height: 40vh;
}
.project-link {
text-decoration: none !important;
color: #121212;
}
#languages {
width: 100%;
min-height: 50vh;
text-align: left;
background-color: #fff;
padding-bottom: 1vmin;
padding-top: 11vmin;
}
.comp-lang {
background-color: #5da0c6;
min-height: 40vmin;
width: 60vw;
margin-bottom: 5vmin;
border-radius: 5px;
box-shadow: 4px 4px 4px #c9c8c8;
transition: width 1s;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.comp-lang-hover {
background-color: #5da0c6;
min-height: 40vmin;
width: 95vw;
z-index: 999;
transition: width 1s;
margin-bottom: 5vmin;
border-radius: 5px;
box-shadow: 4px 4px 4px #c9c8c8;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.laptop {
min-width: 22vmin;
min-height: 22vmin;
padding: 0 7vmin 0 8vmin;
}
.comp-list {
list-style: none;
font-weight: bold;
}
.comp-text {
font-size: 1vmin;
max-width: 25vmin;
opacity: 0;
transition: opacity 0s;
padding-left: 0;
padding-right: 0;
}
.comp-text-hover {
max-width: 40vmin;
text-align: left;
opacity: 1;
transition: opacity 2s;
}
li {
padding-top: 1vmin;
}
.human-lang {
background-color: #28729c;
min-height: 40vmin;
width: 60vw;
margin-left: auto;
margin-right: 0;
border-radius: 5px;
box-shadow: -4px 4px 4px #c9c8c8;
transition: width 1s;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.human-lang-hover {
background-color: #28729c;
min-height: 40vmin;
width: 95vw;
z-index: 999;
margin-left: auto;
margin-right: 0;
transition: width 1s;
border-radius: 5px;
box-shadow: -4px 4px 4px #c9c8c8;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.world-langs {
min-width: 20vmin;
min-height: 20vmin;
}
.lang-list {
list-style: none;
font-weight: bold;
}
.lang-text {
font-size: 1vmin;
max-width: 10vmin;
opacity: 0;
transition: opacity 0s;
padding-right: -10vmin;
}
.lang-text-hover {
max-width: 50vmin;
text-align: center;
opacity: 1;
transition: opacity 2s;
}
#cards {
min-height: 50vh;
color: #121212;
background-color: #fff;
text-align: center;
padding: 15vh 10vmin 10vmin 10vmin;
}
.card-container {
padding-top: 7vh;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.value-card {
box-shadow: 0px 0px 0px 0.5vmin rgba(93, 160, 198, 0.75);
border-radius: 5px;
text-align: center;
padding: 3vmin 4vmin 2vmin 4vmin;
width: 15vmin;
color: #fff;
text-shadow: 0.1vmin 0.1vmin rgba(93, 160, 198, 1);
background-color: rgba(93, 160, 198, 0.7);
}
.value-icon {
height: 10vmin;
padding-bottom: -3vmin;
}
#email {
background-color: white;
min-height: 10vh;
display: flex;
justify-content: center;
}
.email {
background-color: #ffc5ce;
color: #014753;
text-align: center;
width: 80vw;
border-radius: 5px;
padding: 5vh;
}
.email-container {
display: flex;
flex-direction: row-reverse;
justify-content: center;
}
.email-link {
text-decoration: none;
font-weight: bold;
color: #5da0c6;
}
.email-icon {
height: 6vmin;
padding-right: 2vmin;
}
.footer {
font-size: 1.5vmin;
background-color: #fff;
color: #121212;
min-height: 10vh;
padding-top: 10vh;
text-align: center;
}
/*.rotated-text {
-moz-box-shadow: inset 10px 10px 50px #fff;
-webkit-box-shadow: inset 10px 10px 50px #fff;
box-shadow: inset 10px 10px 50px #fff;
color: #f65858;
font-size: 5.4vw;
transform: rotate(90deg);
position: absolute;
top: 1vmin;
right: 1vmin;
margin-right: -20vw;
margin-top: 40vh;
}
.code-img {
width: 100%;
z-index: 99;
transition: 1500ms opacity ease-out;
position: absolute;
}
.code-img-faded {
width: 100%;
transition: 1500ms opacity ease-out;
opacity: 0;
position: absolute;
}
.code-thin {
width: 100%;
margin-bottom: -2vh;
}
*/ | src/App.css | body{
background-color: #121212;
font-family: "Helvetica Neue", sans-serif;
color: white;
width: 100vw;
}
.link {
text-decoration: none;
color: #5da0c6;
}
/* Nav bar */
.header{
width: 100%;
max-height: 10vmin;
position: sticky;
top: 0;
position: -webkit-sticky;
display: grid;
grid-template-columns: 15vw 70vw 15vw;
justify-content: center;
align-items: center;
background-image: linear-gradient(rgba(18,18,18,0.7), rgba(18,18,18,0));
padding-bottom: 1vmin;
}
.name-text {
padding-left: 3vw;
}
.top-link {
text-decoration: none !important;
color: #ff98a8;
text-shadow: 0.07vmin 0.07vmin #014753;
}
.header-links {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
}
.navbar-svg {
width: 3vw;
height: 3vw;
padding: 0.5vw;
}
.App-link {
color: #fff;
padding-right: 2vw;
text-decoration: none !important;
}
svg {
max-height: 5vmin;
}
h2 {
color: #014753;
}
/*
.img-container {
position: absolute;
height: 100vh;
text-align: center;
z-index: -1;
top: 0;
}*/
/* Intro */
.intro {
min-height: 67vmin;
padding-top: 22.5vh;
padding-bottom: 0;
align-items: center;
justify-content: center;
}
.profile-img {
height: 100vh;
width: 100vw;
padding: 0;
margin: 0;
opacity: 0.6;
top: 0;
z-index: -1;
position: absolute;
display: inline-block;
overflow: hidden;
}
/*media query - change size of picture in smaller browser - zoom dont squash*/
.intro-text {
margin-top: 10vmin;
text-align: center;
font-weight: bold;
color: #fff;
text-shadow: 0.3vmin 0.3vmin rgba(93, 160, 198, 1);
}
#projects {
min-height: 50vh;
color: #014753;
background-color: #fff;
text-align: center;
display: flex;
flex-direction: column;
padding: 15vh 10vmin 15vh 10vmin;
}
.project-cards {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
}
.project-card {
border-radius: 5px;
box-shadow: 5px 5px 5px #999999;
width: 40vw;
padding-bottom: 0.5vh;
margin: 4vmin 4vmin 3vmin 4vmin;
}
.project-img {
border-radius: 5px;
width: 100%;
height: 40vh;
}
.project-link {
text-decoration: none !important;
color: #121212;
}
#languages {
width: 100%;
min-height: 50vh;
text-align: left;
background-color: #fff;
padding-bottom: 1vmin;
padding-top: 11vmin;
}
.comp-lang {
background-color: #5da0c6;
min-height: 40vmin;
width: 60vw;
margin-bottom: 5vmin;
border-radius: 5px;
box-shadow: 4px 4px 4px #c9c8c8;
transition: width 1s;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.comp-lang-hover {
background-color: #5da0c6;
min-height: 40vmin;
width: 95vw;
z-index: 999;
transition: width 1s;
margin-bottom: 5vmin;
border-radius: 5px;
box-shadow: 4px 4px 4px #c9c8c8;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.laptop {
min-width: 22vmin;
min-height: 22vmin;
padding: 0 7vmin 0 8vmin;
}
.comp-list {
list-style: none;
font-weight: bold;
}
.comp-text {
font-size: 1vmin;
max-width: 25vmin;
opacity: 0;
transition: opacity 0s;
padding-left: 0;
padding-right: 0;
}
.comp-text-hover {
max-width: 40vmin;
text-align: left;
opacity: 1;
transition: opacity 2s;
}
li {
padding-top: 1vmin;
}
.human-lang {
background-color: #28729c;
min-height: 40vmin;
width: 60vw;
margin-left: auto;
margin-right: 0;
border-radius: 5px;
box-shadow: -4px 4px 4px #c9c8c8;
transition: width 1s;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.human-lang-hover {
background-color: #28729c;
min-height: 40vmin;
width: 95vw;
z-index: 999;
margin-left: auto;
margin-right: 0;
transition: width 1s;
border-radius: 5px;
box-shadow: -4px 4px 4px #c9c8c8;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.world-langs {
min-width: 20vmin;
min-height: 20vmin;
}
.lang-list {
list-style: none;
font-weight: bold;
}
.lang-text {
font-size: 1vmin;
max-width: 10vmin;
opacity: 0;
transition: opacity 0s;
padding-right: -10vmin;
}
.lang-text-hover {
max-width: 50vmin;
text-align: center;
opacity: 1;
transition: opacity 2s;
}
#cards {
min-height: 50vh;
color: #121212;
background-color: #fff;
text-align: center;
padding: 15vh 10vmin 10vmin 10vmin;
}
.card-container {
padding-top: 7vh;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.value-card {
box-shadow: 0px 0px 0px 0.5vmin rgba(93, 160, 198, 0.75);
border-radius: 5px;
text-align: center;
padding: 3vmin 4vmin 2vmin 4vmin;
width: 15vmin;
color: #fff;
text-shadow: 0.1vmin 0.1vmin rgba(93, 160, 198, 1);
background-color: rgba(93, 160, 198, 0.7);
}
.value-icon {
height: 10vmin;
padding-bottom: -3vmin;
}
#email {
background-color: white;
min-height: 10vh;
display: flex;
justify-content: center;
}
.email {
background-color: #ffc5ce;
color: #014753;
text-align: center;
width: 80vw;
border-radius: 5px;
padding: 5vh;
}
.email-container {
display: flex;
flex-direction: row-reverse;
justify-content: center;
}
.email-link {
text-decoration: none;
font-weight: bold;
color: #5da0c6;
}
.email-icon {
height: 6vmin;
padding-right: 2vmin;
}
.footer {
font-size: 1.5vmin;
background-color: #fff;
color: #121212;
min-height: 10vh;
padding-top: 10vh;
text-align: center;
}
/*.rotated-text {
-moz-box-shadow: inset 10px 10px 50px #fff;
-webkit-box-shadow: inset 10px 10px 50px #fff;
box-shadow: inset 10px 10px 50px #fff;
color: #f65858;
font-size: 5.4vw;
transform: rotate(90deg);
position: absolute;
top: 1vmin;
right: 1vmin;
margin-right: -20vw;
margin-top: 40vh;
}
.code-img {
width: 100%;
z-index: 99;
transition: 1500ms opacity ease-out;
position: absolute;
}
.code-img-faded {
width: 100%;
transition: 1500ms opacity ease-out;
opacity: 0;
position: absolute;
}
.code-thin {
width: 100%;
margin-bottom: -2vh;
}
*/ | 0.374104 | 0.044204 |
* {
font-family: serif;
font-style: italic;
margin: 0;
padding: 0;
}
html {
background: url(background.jpg) center top no-repeat #ff8800;
}
body {
width: 800px;
margin: 0 auto;
padding-bottom: 30px;
font-family: sans-serif;
}
#header {
position: relative;
height: 400px;
}
#welcome {
padding-top: 300px;
font-size: 28px;
font-weight: bold;
text-shadow:
white 2px 2px 2px;
}
#moto {
position: absolute;
top: 25px;
right: 0px;
text-align: right;
width: 300px;
font-size: 18px;
font-style: italic;
text-shadow:
white -2px -2px 6px,
white -2px 2px 6px,
white 2px -2px 6px,
white 2px 2px 6px,
white -3px -3px 8px,
white -3px 3px 8px,
white 3px -3px 8px,
white 3px 3px 8px,
white -4px -4px 10px,
white -4px 4px 10px,
white 4px -4px 10px,
white 4px 4px 10px;
color: red;
}
#menu a, #footer a {
letter-spacing: .2em;
text-shadow:
white -.1em -.1em 2px,
white -.1em .1em 2px,
white .1em -.1em 2px,
white .1em .1em 2px;
color: red;
font-weight: bold;
text-decoration: none;
}
#menu {
width: 180px;
float: left;
font-size: 24px;
font-variant: small-caps;
}
#menu a {
display: block;
margin: .2em 0;
padding: .2em 0;
}
#menu .children {
display: block;
font-size: 80%;
margin: -.5em 0 .2em 1em;
}
#content {
width: 600px;
float: right;
}
#footer {
clear: both;
}
.coccinella-image {
padding: 20px 0 30px;
}
.inner {
padding: 0 100px;
}
#link-top, #contact {
display: block;
text-align: center;
padding-top: 1em;
}
h1, h2, h3 {
letter-spacing: .1em;
font-variant: small-caps;
font-weight: bold;
padding: .3em 3em .1em 1.5em;
margin: .6em 0 .4em;
}
h1 { font-size: 24px; line-height: 24px; }
h2 { font-size: 20px; line-height: 20px; }
h3 { font-size: 16px; line-height: 26px; }
p {
padding: .3em 0;
}
.clear {
clear: both;
}
ul, ol {
margin-left: 20px;
}
code {
font-family: serif;
} | coccinella/static/layout/style.css | * {
font-family: serif;
font-style: italic;
margin: 0;
padding: 0;
}
html {
background: url(background.jpg) center top no-repeat #ff8800;
}
body {
width: 800px;
margin: 0 auto;
padding-bottom: 30px;
font-family: sans-serif;
}
#header {
position: relative;
height: 400px;
}
#welcome {
padding-top: 300px;
font-size: 28px;
font-weight: bold;
text-shadow:
white 2px 2px 2px;
}
#moto {
position: absolute;
top: 25px;
right: 0px;
text-align: right;
width: 300px;
font-size: 18px;
font-style: italic;
text-shadow:
white -2px -2px 6px,
white -2px 2px 6px,
white 2px -2px 6px,
white 2px 2px 6px,
white -3px -3px 8px,
white -3px 3px 8px,
white 3px -3px 8px,
white 3px 3px 8px,
white -4px -4px 10px,
white -4px 4px 10px,
white 4px -4px 10px,
white 4px 4px 10px;
color: red;
}
#menu a, #footer a {
letter-spacing: .2em;
text-shadow:
white -.1em -.1em 2px,
white -.1em .1em 2px,
white .1em -.1em 2px,
white .1em .1em 2px;
color: red;
font-weight: bold;
text-decoration: none;
}
#menu {
width: 180px;
float: left;
font-size: 24px;
font-variant: small-caps;
}
#menu a {
display: block;
margin: .2em 0;
padding: .2em 0;
}
#menu .children {
display: block;
font-size: 80%;
margin: -.5em 0 .2em 1em;
}
#content {
width: 600px;
float: right;
}
#footer {
clear: both;
}
.coccinella-image {
padding: 20px 0 30px;
}
.inner {
padding: 0 100px;
}
#link-top, #contact {
display: block;
text-align: center;
padding-top: 1em;
}
h1, h2, h3 {
letter-spacing: .1em;
font-variant: small-caps;
font-weight: bold;
padding: .3em 3em .1em 1.5em;
margin: .6em 0 .4em;
}
h1 { font-size: 24px; line-height: 24px; }
h2 { font-size: 20px; line-height: 20px; }
h3 { font-size: 16px; line-height: 26px; }
p {
padding: .3em 0;
}
.clear {
clear: both;
}
ul, ol {
margin-left: 20px;
}
code {
font-family: serif;
} | 0.274449 | 0.110231 |
@media screen and (max-width: 1600px) {
html {
font-size: 16px;
}
}
@media screen and (max-width: 1400px) {
html {
font-size: 14px;
}
}
@media screen and (max-width: 1200px) {
html {
font-size: 12px;
}
}
@media screen and (max-width: 900px) {
html {
font-size: 8px;
}
}
body {
font-family: "SourceHanSansCN-Regular";
color: white;
box-sizing: border-box;
margin: 0;
padding: 0;
white-space: nowrap;
user-select: none;
background-color: rgba(27, 27, 27, 1);
}
@font-face {
font-family: "HYShangWeiShouShuW-Regular";
src: url(../source/font/HYShangWeiShouShuW.ttf);
}
@font-face {
font-family: "SourceHanSansCN-Regular";
src: url(../source/font/SourceHanSansCN-1.000/SourceHanSansCN-Regular.otf);
}
::-webkit-scrollbar {
display: none;
}
.container {
background-color: rgba(27, 27, 27, 1);
height: 500vh;
width: 100vw;
}
.container .sidebar {
position: fixed;
z-index: 15;
right: 2vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: filter ease-out 0.3s;
}
.container .sidebar .side {
margin: 1vh;
width: 1.1vw;
height: 1.1vw;
background: #FFFFFF;
border-radius: 50%;
opacity: 1;
cursor: pointer;
transition: all 1s;
}
.container .sidebar .side.colored {
background: #C8A06A;
transform: scale(1.1);
}
/* 第一屏 */
/* 18.25 * 8.84 */
.container .screen {
height: 100vh;
width: 100vw;
}
.s1, .s4 {
display: flex;
justify-content: center;
align-items: center;
}
.screen.s1 .wrapper, .screen.s4 .wrapper {
display: flex;
overflow-x: hidden;
flex-direction: column;
justify-content: center;
align-items: center;
overflow-y: visible;
z-index: 3;
}
.screen.s1 .wrapper .bigger, .screen.s4 .wrapper .bigger {
font-family: HYShangWeiShouShuW-Regular;
color: #EEBF23;
font-size: 7rem;
transform: translateY(20px);
opacity: 0;
transition: all ease-out 0.7s;
text-shadow: 0 0 5px rgb(200, 160, 106);
}
.screen.s1 .wrapper .smaller, .screen.s4 .wrapper .smaller {
font-family: HYShangWeiShouShuW-Regular;
color: rgba(255, 255, 255, 1);
font-size: 5rem;
transform: translateY(15px);
opacity: 0;
transition: all ease-out 0.7s;
text-shadow: 0 0 5px #fff;
}
#s1l2 {
transition-delay: 0.5s;
}
#s1l3 {
transition-delay: 0.9s;
}
#s5l2 {
transition-delay: 1s;
transition-duration: 1.25s;
}
#s5l3 {
transition-delay: 2s;
transition-duration: 1.5s;
}
.promote {
position: absolute;
margin: 1rem 0;
bottom: 0;
font-size: 1rem;
text-align: center;
display: none;
left: 50%;
transform: translateX(-50%);
}
.promote p {
margin: 0.5rem;
font-size: 0.9rem;
letter-spacing: 2px;
}
.promote #down {
width: 5.75rem;
}
#bgVideo {
display: none;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
position: absolute;
}
/* 第二屏 */
.banner {
z-index: 100;
position: fixed;
display: flex;
align-items: center;
top: 0;
left: 0;
background-color: rgba(46, 46, 46, 1);
transition: all 0.5s;
opacity: 0;
width: 100vw;
height: 4.25rem;
color: #1B1B1B;
box-shadow: 0px 0px 3px 3px #1B1B1B;
}
.banner .span {
font-size: 2rem;
font-family: HYShangWeiShouShuW-Regular;
font-weight: 400;
margin: 1.58vh 0 1.58vh 1.75vw;
color: #C8A06A;
}
.span.hidden {
font-size: 2rem;
margin: 1.58vh 0 1.58vh 0;
opacity: 0;
transition: all 0.5s;
}
.container .screen.s2 {
height: 300vh;
position: relative;
background-color: rgba(27, 27, 27, 1);
}
.screen.s2 #warpper1 {
animation: flashin1 1s;
position: relative;
animation-play-state: paused;
}
@keyframes flashin1 {
0% {
top: -100%;
left: 40%;
}
100% {
top: 0%;
left: 0%;
}
}
.screen.s2 #warpper2 {
animation: flashin2 1s;
position: relative;
animation-play-state: paused;
}
@keyframes flashin2 {
0% {
top: 100%;
left: -40%;
}
100% {
top: 0%;
left: 0%;
}
}
.container .screen.s2 .wrapper {
background-color: rgba(27, 27, 27, 1);
position: absolute;
z-index: 0;
top: 0;
z-index: 2;
height: 100vh;
width: 100vw;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.container .screen.s2 .wrapper .content-wrapper {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
transition: all ease-out 0.5s;
}
.container .screen.s2 .wrapper .content-wrapper .head {
text-align: center;
font-size: 6.25rem;
font-family: HYShangWeiShouShuW-Regular;
font-weight: 400;
color: #C8A06A;
opacity: 1;
margin-bottom: 2.5vh;
}
.container .screen.s2 .wrapper .content-wrapper .content {
display: flex;
width: 28.5vw;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container .screen.s2 .wrapper .content-wrapper .content .span {
font-size: 2.25rem;
font-family: SourceHanSansCN-Regular;
font-weight: 400;
line-height: 5rem;
color: #FFFFFF;
}
.container .screen.s2 .wrapper .content-wrapper .content .span .colored {
display: inline;
color: #C8A06A;
}
.container .screen.s2 .wrapper .skew {
z-index: -1;
width: 26.5vw;
height: 113vh;
opacity: 0.5;
display: flex;
justify-content: center;
transition: transform 500ms;
align-items: center;
}
.container .screen.s2 .wrapper .skew .line {
width: 0.22vw;
height: 110vh;
background-color: #fff;
transform: rotate(20deg);
transition: transform 500ms;
display: none;
}
.container .screen.s2 .wrapper .btn {
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 5.6vh auto;
cursor: pointer;
opacity: 0;
transition: opacity ease-out 0.8s;
transition-delay: 0.8s;
}
.container .screen.s2 .wrapper .btn svg {
width: 11.4375rem;
height: 3.5rem;
}
.swiper-container,
.mask {
display: none;
width: 80vw;
height: 116vh;
transform: skew(-20deg);
transform-origin: bottom left;
position: absolute;
right: 0;
overflow: hidden;
}
.mask {
z-index: 10;
background-color: transparent;
padding: 5rem;
align-items: center;
align-content: center;
justify-content: flex-start;
flex-wrap: wrap;
flex-grow: 0;
box-sizing: border-box;
transform: translate(16%, -8%);
height: 100vh;
overflow: visible;
}
.mask h1 {
font-size: 5rem;
margin-bottom: 0;
font-family: "HYShangWeiShouShuW-Regular";
}
.mask h1,
.mask h3 {
width: 100%;
display: inline-flex;
text-shadow: 2px 2px 10px #121212;
}
.mask h3 {
padding-right: 50%;
white-space: normal;
}
.mask a, .mask a:visited, .mask a:active {
text-decoration: none;
color: #C8A06A;
}
.mask a:hover {
text-decoration: underline;
}
.swiper-btn {
width: 12.5rem;
height: 3.125rem;
display: inline-flex;
justify-content: space-between;
margin-top: 1.125rem;
}
.swiper-button-prev,
.swiper-button-next {
position: relative;
outline: none;
}
.skew-fix {
transform: skew(20deg);
transform-origin: bottom left;
width: 100%;
height: 100%;
position: relative;
}
.swiper-slide {
overflow: hidden;
width: 0% !important;
transition: width ease-out 0.5s, filter ease-out 0.5s;
}
.swiper-slide img {
outline: none;
min-height: 100%;
min-width: 100%;
position: relative;
left: -30%;
}
.swiper-slide-prev {
width: 7% !important;
filter: brightness(0.4);
}
.swiper-slide-active {
width: 14% !important;
filter: brightness(0.6);
}
.swiper-slide-next {
width: 79% !important;
filter: brightness(1.1);
}
/* 第二屏(比赛视频页面) */
.container .screen.s2 .video-section {
position: sticky;
z-index: 0;
top: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.video-section video {
z-index: inherit;
/* height: 146vh; */
width: 126vw;
width: auto;
position: absolute;
left: 50%;
transform: translate(-50%, -0.5%);
object-fit: cover;
}
.video-section img {
position: absolute;
transform: translate(0%, 10%);
z-index: 100;
width: 126vw;
overflow: hidden;
}
.filter {
transform: translate(0%, 3%);
width: 41.1vw;
height: 62vh;
background: rgba(200, 160, 106, 0.15);
filter: blur(30px);
border-radius: 50%;
opacity: 0.6;
}
.sider {
width: 11rem;
height: 11rem;
visibility: hidden;
z-index: 6;
}
.text-view {
z-index: 5;
max-width: 15rem;
position: absolute;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
border: none;
background: rgba(200, 159, 106, 0.25);
opacity: 0;
transform: scale(1) translateY(15px);
transition: all 0.8s ease-out;
padding: 8px;
word-wrap:break-word;
word-break:normal;
white-space: pre-wrap;
font-size: 0.7rem;
}
.text-view.hover.left {
transform: scale(1.4) translateX(calc(13.1rem)) translateY(15px);
opacity: 1;
}
.text-view.hover.right {
transform: scale(1.4) translateX(calc(-13.2rem)) translateY(15px);
opacity: 1;
}
.siderS {
height: 100vh;
width: 100vw;
position: absolute;
top: 200vh;
left: 0;
transform: translateY(0px);
}
svg.sider {
position: absolute;
}
.sd1 {
position: absolute;
top: 20vh;
left: 10.8vw;
}
@keyframes getin1 {
0% {
left: -10vh;
top: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 20vh;
left: 10.8vw;
width: 11rem;
height: 11rem;
}
}
.sd2 {
position: absolute;
top: 48.6vh;
left: 5.9vw;
}
@keyframes getin2 {
0% {
top: 48.6vh;
left: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 48.6vh;
left: 5.9vw;
width: 11rem;
height: 11rem;
}
}
.sd3 {
position: absolute;
top: 77.2vh;
left: 10vw;
}
@keyframes getin3 {
0% {
top: 97.2vh;
left: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 77.2vh;
left: 10vw;
width: 11rem;
height: 11rem;
}
}
.sd4 {
position: absolute;
top: 20vh;
right: 10.8vw;
}
@keyframes getin4 {
0% {
top: -10vh;
right: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 20vh;
right: 10.8vw;
width: 11rem;
height: 11rem;
}
}
.sd5 {
position: absolute;
top: 48.6vh;
right: 5.9vw;
}
@keyframes getin5 {
0% {
top: 48.6vh;
right: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 48.6vh;
right: 5.9vw;
width: 11rem;
height: 11rem;
}
}
.sd6 {
position: absolute;
top: 77.2vh;
right: 10vw;
}
@keyframes getin6 {
0% {
top: 97.2vh;
right: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 77.2vh;
right: 10vw;
width: 11rem;
height: 11rem;
}
}
.screen.s3 {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.screen.s3 .imgContainer {
width: 50%;
height: 100%;
z-index: 0;
opacity: 0;
transition: opacity ease-out 0.4s;
}
.screen.s3 .imgContainer img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
outline: none;
filter: brightness(0.4);
transition: filter ease-out 0.4s;
}
.screen.s3 .imgContainer img:hover, .screen.s3 .imgContainer img.hover {
filter: brightness(0.7);
}
.screen.s3 .wrapper {
display: flex;
width: 70%;
justify-content: space-between;
align-items: center;
z-index: 3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.screen.s3 .wrapper svg {
opacity: 0;
transition: all 2s;
width: 20.625rem;
height: 19.875rem;
cursor: pointer;
}
iframe {
width: 85%;
height: calc(100vh - 4.25rem);
background-color: rgba(46, 46, 46, 1);
font-family: "SourceHanSansCN-Regular";
display: none;
position: fixed;
left: 50%;
top: 4.25rem;
transform: translateX(-50%);
z-index: 19;
}
#timeline {
width: 100%;
}
.closeBtn {
position: fixed;
right: 36px;
top: calc(36px + 8vh);
z-index: 20;
display: none;
cursor: pointer;
}
.closeBtn svg {
width: 2rem;
height: 2rem;
} | css/index.css | @media screen and (max-width: 1600px) {
html {
font-size: 16px;
}
}
@media screen and (max-width: 1400px) {
html {
font-size: 14px;
}
}
@media screen and (max-width: 1200px) {
html {
font-size: 12px;
}
}
@media screen and (max-width: 900px) {
html {
font-size: 8px;
}
}
body {
font-family: "SourceHanSansCN-Regular";
color: white;
box-sizing: border-box;
margin: 0;
padding: 0;
white-space: nowrap;
user-select: none;
background-color: rgba(27, 27, 27, 1);
}
@font-face {
font-family: "HYShangWeiShouShuW-Regular";
src: url(../source/font/HYShangWeiShouShuW.ttf);
}
@font-face {
font-family: "SourceHanSansCN-Regular";
src: url(../source/font/SourceHanSansCN-1.000/SourceHanSansCN-Regular.otf);
}
::-webkit-scrollbar {
display: none;
}
.container {
background-color: rgba(27, 27, 27, 1);
height: 500vh;
width: 100vw;
}
.container .sidebar {
position: fixed;
z-index: 15;
right: 2vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: filter ease-out 0.3s;
}
.container .sidebar .side {
margin: 1vh;
width: 1.1vw;
height: 1.1vw;
background: #FFFFFF;
border-radius: 50%;
opacity: 1;
cursor: pointer;
transition: all 1s;
}
.container .sidebar .side.colored {
background: #C8A06A;
transform: scale(1.1);
}
/* 第一屏 */
/* 18.25 * 8.84 */
.container .screen {
height: 100vh;
width: 100vw;
}
.s1, .s4 {
display: flex;
justify-content: center;
align-items: center;
}
.screen.s1 .wrapper, .screen.s4 .wrapper {
display: flex;
overflow-x: hidden;
flex-direction: column;
justify-content: center;
align-items: center;
overflow-y: visible;
z-index: 3;
}
.screen.s1 .wrapper .bigger, .screen.s4 .wrapper .bigger {
font-family: HYShangWeiShouShuW-Regular;
color: #EEBF23;
font-size: 7rem;
transform: translateY(20px);
opacity: 0;
transition: all ease-out 0.7s;
text-shadow: 0 0 5px rgb(200, 160, 106);
}
.screen.s1 .wrapper .smaller, .screen.s4 .wrapper .smaller {
font-family: HYShangWeiShouShuW-Regular;
color: rgba(255, 255, 255, 1);
font-size: 5rem;
transform: translateY(15px);
opacity: 0;
transition: all ease-out 0.7s;
text-shadow: 0 0 5px #fff;
}
#s1l2 {
transition-delay: 0.5s;
}
#s1l3 {
transition-delay: 0.9s;
}
#s5l2 {
transition-delay: 1s;
transition-duration: 1.25s;
}
#s5l3 {
transition-delay: 2s;
transition-duration: 1.5s;
}
.promote {
position: absolute;
margin: 1rem 0;
bottom: 0;
font-size: 1rem;
text-align: center;
display: none;
left: 50%;
transform: translateX(-50%);
}
.promote p {
margin: 0.5rem;
font-size: 0.9rem;
letter-spacing: 2px;
}
.promote #down {
width: 5.75rem;
}
#bgVideo {
display: none;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
position: absolute;
}
/* 第二屏 */
.banner {
z-index: 100;
position: fixed;
display: flex;
align-items: center;
top: 0;
left: 0;
background-color: rgba(46, 46, 46, 1);
transition: all 0.5s;
opacity: 0;
width: 100vw;
height: 4.25rem;
color: #1B1B1B;
box-shadow: 0px 0px 3px 3px #1B1B1B;
}
.banner .span {
font-size: 2rem;
font-family: HYShangWeiShouShuW-Regular;
font-weight: 400;
margin: 1.58vh 0 1.58vh 1.75vw;
color: #C8A06A;
}
.span.hidden {
font-size: 2rem;
margin: 1.58vh 0 1.58vh 0;
opacity: 0;
transition: all 0.5s;
}
.container .screen.s2 {
height: 300vh;
position: relative;
background-color: rgba(27, 27, 27, 1);
}
.screen.s2 #warpper1 {
animation: flashin1 1s;
position: relative;
animation-play-state: paused;
}
@keyframes flashin1 {
0% {
top: -100%;
left: 40%;
}
100% {
top: 0%;
left: 0%;
}
}
.screen.s2 #warpper2 {
animation: flashin2 1s;
position: relative;
animation-play-state: paused;
}
@keyframes flashin2 {
0% {
top: 100%;
left: -40%;
}
100% {
top: 0%;
left: 0%;
}
}
.container .screen.s2 .wrapper {
background-color: rgba(27, 27, 27, 1);
position: absolute;
z-index: 0;
top: 0;
z-index: 2;
height: 100vh;
width: 100vw;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.container .screen.s2 .wrapper .content-wrapper {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
transition: all ease-out 0.5s;
}
.container .screen.s2 .wrapper .content-wrapper .head {
text-align: center;
font-size: 6.25rem;
font-family: HYShangWeiShouShuW-Regular;
font-weight: 400;
color: #C8A06A;
opacity: 1;
margin-bottom: 2.5vh;
}
.container .screen.s2 .wrapper .content-wrapper .content {
display: flex;
width: 28.5vw;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container .screen.s2 .wrapper .content-wrapper .content .span {
font-size: 2.25rem;
font-family: SourceHanSansCN-Regular;
font-weight: 400;
line-height: 5rem;
color: #FFFFFF;
}
.container .screen.s2 .wrapper .content-wrapper .content .span .colored {
display: inline;
color: #C8A06A;
}
.container .screen.s2 .wrapper .skew {
z-index: -1;
width: 26.5vw;
height: 113vh;
opacity: 0.5;
display: flex;
justify-content: center;
transition: transform 500ms;
align-items: center;
}
.container .screen.s2 .wrapper .skew .line {
width: 0.22vw;
height: 110vh;
background-color: #fff;
transform: rotate(20deg);
transition: transform 500ms;
display: none;
}
.container .screen.s2 .wrapper .btn {
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 5.6vh auto;
cursor: pointer;
opacity: 0;
transition: opacity ease-out 0.8s;
transition-delay: 0.8s;
}
.container .screen.s2 .wrapper .btn svg {
width: 11.4375rem;
height: 3.5rem;
}
.swiper-container,
.mask {
display: none;
width: 80vw;
height: 116vh;
transform: skew(-20deg);
transform-origin: bottom left;
position: absolute;
right: 0;
overflow: hidden;
}
.mask {
z-index: 10;
background-color: transparent;
padding: 5rem;
align-items: center;
align-content: center;
justify-content: flex-start;
flex-wrap: wrap;
flex-grow: 0;
box-sizing: border-box;
transform: translate(16%, -8%);
height: 100vh;
overflow: visible;
}
.mask h1 {
font-size: 5rem;
margin-bottom: 0;
font-family: "HYShangWeiShouShuW-Regular";
}
.mask h1,
.mask h3 {
width: 100%;
display: inline-flex;
text-shadow: 2px 2px 10px #121212;
}
.mask h3 {
padding-right: 50%;
white-space: normal;
}
.mask a, .mask a:visited, .mask a:active {
text-decoration: none;
color: #C8A06A;
}
.mask a:hover {
text-decoration: underline;
}
.swiper-btn {
width: 12.5rem;
height: 3.125rem;
display: inline-flex;
justify-content: space-between;
margin-top: 1.125rem;
}
.swiper-button-prev,
.swiper-button-next {
position: relative;
outline: none;
}
.skew-fix {
transform: skew(20deg);
transform-origin: bottom left;
width: 100%;
height: 100%;
position: relative;
}
.swiper-slide {
overflow: hidden;
width: 0% !important;
transition: width ease-out 0.5s, filter ease-out 0.5s;
}
.swiper-slide img {
outline: none;
min-height: 100%;
min-width: 100%;
position: relative;
left: -30%;
}
.swiper-slide-prev {
width: 7% !important;
filter: brightness(0.4);
}
.swiper-slide-active {
width: 14% !important;
filter: brightness(0.6);
}
.swiper-slide-next {
width: 79% !important;
filter: brightness(1.1);
}
/* 第二屏(比赛视频页面) */
.container .screen.s2 .video-section {
position: sticky;
z-index: 0;
top: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.video-section video {
z-index: inherit;
/* height: 146vh; */
width: 126vw;
width: auto;
position: absolute;
left: 50%;
transform: translate(-50%, -0.5%);
object-fit: cover;
}
.video-section img {
position: absolute;
transform: translate(0%, 10%);
z-index: 100;
width: 126vw;
overflow: hidden;
}
.filter {
transform: translate(0%, 3%);
width: 41.1vw;
height: 62vh;
background: rgba(200, 160, 106, 0.15);
filter: blur(30px);
border-radius: 50%;
opacity: 0.6;
}
.sider {
width: 11rem;
height: 11rem;
visibility: hidden;
z-index: 6;
}
.text-view {
z-index: 5;
max-width: 15rem;
position: absolute;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
border: none;
background: rgba(200, 159, 106, 0.25);
opacity: 0;
transform: scale(1) translateY(15px);
transition: all 0.8s ease-out;
padding: 8px;
word-wrap:break-word;
word-break:normal;
white-space: pre-wrap;
font-size: 0.7rem;
}
.text-view.hover.left {
transform: scale(1.4) translateX(calc(13.1rem)) translateY(15px);
opacity: 1;
}
.text-view.hover.right {
transform: scale(1.4) translateX(calc(-13.2rem)) translateY(15px);
opacity: 1;
}
.siderS {
height: 100vh;
width: 100vw;
position: absolute;
top: 200vh;
left: 0;
transform: translateY(0px);
}
svg.sider {
position: absolute;
}
.sd1 {
position: absolute;
top: 20vh;
left: 10.8vw;
}
@keyframes getin1 {
0% {
left: -10vh;
top: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 20vh;
left: 10.8vw;
width: 11rem;
height: 11rem;
}
}
.sd2 {
position: absolute;
top: 48.6vh;
left: 5.9vw;
}
@keyframes getin2 {
0% {
top: 48.6vh;
left: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 48.6vh;
left: 5.9vw;
width: 11rem;
height: 11rem;
}
}
.sd3 {
position: absolute;
top: 77.2vh;
left: 10vw;
}
@keyframes getin3 {
0% {
top: 97.2vh;
left: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 77.2vh;
left: 10vw;
width: 11rem;
height: 11rem;
}
}
.sd4 {
position: absolute;
top: 20vh;
right: 10.8vw;
}
@keyframes getin4 {
0% {
top: -10vh;
right: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 20vh;
right: 10.8vw;
width: 11rem;
height: 11rem;
}
}
.sd5 {
position: absolute;
top: 48.6vh;
right: 5.9vw;
}
@keyframes getin5 {
0% {
top: 48.6vh;
right: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 48.6vh;
right: 5.9vw;
width: 11rem;
height: 11rem;
}
}
.sd6 {
position: absolute;
top: 77.2vh;
right: 10vw;
}
@keyframes getin6 {
0% {
top: 97.2vh;
right: -10vw;
width: 0rem;
height: 0rem;
}
100% {
top: 77.2vh;
right: 10vw;
width: 11rem;
height: 11rem;
}
}
.screen.s3 {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.screen.s3 .imgContainer {
width: 50%;
height: 100%;
z-index: 0;
opacity: 0;
transition: opacity ease-out 0.4s;
}
.screen.s3 .imgContainer img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
outline: none;
filter: brightness(0.4);
transition: filter ease-out 0.4s;
}
.screen.s3 .imgContainer img:hover, .screen.s3 .imgContainer img.hover {
filter: brightness(0.7);
}
.screen.s3 .wrapper {
display: flex;
width: 70%;
justify-content: space-between;
align-items: center;
z-index: 3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.screen.s3 .wrapper svg {
opacity: 0;
transition: all 2s;
width: 20.625rem;
height: 19.875rem;
cursor: pointer;
}
iframe {
width: 85%;
height: calc(100vh - 4.25rem);
background-color: rgba(46, 46, 46, 1);
font-family: "SourceHanSansCN-Regular";
display: none;
position: fixed;
left: 50%;
top: 4.25rem;
transform: translateX(-50%);
z-index: 19;
}
#timeline {
width: 100%;
}
.closeBtn {
position: fixed;
right: 36px;
top: calc(36px + 8vh);
z-index: 20;
display: none;
cursor: pointer;
}
.closeBtn svg {
width: 2rem;
height: 2rem;
} | 0.351645 | 0.065009 |
.about-me {
margin-bottom: 1rem;
line-height: 1;
font-size: 65px;
text-align: left;
color: #293441;
display: flex;
font-weight: 600;
/* animation: show 1.5s;
animation-timing-function: ease-out; */
}
.a {
color: #66fcf1;
}
.a:hover{
animation: lighting 1.5s linear;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
animation-name: jump;
}
.rest:hover {
animation: lighting 1.5s linear;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
}
.html-icon:hover svg,
.css-icon:hover svg,
.js-icon:hover svg,
.react-icon:hover svg {
animation-duration: 1s;
animation-name: move;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
@keyframes lighting {
0% { color: #293441;
text-shadow: none;
transform: translateY(0);
}
10% {
transform: translateY(0);
}
25% {
transform: translateY(-35px);
}
50% {
transform: translateY(0);
}
57% {
transform: translateY(-7px);
}
64% {
transform: translateY(0);
}
100% { color: #66fcf1;
text-shadow: none;
transform: translateY(0);
}
}
@keyframes jump {
0% {
transform: translateY(0);
}
10% {
transform: translateY(0);
}
25% {
transform: translateY(-35px);
}
50% {
transform: translateY(0);
}
57% {
transform: translateY(-7px);
}
64% {
transform: translateY(0);
}
100% {
transform: translateY(0);
}
}
@keyframes move {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(2px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0, 0);
}
40%,
60% {
transform: translate3d(4px, 0, 0);
}
}
/* @keyframes show {
0% {
transform: translateY(-55px);
opacity: 0;
}
10% {
transform: translateY(0);
}
25% {
transform: translateY(-35px);
}
50% {
transform: translateY(0);
}
57% {
transform: translateY(-7px);
}
100% {
transform: translateY(0);
}
} */
.name {
margin-bottom: 1em;
grid-column: 2 / -2;
max-width: 329px;
}
.short-info p:nth-child(1),
.short-info p:nth-child(2),
.short-info p:nth-child(3),
.short-info p:nth-child(4),
.short-info p:nth-child(5),
.short-info p:nth-child(6) {
font-weight: 600;
color: #66fcf1;
}
/* ==== Layout ==== */
.about-wrap {
display: grid;
grid-template-columns: 2em 1fr 1fr 1fr 1fr 2em;
padding-top: 6em;
font-family: sans-serif;
overflow: hidden;
margin-top: 0;
background-color: #1e1e24;
min-height: 100vh;
}
.bg-change {
grid-column: 1 / -1;
background-image: url(../assets/svg/bg-change.svg);
background-repeat: no-repeat;
background-size: cover;
display: grid;
grid-template-columns: 2em 1fr 1fr 1fr 1fr 2em;
padding-top: 2em;
margin-bottom: 2em;
}
.vmiteva {
grid-column: 2 / -2;
font-size: 1.5em;
font-weight: 600;
margin-bottom: 1em;
color: white;
}
.greeting {
grid-column: 2 / -2;
margin-bottom: 2em;
color: white;
}
.about-me {
grid-column: 2 / -2;
margin-left: 0;
}
.color-change {
color: #66fcf1;
font-weight: 600;
}
.html-icon {
grid-column: 2;
}
.html-bounce {
grid-column: 2;
}
.css-icon,
.css-bounce {
grid-column: 3;
}
.js-icon,
.js-bounce {
grid-column: 4;
}
.react-bounce {
grid-column: 5;
}
.react-icon {
grid-column: 5;
margin-bottom: 2em;
}
/* .about-wrap h1, */
.about-image,
.short-info,
.long-info,
.github-icon,
.linkedin-icon {
grid-column: 2 / -2;
}
.short-info {
display: grid;
grid-template-columns: .8fr 1.2fr;
grid-row-gap: .25em;
margin-bottom: 2em;
max-width: 480px;
font-size: 18px;
grid-column-gap: 1em;
}
.short-info p:nth-child(1),
.short-info p:nth-child(2),
.short-info p:nth-child(3),
.short-info p:nth-child(4),
.short-info p:nth-child(5),
.short-info p:nth-child(6) {
grid-column: 1;
}
.short-info p:nth-child(7),
.short-info p:nth-child(8),
.short-info p:nth-child(9),
.short-info p:nth-child(10),
.short-info p:nth-child(11),
.short-info p:nth-child(12) {
grid-column: 2;
color: white;
}
.short-info p:nth-child(7) {
grid-row: 1;
}
.short-info p:nth-child(8) {
grid-row: 2;
}
.short-info p:nth-child(9) {
grid-row: 3;
}
.short-info p:nth-child(10) {
grid-row: 4;
}
.short-info p:nth-child(11) {
grid-row: 5;
}
.short-info p:nth-child(12) {
grid-row: 6;
}
.long-info {
color: white;
margin-bottom: 2em;
}
.git-icon {
grid-column: 2;
}
.git-icon svg {
color: white;
transition: all .5s;
}
.linkedin-icon svg {
grid-column: 3;
margin-bottom: 2em;
color: white;
transition: all .5s;
}
.linkedin-icon svg:hover,
.git-icon svg:hover {
color: #66fcf1;
}
/* ==== media queries ==== */
@media (min-width: 420px) {
.html-icon,
.css-icon,
.js-icon,
.react-icon {
font-size: 1.5em;
}
.short-info {
grid-column-gap: 4em;
font-size: 20px;
}
}
@media (min-width: 470px) {
.git-icon,
.linkedin-icon {
grid-row: 4;
}
.linkedin-icon {
grid-column: 2;
margin-left: 4em;
}
}
@media (min-width: 680px) {
.bg-change {
grid-template-columns: 7em 1fr 1fr 1fr 1fr 2em;
overflow: hidden;
}
.about-wrap {
grid-template-columns: 7em 1fr 1fr 1fr 1fr 2em;
}
.about-me {
font-size: 90px;
}
}
@media (min-width: 980px) {
.bg-change {
grid-template-columns: 7em 1fr 1fr 2em;
}
.css-bounce,
.html-bounce,
.html-icon,
.css-icon,
.js-icon,
.react-icon,
.js-bounce {
grid-column: 2;
grid-row: 2;
}
.css-icon {
margin-left: 4em;
}
.js-icon {
margin-left: 8em;
}
.react-icon {
margin-left: 12em;
}
.short-info {
grid-column: 3;
grid-row: 2;
margin-left: auto;
width: 450px;
margin-left: 2em;
}
.greeting {
grid-row: 2;
margin-top: auto;
}
}
@media (min-width: 1120px) {
.bg-change {
grid-template-columns: 8em 1fr 1fr 5em;
}
.about-wrap {
grid-template-columns: 8em 1fr 1fr 1fr 1fr 5em;
}
.html-icon,
.css-icon,
.js-icon,
.react-icon {
font-size: 1.8em;
}
.css-icon {
margin-left: 4em;
}
.js-icon {
margin-left: 8em;
}
.react-icon {
margin-left: 13em;
}
}
@media (min-width: 1280px) {
.bg-change {
grid-template-columns: 15em 1fr 1fr 10em;
}
.about-wrap {
grid-template-columns: 13em 1fr 1fr 1fr 1fr 8em;
}
.html-icon,
.css-icon,
.js-icon,
.react-icon {
font-size: 1.8em;
}
.css-icon {
margin-left: 4em;
}
.js-icon {
margin-left: 8em;
}
.react-icon {
margin-left: 13em;
}
}
@media (min-width: 1450px) {
.bg-change {
grid-template-columns: 20em 1fr 1fr 10em;
}
.about-wrap {
grid-template-columns: 20em 1fr 1fr 1fr 1fr 10em;
}
.short-info {
margin-left: 5em;
}
}
@media (min-width: 1700px) {
.bg-change {
grid-template-columns: 20em 1fr 1fr 18em;
}
.about-wrap {
grid-template-columns: 20em 1fr 1fr 1fr 1fr 18em;
}
.short-info {
width: 500px;
margin-left: 5em;
}
} | src/styles/about.css |
.about-me {
margin-bottom: 1rem;
line-height: 1;
font-size: 65px;
text-align: left;
color: #293441;
display: flex;
font-weight: 600;
/* animation: show 1.5s;
animation-timing-function: ease-out; */
}
.a {
color: #66fcf1;
}
.a:hover{
animation: lighting 1.5s linear;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
animation-name: jump;
}
.rest:hover {
animation: lighting 1.5s linear;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
}
.html-icon:hover svg,
.css-icon:hover svg,
.js-icon:hover svg,
.react-icon:hover svg {
animation-duration: 1s;
animation-name: move;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
@keyframes lighting {
0% { color: #293441;
text-shadow: none;
transform: translateY(0);
}
10% {
transform: translateY(0);
}
25% {
transform: translateY(-35px);
}
50% {
transform: translateY(0);
}
57% {
transform: translateY(-7px);
}
64% {
transform: translateY(0);
}
100% { color: #66fcf1;
text-shadow: none;
transform: translateY(0);
}
}
@keyframes jump {
0% {
transform: translateY(0);
}
10% {
transform: translateY(0);
}
25% {
transform: translateY(-35px);
}
50% {
transform: translateY(0);
}
57% {
transform: translateY(-7px);
}
64% {
transform: translateY(0);
}
100% {
transform: translateY(0);
}
}
@keyframes move {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(2px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0, 0);
}
40%,
60% {
transform: translate3d(4px, 0, 0);
}
}
/* @keyframes show {
0% {
transform: translateY(-55px);
opacity: 0;
}
10% {
transform: translateY(0);
}
25% {
transform: translateY(-35px);
}
50% {
transform: translateY(0);
}
57% {
transform: translateY(-7px);
}
100% {
transform: translateY(0);
}
} */
.name {
margin-bottom: 1em;
grid-column: 2 / -2;
max-width: 329px;
}
.short-info p:nth-child(1),
.short-info p:nth-child(2),
.short-info p:nth-child(3),
.short-info p:nth-child(4),
.short-info p:nth-child(5),
.short-info p:nth-child(6) {
font-weight: 600;
color: #66fcf1;
}
/* ==== Layout ==== */
.about-wrap {
display: grid;
grid-template-columns: 2em 1fr 1fr 1fr 1fr 2em;
padding-top: 6em;
font-family: sans-serif;
overflow: hidden;
margin-top: 0;
background-color: #1e1e24;
min-height: 100vh;
}
.bg-change {
grid-column: 1 / -1;
background-image: url(../assets/svg/bg-change.svg);
background-repeat: no-repeat;
background-size: cover;
display: grid;
grid-template-columns: 2em 1fr 1fr 1fr 1fr 2em;
padding-top: 2em;
margin-bottom: 2em;
}
.vmiteva {
grid-column: 2 / -2;
font-size: 1.5em;
font-weight: 600;
margin-bottom: 1em;
color: white;
}
.greeting {
grid-column: 2 / -2;
margin-bottom: 2em;
color: white;
}
.about-me {
grid-column: 2 / -2;
margin-left: 0;
}
.color-change {
color: #66fcf1;
font-weight: 600;
}
.html-icon {
grid-column: 2;
}
.html-bounce {
grid-column: 2;
}
.css-icon,
.css-bounce {
grid-column: 3;
}
.js-icon,
.js-bounce {
grid-column: 4;
}
.react-bounce {
grid-column: 5;
}
.react-icon {
grid-column: 5;
margin-bottom: 2em;
}
/* .about-wrap h1, */
.about-image,
.short-info,
.long-info,
.github-icon,
.linkedin-icon {
grid-column: 2 / -2;
}
.short-info {
display: grid;
grid-template-columns: .8fr 1.2fr;
grid-row-gap: .25em;
margin-bottom: 2em;
max-width: 480px;
font-size: 18px;
grid-column-gap: 1em;
}
.short-info p:nth-child(1),
.short-info p:nth-child(2),
.short-info p:nth-child(3),
.short-info p:nth-child(4),
.short-info p:nth-child(5),
.short-info p:nth-child(6) {
grid-column: 1;
}
.short-info p:nth-child(7),
.short-info p:nth-child(8),
.short-info p:nth-child(9),
.short-info p:nth-child(10),
.short-info p:nth-child(11),
.short-info p:nth-child(12) {
grid-column: 2;
color: white;
}
.short-info p:nth-child(7) {
grid-row: 1;
}
.short-info p:nth-child(8) {
grid-row: 2;
}
.short-info p:nth-child(9) {
grid-row: 3;
}
.short-info p:nth-child(10) {
grid-row: 4;
}
.short-info p:nth-child(11) {
grid-row: 5;
}
.short-info p:nth-child(12) {
grid-row: 6;
}
.long-info {
color: white;
margin-bottom: 2em;
}
.git-icon {
grid-column: 2;
}
.git-icon svg {
color: white;
transition: all .5s;
}
.linkedin-icon svg {
grid-column: 3;
margin-bottom: 2em;
color: white;
transition: all .5s;
}
.linkedin-icon svg:hover,
.git-icon svg:hover {
color: #66fcf1;
}
/* ==== media queries ==== */
@media (min-width: 420px) {
.html-icon,
.css-icon,
.js-icon,
.react-icon {
font-size: 1.5em;
}
.short-info {
grid-column-gap: 4em;
font-size: 20px;
}
}
@media (min-width: 470px) {
.git-icon,
.linkedin-icon {
grid-row: 4;
}
.linkedin-icon {
grid-column: 2;
margin-left: 4em;
}
}
@media (min-width: 680px) {
.bg-change {
grid-template-columns: 7em 1fr 1fr 1fr 1fr 2em;
overflow: hidden;
}
.about-wrap {
grid-template-columns: 7em 1fr 1fr 1fr 1fr 2em;
}
.about-me {
font-size: 90px;
}
}
@media (min-width: 980px) {
.bg-change {
grid-template-columns: 7em 1fr 1fr 2em;
}
.css-bounce,
.html-bounce,
.html-icon,
.css-icon,
.js-icon,
.react-icon,
.js-bounce {
grid-column: 2;
grid-row: 2;
}
.css-icon {
margin-left: 4em;
}
.js-icon {
margin-left: 8em;
}
.react-icon {
margin-left: 12em;
}
.short-info {
grid-column: 3;
grid-row: 2;
margin-left: auto;
width: 450px;
margin-left: 2em;
}
.greeting {
grid-row: 2;
margin-top: auto;
}
}
@media (min-width: 1120px) {
.bg-change {
grid-template-columns: 8em 1fr 1fr 5em;
}
.about-wrap {
grid-template-columns: 8em 1fr 1fr 1fr 1fr 5em;
}
.html-icon,
.css-icon,
.js-icon,
.react-icon {
font-size: 1.8em;
}
.css-icon {
margin-left: 4em;
}
.js-icon {
margin-left: 8em;
}
.react-icon {
margin-left: 13em;
}
}
@media (min-width: 1280px) {
.bg-change {
grid-template-columns: 15em 1fr 1fr 10em;
}
.about-wrap {
grid-template-columns: 13em 1fr 1fr 1fr 1fr 8em;
}
.html-icon,
.css-icon,
.js-icon,
.react-icon {
font-size: 1.8em;
}
.css-icon {
margin-left: 4em;
}
.js-icon {
margin-left: 8em;
}
.react-icon {
margin-left: 13em;
}
}
@media (min-width: 1450px) {
.bg-change {
grid-template-columns: 20em 1fr 1fr 10em;
}
.about-wrap {
grid-template-columns: 20em 1fr 1fr 1fr 1fr 10em;
}
.short-info {
margin-left: 5em;
}
}
@media (min-width: 1700px) {
.bg-change {
grid-template-columns: 20em 1fr 1fr 18em;
}
.about-wrap {
grid-template-columns: 20em 1fr 1fr 1fr 1fr 18em;
}
.short-info {
width: 500px;
margin-left: 5em;
}
} | 0.583797 | 0.171234 |
body {
background-color: #ffffff;
background-image: url("../images/floor-tile.png");
margin: 0 0;
}
header {
background-color: #ffffff;
height: 64px;
border-bottom: 1px solid #cccccc;
margin-bottom: 30px;
text-align: center;
}
hr {
border-bottom: 1px solid #cccccc;
}
.headcon {
margin: 0 auto;
padding: 0px 0;
width: 960px;
margin-bottom: 20px;
display: flex;
justify-content: flex-end;
font-family: 'Georgia', Times, 'Times New Roman', serif;
}
#title {
margin: 0 0;
padding: 14px 20px;
background-color: #4aaaa5;
color: #ffffff;
margin-right: auto;
text-align: center;
}
ul {
margin: 20px 0 0 0;
}
li {
display: inline-block;
padding: 0px 20px;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
a {
text-decoration: none;
color: #dddddd;
}
#contact {
padding: 0 0 0 20px;
}
#port {
border-right: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
.container {
margin: 0 auto;
width: 960px;
border: 1px solid #dddddd;
}
#henry {
width: 200px;
float: left;
padding: 10px 20px 10px 0;
}
.containertwo {
width: 100%;
}
.aboutme{
width: 920px;
padding: 10px 20px;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
background-color: #ffffff;
color: #777777;
}
#about{
color: #4aaaa5;
font-family: 'Georgia', Times, 'Times New Roman', serif;
}
.foot {
text-align: center;
margin: auto;
font-size: 10px;
color: #ffffff;
padding: 25px 0 0 0;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
.infoot{
position: relative;
left: 0;
bottom: 0;
width: 100%;
background-color: #666666;
text-align: center;
height: 50px;
border-top: 8px solid #4aaaa5;
margin: 96px 0 0 0;
}
footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: #666666;
text-align: center;
height: 50px;
border-top: 8px solid #4aaaa5;
margin: 46px 0 0 0;
}
.contact {
background: #ffffff;
width: 920px;
padding: 10px 20px;
font-family: 'Georgia', Times, 'Times New Roman', serif;
color: #4aaaa5;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #777777;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
}
#message {
width: 100%;
height: 100px;
}
label {
width: 10px;
color: #777777;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=submit] {
background-color: #4aaaa5;
color: white;
padding: 12px 20px;
border: none;
padding: 5px 20px;
margin: 0 0 10px 0;
}
.portfolio {
background: #ffffff;
width: 920px;
padding: 10px 20px;
font-family: 'Georgia', Times, 'Times New Roman', serif;
color: #4aaaa5;
}
.flex {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
flex-direction: row;
width: 700px;
}
.flex img {
margin: 0px 30px 10px 0;
width: 300px;
height: 200px;
}
.text-block {
position: relative;
width: 300px;
color: #ffffff;
background-color: #4aaaa5;
text-align: center;
font-size: 20px;
top: 180px;
}
h4 {
margin: 0;
padding: 15px 0;
font-weight: 100;
} | assets/css/style.css | body {
background-color: #ffffff;
background-image: url("../images/floor-tile.png");
margin: 0 0;
}
header {
background-color: #ffffff;
height: 64px;
border-bottom: 1px solid #cccccc;
margin-bottom: 30px;
text-align: center;
}
hr {
border-bottom: 1px solid #cccccc;
}
.headcon {
margin: 0 auto;
padding: 0px 0;
width: 960px;
margin-bottom: 20px;
display: flex;
justify-content: flex-end;
font-family: 'Georgia', Times, 'Times New Roman', serif;
}
#title {
margin: 0 0;
padding: 14px 20px;
background-color: #4aaaa5;
color: #ffffff;
margin-right: auto;
text-align: center;
}
ul {
margin: 20px 0 0 0;
}
li {
display: inline-block;
padding: 0px 20px;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
a {
text-decoration: none;
color: #dddddd;
}
#contact {
padding: 0 0 0 20px;
}
#port {
border-right: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
.container {
margin: 0 auto;
width: 960px;
border: 1px solid #dddddd;
}
#henry {
width: 200px;
float: left;
padding: 10px 20px 10px 0;
}
.containertwo {
width: 100%;
}
.aboutme{
width: 920px;
padding: 10px 20px;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
background-color: #ffffff;
color: #777777;
}
#about{
color: #4aaaa5;
font-family: 'Georgia', Times, 'Times New Roman', serif;
}
.foot {
text-align: center;
margin: auto;
font-size: 10px;
color: #ffffff;
padding: 25px 0 0 0;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
.infoot{
position: relative;
left: 0;
bottom: 0;
width: 100%;
background-color: #666666;
text-align: center;
height: 50px;
border-top: 8px solid #4aaaa5;
margin: 96px 0 0 0;
}
footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: #666666;
text-align: center;
height: 50px;
border-top: 8px solid #4aaaa5;
margin: 46px 0 0 0;
}
.contact {
background: #ffffff;
width: 920px;
padding: 10px 20px;
font-family: 'Georgia', Times, 'Times New Roman', serif;
color: #4aaaa5;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #777777;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
}
#message {
width: 100%;
height: 100px;
}
label {
width: 10px;
color: #777777;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=submit] {
background-color: #4aaaa5;
color: white;
padding: 12px 20px;
border: none;
padding: 5px 20px;
margin: 0 0 10px 0;
}
.portfolio {
background: #ffffff;
width: 920px;
padding: 10px 20px;
font-family: 'Georgia', Times, 'Times New Roman', serif;
color: #4aaaa5;
}
.flex {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
flex-direction: row;
width: 700px;
}
.flex img {
margin: 0px 30px 10px 0;
width: 300px;
height: 200px;
}
.text-block {
position: relative;
width: 300px;
color: #ffffff;
background-color: #4aaaa5;
text-align: center;
font-size: 20px;
top: 180px;
}
h4 {
margin: 0;
padding: 15px 0;
font-weight: 100;
} | 0.366136 | 0.129954 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boards.4chan.org") {
body{font-family:monospace!important;font-size:14pt!important;background:none #000000 no-repeat!important;color:#0de7ef!important;padding-left:2px!important;padding-right:0px!important;margin-right:0!important;margin-left:0!important;margin-bottom:0px!important;}
* {-moz-appearance:none !important; font-family:monospace !important;}
td{font-size:12pt!important;padding:0!important;margin:0!important;}
td.reply{background: #000000 !important; border:1px solid #ffff0e!important;padding:2px!important; color: #fffeee !important;}
blockquote{font-size:12pt!important;}
.doubledash{display:none;}
.inputtext{background: #000000 !important; color:#ffffff !important; border-style:solid !important; border-width: 1px !important; border-color: green !important; -moz-appearance:none !important;}
#recaptcha_response_field {background: #000000 !important; color:#ffffff !important; border-style:solid !important; border-width: 1px !important; border-color: green !important;}
input[type="file"] { background: #000000 !important; color: yellow !important; border: 1px solid green; -moz-appearance: none; font-size: 9pt; }
input.inputtext{height:1.75em!important;}
input[type="submit"] { background: #000000 !important; color: yellow !important; border: 1px solid green; -moz-appearance: none; font-size: 9pt; margin-left: 5px !important; }
input[type="button"] { background: #000000 !important; color: yellow !important; border: 1px solid green; -moz-appearance: none; font-size: 9pt; padding-left: 10px !important; margin-left: 5px !important; }
input[type="checkbox"] { background: #000000 !important; color: yellow !important; border-style: solid !important; border-color: green !important; -moz-appearance: none; }
#recaptcha_logo {display:none !important;}
.inputtext:focus{border:1px solid #ea8!important;}
.logo img{display:none;}
.logo b span{font-family:monospace!important;}
.logo span{font-size:28px!important;letter-spacing:-2px!important; color: yellow !important;}
hr{display:none;}
.postblock{border:1px solid green!important;font-size:10pt!important;padding:0 2px!important;line-height:20px!important; background: #000000 !important; margin-right: 0px !important; color: lime!important}
.rules{display:none;}
form a img{margin-top:3px!important;}
iframe,.rotating{display:none;}
.pages{border:none!important;background:#e1f2d6!important;border-right:1px solid #d0e5a7!important;border-bottom:1px solid #d0e5a7!important;}
.pages td{border:none!important;padding:1px 5px!important;}
.pages td{color:#9b5!important;}.pages td b{color:#800!important;}
.deletebuttons{text-align:right!important;}
.deletebuttons br{display:none!important;}
a,a:visited{color:green!important;}
a:hover{color:#0a0!important;}
a.quotelink{color:lime!important;}
.logo{clear:both!important;text-align:center!important;font-size:24pt!important;color:#080!important;width:100%!important;}
form{margin-top:0!important;}
.rules{width:468px!important;font-size:10px!important;}
.rules>li{list-style:none!important;}
.rules>li:before{content:"\2022 \20"!important;}
.footer{text-align:center!important;font-size:12px!important;color: #3c550a!important;}
.unkfunc{color:#789922!important;}
.filesize{text-decoration:none!important;}
td .filesize{display:inline!important;background:none!important;}
.filesize span,span.postername,span.filetitle,span.commentpostername{unicode-bidi:embed!important;}
.filetitle,.replytitle{background:inherit!important;color:#CC1105!important;font-weight:800!important;}
.postername,.commentpostername{background:inherit!important;color:#117743!important;font-weight:800!important;}
.postertrip{background:inherit!important;color:#228854!important;}
.oldpost{background:inherit!important;color:#f00000!important;font-weight:800!important;}
.omittedposts,.abbr{color:#707070!important;}
.reply{background:#e1f2d6!important;color:#003000!important;}
.replyhl{background: #000000!important; color: #dfd!important;}
.doubledash{vertical-align:top!important;clear:both!important;float:left!important;}
a.quotejs:active,a.quotejs:link,a.quotejs:visited{color:#080!important;text-decoration:none!important;}
a.quotejs:hover{color:#0d0!important;}
.tn_thread{width:200px!important;height:100px!important;margin:0 20px 20px 20px!important;float:left!important;background:#eed!important;border:#ea8 1px solid!important;text-align:center!important;}
.tn_reply{width:100px!important;height:100px!important;margin:0 20px 20px 20px!important;float:left!important;background:#eed!important;border:#ea8 1px solid!important;text-align:center!important;}
.adHeadline{font:bold 10pt serif!important;text-decoration:underline!important;color:#00e!important;}
.adText{font:normal 10pt serif!important;text-decoration:none!important;color:#800!important;}
#ad{width:120px!important;margin:0!important;padding:0!important;position:absolute!important;right:150px!important;border:1px solid #EA8!important;font-family:arial,helvetica,sans-serif!important;font-size:11px!important;}
#ad div{margin:0!important;padding:.4em!important;}
#ad div.ad-title{padding:0!important;background:#EA8!important;color:#800000!important;font-size:11px!important;}
#ad div.ad-title a{font-family:arial,helvetica,sans-serif!important;color:#800000!important;}
#ad div.ad-text a{font-family:arial,helvetica,sans-serif!important;}
.bottomAdTitle{font-family:arial,helvetica,sans-serif!important;background:#EA8!important;color:#800000!important;}
#bottomAd{height:52px!important;font-size:11px!important;}
#bottomAdOuter{width:600px!important;border:1px solid #EA8!important;font-size:11px!important;}
.spoiler a.quotelink,.spoiler .unkfunc{color:inherit!important;}
.exif{display:none!important;font-family:arial,helvetica,sans-serif!important;font-size:xx-small!important;}
.exif td{font-family:arial,helvetica,sans-serif!important;font-size:xx-small!important;}
.exif td b{font-weight:800!important;text-decoration:underline!important;font-size:x-small!important;}
#header{position:absolute!important;top:2px!important;left:5px!important;right:5px!important;}
* html #header{width:100%!important;}
#navtop,#navbot{left:0!important;float:left!important;}
#navtopr,#navbotr{right:0!important;display:block!important;float:right!important;text-align:right!important;}
#header {color:green!important;font-size:10pt!important;}
#header a{color:green!important;font-size:12pt!important;text-decoration:none!important;}
#header a:hover{color:lime!important;font-size:9pt!important;}
#header a:visited{color:green!important;font-size:9pt!important;}
#header,#navbot,#navbotr{font-size:9pt!important;color:#a5d34b!important;}#header a,#navbot a,#navbotr a,.pages td a{font-weight:normal!important;padding:1px!important;text-decoration:none!important;color:#3c550a!important;}
#header a:hover,#navbot a:hover,#navbotr a:hover,.pages td a:hover{color:#0d0!important;}
#footer{clear:both!important;padding-top:10px!important;}
#footer center font{font-size:7pt!important;}
.pages td a{color:#00e!important;}
td.replyhl{border:2px solid #595!important; padding:2px!important; }
td.deletebuttons input.checkbox{margin:1px 2px 1px 2px!important;}div.logo img{margin:5px 0 5px 0!important;}
.fstitle{float:left!important;width:25px!important;}
.bf, a[href*="affiliates.jlist.com"], img[src*="http://static.4chan.org/support/"] {display:none}
.postarea form div {border: none !important;}
div.postarea {padding: 0 !important;}
td.postblock {
vertical-align:top !important;
}
textarea {
height:9em !important;
width:30em !important;
}
html > body > table > tbody > tr > th
{background-color: #000000 !important; border-style:solid !important; border-width: 1px !important; border-color: green !important;}
} | data/usercss/36051.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boards.4chan.org") {
body{font-family:monospace!important;font-size:14pt!important;background:none #000000 no-repeat!important;color:#0de7ef!important;padding-left:2px!important;padding-right:0px!important;margin-right:0!important;margin-left:0!important;margin-bottom:0px!important;}
* {-moz-appearance:none !important; font-family:monospace !important;}
td{font-size:12pt!important;padding:0!important;margin:0!important;}
td.reply{background: #000000 !important; border:1px solid #ffff0e!important;padding:2px!important; color: #fffeee !important;}
blockquote{font-size:12pt!important;}
.doubledash{display:none;}
.inputtext{background: #000000 !important; color:#ffffff !important; border-style:solid !important; border-width: 1px !important; border-color: green !important; -moz-appearance:none !important;}
#recaptcha_response_field {background: #000000 !important; color:#ffffff !important; border-style:solid !important; border-width: 1px !important; border-color: green !important;}
input[type="file"] { background: #000000 !important; color: yellow !important; border: 1px solid green; -moz-appearance: none; font-size: 9pt; }
input.inputtext{height:1.75em!important;}
input[type="submit"] { background: #000000 !important; color: yellow !important; border: 1px solid green; -moz-appearance: none; font-size: 9pt; margin-left: 5px !important; }
input[type="button"] { background: #000000 !important; color: yellow !important; border: 1px solid green; -moz-appearance: none; font-size: 9pt; padding-left: 10px !important; margin-left: 5px !important; }
input[type="checkbox"] { background: #000000 !important; color: yellow !important; border-style: solid !important; border-color: green !important; -moz-appearance: none; }
#recaptcha_logo {display:none !important;}
.inputtext:focus{border:1px solid #ea8!important;}
.logo img{display:none;}
.logo b span{font-family:monospace!important;}
.logo span{font-size:28px!important;letter-spacing:-2px!important; color: yellow !important;}
hr{display:none;}
.postblock{border:1px solid green!important;font-size:10pt!important;padding:0 2px!important;line-height:20px!important; background: #000000 !important; margin-right: 0px !important; color: lime!important}
.rules{display:none;}
form a img{margin-top:3px!important;}
iframe,.rotating{display:none;}
.pages{border:none!important;background:#e1f2d6!important;border-right:1px solid #d0e5a7!important;border-bottom:1px solid #d0e5a7!important;}
.pages td{border:none!important;padding:1px 5px!important;}
.pages td{color:#9b5!important;}.pages td b{color:#800!important;}
.deletebuttons{text-align:right!important;}
.deletebuttons br{display:none!important;}
a,a:visited{color:green!important;}
a:hover{color:#0a0!important;}
a.quotelink{color:lime!important;}
.logo{clear:both!important;text-align:center!important;font-size:24pt!important;color:#080!important;width:100%!important;}
form{margin-top:0!important;}
.rules{width:468px!important;font-size:10px!important;}
.rules>li{list-style:none!important;}
.rules>li:before{content:"\2022 \20"!important;}
.footer{text-align:center!important;font-size:12px!important;color: #3c550a!important;}
.unkfunc{color:#789922!important;}
.filesize{text-decoration:none!important;}
td .filesize{display:inline!important;background:none!important;}
.filesize span,span.postername,span.filetitle,span.commentpostername{unicode-bidi:embed!important;}
.filetitle,.replytitle{background:inherit!important;color:#CC1105!important;font-weight:800!important;}
.postername,.commentpostername{background:inherit!important;color:#117743!important;font-weight:800!important;}
.postertrip{background:inherit!important;color:#228854!important;}
.oldpost{background:inherit!important;color:#f00000!important;font-weight:800!important;}
.omittedposts,.abbr{color:#707070!important;}
.reply{background:#e1f2d6!important;color:#003000!important;}
.replyhl{background: #000000!important; color: #dfd!important;}
.doubledash{vertical-align:top!important;clear:both!important;float:left!important;}
a.quotejs:active,a.quotejs:link,a.quotejs:visited{color:#080!important;text-decoration:none!important;}
a.quotejs:hover{color:#0d0!important;}
.tn_thread{width:200px!important;height:100px!important;margin:0 20px 20px 20px!important;float:left!important;background:#eed!important;border:#ea8 1px solid!important;text-align:center!important;}
.tn_reply{width:100px!important;height:100px!important;margin:0 20px 20px 20px!important;float:left!important;background:#eed!important;border:#ea8 1px solid!important;text-align:center!important;}
.adHeadline{font:bold 10pt serif!important;text-decoration:underline!important;color:#00e!important;}
.adText{font:normal 10pt serif!important;text-decoration:none!important;color:#800!important;}
#ad{width:120px!important;margin:0!important;padding:0!important;position:absolute!important;right:150px!important;border:1px solid #EA8!important;font-family:arial,helvetica,sans-serif!important;font-size:11px!important;}
#ad div{margin:0!important;padding:.4em!important;}
#ad div.ad-title{padding:0!important;background:#EA8!important;color:#800000!important;font-size:11px!important;}
#ad div.ad-title a{font-family:arial,helvetica,sans-serif!important;color:#800000!important;}
#ad div.ad-text a{font-family:arial,helvetica,sans-serif!important;}
.bottomAdTitle{font-family:arial,helvetica,sans-serif!important;background:#EA8!important;color:#800000!important;}
#bottomAd{height:52px!important;font-size:11px!important;}
#bottomAdOuter{width:600px!important;border:1px solid #EA8!important;font-size:11px!important;}
.spoiler a.quotelink,.spoiler .unkfunc{color:inherit!important;}
.exif{display:none!important;font-family:arial,helvetica,sans-serif!important;font-size:xx-small!important;}
.exif td{font-family:arial,helvetica,sans-serif!important;font-size:xx-small!important;}
.exif td b{font-weight:800!important;text-decoration:underline!important;font-size:x-small!important;}
#header{position:absolute!important;top:2px!important;left:5px!important;right:5px!important;}
* html #header{width:100%!important;}
#navtop,#navbot{left:0!important;float:left!important;}
#navtopr,#navbotr{right:0!important;display:block!important;float:right!important;text-align:right!important;}
#header {color:green!important;font-size:10pt!important;}
#header a{color:green!important;font-size:12pt!important;text-decoration:none!important;}
#header a:hover{color:lime!important;font-size:9pt!important;}
#header a:visited{color:green!important;font-size:9pt!important;}
#header,#navbot,#navbotr{font-size:9pt!important;color:#a5d34b!important;}#header a,#navbot a,#navbotr a,.pages td a{font-weight:normal!important;padding:1px!important;text-decoration:none!important;color:#3c550a!important;}
#header a:hover,#navbot a:hover,#navbotr a:hover,.pages td a:hover{color:#0d0!important;}
#footer{clear:both!important;padding-top:10px!important;}
#footer center font{font-size:7pt!important;}
.pages td a{color:#00e!important;}
td.replyhl{border:2px solid #595!important; padding:2px!important; }
td.deletebuttons input.checkbox{margin:1px 2px 1px 2px!important;}div.logo img{margin:5px 0 5px 0!important;}
.fstitle{float:left!important;width:25px!important;}
.bf, a[href*="affiliates.jlist.com"], img[src*="http://static.4chan.org/support/"] {display:none}
.postarea form div {border: none !important;}
div.postarea {padding: 0 !important;}
td.postblock {
vertical-align:top !important;
}
textarea {
height:9em !important;
width:30em !important;
}
html > body > table > tbody > tr > th
{background-color: #000000 !important; border-style:solid !important; border-width: 1px !important; border-color: green !important;}
} | 0.258794 | 0.065845 |
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-001-savannah:before { content: "\f100"; }
.flaticon-002-igloo:before { content: "\f101"; }
.flaticon-003-home:before { content: "\f102"; }
.flaticon-004-village:before { content: "\f103"; }
.flaticon-005-bungalow:before { content: "\f104"; }
.flaticon-006-glacier:before { content: "\f105"; }
.flaticon-007-park:before { content: "\f106"; }
.flaticon-008-bridge:before { content: "\f107"; }
.flaticon-009-lake:before { content: "\f108"; }
.flaticon-010-forest:before { content: "\f109"; }
.flaticon-011-sunrise:before { content: "\f10a"; }
.flaticon-012-cliff:before { content: "\f10b"; }
.flaticon-013-fountain:before { content: "\f10c"; }
.flaticon-014-urban:before { content: "\f10d"; }
.flaticon-015-sea:before { content: "\f10e"; }
.flaticon-016-iceberg:before { content: "\f10f"; }
.flaticon-017-mountain:before { content: "\f110"; }
.flaticon-018-train:before { content: "\f111"; }
.flaticon-019-river:before { content: "\f112"; }
.flaticon-020-spruce:before { content: "\f113"; }
.flaticon-021-tipi:before { content: "\f114"; }
.flaticon-022-road:before { content: "\f115"; }
.flaticon-023-rainbow:before { content: "\f116"; }
.flaticon-024-nuclear-plant:before { content: "\f117"; }
.flaticon-025-beach:before { content: "\f118"; }
.flaticon-026-aurora:before { content: "\f119"; }
.flaticon-027-volcano:before { content: "\f11a"; }
.flaticon-028-windmill:before { content: "\f11b"; }
.flaticon-029-cave:before { content: "\f11c"; }
.flaticon-030-desert:before { content: "\f11d"; }
.flaticon-031-waterfall:before { content: "\f11e"; }
.flaticon-032-island:before { content: "\f11f"; }
.flaticon-033-sky:before { content: "\f120"; }
.flaticon-034-prairie:before { content: "\f121"; }
.flaticon-035-castle:before { content: "\f122"; }
.flaticon-036-ocean:before { content: "\f123"; }
.flaticon-037-canyon:before { content: "\f124"; }
.flaticon-038-farm:before { content: "\f125"; }
.flaticon-039-hills:before { content: "\f126"; }
.flaticon-040-dune:before { content: "\f127"; } | public/icons/landscapes-filled/font/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-001-savannah:before { content: "\f100"; }
.flaticon-002-igloo:before { content: "\f101"; }
.flaticon-003-home:before { content: "\f102"; }
.flaticon-004-village:before { content: "\f103"; }
.flaticon-005-bungalow:before { content: "\f104"; }
.flaticon-006-glacier:before { content: "\f105"; }
.flaticon-007-park:before { content: "\f106"; }
.flaticon-008-bridge:before { content: "\f107"; }
.flaticon-009-lake:before { content: "\f108"; }
.flaticon-010-forest:before { content: "\f109"; }
.flaticon-011-sunrise:before { content: "\f10a"; }
.flaticon-012-cliff:before { content: "\f10b"; }
.flaticon-013-fountain:before { content: "\f10c"; }
.flaticon-014-urban:before { content: "\f10d"; }
.flaticon-015-sea:before { content: "\f10e"; }
.flaticon-016-iceberg:before { content: "\f10f"; }
.flaticon-017-mountain:before { content: "\f110"; }
.flaticon-018-train:before { content: "\f111"; }
.flaticon-019-river:before { content: "\f112"; }
.flaticon-020-spruce:before { content: "\f113"; }
.flaticon-021-tipi:before { content: "\f114"; }
.flaticon-022-road:before { content: "\f115"; }
.flaticon-023-rainbow:before { content: "\f116"; }
.flaticon-024-nuclear-plant:before { content: "\f117"; }
.flaticon-025-beach:before { content: "\f118"; }
.flaticon-026-aurora:before { content: "\f119"; }
.flaticon-027-volcano:before { content: "\f11a"; }
.flaticon-028-windmill:before { content: "\f11b"; }
.flaticon-029-cave:before { content: "\f11c"; }
.flaticon-030-desert:before { content: "\f11d"; }
.flaticon-031-waterfall:before { content: "\f11e"; }
.flaticon-032-island:before { content: "\f11f"; }
.flaticon-033-sky:before { content: "\f120"; }
.flaticon-034-prairie:before { content: "\f121"; }
.flaticon-035-castle:before { content: "\f122"; }
.flaticon-036-ocean:before { content: "\f123"; }
.flaticon-037-canyon:before { content: "\f124"; }
.flaticon-038-farm:before { content: "\f125"; }
.flaticon-039-hills:before { content: "\f126"; }
.flaticon-040-dune:before { content: "\f127"; } | 0.402627 | 0.211824 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
font-family: 'Roboto', sans-serif;
display: flex;
justify-content: center;
}
.small-text {
font-size: 0.75em;
color: white;
}
.medium-text {
font-size: 1.25em;
color: white;
}
.large-text {
font-size: 3em;
padding: 0.25em 0 1em 0;
color: white;
}
.title {
grid-area: title;
}
.board {
grid-area: board;
}
.controls {
grid-area: controls;
}
.App {
display: grid;
}
@media (max-aspect-ratio: 3/4) {
.App {
width: 100vw;
height: 130vw;
grid-template-columns: 1fr 98fr 1fr;
grid-template-rows: 1fr 6fr 1fr 98fr 1fr 22fr 1fr;
grid-template-areas: '. . .' '. title .' '. . .' '. board .' '. . .' '. controls .' '. . .';
}
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 1/1) {
.App {
width: 75vh;
height: 97.5vh;
grid-template-columns: 1fr 98fr 1fr;
grid-template-rows: 1fr 6fr 1fr 98fr 1fr 22fr 1fr;
grid-template-areas: '. . .' '. title .' '. . .' '. board .' '. . .' '. controls .' '. . .';
}
}
@media (min-aspect-ratio: 1/1) and (max-aspect-ratio: 4/3) {
.App {
width: 97.5vw;
height: 75vw;
grid-template-columns: 1fr 91fr 1fr 36fr 1fr;
grid-template-rows: 1fr 6fr 1fr 91fr 1fr;
grid-template-areas: '. . . . .' '. title title title .' '. . . . .' '. board . controls .' '. . . . .';
}
}
@media (min-aspect-ratio: 4/3) {
.App {
width: 130vh;
height: 100vh;
grid-template-columns: 1fr 91fr 1fr 36fr 1fr;
grid-template-rows: 1fr 6fr 1fr 91fr 1fr;
grid-template-areas: '. . . . .' '. title title title .' '. . . . .' '. board . controls .' '. . . . .';
}
}
.title {
background: coral;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.board {
background: deeppink;
border-radius: 5px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.controls {
display: grid;
}
@media (max-aspect-ratio: 1/1) {
.controls {
grid-template-columns: 32fr 1fr 32fr 1fr 32fr;
grid-template-rows: 10.5fr 1fr 10.5fr;
grid-template-areas: 'button1 . button2 . button3' '. . . . .' 'button4 . button5 . button6';
}
}
@media (min-aspect-ratio: 1/1) {
.controls {
grid-template-columns: 1fr;
grid-template-rows: 14.334fr 1fr 14.334fr 1fr 14.334fr 1fr 14.334fr 1fr 14.334fr 1fr 14.334fr;
grid-template-areas: 'button1' '.' 'button2' '.' 'button3' '.' 'button4' '.' 'button5' '.' 'button6';
}
}
.button1 {
grid-area: button1;
}
.button2 {
grid-area: button2;
}
.button3 {
grid-area: button3;
}
.button4 {
grid-area: button4;
}
.button5 {
grid-area: button5;
}
.button6 {
grid-area: button6;
}
.button {
background: teal;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
} | src/css/main.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
font-family: 'Roboto', sans-serif;
display: flex;
justify-content: center;
}
.small-text {
font-size: 0.75em;
color: white;
}
.medium-text {
font-size: 1.25em;
color: white;
}
.large-text {
font-size: 3em;
padding: 0.25em 0 1em 0;
color: white;
}
.title {
grid-area: title;
}
.board {
grid-area: board;
}
.controls {
grid-area: controls;
}
.App {
display: grid;
}
@media (max-aspect-ratio: 3/4) {
.App {
width: 100vw;
height: 130vw;
grid-template-columns: 1fr 98fr 1fr;
grid-template-rows: 1fr 6fr 1fr 98fr 1fr 22fr 1fr;
grid-template-areas: '. . .' '. title .' '. . .' '. board .' '. . .' '. controls .' '. . .';
}
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 1/1) {
.App {
width: 75vh;
height: 97.5vh;
grid-template-columns: 1fr 98fr 1fr;
grid-template-rows: 1fr 6fr 1fr 98fr 1fr 22fr 1fr;
grid-template-areas: '. . .' '. title .' '. . .' '. board .' '. . .' '. controls .' '. . .';
}
}
@media (min-aspect-ratio: 1/1) and (max-aspect-ratio: 4/3) {
.App {
width: 97.5vw;
height: 75vw;
grid-template-columns: 1fr 91fr 1fr 36fr 1fr;
grid-template-rows: 1fr 6fr 1fr 91fr 1fr;
grid-template-areas: '. . . . .' '. title title title .' '. . . . .' '. board . controls .' '. . . . .';
}
}
@media (min-aspect-ratio: 4/3) {
.App {
width: 130vh;
height: 100vh;
grid-template-columns: 1fr 91fr 1fr 36fr 1fr;
grid-template-rows: 1fr 6fr 1fr 91fr 1fr;
grid-template-areas: '. . . . .' '. title title title .' '. . . . .' '. board . controls .' '. . . . .';
}
}
.title {
background: coral;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.board {
background: deeppink;
border-radius: 5px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.controls {
display: grid;
}
@media (max-aspect-ratio: 1/1) {
.controls {
grid-template-columns: 32fr 1fr 32fr 1fr 32fr;
grid-template-rows: 10.5fr 1fr 10.5fr;
grid-template-areas: 'button1 . button2 . button3' '. . . . .' 'button4 . button5 . button6';
}
}
@media (min-aspect-ratio: 1/1) {
.controls {
grid-template-columns: 1fr;
grid-template-rows: 14.334fr 1fr 14.334fr 1fr 14.334fr 1fr 14.334fr 1fr 14.334fr 1fr 14.334fr;
grid-template-areas: 'button1' '.' 'button2' '.' 'button3' '.' 'button4' '.' 'button5' '.' 'button6';
}
}
.button1 {
grid-area: button1;
}
.button2 {
grid-area: button2;
}
.button3 {
grid-area: button3;
}
.button4 {
grid-area: button4;
}
.button5 {
grid-area: button5;
}
.button6 {
grid-area: button6;
}
.button {
background: teal;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
} | 0.489992 | 0.087759 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic);
.tp-caption {
font-family: 'Lato', sans-serif;
}
.tp-caption.white {
color: #FFF;
font-weight: 300;
font-size:28px;
}
.tp-caption.white-list {
color: #FFF;
font-weight: 300;
font-size: 24px;
}
.tp-caption.white-bold-big{
color: #FFF;
font-weight: bold;
font-size: 32px;
}
.tp-caption.icon {
color: #FFF;
text-shadow: 4px 4px 0 rgba(0,0,0,0.11);
font-size:100px;
}
.tp-caption.big-bold-shadow {
font-size: 38px;
padding: 0px;
margin: 0px;
border: 0px;
line-height: 24px;
white-space: nowrap;
color: #c1a588;
text-shadow: 0px 1px 0 rgba(255,255,255,0.8);
font-family: 'Lato', sans-serif;
}
.tp-caption.big_white{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 36px;
line-height: 36px;
font-family: Arial;
padding: 0px 4px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#000;
letter-spacing: -1.5px;
}
.tp-caption.big_orange{
position: absolute;
color: #ff7302;
text-shadow: none;
font-weight: 700;
font-size: 36px;
line-height: 36px;
font-family: Arial;
padding: 0px 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#fff;
letter-spacing: -1.5px;
}
.tp-caption.big_black{
position: absolute;
color: #000;
text-shadow: none;
font-weight: 700;
font-size: 36px;
line-height: 36px;
font-family: Arial;
padding: 0px 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#fff;
letter-spacing: -1.5px;
}
.tp-caption.medium_grey{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 20px;
line-height: 20px;
font-family: Arial;
padding: 2px 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#888;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.small_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 14px;
line-height: 20px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.medium_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 20px;
line-height: 20px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 40px;
line-height: 40px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.very_large_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 60px;
line-height: 60px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
letter-spacing: -2px;
}
.tp-caption.very_big_white{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 60px;
line-height: 60px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
padding: 0px 4px;
padding-top: 1px;
background-color:#000;
}
.tp-caption.very_big_black{
position: absolute;
color: #000;
text-shadow: none;
font-weight: 700;
font-size: 60px;
line-height: 60px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
padding: 0px 4px;
padding-top: 1px;
background-color:#fff;
}
.tp-caption.boxshadow{
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black{
color: #000;
text-shadow: none;
}
.tp-caption.noshadow {
text-shadow: none;
}
.tp-caption a {
color: #88d5c2; text-decoration:none; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
color: #cd5465;
} | remote.bak.7.22.2017/longwave/functions/plugins/captions.css | @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic);
.tp-caption {
font-family: 'Lato', sans-serif;
}
.tp-caption.white {
color: #FFF;
font-weight: 300;
font-size:28px;
}
.tp-caption.white-list {
color: #FFF;
font-weight: 300;
font-size: 24px;
}
.tp-caption.white-bold-big{
color: #FFF;
font-weight: bold;
font-size: 32px;
}
.tp-caption.icon {
color: #FFF;
text-shadow: 4px 4px 0 rgba(0,0,0,0.11);
font-size:100px;
}
.tp-caption.big-bold-shadow {
font-size: 38px;
padding: 0px;
margin: 0px;
border: 0px;
line-height: 24px;
white-space: nowrap;
color: #c1a588;
text-shadow: 0px 1px 0 rgba(255,255,255,0.8);
font-family: 'Lato', sans-serif;
}
.tp-caption.big_white{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 36px;
line-height: 36px;
font-family: Arial;
padding: 0px 4px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#000;
letter-spacing: -1.5px;
}
.tp-caption.big_orange{
position: absolute;
color: #ff7302;
text-shadow: none;
font-weight: 700;
font-size: 36px;
line-height: 36px;
font-family: Arial;
padding: 0px 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#fff;
letter-spacing: -1.5px;
}
.tp-caption.big_black{
position: absolute;
color: #000;
text-shadow: none;
font-weight: 700;
font-size: 36px;
line-height: 36px;
font-family: Arial;
padding: 0px 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#fff;
letter-spacing: -1.5px;
}
.tp-caption.medium_grey{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 20px;
line-height: 20px;
font-family: Arial;
padding: 2px 4px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:#888;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.small_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 14px;
line-height: 20px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.medium_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 20px;
line-height: 20px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 40px;
line-height: 40px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.very_large_text{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 60px;
line-height: 60px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
letter-spacing: -2px;
}
.tp-caption.very_big_white{
position: absolute;
color: #fff;
text-shadow: none;
font-weight: 700;
font-size: 60px;
line-height: 60px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
padding: 0px 4px;
padding-top: 1px;
background-color:#000;
}
.tp-caption.very_big_black{
position: absolute;
color: #000;
text-shadow: none;
font-weight: 700;
font-size: 60px;
line-height: 60px;
font-family: Arial;
margin: 0px;
border-width: 0px;
border-style: none;
white-space:nowrap;
padding: 0px 4px;
padding-top: 1px;
background-color:#fff;
}
.tp-caption.boxshadow{
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black{
color: #000;
text-shadow: none;
}
.tp-caption.noshadow {
text-shadow: none;
}
.tp-caption a {
color: #88d5c2; text-decoration:none; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
color: #cd5465;
} | 0.196981 | 0.051012 |
Mit Erlaubnis der GF und weiterhin dem Copyright der GF :P
präsentiere ich euch ein kleines Feature zur Weihnachtszeit :)
###################################################### */
@namespace url(http://www.w3.org/1999/xhtml);
/* ################################### DOMAINS ################################### */
@-moz-document
/*ogame.de unis*/
domain("andromeda.ogame.de"),
domain("barym.ogame.de"),
domain("capella.ogame.de"),
domain("draco.ogame.de"),
domain("electra.ogame.de"),
domain("fornax.ogame.de"),
domain("gemini.ogame.de"),
domain("hydra.ogame.de"),
domain("io.ogame.de"),
domain("jupiter.ogame.de"),
domain("kassiopeia.ogame.de"),
domain("leo.ogame.de"),
domain("mizar.ogame.de"),
domain("nekkar.ogame.de"),
domain("orion.ogame.de"),
domain("pegasus.ogame.de"),
domain("quantum.ogame.de"),
domain("rigel.ogame.de"),
domain("sirius.ogame.de"),
domain("taurus.ogame.de"),
domain("ursa.ogame.de"),
domain("vega.ogame.de"),
domain("wasat.ogame.de"),
domain("xalynth.ogame.de"),
domain("yakini.ogame.de"),
domain("zagadra.ogame.de"),
domain("uni2.ogame.de"),
domain("uni6.ogame.de"),
domain("uni78.ogame.de"),
/*ogame.org unis*/
domain("andromeda.ogame.org"),
domain("barym.ogame.org"),
domain("capella.ogame.org"),
domain("draco.ogame.org"),
domain("electra.ogame.org"),
domain("fornax.ogame.org"),
domain("gemini.ogame.org"),
domain("hydra.ogame.org"),
domain("io.ogame.org"),
domain("jupiter.ogame.org"),
domain("kassiopeia.ogame.org"),
domain("leo.ogame.org"),
domain("mizar.ogame.org"),
domain("nekkar.ogame.org"),
domain("orion.ogame.org"),
domain("pegasus.ogame.org"),
domain("quantum.ogame.org"),
domain("rigel.ogame.org"),
domain("sirius.ogame.org"),
domain("taurus.ogame.org"),
domain("ursa.ogame.org"),
domain("vega.ogame.org"),
domain("wasat.ogame.org"),
domain("xalynth.ogame.org"),
domain("yakini.ogame.org"),
domain("zagadra.ogame.org")
/* ################################### DOMAINS ################################### */
{
/*Weihnachtsoffiziere*/
#officers a img {
opacity: 0.0;
}
#premium #pic1,
#premium #pic2,
#premium #pic3,
#premium #pic4,
#premium #pic5,
#premium #pic6 {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button1 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button2 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button3 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button4 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button5 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button6 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#officers a {
position: relative;
display: block;
height: 30px !important;
width: 30px !important;
left: 1px !important;
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
background-position: -40px -500px !important;
}
#officers a + a {
background-position: -72px -500px !important;
left: 43px !important;
top: -30px !important;
}
#officers a + a + a {
background-position: -104px -500px !important;
left: 84px !important;
top: -60px !important;
}
#officers a + a + a + a {
background-position: -136px -500px !important;
left: 124px !important;
top: -90px !important;
}
#officers a + a + a + a + a {
background-position: -169px -500px !important;
left: 164px !important;
top: -120px !important;
}
#officers a:hover,
#officers a[title*="tiv"] {
background-position: -40px -532px !important;
}
#officers a + a:hover,
#officers a + a[title*="tiv"] {
background-position: -72px -532px !important;
}
#officers a + a + a:hover,
#officers a + a + a[title*="tiv"] {
background-position: -104px -532px !important;
}
#officers a + a + a + a:hover,
#officers a + a + a + a[title*="tiv"] {
background-position: -136px -532px !important;
}
#officers a + a + a + a + a:hover,
#officers a + a + a + a + a[title*="tiv"] {
background-position: -169px -532px !important;
}
} | data/usercss/22818.user.css |
Mit Erlaubnis der GF und weiterhin dem Copyright der GF :P
präsentiere ich euch ein kleines Feature zur Weihnachtszeit :)
###################################################### */
@namespace url(http://www.w3.org/1999/xhtml);
/* ################################### DOMAINS ################################### */
@-moz-document
/*ogame.de unis*/
domain("andromeda.ogame.de"),
domain("barym.ogame.de"),
domain("capella.ogame.de"),
domain("draco.ogame.de"),
domain("electra.ogame.de"),
domain("fornax.ogame.de"),
domain("gemini.ogame.de"),
domain("hydra.ogame.de"),
domain("io.ogame.de"),
domain("jupiter.ogame.de"),
domain("kassiopeia.ogame.de"),
domain("leo.ogame.de"),
domain("mizar.ogame.de"),
domain("nekkar.ogame.de"),
domain("orion.ogame.de"),
domain("pegasus.ogame.de"),
domain("quantum.ogame.de"),
domain("rigel.ogame.de"),
domain("sirius.ogame.de"),
domain("taurus.ogame.de"),
domain("ursa.ogame.de"),
domain("vega.ogame.de"),
domain("wasat.ogame.de"),
domain("xalynth.ogame.de"),
domain("yakini.ogame.de"),
domain("zagadra.ogame.de"),
domain("uni2.ogame.de"),
domain("uni6.ogame.de"),
domain("uni78.ogame.de"),
/*ogame.org unis*/
domain("andromeda.ogame.org"),
domain("barym.ogame.org"),
domain("capella.ogame.org"),
domain("draco.ogame.org"),
domain("electra.ogame.org"),
domain("fornax.ogame.org"),
domain("gemini.ogame.org"),
domain("hydra.ogame.org"),
domain("io.ogame.org"),
domain("jupiter.ogame.org"),
domain("kassiopeia.ogame.org"),
domain("leo.ogame.org"),
domain("mizar.ogame.org"),
domain("nekkar.ogame.org"),
domain("orion.ogame.org"),
domain("pegasus.ogame.org"),
domain("quantum.ogame.org"),
domain("rigel.ogame.org"),
domain("sirius.ogame.org"),
domain("taurus.ogame.org"),
domain("ursa.ogame.org"),
domain("vega.ogame.org"),
domain("wasat.ogame.org"),
domain("xalynth.ogame.org"),
domain("yakini.ogame.org"),
domain("zagadra.ogame.org")
/* ################################### DOMAINS ################################### */
{
/*Weihnachtsoffiziere*/
#officers a img {
opacity: 0.0;
}
#premium #pic1,
#premium #pic2,
#premium #pic3,
#premium #pic4,
#premium #pic5,
#premium #pic6 {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button1 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button2 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button3 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button4 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button5 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#premium ul#building li#button6 div.buildingimg {
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
}
#officers a {
position: relative;
display: block;
height: 30px !important;
width: 30px !important;
left: 1px !important;
background-image: url(http://www.ogame.freequenzart.de/skins/darksilence/stylish/wo1.gif) !important;
background-position: -40px -500px !important;
}
#officers a + a {
background-position: -72px -500px !important;
left: 43px !important;
top: -30px !important;
}
#officers a + a + a {
background-position: -104px -500px !important;
left: 84px !important;
top: -60px !important;
}
#officers a + a + a + a {
background-position: -136px -500px !important;
left: 124px !important;
top: -90px !important;
}
#officers a + a + a + a + a {
background-position: -169px -500px !important;
left: 164px !important;
top: -120px !important;
}
#officers a:hover,
#officers a[title*="tiv"] {
background-position: -40px -532px !important;
}
#officers a + a:hover,
#officers a + a[title*="tiv"] {
background-position: -72px -532px !important;
}
#officers a + a + a:hover,
#officers a + a + a[title*="tiv"] {
background-position: -104px -532px !important;
}
#officers a + a + a + a:hover,
#officers a + a + a + a[title*="tiv"] {
background-position: -136px -532px !important;
}
#officers a + a + a + a + a:hover,
#officers a + a + a + a + a[title*="tiv"] {
background-position: -169px -532px !important;
}
} | 0.231614 | 0.123709 |